Skip to content
Success

Console Output

Pull request #42765 opened
Started by user Sebastiaan van Stijn
Rebuilds build #1
16:52:03 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials)
Obtained Jenkinsfile from d7abbd01ebf9a77dcfea00f71c1266a7cc7730a8+41568dfc665ad4033d7fc860a5dac8102915008e (5e5a0815a48130f5ca5ba1e5f2f9a3c2ec608349)
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-42765@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
16:52:08 [2021-08-20T16:52:08.492Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353
[Pipeline] milestone
16:52:08 [2021-08-20T16:52:08.500Z] Trying to pass milestone 1
[Pipeline] milestone
16:52:08 [2021-08-20T16:52:08.563Z] Trying to pass milestone 2
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (DCO-check)
[Pipeline] node
16:52:08 [2021-08-20T16:52:08.804Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-07082dcf2003b991c) in /home/ubuntu/workspace/moby_PR-42765
[Pipeline] {
[Pipeline] checkout
16:52:08 [2021-08-20T16:52:08.858Z] The recommended git tool is: git
16:52:10 [2021-08-20T16:52:10.859Z] using credential docker-jenkins-github-credentials
16:52:10 [2021-08-20T16:52:10.870Z] Cloning the remote Git repository
16:52:10 [2021-08-20T16:52:10.870Z] Cloning with configured refspecs honoured and without tags
16:52:10 [2021-08-20T16:52:10.888Z] Cloning repository https://github.com/moby/moby.git
16:52:10 [2021-08-20T16:52:10.986Z]  > git init /home/ubuntu/workspace/moby_PR-42765 # timeout=10
16:52:11 [2021-08-20T16:52:11.186Z] Fetching upstream changes from https://github.com/moby/moby.git
16:52:11 [2021-08-20T16:52:11.186Z]  > git --version # timeout=10
16:52:11 [2021-08-20T16:52:11.193Z]  > git --version # 'git version 2.17.1'
16:52:11 [2021-08-20T16:52:11.194Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:52:11 [2021-08-20T16:52:11.195Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42765/head:refs/remotes/origin/PR-42765 +refs/heads/master:refs/remotes/origin/master # timeout=10
16:52:27 [2021-08-20T16:52:27.453Z] Fetching without tags
16:52:27 [2021-08-20T16:52:27.699Z] Merging remotes/origin/master commit 41568dfc665ad4033d7fc860a5dac8102915008e into PR head commit d7abbd01ebf9a77dcfea00f71c1266a7cc7730a8
16:52:28 [2021-08-20T16:52:28.627Z] Merge succeeded, producing dfad0665a3532034ae09849f4a758c572747f752
16:52:28 [2021-08-20T16:52:28.628Z] Checking out Revision dfad0665a3532034ae09849f4a758c572747f752 (PR-42765)
16:52:27 [2021-08-20T16:52:27.392Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
16:52:27 [2021-08-20T16:52:27.410Z]  > git config --add remote.origin.fetch +refs/pull/42765/head:refs/remotes/origin/PR-42765 # timeout=10
16:52:27 [2021-08-20T16:52:27.422Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
16:52:27 [2021-08-20T16:52:27.439Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
16:52:27 [2021-08-20T16:52:27.453Z] Fetching upstream changes from https://github.com/moby/moby.git
16:52:27 [2021-08-20T16:52:27.454Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:52:27 [2021-08-20T16:52:27.455Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42765/head:refs/remotes/origin/PR-42765 +refs/heads/master:refs/remotes/origin/master # timeout=10
16:52:27 [2021-08-20T16:52:27.703Z]  > git config core.sparsecheckout # timeout=10
16:52:27 [2021-08-20T16:52:27.709Z]  > git checkout -f d7abbd01ebf9a77dcfea00f71c1266a7cc7730a8 # timeout=10
16:52:28 [2021-08-20T16:52:28.228Z]  > git remote # timeout=10
16:52:28 [2021-08-20T16:52:28.234Z]  > git config --get remote.origin.url # timeout=10
16:52:28 [2021-08-20T16:52:28.242Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:52:28 [2021-08-20T16:52:28.243Z]  > git merge 41568dfc665ad4033d7fc860a5dac8102915008e # timeout=10
16:52:28 [2021-08-20T16:52:28.574Z]  > git rev-parse HEAD^{commit} # timeout=10
16:52:28 [2021-08-20T16:52:28.628Z]  > git config core.sparsecheckout # timeout=10
16:52:28 [2021-08-20T16:52:28.642Z]  > git checkout -f dfad0665a3532034ae09849f4a758c572747f752 # timeout=10
16:52:32 [2021-08-20T16:52:32.499Z] Commit message: "Merge commit '41568dfc665ad4033d7fc860a5dac8102915008e' into HEAD"
16:52:32 [2021-08-20T16:52:32.499Z]  > git rev-list --no-walk d7abbd01ebf9a77dcfea00f71c1266a7cc7730a8 # timeout=10
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
16:52:33 [2021-08-20T16:52:33.581Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42765:/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
16:52:41 [2021-08-20T16:52:41.677Z] Unable to find image 'alpine:latest' locally
16:52:41 [2021-08-20T16:52:41.677Z] latest: Pulling from library/alpine
16:52:41 [2021-08-20T16:52:41.677Z] 29291e31a76a: Pulling fs layer
16:52:41 [2021-08-20T16:52:41.677Z] 29291e31a76a: Download complete
16:52:41 [2021-08-20T16:52:41.677Z] 29291e31a76a: Pull complete
16:52:41 [2021-08-20T16:52:41.677Z] Digest: sha256:eb3e4e175ba6d212ba1d6e04fc0782916c08e1c9d7b45892e9796141b1d379ae
16:52:41 [2021-08-20T16:52:41.677Z] Status: Downloaded newer image for alpine:latest
16:52:45 [2021-08-20T16:52:45.861Z] Congratulations!  All commits are properly signed with the DCO!
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] parallel
[Pipeline] { (Branch: unit-validate)
[Pipeline] { (Branch: amd64)
[Pipeline] { (Branch: rootless)
[Pipeline] { (Branch: cgroup2)
[Pipeline] { (Branch: s390x)
[Pipeline] { (Branch: s390x integration-cli)
[Pipeline] { (Branch: ppc64le)
[Pipeline] { (Branch: ppc64le integration-cli)
[Pipeline] { (Branch: arm64)
[Pipeline] { (Branch: win-RS1)
[Pipeline] { (Branch: win-RS5)
[Pipeline] { (Branch: win-2022)
[Pipeline] { (Branch: win-2022-c8d)
[Pipeline] stage
[Pipeline] { (unit-validate)
[Pipeline] stage
[Pipeline] { (amd64)
[Pipeline] stage
[Pipeline] { (rootless)
[Pipeline] stage
[Pipeline] { (cgroup2)
[Pipeline] stage
[Pipeline] { (s390x)
[Pipeline] stage
[Pipeline] { (s390x integration-cli)
[Pipeline] stage
[Pipeline] { (ppc64le)
[Pipeline] stage
[Pipeline] { (ppc64le integration-cli)
[Pipeline] stage
[Pipeline] { (arm64)
[Pipeline] stage
[Pipeline] { (win-RS1)
[Pipeline] stage
[Pipeline] { (win-RS5)
[Pipeline] stage
[Pipeline] { (win-2022)
[Pipeline] stage
[Pipeline] { (win-2022-c8d)
Stage "s390x integration-cli" skipped due to when conditional
Stage "ppc64le integration-cli" skipped due to when conditional
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
[Pipeline] node
16:52:46 [2021-08-20T16:52:46.738Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-07082dcf2003b991c) in /home/ubuntu/workspace/moby_PR-42765
16:52:46 [2021-08-20T16:52:46.738Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-067c4ff84802006b6) in /home/ubuntu/workspace/moby_PR-42765
[Pipeline] node
[Pipeline] node
[Pipeline] node
Stage "s390x" skipped due to when conditional
Stage "ppc64le" skipped due to when conditional
Stage "win-RS1" skipped due to when conditional
[Pipeline] stage
16:52:46 [2021-08-20T16:52:46.747Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-07895bc2087dae8da) in /home/ubuntu/workspace/moby_PR-42765
16:52:46 [2021-08-20T16:52:46.747Z] Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-0bd1ccd72e5cddab1) in /home/ubuntu/workspace/moby_PR-42765
[Pipeline] { (Print info)
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] stage
[Pipeline] { (Print info)
16:52:46 [2021-08-20T16:52:46.753Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-0d6a0688b0247dc18) in /home/ubuntu/workspace/moby_PR-42765
[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] {
[Pipeline] {
[Pipeline] checkout
16:52:46 [2021-08-20T16:52:46.903Z] The recommended git tool is: git
[Pipeline] checkout
16:52:46 [2021-08-20T16:52:46.912Z] using credential docker-jenkins-github-credentials
16:52:46 [2021-08-20T16:52:46.916Z] The recommended git tool is: git
16:52:46 [2021-08-20T16:52:46.923Z] Fetching changes from the remote Git repository
16:52:46 [2021-08-20T16:52:46.929Z] Fetching without tags
16:52:46 [2021-08-20T16:52:46.932Z] using credential docker-jenkins-github-credentials
16:52:46 [2021-08-20T16:52:46.940Z] Cloning the remote Git repository
16:52:46 [2021-08-20T16:52:46.940Z] Cloning with configured refspecs honoured and without tags
[Pipeline] checkout
16:52:46 [2021-08-20T16:52:46.944Z] The recommended git tool is: git
[Pipeline] checkout
[Pipeline] {
16:52:46 [2021-08-20T16:52:46.951Z] The recommended git tool is: git
16:52:46 [2021-08-20T16:52:46.954Z] using credential docker-jenkins-github-credentials
16:52:46 [2021-08-20T16:52:46.960Z] Cloning the remote Git repository
16:52:46 [2021-08-20T16:52:46.960Z] Cloning with configured refspecs honoured and without tags
[Pipeline] // stage
16:52:46 [2021-08-20T16:52:46.968Z] using credential docker-jenkins-github-credentials
[Pipeline] // stage
16:52:46 [2021-08-20T16:52:46.980Z] Cloning the remote Git repository
16:52:46 [2021-08-20T16:52:46.980Z] Cloning with configured refspecs honoured and without tags
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] checkout
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] stage
[Pipeline] { (Build dev image)
[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] }
16:52:47 [2021-08-20T16:52:47.067Z] The recommended git tool is: git
16:52:47 [2021-08-20T16:52:47.078Z] using credential docker-jenkins-github-credentials
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] }
16:52:47 [2021-08-20T16:52:47.087Z] Cloning the remote Git repository
16:52:47 [2021-08-20T16:52:47.087Z] Cloning with configured refspecs honoured and without tags
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration-cli tests)
[Pipeline] stage
[Pipeline] { (Integration-cli tests)
[Pipeline] }
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] stage
[Pipeline] { (Unit tests)
Stage "s390x integration-cli" skipped due to when conditional
[Pipeline] }
Stage "ppc64le integration-cli" skipped due to when conditional
[Pipeline] }
16:52:47 [2021-08-20T16:52:47.185Z] Merging remotes/origin/master commit 41568dfc665ad4033d7fc860a5dac8102915008e into PR head commit d7abbd01ebf9a77dcfea00f71c1266a7cc7730a8
Stage "s390x" skipped due to when conditional
[Pipeline] }
Stage "ppc64le" skipped due to when conditional
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] stage
[Pipeline] { (Integration tests)
Stage "s390x" skipped due to when conditional
[Pipeline] }
Stage "ppc64le" skipped due to when conditional
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
16:52:47 [2021-08-20T16:52:47.352Z] Merge succeeded, producing 9742ede2c4c0a5a12194d93615f8f4e717154bfc
16:52:47 [2021-08-20T16:52:47.352Z] Checking out Revision 9742ede2c4c0a5a12194d93615f8f4e717154bfc (PR-42765)
[Pipeline] }
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
16:52:47 [2021-08-20T16:52:47.434Z] Commit message: "Merge commit '41568dfc665ad4033d7fc860a5dac8102915008e' into HEAD"
16:52:46 [2021-08-20T16:52:46.918Z]  > git rev-parse --resolve-git-dir /home/ubuntu/workspace/moby_PR-42765/.git # timeout=10
16:52:46 [2021-08-20T16:52:46.923Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
16:52:46 [2021-08-20T16:52:46.930Z] Fetching upstream changes from https://github.com/moby/moby.git
16:52:46 [2021-08-20T16:52:46.930Z]  > git --version # timeout=10
16:52:46 [2021-08-20T16:52:46.935Z]  > git --version # 'git version 2.17.1'
16:52:46 [2021-08-20T16:52:46.936Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:52:46 [2021-08-20T16:52:46.936Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42765/head:refs/remotes/origin/PR-42765 +refs/heads/master:refs/remotes/origin/master # timeout=10
16:52:47 [2021-08-20T16:52:47.185Z]  > git config core.sparsecheckout # timeout=10
16:52:47 [2021-08-20T16:52:47.188Z]  > git checkout -f d7abbd01ebf9a77dcfea00f71c1266a7cc7730a8 # timeout=10
16:52:47 [2021-08-20T16:52:47.238Z]  > git remote # timeout=10
16:52:47 [2021-08-20T16:52:47.249Z]  > git config --get remote.origin.url # timeout=10
16:52:47 [2021-08-20T16:52:47.253Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:52:47 [2021-08-20T16:52:47.254Z]  > git merge 41568dfc665ad4033d7fc860a5dac8102915008e # timeout=10
16:52:47 [2021-08-20T16:52:47.338Z]  > git rev-parse HEAD^{commit} # timeout=10
16:52:47 [2021-08-20T16:52:47.351Z]  > git config core.sparsecheckout # timeout=10
16:52:47 [2021-08-20T16:52:47.370Z]  > git checkout -f 9742ede2c4c0a5a12194d93615f8f4e717154bfc # timeout=10
16:52:47 [2021-08-20T16:52:47.433Z]  > git rev-list --no-walk d7abbd01ebf9a77dcfea00f71c1266a7cc7730a8 # timeout=10
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
16:52:46 [2021-08-20T16:52:46.982Z] Cloning repository https://github.com/moby/moby.git
16:52:46 [2021-08-20T16:52:46.983Z]  > git init /home/ubuntu/workspace/moby_PR-42765 # timeout=10
16:52:47 [2021-08-20T16:52:47.033Z] Fetching upstream changes from https://github.com/moby/moby.git
16:52:47 [2021-08-20T16:52:47.033Z]  > git --version # timeout=10
16:52:47 [2021-08-20T16:52:47.041Z]  > git --version # 'git version 2.17.1'
16:52:47 [2021-08-20T16:52:47.041Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:52:47 [2021-08-20T16:52:47.042Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42765/head:refs/remotes/origin/PR-42765 +refs/heads/master:refs/remotes/origin/master # timeout=10
16:52:47 [2021-08-20T16:52:47.001Z] Cloning repository https://github.com/moby/moby.git
16:52:47 [2021-08-20T16:52:47.001Z]  > git init /home/ubuntu/workspace/moby_PR-42765 # timeout=10
16:52:47 [2021-08-20T16:52:47.019Z] Fetching upstream changes from https://github.com/moby/moby.git
16:52:47 [2021-08-20T16:52:47.019Z]  > git --version # timeout=10
16:52:47 [2021-08-20T16:52:47.028Z]  > git --version # 'git version 2.17.1'
16:52:47 [2021-08-20T16:52:47.028Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:52:47 [2021-08-20T16:52:47.029Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42765/head:refs/remotes/origin/PR-42765 +refs/heads/master:refs/remotes/origin/master # timeout=10
16:52:46 [2021-08-20T16:52:46.985Z] Cloning repository https://github.com/moby/moby.git
16:52:46 [2021-08-20T16:52:46.988Z]  > git init /home/ubuntu/workspace/moby_PR-42765 # timeout=10
16:52:47 [2021-08-20T16:52:47.004Z] Fetching upstream changes from https://github.com/moby/moby.git
16:52:47 [2021-08-20T16:52:47.004Z]  > git --version # timeout=10
16:52:47 [2021-08-20T16:52:47.009Z]  > git --version # 'git version 2.25.1'
16:52:47 [2021-08-20T16:52:47.010Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:52:47 [2021-08-20T16:52:47.010Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42765/head:refs/remotes/origin/PR-42765 +refs/heads/master:refs/remotes/origin/master # timeout=10
16:52:47 [2021-08-20T16:52:47.104Z] Cloning repository https://github.com/moby/moby.git
16:52:47 [2021-08-20T16:52:47.105Z]  > git init /home/ubuntu/workspace/moby_PR-42765 # timeout=10
16:52:47 [2021-08-20T16:52:47.118Z] Fetching upstream changes from https://github.com/moby/moby.git
16:52:47 [2021-08-20T16:52:47.119Z]  > git --version # timeout=10
16:52:47 [2021-08-20T16:52:47.122Z]  > git --version # 'git version 2.25.1'
16:52:47 [2021-08-20T16:52:47.123Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:52:47 [2021-08-20T16:52:47.124Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42765/head:refs/remotes/origin/PR-42765 +refs/heads/master:refs/remotes/origin/master # timeout=10
16:52:48 [2021-08-20T16:52:48.121Z] + docker version
16:52:48 [2021-08-20T16:52:48.121Z] Client: Docker Engine - Community
16:52:48 [2021-08-20T16:52:48.121Z]  Version:           20.10.6
16:52:48 [2021-08-20T16:52:48.121Z]  API version:       1.41
16:52:48 [2021-08-20T16:52:48.121Z]  Go version:        go1.13.15
16:52:48 [2021-08-20T16:52:48.121Z]  Git commit:        370c289
16:52:48 [2021-08-20T16:52:48.121Z]  Built:             Fri Apr  9 22:46:01 2021
16:52:48 [2021-08-20T16:52:48.121Z]  OS/Arch:           linux/amd64
16:52:48 [2021-08-20T16:52:48.121Z]  Context:           default
16:52:48 [2021-08-20T16:52:48.121Z]  Experimental:      true
16:52:48 [2021-08-20T16:52:48.121Z] 
16:52:48 [2021-08-20T16:52:48.121Z] Server: Docker Engine - Community
16:52:48 [2021-08-20T16:52:48.121Z]  Engine:
16:52:48 [2021-08-20T16:52:48.121Z]   Version:          20.10.6
16:52:48 [2021-08-20T16:52:48.121Z]   API version:      1.41 (minimum version 1.12)
16:52:48 [2021-08-20T16:52:48.121Z]   Go version:       go1.13.15
16:52:48 [2021-08-20T16:52:48.121Z]   Git commit:       8728dd2
16:52:48 [2021-08-20T16:52:48.121Z]   Built:            Fri Apr  9 22:44:13 2021
16:52:48 [2021-08-20T16:52:48.121Z]   OS/Arch:          linux/amd64
16:52:48 [2021-08-20T16:52:48.121Z]   Experimental:     true
16:52:48 [2021-08-20T16:52:48.121Z]  containerd:
16:52:48 [2021-08-20T16:52:48.121Z]   Version:          1.4.6
16:52:48 [2021-08-20T16:52:48.121Z]   GitCommit:        d71fcd7d8303cbf684402823e425e9dd2e99285d
16:52:48 [2021-08-20T16:52:48.121Z]  runc:
16:52:48 [2021-08-20T16:52:48.121Z]   Version:          1.0.0-rc95
16:52:48 [2021-08-20T16:52:48.121Z]   GitCommit:        b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7
16:52:48 [2021-08-20T16:52:48.121Z]  docker-init:
16:52:48 [2021-08-20T16:52:48.121Z]   Version:          0.19.0
16:52:48 [2021-08-20T16:52:48.121Z]   GitCommit:        de40ad0
[Pipeline] sh
16:52:48 [2021-08-20T16:52:48.411Z] + docker info
16:53:00 [2021-08-20T16:53:00.589Z] Client:
16:53:00 [2021-08-20T16:53:00.589Z]  Context:    default
16:53:00 [2021-08-20T16:53:00.589Z]  Debug Mode: false
16:53:00 [2021-08-20T16:53:00.589Z]  Plugins:
16:53:00 [2021-08-20T16:53:00.589Z]   app: Docker App (Docker Inc., v0.9.1-beta3)
16:53:00 [2021-08-20T16:53:00.589Z]   buildx: Build with BuildKit (Docker Inc., v0.5.1-docker)
16:53:00 [2021-08-20T16:53:00.589Z]   scan: Docker Scan (Docker Inc., v0.7.0)
16:53:00 [2021-08-20T16:53:00.589Z] 
16:53:00 [2021-08-20T16:53:00.589Z] Server:
16:53:00 [2021-08-20T16:53:00.589Z]  Containers: 0
16:53:00 [2021-08-20T16:53:00.589Z]   Running: 0
16:53:00 [2021-08-20T16:53:00.589Z]   Paused: 0
16:53:00 [2021-08-20T16:53:00.589Z]   Stopped: 0
16:53:00 [2021-08-20T16:53:00.589Z]  Images: 1
16:53:00 [2021-08-20T16:53:00.589Z]  Server Version: 20.10.6
16:53:00 [2021-08-20T16:53:00.589Z]  Storage Driver: overlay2
16:53:00 [2021-08-20T16:53:00.589Z]   Backing Filesystem: extfs
16:53:00 [2021-08-20T16:53:00.589Z]   Supports d_type: true
16:53:00 [2021-08-20T16:53:00.589Z]   Native Overlay Diff: true
16:53:00 [2021-08-20T16:53:00.589Z]   userxattr: false
16:53:00 [2021-08-20T16:53:00.589Z]  Logging Driver: json-file
16:53:00 [2021-08-20T16:53:00.589Z]  Cgroup Driver: cgroupfs
16:53:00 [2021-08-20T16:53:00.589Z]  Cgroup Version: 1
16:53:00 [2021-08-20T16:53:00.589Z]  Plugins:
16:53:00 [2021-08-20T16:53:00.589Z]   Volume: local
16:53:00 [2021-08-20T16:53:00.589Z]   Network: bridge host ipvlan macvlan null overlay
16:53:00 [2021-08-20T16:53:00.589Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
16:53:00 [2021-08-20T16:53:00.589Z]  Swarm: inactive
16:53:00 [2021-08-20T16:53:00.589Z]  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
16:53:00 [2021-08-20T16:53:00.589Z]  Default Runtime: runc
16:53:00 [2021-08-20T16:53:00.589Z]  Init Binary: docker-init
16:53:00 [2021-08-20T16:53:00.589Z]  containerd version: d71fcd7d8303cbf684402823e425e9dd2e99285d
16:53:00 [2021-08-20T16:53:00.589Z]  runc version: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7
16:53:00 [2021-08-20T16:53:00.589Z]  init version: de40ad0
16:53:00 [2021-08-20T16:53:00.589Z]  Security Options:
16:53:00 [2021-08-20T16:53:00.589Z]   apparmor
16:53:00 [2021-08-20T16:53:00.589Z]   seccomp
16:53:00 [2021-08-20T16:53:00.589Z]    Profile: default
16:53:00 [2021-08-20T16:53:00.589Z]  Kernel Version: 5.4.0-1048-aws
16:53:00 [2021-08-20T16:53:00.589Z]  Operating System: Ubuntu 18.04.5 LTS
16:53:00 [2021-08-20T16:53:00.589Z]  OSType: linux
16:53:00 [2021-08-20T16:53:00.589Z]  Architecture: x86_64
16:53:00 [2021-08-20T16:53:00.589Z]  CPUs: 2
16:53:00 [2021-08-20T16:53:00.589Z]  Total Memory: 7.569GiB
16:53:00 [2021-08-20T16:53:00.589Z]  Name: ip-10-100-74-113
16:53:00 [2021-08-20T16:53:00.589Z]  ID: KG52:ONVY:U5MS:VBR3:3V2I:UMRB:NEG5:YUDM:PLPH:2QKQ:N3BG:QG3A
16:53:00 [2021-08-20T16:53:00.589Z]  Docker Root Dir: /var/lib/docker
16:53:00 [2021-08-20T16:53:00.589Z]  Debug Mode: false
16:53:00 [2021-08-20T16:53:00.589Z]  Registry: https://index.docker.io/v1/
16:53:00 [2021-08-20T16:53:00.589Z]  Labels:
16:53:00 [2021-08-20T16:53:00.589Z]  Experimental: true
16:53:00 [2021-08-20T16:53:00.589Z]  Insecure Registries:
16:53:00 [2021-08-20T16:53:00.589Z]   127.0.0.0/8
16:53:00 [2021-08-20T16:53:00.589Z]  Live Restore Enabled: true
16:53:00 [2021-08-20T16:53:00.589Z] 
16:53:00 [2021-08-20T16:53:00.589Z] WARNING: No swap limit support
[Pipeline] sh
16:53:00 [2021-08-20T16:53:00.869Z] + echo check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35
16:53:00 [2021-08-20T16:53:00.869Z] check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35
16:53:00 [2021-08-20T16:53:00.869Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42765/check-config.sh https://raw.githubusercontent.com/moby/moby/2b0755b936416834e14208c6c37b36977e67ea35/contrib/check-config.sh
16:53:00 [2021-08-20T16:53:00.869Z] + bash /home/ubuntu/workspace/moby_PR-42765/check-config.sh
16:53:00 [2021-08-20T16:53:00.869Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
16:53:00 [2021-08-20T16:53:00.869Z] info: reading kernel config from /boot/config-5.4.0-1048-aws ...
16:53:00 [2021-08-20T16:53:00.869Z] 
16:53:00 [2021-08-20T16:53:00.869Z] Generally Necessary:
16:53:00 [2021-08-20T16:53:00.869Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
16:53:00 [2021-08-20T16:53:00.869Z] - apparmor: enabled and tools installed
16:53:00 [2021-08-20T16:53:00.869Z] - CONFIG_NAMESPACES: enabled
16:53:00 [2021-08-20T16:53:00.869Z] - CONFIG_NET_NS: enabled
16:53:00 [2021-08-20T16:53:00.869Z] - CONFIG_PID_NS: enabled
16:53:00 [2021-08-20T16:53:00.869Z] - CONFIG_IPC_NS: enabled
16:53:00 [2021-08-20T16:53:00.869Z] - CONFIG_UTS_NS: enabled
16:53:00 [2021-08-20T16:53:00.869Z] - CONFIG_CGROUPS: enabled
16:53:00 [2021-08-20T16:53:00.869Z] - CONFIG_CGROUP_CPUACCT: enabled
16:53:00 [2021-08-20T16:53:00.869Z] - CONFIG_CGROUP_DEVICE: enabled
16:53:00 [2021-08-20T16:53:00.869Z] - CONFIG_CGROUP_FREEZER: enabled
16:53:00 [2021-08-20T16:53:00.869Z] - CONFIG_CGROUP_SCHED: enabled
16:53:00 [2021-08-20T16:53:00.869Z] - CONFIG_CPUSETS: enabled
16:53:00 [2021-08-20T16:53:00.869Z] - CONFIG_MEMCG: enabled
16:53:00 [2021-08-20T16:53:00.869Z] - CONFIG_KEYS: enabled
16:53:00 [2021-08-20T16:53:00.869Z] - CONFIG_VETH: enabled (as module)
16:53:00 [2021-08-20T16:53:00.869Z] - CONFIG_BRIDGE: enabled (as module)
16:53:00 [2021-08-20T16:53:00.869Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
16:53:00 [2021-08-20T16:53:00.869Z] - CONFIG_IP_NF_FILTER: enabled (as module)
16:53:01 [2021-08-20T16:53:01.125Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
16:53:01 [2021-08-20T16:53:01.125Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
16:53:01 [2021-08-20T16:53:01.125Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
16:53:01 [2021-08-20T16:53:01.125Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
16:53:01 [2021-08-20T16:53:01.125Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module)
16:53:01 [2021-08-20T16:53:01.125Z] - CONFIG_IP_NF_NAT: enabled (as module)
16:53:01 [2021-08-20T16:53:01.125Z] - CONFIG_NF_NAT: enabled (as module)
16:53:01 [2021-08-20T16:53:01.125Z] - CONFIG_POSIX_MQUEUE: enabled
16:53:01 [2021-08-20T16:53:01.125Z] 
16:53:01 [2021-08-20T16:53:01.125Z] Optional Features:
16:53:01 [2021-08-20T16:53:01.125Z] - CONFIG_USER_NS: enabled
16:53:01 [2021-08-20T16:53:01.125Z] - CONFIG_SECCOMP: enabled
16:53:01 [2021-08-20T16:53:01.125Z] - CONFIG_SECCOMP_FILTER: enabled
16:53:01 [2021-08-20T16:53:01.125Z] - CONFIG_CGROUP_PIDS: enabled
16:53:01 [2021-08-20T16:53:01.125Z] - CONFIG_MEMCG_SWAP: enabled
16:53:01 [2021-08-20T16:53:01.125Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
16:53:01 [2021-08-20T16:53:01.125Z]     (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1")
16:53:01 [2021-08-20T16:53:01.125Z] - CONFIG_BLK_CGROUP: enabled
16:53:01 [2021-08-20T16:53:01.125Z] - CONFIG_BLK_DEV_THROTTLING: enabled
16:53:01 [2021-08-20T16:53:01.125Z] - CONFIG_CGROUP_PERF: enabled
16:53:01 [2021-08-20T16:53:01.125Z] - CONFIG_CGROUP_HUGETLB: enabled
16:53:01 [2021-08-20T16:53:01.125Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
16:53:01 [2021-08-20T16:53:01.125Z] - CONFIG_CGROUP_NET_PRIO: enabled
16:53:01 [2021-08-20T16:53:01.125Z] - CONFIG_CFS_BANDWIDTH: enabled
16:53:01 [2021-08-20T16:53:01.125Z] - CONFIG_FAIR_GROUP_SCHED: enabled
16:53:01 [2021-08-20T16:53:01.125Z] - CONFIG_RT_GROUP_SCHED: missing
16:53:01 [2021-08-20T16:53:01.125Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
16:53:01 [2021-08-20T16:53:01.125Z] - CONFIG_IP_VS: enabled (as module)
16:53:01 [2021-08-20T16:53:01.125Z] - CONFIG_IP_VS_NFCT: enabled
16:53:01 [2021-08-20T16:53:01.125Z] - CONFIG_IP_VS_PROTO_TCP: enabled
16:53:01 [2021-08-20T16:53:01.125Z] - CONFIG_IP_VS_PROTO_UDP: enabled
16:53:01 [2021-08-20T16:53:01.125Z] - CONFIG_IP_VS_RR: enabled (as module)
16:53:01 [2021-08-20T16:53:01.125Z] - CONFIG_SECURITY_SELINUX: enabled
16:53:01 [2021-08-20T16:53:01.125Z] - CONFIG_SECURITY_APPARMOR: enabled
16:53:01 [2021-08-20T16:53:01.125Z] - CONFIG_EXT4_FS: enabled
16:53:01 [2021-08-20T16:53:01.125Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
16:53:01 [2021-08-20T16:53:01.125Z] - CONFIG_EXT4_FS_SECURITY: enabled
16:53:01 [2021-08-20T16:53:01.125Z] - Network Drivers:
16:53:01 [2021-08-20T16:53:01.125Z]   - "overlay":
16:53:01 [2021-08-20T16:53:01.125Z]     - CONFIG_VXLAN: enabled (as module)
16:53:01 [2021-08-20T16:53:01.125Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
16:53:01 [2021-08-20T16:53:01.125Z]       Optional (for encrypted networks):
16:53:01 [2021-08-20T16:53:01.125Z]       - CONFIG_CRYPTO: enabled
16:53:01 [2021-08-20T16:53:01.125Z]       - CONFIG_CRYPTO_AEAD: enabled
16:53:01 [2021-08-20T16:53:01.125Z]       - CONFIG_CRYPTO_GCM: enabled
16:53:01 [2021-08-20T16:53:01.125Z]       - CONFIG_CRYPTO_SEQIV: enabled
16:53:01 [2021-08-20T16:53:01.125Z]       - CONFIG_CRYPTO_GHASH: enabled
16:53:01 [2021-08-20T16:53:01.125Z]       - CONFIG_XFRM: enabled
16:53:01 [2021-08-20T16:53:01.125Z]       - CONFIG_XFRM_USER: enabled (as module)
16:53:01 [2021-08-20T16:53:01.125Z]       - CONFIG_XFRM_ALGO: enabled (as module)
16:53:01 [2021-08-20T16:53:01.125Z]       - CONFIG_INET_ESP: enabled (as module)
16:53:01 [2021-08-20T16:53:01.125Z]   - "ipvlan":
16:53:01 [2021-08-20T16:53:01.125Z]     - CONFIG_IPVLAN: enabled (as module)
16:53:01 [2021-08-20T16:53:01.125Z]   - "macvlan":
16:53:01 [2021-08-20T16:53:01.125Z]     - CONFIG_MACVLAN: enabled (as module)
16:53:01 [2021-08-20T16:53:01.125Z]     - CONFIG_DUMMY: enabled (as module)
16:53:01 [2021-08-20T16:53:01.125Z]   - "ftp,tftp client in container":
16:53:01 [2021-08-20T16:53:01.387Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
16:53:01 [2021-08-20T16:53:01.387Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
16:53:01 [2021-08-20T16:53:01.387Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
16:53:01 [2021-08-20T16:53:01.387Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
16:53:01 [2021-08-20T16:53:01.387Z] - Storage Drivers:
16:53:01 [2021-08-20T16:53:01.387Z]   - "aufs":
16:53:01 [2021-08-20T16:53:01.387Z]     - CONFIG_AUFS_FS: enabled (as module)
16:53:01 [2021-08-20T16:53:01.387Z]   - "btrfs":
16:53:01 [2021-08-20T16:53:01.387Z]     - CONFIG_BTRFS_FS: enabled (as module)
16:53:01 [2021-08-20T16:53:01.387Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
16:53:01 [2021-08-20T16:53:01.387Z]   - "devicemapper":
16:53:01 [2021-08-20T16:53:01.387Z]     - CONFIG_BLK_DEV_DM: enabled
16:53:01 [2021-08-20T16:53:01.387Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
16:53:01 [2021-08-20T16:53:01.387Z]   - "overlay":
16:53:01 [2021-08-20T16:53:01.387Z]     - CONFIG_OVERLAY_FS: enabled (as module)
16:53:01 [2021-08-20T16:53:01.387Z]   - "zfs":
16:53:01 [2021-08-20T16:53:01.387Z]     - /dev/zfs: present
16:53:01 [2021-08-20T16:53:01.387Z]     - zfs command: missing
16:53:01 [2021-08-20T16:53:01.387Z]     - zpool command: missing
16:53:01 [2021-08-20T16:53:01.387Z] 
16:53:01 [2021-08-20T16:53:01.387Z] Limits:
16:53:01 [2021-08-20T16:53:01.387Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
16:53:01 [2021-08-20T16:53:01.387Z] 
16:53:01 [2021-08-20T16:53:01.387Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
16:53:01 [2021-08-20T16:53:01.657Z] Fetching without tags
16:53:01 [2021-08-20T16:53:01.717Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:9742ede2c4c0a5a12194d93615f8f4e717154bfc .
16:53:01 [2021-08-20T16:53:01.741Z] Still waiting to schedule task
16:53:01 [2021-08-20T16:53:01.741Z] Waiting for next available executor on ‘windows-201916:53:01 [2021-08-20T16:53:01.742Z] Still waiting to schedule task
16:53:01 [2021-08-20T16:53:01.742Z] Waiting for next available executor on ‘windows-202216:53:01 [2021-08-20T16:53:01.743Z] Still waiting to schedule task
16:53:01 [2021-08-20T16:53:01.743Z] Waiting for next available executor on ‘windows-202216:53:01 [2021-08-20T16:53:01.979Z] #1 [internal] load build definition from Dockerfile
16:53:01 [2021-08-20T16:53:01.979Z] #1 sha256:f056f079f44b3333beffb985764c14d16ec143c513841ad098ac8ff486fad413
16:53:01 [2021-08-20T16:53:01.979Z] #1 transferring dockerfile: 16.59kB done
16:53:01 [2021-08-20T16:53:01.979Z] #1 DONE 0.0s
16:53:01 [2021-08-20T16:53:01.979Z] 
16:53:01 [2021-08-20T16:53:01.979Z] #2 [internal] load .dockerignore
16:53:01 [2021-08-20T16:53:01.979Z] #2 sha256:51550e1a7146f39fa47c467dc7f54e4a72a8c07b859043edc300ed7d717816c0
16:53:01 [2021-08-20T16:53:01.979Z] #2 transferring context: 87B done
16:53:01 [2021-08-20T16:53:01.979Z] #2 DONE 0.0s
16:53:01 [2021-08-20T16:53:01.979Z] 
16:53:01 [2021-08-20T16:53:01.979Z] #3 resolve image config for docker.io/docker/dockerfile:1.2
16:53:01 [2021-08-20T16:53:01.979Z] #3 sha256:b239a20f31d7f1e5744984df3d652780f1a82c37554dd73e1ad47c8eb05b0d69
16:53:01 [2021-08-20T16:53:01.993Z] Merging remotes/origin/master commit 41568dfc665ad4033d7fc860a5dac8102915008e into PR head commit d7abbd01ebf9a77dcfea00f71c1266a7cc7730a8
16:53:02 [2021-08-20T16:53:02.062Z] Fetching without tags
16:53:02 [2021-08-20T16:53:02.236Z] #3 DONE 0.3s
16:53:02 [2021-08-20T16:53:02.236Z] 
16:53:02 [2021-08-20T16:53:02.236Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc
16:53:02 [2021-08-20T16:53:02.236Z] #4 sha256:37e0c519b0431ef5446f4dd0a4588ba695f961e9b0e800cd8c7f5ba6165af727
16:53:02 [2021-08-20T16:53:02.236Z] #4 resolve docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc done
16:53:02 [2021-08-20T16:53:02.236Z] #4 sha256:86e43bba076d67c1a890cbc07813806b11eca53843dc643202d939b986c8c332 1.21kB / 1.21kB done
16:53:02 [2021-08-20T16:53:02.236Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.2s
16:53:02 [2021-08-20T16:53:02.236Z] #4 sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc 1.69kB / 1.69kB done
16:53:02 [2021-08-20T16:53:02.236Z] #4 sha256:e3ee2e6b536452d876b1c5aa12db9bca51b8f52b2505178cae6d13e33daeed2b 528B / 528B done
16:53:02 [2021-08-20T16:53:02.299Z] Fetching without tags
16:53:02 [2021-08-20T16:53:02.355Z] Merging remotes/origin/master commit 41568dfc665ad4033d7fc860a5dac8102915008e into PR head commit d7abbd01ebf9a77dcfea00f71c1266a7cc7730a8
16:53:02 [2021-08-20T16:53:02.494Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.2s done
16:53:02 [2021-08-20T16:53:02.494Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4
16:53:02 [2021-08-20T16:53:02.535Z] Merging remotes/origin/master commit 41568dfc665ad4033d7fc860a5dac8102915008e into PR head commit d7abbd01ebf9a77dcfea00f71c1266a7cc7730a8
16:53:02 [2021-08-20T16:53:02.751Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 0.2s done
16:53:02 [2021-08-20T16:53:02.751Z] #4 DONE 0.6s
16:53:02 [2021-08-20T16:53:02.318Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
16:53:02 [2021-08-20T16:53:02.320Z]  > git config --add remote.origin.fetch +refs/pull/42765/head:refs/remotes/origin/PR-42765 # timeout=10
16:53:02 [2021-08-20T16:53:02.327Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
16:53:02 [2021-08-20T16:53:02.334Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
16:53:02 [2021-08-20T16:53:02.346Z] Fetching upstream changes from https://github.com/moby/moby.git
16:53:02 [2021-08-20T16:53:02.346Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:53:02 [2021-08-20T16:53:02.347Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42765/head:refs/remotes/origin/PR-42765 +refs/heads/master:refs/remotes/origin/master # timeout=10
16:53:02 [2021-08-20T16:53:02.577Z]  > git config core.sparsecheckout # timeout=10
16:53:02 [2021-08-20T16:53:02.582Z]  > git checkout -f d7abbd01ebf9a77dcfea00f71c1266a7cc7730a8 # timeout=10
16:53:02 [2021-08-20T16:53:02.030Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
16:53:02 [2021-08-20T16:53:02.036Z]  > git config --add remote.origin.fetch +refs/pull/42765/head:refs/remotes/origin/PR-42765 # timeout=10
16:53:02 [2021-08-20T16:53:02.044Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
16:53:02 [2021-08-20T16:53:02.053Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
16:53:02 [2021-08-20T16:53:02.062Z] Fetching upstream changes from https://github.com/moby/moby.git
16:53:02 [2021-08-20T16:53:02.063Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:53:02 [2021-08-20T16:53:02.063Z]  > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42765/head:refs/remotes/origin/PR-42765 +refs/heads/master:refs/remotes/origin/master # timeout=10
16:53:02 [2021-08-20T16:53:02.354Z]  > git config core.sparsecheckout # timeout=10
16:53:02 [2021-08-20T16:53:02.360Z]  > git checkout -f d7abbd01ebf9a77dcfea00f71c1266a7cc7730a8 # timeout=10
16:53:02 [2021-08-20T16:53:02.826Z]  > git remote # timeout=10
16:53:01 [2021-08-20T16:53:01.634Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
16:53:01 [2021-08-20T16:53:01.637Z]  > git config --add remote.origin.fetch +refs/pull/42765/head:refs/remotes/origin/PR-42765 # timeout=10
16:53:01 [2021-08-20T16:53:01.643Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
16:53:01 [2021-08-20T16:53:01.651Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
16:53:01 [2021-08-20T16:53:01.662Z] Fetching upstream changes from https://github.com/moby/moby.git
16:53:01 [2021-08-20T16:53:01.662Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:53:01 [2021-08-20T16:53:01.663Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42765/head:refs/remotes/origin/PR-42765 +refs/heads/master:refs/remotes/origin/master # timeout=10
16:53:01 [2021-08-20T16:53:01.999Z]  > git config core.sparsecheckout # timeout=10
16:53:02 [2021-08-20T16:53:02.007Z]  > git checkout -f d7abbd01ebf9a77dcfea00f71c1266a7cc7730a8 # timeout=10
16:53:02 [2021-08-20T16:53:02.447Z]  > git remote # timeout=10
16:53:02 [2021-08-20T16:53:02.451Z]  > git config --get remote.origin.url # timeout=10
16:53:02 [2021-08-20T16:53:02.454Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:53:02 [2021-08-20T16:53:02.454Z]  > git merge 41568dfc665ad4033d7fc860a5dac8102915008e # timeout=10
16:53:03 [2021-08-20T16:53:03.007Z] 
16:53:03 [2021-08-20T16:53:03.007Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
16:53:03 [2021-08-20T16:53:03.007Z] #8 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec
16:53:03 [2021-08-20T16:53:03.076Z] Merge succeeded, producing 4be1c8b254311136c9588f5bcad8d903aec10165
16:53:03 [2021-08-20T16:53:03.076Z] Checking out Revision 4be1c8b254311136c9588f5bcad8d903aec10165 (PR-42765)
16:53:03 [2021-08-20T16:53:03.147Z] Commit message: "Merge commit '41568dfc665ad4033d7fc860a5dac8102915008e' into HEAD"
16:53:03 [2021-08-20T16:53:03.208Z] Merge succeeded, producing fd3e16cb5aa3e192bd4a94c47e3f2a1b971cf423
16:53:03 [2021-08-20T16:53:03.208Z] Checking out Revision fd3e16cb5aa3e192bd4a94c47e3f2a1b971cf423 (PR-42765)
16:53:03 [2021-08-20T16:53:03.031Z]  > git remote # timeout=10
16:53:03 [2021-08-20T16:53:03.039Z]  > git config --get remote.origin.url # timeout=10
16:53:03 [2021-08-20T16:53:03.047Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:53:03 [2021-08-20T16:53:03.048Z]  > git merge 41568dfc665ad4033d7fc860a5dac8102915008e # timeout=10
16:53:03 [2021-08-20T16:53:03.110Z]  > git rev-parse HEAD^{commit} # timeout=10
16:53:03 [2021-08-20T16:53:03.118Z]  > git config core.sparsecheckout # timeout=10
16:53:03 [2021-08-20T16:53:03.123Z]  > git checkout -f 4be1c8b254311136c9588f5bcad8d903aec10165 # timeout=10
16:53:03 [2021-08-20T16:53:03.190Z]  > git rev-list --no-walk d7abbd01ebf9a77dcfea00f71c1266a7cc7730a8 # timeout=10
16:53:03 [2021-08-20T16:53:03.264Z] #8 DONE 0.5s
16:53:03 [2021-08-20T16:53:03.264Z] 
16:53:03 [2021-08-20T16:53:03.264Z] #7 [internal] load metadata for docker.io/library/debian:buster
16:53:03 [2021-08-20T16:53:03.264Z] #7 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34
16:53:03 [2021-08-20T16:53:03.264Z] #7 DONE 0.5s
16:53:03 [2021-08-20T16:53:03.264Z] 
16:53:03 [2021-08-20T16:53:03.264Z] #5 [internal] load metadata for docker.io/library/golang:1.16.7-buster
16:53:03 [2021-08-20T16:53:03.264Z] #5 sha256:93ae01ec9ac7bdefa753de744d2c08d89caf4ed4484e60c3cb3943293868ea5e
16:53:03 [2021-08-20T16:53:03.264Z] #5 DONE 0.5s
16:53:03 [2021-08-20T16:53:03.264Z] 
16:53:03 [2021-08-20T16:53:03.264Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
16:53:03 [2021-08-20T16:53:03.264Z] #6 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1
16:53:03 [2021-08-20T16:53:03.264Z] #6 DONE 0.5s
16:53:03 [2021-08-20T16:53:03.279Z] Commit message: "Merge commit '41568dfc665ad4033d7fc860a5dac8102915008e' into HEAD"
16:53:03 [2021-08-20T16:53:03.202Z]  > git rev-parse HEAD^{commit} # timeout=10
16:53:03 [2021-08-20T16:53:03.213Z]  > git config core.sparsecheckout # timeout=10
16:53:03 [2021-08-20T16:53:03.216Z]  > git checkout -f fd3e16cb5aa3e192bd4a94c47e3f2a1b971cf423 # timeout=10
16:53:03 [2021-08-20T16:53:03.287Z]  > git rev-list --no-walk d7abbd01ebf9a77dcfea00f71c1266a7cc7730a8 # timeout=10
16:53:03 [2021-08-20T16:53:03.370Z] Merge succeeded, producing 4be1c8b254311136c9588f5bcad8d903aec10165
16:53:03 [2021-08-20T16:53:03.370Z] Checking out Revision 4be1c8b254311136c9588f5bcad8d903aec10165 (PR-42765)
16:53:03 [2021-08-20T16:53:03.469Z] Commit message: "Merge commit '41568dfc665ad4033d7fc860a5dac8102915008e' into HEAD"
16:53:03 [2021-08-20T16:53:03.521Z] 
16:53:03 [2021-08-20T16:53:03.521Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:e2fe52e17d649812bddcac07faf16f33542129a59b2c1c59b39a436754b7f146
16:53:03 [2021-08-20T16:53:03.521Z] #26 sha256:a4438c76b03f7a630472187b8a1022ecc6a2d37f065c45548babbfdcfe57306e
16:53:03 [2021-08-20T16:53:03.521Z] #26 resolve docker.io/library/debian:buster@sha256:e2fe52e17d649812bddcac07faf16f33542129a59b2c1c59b39a436754b7f146 0.1s done
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
16:53:03 [2021-08-20T16:53:03.780Z] #26 sha256:e2fe52e17d649812bddcac07faf16f33542129a59b2c1c59b39a436754b7f146 1.85kB / 1.85kB done
16:53:03 [2021-08-20T16:53:03.780Z] #26 sha256:2d1ab098097b2f299d3f05836a276a1a197ec221bc19620b4da16c26e83e7a2b 529B / 529B done
16:53:03 [2021-08-20T16:53:03.780Z] #26 sha256:63652705977db425315d7d10b99df0f5670737da5a1eadaeeda0cd2d96ee1a51 1.46kB / 1.46kB done
16:53:03 [2021-08-20T16:53:03.780Z] #26 sha256:1cfaf5c6f756207bc4607d40ddd440bd2bfa7ab455b2c3015ccf56d85cd1377b 0B / 50.44MB 0.0s
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
16:53:03 [2021-08-20T16:53:03.902Z] + [ PR != PR ]
16:53:03 [2021-08-20T16:53:03.902Z] + [ master != master ]
16:53:03 [2021-08-20T16:53:03.902Z] + [  = true ]
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
16:53:04 [2021-08-20T16:53:04.038Z] #26 sha256:1cfaf5c6f756207bc4607d40ddd440bd2bfa7ab455b2c3015ccf56d85cd1377b 8.39MB / 50.44MB 0.3s
16:53:04 [2021-08-20T16:53:04.038Z] #26 sha256:1cfaf5c6f756207bc4607d40ddd440bd2bfa7ab455b2c3015ccf56d85cd1377b 17.83MB / 50.44MB 0.4s
[Pipeline] sh
16:53:04 [2021-08-20T16:53:04.133Z] + docker version
16:53:04 [2021-08-20T16:53:04.133Z] Client: Docker Engine - Community
16:53:04 [2021-08-20T16:53:04.133Z]  Version:           20.10.6
16:53:04 [2021-08-20T16:53:04.133Z]  API version:       1.41
16:53:04 [2021-08-20T16:53:04.133Z]  Go version:        go1.13.15
16:53:04 [2021-08-20T16:53:04.133Z]  Git commit:        370c289
16:53:04 [2021-08-20T16:53:04.133Z]  Built:             Fri Apr  9 22:47:17 2021
16:53:04 [2021-08-20T16:53:04.133Z]  OS/Arch:           linux/amd64
16:53:04 [2021-08-20T16:53:04.133Z]  Context:           default
16:53:04 [2021-08-20T16:53:04.133Z]  Experimental:      true
16:53:04 [2021-08-20T16:53:04.133Z] 
16:53:04 [2021-08-20T16:53:04.133Z] Server: Docker Engine - Community
16:53:04 [2021-08-20T16:53:04.133Z]  Engine:
16:53:04 [2021-08-20T16:53:04.133Z]   Version:          20.10.6
16:53:04 [2021-08-20T16:53:04.133Z]   API version:      1.41 (minimum version 1.12)
16:53:04 [2021-08-20T16:53:04.133Z]   Go version:       go1.13.15
16:53:04 [2021-08-20T16:53:04.133Z]   Git commit:       8728dd2
16:53:04 [2021-08-20T16:53:04.133Z]   Built:            Fri Apr  9 22:45:28 2021
16:53:04 [2021-08-20T16:53:04.133Z]   OS/Arch:          linux/amd64
16:53:04 [2021-08-20T16:53:04.133Z]   Experimental:     true
16:53:04 [2021-08-20T16:53:04.133Z]  containerd:
16:53:04 [2021-08-20T16:53:04.133Z]   Version:          1.4.6
16:53:04 [2021-08-20T16:53:04.133Z]   GitCommit:        d71fcd7d8303cbf684402823e425e9dd2e99285d
16:53:04 [2021-08-20T16:53:04.133Z]  runc:
16:53:04 [2021-08-20T16:53:04.133Z]   Version:          1.0.0-rc95
16:53:04 [2021-08-20T16:53:04.133Z]   GitCommit:        b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7
16:53:04 [2021-08-20T16:53:04.133Z]  docker-init:
16:53:04 [2021-08-20T16:53:04.133Z]   Version:          0.19.0
16:53:04 [2021-08-20T16:53:04.133Z]   GitCommit:        de40ad0
[Pipeline] sh
16:53:04 [2021-08-20T16:53:04.238Z] + docker version
16:53:04 [2021-08-20T16:53:04.238Z] Client: Docker Engine - Community
16:53:04 [2021-08-20T16:53:04.238Z]  Version:           20.10.6
16:53:04 [2021-08-20T16:53:04.238Z]  API version:       1.41
16:53:04 [2021-08-20T16:53:04.238Z]  Go version:        go1.13.15
16:53:04 [2021-08-20T16:53:04.238Z]  Git commit:        370c289
16:53:04 [2021-08-20T16:53:04.238Z]  Built:             Fri Apr  9 22:46:01 2021
16:53:04 [2021-08-20T16:53:04.238Z]  OS/Arch:           linux/amd64
16:53:04 [2021-08-20T16:53:04.238Z]  Context:           default
16:53:04 [2021-08-20T16:53:04.238Z]  Experimental:      true
16:53:04 [2021-08-20T16:53:04.238Z] 
16:53:04 [2021-08-20T16:53:04.238Z] Server: Docker Engine - Community
16:53:04 [2021-08-20T16:53:04.238Z]  Engine:
16:53:04 [2021-08-20T16:53:04.238Z]   Version:          20.10.6
16:53:04 [2021-08-20T16:53:04.238Z]   API version:      1.41 (minimum version 1.12)
16:53:04 [2021-08-20T16:53:04.238Z]   Go version:       go1.13.15
16:53:04 [2021-08-20T16:53:04.238Z]   Git commit:       8728dd2
16:53:04 [2021-08-20T16:53:04.238Z]   Built:            Fri Apr  9 22:44:13 2021
16:53:04 [2021-08-20T16:53:04.238Z]   OS/Arch:          linux/amd64
16:53:04 [2021-08-20T16:53:04.238Z]   Experimental:     true
16:53:04 [2021-08-20T16:53:04.238Z]  containerd:
16:53:04 [2021-08-20T16:53:04.238Z]   Version:          1.4.6
16:53:04 [2021-08-20T16:53:04.238Z]   GitCommit:        d71fcd7d8303cbf684402823e425e9dd2e99285d
16:53:04 [2021-08-20T16:53:04.238Z]  runc:
16:53:04 [2021-08-20T16:53:04.238Z]   Version:          1.0.0-rc95
16:53:04 [2021-08-20T16:53:04.238Z]   GitCommit:        b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7
16:53:04 [2021-08-20T16:53:04.238Z]  docker-init:
16:53:04 [2021-08-20T16:53:04.238Z]   Version:          0.19.0
16:53:04 [2021-08-20T16:53:04.238Z]   GitCommit:        de40ad0
[Pipeline] sh
16:53:04 [2021-08-20T16:53:04.297Z] #26 ...
16:53:04 [2021-08-20T16:53:04.297Z] 
16:53:04 [2021-08-20T16:53:04.297Z] #42 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/Release.key
16:53:04 [2021-08-20T16:53:04.297Z] #42 sha256:4ebf95ef235c2a9565f1170d2820bf979767f762364b8c31dc05ef47e15c9784
16:53:04 [2021-08-20T16:53:04.297Z] #42 DONE 0.0s
16:53:04 [2021-08-20T16:53:04.297Z] 
16:53:04 [2021-08-20T16:53:04.297Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:e2fe52e17d649812bddcac07faf16f33542129a59b2c1c59b39a436754b7f146
16:53:04 [2021-08-20T16:53:04.297Z] #26 sha256:a4438c76b03f7a630472187b8a1022ecc6a2d37f065c45548babbfdcfe57306e
16:53:04 [2021-08-20T16:53:04.297Z] #26 sha256:1cfaf5c6f756207bc4607d40ddd440bd2bfa7ab455b2c3015ccf56d85cd1377b 27.26MB / 50.44MB 0.4s
16:53:04 [2021-08-20T16:53:04.297Z] #26 sha256:1cfaf5c6f756207bc4607d40ddd440bd2bfa7ab455b2c3015ccf56d85cd1377b 30.41MB / 50.44MB 0.5s
16:53:04 [2021-08-20T16:53:04.297Z] #26 sha256:1cfaf5c6f756207bc4607d40ddd440bd2bfa7ab455b2c3015ccf56d85cd1377b 34.60MB / 50.44MB 0.7s
16:53:04 [2021-08-20T16:53:04.352Z] + docker version
16:53:04 [2021-08-20T16:53:04.352Z] Client: Docker Engine - Community
16:53:04 [2021-08-20T16:53:04.352Z]  Version:           20.10.6
16:53:04 [2021-08-20T16:53:04.352Z]  API version:       1.41
16:53:04 [2021-08-20T16:53:04.352Z]  Go version:        go1.13.15
16:53:04 [2021-08-20T16:53:04.352Z]  Git commit:        370c289
16:53:04 [2021-08-20T16:53:04.352Z]  Built:             Fri Apr  9 22:46:01 2021
16:53:04 [2021-08-20T16:53:04.352Z]  OS/Arch:           linux/amd64
16:53:04 [2021-08-20T16:53:04.352Z]  Context:           default
16:53:04 [2021-08-20T16:53:04.352Z]  Experimental:      true
16:53:04 [2021-08-20T16:53:04.352Z] 
16:53:04 [2021-08-20T16:53:04.352Z] Server: Docker Engine - Community
16:53:04 [2021-08-20T16:53:04.352Z]  Engine:
16:53:04 [2021-08-20T16:53:04.352Z]   Version:          20.10.6
16:53:04 [2021-08-20T16:53:04.352Z]   API version:      1.41 (minimum version 1.12)
16:53:04 [2021-08-20T16:53:04.352Z]   Go version:       go1.13.15
16:53:04 [2021-08-20T16:53:04.352Z]   Git commit:       8728dd2
16:53:04 [2021-08-20T16:53:04.352Z]   Built:            Fri Apr  9 22:44:13 2021
16:53:04 [2021-08-20T16:53:04.352Z]   OS/Arch:          linux/amd64
16:53:04 [2021-08-20T16:53:04.352Z]   Experimental:     true
16:53:04 [2021-08-20T16:53:04.352Z]  containerd:
16:53:04 [2021-08-20T16:53:04.352Z]   Version:          1.4.6
16:53:04 [2021-08-20T16:53:04.352Z]   GitCommit:        d71fcd7d8303cbf684402823e425e9dd2e99285d
16:53:04 [2021-08-20T16:53:04.352Z]  runc:
16:53:04 [2021-08-20T16:53:04.352Z]   Version:          1.0.0-rc95
16:53:04 [2021-08-20T16:53:04.352Z]   GitCommit:        b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7
16:53:04 [2021-08-20T16:53:04.352Z]  docker-init:
16:53:04 [2021-08-20T16:53:04.352Z]   Version:          0.19.0
16:53:04 [2021-08-20T16:53:04.352Z]   GitCommit:        de40ad0
[Pipeline] sh
16:53:04 [2021-08-20T16:53:04.414Z] + docker info
16:53:04 [2021-08-20T16:53:04.528Z] + docker info
16:53:04 [2021-08-20T16:53:04.565Z] #26 sha256:1cfaf5c6f756207bc4607d40ddd440bd2bfa7ab455b2c3015ccf56d85cd1377b 39.85MB / 50.44MB 0.8s
16:53:04 [2021-08-20T16:53:04.565Z] #26 sha256:1cfaf5c6f756207bc4607d40ddd440bd2bfa7ab455b2c3015ccf56d85cd1377b 47.19MB / 50.44MB 0.9s
16:53:02 [2021-08-20T16:53:02.830Z]  > git config --get remote.origin.url # timeout=10
16:53:02 [2021-08-20T16:53:02.835Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:53:02 [2021-08-20T16:53:02.836Z]  > git merge 41568dfc665ad4033d7fc860a5dac8102915008e # timeout=10
16:53:03 [2021-08-20T16:53:03.361Z]  > git rev-parse HEAD^{commit} # timeout=10
16:53:03 [2021-08-20T16:53:03.370Z]  > git config core.sparsecheckout # timeout=10
16:53:03 [2021-08-20T16:53:03.379Z]  > git checkout -f 4be1c8b254311136c9588f5bcad8d903aec10165 # timeout=10
16:53:04 [2021-08-20T16:53:04.672Z] + docker info
16:53:04 [2021-08-20T16:53:04.829Z] #26 sha256:1cfaf5c6f756207bc4607d40ddd440bd2bfa7ab455b2c3015ccf56d85cd1377b 50.44MB / 50.44MB 0.9s
16:53:05 [2021-08-20T16:53:05.110Z] #26 sha256:1cfaf5c6f756207bc4607d40ddd440bd2bfa7ab455b2c3015ccf56d85cd1377b 50.44MB / 50.44MB 1.5s done
16:53:05 [2021-08-20T16:53:05.350Z] Client:
16:53:05 [2021-08-20T16:53:05.350Z]  Context:    default
16:53:05 [2021-08-20T16:53:05.350Z]  Debug Mode: false
16:53:05 [2021-08-20T16:53:05.350Z]  Plugins:
16:53:05 [2021-08-20T16:53:05.350Z]   app: Docker App (Docker Inc., v0.9.1-beta3)
16:53:05 [2021-08-20T16:53:05.350Z]   buildx: Build with BuildKit (Docker Inc., v0.5.1-docker)
16:53:05 [2021-08-20T16:53:05.350Z]   scan: Docker Scan (Docker Inc., v0.7.0)
16:53:05 [2021-08-20T16:53:05.350Z] 
16:53:05 [2021-08-20T16:53:05.350Z] Server:
16:53:05 [2021-08-20T16:53:05.350Z]  Containers: 0
16:53:05 [2021-08-20T16:53:05.350Z]   Running: 0
16:53:05 [2021-08-20T16:53:05.350Z]   Paused: 0
16:53:05 [2021-08-20T16:53:05.350Z]   Stopped: 0
16:53:05 [2021-08-20T16:53:05.350Z]  Images: 2
16:53:05 [2021-08-20T16:53:05.350Z]  Server Version: 20.10.6
16:53:05 [2021-08-20T16:53:05.350Z]  Storage Driver: overlay2
16:53:05 [2021-08-20T16:53:05.350Z]   Backing Filesystem: extfs
16:53:05 [2021-08-20T16:53:05.350Z]   Supports d_type: true
16:53:05 [2021-08-20T16:53:05.350Z]   Native Overlay Diff: true
16:53:05 [2021-08-20T16:53:05.350Z]   userxattr: false
16:53:05 [2021-08-20T16:53:05.350Z]  Logging Driver: json-file
16:53:05 [2021-08-20T16:53:05.350Z]  Cgroup Driver: systemd
16:53:05 [2021-08-20T16:53:05.350Z]  Cgroup Version: 2
16:53:05 [2021-08-20T16:53:05.350Z]  Plugins:
16:53:05 [2021-08-20T16:53:05.350Z]   Volume: local
16:53:05 [2021-08-20T16:53:05.350Z]   Network: bridge host ipvlan macvlan null overlay
16:53:05 [2021-08-20T16:53:05.350Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
16:53:05 [2021-08-20T16:53:05.350Z]  Swarm: inactive
16:53:05 [2021-08-20T16:53:05.350Z]  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
16:53:05 [2021-08-20T16:53:05.350Z]  Default Runtime: runc
16:53:05 [2021-08-20T16:53:05.350Z]  Init Binary: docker-init
16:53:05 [2021-08-20T16:53:05.350Z]  containerd version: d71fcd7d8303cbf684402823e425e9dd2e99285d
16:53:05 [2021-08-20T16:53:05.350Z]  runc version: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7
16:53:05 [2021-08-20T16:53:05.350Z]  init version: de40ad0
16:53:05 [2021-08-20T16:53:05.350Z]  Security Options:
16:53:05 [2021-08-20T16:53:05.350Z]   apparmor
16:53:05 [2021-08-20T16:53:05.350Z]   seccomp
16:53:05 [2021-08-20T16:53:05.350Z]    Profile: default
16:53:05 [2021-08-20T16:53:05.350Z]   cgroupns
16:53:05 [2021-08-20T16:53:05.350Z]  Kernel Version: 5.4.0-1048-aws
16:53:05 [2021-08-20T16:53:05.350Z]  Operating System: Ubuntu 20.04.2 LTS
16:53:05 [2021-08-20T16:53:05.350Z]  OSType: linux
16:53:05 [2021-08-20T16:53:05.350Z]  Architecture: x86_64
16:53:05 [2021-08-20T16:53:05.350Z]  CPUs: 2
16:53:05 [2021-08-20T16:53:05.350Z]  Total Memory: 7.487GiB
16:53:05 [2021-08-20T16:53:05.350Z]  Name: ip-10-100-110-135
16:53:05 [2021-08-20T16:53:05.350Z]  ID: BPI2:DJ3J:2BX4:S6D2:XUGC:3EVF:YTII:HJPT:TJU6:HPWF:P5M7:CUDP
16:53:05 [2021-08-20T16:53:05.350Z]  Docker Root Dir: /var/lib/docker
16:53:05 [2021-08-20T16:53:05.350Z]  Debug Mode: false
16:53:05 [2021-08-20T16:53:05.350Z]  Registry: https://index.docker.io/v1/
16:53:05 [2021-08-20T16:53:05.350Z]  Labels:
16:53:05 [2021-08-20T16:53:05.350Z]  Experimental: true
16:53:05 [2021-08-20T16:53:05.350Z]  Insecure Registries:
16:53:05 [2021-08-20T16:53:05.350Z]   127.0.0.0/8
16:53:05 [2021-08-20T16:53:05.350Z]  Live Restore Enabled: true
16:53:05 [2021-08-20T16:53:05.350Z] 
16:53:05 [2021-08-20T16:53:05.350Z] WARNING: No kernel memory limit support
16:53:05 [2021-08-20T16:53:05.350Z] WARNING: No oom kill disable support
[Pipeline] }
16:53:05 [2021-08-20T16:53:05.373Z] Fetching without tags
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
16:53:05 [2021-08-20T16:53:05.677Z] #26 extracting sha256:1cfaf5c6f756207bc4607d40ddd440bd2bfa7ab455b2c3015ccf56d85cd1377b
16:53:05 [2021-08-20T16:53:05.747Z] Merging remotes/origin/master commit 41568dfc665ad4033d7fc860a5dac8102915008e into PR head commit d7abbd01ebf9a77dcfea00f71c1266a7cc7730a8
16:53:05 [2021-08-20T16:53:05.766Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg SYSTEMD=true -t docker:fd3e16cb5aa3e192bd4a94c47e3f2a1b971cf423 .
16:53:05 [2021-08-20T16:53:05.931Z] Client:
16:53:05 [2021-08-20T16:53:05.931Z]  Context:    default
16:53:05 [2021-08-20T16:53:05.931Z]  Debug Mode: false
16:53:05 [2021-08-20T16:53:05.931Z]  Plugins:
16:53:05 [2021-08-20T16:53:05.931Z]   app: Docker App (Docker Inc., v0.9.1-beta3)
16:53:05 [2021-08-20T16:53:05.931Z]   buildx: Build with BuildKit (Docker Inc., v0.5.1-docker)
16:53:05 [2021-08-20T16:53:05.931Z]   scan: Docker Scan (Docker Inc., v0.7.0)
16:53:05 [2021-08-20T16:53:05.931Z] 
16:53:05 [2021-08-20T16:53:05.931Z] Server:
16:53:05 [2021-08-20T16:53:05.931Z]  Containers: 0
16:53:05 [2021-08-20T16:53:05.931Z]   Running: 0
16:53:05 [2021-08-20T16:53:05.931Z]   Paused: 0
16:53:05 [2021-08-20T16:53:05.931Z]   Stopped: 0
16:53:05 [2021-08-20T16:53:05.931Z]  Images: 2
16:53:05 [2021-08-20T16:53:05.931Z]  Server Version: 20.10.6
16:53:05 [2021-08-20T16:53:05.931Z]  Storage Driver: overlay2
16:53:05 [2021-08-20T16:53:05.931Z]   Backing Filesystem: extfs
16:53:05 [2021-08-20T16:53:05.931Z]   Supports d_type: true
16:53:05 [2021-08-20T16:53:05.931Z]   Native Overlay Diff: true
16:53:05 [2021-08-20T16:53:05.931Z]   userxattr: false
16:53:05 [2021-08-20T16:53:05.931Z]  Logging Driver: json-file
16:53:05 [2021-08-20T16:53:05.931Z]  Cgroup Driver: cgroupfs
16:53:05 [2021-08-20T16:53:05.931Z]  Cgroup Version: 1
16:53:05 [2021-08-20T16:53:05.931Z]  Plugins:
16:53:05 [2021-08-20T16:53:05.931Z]   Volume: local
16:53:05 [2021-08-20T16:53:05.931Z]   Network: bridge host ipvlan macvlan null overlay
16:53:05 [2021-08-20T16:53:05.931Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
16:53:05 [2021-08-20T16:53:05.931Z]  Swarm: inactive
16:53:05 [2021-08-20T16:53:05.931Z]  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
16:53:05 [2021-08-20T16:53:05.931Z]  Default Runtime: runc
16:53:05 [2021-08-20T16:53:05.931Z]  Init Binary: docker-init
16:53:05 [2021-08-20T16:53:05.931Z]  containerd version: d71fcd7d8303cbf684402823e425e9dd2e99285d
16:53:05 [2021-08-20T16:53:05.931Z]  runc version: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7
16:53:05 [2021-08-20T16:53:05.931Z]  init version: de40ad0
16:53:05 [2021-08-20T16:53:05.931Z]  Security Options:
16:53:05 [2021-08-20T16:53:05.931Z]   apparmor
16:53:05 [2021-08-20T16:53:05.931Z]   seccomp
16:53:05 [2021-08-20T16:53:05.931Z]    Profile: default
16:53:05 [2021-08-20T16:53:05.931Z]  Kernel Version: 5.4.0-1048-aws
16:53:05 [2021-08-20T16:53:05.931Z]  Operating System: Ubuntu 18.04.5 LTS
16:53:05 [2021-08-20T16:53:05.931Z]  OSType: linux
16:53:05 [2021-08-20T16:53:05.931Z]  Architecture: x86_64
16:53:05 [2021-08-20T16:53:05.931Z]  CPUs: 2
16:53:05 [2021-08-20T16:53:05.931Z]  Total Memory: 7.487GiB
16:53:05 [2021-08-20T16:53:05.931Z]  Name: ip-10-100-120-209
16:53:05 [2021-08-20T16:53:05.931Z]  ID: KG52:ONVY:U5MS:VBR3:3V2I:UMRB:NEG5:YUDM:PLPH:2QKQ:N3BG:QG3A
16:53:05 [2021-08-20T16:53:05.931Z]  Docker Root Dir: /var/lib/docker
16:53:05 [2021-08-20T16:53:05.931Z]  Debug Mode: false
16:53:05 [2021-08-20T16:53:05.931Z]  Registry: https://index.docker.io/v1/
16:53:05 [2021-08-20T16:53:05.931Z]  Labels:
16:53:05 [2021-08-20T16:53:05.931Z]  Experimental: true
16:53:05 [2021-08-20T16:53:05.931Z]  Insecure Registries:
16:53:05 [2021-08-20T16:53:05.931Z]   127.0.0.0/8
16:53:05 [2021-08-20T16:53:05.931Z]  Live Restore Enabled: true
16:53:05 [2021-08-20T16:53:05.931Z] 
16:53:05 [2021-08-20T16:53:05.931Z] WARNING: No swap limit support
[Pipeline] sh
16:53:06 [2021-08-20T16:53:06.024Z] #2 [internal] load .dockerignore
16:53:06 [2021-08-20T16:53:06.024Z] #2 sha256:ddf6ff20d6d290a419f7d54cdbcaade564f2ab824a39c2dfb5ed04ac31331f7e
16:53:06 [2021-08-20T16:53:06.024Z] #2 transferring context: 87B done
16:53:06 [2021-08-20T16:53:06.024Z] #2 DONE 0.0s
16:53:06 [2021-08-20T16:53:06.024Z] 
16:53:06 [2021-08-20T16:53:06.024Z] #1 [internal] load build definition from Dockerfile
16:53:06 [2021-08-20T16:53:06.024Z] #1 sha256:74c025b3ca1dc1d52b9066c7214953dadf498016aadd96cf62dfc241e8c7dbf0
16:53:06 [2021-08-20T16:53:06.024Z] #1 transferring dockerfile: 16.59kB done
16:53:06 [2021-08-20T16:53:06.024Z] #1 DONE 0.0s
16:53:06 [2021-08-20T16:53:06.024Z] 
16:53:06 [2021-08-20T16:53:06.024Z] #3 resolve image config for docker.io/docker/dockerfile:1.2
16:53:06 [2021-08-20T16:53:06.024Z] #3 sha256:b239a20f31d7f1e5744984df3d652780f1a82c37554dd73e1ad47c8eb05b0d69
16:53:06 [2021-08-20T16:53:06.042Z] Client:
16:53:06 [2021-08-20T16:53:06.043Z]  Context:    default
16:53:06 [2021-08-20T16:53:06.043Z]  Debug Mode: false
16:53:06 [2021-08-20T16:53:06.043Z]  Plugins:
16:53:06 [2021-08-20T16:53:06.043Z]   app: Docker App (Docker Inc., v0.9.1-beta3)
16:53:06 [2021-08-20T16:53:06.043Z]   buildx: Build with BuildKit (Docker Inc., v0.5.1-docker)
16:53:06 [2021-08-20T16:53:06.043Z]   scan: Docker Scan (Docker Inc., v0.7.0)
16:53:06 [2021-08-20T16:53:06.043Z] 
16:53:06 [2021-08-20T16:53:06.043Z] Server:
16:53:06 [2021-08-20T16:53:06.043Z]  Containers: 0
16:53:06 [2021-08-20T16:53:06.043Z]   Running: 0
16:53:06 [2021-08-20T16:53:06.043Z]   Paused: 0
16:53:06 [2021-08-20T16:53:06.043Z]   Stopped: 0
16:53:06 [2021-08-20T16:53:06.043Z]  Images: 2
16:53:06 [2021-08-20T16:53:06.043Z]  Server Version: 20.10.6
16:53:06 [2021-08-20T16:53:06.043Z]  Storage Driver: overlay2
16:53:06 [2021-08-20T16:53:06.043Z]   Backing Filesystem: extfs
16:53:06 [2021-08-20T16:53:06.043Z]   Supports d_type: true
16:53:06 [2021-08-20T16:53:06.043Z]   Native Overlay Diff: true
16:53:06 [2021-08-20T16:53:06.043Z]   userxattr: false
16:53:06 [2021-08-20T16:53:06.043Z]  Logging Driver: json-file
16:53:06 [2021-08-20T16:53:06.043Z]  Cgroup Driver: cgroupfs
16:53:06 [2021-08-20T16:53:06.043Z]  Cgroup Version: 1
16:53:06 [2021-08-20T16:53:06.043Z]  Plugins:
16:53:06 [2021-08-20T16:53:06.043Z]   Volume: local
16:53:06 [2021-08-20T16:53:06.043Z]   Network: bridge host ipvlan macvlan null overlay
16:53:06 [2021-08-20T16:53:06.043Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
16:53:06 [2021-08-20T16:53:06.043Z]  Swarm: inactive
16:53:06 [2021-08-20T16:53:06.043Z]  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
16:53:06 [2021-08-20T16:53:06.043Z]  Default Runtime: runc
16:53:06 [2021-08-20T16:53:06.043Z]  Init Binary: docker-init
16:53:06 [2021-08-20T16:53:06.043Z]  containerd version: d71fcd7d8303cbf684402823e425e9dd2e99285d
16:53:06 [2021-08-20T16:53:06.043Z]  runc version: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7
16:53:06 [2021-08-20T16:53:06.043Z]  init version: de40ad0
16:53:06 [2021-08-20T16:53:06.043Z]  Security Options:
16:53:06 [2021-08-20T16:53:06.043Z]   apparmor
16:53:06 [2021-08-20T16:53:06.043Z]   seccomp
16:53:06 [2021-08-20T16:53:06.043Z]    Profile: default
16:53:06 [2021-08-20T16:53:06.043Z]  Kernel Version: 5.4.0-1048-aws
16:53:06 [2021-08-20T16:53:06.043Z]  Operating System: Ubuntu 18.04.5 LTS
16:53:06 [2021-08-20T16:53:06.043Z]  OSType: linux
16:53:06 [2021-08-20T16:53:06.043Z]  Architecture: x86_64
16:53:06 [2021-08-20T16:53:06.043Z]  CPUs: 2
16:53:06 [2021-08-20T16:53:06.043Z]  Total Memory: 7.569GiB
16:53:06 [2021-08-20T16:53:06.043Z]  Name: ip-10-100-77-25
16:53:06 [2021-08-20T16:53:06.043Z]  ID: KG52:ONVY:U5MS:VBR3:3V2I:UMRB:NEG5:YUDM:PLPH:2QKQ:N3BG:QG3A
16:53:06 [2021-08-20T16:53:06.043Z]  Docker Root Dir: /var/lib/docker
16:53:06 [2021-08-20T16:53:06.043Z]  Debug Mode: false
16:53:06 [2021-08-20T16:53:06.043Z]  Registry: https://index.docker.io/v1/
16:53:06 [2021-08-20T16:53:06.043Z]  Labels:
16:53:06 [2021-08-20T16:53:06.043Z]  Experimental: true
16:53:06 [2021-08-20T16:53:06.043Z]  Insecure Registries:
16:53:06 [2021-08-20T16:53:06.043Z]   127.0.0.0/8
16:53:06 [2021-08-20T16:53:06.043Z]  Live Restore Enabled: true
16:53:06 [2021-08-20T16:53:06.043Z] 
16:53:06 [2021-08-20T16:53:06.043Z] WARNING: No swap limit support
[Pipeline] sh
16:53:06 [2021-08-20T16:53:06.214Z] + echo check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35
16:53:06 [2021-08-20T16:53:06.214Z] check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35
16:53:06 [2021-08-20T16:53:06.214Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42765/check-config.sh https://raw.githubusercontent.com/moby/moby/2b0755b936416834e14208c6c37b36977e67ea35/contrib/check-config.sh
16:53:06 [2021-08-20T16:53:06.283Z] #3 DONE 0.3s
16:53:06 [2021-08-20T16:53:06.283Z] 
16:53:06 [2021-08-20T16:53:06.283Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc
16:53:06 [2021-08-20T16:53:06.283Z] #4 sha256:37e0c519b0431ef5446f4dd0a4588ba695f961e9b0e800cd8c7f5ba6165af727
16:53:06 [2021-08-20T16:53:06.283Z] #4 resolve docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc done
16:53:06 [2021-08-20T16:53:06.283Z] #4 sha256:86e43bba076d67c1a890cbc07813806b11eca53843dc643202d939b986c8c332 1.21kB / 1.21kB done
16:53:06 [2021-08-20T16:53:06.283Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.2s done
16:53:06 [2021-08-20T16:53:06.283Z] #4 sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc 1.69kB / 1.69kB done
16:53:06 [2021-08-20T16:53:06.283Z] #4 sha256:e3ee2e6b536452d876b1c5aa12db9bca51b8f52b2505178cae6d13e33daeed2b 528B / 528B done
16:53:06 [2021-08-20T16:53:06.283Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4
16:53:06 [2021-08-20T16:53:06.360Z] + echo check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35
16:53:06 [2021-08-20T16:53:06.360Z] check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35
16:53:06 [2021-08-20T16:53:06.360Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42765/check-config.sh https://raw.githubusercontent.com/moby/moby/2b0755b936416834e14208c6c37b36977e67ea35/contrib/check-config.sh
16:53:06 [2021-08-20T16:53:06.473Z] + bash /home/ubuntu/workspace/moby_PR-42765/check-config.sh
16:53:06 [2021-08-20T16:53:06.473Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
16:53:06 [2021-08-20T16:53:06.473Z] info: reading kernel config from /boot/config-5.4.0-1048-aws ...
16:53:06 [2021-08-20T16:53:06.473Z] 
16:53:06 [2021-08-20T16:53:06.473Z] Generally Necessary:
16:53:06 [2021-08-20T16:53:06.473Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
16:53:06 [2021-08-20T16:53:06.473Z] - apparmor: enabled and tools installed
16:53:06 [2021-08-20T16:53:06.473Z] - CONFIG_NAMESPACES: enabled
16:53:06 [2021-08-20T16:53:06.473Z] - CONFIG_NET_NS: enabled
16:53:06 [2021-08-20T16:53:06.473Z] - CONFIG_PID_NS: enabled
16:53:06 [2021-08-20T16:53:06.543Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 0.3s done
16:53:06 [2021-08-20T16:53:06.616Z] + bash /home/ubuntu/workspace/moby_PR-42765/check-config.sh
16:53:06 [2021-08-20T16:53:06.616Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
16:53:06 [2021-08-20T16:53:06.616Z] info: reading kernel config from /boot/config-5.4.0-1048-aws ...
16:53:06 [2021-08-20T16:53:06.616Z] 
16:53:06 [2021-08-20T16:53:06.616Z] Generally Necessary:
16:53:06 [2021-08-20T16:53:06.616Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
16:53:06 [2021-08-20T16:53:06.616Z] - apparmor: enabled and tools installed
16:53:06 [2021-08-20T16:53:06.616Z] - CONFIG_NAMESPACES: enabled
16:53:06 [2021-08-20T16:53:06.616Z] - CONFIG_NET_NS: enabled
16:53:06 [2021-08-20T16:53:06.616Z] - CONFIG_PID_NS: enabled
16:53:06 [2021-08-20T16:53:06.616Z] - CONFIG_IPC_NS: enabled
16:53:06 [2021-08-20T16:53:06.616Z] - CONFIG_UTS_NS: enabled
16:53:06 [2021-08-20T16:53:06.616Z] - CONFIG_CGROUPS: enabled
16:53:06 [2021-08-20T16:53:06.616Z] - CONFIG_CGROUP_CPUACCT: enabled
16:53:06 [2021-08-20T16:53:06.616Z] - CONFIG_CGROUP_DEVICE: enabled
16:53:06 [2021-08-20T16:53:06.616Z] - CONFIG_CGROUP_FREEZER: enabled
16:53:06 [2021-08-20T16:53:06.616Z] - CONFIG_CGROUP_SCHED: enabled
16:53:06 [2021-08-20T16:53:06.616Z] - CONFIG_CPUSETS: enabled
16:53:06 [2021-08-20T16:53:06.616Z] - CONFIG_MEMCG: enabled
16:53:06 [2021-08-20T16:53:06.616Z] - CONFIG_KEYS: enabled
16:53:06 [2021-08-20T16:53:06.616Z] - CONFIG_VETH: enabled (as module)
16:53:06 [2021-08-20T16:53:06.616Z] - CONFIG_BRIDGE: enabled (as module)
16:53:06 [2021-08-20T16:53:06.616Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
16:53:06 [2021-08-20T16:53:06.616Z] - CONFIG_IP_NF_FILTER: enabled (as module)
16:53:06 [2021-08-20T16:53:06.616Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
16:53:06 [2021-08-20T16:53:06.616Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
16:53:06 [2021-08-20T16:53:06.616Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
16:53:06 [2021-08-20T16:53:06.616Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
16:53:06 [2021-08-20T16:53:06.616Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module)
16:53:06 [2021-08-20T16:53:06.616Z] - CONFIG_IP_NF_NAT: enabled (as module)
16:53:06 [2021-08-20T16:53:06.616Z] - CONFIG_NF_NAT: enabled (as module)
16:53:06 [2021-08-20T16:53:06.616Z] - CONFIG_POSIX_MQUEUE: enabled
16:53:06 [2021-08-20T16:53:06.616Z] 
16:53:06 [2021-08-20T16:53:06.616Z] Optional Features:
16:53:06 [2021-08-20T16:53:06.616Z] - CONFIG_USER_NS: enabled
16:53:06 [2021-08-20T16:53:06.616Z] - CONFIG_SECCOMP: enabled
16:53:06 [2021-08-20T16:53:06.616Z] - CONFIG_SECCOMP_FILTER: enabled
16:53:06 [2021-08-20T16:53:06.616Z] - CONFIG_CGROUP_PIDS: enabled
16:53:06 [2021-08-20T16:53:06.616Z] - CONFIG_MEMCG_SWAP: enabled
16:53:06 [2021-08-20T16:53:06.616Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
16:53:06 [2021-08-20T16:53:06.616Z]     (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1")
16:53:06 [2021-08-20T16:53:06.616Z] - CONFIG_BLK_CGROUP: enabled
16:53:06 [2021-08-20T16:53:06.616Z] - CONFIG_BLK_DEV_THROTTLING: enabled
16:53:06 [2021-08-20T16:53:06.616Z] - CONFIG_CGROUP_PERF: enabled
16:53:06 [2021-08-20T16:53:06.616Z] - CONFIG_CGROUP_HUGETLB: enabled
16:53:06 [2021-08-20T16:53:06.616Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
16:53:06 [2021-08-20T16:53:06.616Z] - CONFIG_CGROUP_NET_PRIO: enabled
16:53:05 [2021-08-20T16:53:05.357Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
16:53:05 [2021-08-20T16:53:05.362Z]  > git config --add remote.origin.fetch +refs/pull/42765/head:refs/remotes/origin/PR-42765 # timeout=10
16:53:05 [2021-08-20T16:53:05.369Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
16:53:05 [2021-08-20T16:53:05.377Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
16:53:05 [2021-08-20T16:53:05.392Z] Fetching upstream changes from https://github.com/moby/moby.git
16:53:05 [2021-08-20T16:53:05.392Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:53:05 [2021-08-20T16:53:05.393Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42765/head:refs/remotes/origin/PR-42765 +refs/heads/master:refs/remotes/origin/master # timeout=10
16:53:05 [2021-08-20T16:53:05.764Z]  > git config core.sparsecheckout # timeout=10
16:53:05 [2021-08-20T16:53:05.769Z]  > git checkout -f d7abbd01ebf9a77dcfea00f71c1266a7cc7730a8 # timeout=10
16:53:06 [2021-08-20T16:53:06.731Z] - CONFIG_IPC_NS: enabled
16:53:06 [2021-08-20T16:53:06.731Z] - CONFIG_UTS_NS: enabled
16:53:06 [2021-08-20T16:53:06.731Z] - CONFIG_CGROUPS: enabled
16:53:06 [2021-08-20T16:53:06.731Z] - CONFIG_CGROUP_CPUACCT: enabled
16:53:06 [2021-08-20T16:53:06.731Z] - CONFIG_CGROUP_DEVICE: enabled
16:53:06 [2021-08-20T16:53:06.731Z] - CONFIG_CGROUP_FREEZER: enabled
16:53:06 [2021-08-20T16:53:06.731Z] - CONFIG_CGROUP_SCHED: enabled
16:53:06 [2021-08-20T16:53:06.731Z] - CONFIG_CPUSETS: enabled
16:53:06 [2021-08-20T16:53:06.731Z] - CONFIG_MEMCG: enabled
16:53:06 [2021-08-20T16:53:06.731Z] - CONFIG_KEYS: enabled
16:53:06 [2021-08-20T16:53:06.731Z] - CONFIG_VETH: enabled (as module)
16:53:06 [2021-08-20T16:53:06.731Z] - CONFIG_BRIDGE: enabled (as module)
16:53:06 [2021-08-20T16:53:06.731Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
16:53:06 [2021-08-20T16:53:06.731Z] - CONFIG_IP_NF_FILTER: enabled (as module)
16:53:06 [2021-08-20T16:53:06.731Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
16:53:06 [2021-08-20T16:53:06.731Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
16:53:06 [2021-08-20T16:53:06.731Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
16:53:06 [2021-08-20T16:53:06.731Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
16:53:06 [2021-08-20T16:53:06.731Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module)
16:53:06 [2021-08-20T16:53:06.731Z] - CONFIG_IP_NF_NAT: enabled (as module)
16:53:06 [2021-08-20T16:53:06.731Z] - CONFIG_NF_NAT: enabled (as module)
16:53:06 [2021-08-20T16:53:06.731Z] - CONFIG_POSIX_MQUEUE: enabled
16:53:06 [2021-08-20T16:53:06.731Z] 
16:53:06 [2021-08-20T16:53:06.731Z] Optional Features:
16:53:06 [2021-08-20T16:53:06.731Z] - CONFIG_USER_NS: enabled
16:53:06 [2021-08-20T16:53:06.731Z] - CONFIG_SECCOMP: enabled
16:53:06 [2021-08-20T16:53:06.731Z] - CONFIG_SECCOMP_FILTER: enabled
16:53:06 [2021-08-20T16:53:06.731Z] - CONFIG_CGROUP_PIDS: enabled
16:53:06 [2021-08-20T16:53:06.731Z] - CONFIG_MEMCG_SWAP: enabled
16:53:06 [2021-08-20T16:53:06.731Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
16:53:06 [2021-08-20T16:53:06.731Z]     (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1")
16:53:06 [2021-08-20T16:53:06.731Z] - CONFIG_BLK_CGROUP: enabled
16:53:06 [2021-08-20T16:53:06.731Z] - CONFIG_BLK_DEV_THROTTLING: enabled
16:53:06 [2021-08-20T16:53:06.731Z] - CONFIG_CGROUP_PERF: enabled
16:53:06 [2021-08-20T16:53:06.731Z] - CONFIG_CGROUP_HUGETLB: enabled
16:53:06 [2021-08-20T16:53:06.731Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
16:53:06 [2021-08-20T16:53:06.731Z] - CONFIG_CGROUP_NET_PRIO: enabled
16:53:06 [2021-08-20T16:53:06.731Z] - CONFIG_CFS_BANDWIDTH: enabled
16:53:06 [2021-08-20T16:53:06.731Z] - CONFIG_FAIR_GROUP_SCHED: enabled
16:53:06 [2021-08-20T16:53:06.731Z] - CONFIG_RT_GROUP_SCHED: missing
16:53:06 [2021-08-20T16:53:06.731Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
16:53:06 [2021-08-20T16:53:06.731Z] - CONFIG_IP_VS: enabled (as module)
16:53:06 [2021-08-20T16:53:06.731Z] - CONFIG_IP_VS_NFCT: enabled
16:53:06 [2021-08-20T16:53:06.731Z] - CONFIG_IP_VS_PROTO_TCP: enabled
16:53:06 [2021-08-20T16:53:06.731Z] - CONFIG_IP_VS_PROTO_UDP: enabled
16:53:06 [2021-08-20T16:53:06.731Z] - CONFIG_IP_VS_RR: enabled (as module)
16:53:06 [2021-08-20T16:53:06.731Z] - CONFIG_SECURITY_SELINUX: enabled
16:53:06 [2021-08-20T16:53:06.731Z] - CONFIG_SECURITY_APPARMOR: enabled
16:53:06 [2021-08-20T16:53:06.731Z] - CONFIG_EXT4_FS: enabled
16:53:06 [2021-08-20T16:53:06.731Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
16:53:06 [2021-08-20T16:53:06.731Z] - CONFIG_EXT4_FS_SECURITY: enabled
16:53:06 [2021-08-20T16:53:06.731Z] - Network Drivers:
16:53:06 [2021-08-20T16:53:06.731Z]   - "overlay":
16:53:06 [2021-08-20T16:53:06.802Z] #4 DONE 0.5s
16:53:06 [2021-08-20T16:53:06.872Z] - CONFIG_CFS_BANDWIDTH: enabled
16:53:06 [2021-08-20T16:53:06.872Z] - CONFIG_FAIR_GROUP_SCHED: enabled
16:53:06 [2021-08-20T16:53:06.872Z] - CONFIG_RT_GROUP_SCHED: missing
16:53:06 [2021-08-20T16:53:06.872Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
16:53:06 [2021-08-20T16:53:06.872Z] - CONFIG_IP_VS: enabled (as module)
16:53:06 [2021-08-20T16:53:06.872Z] - CONFIG_IP_VS_NFCT: enabled
16:53:06 [2021-08-20T16:53:06.872Z] - CONFIG_IP_VS_PROTO_TCP: enabled
16:53:06 [2021-08-20T16:53:06.872Z] - CONFIG_IP_VS_PROTO_UDP: enabled
16:53:06 [2021-08-20T16:53:06.872Z] - CONFIG_IP_VS_RR: enabled (as module)
16:53:06 [2021-08-20T16:53:06.872Z] - CONFIG_SECURITY_SELINUX: enabled
16:53:06 [2021-08-20T16:53:06.872Z] - CONFIG_SECURITY_APPARMOR: enabled
16:53:06 [2021-08-20T16:53:06.872Z] - CONFIG_EXT4_FS: enabled
16:53:06 [2021-08-20T16:53:06.872Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
16:53:06 [2021-08-20T16:53:06.872Z] - CONFIG_EXT4_FS_SECURITY: enabled
16:53:06 [2021-08-20T16:53:06.872Z] - Network Drivers:
16:53:06 [2021-08-20T16:53:06.872Z]   - "overlay":
16:53:06 [2021-08-20T16:53:06.872Z]     - CONFIG_VXLAN: enabled (as module)
16:53:06 [2021-08-20T16:53:06.872Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
16:53:06 [2021-08-20T16:53:06.872Z]       Optional (for encrypted networks):
16:53:06 [2021-08-20T16:53:06.872Z]       - CONFIG_CRYPTO: enabled
16:53:06 [2021-08-20T16:53:06.872Z]       - CONFIG_CRYPTO_AEAD: enabled
16:53:06 [2021-08-20T16:53:06.872Z]       - CONFIG_CRYPTO_GCM: enabled
16:53:06 [2021-08-20T16:53:06.872Z]       - CONFIG_CRYPTO_SEQIV: enabled
16:53:06 [2021-08-20T16:53:06.872Z]       - CONFIG_CRYPTO_GHASH: enabled
16:53:06 [2021-08-20T16:53:06.872Z]       - CONFIG_XFRM: enabled
16:53:06 [2021-08-20T16:53:06.872Z]       - CONFIG_XFRM_USER: enabled (as module)
16:53:06 [2021-08-20T16:53:06.872Z]       - CONFIG_XFRM_ALGO: enabled (as module)
16:53:06 [2021-08-20T16:53:06.872Z]       - CONFIG_INET_ESP: enabled (as module)
16:53:06 [2021-08-20T16:53:06.872Z]   - "ipvlan":
16:53:06 [2021-08-20T16:53:06.872Z]     - CONFIG_IPVLAN: enabled (as module)
16:53:06 [2021-08-20T16:53:06.872Z]   - "macvlan":
16:53:06 [2021-08-20T16:53:06.872Z]     - CONFIG_MACVLAN: enabled (as module)
16:53:06 [2021-08-20T16:53:06.872Z]     - CONFIG_DUMMY: enabled (as module)
16:53:06 [2021-08-20T16:53:06.872Z]   - "ftp,tftp client in container":
16:53:06 [2021-08-20T16:53:06.872Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
16:53:06 [2021-08-20T16:53:06.872Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
16:53:06 [2021-08-20T16:53:06.872Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
16:53:06 [2021-08-20T16:53:06.872Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
16:53:06 [2021-08-20T16:53:06.872Z] - Storage Drivers:
16:53:06 [2021-08-20T16:53:06.872Z]   - "aufs":
16:53:06 [2021-08-20T16:53:06.872Z]     - CONFIG_AUFS_FS: enabled (as module)
16:53:06 [2021-08-20T16:53:06.872Z]   - "btrfs":
16:53:06 [2021-08-20T16:53:06.872Z]     - CONFIG_BTRFS_FS: enabled (as module)
16:53:06 [2021-08-20T16:53:06.872Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
16:53:06 [2021-08-20T16:53:06.872Z]   - "devicemapper":
16:53:06 [2021-08-20T16:53:06.872Z]     - CONFIG_BLK_DEV_DM: enabled
16:53:06 [2021-08-20T16:53:06.872Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
16:53:06 [2021-08-20T16:53:06.872Z]   - "overlay":
16:53:06 [2021-08-20T16:53:06.872Z]     - CONFIG_OVERLAY_FS: enabled (as module)
16:53:06 [2021-08-20T16:53:06.872Z]   - "zfs":
16:53:06 [2021-08-20T16:53:06.872Z]     - /dev/zfs: present
16:53:06 [2021-08-20T16:53:06.872Z]     - zfs command: missing
16:53:06 [2021-08-20T16:53:06.872Z]     - zpool command: missing
16:53:06 [2021-08-20T16:53:06.872Z] 
16:53:06 [2021-08-20T16:53:06.872Z] Limits:
16:53:06 [2021-08-20T16:53:06.872Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
16:53:06 [2021-08-20T16:53:06.872Z] 
16:53:06 [2021-08-20T16:53:06.872Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
16:53:06 [2021-08-20T16:53:06.989Z]     - CONFIG_VXLAN: enabled (as module)
16:53:06 [2021-08-20T16:53:06.989Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
16:53:06 [2021-08-20T16:53:06.989Z]       Optional (for encrypted networks):
16:53:06 [2021-08-20T16:53:06.989Z]       - CONFIG_CRYPTO: enabled
16:53:06 [2021-08-20T16:53:06.989Z]       - CONFIG_CRYPTO_AEAD: enabled
16:53:06 [2021-08-20T16:53:06.989Z]       - CONFIG_CRYPTO_GCM: enabled
16:53:06 [2021-08-20T16:53:06.989Z]       - CONFIG_CRYPTO_SEQIV: enabled
16:53:06 [2021-08-20T16:53:06.989Z]       - CONFIG_CRYPTO_GHASH: enabled
16:53:06 [2021-08-20T16:53:06.989Z]       - CONFIG_XFRM: enabled
16:53:06 [2021-08-20T16:53:06.989Z]       - CONFIG_XFRM_USER: enabled (as module)
16:53:06 [2021-08-20T16:53:06.989Z]       - CONFIG_XFRM_ALGO: enabled (as module)
16:53:06 [2021-08-20T16:53:06.989Z]       - CONFIG_INET_ESP: enabled (as module)
16:53:06 [2021-08-20T16:53:06.989Z]   - "ipvlan":
16:53:06 [2021-08-20T16:53:06.989Z]     - CONFIG_IPVLAN: enabled (as module)
16:53:06 [2021-08-20T16:53:06.989Z]   - "macvlan":
16:53:06 [2021-08-20T16:53:06.989Z]     - CONFIG_MACVLAN: enabled (as module)
16:53:06 [2021-08-20T16:53:06.989Z]     - CONFIG_DUMMY: enabled (as module)
16:53:06 [2021-08-20T16:53:06.989Z]   - "ftp,tftp client in container":
16:53:06 [2021-08-20T16:53:06.989Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
16:53:06 [2021-08-20T16:53:06.989Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
16:53:06 [2021-08-20T16:53:06.989Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
16:53:06 [2021-08-20T16:53:06.989Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
16:53:06 [2021-08-20T16:53:06.989Z] - Storage Drivers:
16:53:06 [2021-08-20T16:53:06.989Z]   - "aufs":
16:53:06 [2021-08-20T16:53:06.989Z]     - CONFIG_AUFS_FS: enabled (as module)
16:53:06 [2021-08-20T16:53:06.989Z]   - "btrfs":
16:53:06 [2021-08-20T16:53:06.989Z]     - CONFIG_BTRFS_FS: enabled (as module)
16:53:06 [2021-08-20T16:53:06.990Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
16:53:06 [2021-08-20T16:53:06.990Z]   - "devicemapper":
16:53:06 [2021-08-20T16:53:06.990Z]     - CONFIG_BLK_DEV_DM: enabled
16:53:06 [2021-08-20T16:53:06.990Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
16:53:06 [2021-08-20T16:53:06.990Z]   - "overlay":
16:53:06 [2021-08-20T16:53:06.990Z]     - CONFIG_OVERLAY_FS: enabled (as module)
16:53:06 [2021-08-20T16:53:06.990Z]   - "zfs":
16:53:06 [2021-08-20T16:53:06.990Z]     - /dev/zfs: present
16:53:06 [2021-08-20T16:53:06.990Z]     - zfs command: missing
16:53:06 [2021-08-20T16:53:06.990Z]     - zpool command: missing
16:53:06 [2021-08-20T16:53:06.990Z] 
16:53:06 [2021-08-20T16:53:06.990Z] Limits:
16:53:06 [2021-08-20T16:53:06.990Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
16:53:06 [2021-08-20T16:53:06.990Z] 
16:53:06 [2021-08-20T16:53:06.990Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
16:53:07 [2021-08-20T16:53:07.066Z] 
16:53:07 [2021-08-20T16:53:07.066Z] #8 [internal] load metadata for docker.io/library/golang:1.16.7-buster
16:53:07 [2021-08-20T16:53:07.066Z] #8 sha256:93ae01ec9ac7bdefa753de744d2c08d89caf4ed4484e60c3cb3943293868ea5e
16:53:07 [2021-08-20T16:53:07.066Z] #8 ...
16:53:07 [2021-08-20T16:53:07.066Z] 
16:53:07 [2021-08-20T16:53:07.066Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
16:53:07 [2021-08-20T16:53:07.066Z] #7 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec
16:53:07 [2021-08-20T16:53:07.066Z] #7 DONE 0.1s
16:53:07 [2021-08-20T16:53:07.066Z] 
16:53:07 [2021-08-20T16:53:07.066Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
16:53:07 [2021-08-20T16:53:07.066Z] #6 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1
16:53:07 [2021-08-20T16:53:07.066Z] #6 DONE 0.1s
16:53:07 [2021-08-20T16:53:07.195Z] + sudo modprobe ip_vs
16:53:07 [2021-08-20T16:53:07.195Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:fd3e16cb5aa3e192bd4a94c47e3f2a1b971cf423 .
16:53:07 [2021-08-20T16:53:07.325Z] 
16:53:07 [2021-08-20T16:53:07.325Z] #5 [internal] load metadata for docker.io/library/debian:buster
16:53:07 [2021-08-20T16:53:07.325Z] #5 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34
16:53:07 [2021-08-20T16:53:07.325Z] #5 DONE 0.2s
16:53:07 [2021-08-20T16:53:07.325Z] 
16:53:07 [2021-08-20T16:53:07.325Z] #8 [internal] load metadata for docker.io/library/golang:1.16.7-buster
16:53:07 [2021-08-20T16:53:07.325Z] #8 sha256:93ae01ec9ac7bdefa753de744d2c08d89caf4ed4484e60c3cb3943293868ea5e
16:53:07 [2021-08-20T16:53:07.325Z] #8 DONE 0.2s
16:53:07 [2021-08-20T16:53:07.338Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg CROSS=true -t docker:fd3e16cb5aa3e192bd4a94c47e3f2a1b971cf423 .
16:53:07 [2021-08-20T16:53:07.338Z] #1 [internal] load build definition from Dockerfile
16:53:07 [2021-08-20T16:53:07.338Z] #1 sha256:86d34f795ef8efc022f919bf8114b4133705597795498b73d6132ce04a687caf
16:53:07 [2021-08-20T16:53:07.338Z] #1 transferring dockerfile:
16:53:07 [2021-08-20T16:53:07.452Z] #1 [internal] load build definition from Dockerfile
16:53:07 [2021-08-20T16:53:07.452Z] #1 sha256:011c4cc33771ed219b2a9b27552032f57e38285e9bc99303c5261060faf94462
16:53:07 [2021-08-20T16:53:07.452Z] #1 transferring dockerfile: 16.59kB done
16:53:07 [2021-08-20T16:53:07.452Z] #1 DONE 0.0s
16:53:07 [2021-08-20T16:53:07.452Z] 
16:53:07 [2021-08-20T16:53:07.452Z] #2 [internal] load .dockerignore
16:53:07 [2021-08-20T16:53:07.452Z] #2 sha256:23978af43bbb23d3f7db64c57248cb742d04f306448ea0bdf0e666a6d3dc4877
16:53:07 [2021-08-20T16:53:07.452Z] #2 transferring context: 87B done
16:53:07 [2021-08-20T16:53:07.452Z] #2 DONE 0.0s
16:53:07 [2021-08-20T16:53:07.452Z] 
16:53:07 [2021-08-20T16:53:07.452Z] #3 resolve image config for docker.io/docker/dockerfile:1.2
16:53:07 [2021-08-20T16:53:07.452Z] #3 sha256:b239a20f31d7f1e5744984df3d652780f1a82c37554dd73e1ad47c8eb05b0d69
16:53:07 [2021-08-20T16:53:07.452Z] #3 DONE 0.1s
16:53:07 [2021-08-20T16:53:07.452Z] 
16:53:07 [2021-08-20T16:53:07.452Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc
16:53:07 [2021-08-20T16:53:07.452Z] #4 sha256:37e0c519b0431ef5446f4dd0a4588ba695f961e9b0e800cd8c7f5ba6165af727
16:53:07 [2021-08-20T16:53:07.452Z] #4 CACHED
16:53:07 [2021-08-20T16:53:07.579Z] #26 ...
16:53:07 [2021-08-20T16:53:07.579Z] 
16:53:07 [2021-08-20T16:53:07.579Z] #63 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
16:53:07 [2021-08-20T16:53:07.579Z] #63 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
16:53:07 [2021-08-20T16:53:07.579Z] #63 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done
16:53:07 [2021-08-20T16:53:07.579Z] #63 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
16:53:07 [2021-08-20T16:53:07.579Z] #63 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done
16:53:07 [2021-08-20T16:53:07.579Z] #63 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done
16:53:07 [2021-08-20T16:53:07.579Z] #63 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.6s done
16:53:07 [2021-08-20T16:53:07.579Z] #63 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 2.8s done
16:53:07 [2021-08-20T16:53:07.579Z] #63 DONE 3.9s
16:53:07 [2021-08-20T16:53:07.579Z] 
16:53:07 [2021-08-20T16:53:07.579Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:e2fe52e17d649812bddcac07faf16f33542129a59b2c1c59b39a436754b7f146
16:53:07 [2021-08-20T16:53:07.579Z] #26 sha256:a4438c76b03f7a630472187b8a1022ecc6a2d37f065c45548babbfdcfe57306e
16:53:07 [2021-08-20T16:53:07.596Z] #1 transferring dockerfile: 16.59kB done
16:53:07 [2021-08-20T16:53:07.596Z] #1 DONE 0.2s
16:53:07 [2021-08-20T16:53:07.596Z] 
16:53:07 [2021-08-20T16:53:07.596Z] #2 [internal] load .dockerignore
16:53:07 [2021-08-20T16:53:07.596Z] #2 sha256:7cb204d0118ecdec451f7889ef389094854c3719b58cc3b661b5e614c917a690
16:53:07 [2021-08-20T16:53:07.596Z] #2 transferring context: 87B done
16:53:07 [2021-08-20T16:53:07.596Z] #2 DONE 0.1s
16:53:07 [2021-08-20T16:53:07.596Z] 
16:53:07 [2021-08-20T16:53:07.596Z] #3 resolve image config for docker.io/docker/dockerfile:1.2
16:53:07 [2021-08-20T16:53:07.596Z] #3 sha256:b239a20f31d7f1e5744984df3d652780f1a82c37554dd73e1ad47c8eb05b0d69
16:53:07 [2021-08-20T16:53:07.615Z] Merge succeeded, producing bb4368c855a5ea0a3cbefdcb58411faf42d18aef
16:53:07 [2021-08-20T16:53:07.615Z] Checking out Revision bb4368c855a5ea0a3cbefdcb58411faf42d18aef (PR-42765)
16:53:07 [2021-08-20T16:53:07.710Z] 
16:53:07 [2021-08-20T16:53:07.711Z] #6 [internal] load metadata for docker.io/library/golang:1.16.7-buster
16:53:07 [2021-08-20T16:53:07.711Z] #6 sha256:93ae01ec9ac7bdefa753de744d2c08d89caf4ed4484e60c3cb3943293868ea5e
16:53:07 [2021-08-20T16:53:07.711Z] #6 DONE 0.1s
16:53:07 [2021-08-20T16:53:07.711Z] 
16:53:07 [2021-08-20T16:53:07.711Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
16:53:07 [2021-08-20T16:53:07.711Z] #8 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec
16:53:07 [2021-08-20T16:53:07.723Z] Commit message: "Merge commit '41568dfc665ad4033d7fc860a5dac8102915008e' into HEAD"
16:53:06 [2021-08-20T16:53:06.751Z]  > git remote # timeout=10
16:53:06 [2021-08-20T16:53:06.756Z]  > git config --get remote.origin.url # timeout=10
16:53:06 [2021-08-20T16:53:06.761Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:53:06 [2021-08-20T16:53:06.762Z]  > git merge 41568dfc665ad4033d7fc860a5dac8102915008e # timeout=10
16:53:07 [2021-08-20T16:53:07.624Z]  > git rev-parse HEAD^{commit} # timeout=10
16:53:07 [2021-08-20T16:53:07.633Z]  > git config core.sparsecheckout # timeout=10
16:53:07 [2021-08-20T16:53:07.644Z]  > git checkout -f bb4368c855a5ea0a3cbefdcb58411faf42d18aef # timeout=10
16:53:07 [2021-08-20T16:53:07.742Z]  > git rev-list --no-walk d7abbd01ebf9a77dcfea00f71c1266a7cc7730a8 # timeout=10
16:53:07 [2021-08-20T16:53:07.892Z] 
16:53:07 [2021-08-20T16:53:07.892Z] #65 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
16:53:07 [2021-08-20T16:53:07.892Z] #65 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
16:53:07 [2021-08-20T16:53:07.892Z] #65 DONE 0.0s
16:53:07 [2021-08-20T16:53:07.892Z] 
16:53:07 [2021-08-20T16:53:07.892Z] #63 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
16:53:07 [2021-08-20T16:53:07.892Z] #63 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
16:53:07 [2021-08-20T16:53:07.892Z] #63 DONE 0.0s
16:53:07 [2021-08-20T16:53:07.892Z] 
16:53:07 [2021-08-20T16:53:07.892Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:e2fe52e17d649812bddcac07faf16f33542129a59b2c1c59b39a436754b7f146
16:53:07 [2021-08-20T16:53:07.892Z] #26 sha256:a4438c76b03f7a630472187b8a1022ecc6a2d37f065c45548babbfdcfe57306e
16:53:07 [2021-08-20T16:53:07.892Z] #26 resolve docker.io/library/debian:buster@sha256:e2fe52e17d649812bddcac07faf16f33542129a59b2c1c59b39a436754b7f146 0.0s done
16:53:07 [2021-08-20T16:53:07.892Z] #26 sha256:2d1ab098097b2f299d3f05836a276a1a197ec221bc19620b4da16c26e83e7a2b 529B / 529B done
16:53:07 [2021-08-20T16:53:07.892Z] #26 sha256:63652705977db425315d7d10b99df0f5670737da5a1eadaeeda0cd2d96ee1a51 1.46kB / 1.46kB done
16:53:07 [2021-08-20T16:53:07.892Z] #26 sha256:1cfaf5c6f756207bc4607d40ddd440bd2bfa7ab455b2c3015ccf56d85cd1377b 1.05MB / 50.44MB 0.1s
16:53:07 [2021-08-20T16:53:07.892Z] #26 sha256:e2fe52e17d649812bddcac07faf16f33542129a59b2c1c59b39a436754b7f146 1.85kB / 1.85kB done
16:53:07 [2021-08-20T16:53:07.968Z] #8 DONE 0.1s
16:53:07 [2021-08-20T16:53:07.968Z] 
16:53:07 [2021-08-20T16:53:07.968Z] #5 [internal] load metadata for docker.io/library/debian:buster
16:53:07 [2021-08-20T16:53:07.968Z] #5 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34
16:53:07 [2021-08-20T16:53:07.968Z] #5 DONE 0.1s
16:53:07 [2021-08-20T16:53:07.968Z] 
16:53:07 [2021-08-20T16:53:07.968Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
16:53:07 [2021-08-20T16:53:07.968Z] #7 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1
16:53:07 [2021-08-20T16:53:07.968Z] #7 DONE 0.1s
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
16:53:08 [2021-08-20T16:53:08.157Z] #26 sha256:1cfaf5c6f756207bc4607d40ddd440bd2bfa7ab455b2c3015ccf56d85cd1377b 12.58MB / 50.44MB 0.2s
16:53:08 [2021-08-20T16:53:08.157Z] #26 sha256:1cfaf5c6f756207bc4607d40ddd440bd2bfa7ab455b2c3015ccf56d85cd1377b 17.65MB / 50.44MB 0.3s
16:53:08 [2021-08-20T16:53:08.164Z] #3 DONE 0.4s
16:53:08 [2021-08-20T16:53:08.164Z] 
16:53:08 [2021-08-20T16:53:08.164Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc
16:53:08 [2021-08-20T16:53:08.164Z] #4 sha256:37e0c519b0431ef5446f4dd0a4588ba695f961e9b0e800cd8c7f5ba6165af727
16:53:08 [2021-08-20T16:53:08.164Z] #4 resolve docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc done
16:53:08 [2021-08-20T16:53:08.164Z] #4 sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc 1.69kB / 1.69kB done
16:53:08 [2021-08-20T16:53:08.164Z] #4 sha256:e3ee2e6b536452d876b1c5aa12db9bca51b8f52b2505178cae6d13e33daeed2b 528B / 528B done
16:53:08 [2021-08-20T16:53:08.164Z] #4 sha256:86e43bba076d67c1a890cbc07813806b11eca53843dc643202d939b986c8c332 1.21kB / 1.21kB done
16:53:08 [2021-08-20T16:53:08.164Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.1s done
16:53:08 [2021-08-20T16:53:08.164Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
16:53:08 [2021-08-20T16:53:08.228Z] 
16:53:08 [2021-08-20T16:53:08.228Z] #65 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
16:53:08 [2021-08-20T16:53:08.228Z] #65 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
16:53:08 [2021-08-20T16:53:08.228Z] #65 DONE 0.0s
16:53:08 [2021-08-20T16:53:08.228Z] 
16:53:08 [2021-08-20T16:53:08.228Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.7-buster@sha256:ba723066847150cd4547c5ba2a8136788ffef4897e0671a1f9cc4ea2bde0dc09
16:53:08 [2021-08-20T16:53:08.228Z] #9 sha256:e67abdfb3367a1972017e0307360daa9258fc043e21d508231d4edbff52bb975
16:53:08 [2021-08-20T16:53:08.228Z] #9 DONE 0.0s
16:53:08 [2021-08-20T16:53:08.228Z] 
16:53:08 [2021-08-20T16:53:08.228Z] #63 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
16:53:08 [2021-08-20T16:53:08.228Z] #63 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
16:53:08 [2021-08-20T16:53:08.228Z] #63 DONE 0.0s
16:53:08 [2021-08-20T16:53:08.228Z] 
16:53:08 [2021-08-20T16:53:08.228Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:e2fe52e17d649812bddcac07faf16f33542129a59b2c1c59b39a436754b7f146
16:53:08 [2021-08-20T16:53:08.228Z] #26 sha256:a4438c76b03f7a630472187b8a1022ecc6a2d37f065c45548babbfdcfe57306e
16:53:08 [2021-08-20T16:53:08.228Z] #26 DONE 0.0s
16:53:08 [2021-08-20T16:53:08.228Z] 
16:53:08 [2021-08-20T16:53:08.228Z] #23 [internal] load build context
16:53:08 [2021-08-20T16:53:08.228Z] #23 sha256:e109ac79f34ddd1a066ccdf7b5632660e83ea2a16c76cd37e4d2e392f0a64c67
16:53:08 [2021-08-20T16:53:08.423Z] #26 ...
16:53:08 [2021-08-20T16:53:08.423Z] 
16:53:08 [2021-08-20T16:53:08.423Z] #42 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/Release.key
16:53:08 [2021-08-20T16:53:08.423Z] #42 sha256:4ebf95ef235c2a9565f1170d2820bf979767f762364b8c31dc05ef47e15c9784
16:53:08 [2021-08-20T16:53:08.423Z] #42 CACHED
16:53:08 [2021-08-20T16:53:08.423Z] 
16:53:08 [2021-08-20T16:53:08.423Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:e2fe52e17d649812bddcac07faf16f33542129a59b2c1c59b39a436754b7f146
16:53:08 [2021-08-20T16:53:08.423Z] #26 sha256:a4438c76b03f7a630472187b8a1022ecc6a2d37f065c45548babbfdcfe57306e
16:53:08 [2021-08-20T16:53:08.423Z] #26 sha256:1cfaf5c6f756207bc4607d40ddd440bd2bfa7ab455b2c3015ccf56d85cd1377b 27.26MB / 50.44MB 0.4s
16:53:08 [2021-08-20T16:53:08.423Z] #26 sha256:1cfaf5c6f756207bc4607d40ddd440bd2bfa7ab455b2c3015ccf56d85cd1377b 39.85MB / 50.44MB 0.6s
16:53:08 [2021-08-20T16:53:08.424Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 0.2s done
16:53:08 [2021-08-20T16:53:08.424Z] #4 DONE 0.4s
16:53:08 [2021-08-20T16:53:08.467Z] + docker version
16:53:08 [2021-08-20T16:53:08.467Z] Client: Docker Engine - Community
16:53:08 [2021-08-20T16:53:08.467Z]  Version:           20.10.6
16:53:08 [2021-08-20T16:53:08.467Z]  API version:       1.41
16:53:08 [2021-08-20T16:53:08.467Z]  Go version:        go1.13.15
16:53:08 [2021-08-20T16:53:08.467Z]  Git commit:        370c289
16:53:08 [2021-08-20T16:53:08.467Z]  Built:             Fri Apr  9 22:45:59 2021
16:53:08 [2021-08-20T16:53:08.467Z]  OS/Arch:           linux/arm64
16:53:08 [2021-08-20T16:53:08.467Z]  Context:           default
16:53:08 [2021-08-20T16:53:08.467Z]  Experimental:      true
16:53:08 [2021-08-20T16:53:08.467Z] 
16:53:08 [2021-08-20T16:53:08.467Z] Server: Docker Engine - Community
16:53:08 [2021-08-20T16:53:08.467Z]  Engine:
16:53:08 [2021-08-20T16:53:08.467Z]   Version:          20.10.6
16:53:08 [2021-08-20T16:53:08.467Z]   API version:      1.41 (minimum version 1.12)
16:53:08 [2021-08-20T16:53:08.467Z]   Go version:       go1.13.15
16:53:08 [2021-08-20T16:53:08.467Z]   Git commit:       8728dd2
16:53:08 [2021-08-20T16:53:08.467Z]   Built:            Fri Apr  9 22:44:09 2021
16:53:08 [2021-08-20T16:53:08.467Z]   OS/Arch:          linux/arm64
16:53:08 [2021-08-20T16:53:08.467Z]   Experimental:     true
16:53:08 [2021-08-20T16:53:08.467Z]  containerd:
16:53:08 [2021-08-20T16:53:08.467Z]   Version:          1.4.6
16:53:08 [2021-08-20T16:53:08.467Z]   GitCommit:        d71fcd7d8303cbf684402823e425e9dd2e99285d
16:53:08 [2021-08-20T16:53:08.467Z]  runc:
16:53:08 [2021-08-20T16:53:08.467Z]   Version:          1.0.0-rc95
16:53:08 [2021-08-20T16:53:08.467Z]   GitCommit:        b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7
16:53:08 [2021-08-20T16:53:08.467Z]  docker-init:
16:53:08 [2021-08-20T16:53:08.467Z]   Version:          0.19.0
16:53:08 [2021-08-20T16:53:08.467Z]   GitCommit:        de40ad0
[Pipeline] sh
16:53:08 [2021-08-20T16:53:08.485Z] #23 ...
16:53:08 [2021-08-20T16:53:08.485Z] 
16:53:08 [2021-08-20T16:53:08.485Z] #42 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/Release.key
16:53:08 [2021-08-20T16:53:08.485Z] #42 sha256:4ebf95ef235c2a9565f1170d2820bf979767f762364b8c31dc05ef47e15c9784
16:53:08 [2021-08-20T16:53:08.485Z] #42 DONE 0.4s
16:53:08 [2021-08-20T16:53:08.485Z] 
16:53:08 [2021-08-20T16:53:08.485Z] #23 [internal] load build context
16:53:08 [2021-08-20T16:53:08.485Z] #23 sha256:e109ac79f34ddd1a066ccdf7b5632660e83ea2a16c76cd37e4d2e392f0a64c67
16:53:08 [2021-08-20T16:53:08.682Z] 
16:53:08 [2021-08-20T16:53:08.682Z] #6 [internal] load metadata for docker.io/library/golang:1.16.7-buster
16:53:08 [2021-08-20T16:53:08.682Z] #6 sha256:93ae01ec9ac7bdefa753de744d2c08d89caf4ed4484e60c3cb3943293868ea5e
16:53:08 [2021-08-20T16:53:08.684Z] #26 sha256:1cfaf5c6f756207bc4607d40ddd440bd2bfa7ab455b2c3015ccf56d85cd1377b 50.33MB / 50.44MB 0.8s
16:53:08 [2021-08-20T16:53:08.756Z] + docker info
16:53:08 [2021-08-20T16:53:08.942Z] #6 ...
16:53:08 [2021-08-20T16:53:08.942Z] 
16:53:08 [2021-08-20T16:53:08.942Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
16:53:08 [2021-08-20T16:53:08.942Z] #7 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec
16:53:08 [2021-08-20T16:53:08.942Z] #7 DONE 0.1s
16:53:08 [2021-08-20T16:53:08.942Z] 
16:53:08 [2021-08-20T16:53:08.942Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
16:53:08 [2021-08-20T16:53:08.942Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1
16:53:08 [2021-08-20T16:53:08.942Z] #8 DONE 0.1s
16:53:08 [2021-08-20T16:53:08.942Z] 
16:53:08 [2021-08-20T16:53:08.942Z] #5 [internal] load metadata for docker.io/library/debian:buster
16:53:08 [2021-08-20T16:53:08.942Z] #5 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34
16:53:08 [2021-08-20T16:53:08.942Z] #5 DONE 0.2s
16:53:08 [2021-08-20T16:53:08.942Z] 
16:53:08 [2021-08-20T16:53:08.942Z] #6 [internal] load metadata for docker.io/library/golang:1.16.7-buster
16:53:08 [2021-08-20T16:53:08.942Z] #6 sha256:93ae01ec9ac7bdefa753de744d2c08d89caf4ed4484e60c3cb3943293868ea5e
16:53:08 [2021-08-20T16:53:08.942Z] #6 DONE 0.3s
16:53:08 [2021-08-20T16:53:08.949Z] #26 sha256:1cfaf5c6f756207bc4607d40ddd440bd2bfa7ab455b2c3015ccf56d85cd1377b 50.44MB / 50.44MB 0.9s done
16:53:08 [2021-08-20T16:53:08.949Z] #26 extracting sha256:1cfaf5c6f756207bc4607d40ddd440bd2bfa7ab455b2c3015ccf56d85cd1377b
16:53:08 [2021-08-20T16:53:08.949Z] #26 ...
16:53:08 [2021-08-20T16:53:08.949Z] 
16:53:08 [2021-08-20T16:53:08.949Z] #23 [internal] load build context
16:53:08 [2021-08-20T16:53:08.949Z] #23 sha256:5fd973b1c0355b288f8fa085e1bf768d04d3e69378f3fae71ef8679f169b2fd7
16:53:08 [2021-08-20T16:53:08.949Z] #23 transferring context: 55.81MB 4.4s done
16:53:08 [2021-08-20T16:53:08.949Z] #23 DONE 5.2s
16:53:08 [2021-08-20T16:53:08.949Z] 
16:53:08 [2021-08-20T16:53:08.949Z] #65 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
16:53:08 [2021-08-20T16:53:08.949Z] #65 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
16:53:08 [2021-08-20T16:53:08.949Z] #65 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done
16:53:08 [2021-08-20T16:53:08.949Z] #65 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done
16:53:08 [2021-08-20T16:53:08.949Z] #65 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done
16:53:08 [2021-08-20T16:53:08.949Z] #65 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done
16:53:08 [2021-08-20T16:53:08.949Z] #65 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 0.5s done
16:53:08 [2021-08-20T16:53:08.949Z] #65 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 3.5s done
16:53:08 [2021-08-20T16:53:08.949Z] #65 DONE 5.3s
16:53:08 [2021-08-20T16:53:08.949Z] 
16:53:08 [2021-08-20T16:53:08.949Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.7-buster@sha256:ba723066847150cd4547c5ba2a8136788ffef4897e0671a1f9cc4ea2bde0dc09
16:53:08 [2021-08-20T16:53:08.949Z] #9 sha256:e67abdfb3367a1972017e0307360daa9258fc043e21d508231d4edbff52bb975
16:53:08 [2021-08-20T16:53:08.949Z] #9 resolve docker.io/library/golang:1.16.7-buster@sha256:ba723066847150cd4547c5ba2a8136788ffef4897e0671a1f9cc4ea2bde0dc09 0.1s done
16:53:08 [2021-08-20T16:53:08.949Z] #9 sha256:ba723066847150cd4547c5ba2a8136788ffef4897e0671a1f9cc4ea2bde0dc09 1.86kB / 1.86kB done
16:53:08 [2021-08-20T16:53:08.949Z] #9 sha256:2959f7340dbf45aaaaff39f10ac521911812c33725bcd3452763f051a3b2cbc6 6.99kB / 6.99kB done
16:53:08 [2021-08-20T16:53:08.949Z] #9 sha256:9d129cfe9b3aa1c19fd64a63aa698cb5742c7291ae2e252a73ce18ce63f2b796 1.79kB / 1.79kB done
16:53:08 [2021-08-20T16:53:08.949Z] #9 sha256:1cfaf5c6f756207bc4607d40ddd440bd2bfa7ab455b2c3015ccf56d85cd1377b 50.44MB / 50.44MB 1.4s done
16:53:08 [2021-08-20T16:53:08.949Z] #9 sha256:c4099a935a96edef1e9378de34e314d07fb3aea1b7205774055a1fa44a3819f4 7.83MB / 7.83MB 0.9s done
16:53:08 [2021-08-20T16:53:08.949Z] #9 sha256:f6e2960d83651b1494b4da6c97686e79cc760aa90a75948eed56786726f86928 10.00MB / 10.00MB 1.5s done
16:53:08 [2021-08-20T16:53:08.949Z] #9 sha256:dffd4e6385927b79e4d4daa2d00523e766502eed6dd1934e1eda583d348abd8b 51.84MB / 51.84MB 2.3s done
16:53:08 [2021-08-20T16:53:08.949Z] #9 sha256:244fc124490a161cebd2ea8a1c97b439bf31a671765aba0224e4ba18894b3fb0 68.75MB / 68.75MB 3.7s done
16:53:08 [2021-08-20T16:53:08.949Z] #9 sha256:360803c9a5b2fab8fc197bae91166d928bfb6a1b98a7fe30b74548fa955038e2 129.04MB / 129.04MB 5.0s
16:53:08 [2021-08-20T16:53:08.949Z] #9 sha256:884ab2b700e952bbaccc88bcf19a83ce4ccba10e1e29edc4857dfbab64467fa1 156B / 156B 2.4s done
16:53:09 [2021-08-20T16:53:09.016Z] Client:
16:53:09 [2021-08-20T16:53:09.016Z]  Context:    default
16:53:09 [2021-08-20T16:53:09.016Z]  Debug Mode: false
16:53:09 [2021-08-20T16:53:09.016Z]  Plugins:
16:53:09 [2021-08-20T16:53:09.016Z]   app: Docker App (Docker Inc., v0.9.1-beta3)
16:53:09 [2021-08-20T16:53:09.016Z]   buildx: Build with BuildKit (Docker Inc., v0.5.1-docker)
16:53:09 [2021-08-20T16:53:09.016Z] 
16:53:09 [2021-08-20T16:53:09.017Z] Server:
16:53:09 [2021-08-20T16:53:09.017Z]  Containers: 0
16:53:09 [2021-08-20T16:53:09.017Z]   Running: 0
16:53:09 [2021-08-20T16:53:09.017Z]   Paused: 0
16:53:09 [2021-08-20T16:53:09.017Z]   Stopped: 0
16:53:09 [2021-08-20T16:53:09.017Z]  Images: 2
16:53:09 [2021-08-20T16:53:09.017Z]  Server Version: 20.10.6
16:53:09 [2021-08-20T16:53:09.017Z]  Storage Driver: overlay2
16:53:09 [2021-08-20T16:53:09.017Z]   Backing Filesystem: extfs
16:53:09 [2021-08-20T16:53:09.017Z]   Supports d_type: true
16:53:09 [2021-08-20T16:53:09.017Z]   Native Overlay Diff: true
16:53:09 [2021-08-20T16:53:09.017Z]   userxattr: false
16:53:09 [2021-08-20T16:53:09.017Z]  Logging Driver: json-file
16:53:09 [2021-08-20T16:53:09.017Z]  Cgroup Driver: cgroupfs
16:53:09 [2021-08-20T16:53:09.017Z]  Cgroup Version: 1
16:53:09 [2021-08-20T16:53:09.017Z]  Plugins:
16:53:09 [2021-08-20T16:53:09.017Z]   Volume: local
16:53:09 [2021-08-20T16:53:09.017Z]   Network: bridge host ipvlan macvlan null overlay
16:53:09 [2021-08-20T16:53:09.017Z]   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
16:53:09 [2021-08-20T16:53:09.017Z]  Swarm: inactive
16:53:09 [2021-08-20T16:53:09.017Z]  Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
16:53:09 [2021-08-20T16:53:09.017Z]  Default Runtime: runc
16:53:09 [2021-08-20T16:53:09.017Z]  Init Binary: docker-init
16:53:09 [2021-08-20T16:53:09.017Z]  containerd version: d71fcd7d8303cbf684402823e425e9dd2e99285d
16:53:09 [2021-08-20T16:53:09.017Z]  runc version: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7
16:53:09 [2021-08-20T16:53:09.017Z]  init version: de40ad0
16:53:09 [2021-08-20T16:53:09.017Z]  Security Options:
16:53:09 [2021-08-20T16:53:09.017Z]   apparmor
16:53:09 [2021-08-20T16:53:09.017Z]   seccomp
16:53:09 [2021-08-20T16:53:09.017Z]    Profile: default
16:53:09 [2021-08-20T16:53:09.017Z]  Kernel Version: 5.4.0-1048-aws
16:53:09 [2021-08-20T16:53:09.017Z]  Operating System: Ubuntu 20.04.2 LTS
16:53:09 [2021-08-20T16:53:09.017Z]  OSType: linux
16:53:09 [2021-08-20T16:53:09.017Z]  Architecture: aarch64
16:53:09 [2021-08-20T16:53:09.017Z]  CPUs: 4
16:53:09 [2021-08-20T16:53:09.017Z]  Total Memory: 7.493GiB
16:53:09 [2021-08-20T16:53:09.017Z]  Name: ip-10-100-97-223
16:53:09 [2021-08-20T16:53:09.017Z]  ID: MGZL:OOTV:SN5F:X6EL:EAFI:KBFD:Y3ES:GQ7F:YIFA:P3HD:KTGV:V6GG
16:53:09 [2021-08-20T16:53:09.017Z]  Docker Root Dir: /var/lib/docker
16:53:09 [2021-08-20T16:53:09.017Z]  Debug Mode: false
16:53:09 [2021-08-20T16:53:09.017Z]  Registry: https://index.docker.io/v1/
16:53:09 [2021-08-20T16:53:09.017Z]  Labels:
16:53:09 [2021-08-20T16:53:09.017Z]  Experimental: true
16:53:09 [2021-08-20T16:53:09.017Z]  Insecure Registries:
16:53:09 [2021-08-20T16:53:09.017Z]   127.0.0.0/8
16:53:09 [2021-08-20T16:53:09.017Z]  Live Restore Enabled: true
16:53:09 [2021-08-20T16:53:09.017Z] 
16:53:09 [2021-08-20T16:53:09.017Z] WARNING: No swap limit support
[Pipeline] sh
16:53:09 [2021-08-20T16:53:09.204Z] 
16:53:09 [2021-08-20T16:53:09.204Z] #72 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
16:53:09 [2021-08-20T16:53:09.204Z] #72 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
16:53:09 [2021-08-20T16:53:09.204Z] #72 DONE 0.0s
16:53:09 [2021-08-20T16:53:09.204Z] 
16:53:09 [2021-08-20T16:53:09.204Z] #70 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
16:53:09 [2021-08-20T16:53:09.204Z] #70 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
16:53:09 [2021-08-20T16:53:09.204Z] #70 DONE 0.0s
16:53:09 [2021-08-20T16:53:09.204Z] 
16:53:09 [2021-08-20T16:53:09.204Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.7-buster@sha256:ba723066847150cd4547c5ba2a8136788ffef4897e0671a1f9cc4ea2bde0dc09
16:53:09 [2021-08-20T16:53:09.204Z] #9 sha256:e67abdfb3367a1972017e0307360daa9258fc043e21d508231d4edbff52bb975
16:53:09 [2021-08-20T16:53:09.204Z] #9 DONE 0.0s
16:53:09 [2021-08-20T16:53:09.204Z] 
16:53:09 [2021-08-20T16:53:09.204Z] #33 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:e2fe52e17d649812bddcac07faf16f33542129a59b2c1c59b39a436754b7f146
16:53:09 [2021-08-20T16:53:09.204Z] #33 sha256:a4438c76b03f7a630472187b8a1022ecc6a2d37f065c45548babbfdcfe57306e
16:53:09 [2021-08-20T16:53:09.204Z] #33 resolve docker.io/library/debian:buster@sha256:e2fe52e17d649812bddcac07faf16f33542129a59b2c1c59b39a436754b7f146
16:53:09 [2021-08-20T16:53:09.204Z] #33 resolve docker.io/library/debian:buster@sha256:e2fe52e17d649812bddcac07faf16f33542129a59b2c1c59b39a436754b7f146 0.0s done
16:53:09 [2021-08-20T16:53:09.306Z] + echo check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35
16:53:09 [2021-08-20T16:53:09.306Z] check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35
16:53:09 [2021-08-20T16:53:09.306Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42765/check-config.sh https://raw.githubusercontent.com/moby/moby/2b0755b936416834e14208c6c37b36977e67ea35/contrib/check-config.sh
16:53:09 [2021-08-20T16:53:09.306Z] + bash /home/ubuntu/workspace/moby_PR-42765/check-config.sh
16:53:09 [2021-08-20T16:53:09.306Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ...
16:53:09 [2021-08-20T16:53:09.306Z] info: reading kernel config from /boot/config-5.4.0-1048-aws ...
16:53:09 [2021-08-20T16:53:09.306Z] 
16:53:09 [2021-08-20T16:53:09.306Z] Generally Necessary:
16:53:09 [2021-08-20T16:53:09.306Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup]
16:53:09 [2021-08-20T16:53:09.306Z] - apparmor: enabled and tools installed
16:53:09 [2021-08-20T16:53:09.307Z] - CONFIG_NAMESPACES: enabled
16:53:09 [2021-08-20T16:53:09.307Z] - CONFIG_NET_NS: enabled
16:53:09 [2021-08-20T16:53:09.307Z] - CONFIG_PID_NS: enabled
16:53:09 [2021-08-20T16:53:09.307Z] - CONFIG_IPC_NS: enabled
16:53:09 [2021-08-20T16:53:09.307Z] - CONFIG_UTS_NS: enabled
16:53:09 [2021-08-20T16:53:09.307Z] - CONFIG_CGROUPS: enabled
16:53:09 [2021-08-20T16:53:09.307Z] - CONFIG_CGROUP_CPUACCT: enabled
16:53:09 [2021-08-20T16:53:09.307Z] - CONFIG_CGROUP_DEVICE: enabled
16:53:09 [2021-08-20T16:53:09.307Z] - CONFIG_CGROUP_FREEZER: enabled
16:53:09 [2021-08-20T16:53:09.307Z] - CONFIG_CGROUP_SCHED: enabled
16:53:09 [2021-08-20T16:53:09.307Z] - CONFIG_CPUSETS: enabled
16:53:09 [2021-08-20T16:53:09.307Z] - CONFIG_MEMCG: enabled
16:53:09 [2021-08-20T16:53:09.307Z] - CONFIG_KEYS: enabled
16:53:09 [2021-08-20T16:53:09.307Z] - CONFIG_VETH: enabled (as module)
16:53:09 [2021-08-20T16:53:09.307Z] - CONFIG_BRIDGE: enabled (as module)
16:53:09 [2021-08-20T16:53:09.468Z] #33 sha256:e2fe52e17d649812bddcac07faf16f33542129a59b2c1c59b39a436754b7f146 1.85kB / 1.85kB done
16:53:09 [2021-08-20T16:53:09.468Z] #33 sha256:2d1ab098097b2f299d3f05836a276a1a197ec221bc19620b4da16c26e83e7a2b 529B / 529B done
16:53:09 [2021-08-20T16:53:09.468Z] #33 sha256:63652705977db425315d7d10b99df0f5670737da5a1eadaeeda0cd2d96ee1a51 1.46kB / 1.46kB done
16:53:09 [2021-08-20T16:53:09.468Z] #33 sha256:1cfaf5c6f756207bc4607d40ddd440bd2bfa7ab455b2c3015ccf56d85cd1377b 0B / 50.44MB 0.1s
16:53:09 [2021-08-20T16:53:09.468Z] #33 sha256:1cfaf5c6f756207bc4607d40ddd440bd2bfa7ab455b2c3015ccf56d85cd1377b 4.60MB / 50.44MB 0.2s
16:53:09 [2021-08-20T16:53:09.568Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module)
16:53:09 [2021-08-20T16:53:09.568Z] - CONFIG_IP_NF_FILTER: enabled (as module)
16:53:09 [2021-08-20T16:53:09.568Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module)
16:53:09 [2021-08-20T16:53:09.568Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module)
16:53:09 [2021-08-20T16:53:09.568Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module)
16:53:09 [2021-08-20T16:53:09.568Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module)
16:53:09 [2021-08-20T16:53:09.568Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module)
16:53:09 [2021-08-20T16:53:09.568Z] - CONFIG_IP_NF_NAT: enabled (as module)
16:53:09 [2021-08-20T16:53:09.568Z] - CONFIG_NF_NAT: enabled (as module)
16:53:09 [2021-08-20T16:53:09.568Z] - CONFIG_POSIX_MQUEUE: enabled
16:53:09 [2021-08-20T16:53:09.568Z] 
16:53:09 [2021-08-20T16:53:09.568Z] Optional Features:
16:53:09 [2021-08-20T16:53:09.568Z] - CONFIG_USER_NS: enabled
16:53:09 [2021-08-20T16:53:09.568Z] - CONFIG_SECCOMP: enabled
16:53:09 [2021-08-20T16:53:09.568Z] - CONFIG_SECCOMP_FILTER: enabled
16:53:09 [2021-08-20T16:53:09.568Z] - CONFIG_CGROUP_PIDS: enabled
16:53:09 [2021-08-20T16:53:09.568Z] - CONFIG_MEMCG_SWAP: enabled
16:53:09 [2021-08-20T16:53:09.568Z] - CONFIG_MEMCG_SWAP_ENABLED: missing
16:53:09 [2021-08-20T16:53:09.568Z]     (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1")
16:53:09 [2021-08-20T16:53:09.731Z] #33 ...
16:53:09 [2021-08-20T16:53:09.731Z] 
16:53:09 [2021-08-20T16:53:09.731Z] #49 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/Release.key
16:53:09 [2021-08-20T16:53:09.731Z] #49 sha256:4ebf95ef235c2a9565f1170d2820bf979767f762364b8c31dc05ef47e15c9784
16:53:09 [2021-08-20T16:53:09.731Z] #49 CACHED
16:53:09 [2021-08-20T16:53:09.731Z] 
16:53:09 [2021-08-20T16:53:09.731Z] #33 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:e2fe52e17d649812bddcac07faf16f33542129a59b2c1c59b39a436754b7f146
16:53:09 [2021-08-20T16:53:09.731Z] #33 sha256:a4438c76b03f7a630472187b8a1022ecc6a2d37f065c45548babbfdcfe57306e
16:53:09 [2021-08-20T16:53:09.731Z] #33 sha256:1cfaf5c6f756207bc4607d40ddd440bd2bfa7ab455b2c3015ccf56d85cd1377b 13.63MB / 50.44MB 0.3s
16:53:09 [2021-08-20T16:53:09.731Z] #33 sha256:1cfaf5c6f756207bc4607d40ddd440bd2bfa7ab455b2c3015ccf56d85cd1377b 18.87MB / 50.44MB 0.4s
16:53:09 [2021-08-20T16:53:09.829Z] - CONFIG_BLK_CGROUP: enabled
16:53:09 [2021-08-20T16:53:09.829Z] - CONFIG_BLK_DEV_THROTTLING: enabled
16:53:09 [2021-08-20T16:53:09.829Z] - CONFIG_CGROUP_PERF: enabled
16:53:09 [2021-08-20T16:53:09.829Z] - CONFIG_CGROUP_HUGETLB: enabled
16:53:09 [2021-08-20T16:53:09.829Z] - CONFIG_NET_CLS_CGROUP: enabled (as module)
16:53:09 [2021-08-20T16:53:09.829Z] - CONFIG_CGROUP_NET_PRIO: enabled
16:53:09 [2021-08-20T16:53:09.829Z] - CONFIG_CFS_BANDWIDTH: enabled
16:53:09 [2021-08-20T16:53:09.829Z] - CONFIG_FAIR_GROUP_SCHED: enabled
16:53:09 [2021-08-20T16:53:09.829Z] - CONFIG_RT_GROUP_SCHED: missing
16:53:09 [2021-08-20T16:53:09.829Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module)
16:53:09 [2021-08-20T16:53:09.829Z] - CONFIG_IP_VS: enabled (as module)
16:53:09 [2021-08-20T16:53:09.829Z] - CONFIG_IP_VS_NFCT: enabled
16:53:09 [2021-08-20T16:53:09.829Z] - CONFIG_IP_VS_PROTO_TCP: enabled
16:53:09 [2021-08-20T16:53:09.829Z] - CONFIG_IP_VS_PROTO_UDP: enabled
16:53:09 [2021-08-20T16:53:09.829Z] - CONFIG_IP_VS_RR: enabled (as module)
16:53:09 [2021-08-20T16:53:09.829Z] - CONFIG_SECURITY_SELINUX: enabled
16:53:09 [2021-08-20T16:53:09.829Z] - CONFIG_SECURITY_APPARMOR: enabled
16:53:09 [2021-08-20T16:53:09.829Z] - CONFIG_EXT4_FS: enabled
16:53:09 [2021-08-20T16:53:09.829Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled
16:53:09 [2021-08-20T16:53:09.829Z] - CONFIG_EXT4_FS_SECURITY: enabled
16:53:09 [2021-08-20T16:53:09.829Z] - Network Drivers:
16:53:09 [2021-08-20T16:53:09.829Z]   - "overlay":
16:53:09 [2021-08-20T16:53:09.829Z]     - CONFIG_VXLAN: enabled (as module)
16:53:09 [2021-08-20T16:53:09.829Z]     - CONFIG_BRIDGE_VLAN_FILTERING: enabled
16:53:09 [2021-08-20T16:53:09.829Z]       Optional (for encrypted networks):
16:53:09 [2021-08-20T16:53:09.865Z] #23 transferring context: 55.81MB 1.6s done
16:53:09 [2021-08-20T16:53:09.865Z] #23 DONE 1.7s
16:53:09 [2021-08-20T16:53:09.865Z] 
16:53:09 [2021-08-20T16:53:09.865Z] #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
16:53:09 [2021-08-20T16:53:09.865Z] #21 sha256:e5b463cbebcd1a58f57f7934d6d28f64663aa24dd79c180a15bed4b0965e0b92
16:53:09 [2021-08-20T16:53:09.865Z] #21 CACHED
16:53:09 [2021-08-20T16:53:09.865Z] 
16:53:09 [2021-08-20T16:53:09.866Z] #38 [dev-systemd-false 14/25] COPY --from=tini          /build/ /usr/local/bin/
16:53:09 [2021-08-20T16:53:09.866Z] #38 sha256:754838d4880403b9fd206d332d93675bd75bf7fb0d783615cfba98c4be13de1f
16:53:09 [2021-08-20T16:53:09.866Z] #38 CACHED
16:53:09 [2021-08-20T16:53:09.866Z] 
16:53:09 [2021-08-20T16:53:09.866Z] #64 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64
16:53:09 [2021-08-20T16:53:09.866Z] #64 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9
16:53:09 [2021-08-20T16:53:09.866Z] #64 CACHED
16:53:09 [2021-08-20T16:53:09.866Z] 
16:53:09 [2021-08-20T16:53:09.866Z] #16 [dev-systemd-false  3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
16:53:09 [2021-08-20T16:53:09.866Z] #16 sha256:d8e3ee992f816589dc3075b4c4959c8cc8c6d49faef86c7b6e16bd6e1f40a909
16:53:09 [2021-08-20T16:53:09.866Z] #16 CACHED
16:53:09 [2021-08-20T16:53:09.866Z] 
16:53:09 [2021-08-20T16:53:09.866Z] #55 [dev-systemd-false 21/25] COPY --from=runc          /build/ /usr/local/bin/
16:53:09 [2021-08-20T16:53:09.866Z] #55 sha256:7c1689d4a076d80d6a3bc042a04e0a8737d3d67619e98bb4e29518b76181ce82
16:53:09 [2021-08-20T16:53:09.866Z] #55 CACHED
16:53:09 [2021-08-20T16:53:09.866Z] 
16:53:09 [2021-08-20T16:53:09.866Z] #22 [dev-systemd-false  9/25] RUN pip3 install yamllint==1.26.1
16:53:09 [2021-08-20T16:53:09.866Z] #22 sha256:3e42016d37af5e4965c027aeb8f335af632fc27a7929c8090178907f11cb5d67
16:53:09 [2021-08-20T16:53:09.866Z] #22 CACHED
16:53:09 [2021-08-20T16:53:09.866Z] 
16:53:09 [2021-08-20T16:53:09.866Z] #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
16:53:09 [2021-08-20T16:53:09.866Z] #11 sha256:cd2b4944c220b696ee1819a34e6c94204f2553849e6435464b5d351d8375f8fb
16:53:09 [2021-08-20T16:53:09.866Z] #11 CACHED
16:53:09 [2021-08-20T16:53:09.866Z] 
16:53:09 [2021-08-20T16:53:09.866Z] #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
16:53:09 [2021-08-20T16:53:09.866Z] #50 sha256:f0f938c1a25827b69ed396d6b6db4a67dc7d271f36f99b6a3fbc1b816bcdec13
16:53:09 [2021-08-20T16:53:09.866Z] #50 CACHED
16:53:09 [2021-08-20T16:53:09.866Z] 
16:53:09 [2021-08-20T16:53:09.866Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
16:53:09 [2021-08-20T16:53:09.866Z] #28 sha256:3b048ca29e68f5239c8c6ffae4c4ac3b4516512900bd8862bfc0ab0a92cabda1
16:53:09 [2021-08-20T16:53:09.866Z] #28 CACHED
16:53:09 [2021-08-20T16:53:09.866Z] 
16:53:09 [2021-08-20T16:53:09.866Z] #18 [dev-systemd-false  5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
16:53:09 [2021-08-20T16:53:09.866Z] #18 sha256:e2357bf2a6df0aa1e766d679ee6b42ffce152bc1a857bfb148dc94b50f7bd496
16:53:09 [2021-08-20T16:53:09.866Z] #18 CACHED
16:53:09 [2021-08-20T16:53:09.866Z] 
16:53:09 [2021-08-20T16:53:09.866Z] #51 [dev-systemd-false 19/25] COPY --from=golangci_lint /build/ /usr/local/bin/
16:53:09 [2021-08-20T16:53:09.866Z] #51 sha256:f25e5dd729cde8cf4fbdf2639ef7bdb9363a920f9fd36d30b5344d01074d4a2e
16:53:09 [2021-08-20T16:53:09.866Z] #51 CACHED
16:53:09 [2021-08-20T16:53:09.866Z] 
16:53:09 [2021-08-20T16:53:09.866Z] #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
16:53:09 [2021-08-20T16:53:09.866Z] #44 sha256:17b9b2c66b5114379bdd507ebb6b3fcb9f10f4d3301507cb76542897a8754e0b
16:53:09 [2021-08-20T16:53:09.866Z] #44 CACHED
16:53:09 [2021-08-20T16:53:09.866Z] 
16:53:09 [2021-08-20T16:53:09.866Z] #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
16:53:09 [2021-08-20T16:53:09.866Z] #56 sha256:79ed161e6adef891b83377a5bab1cd9101ae201f0974c436a0e1af29a7c276bc
16:53:09 [2021-08-20T16:53:09.866Z] #56 CACHED
16:53:09 [2021-08-20T16:53:09.866Z] 
16:53:09 [2021-08-20T16:53:09.866Z] #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
16:53:09 [2021-08-20T16:53:09.866Z] #40 sha256:31736fe214c91336173addd02086baee88a153b6f405eb3118f95276bd6e57da
16:53:09 [2021-08-20T16:53:09.866Z] #40 CACHED
16:53:09 [2021-08-20T16:53:09.866Z] 
16:53:09 [2021-08-20T16:53:09.866Z] #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
16:53:09 [2021-08-20T16:53:09.866Z] #48 sha256:bc492b093d58d90b380f1c34105d751c98cdf645890c46ed64123cef171b27ab
16:53:09 [2021-08-20T16:53:09.866Z] #48 CACHED
16:53:09 [2021-08-20T16:53:09.866Z] 
16:53:09 [2021-08-20T16:53:09.866Z] #33 [dev-systemd-false 12/25] COPY --from=swagger       /build/ /usr/local/bin/
16:53:09 [2021-08-20T16:53:09.866Z] #33 sha256:eb38cada17fd076ebf5f3691e2d0676d711c0093e7b0e4570ce179979c46ecb7
16:53:09 [2021-08-20T16:53:09.866Z] #33 CACHED
16:53:09 [2021-08-20T16:53:09.866Z] 
16:53:09 [2021-08-20T16:53:09.866Z] #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
16:53:09 [2021-08-20T16:53:09.866Z] #43 sha256:f75ecbe316cb0e2efdda5acb686d2ec40b27477b2077c3759925dd24db16f16b
16:53:09 [2021-08-20T16:53:09.866Z] #43 CACHED
16:53:09 [2021-08-20T16:53:09.866Z] 
16:53:09 [2021-08-20T16:53:09.866Z] #49 [dev-systemd-false 18/25] COPY --from=gotestsum     /build/ /usr/local/bin/
16:53:09 [2021-08-20T16:53:09.866Z] #49 sha256:d53dac8a7d8cff2cbfc277d1c9de90119d63d3105a1a110bee589506730dde68
16:53:09 [2021-08-20T16:53:09.866Z] #49 CACHED
16:53:09 [2021-08-20T16:53:09.866Z] 
16:53:09 [2021-08-20T16:53:09.866Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
16:53:09 [2021-08-20T16:53:09.866Z] #31 sha256:9e1eaa026f0dff5ec9d80819fb9e6c3cd524ef89199abc3cdbe16a23ab01ca79
16:53:09 [2021-08-20T16:53:09.866Z] #31 CACHED
16:53:09 [2021-08-20T16:53:09.866Z] 
16:53:09 [2021-08-20T16:53:09.866Z] #58 [dev-systemd-false 22/25] COPY --from=containerd    /build/ /usr/local/bin/
16:53:09 [2021-08-20T16:53:09.866Z] #58 sha256:b4f61eba0a789bd681b243d923bfa10f3876e3e1fbdf8aff3f3c51ef7e8af1a6
16:53:09 [2021-08-20T16:53:09.866Z] #58 CACHED
16:53:09 [2021-08-20T16:53:09.866Z] 
16:53:09 [2021-08-20T16:53:09.866Z] #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
16:53:09 [2021-08-20T16:53:09.866Z] #57 sha256:8f4195337091103a6863af44c6af0473ec1ad406f9627bcd91b25a4093c52d52
16:53:09 [2021-08-20T16:53:09.866Z] #57 CACHED
16:53:09 [2021-08-20T16:53:09.866Z] 
16:53:09 [2021-08-20T16:53:09.866Z] #67 [dev-systemd-false 24/25] COPY --from=vpnkit        /build/ /usr/local/bin/
16:53:09 [2021-08-20T16:53:09.866Z] #67 sha256:90aa61ec7e830c0e147e3592c4d02a397cf18a79ae314d3a586ef3b5043709bd
16:53:09 [2021-08-20T16:53:09.866Z] #67 CACHED
16:53:09 [2021-08-20T16:53:09.866Z] 
16:53:09 [2021-08-20T16:53:09.866Z] #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
16:53:09 [2021-08-20T16:53:09.866Z] #37 sha256:6cac5ef2b4932be5fffe8ce9dc6cad31cc6145ebed797f923e4a9f3e7fecbb28
16:53:09 [2021-08-20T16:53:09.866Z] #37 CACHED
16:53:09 [2021-08-20T16:53:09.866Z] 
16:53:09 [2021-08-20T16:53:09.866Z] #17 [dev-systemd-false  4/25] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
16:53:09 [2021-08-20T16:53:09.866Z] #17 sha256:f71cf765f4ce7f9d8d8722f48a91a5e7c776453e2e881462d2aa27e0fa6cdcf1
16:53:09 [2021-08-20T16:53:09.866Z] #17 CACHED
16:53:09 [2021-08-20T16:53:09.866Z] 
16:53:09 [2021-08-20T16:53:09.866Z] #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
16:53:09 [2021-08-20T16:53:09.866Z] #29 sha256:4549b403a0a668cb2d0981862dd9780dfdb9717cbb5cd7a7a7d7855e0dc184df
16:53:09 [2021-08-20T16:53:09.866Z] #29 CACHED
16:53:09 [2021-08-20T16:53:09.866Z] 
16:53:09 [2021-08-20T16:53:09.866Z] #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
16:53:09 [2021-08-20T16:53:09.866Z] #36 sha256:7e4a7d0643c402051e4468c5fff5d3e9795dd212ea6c08dc71807381a18fc6a4
16:53:09 [2021-08-20T16:53:09.866Z] #36 CACHED
16:53:09 [2021-08-20T16:53:09.866Z] 
16:53:09 [2021-08-20T16:53:09.866Z] #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
16:53:09 [2021-08-20T16:53:09.866Z] #27 sha256:4918db464735ed4557aaefef6b0621eb51f501800e9dce5420253456e30c28f3
16:53:09 [2021-08-20T16:53:09.866Z] #27 CACHED
16:53:09 [2021-08-20T16:53:09.866Z] 
16:53:09 [2021-08-20T16:53:09.866Z] #66 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64
16:53:09 [2021-08-20T16:53:09.866Z] #66 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9
16:53:09 [2021-08-20T16:53:09.866Z] #66 CACHED
16:53:09 [2021-08-20T16:53:09.866Z] 
16:53:09 [2021-08-20T16:53:09.866Z] #61 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build
16:53:09 [2021-08-20T16:53:09.866Z] #61 sha256:55e693887b3e82a43c859ec75df2e1257ee3c6b080875a5570d467c5f06e0acb
16:53:09 [2021-08-20T16:53:09.866Z] #61 CACHED
16:53:09 [2021-08-20T16:53:09.866Z] 
16:53:09 [2021-08-20T16:53:09.866Z] #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
16:53:09 [2021-08-20T16:53:09.866Z] #59 sha256:f64861de59f47b61c83ecb571f5c8e45fa8ec9fe49e7632744d4b9ada50a1e5b
16:53:09 [2021-08-20T16:53:09.866Z] #59 CACHED
16:53:09 [2021-08-20T16:53:09.866Z] 
16:53:09 [2021-08-20T16:53:09.866Z] #14 [dev-systemd-false  1/25] RUN groupadd -r docker
16:53:09 [2021-08-20T16:53:09.866Z] #14 sha256:58746fa8b69a01ee72bed03088ea56fb7c4f3c4ff6c6787f21a78c669a783b1c
16:53:09 [2021-08-20T16:53:09.866Z] #14 CACHED
16:53:09 [2021-08-20T16:53:09.866Z] 
16:53:09 [2021-08-20T16:53:09.866Z] #25 [dev-systemd-false 10/25] COPY --from=dockercli     /build/ /usr/local/cli
16:53:09 [2021-08-20T16:53:09.866Z] #25 sha256:9a5a730ededd27a8699dfae14ebfcc730522f83eb58be322df42fca160466939
16:53:09 [2021-08-20T16:53:09.866Z] #25 CACHED
16:53:09 [2021-08-20T16:53:09.866Z] 
16:53:09 [2021-08-20T16:53:09.866Z] #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
16:53:09 [2021-08-20T16:53:09.866Z] #34 sha256:fe6b9f21b89444fc8794348036fe4bb592a21281c3f6a48fb37fde286ce1a5cf
16:53:09 [2021-08-20T16:53:09.866Z] #34 CACHED
16:53:09 [2021-08-20T16:53:09.866Z] 
16:53:09 [2021-08-20T16:53:09.866Z] #60 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build
16:53:09 [2021-08-20T16:53:09.866Z] #60 sha256:4433288f10e7a91d80dcffe023fbb952e9a4f3a86056517868f9f59bc0e4af26
16:53:09 [2021-08-20T16:53:09.866Z] #60 CACHED
16:53:09 [2021-08-20T16:53:09.866Z] 
16:53:09 [2021-08-20T16:53:09.866Z] #35 [dev-systemd-false 13/25] COPY --from=tomll         /build/ /usr/local/bin/
16:53:09 [2021-08-20T16:53:09.866Z] #35 sha256:4f0b7d4e8fa732a700114db206517c342f067df787e77c958ce88f31a135b0e5
16:53:09 [2021-08-20T16:53:09.866Z] #35 CACHED
16:53:09 [2021-08-20T16:53:09.866Z] 
16:53:09 [2021-08-20T16:53:09.866Z] #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 "c56166c036004ba7a3a321e5951ba472b9ae298c"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
16:53:09 [2021-08-20T16:53:09.866Z] #32 sha256:327e8e81819b507b71e8420db5daf3da357aa8d9edb41d21198b8391f7acf947
16:53:09 [2021-08-20T16:53:09.866Z] #32 CACHED
16:53:09 [2021-08-20T16:53:09.866Z] 
16:53:09 [2021-08-20T16:53:09.866Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
16:53:09 [2021-08-20T16:53:09.866Z] #10 sha256:cfce7b1701ffb338d4179111c4552e61a50ced2c5c212d6b3cd7a996d60c5243
16:53:09 [2021-08-20T16:53:09.866Z] #10 CACHED
16:53:09 [2021-08-20T16:53:09.866Z] 
16:53:09 [2021-08-20T16:53:09.866Z] #53 [dev-systemd-false 20/25] COPY --from=shfmt         /build/ /usr/local/bin/
16:53:09 [2021-08-20T16:53:09.866Z] #53 sha256:c6c88256b72745d2e52cb9fc03cf1b934c26ebfd18e2e5277c8e2bcecf1cd260
16:53:09 [2021-08-20T16:53:09.866Z] #53 CACHED
16:53:09 [2021-08-20T16:53:09.866Z] 
16:53:09 [2021-08-20T16:53:09.866Z] #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
16:53:09 [2021-08-20T16:53:09.866Z] #12 sha256:7c75d646f0f28d57a0d52dab109e793cca2c4a6f4d1653f12f2643eb70d8d40a
16:53:09 [2021-08-20T16:53:09.866Z] #12 CACHED
16:53:09 [2021-08-20T16:53:09.866Z] 
16:53:09 [2021-08-20T16:53:09.866Z] #30 [dev-systemd-false 11/25] COPY --from=frozen-images /build/ /docker-frozen-images
16:53:09 [2021-08-20T16:53:09.866Z] #30 sha256:653e573b67298937b4a90dbd73797ab6723194fbd25746f3b97ad88c616a27c1
16:53:09 [2021-08-20T16:53:09.866Z] #30 CACHED
16:53:09 [2021-08-20T16:53:09.866Z] 
16:53:09 [2021-08-20T16:53:09.866Z] #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
16:53:09 [2021-08-20T16:53:09.866Z] #13 sha256:2ea98f0c850f86337a599286b1c82318201b41ac5783d18845b4a9977a584449
16:53:09 [2021-08-20T16:53:09.866Z] #13 CACHED
16:53:09 [2021-08-20T16:53:09.866Z] 
16:53:09 [2021-08-20T16:53:09.866Z] #41 [dev-systemd-false 15/25] COPY --from=registry      /build/ /usr/local/bin/
16:53:09 [2021-08-20T16:53:09.866Z] #41 sha256:6b3ca724b35201854840e29273ceeab4977fbf55fbe64679a94239166a6356ea
16:53:09 [2021-08-20T16:53:09.866Z] #41 CACHED
16:53:09 [2021-08-20T16:53:09.866Z] 
16:53:09 [2021-08-20T16:53:09.866Z] #62 [dev-systemd-false 23/25] COPY --from=rootlesskit   /build/ /usr/local/bin/
16:53:09 [2021-08-20T16:53:09.866Z] #62 sha256:082564743ee678d37dcf79b4c6564635ecbf6a1f874e7bb968fb465e3e51078b
16:53:09 [2021-08-20T16:53:09.866Z] #62 CACHED
16:53:09 [2021-08-20T16:53:09.866Z] 
16:53:09 [2021-08-20T16:53:09.866Z] #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
16:53:09 [2021-08-20T16:53:09.866Z] #20 sha256:82675fdcd5a95b728c160c709a71f1ea64ea45abf965d47240b1e7786400b6f0
16:53:09 [2021-08-20T16:53:09.866Z] #20 CACHED
16:53:09 [2021-08-20T16:53:09.866Z] 
16:53:09 [2021-08-20T16:53:09.866Z] #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
16:53:09 [2021-08-20T16:53:09.866Z] #52 sha256:8e2eb3a8d1eeb702ffae230c17c8603271e5c3897883e47f7409758926b22a4c
16:53:09 [2021-08-20T16:53:09.866Z] #52 CACHED
16:53:09 [2021-08-20T16:53:09.866Z] 
16:53:09 [2021-08-20T16:53:09.866Z] #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
16:53:09 [2021-08-20T16:53:09.866Z] #54 sha256:b3bd672426a7a1583bbb9b3bc6e6156e649fc7e5785bbfcb66343599b8fccf8c
16:53:09 [2021-08-20T16:53:09.866Z] #54 CACHED
16:53:09 [2021-08-20T16:53:09.866Z] 
16:53:09 [2021-08-20T16:53:09.866Z] #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
16:53:09 [2021-08-20T16:53:09.866Z] #46 sha256:c4e5d1c902dba5afdfebedcf310945baca2c040d641243b64e46a2ae062802d6
16:53:09 [2021-08-20T16:53:09.866Z] #46 CACHED
16:53:09 [2021-08-20T16:53:09.866Z] 
16:53:09 [2021-08-20T16:53:09.866Z] #19 [dev-systemd-false  6/25] RUN ldconfig
16:53:09 [2021-08-20T16:53:09.866Z] #19 sha256:75fd611654daef8c47b70bf72a3d9fd79faff776b1e5e7a3921ca2c4359b49cd
16:53:09 [2021-08-20T16:53:09.866Z] #19 CACHED
16:53:09 [2021-08-20T16:53:09.866Z] 
16:53:09 [2021-08-20T16:53:09.866Z] #45 [dev-systemd-false 16/25] COPY --from=criu          /build/ /usr/local/bin/
16:53:09 [2021-08-20T16:53:09.866Z] #45 sha256:d67162d43ee92221db9779839fab58a77e7ca3f4c89c5a2efe6d45cb42b44827
16:53:09 [2021-08-20T16:53:09.866Z] #45 CACHED
16:53:09 [2021-08-20T16:53:09.866Z] 
16:53:09 [2021-08-20T16:53:09.866Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
16:53:09 [2021-08-20T16:53:09.866Z] #39 sha256:14468d0fe94f4ea4bf7e3cc8063106e860c9bc0e44a5ddd4657e87644b3d1513
16:53:09 [2021-08-20T16:53:09.866Z] #39 CACHED
16:53:09 [2021-08-20T16:53:09.866Z] 
16:53:09 [2021-08-20T16:53:09.866Z] #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
16:53:09 [2021-08-20T16:53:09.866Z] #15 sha256:74db7bd2063fa98c13d766f62a3c8d81f4c6b6d2dc4f3bb027b631bc56673585
16:53:09 [2021-08-20T16:53:09.866Z] #15 CACHED
16:53:09 [2021-08-20T16:53:09.866Z] 
16:53:09 [2021-08-20T16:53:09.866Z] #47 [dev-systemd-false 17/25] COPY --from=vndr          /build/ /usr/local/bin/
16:53:09 [2021-08-20T16:53:09.866Z] #47 sha256:f6a16d6626980f1f09a88127e55c3c9ea96f1d3a2e6fbaffe7f7eec2d443557a
16:53:09 [2021-08-20T16:53:09.866Z] #47 CACHED
16:53:09 [2021-08-20T16:53:09.866Z] 
16:53:09 [2021-08-20T16:53:09.866Z] #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
16:53:09 [2021-08-20T16:53:09.866Z] #24 sha256:07709288b0def6f0853af35baf9daaa101799f842964ba133b01a2377e0ef63f
16:53:09 [2021-08-20T16:53:09.866Z] #24 CACHED
16:53:09 [2021-08-20T16:53:09.866Z] 
16:53:09 [2021-08-20T16:53:09.866Z] #68 [dev-systemd-false 25/25] WORKDIR /go/src/github.com/docker/docker
16:53:09 [2021-08-20T16:53:09.866Z] #68 sha256:f010c5673b04dc5fc3b3d506c3566fa4cb7c7fd84a15e555ad1f87096a0b3a3b
16:53:09 [2021-08-20T16:53:09.866Z] #68 CACHED
16:53:09 [2021-08-20T16:53:09.866Z] 
16:53:09 [2021-08-20T16:53:09.866Z] #69 [final 1/1] COPY . /go/src/github.com/docker/docker
16:53:09 [2021-08-20T16:53:09.866Z] #69 sha256:87db535494e5de6b25bf06c7737093f37de6f4d5375503cf660c4358dc991418
16:53:09 [2021-08-20T16:53:09.883Z] #9 extracting sha256:c4099a935a96edef1e9378de34e314d07fb3aea1b7205774055a1fa44a3819f4 0.1s
16:53:09 [2021-08-20T16:53:09.992Z] #33 sha256:1cfaf5c6f756207bc4607d40ddd440bd2bfa7ab455b2c3015ccf56d85cd1377b 25.17MB / 50.44MB 0.5s
16:53:09 [2021-08-20T16:53:09.992Z] #33 sha256:1cfaf5c6f756207bc4607d40ddd440bd2bfa7ab455b2c3015ccf56d85cd1377b 31.46MB / 50.44MB 0.6s
16:53:10 [2021-08-20T16:53:10.089Z]       - CONFIG_CRYPTO: enabled
16:53:10 [2021-08-20T16:53:10.089Z]       - CONFIG_CRYPTO_AEAD: enabled
16:53:10 [2021-08-20T16:53:10.089Z]       - CONFIG_CRYPTO_GCM: enabled
16:53:10 [2021-08-20T16:53:10.089Z]       - CONFIG_CRYPTO_SEQIV: enabled
16:53:10 [2021-08-20T16:53:10.089Z]       - CONFIG_CRYPTO_GHASH: enabled
16:53:10 [2021-08-20T16:53:10.089Z]       - CONFIG_XFRM: enabled
16:53:10 [2021-08-20T16:53:10.089Z]       - CONFIG_XFRM_USER: enabled (as module)
16:53:10 [2021-08-20T16:53:10.089Z]       - CONFIG_XFRM_ALGO: enabled (as module)
16:53:10 [2021-08-20T16:53:10.089Z]       - CONFIG_INET_ESP: enabled (as module)
16:53:10 [2021-08-20T16:53:10.089Z]   - "ipvlan":
16:53:10 [2021-08-20T16:53:10.089Z]     - CONFIG_IPVLAN: enabled (as module)
16:53:10 [2021-08-20T16:53:10.089Z]   - "macvlan":
16:53:10 [2021-08-20T16:53:10.089Z]     - CONFIG_MACVLAN: enabled (as module)
16:53:10 [2021-08-20T16:53:10.089Z]     - CONFIG_DUMMY: enabled (as module)
16:53:10 [2021-08-20T16:53:10.089Z]   - "ftp,tftp client in container":
16:53:10 [2021-08-20T16:53:10.089Z]     - CONFIG_NF_NAT_FTP: enabled (as module)
16:53:10 [2021-08-20T16:53:10.089Z]     - CONFIG_NF_CONNTRACK_FTP: enabled (as module)
16:53:10 [2021-08-20T16:53:10.089Z]     - CONFIG_NF_NAT_TFTP: enabled (as module)
16:53:10 [2021-08-20T16:53:10.089Z]     - CONFIG_NF_CONNTRACK_TFTP: enabled (as module)
16:53:10 [2021-08-20T16:53:10.089Z] - Storage Drivers:
16:53:10 [2021-08-20T16:53:10.089Z]   - "aufs":
16:53:10 [2021-08-20T16:53:10.089Z]     - CONFIG_AUFS_FS: enabled (as module)
16:53:10 [2021-08-20T16:53:10.089Z]   - "btrfs":
16:53:10 [2021-08-20T16:53:10.089Z]     - CONFIG_BTRFS_FS: enabled (as module)
16:53:10 [2021-08-20T16:53:10.089Z]     - CONFIG_BTRFS_FS_POSIX_ACL: enabled
16:53:10 [2021-08-20T16:53:10.089Z]   - "devicemapper":
16:53:10 [2021-08-20T16:53:10.140Z] #9 ...
16:53:10 [2021-08-20T16:53:10.140Z] 
16:53:10 [2021-08-20T16:53:10.140Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:e2fe52e17d649812bddcac07faf16f33542129a59b2c1c59b39a436754b7f146
16:53:10 [2021-08-20T16:53:10.140Z] #26 sha256:a4438c76b03f7a630472187b8a1022ecc6a2d37f065c45548babbfdcfe57306e
16:53:10 [2021-08-20T16:53:10.140Z] #26 extracting sha256:1cfaf5c6f756207bc4607d40ddd440bd2bfa7ab455b2c3015ccf56d85cd1377b 4.2s done
16:53:10 [2021-08-20T16:53:10.140Z] #26 DONE 6.3s
16:53:10 [2021-08-20T16:53:10.140Z] 
16:53:10 [2021-08-20T16:53:10.140Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.7-buster@sha256:ba723066847150cd4547c5ba2a8136788ffef4897e0671a1f9cc4ea2bde0dc09
16:53:10 [2021-08-20T16:53:10.140Z] #9 sha256:e67abdfb3367a1972017e0307360daa9258fc043e21d508231d4edbff52bb975
16:53:10 [2021-08-20T16:53:10.140Z] #9 ...
16:53:10 [2021-08-20T16:53:10.140Z] 
16:53:10 [2021-08-20T16:53:10.140Z] #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
16:53:10 [2021-08-20T16:53:10.140Z] #27 sha256:4918db464735ed4557aaefef6b0621eb51f501800e9dce5420253456e30c28f3
16:53:10 [2021-08-20T16:53:10.252Z] #33 sha256:1cfaf5c6f756207bc4607d40ddd440bd2bfa7ab455b2c3015ccf56d85cd1377b 40.93MB / 50.44MB 0.8s
16:53:10 [2021-08-20T16:53:10.252Z] #33 sha256:1cfaf5c6f756207bc4607d40ddd440bd2bfa7ab455b2c3015ccf56d85cd1377b 49.28MB / 50.44MB 0.9s
16:53:10 [2021-08-20T16:53:10.349Z]     - CONFIG_BLK_DEV_DM: enabled
16:53:10 [2021-08-20T16:53:10.349Z]     - CONFIG_DM_THIN_PROVISIONING: enabled (as module)
16:53:10 [2021-08-20T16:53:10.349Z]   - "overlay":
16:53:10 [2021-08-20T16:53:10.349Z]     - CONFIG_OVERLAY_FS: enabled (as module)
16:53:10 [2021-08-20T16:53:10.349Z]   - "zfs":
16:53:10 [2021-08-20T16:53:10.349Z]     - /dev/zfs: present
16:53:10 [2021-08-20T16:53:10.349Z]     - zfs command: missing
16:53:10 [2021-08-20T16:53:10.349Z]     - zpool command: missing
16:53:10 [2021-08-20T16:53:10.349Z] 
16:53:10 [2021-08-20T16:53:10.349Z] Limits:
16:53:10 [2021-08-20T16:53:10.349Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000
16:53:10 [2021-08-20T16:53:10.349Z] 
16:53:10 [2021-08-20T16:53:10.349Z] + true
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build dev image)
[Pipeline] sh
16:53:10 [2021-08-20T16:53:10.689Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:bb4368c855a5ea0a3cbefdcb58411faf42d18aef .
16:53:10 [2021-08-20T16:53:10.821Z] #33 sha256:1cfaf5c6f756207bc4607d40ddd440bd2bfa7ab455b2c3015ccf56d85cd1377b 50.44MB / 50.44MB 1.2s done
16:53:10 [2021-08-20T16:53:10.821Z] #33 extracting sha256:1cfaf5c6f756207bc4607d40ddd440bd2bfa7ab455b2c3015ccf56d85cd1377b
16:53:11 [2021-08-20T16:53:11.071Z] #27 ...
16:53:11 [2021-08-20T16:53:11.071Z] 
16:53:11 [2021-08-20T16:53:11.071Z] #64 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64
16:53:11 [2021-08-20T16:53:11.071Z] #64 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9
16:53:11 [2021-08-20T16:53:11.071Z] #64 DONE 0.6s
16:53:11 [2021-08-20T16:53:11.071Z] 
16:53:11 [2021-08-20T16:53:11.071Z] #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
16:53:11 [2021-08-20T16:53:11.071Z] #27 sha256:4918db464735ed4557aaefef6b0621eb51f501800e9dce5420253456e30c28f3
16:53:11 [2021-08-20T16:53:11.071Z] #27 1.223 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
16:53:11 [2021-08-20T16:53:11.071Z] #27 1.223 Get:2 http://deb.debian.org/debian buster InRelease [122 kB]
16:53:11 [2021-08-20T16:53:11.237Z] #69 DONE 1.1s
16:53:11 [2021-08-20T16:53:11.237Z] 
16:53:11 [2021-08-20T16:53:11.237Z] #70 exporting to image
16:53:11 [2021-08-20T16:53:11.237Z] #70 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
16:53:11 [2021-08-20T16:53:11.237Z] #70 exporting layers
16:53:11 [2021-08-20T16:53:11.328Z] #27 1.227 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
16:53:11 [2021-08-20T16:53:11.328Z] #27 1.325 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [301 kB]
16:53:11 [2021-08-20T16:53:11.586Z] #27 ...
16:53:11 [2021-08-20T16:53:11.586Z] 
16:53:11 [2021-08-20T16:53:11.586Z] #66 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64
16:53:11 [2021-08-20T16:53:11.586Z] #66 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9
16:53:11 [2021-08-20T16:53:11.586Z] #66 DONE 0.6s
16:53:11 [2021-08-20T16:53:11.586Z] 
16:53:11 [2021-08-20T16:53:11.586Z] #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
16:53:11 [2021-08-20T16:53:11.586Z] #27 sha256:4918db464735ed4557aaefef6b0621eb51f501800e9dce5420253456e30c28f3
16:53:11 [2021-08-20T16:53:11.586Z] #27 1.480 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB]
16:53:11 [2021-08-20T16:53:11.843Z] #27 1.874 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [15.2 kB]
16:53:12 [2021-08-20T16:53:12.166Z] #70 exporting layers 1.0s done
16:53:12 [2021-08-20T16:53:12.166Z] #70 writing image sha256:45cc9247e8f42f05af30c43740b12516273f5e5810ecfe658092e10beb9340d0
16:53:12 [2021-08-20T16:53:12.166Z] #70 writing image sha256:45cc9247e8f42f05af30c43740b12516273f5e5810ecfe658092e10beb9340d0 done
16:53:12 [2021-08-20T16:53:12.166Z] #70 naming to docker.io/library/docker:fd3e16cb5aa3e192bd4a94c47e3f2a1b971cf423 done
16:53:12 [2021-08-20T16:53:12.166Z] #70 DONE 1.1s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Run tests)
[Pipeline] sh
16:53:12 [2021-08-20T16:53:12.244Z] #26 ...
16:53:12 [2021-08-20T16:53:12.244Z] 
16:53:12 [2021-08-20T16:53:12.244Z] #23 [internal] load build context
16:53:12 [2021-08-20T16:53:12.244Z] #23 sha256:e2d018cb2eb74bd3bb43b92c737c87d2575625764b31f91aa0a4ed41edb88607
16:53:12 [2021-08-20T16:53:12.244Z] #23 transferring context: 55.80MB 4.0s done
16:53:12 [2021-08-20T16:53:12.244Z] #23 DONE 4.1s
16:53:12 [2021-08-20T16:53:12.244Z] 
16:53:12 [2021-08-20T16:53:12.244Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:e2fe52e17d649812bddcac07faf16f33542129a59b2c1c59b39a436754b7f146
16:53:12 [2021-08-20T16:53:12.244Z] #26 sha256:a4438c76b03f7a630472187b8a1022ecc6a2d37f065c45548babbfdcfe57306e
16:53:12 [2021-08-20T16:53:12.496Z] + trap exit INT TERM
16:53:12 [2021-08-20T16:53:12.496Z] + trap 'pids=$(jobs -p); echo "Remaining pids to kill: [$pids]"; [ -z "$pids" ] || kill $pids' EXIT
16:53:12 [2021-08-20T16:53:12.496Z] + CONTAINER_NAME=docker-pr2
16:53:12 [2021-08-20T16:53:12.496Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42765/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42765/.git:/go/src/github.com/docker/docker/.git --name docker-pr2-build -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=fd3e16cb5aa3e192bd4a94c47e3f2a1b971cf423 -e DOCKER_GRAPHDRIVER docker:fd3e16cb5aa3e192bd4a94c47e3f2a1b971cf423 hack/make.sh dynbinary
16:53:12 [2021-08-20T16:53:12.815Z] #26 extracting sha256:1cfaf5c6f756207bc4607d40ddd440bd2bfa7ab455b2c3015ccf56d85cd1377b 3.9s done
16:53:13 [2021-08-20T16:53:13.059Z] 
16:53:13 [2021-08-20T16:53:13.074Z] #26 DONE 5.1s
16:53:13 [2021-08-20T16:53:13.074Z] 
16:53:13 [2021-08-20T16:53:13.074Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.7-buster@sha256:ba723066847150cd4547c5ba2a8136788ffef4897e0671a1f9cc4ea2bde0dc09
16:53:13 [2021-08-20T16:53:13.074Z] #9 sha256:e67abdfb3367a1972017e0307360daa9258fc043e21d508231d4edbff52bb975
16:53:13 [2021-08-20T16:53:13.074Z] #9 resolve docker.io/library/golang:1.16.7-buster@sha256:ba723066847150cd4547c5ba2a8136788ffef4897e0671a1f9cc4ea2bde0dc09 0.0s done
16:53:13 [2021-08-20T16:53:13.074Z] #9 sha256:2959f7340dbf45aaaaff39f10ac521911812c33725bcd3452763f051a3b2cbc6 6.99kB / 6.99kB done
16:53:13 [2021-08-20T16:53:13.074Z] #9 sha256:c4099a935a96edef1e9378de34e314d07fb3aea1b7205774055a1fa44a3819f4 7.83MB / 7.83MB 0.4s done
16:53:13 [2021-08-20T16:53:13.074Z] #9 sha256:f6e2960d83651b1494b4da6c97686e79cc760aa90a75948eed56786726f86928 10.00MB / 10.00MB 0.3s done
16:53:13 [2021-08-20T16:53:13.074Z] #9 sha256:ba723066847150cd4547c5ba2a8136788ffef4897e0671a1f9cc4ea2bde0dc09 1.86kB / 1.86kB done
16:53:13 [2021-08-20T16:53:13.074Z] #9 sha256:9d129cfe9b3aa1c19fd64a63aa698cb5742c7291ae2e252a73ce18ce63f2b796 1.79kB / 1.79kB done
16:53:13 [2021-08-20T16:53:13.074Z] #9 sha256:244fc124490a161cebd2ea8a1c97b439bf31a671765aba0224e4ba18894b3fb0 68.75MB / 68.75MB 1.6s done
16:53:13 [2021-08-20T16:53:13.074Z] #9 sha256:dffd4e6385927b79e4d4daa2d00523e766502eed6dd1934e1eda583d348abd8b 51.84MB / 51.84MB 1.3s done
16:53:13 [2021-08-20T16:53:13.074Z] #9 sha256:360803c9a5b2fab8fc197bae91166d928bfb6a1b98a7fe30b74548fa955038e2 129.04MB / 129.04MB 2.8s done
16:53:13 [2021-08-20T16:53:13.074Z] #9 sha256:884ab2b700e952bbaccc88bcf19a83ce4ccba10e1e29edc4857dfbab64467fa1 156B / 156B 1.4s done
16:53:13 [2021-08-20T16:53:13.074Z] #9 extracting sha256:c4099a935a96edef1e9378de34e314d07fb3aea1b7205774055a1fa44a3819f4 0.1s
16:53:13 [2021-08-20T16:53:13.316Z] Removing bundles/
16:53:13 [2021-08-20T16:53:13.317Z] 
16:53:13 [2021-08-20T16:53:13.317Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
16:53:13 [2021-08-20T16:53:13.317Z] Building: bundles/dynbinary-daemon/dockerd-dev
16:53:13 [2021-08-20T16:53:13.317Z] GOOS="" GOARCH="" GOARM=""
16:53:13 [2021-08-20T16:53:13.332Z] #9 extracting sha256:c4099a935a96edef1e9378de34e314d07fb3aea1b7205774055a1fa44a3819f4 0.5s done
16:53:13 [2021-08-20T16:53:13.332Z] #9 extracting sha256:f6e2960d83651b1494b4da6c97686e79cc760aa90a75948eed56786726f86928
16:53:13 [2021-08-20T16:53:13.356Z] #33 ...
16:53:13 [2021-08-20T16:53:13.356Z] 
16:53:13 [2021-08-20T16:53:13.356Z] #30 [internal] load build context
16:53:13 [2021-08-20T16:53:13.356Z] #30 sha256:a02ad77e671cccb93f1d9cddad4cee7d97849da240d7a44865e3b55db990bbbd
16:53:13 [2021-08-20T16:53:13.356Z] #30 transferring context: 55.81MB 3.5s done
16:53:13 [2021-08-20T16:53:13.356Z] #30 DONE 3.6s
16:53:13 [2021-08-20T16:53:13.356Z] 
16:53:13 [2021-08-20T16:53:13.356Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.7-buster@sha256:ba723066847150cd4547c5ba2a8136788ffef4897e0671a1f9cc4ea2bde0dc09
16:53:13 [2021-08-20T16:53:13.356Z] #9 sha256:e67abdfb3367a1972017e0307360daa9258fc043e21d508231d4edbff52bb975
16:53:13 [2021-08-20T16:53:13.356Z] #9 resolve docker.io/library/golang:1.16.7-buster@sha256:ba723066847150cd4547c5ba2a8136788ffef4897e0671a1f9cc4ea2bde0dc09 0.0s done
16:53:13 [2021-08-20T16:53:13.356Z] #9 sha256:2959f7340dbf45aaaaff39f10ac521911812c33725bcd3452763f051a3b2cbc6 6.99kB / 6.99kB done
16:53:13 [2021-08-20T16:53:13.356Z] #9 sha256:c4099a935a96edef1e9378de34e314d07fb3aea1b7205774055a1fa44a3819f4 7.83MB / 7.83MB 0.2s done
16:53:13 [2021-08-20T16:53:13.356Z] #9 sha256:ba723066847150cd4547c5ba2a8136788ffef4897e0671a1f9cc4ea2bde0dc09 1.86kB / 1.86kB done
16:53:13 [2021-08-20T16:53:13.356Z] #9 sha256:9d129cfe9b3aa1c19fd64a63aa698cb5742c7291ae2e252a73ce18ce63f2b796 1.79kB / 1.79kB done
16:53:13 [2021-08-20T16:53:13.356Z] #9 sha256:f6e2960d83651b1494b4da6c97686e79cc760aa90a75948eed56786726f86928 10.00MB / 10.00MB 0.4s done
16:53:13 [2021-08-20T16:53:13.356Z] #9 sha256:dffd4e6385927b79e4d4daa2d00523e766502eed6dd1934e1eda583d348abd8b 51.84MB / 51.84MB 1.3s done
16:53:13 [2021-08-20T16:53:13.356Z] #9 sha256:244fc124490a161cebd2ea8a1c97b439bf31a671765aba0224e4ba18894b3fb0 68.75MB / 68.75MB 1.8s done
16:53:13 [2021-08-20T16:53:13.356Z] #9 sha256:360803c9a5b2fab8fc197bae91166d928bfb6a1b98a7fe30b74548fa955038e2 129.04MB / 129.04MB 3.1s done
16:53:13 [2021-08-20T16:53:13.356Z] #9 sha256:884ab2b700e952bbaccc88bcf19a83ce4ccba10e1e29edc4857dfbab64467fa1 156B / 156B 1.4s done
16:53:13 [2021-08-20T16:53:13.739Z] #27 3.419 Fetched 8463 kB in 2s (3438 kB/s)
16:53:13 [2021-08-20T16:53:13.900Z] #9 extracting sha256:f6e2960d83651b1494b4da6c97686e79cc760aa90a75948eed56786726f86928 0.4s done
16:53:13 [2021-08-20T16:53:13.900Z] #9 extracting sha256:dffd4e6385927b79e4d4daa2d00523e766502eed6dd1934e1eda583d348abd8b 0.1s
16:53:13 [2021-08-20T16:53:13.994Z] #1 [internal] load build definition from Dockerfile
16:53:13 [2021-08-20T16:53:13.994Z] #1 sha256:f784ab4c2aec58a720451e723060028aa2702e3ccbf226cb74822a223cc90767
16:53:13 [2021-08-20T16:53:13.994Z] #1 transferring dockerfile: 16.59kB done
16:53:13 [2021-08-20T16:53:13.994Z] #1 DONE 0.0s
16:53:13 [2021-08-20T16:53:13.994Z] 
16:53:13 [2021-08-20T16:53:13.994Z] #2 [internal] load .dockerignore
16:53:13 [2021-08-20T16:53:13.994Z] #2 sha256:ba755fa25c93c9b1e6f05e02981d8fea080844b5030d2ea6d905072f8c530607
16:53:13 [2021-08-20T16:53:13.994Z] #2 transferring context: 87B done
16:53:13 [2021-08-20T16:53:13.994Z] #2 DONE 0.0s
16:53:14 [2021-08-20T16:53:14.292Z] #9 ...
16:53:14 [2021-08-20T16:53:14.292Z] 
16:53:14 [2021-08-20T16:53:14.292Z] #33 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:e2fe52e17d649812bddcac07faf16f33542129a59b2c1c59b39a436754b7f146
16:53:14 [2021-08-20T16:53:14.292Z] #33 sha256:a4438c76b03f7a630472187b8a1022ecc6a2d37f065c45548babbfdcfe57306e
16:53:14 [2021-08-20T16:53:14.292Z] #33 extracting sha256:1cfaf5c6f756207bc4607d40ddd440bd2bfa7ab455b2c3015ccf56d85cd1377b 3.4s done
16:53:14 [2021-08-20T16:53:14.292Z] #33 DONE 5.0s
16:53:14 [2021-08-20T16:53:14.292Z] 
16:53:14 [2021-08-20T16:53:14.292Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.7-buster@sha256:ba723066847150cd4547c5ba2a8136788ffef4897e0671a1f9cc4ea2bde0dc09
16:53:14 [2021-08-20T16:53:14.292Z] #9 sha256:e67abdfb3367a1972017e0307360daa9258fc043e21d508231d4edbff52bb975
16:53:14 [2021-08-20T16:53:14.292Z] #9 extracting sha256:c4099a935a96edef1e9378de34e314d07fb3aea1b7205774055a1fa44a3819f4
16:53:14 [2021-08-20T16:53:14.292Z] #9 ...
16:53:14 [2021-08-20T16:53:14.292Z] 
16:53:14 [2021-08-20T16:53:14.292Z] #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
16:53:14 [2021-08-20T16:53:14.292Z] #34 sha256:4918db464735ed4557aaefef6b0621eb51f501800e9dce5420253456e30c28f3
16:53:14 [2021-08-20T16:53:14.303Z] #27 3.419 Reading package lists...
16:53:14 [2021-08-20T16:53:14.935Z] 
16:53:14 [2021-08-20T16:53:14.935Z] #3 resolve image config for docker.io/docker/dockerfile:1.2
16:53:14 [2021-08-20T16:53:14.935Z] #3 sha256:294a0880f468e89a28a1e5e4d13ea717bf9a656005ccb802a8dcbf12ae5d5949
16:53:15 [2021-08-20T16:53:15.249Z] #27 4.319 Reading package lists...
16:53:15 [2021-08-20T16:53:15.249Z] #27 5.232 Building dependency tree...
16:53:15 [2021-08-20T16:53:15.509Z] #3 DONE 0.6s
16:53:15 [2021-08-20T16:53:15.509Z] 
16:53:15 [2021-08-20T16:53:15.509Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc
16:53:15 [2021-08-20T16:53:15.509Z] #4 sha256:08363c8751d4545d25bea104f7e51e11696d0e0abf10a017a959436e69805043
16:53:15 [2021-08-20T16:53:15.509Z] #4 resolve docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc done
16:53:15 [2021-08-20T16:53:15.671Z] #34 1.080 Get:1 http://deb.debian.org/debian buster InRelease [122 kB]
16:53:15 [2021-08-20T16:53:15.671Z] #34 1.090 Get:2 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
16:53:15 [2021-08-20T16:53:15.671Z] #34 1.090 Get:3 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
16:53:15 [2021-08-20T16:53:15.671Z] #34 1.250 Get:4 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB]
16:53:15 [2021-08-20T16:53:15.782Z] #4 sha256:fedac250e13a5a3b8fcd0c6f42857dd78f31052801662f20fc895fd7993eb28a 528B / 528B done
16:53:15 [2021-08-20T16:53:15.783Z] #4 sha256:d9b7b6a9d13deb44598f3c9a244fe9e3b10f85457aa34d4e499afaff6a85c631 1.21kB / 1.21kB done
16:53:15 [2021-08-20T16:53:15.783Z] #4 sha256:2904710679e8cf1b7e70b02e78dc381d89d57be88fa9add57034e56b396c220a 8.39MB / 9.01MB 0.2s
16:53:15 [2021-08-20T16:53:15.783Z] #4 sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc 1.69kB / 1.69kB done
16:53:15 [2021-08-20T16:53:15.783Z] #4 sha256:2904710679e8cf1b7e70b02e78dc381d89d57be88fa9add57034e56b396c220a 9.01MB / 9.01MB 0.3s
16:53:15 [2021-08-20T16:53:15.823Z] #27 5.556 The following additional packages will be installed:
16:53:15 [2021-08-20T16:53:15.823Z] #27 5.556   libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3
16:53:15 [2021-08-20T16:53:15.823Z] #27 5.556   libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5
16:53:15 [2021-08-20T16:53:15.823Z] #27 5.560   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl
16:53:15 [2021-08-20T16:53:15.823Z] #27 5.560 Suggested packages:
16:53:15 [2021-08-20T16:53:15.823Z] #27 5.560   krb5-doc krb5-user
16:53:15 [2021-08-20T16:53:15.823Z] #27 5.560 Recommended packages:
16:53:15 [2021-08-20T16:53:15.823Z] #27 5.560   krb5-locales publicsuffix libsasl2-modules
16:53:15 [2021-08-20T16:53:15.823Z] #27 5.762 The following NEW packages will be installed:
16:53:15 [2021-08-20T16:53:15.823Z] #27 5.762   ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3
16:53:15 [2021-08-20T16:53:15.823Z] #27 5.763   libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common
16:53:15 [2021-08-20T16:53:15.823Z] #27 5.763   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
16:53:15 [2021-08-20T16:53:15.823Z] #27 5.763   libssh2-1 libssl1.1 openssl
16:53:15 [2021-08-20T16:53:15.930Z] #34 1.666 Get:5 http://deb.debian.org/debian buster-updates/main amd64 Packages [15.2 kB]
16:53:16 [2021-08-20T16:53:16.044Z] #4 sha256:2904710679e8cf1b7e70b02e78dc381d89d57be88fa9add57034e56b396c220a 9.01MB / 9.01MB 0.4s done
16:53:16 [2021-08-20T16:53:16.044Z] #4 extracting sha256:2904710679e8cf1b7e70b02e78dc381d89d57be88fa9add57034e56b396c220a
16:53:16 [2021-08-20T16:53:16.080Z] #27 6.045 0 upgraded, 21 newly installed, 0 to remove and 0 not upgraded.
16:53:16 [2021-08-20T16:53:16.080Z] #27 6.045 Need to get 5058 kB of archives.
16:53:16 [2021-08-20T16:53:16.080Z] #27 6.045 After this operation, 12.1 MB of additional disk space will be used.
16:53:16 [2021-08-20T16:53:16.080Z] #27 6.045 Get:1 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB]
16:53:16 [2021-08-20T16:53:16.080Z] #27 6.045 Get:2 http://security.debian.org/debian-security buster/updates/main amd64 libkrb5support0 amd64 1.17-3+deb10u2 [65.7 kB]
16:53:16 [2021-08-20T16:53:16.080Z] #27 6.045 Get:3 http://deb.debian.org/debian buster/main amd64 libssl1.1 amd64 1.1.1d-0+deb10u6 [1539 kB]
16:53:16 [2021-08-20T16:53:16.080Z] #27 6.056 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 libk5crypto3 amd64 1.17-3+deb10u2 [122 kB]
16:53:16 [2021-08-20T16:53:16.080Z] #27 6.056 Get:5 http://security.debian.org/debian-security buster/updates/main amd64 libkrb5-3 amd64 1.17-3+deb10u2 [369 kB]
16:53:16 [2021-08-20T16:53:16.080Z] #27 6.064 Get:6 http://security.debian.org/debian-security buster/updates/main amd64 libgssapi-krb5-2 amd64 1.17-3+deb10u2 [158 kB]
16:53:16 [2021-08-20T16:53:16.080Z] #27 6.077 Get:7 http://deb.debian.org/debian buster/main amd64 openssl amd64 1.1.1d-0+deb10u6 [844 kB]
16:53:16 [2021-08-20T16:53:16.080Z] #27 6.089 Get:8 http://deb.debian.org/debian buster/main amd64 ca-certificates all 20200601~deb10u2 [166 kB]
16:53:16 [2021-08-20T16:53:16.080Z] #27 6.095 Get:9 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u1 [69.1 kB]
16:53:16 [2021-08-20T16:53:16.080Z] #27 6.095 Get:10 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u1 [106 kB]
16:53:16 [2021-08-20T16:53:16.080Z] #27 6.098 Get:11 http://deb.debian.org/debian buster/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u6 [90.0 kB]
16:53:16 [2021-08-20T16:53:16.080Z] #27 6.098 Get:12 http://deb.debian.org/debian buster/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u6 [224 kB]
16:53:16 [2021-08-20T16:53:16.080Z] #27 6.104 Get:13 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB]
16:53:16 [2021-08-20T16:53:16.080Z] #27 6.104 Get:14 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB]
16:53:16 [2021-08-20T16:53:16.080Z] #27 6.107 Get:15 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB]
16:53:16 [2021-08-20T16:53:16.080Z] #27 6.107 Get:16 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB]
16:53:16 [2021-08-20T16:53:16.080Z] #27 6.112 Get:17 http://deb.debian.org/debian buster/main amd64 libcurl4 amd64 7.64.0-4+deb10u2 [332 kB]
16:53:16 [2021-08-20T16:53:16.080Z] #27 6.116 Get:18 http://deb.debian.org/debian buster/main amd64 curl amd64 7.64.0-4+deb10u2 [265 kB]
16:53:16 [2021-08-20T16:53:16.080Z] #27 6.119 Get:19 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB]
16:53:16 [2021-08-20T16:53:16.080Z] #27 6.122 Get:20 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB]
16:53:16 [2021-08-20T16:53:16.080Z] #27 6.123 Get:21 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB]
16:53:16 [2021-08-20T16:53:16.305Z] #4 extracting sha256:2904710679e8cf1b7e70b02e78dc381d89d57be88fa9add57034e56b396c220a 0.2s done
16:53:16 [2021-08-20T16:53:16.305Z] #4 DONE 0.7s
16:53:16 [2021-08-20T16:53:16.336Z] #27 6.264 debconf: delaying package configuration, since apt-utils is not installed
16:53:16 [2021-08-20T16:53:16.336Z] #27 6.284 Fetched 5058 kB in 0s (15.1 MB/s)
16:53:16 [2021-08-20T16:53:16.336Z] #27 6.322 Selecting previously unselected package libkeyutils1:amd64.
16:53:16 [2021-08-20T16:53:16.336Z] #27 6.322 (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.)
16:53:16 [2021-08-20T16:53:16.336Z] #27 6.322 Preparing to unpack .../00-libkeyutils1_1.6-6_amd64.deb ...
16:53:16 [2021-08-20T16:53:16.336Z] #27 6.330 Unpacking libkeyutils1:amd64 (1.6-6) ...
16:53:16 [2021-08-20T16:53:16.336Z] #27 6.367 Selecting previously unselected package libkrb5support0:amd64.
16:53:16 [2021-08-20T16:53:16.336Z] #27 6.367 Preparing to unpack .../01-libkrb5support0_1.17-3+deb10u2_amd64.deb ...
16:53:16 [2021-08-20T16:53:16.336Z] #27 6.372 Unpacking libkrb5support0:amd64 (1.17-3+deb10u2) ...
16:53:16 [2021-08-20T16:53:16.498Z] #34 2.231 Get:6 http://security.debian.org/debian-security buster/updates/main amd64 Packages [301 kB]
16:53:16 [2021-08-20T16:53:16.593Z] #27 6.436 Selecting previously unselected package libk5crypto3:amd64.
16:53:16 [2021-08-20T16:53:16.593Z] #27 6.436 Preparing to unpack .../02-libk5crypto3_1.17-3+deb10u2_amd64.deb ...
16:53:16 [2021-08-20T16:53:16.593Z] #27 6.440 Unpacking libk5crypto3:amd64 (1.17-3+deb10u2) ...
16:53:16 [2021-08-20T16:53:16.593Z] #27 6.518 Selecting previously unselected package libssl1.1:amd64.
16:53:16 [2021-08-20T16:53:16.593Z] #27 6.518 Preparing to unpack .../03-libssl1.1_1.1.1d-0+deb10u6_amd64.deb ...
16:53:16 [2021-08-20T16:53:16.593Z] #27 6.528 Unpacking libssl1.1:amd64 (1.1.1d-0+deb10u6) ...
16:53:16 [2021-08-20T16:53:16.593Z] #27 6.740 Selecting previously unselected package libkrb5-3:amd64.
16:53:16 [2021-08-20T16:53:16.593Z] #27 6.740 Preparing to unpack .../04-libkrb5-3_1.17-3+deb10u2_amd64.deb ...
16:53:16 [2021-08-20T16:53:16.593Z] #27 6.747 Unpacking libkrb5-3:amd64 (1.17-3+deb10u2) ...
16:53:16 [2021-08-20T16:53:16.850Z] #27 6.856 Selecting previously unselected package libgssapi-krb5-2:amd64.
16:53:16 [2021-08-20T16:53:16.850Z] #27 6.856 Preparing to unpack .../05-libgssapi-krb5-2_1.17-3+deb10u2_amd64.deb ...
16:53:16 [2021-08-20T16:53:16.850Z] #27 6.869 Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u2) ...
16:53:16 [2021-08-20T16:53:16.850Z] #27 6.922 Selecting previously unselected package openssl.
16:53:16 [2021-08-20T16:53:16.850Z] #27 6.924 Preparing to unpack .../06-openssl_1.1.1d-0+deb10u6_amd64.deb ...
16:53:16 [2021-08-20T16:53:16.850Z] #27 6.944 Unpacking openssl (1.1.1d-0+deb10u6) ...
16:53:16 [2021-08-20T16:53:16.876Z] 
16:53:16 [2021-08-20T16:53:16.877Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
16:53:16 [2021-08-20T16:53:16.877Z] #8 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec
16:53:16 [2021-08-20T16:53:16.877Z] #8 DONE 0.1s
16:53:16 [2021-08-20T16:53:16.877Z] 
16:53:16 [2021-08-20T16:53:16.877Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0
16:53:16 [2021-08-20T16:53:16.877Z] #7 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1
16:53:17 [2021-08-20T16:53:17.110Z] #27 7.099 Selecting previously unselected package ca-certificates.
16:53:17 [2021-08-20T16:53:17.110Z] #27 7.099 Preparing to unpack .../07-ca-certificates_20200601~deb10u2_all.deb ...
16:53:17 [2021-08-20T16:53:17.110Z] #27 7.106 Unpacking ca-certificates (20200601~deb10u2) ...
16:53:17 [2021-08-20T16:53:17.110Z] #27 7.173 Selecting previously unselected package libsasl2-modules-db:amd64.
16:53:17 [2021-08-20T16:53:17.110Z] #27 7.173 Preparing to unpack .../08-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_amd64.deb ...
16:53:17 [2021-08-20T16:53:17.110Z] #27 7.177 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ...
16:53:17 [2021-08-20T16:53:17.136Z] #7 DONE 0.1s
16:53:17 [2021-08-20T16:53:17.136Z] 
16:53:17 [2021-08-20T16:53:17.136Z] #6 [internal] load metadata for docker.io/library/golang:1.16.7-buster
16:53:17 [2021-08-20T16:53:17.136Z] #6 sha256:dc129189516849f81ca9a12482292be3520df4779e1d688e6851d89fa9b1c39b
16:53:17 [2021-08-20T16:53:17.368Z] #27 7.222 Selecting previously unselected package libsasl2-2:amd64.
16:53:17 [2021-08-20T16:53:17.368Z] #27 7.222 Preparing to unpack .../09-libsasl2-2_2.1.27+dfsg-1+deb10u1_amd64.deb ...
16:53:17 [2021-08-20T16:53:17.369Z] #27 7.226 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ...
16:53:17 [2021-08-20T16:53:17.369Z] #27 7.288 Selecting previously unselected package libldap-common.
16:53:17 [2021-08-20T16:53:17.369Z] #27 7.288 Preparing to unpack .../10-libldap-common_2.4.47+dfsg-3+deb10u6_all.deb ...
16:53:17 [2021-08-20T16:53:17.369Z] #27 7.292 Unpacking libldap-common (2.4.47+dfsg-3+deb10u6) ...
16:53:17 [2021-08-20T16:53:17.369Z] #27 7.341 Selecting previously unselected package libldap-2.4-2:amd64.
16:53:17 [2021-08-20T16:53:17.369Z] #27 7.341 Preparing to unpack .../11-libldap-2.4-2_2.4.47+dfsg-3+deb10u6_amd64.deb ...
16:53:17 [2021-08-20T16:53:17.369Z] #27 7.345 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ...
16:53:17 [2021-08-20T16:53:17.369Z] #27 7.417 Selecting previously unselected package libnghttp2-14:amd64.
16:53:17 [2021-08-20T16:53:17.369Z] #27 7.417 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ...
16:53:17 [2021-08-20T16:53:17.369Z] #27 7.422 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ...
16:53:17 [2021-08-20T16:53:17.369Z] #27 7.469 Selecting previously unselected package libpsl5:amd64.
16:53:17 [2021-08-20T16:53:17.369Z] #27 7.469 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ...
16:53:17 [2021-08-20T16:53:17.369Z] #27 7.475 Unpacking libpsl5:amd64 (0.20.2-2) ...
16:53:17 [2021-08-20T16:53:17.397Z] #6 DONE 0.3s
16:53:17 [2021-08-20T16:53:17.397Z] 
16:53:17 [2021-08-20T16:53:17.397Z] #5 [internal] load metadata for docker.io/library/debian:buster
16:53:17 [2021-08-20T16:53:17.397Z] #5 sha256:f1b65f84b73951f42780ae75c92800bded73658353301e79e5dc186186c67a6c
16:53:17 [2021-08-20T16:53:17.397Z] #5 DONE 0.3s
16:53:17 [2021-08-20T16:53:17.627Z] #27 7.526 Selecting previously unselected package librtmp1:amd64.
16:53:17 [2021-08-20T16:53:17.627Z] #27 7.526 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ...
16:53:17 [2021-08-20T16:53:17.627Z] #27 7.531 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ...
16:53:17 [2021-08-20T16:53:17.627Z] #27 7.578 Selecting previously unselected package libssh2-1:amd64.
16:53:17 [2021-08-20T16:53:17.627Z] #27 7.578 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ...
16:53:17 [2021-08-20T16:53:17.627Z] #27 7.583 Unpacking libssh2-1:amd64 (1.8.0-2.1) ...
16:53:17 [2021-08-20T16:53:17.627Z] #27 7.638 Selecting previously unselected package libcurl4:amd64.
16:53:17 [2021-08-20T16:53:17.627Z] #27 7.638 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u2_amd64.deb ...
16:53:17 [2021-08-20T16:53:17.627Z] #27 7.643 Unpacking libcurl4:amd64 (7.64.0-4+deb10u2) ...
16:53:17 [2021-08-20T16:53:17.627Z] #27 7.721 Selecting previously unselected package curl.
16:53:17 [2021-08-20T16:53:17.627Z] #27 7.721 Preparing to unpack .../17-curl_7.64.0-4+deb10u2_amd64.deb ...
16:53:17 [2021-08-20T16:53:17.627Z] #27 7.732 Unpacking curl (7.64.0-4+deb10u2) ...
16:53:17 [2021-08-20T16:53:17.882Z] #34 3.334 Fetched 8463 kB in 3s (3376 kB/s)
16:53:17 [2021-08-20T16:53:17.883Z] #27 7.794 Selecting previously unselected package libonig5:amd64.
16:53:17 [2021-08-20T16:53:17.883Z] #27 7.794 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ...
16:53:17 [2021-08-20T16:53:17.883Z] #27 7.800 Unpacking libonig5:amd64 (6.9.1-1) ...
16:53:17 [2021-08-20T16:53:17.883Z] #27 7.868 Selecting previously unselected package libjq1:amd64.
16:53:17 [2021-08-20T16:53:17.883Z] #27 7.868 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ...
16:53:17 [2021-08-20T16:53:17.883Z] #27 7.872 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ...
16:53:17 [2021-08-20T16:53:17.883Z] #27 7.940 Selecting previously unselected package jq.
16:53:17 [2021-08-20T16:53:17.883Z] #27 7.940 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ...
16:53:17 [2021-08-20T16:53:17.883Z] #27 7.946 Unpacking jq (1.5+dfsg-2+b1) ...
16:53:18 [2021-08-20T16:53:18.094Z] #9 extracting sha256:dffd4e6385927b79e4d4daa2d00523e766502eed6dd1934e1eda583d348abd8b 3.9s done
16:53:18 [2021-08-20T16:53:18.094Z] #9 extracting sha256:244fc124490a161cebd2ea8a1c97b439bf31a671765aba0224e4ba18894b3fb0
16:53:18 [2021-08-20T16:53:18.142Z] #27 7.992 Setting up libkeyutils1:amd64 (1.6-6) ...
16:53:18 [2021-08-20T16:53:18.142Z] #27 8.010 Setting up libpsl5:amd64 (0.20.2-2) ...
16:53:18 [2021-08-20T16:53:18.142Z] #27 8.022 Setting up libssl1.1:amd64 (1.1.1d-0+deb10u6) ...
16:53:18 [2021-08-20T16:53:18.142Z] #27 8.132 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ...
16:53:18 [2021-08-20T16:53:18.142Z] #27 8.144 Setting up libldap-common (2.4.47+dfsg-3+deb10u6) ...
16:53:18 [2021-08-20T16:53:18.142Z] #27 8.163 Setting up libkrb5support0:amd64 (1.17-3+deb10u2) ...
16:53:18 [2021-08-20T16:53:18.142Z] #27 8.177 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ...
16:53:18 [2021-08-20T16:53:18.142Z] #27 8.191 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ...
16:53:18 [2021-08-20T16:53:18.142Z] #27 8.203 Setting up libk5crypto3:amd64 (1.17-3+deb10u2) ...
16:53:18 [2021-08-20T16:53:18.142Z] #27 8.215 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ...
16:53:18 [2021-08-20T16:53:18.142Z] #27 8.231 Setting up libssh2-1:amd64 (1.8.0-2.1) ...
16:53:18 [2021-08-20T16:53:18.142Z] #27 8.244 Setting up libkrb5-3:amd64 (1.17-3+deb10u2) ...
16:53:18 [2021-08-20T16:53:18.142Z] #27 8.258 Setting up openssl (1.1.1d-0+deb10u6) ...
16:53:18 [2021-08-20T16:53:18.142Z] #27 8.275 Setting up libonig5:amd64 (6.9.1-1) ...
16:53:18 [2021-08-20T16:53:18.142Z] #27 8.288 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ...
16:53:18 [2021-08-20T16:53:18.350Z] 
16:53:18 [2021-08-20T16:53:18.350Z] #65 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
16:53:18 [2021-08-20T16:53:18.350Z] #65 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd
16:53:18 [2021-08-20T16:53:18.350Z] #65 DONE 0.0s
16:53:18 [2021-08-20T16:53:18.350Z] 
16:53:18 [2021-08-20T16:53:18.350Z] #63 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07
16:53:18 [2021-08-20T16:53:18.350Z] #63 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a
16:53:18 [2021-08-20T16:53:18.350Z] #63 DONE 0.0s
16:53:18 [2021-08-20T16:53:18.350Z] 
16:53:18 [2021-08-20T16:53:18.350Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.7-buster@sha256:ba723066847150cd4547c5ba2a8136788ffef4897e0671a1f9cc4ea2bde0dc09
16:53:18 [2021-08-20T16:53:18.350Z] #9 sha256:9b0a48aff994808c14b374586f790d1674ebc505214db01853e2776b517c94e4
16:53:18 [2021-08-20T16:53:18.350Z] #9 resolve docker.io/library/golang:1.16.7-buster@sha256:ba723066847150cd4547c5ba2a8136788ffef4897e0671a1f9cc4ea2bde0dc09 0.0s done
16:53:18 [2021-08-20T16:53:18.350Z] #9 sha256:b721438f56fc7c4bf10a9f9ac58d22b52d97c50353a44f531fb5b7a70314e642 1.74MB / 49.22MB 0.2s
16:53:18 [2021-08-20T16:53:18.350Z] #9 sha256:059667c629e4650b5bf3053d4f34ae56e58913d837062be388f295c8280f7caf 1.79kB / 1.79kB done
16:53:18 [2021-08-20T16:53:18.350Z] #9 sha256:d009b345282d524172f827bfb7cb53ef0b56e3ea13b7b897bd444e70c0426cdd 7.00kB / 7.00kB done
16:53:18 [2021-08-20T16:53:18.350Z] #9 sha256:268ad76519936dc02d53171a3a4ca6eea0fc0b8a93e97cde6138071fe0422825 2.10MB / 7.70MB 0.2s
16:53:18 [2021-08-20T16:53:18.350Z] #9 sha256:2c93fd903c94bd33e20edef5822d935ca9efd856e0b3d41b0849c1df8ac81a09 0B / 9.98MB 0.2s
16:53:18 [2021-08-20T16:53:18.350Z] #9 sha256:ba723066847150cd4547c5ba2a8136788ffef4897e0671a1f9cc4ea2bde0dc09 1.86kB / 1.86kB done
16:53:18 [2021-08-20T16:53:18.350Z] #9 sha256:b721438f56fc7c4bf10a9f9ac58d22b52d97c50353a44f531fb5b7a70314e642 7.34MB / 49.22MB 0.3s
16:53:18 [2021-08-20T16:53:18.350Z] #9 sha256:268ad76519936dc02d53171a3a4ca6eea0fc0b8a93e97cde6138071fe0422825 6.29MB / 7.70MB 0.3s
16:53:18 [2021-08-20T16:53:18.350Z] #9 sha256:2c93fd903c94bd33e20edef5822d935ca9efd856e0b3d41b0849c1df8ac81a09 9.98MB / 9.98MB 0.3s
16:53:18 [2021-08-20T16:53:18.400Z] #27 8.305 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ...
16:53:18 [2021-08-20T16:53:18.400Z] #27 8.320 Setting up ca-certificates (20200601~deb10u2) ...
16:53:18 [2021-08-20T16:53:18.612Z] #9 ...
16:53:18 [2021-08-20T16:53:18.613Z] 
16:53:18 [2021-08-20T16:53:18.613Z] #42 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/Release.key
16:53:18 [2021-08-20T16:53:18.613Z] #42 sha256:4ebf95ef235c2a9565f1170d2820bf979767f762364b8c31dc05ef47e15c9784
16:53:18 [2021-08-20T16:53:18.613Z] #42 CACHED
16:53:18 [2021-08-20T16:53:18.613Z] 
16:53:18 [2021-08-20T16:53:18.613Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.7-buster@sha256:ba723066847150cd4547c5ba2a8136788ffef4897e0671a1f9cc4ea2bde0dc09
16:53:18 [2021-08-20T16:53:18.613Z] #9 sha256:9b0a48aff994808c14b374586f790d1674ebc505214db01853e2776b517c94e4
16:53:18 [2021-08-20T16:53:18.613Z] #9 sha256:b721438f56fc7c4bf10a9f9ac58d22b52d97c50353a44f531fb5b7a70314e642 16.78MB / 49.22MB 0.4s
16:53:18 [2021-08-20T16:53:18.613Z] #9 sha256:268ad76519936dc02d53171a3a4ca6eea0fc0b8a93e97cde6138071fe0422825 7.34MB / 7.70MB 0.4s
16:53:18 [2021-08-20T16:53:18.613Z] #9 sha256:2c93fd903c94bd33e20edef5822d935ca9efd856e0b3d41b0849c1df8ac81a09 9.98MB / 9.98MB 0.4s done
16:53:18 [2021-08-20T16:53:18.613Z] #9 sha256:9f0eab8670a99c796e5d1a5613581de4cf56c052c3ff83593ca70565c7c45683 0B / 52.17MB 0.5s
16:53:18 [2021-08-20T16:53:18.820Z] #34 3.334 Reading package lists...
16:53:18 [2021-08-20T16:53:18.890Z] #9 sha256:b721438f56fc7c4bf10a9f9ac58d22b52d97c50353a44f531fb5b7a70314e642 22.02MB / 49.22MB 0.7s
16:53:18 [2021-08-20T16:53:18.890Z] #9 sha256:268ad76519936dc02d53171a3a4ca6eea0fc0b8a93e97cde6138071fe0422825 7.70MB / 7.70MB 0.6s done
16:53:18 [2021-08-20T16:53:18.890Z] #9 sha256:9f0eab8670a99c796e5d1a5613581de4cf56c052c3ff83593ca70565c7c45683 4.19MB / 52.17MB 0.7s
16:53:18 [2021-08-20T16:53:18.890Z] #9 sha256:0a9729263748041dd6598d74d37295a4738d25e3e3cf1587d565ed942e4e6b63 0B / 62.62MB 0.7s
16:53:18 [2021-08-20T16:53:18.890Z] #9 sha256:b721438f56fc7c4bf10a9f9ac58d22b52d97c50353a44f531fb5b7a70314e642 28.21MB / 49.22MB 0.8s
16:53:18 [2021-08-20T16:53:18.890Z] #9 sha256:9f0eab8670a99c796e5d1a5613581de4cf56c052c3ff83593ca70565c7c45683 10.49MB / 52.17MB 0.8s
16:53:18 [2021-08-20T16:53:18.890Z] #9 sha256:0a9729263748041dd6598d74d37295a4738d25e3e3cf1587d565ed942e4e6b63 5.24MB / 62.62MB 0.8s
16:53:18 [2021-08-20T16:53:18.964Z] #27 8.967 Updating certificates in /etc/ssl/certs...
16:53:19 [2021-08-20T16:53:19.163Z] #9 sha256:b721438f56fc7c4bf10a9f9ac58d22b52d97c50353a44f531fb5b7a70314e642 36.70MB / 49.22MB 0.9s
16:53:19 [2021-08-20T16:53:19.163Z] #9 sha256:9f0eab8670a99c796e5d1a5613581de4cf56c052c3ff83593ca70565c7c45683 18.87MB / 52.17MB 0.9s
16:53:19 [2021-08-20T16:53:19.163Z] #9 sha256:0a9729263748041dd6598d74d37295a4738d25e3e3cf1587d565ed942e4e6b63 17.83MB / 62.62MB 0.9s
16:53:19 [2021-08-20T16:53:19.163Z] #9 sha256:b721438f56fc7c4bf10a9f9ac58d22b52d97c50353a44f531fb5b7a70314e642 47.19MB / 49.22MB 1.1s
16:53:19 [2021-08-20T16:53:19.163Z] #9 sha256:9f0eab8670a99c796e5d1a5613581de4cf56c052c3ff83593ca70565c7c45683 26.21MB / 52.17MB 1.1s
16:53:19 [2021-08-20T16:53:19.163Z] #9 sha256:0a9729263748041dd6598d74d37295a4738d25e3e3cf1587d565ed942e4e6b63 37.75MB / 62.62MB 1.1s
16:53:19 [2021-08-20T16:53:19.389Z] #34 4.274 Reading package lists...
16:53:19 [2021-08-20T16:53:19.426Z] #9 sha256:9f0eab8670a99c796e5d1a5613581de4cf56c052c3ff83593ca70565c7c45683 32.51MB / 52.17MB 1.2s
16:53:19 [2021-08-20T16:53:19.426Z] #9 sha256:0a9729263748041dd6598d74d37295a4738d25e3e3cf1587d565ed942e4e6b63 50.33MB / 62.62MB 1.2s
16:53:19 [2021-08-20T16:53:19.426Z] #9 sha256:9f0eab8670a99c796e5d1a5613581de4cf56c052c3ff83593ca70565c7c45683 36.70MB / 52.17MB 1.3s
16:53:19 [2021-08-20T16:53:19.426Z] #9 sha256:0a9729263748041dd6598d74d37295a4738d25e3e3cf1587d565ed942e4e6b63 56.62MB / 62.62MB 1.3s
16:53:19 [2021-08-20T16:53:19.648Z] #34 5.212 Building dependency tree...
16:53:19 [2021-08-20T16:53:19.648Z] #34 5.402 Reading state information...
16:53:19 [2021-08-20T16:53:19.693Z] #9 sha256:9f0eab8670a99c796e5d1a5613581de4cf56c052c3ff83593ca70565c7c45683 52.17MB / 52.17MB 1.5s
16:53:19 [2021-08-20T16:53:19.693Z] #9 sha256:0a9729263748041dd6598d74d37295a4738d25e3e3cf1587d565ed942e4e6b63 62.62MB / 62.62MB 1.5s
16:53:19 [2021-08-20T16:53:19.908Z] #34 5.564 The following additional packages will be installed:
16:53:19 [2021-08-20T16:53:19.908Z] #34 5.564   libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3
16:53:19 [2021-08-20T16:53:19.908Z] #34 5.565   libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5
16:53:19 [2021-08-20T16:53:19.908Z] #34 5.565   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl
16:53:19 [2021-08-20T16:53:19.908Z] #34 5.566 Suggested packages:
16:53:19 [2021-08-20T16:53:19.908Z] #34 5.566   krb5-doc krb5-user
16:53:19 [2021-08-20T16:53:19.908Z] #34 5.566 Recommended packages:
16:53:19 [2021-08-20T16:53:19.908Z] #34 5.566   krb5-locales publicsuffix libsasl2-modules
16:53:19 [2021-08-20T16:53:19.960Z] #9 sha256:b721438f56fc7c4bf10a9f9ac58d22b52d97c50353a44f531fb5b7a70314e642 49.22MB / 49.22MB 1.8s done
16:53:19 [2021-08-20T16:53:19.999Z] #27 10.01 137 added, 0 removed; done.
16:53:19 [2021-08-20T16:53:19.999Z] #27 10.05 Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u2) ...
16:53:19 [2021-08-20T16:53:19.999Z] #27 10.07 Setting up jq (1.5+dfsg-2+b1) ...
16:53:19 [2021-08-20T16:53:19.999Z] #27 10.09 Setting up libcurl4:amd64 (7.64.0-4+deb10u2) ...
16:53:19 [2021-08-20T16:53:19.999Z] #27 10.11 Setting up curl (7.64.0-4+deb10u2) ...
16:53:19 [2021-08-20T16:53:19.999Z] #27 10.13 Processing triggers for libc-bin (2.28-10) ...
16:53:20 [2021-08-20T16:53:20.168Z] #34 5.781 The following NEW packages will be installed:
16:53:20 [2021-08-20T16:53:20.168Z] #34 5.782   ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3
16:53:20 [2021-08-20T16:53:20.168Z] #34 5.783   libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common
16:53:20 [2021-08-20T16:53:20.168Z] #34 5.783   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
16:53:20 [2021-08-20T16:53:20.168Z] #34 5.784   libssh2-1 libssl1.1 openssl
16:53:20 [2021-08-20T16:53:20.226Z] #9 extracting sha256:b721438f56fc7c4bf10a9f9ac58d22b52d97c50353a44f531fb5b7a70314e642
16:53:20 [2021-08-20T16:53:20.256Z] #27 10.16 Processing triggers for ca-certificates (20200601~deb10u2) ...
16:53:20 [2021-08-20T16:53:20.256Z] #27 10.18 Updating certificates in /etc/ssl/certs...
16:53:20 [2021-08-20T16:53:20.256Z] #27 ...
16:53:20 [2021-08-20T16:53:20.256Z] 
16:53:20 [2021-08-20T16:53:20.256Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.7-buster@sha256:ba723066847150cd4547c5ba2a8136788ffef4897e0671a1f9cc4ea2bde0dc09
16:53:20 [2021-08-20T16:53:20.256Z] #9 sha256:e67abdfb3367a1972017e0307360daa9258fc043e21d508231d4edbff52bb975
16:53:20 [2021-08-20T16:53:20.256Z] #9 extracting sha256:c4099a935a96edef1e9378de34e314d07fb3aea1b7205774055a1fa44a3819f4 0.5s done
16:53:20 [2021-08-20T16:53:20.256Z] #9 extracting sha256:f6e2960d83651b1494b4da6c97686e79cc760aa90a75948eed56786726f86928 0.5s done
16:53:20 [2021-08-20T16:53:20.256Z] #9 extracting sha256:dffd4e6385927b79e4d4daa2d00523e766502eed6dd1934e1eda583d348abd8b 4.3s done
16:53:20 [2021-08-20T16:53:20.256Z] #9 extracting sha256:244fc124490a161cebd2ea8a1c97b439bf31a671765aba0224e4ba18894b3fb0 3.5s done
16:53:20 [2021-08-20T16:53:20.256Z] #9 extracting sha256:360803c9a5b2fab8fc197bae91166d928bfb6a1b98a7fe30b74548fa955038e2 0.3s
16:53:20 [2021-08-20T16:53:20.427Z] #34 6.069 0 upgraded, 21 newly installed, 0 to remove and 0 not upgraded.
16:53:20 [2021-08-20T16:53:20.427Z] #34 6.069 Need to get 5058 kB of archives.
16:53:20 [2021-08-20T16:53:20.427Z] #34 6.069 After this operation, 12.1 MB of additional disk space will be used.
16:53:20 [2021-08-20T16:53:20.427Z] #34 6.069 Get:1 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB]
16:53:20 [2021-08-20T16:53:20.427Z] #34 6.069 Get:2 http://security.debian.org/debian-security buster/updates/main amd64 libkrb5support0 amd64 1.17-3+deb10u2 [65.7 kB]
16:53:20 [2021-08-20T16:53:20.427Z] #34 6.071 Get:3 http://security.debian.org/debian-security buster/updates/main amd64 libk5crypto3 amd64 1.17-3+deb10u2 [122 kB]
16:53:20 [2021-08-20T16:53:20.427Z] #34 6.071 Get:4 http://deb.debian.org/debian buster/main amd64 libssl1.1 amd64 1.1.1d-0+deb10u6 [1539 kB]
16:53:20 [2021-08-20T16:53:20.427Z] #34 6.071 Get:5 http://security.debian.org/debian-security buster/updates/main amd64 libkrb5-3 amd64 1.17-3+deb10u2 [369 kB]
16:53:20 [2021-08-20T16:53:20.427Z] #34 6.079 Get:6 http://security.debian.org/debian-security buster/updates/main amd64 libgssapi-krb5-2 amd64 1.17-3+deb10u2 [158 kB]
16:53:20 [2021-08-20T16:53:20.427Z] #34 6.097 Get:7 http://deb.debian.org/debian buster/main amd64 openssl amd64 1.1.1d-0+deb10u6 [844 kB]
16:53:20 [2021-08-20T16:53:20.427Z] #34 6.107 Get:8 http://deb.debian.org/debian buster/main amd64 ca-certificates all 20200601~deb10u2 [166 kB]
16:53:20 [2021-08-20T16:53:20.427Z] #34 6.109 Get:9 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u1 [69.1 kB]
16:53:20 [2021-08-20T16:53:20.427Z] #34 6.111 Get:10 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u1 [106 kB]
16:53:20 [2021-08-20T16:53:20.427Z] #34 6.114 Get:11 http://deb.debian.org/debian buster/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u6 [90.0 kB]
16:53:20 [2021-08-20T16:53:20.427Z] #34 6.115 Get:12 http://deb.debian.org/debian buster/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u6 [224 kB]
16:53:20 [2021-08-20T16:53:20.427Z] #34 6.119 Get:13 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB]
16:53:20 [2021-08-20T16:53:20.427Z] #34 6.121 Get:14 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB]
16:53:20 [2021-08-20T16:53:20.427Z] #34 6.122 Get:15 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB]
16:53:20 [2021-08-20T16:53:20.427Z] #34 6.123 Get:16 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB]
16:53:20 [2021-08-20T16:53:20.427Z] #34 6.126 Get:17 http://deb.debian.org/debian buster/main amd64 libcurl4 amd64 7.64.0-4+deb10u2 [332 kB]
16:53:20 [2021-08-20T16:53:20.427Z] #34 6.131 Get:18 http://deb.debian.org/debian buster/main amd64 curl amd64 7.64.0-4+deb10u2 [265 kB]
16:53:20 [2021-08-20T16:53:20.427Z] #34 6.135 Get:19 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB]
16:53:20 [2021-08-20T16:53:20.427Z] #34 6.138 Get:20 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB]
16:53:20 [2021-08-20T16:53:20.427Z] #34 6.140 Get:21 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB]
16:53:20 [2021-08-20T16:53:20.686Z] #34 6.325 debconf: delaying package configuration, since apt-utils is not installed
16:53:20 [2021-08-20T16:53:20.686Z] #34 6.349 Fetched 5058 kB in 0s (15.4 MB/s)
16:53:20 [2021-08-20T16:53:20.686Z] #34 6.371 Selecting previously unselected package libkeyutils1:amd64.
16:53:20 [2021-08-20T16:53:20.686Z] #34 6.371 (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.)
16:53:20 [2021-08-20T16:53:20.686Z] #34 6.377 Preparing to unpack .../00-libkeyutils1_1.6-6_amd64.deb ...
16:53:20 [2021-08-20T16:53:20.686Z] #34 6.385 Unpacking libkeyutils1:amd64 (1.6-6) ...
16:53:20 [2021-08-20T16:53:20.686Z] #34 6.416 Selecting previously unselected package libkrb5support0:amd64.
16:53:20 [2021-08-20T16:53:20.686Z] #34 6.418 Preparing to unpack .../01-libkrb5support0_1.17-3+deb10u2_amd64.deb ...
16:53:20 [2021-08-20T16:53:20.686Z] #34 6.423 Unpacking libkrb5support0:amd64 (1.17-3+deb10u2) ...
16:53:20 [2021-08-20T16:53:20.686Z] #34 6.460 Selecting previously unselected package libk5crypto3:amd64.
16:53:20 [2021-08-20T16:53:20.686Z] #34 6.461 Preparing to unpack .../02-libk5crypto3_1.17-3+deb10u2_amd64.deb ...
16:53:20 [2021-08-20T16:53:20.798Z] #9 ...
16:53:20 [2021-08-20T16:53:20.798Z] 
16:53:20 [2021-08-20T16:53:20.798Z] #23 [internal] load build context
16:53:20 [2021-08-20T16:53:20.798Z] #23 sha256:72c335ff99ac19cbde48d5523d243b3b5fde1b4da6b48000557769e2539bedc4
16:53:20 [2021-08-20T16:53:20.798Z] #23 transferring context: 55.81MB 2.1s done
16:53:20 [2021-08-20T16:53:20.798Z] #23 DONE 2.6s
16:53:20 [2021-08-20T16:53:20.799Z] 
16:53:20 [2021-08-20T16:53:20.799Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.7-buster@sha256:ba723066847150cd4547c5ba2a8136788ffef4897e0671a1f9cc4ea2bde0dc09
16:53:20 [2021-08-20T16:53:20.799Z] #9 sha256:9b0a48aff994808c14b374586f790d1674ebc505214db01853e2776b517c94e4
16:53:20 [2021-08-20T16:53:20.820Z] #9 ...
16:53:20 [2021-08-20T16:53:20.820Z] 
16:53:20 [2021-08-20T16:53:20.820Z] #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
16:53:20 [2021-08-20T16:53:20.820Z] #27 sha256:4918db464735ed4557aaefef6b0621eb51f501800e9dce5420253456e30c28f3
16:53:20 [2021-08-20T16:53:20.820Z] #27 10.85 0 added, 0 removed; done.
16:53:20 [2021-08-20T16:53:20.820Z] #27 10.85 Running hooks in /etc/ca-certificates/update.d...
16:53:20 [2021-08-20T16:53:20.820Z] #27 10.85 done.
16:53:20 [2021-08-20T16:53:20.945Z] #34 6.464 Unpacking libk5crypto3:amd64 (1.17-3+deb10u2) ...
16:53:20 [2021-08-20T16:53:20.945Z] #34 6.521 Selecting previously unselected package libssl1.1:amd64.
16:53:20 [2021-08-20T16:53:20.945Z] #34 6.521 Preparing to unpack .../03-libssl1.1_1.1.1d-0+deb10u6_amd64.deb ...
16:53:20 [2021-08-20T16:53:20.945Z] #34 6.524 Unpacking libssl1.1:amd64 (1.1.1d-0+deb10u6) ...
16:53:20 [2021-08-20T16:53:20.945Z] #34 6.711 Selecting previously unselected package libkrb5-3:amd64.
16:53:20 [2021-08-20T16:53:20.945Z] #34 6.711 Preparing to unpack .../04-libkrb5-3_1.17-3+deb10u2_amd64.deb ...
16:53:21 [2021-08-20T16:53:21.060Z] #9 sha256:0a9729263748041dd6598d74d37295a4738d25e3e3cf1587d565ed942e4e6b63 62.62MB / 62.62MB 2.7s done
16:53:21 [2021-08-20T16:53:21.060Z] #9 sha256:480d6149a60cc79ef2069bb15232117fe7f735afb2ca6c9a54d9c38de0d54144 155B / 155B 2.9s
16:53:21 [2021-08-20T16:53:21.205Z] #34 6.714 Unpacking libkrb5-3:amd64 (1.17-3+deb10u2) ...
16:53:21 [2021-08-20T16:53:21.205Z] #34 6.811 Selecting previously unselected package libgssapi-krb5-2:amd64.
16:53:21 [2021-08-20T16:53:21.205Z] #34 6.811 Preparing to unpack .../05-libgssapi-krb5-2_1.17-3+deb10u2_amd64.deb ...
16:53:21 [2021-08-20T16:53:21.205Z] #34 6.816 Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u2) ...
16:53:21 [2021-08-20T16:53:21.205Z] #34 6.865 Selecting previously unselected package openssl.
16:53:21 [2021-08-20T16:53:21.205Z] #34 6.865 Preparing to unpack .../06-openssl_1.1.1d-0+deb10u6_amd64.deb ...
16:53:21 [2021-08-20T16:53:21.205Z] #34 6.869 Unpacking openssl (1.1.1d-0+deb10u6) ...
16:53:21 [2021-08-20T16:53:21.205Z] #34 6.998 Selecting previously unselected package ca-certificates.
16:53:21 [2021-08-20T16:53:21.205Z] #34 6.998 Preparing to unpack .../07-ca-certificates_20200601~deb10u2_all.deb ...
16:53:21 [2021-08-20T16:53:21.205Z] #34 7.001 Unpacking ca-certificates (20200601~deb10u2) ...
16:53:21 [2021-08-20T16:53:21.382Z] #9 ...
16:53:21 [2021-08-20T16:53:21.382Z] 
16:53:21 [2021-08-20T16:53:21.382Z] #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
16:53:21 [2021-08-20T16:53:21.382Z] #27 sha256:4918db464735ed4557aaefef6b0621eb51f501800e9dce5420253456e30c28f3
16:53:21 [2021-08-20T16:53:21.382Z] #27 1.130 Get:1 http://deb.debian.org/debian buster InRelease [122 kB]
16:53:21 [2021-08-20T16:53:21.382Z] #27 1.137 Get:2 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
16:53:21 [2021-08-20T16:53:21.382Z] #27 1.137 Get:3 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
16:53:21 [2021-08-20T16:53:21.382Z] #27 1.279 Get:4 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB]
16:53:21 [2021-08-20T16:53:21.382Z] #27 1.630 Get:5 http://deb.debian.org/debian buster-updates/main amd64 Packages [15.2 kB]
16:53:21 [2021-08-20T16:53:21.382Z] #27 2.104 Get:6 http://security.debian.org/debian-security buster/updates/main amd64 Packages [301 kB]
16:53:21 [2021-08-20T16:53:21.382Z] #27 3.451 Fetched 8463 kB in 3s (3303 kB/s)
16:53:21 [2021-08-20T16:53:21.382Z] #27 3.451 Reading package lists...
16:53:21 [2021-08-20T16:53:21.382Z] #27 4.367 Reading package lists...
16:53:21 [2021-08-20T16:53:21.382Z] #27 5.261 Building dependency tree...
16:53:21 [2021-08-20T16:53:21.382Z] #27 5.445 Reading state information...
16:53:21 [2021-08-20T16:53:21.382Z] #27 5.601 The following additional packages will be installed:
16:53:21 [2021-08-20T16:53:21.382Z] #27 5.601   libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3
16:53:21 [2021-08-20T16:53:21.382Z] #27 5.601   libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5
16:53:21 [2021-08-20T16:53:21.382Z] #27 5.602   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl
16:53:21 [2021-08-20T16:53:21.382Z] #27 5.603 Suggested packages:
16:53:21 [2021-08-20T16:53:21.382Z] #27 5.603   krb5-doc krb5-user
16:53:21 [2021-08-20T16:53:21.382Z] #27 5.603 Recommended packages:
16:53:21 [2021-08-20T16:53:21.382Z] #27 5.603   krb5-locales publicsuffix libsasl2-modules
16:53:21 [2021-08-20T16:53:21.382Z] #27 5.810 The following NEW packages will be installed:
16:53:21 [2021-08-20T16:53:21.382Z] #27 5.811   ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3
16:53:21 [2021-08-20T16:53:21.382Z] #27 5.811   libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common
16:53:21 [2021-08-20T16:53:21.382Z] #27 5.811   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
16:53:21 [2021-08-20T16:53:21.382Z] #27 5.812   libssh2-1 libssl1.1 openssl
16:53:21 [2021-08-20T16:53:21.382Z] #27 6.092 0 upgraded, 21 newly installed, 0 to remove and 0 not upgraded.
16:53:21 [2021-08-20T16:53:21.383Z] #27 6.092 Need to get 5058 kB of archives.
16:53:21 [2021-08-20T16:53:21.383Z] #27 6.092 After this operation, 12.1 MB of additional disk space will be used.
16:53:21 [2021-08-20T16:53:21.383Z] #27 6.092 Get:1 http://security.debian.org/debian-security buster/updates/main amd64 libkrb5support0 amd64 1.17-3+deb10u2 [65.7 kB]
16:53:21 [2021-08-20T16:53:21.383Z] #27 6.099 Get:2 http://security.debian.org/debian-security buster/updates/main amd64 libk5crypto3 amd64 1.17-3+deb10u2 [122 kB]
16:53:21 [2021-08-20T16:53:21.383Z] #27 6.099 Get:3 http://security.debian.org/debian-security buster/updates/main amd64 libkrb5-3 amd64 1.17-3+deb10u2 [369 kB]
16:53:21 [2021-08-20T16:53:21.383Z] #27 6.099 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 libgssapi-krb5-2 amd64 1.17-3+deb10u2 [158 kB]
16:53:21 [2021-08-20T16:53:21.383Z] #27 6.099 Get:5 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB]
16:53:21 [2021-08-20T16:53:21.383Z] #27 6.101 Get:6 http://deb.debian.org/debian buster/main amd64 libssl1.1 amd64 1.1.1d-0+deb10u6 [1539 kB]
16:53:21 [2021-08-20T16:53:21.383Z] #27 6.122 Get:7 http://deb.debian.org/debian buster/main amd64 openssl amd64 1.1.1d-0+deb10u6 [844 kB]
16:53:21 [2021-08-20T16:53:21.383Z] #27 6.135 Get:8 http://deb.debian.org/debian buster/main amd64 ca-certificates all 20200601~deb10u2 [166 kB]
16:53:21 [2021-08-20T16:53:21.383Z] #27 6.141 Get:9 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u1 [69.1 kB]
16:53:21 [2021-08-20T16:53:21.383Z] #27 6.141 Get:10 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u1 [106 kB]
16:53:21 [2021-08-20T16:53:21.383Z] #27 6.146 Get:11 http://deb.debian.org/debian buster/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u6 [90.0 kB]
16:53:21 [2021-08-20T16:53:21.383Z] #27 6.146 Get:12 http://deb.debian.org/debian buster/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u6 [224 kB]
16:53:21 [2021-08-20T16:53:21.383Z] #27 6.149 Get:13 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB]
16:53:21 [2021-08-20T16:53:21.383Z] #27 6.149 Get:14 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB]
16:53:21 [2021-08-20T16:53:21.383Z] #27 6.153 Get:15 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB]
16:53:21 [2021-08-20T16:53:21.383Z] #27 6.153 Get:16 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB]
16:53:21 [2021-08-20T16:53:21.383Z] #27 6.158 Get:17 http://deb.debian.org/debian buster/main amd64 libcurl4 amd64 7.64.0-4+deb10u2 [332 kB]
16:53:21 [2021-08-20T16:53:21.383Z] #27 6.162 Get:18 http://deb.debian.org/debian buster/main amd64 curl amd64 7.64.0-4+deb10u2 [265 kB]
16:53:21 [2021-08-20T16:53:21.383Z] #27 6.165 Get:19 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB]
16:53:21 [2021-08-20T16:53:21.383Z] #27 6.167 Get:20 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB]
16:53:21 [2021-08-20T16:53:21.383Z] #27 6.169 Get:21 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB]
16:53:21 [2021-08-20T16:53:21.383Z] #27 6.314 debconf: delaying package configuration, since apt-utils is not installed
16:53:21 [2021-08-20T16:53:21.383Z] #27 6.338 Fetched 5058 kB in 0s (15.2 MB/s)
16:53:21 [2021-08-20T16:53:21.383Z] #27 6.367 Selecting previously unselected package libkeyutils1:amd64.
16:53:21 [2021-08-20T16:53:21.383Z] #27 6.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.)
16:53:21 [2021-08-20T16:53:21.383Z] #27 6.368 Preparing to unpack .../00-libkeyutils1_1.6-6_amd64.deb ...
16:53:21 [2021-08-20T16:53:21.383Z] #27 6.377 Unpacking libkeyutils1:amd64 (1.6-6) ...
16:53:21 [2021-08-20T16:53:21.383Z] #27 6.411 Selecting previously unselected package libkrb5support0:amd64.
16:53:21 [2021-08-20T16:53:21.383Z] #27 6.411 Preparing to unpack .../01-libkrb5support0_1.17-3+deb10u2_amd64.deb ...
16:53:21 [2021-08-20T16:53:21.383Z] #27 6.420 Unpacking libkrb5support0:amd64 (1.17-3+deb10u2) ...
16:53:21 [2021-08-20T16:53:21.383Z] #27 6.545 Selecting previously unselected package libk5crypto3:amd64.
16:53:21 [2021-08-20T16:53:21.383Z] #27 6.545 Preparing to unpack .../02-libk5crypto3_1.17-3+deb10u2_amd64.deb ...
16:53:21 [2021-08-20T16:53:21.383Z] #27 6.548 Unpacking libk5crypto3:amd64 (1.17-3+deb10u2) ...
16:53:21 [2021-08-20T16:53:21.383Z] #27 6.614 Selecting previously unselected package libssl1.1:amd64.
16:53:21 [2021-08-20T16:53:21.383Z] #27 6.614 Preparing to unpack .../03-libssl1.1_1.1.1d-0+deb10u6_amd64.deb ...
16:53:21 [2021-08-20T16:53:21.383Z] #27 6.616 Unpacking libssl1.1:amd64 (1.1.1d-0+deb10u6) ...
16:53:21 [2021-08-20T16:53:21.383Z] #27 6.804 Selecting previously unselected package libkrb5-3:amd64.
16:53:21 [2021-08-20T16:53:21.383Z] #27 6.804 Preparing to unpack .../04-libkrb5-3_1.17-3+deb10u2_amd64.deb ...
16:53:21 [2021-08-20T16:53:21.383Z] #27 6.807 Unpacking libkrb5-3:amd64 (1.17-3+deb10u2) ...
16:53:21 [2021-08-20T16:53:21.383Z] #27 6.897 Selecting previously unselected package libgssapi-krb5-2:amd64.
16:53:21 [2021-08-20T16:53:21.383Z] #27 6.897 Preparing to unpack .../05-libgssapi-krb5-2_1.17-3+deb10u2_amd64.deb ...
16:53:21 [2021-08-20T16:53:21.383Z] #27 6.900 Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u2) ...
16:53:21 [2021-08-20T16:53:21.383Z] #27 6.952 Selecting previously unselected package openssl.
16:53:21 [2021-08-20T16:53:21.383Z] #27 6.952 Preparing to unpack .../06-openssl_1.1.1d-0+deb10u6_amd64.deb ...
16:53:21 [2021-08-20T16:53:21.383Z] #27 6.955 Unpacking openssl (1.1.1d-0+deb10u6) ...
16:53:21 [2021-08-20T16:53:21.383Z] #27 7.078 Selecting previously unselected package ca-certificates.
16:53:21 [2021-08-20T16:53:21.383Z] #27 7.078 Preparing to unpack .../07-ca-certificates_20200601~deb10u2_all.deb ...
16:53:21 [2021-08-20T16:53:21.383Z] #27 7.082 Unpacking ca-certificates (20200601~deb10u2) ...
16:53:21 [2021-08-20T16:53:21.383Z] #27 7.162 Selecting previously unselected package libsasl2-modules-db:amd64.
16:53:21 [2021-08-20T16:53:21.383Z] #27 7.162 Preparing to unpack .../08-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_amd64.deb ...
16:53:21 [2021-08-20T16:53:21.383Z] #27 7.166 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ...
16:53:21 [2021-08-20T16:53:21.383Z] #27 7.208 Selecting previously unselected package libsasl2-2:amd64.
16:53:21 [2021-08-20T16:53:21.383Z] #27 7.209 Preparing to unpack .../09-libsasl2-2_2.1.27+dfsg-1+deb10u1_amd64.deb ...
16:53:21 [2021-08-20T16:53:21.383Z] #27 7.215 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ...
16:53:21 [2021-08-20T16:53:21.383Z] #27 7.264 Selecting previously unselected package libldap-common.
16:53:21 [2021-08-20T16:53:21.383Z] #27 7.264 Preparing to unpack .../10-libldap-common_2.4.47+dfsg-3+deb10u6_all.deb ...
16:53:21 [2021-08-20T16:53:21.383Z] #27 7.268 Unpacking libldap-common (2.4.47+dfsg-3+deb10u6) ...
16:53:21 [2021-08-20T16:53:21.383Z] #27 7.326 Selecting previously unselected package libldap-2.4-2:amd64.
16:53:21 [2021-08-20T16:53:21.383Z] #27 7.326 Preparing to unpack .../11-libldap-2.4-2_2.4.47+dfsg-3+deb10u6_amd64.deb ...
16:53:21 [2021-08-20T16:53:21.383Z] #27 7.330 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ...
16:53:21 [2021-08-20T16:53:21.383Z] #27 7.399 Selecting previously unselected package libnghttp2-14:amd64.
16:53:21 [2021-08-20T16:53:21.383Z] #27 7.399 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ...
16:53:21 [2021-08-20T16:53:21.383Z] #27 7.407 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ...
16:53:21 [2021-08-20T16:53:21.383Z] #27 7.461 Selecting previously unselected package libpsl5:amd64.
16:53:21 [2021-08-20T16:53:21.383Z] #27 7.463 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ...
16:53:21 [2021-08-20T16:53:21.383Z] #27 7.468 Unpacking libpsl5:amd64 (0.20.2-2) ...
16:53:21 [2021-08-20T16:53:21.383Z] #27 7.511 Selecting previously unselected package librtmp1:amd64.
16:53:21 [2021-08-20T16:53:21.383Z] #27 7.513 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ...
16:53:21 [2021-08-20T16:53:21.383Z] #27 7.517 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ...
16:53:21 [2021-08-20T16:53:21.383Z] #27 7.562 Selecting previously unselected package libssh2-1:amd64.
16:53:21 [2021-08-20T16:53:21.383Z] #27 7.562 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ...
16:53:21 [2021-08-20T16:53:21.383Z] #27 7.566 Unpacking libssh2-1:amd64 (1.8.0-2.1) ...
16:53:21 [2021-08-20T16:53:21.383Z] #27 7.617 Selecting previously unselected package libcurl4:amd64.
16:53:21 [2021-08-20T16:53:21.383Z] #27 7.617 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u2_amd64.deb ...
16:53:21 [2021-08-20T16:53:21.383Z] #27 7.622 Unpacking libcurl4:amd64 (7.64.0-4+deb10u2) ...
16:53:21 [2021-08-20T16:53:21.383Z] #27 7.689 Selecting previously unselected package curl.
16:53:21 [2021-08-20T16:53:21.383Z] #27 7.689 Preparing to unpack .../17-curl_7.64.0-4+deb10u2_amd64.deb ...
16:53:21 [2021-08-20T16:53:21.383Z] #27 7.694 Unpacking curl (7.64.0-4+deb10u2) ...
16:53:21 [2021-08-20T16:53:21.383Z] #27 7.753 Selecting previously unselected package libonig5:amd64.
16:53:21 [2021-08-20T16:53:21.383Z] #27 7.756 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ...
16:53:21 [2021-08-20T16:53:21.383Z] #27 7.760 Unpacking libonig5:amd64 (6.9.1-1) ...
16:53:21 [2021-08-20T16:53:21.383Z] #27 7.819 Selecting previously unselected package libjq1:amd64.
16:53:21 [2021-08-20T16:53:21.383Z] #27 7.820 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ...
16:53:21 [2021-08-20T16:53:21.383Z] #27 7.825 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ...
16:53:21 [2021-08-20T16:53:21.383Z] #27 7.863 Selecting previously unselected package jq.
16:53:21 [2021-08-20T16:53:21.383Z] #27 7.865 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ...
16:53:21 [2021-08-20T16:53:21.383Z] #27 7.869 Unpacking jq (1.5+dfsg-2+b1) ...
16:53:21 [2021-08-20T16:53:21.383Z] #27 7.912 Setting up libkeyutils1:amd64 (1.6-6) ...
16:53:21 [2021-08-20T16:53:21.383Z] #27 7.925 Setting up libpsl5:amd64 (0.20.2-2) ...
16:53:21 [2021-08-20T16:53:21.383Z] #27 7.935 Setting up libssl1.1:amd64 (1.1.1d-0+deb10u6) ...
16:53:21 [2021-08-20T16:53:21.383Z] #27 ...
16:53:21 [2021-08-20T16:53:21.383Z] 
16:53:21 [2021-08-20T16:53:21.383Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.7-buster@sha256:ba723066847150cd4547c5ba2a8136788ffef4897e0671a1f9cc4ea2bde0dc09
16:53:21 [2021-08-20T16:53:21.383Z] #9 sha256:e67abdfb3367a1972017e0307360daa9258fc043e21d508231d4edbff52bb975
16:53:21 [2021-08-20T16:53:21.383Z] #9 extracting sha256:244fc124490a161cebd2ea8a1c97b439bf31a671765aba0224e4ba18894b3fb0 3.3s done
16:53:21 [2021-08-20T16:53:21.464Z] #34 7.080 Selecting previously unselected package libsasl2-modules-db:amd64.
16:53:21 [2021-08-20T16:53:21.464Z] #34 7.080 Preparing to unpack .../08-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_amd64.deb ...
16:53:21 [2021-08-20T16:53:21.464Z] #34 7.084 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ...
16:53:21 [2021-08-20T16:53:21.464Z] #34 7.124 Selecting previously unselected package libsasl2-2:amd64.
16:53:21 [2021-08-20T16:53:21.464Z] #34 7.124 Preparing to unpack .../09-libsasl2-2_2.1.27+dfsg-1+deb10u1_amd64.deb ...
16:53:21 [2021-08-20T16:53:21.464Z] #34 7.127 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ...
16:53:21 [2021-08-20T16:53:21.464Z] #34 7.165 Selecting previously unselected package libldap-common.
16:53:21 [2021-08-20T16:53:21.464Z] #34 7.165 Preparing to unpack .../10-libldap-common_2.4.47+dfsg-3+deb10u6_all.deb ...
16:53:21 [2021-08-20T16:53:21.464Z] #34 7.170 Unpacking libldap-common (2.4.47+dfsg-3+deb10u6) ...
16:53:21 [2021-08-20T16:53:21.464Z] #34 7.211 Selecting previously unselected package libldap-2.4-2:amd64.
16:53:21 [2021-08-20T16:53:21.464Z] #34 7.211 Preparing to unpack .../11-libldap-2.4-2_2.4.47+dfsg-3+deb10u6_amd64.deb ...
16:53:21 [2021-08-20T16:53:21.464Z] #34 7.215 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ...
16:53:21 [2021-08-20T16:53:21.632Z] #9 sha256:9f0eab8670a99c796e5d1a5613581de4cf56c052c3ff83593ca70565c7c45683 52.17MB / 52.17MB 3.4s done
16:53:21 [2021-08-20T16:53:21.632Z] #9 sha256:480d6149a60cc79ef2069bb15232117fe7f735afb2ca6c9a54d9c38de0d54144 155B / 155B 3.4s done
16:53:21 [2021-08-20T16:53:21.632Z] #9 sha256:094e896cca33e0e41646026a37940ee330528c9038b9721210d416f7dbdf752b 0B / 99.60MB 3.6s
16:53:21 [2021-08-20T16:53:21.642Z] #9 extracting sha256:360803c9a5b2fab8fc197bae91166d928bfb6a1b98a7fe30b74548fa955038e2
16:53:21 [2021-08-20T16:53:21.723Z] #34 7.278 Selecting previously unselected package libnghttp2-14:amd64.
16:53:21 [2021-08-20T16:53:21.723Z] #34 7.280 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ...
16:53:21 [2021-08-20T16:53:21.723Z] #34 7.283 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ...
16:53:21 [2021-08-20T16:53:21.723Z] #34 7.334 Selecting previously unselected package libpsl5:amd64.
16:53:21 [2021-08-20T16:53:21.723Z] #34 7.334 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ...
16:53:21 [2021-08-20T16:53:21.723Z] #34 7.342 Unpacking libpsl5:amd64 (0.20.2-2) ...
16:53:21 [2021-08-20T16:53:21.723Z] #34 7.373 Selecting previously unselected package librtmp1:amd64.
16:53:21 [2021-08-20T16:53:21.723Z] #34 7.373 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ...
16:53:21 [2021-08-20T16:53:21.723Z] #34 7.376 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ...
16:53:21 [2021-08-20T16:53:21.723Z] #34 7.415 Selecting previously unselected package libssh2-1:amd64.
16:53:21 [2021-08-20T16:53:21.723Z] #34 7.415 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ...
16:53:21 [2021-08-20T16:53:21.723Z] #34 7.421 Unpacking libssh2-1:amd64 (1.8.0-2.1) ...
16:53:21 [2021-08-20T16:53:21.723Z] #34 7.471 Selecting previously unselected package libcurl4:amd64.
16:53:21 [2021-08-20T16:53:21.723Z] #34 7.471 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u2_amd64.deb ...
16:53:21 [2021-08-20T16:53:21.723Z] #34 7.474 Unpacking libcurl4:amd64 (7.64.0-4+deb10u2) ...
16:53:21 [2021-08-20T16:53:21.893Z] #9 extracting sha256:b721438f56fc7c4bf10a9f9ac58d22b52d97c50353a44f531fb5b7a70314e642 1.8s done
16:53:21 [2021-08-20T16:53:21.893Z] #9 sha256:094e896cca33e0e41646026a37940ee330528c9038b9721210d416f7dbdf752b 16.78MB / 99.60MB 3.8s
16:53:21 [2021-08-20T16:53:21.982Z] #34 7.536 Selecting previously unselected package curl.
16:53:21 [2021-08-20T16:53:21.982Z] #34 7.536 Preparing to unpack .../17-curl_7.64.0-4+deb10u2_amd64.deb ...
16:53:21 [2021-08-20T16:53:21.982Z] #34 7.540 Unpacking curl (7.64.0-4+deb10u2) ...
16:53:21 [2021-08-20T16:53:21.982Z] #34 7.608 Selecting previously unselected package libonig5:amd64.
16:53:21 [2021-08-20T16:53:21.982Z] #34 7.608 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ...
16:53:21 [2021-08-20T16:53:21.982Z] #34 7.611 Unpacking libonig5:amd64 (6.9.1-1) ...
16:53:21 [2021-08-20T16:53:21.982Z] #34 7.666 Selecting previously unselected package libjq1:amd64.
16:53:21 [2021-08-20T16:53:21.982Z] #34 7.667 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ...
16:53:21 [2021-08-20T16:53:21.982Z] #34 7.670 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ...
16:53:22 [2021-08-20T16:53:22.155Z] #9 sha256:094e896cca33e0e41646026a37940ee330528c9038b9721210d416f7dbdf752b 32.51MB / 99.60MB 4.0s
16:53:22 [2021-08-20T16:53:22.241Z] #34 7.716 Selecting previously unselected package jq.
16:53:22 [2021-08-20T16:53:22.241Z] #34 7.716 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ...
16:53:22 [2021-08-20T16:53:22.241Z] #34 7.720 Unpacking jq (1.5+dfsg-2+b1) ...
16:53:22 [2021-08-20T16:53:22.241Z] #34 7.766 Setting up libkeyutils1:amd64 (1.6-6) ...
16:53:22 [2021-08-20T16:53:22.241Z] #34 7.777 Setting up libpsl5:amd64 (0.20.2-2) ...
16:53:22 [2021-08-20T16:53:22.241Z] #34 7.785 Setting up libssl1.1:amd64 (1.1.1d-0+deb10u6) ...
16:53:22 [2021-08-20T16:53:22.241Z] #34 7.897 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ...
16:53:22 [2021-08-20T16:53:22.241Z] #34 7.910 Setting up libldap-common (2.4.47+dfsg-3+deb10u6) ...
16:53:22 [2021-08-20T16:53:22.241Z] #34 7.923 Setting up libkrb5support0:amd64 (1.17-3+deb10u2) ...
16:53:22 [2021-08-20T16:53:22.241Z] #34 7.933 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ...
16:53:22 [2021-08-20T16:53:22.241Z] #34 7.942 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ...
16:53:22 [2021-08-20T16:53:22.241Z] #34 7.952 Setting up libk5crypto3:amd64 (1.17-3+deb10u2) ...
16:53:22 [2021-08-20T16:53:22.241Z] #34 7.962 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ...
16:53:22 [2021-08-20T16:53:22.241Z] #34 7.972 Setting up libssh2-1:amd64 (1.8.0-2.1) ...
16:53:22 [2021-08-20T16:53:22.241Z] #34 7.981 Setting up libkrb5-3:amd64 (1.17-3+deb10u2) ...
16:53:22 [2021-08-20T16:53:22.241Z] #34 7.991 Setting up openssl (1.1.1d-0+deb10u6) ...
16:53:22 [2021-08-20T16:53:22.241Z] #34 8.005 Setting up libonig5:amd64 (6.9.1-1) ...
16:53:22 [2021-08-20T16:53:22.241Z] #34 8.014 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ...
16:53:22 [2021-08-20T16:53:22.241Z] #34 8.023 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ...
16:53:22 [2021-08-20T16:53:22.241Z] #34 8.032 Setting up ca-certificates (20200601~deb10u2) ...
16:53:22 [2021-08-20T16:53:22.417Z] #9 ...
16:53:22 [2021-08-20T16:53:22.417Z] 
16:53:22 [2021-08-20T16:53:22.417Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:e2fe52e17d649812bddcac07faf16f33542129a59b2c1c59b39a436754b7f146
16:53:22 [2021-08-20T16:53:22.417Z] #26 sha256:950177fee27a0a93126a1d1591974a8bcc6b8f711e7bb11d2b141deafe72d94e
16:53:22 [2021-08-20T16:53:22.417Z] #26 resolve docker.io/library/debian:buster@sha256:e2fe52e17d649812bddcac07faf16f33542129a59b2c1c59b39a436754b7f146 0.0s done
16:53:22 [2021-08-20T16:53:22.417Z] #26 sha256:edcf96f9d9d9b65814e6e7426b13b2246e605a4d47d05c8aae8d8e24377e68d8 1.48kB / 1.48kB done
16:53:22 [2021-08-20T16:53:22.417Z] #26 sha256:b721438f56fc7c4bf10a9f9ac58d22b52d97c50353a44f531fb5b7a70314e642 49.22MB / 49.22MB 1.8s done
16:53:22 [2021-08-20T16:53:22.417Z] #26 sha256:e2fe52e17d649812bddcac07faf16f33542129a59b2c1c59b39a436754b7f146 1.85kB / 1.85kB done
16:53:22 [2021-08-20T16:53:22.417Z] #26 sha256:270b36ee7abd3e101ebba424015074f69c53b2ff097017458aa7941bf7727308 529B / 529B done
16:53:22 [2021-08-20T16:53:22.417Z] #26 DONE 4.1s
16:53:22 [2021-08-20T16:53:22.417Z] 
16:53:22 [2021-08-20T16:53:22.417Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.7-buster@sha256:ba723066847150cd4547c5ba2a8136788ffef4897e0671a1f9cc4ea2bde0dc09
16:53:22 [2021-08-20T16:53:22.417Z] #9 sha256:9b0a48aff994808c14b374586f790d1674ebc505214db01853e2776b517c94e4
16:53:22 [2021-08-20T16:53:22.417Z] #9 sha256:094e896cca33e0e41646026a37940ee330528c9038b9721210d416f7dbdf752b 46.14MB / 99.60MB 4.2s
16:53:22 [2021-08-20T16:53:22.417Z] #9 extracting sha256:268ad76519936dc02d53171a3a4ca6eea0fc0b8a93e97cde6138071fe0422825
16:53:22 [2021-08-20T16:53:22.417Z] #9 sha256:094e896cca33e0e41646026a37940ee330528c9038b9721210d416f7dbdf752b 66.06MB / 99.60MB 4.4s
16:53:22 [2021-08-20T16:53:22.679Z] #9 sha256:094e896cca33e0e41646026a37940ee330528c9038b9721210d416f7dbdf752b 73.48MB / 99.60MB 4.5s
16:53:22 [2021-08-20T16:53:22.679Z] #9 sha256:094e896cca33e0e41646026a37940ee330528c9038b9721210d416f7dbdf752b 78.64MB / 99.60MB 4.6s
16:53:22 [2021-08-20T16:53:22.679Z] #9 extracting sha256:268ad76519936dc02d53171a3a4ca6eea0fc0b8a93e97cde6138071fe0422825 0.5s done
16:53:22 [2021-08-20T16:53:22.810Z] #34 8.634 Updating certificates in /etc/ssl/certs...
16:53:22 [2021-08-20T16:53:22.940Z] #9 sha256:094e896cca33e0e41646026a37940ee330528c9038b9721210d416f7dbdf752b 83.89MB / 99.60MB 4.8s
16:53:22 [2021-08-20T16:53:22.940Z] #9 sha256:094e896cca33e0e41646026a37940ee330528c9038b9721210d416f7dbdf752b 95.42MB / 99.60MB 4.9s
16:53:22 [2021-08-20T16:53:22.940Z] #9 extracting sha256:2c93fd903c94bd33e20edef5822d935ca9efd856e0b3d41b0849c1df8ac81a09 0.1s
16:53:23 [2021-08-20T16:53:23.349Z] #27 DONE 13.4s
16:53:23 [2021-08-20T16:53:23.349Z] 
16:53:23 [2021-08-20T16:53:23.349Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
16:53:23 [2021-08-20T16:53:23.349Z] #28 sha256:5ff2b0d654e8d62eb56da2fa05c10c9037ccfeb5c55442eac2d4dd0c6d30322a
16:53:23 [2021-08-20T16:53:23.511Z] #9 extracting sha256:2c93fd903c94bd33e20edef5822d935ca9efd856e0b3d41b0849c1df8ac81a09 0.3s done
16:53:23 [2021-08-20T16:53:23.912Z] #28 DONE 0.4s
16:53:23 [2021-08-20T16:53:23.912Z] 
16:53:23 [2021-08-20T16:53:23.912Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.7-buster@sha256:ba723066847150cd4547c5ba2a8136788ffef4897e0671a1f9cc4ea2bde0dc09
16:53:23 [2021-08-20T16:53:23.912Z] #9 sha256:e67abdfb3367a1972017e0307360daa9258fc043e21d508231d4edbff52bb975
16:53:24 [2021-08-20T16:53:24.190Z] #34 9.656 137 added, 0 removed; done.
16:53:24 [2021-08-20T16:53:24.190Z] #34 9.688 Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u2) ...
16:53:24 [2021-08-20T16:53:24.190Z] #34 9.698 Setting up jq (1.5+dfsg-2+b1) ...
16:53:24 [2021-08-20T16:53:24.190Z] #34 9.708 Setting up libcurl4:amd64 (7.64.0-4+deb10u2) ...
16:53:24 [2021-08-20T16:53:24.190Z] #34 9.716 Setting up curl (7.64.0-4+deb10u2) ...
16:53:24 [2021-08-20T16:53:24.190Z] #34 9.726 Processing triggers for libc-bin (2.28-10) ...
16:53:24 [2021-08-20T16:53:24.190Z] #34 9.742 Processing triggers for ca-certificates (20200601~deb10u2) ...
16:53:24 [2021-08-20T16:53:24.190Z] #34 9.752 Updating certificates in /etc/ssl/certs...
16:53:24 [2021-08-20T16:53:24.449Z] #34 ...
16:53:24 [2021-08-20T16:53:24.449Z] 
16:53:24 [2021-08-20T16:53:24.449Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.7-buster@sha256:ba723066847150cd4547c5ba2a8136788ffef4897e0671a1f9cc4ea2bde0dc09
16:53:24 [2021-08-20T16:53:24.449Z] #9 sha256:e67abdfb3367a1972017e0307360daa9258fc043e21d508231d4edbff52bb975
16:53:24 [2021-08-20T16:53:24.449Z] #9 extracting sha256:c4099a935a96edef1e9378de34e314d07fb3aea1b7205774055a1fa44a3819f4 0.5s done
16:53:24 [2021-08-20T16:53:24.449Z] #9 extracting sha256:f6e2960d83651b1494b4da6c97686e79cc760aa90a75948eed56786726f86928 0.4s done
16:53:24 [2021-08-20T16:53:24.449Z] #9 extracting sha256:dffd4e6385927b79e4d4daa2d00523e766502eed6dd1934e1eda583d348abd8b 4.1s done
16:53:24 [2021-08-20T16:53:24.449Z] #9 extracting sha256:244fc124490a161cebd2ea8a1c97b439bf31a671765aba0224e4ba18894b3fb0 3.3s done
16:53:24 [2021-08-20T16:53:24.449Z] #9 extracting sha256:360803c9a5b2fab8fc197bae91166d928bfb6a1b98a7fe30b74548fa955038e2 1.2s
16:53:24 [2021-08-20T16:53:24.452Z] #9 sha256:094e896cca33e0e41646026a37940ee330528c9038b9721210d416f7dbdf752b 99.60MB / 99.60MB 6.2s done
16:53:24 [2021-08-20T16:53:24.452Z] #9 extracting sha256:9f0eab8670a99c796e5d1a5613581de4cf56c052c3ff83593ca70565c7c45683
16:53:24 [2021-08-20T16:53:24.709Z] #9 ...
16:53:24 [2021-08-20T16:53:24.709Z] 
16:53:24 [2021-08-20T16:53:24.709Z] #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
16:53:24 [2021-08-20T16:53:24.709Z] #34 sha256:4918db464735ed4557aaefef6b0621eb51f501800e9dce5420253456e30c28f3
16:53:24 [2021-08-20T16:53:24.709Z] #34 10.40 0 added, 0 removed; done.
16:53:24 [2021-08-20T16:53:24.709Z] #34 10.40 Running hooks in /etc/ca-certificates/update.d...
16:53:24 [2021-08-20T16:53:24.709Z] #34 10.40 done.
16:53:24 [2021-08-20T16:53:24.931Z] #9 ...
16:53:24 [2021-08-20T16:53:24.931Z] 
16:53:24 [2021-08-20T16:53:24.931Z] #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
16:53:24 [2021-08-20T16:53:24.931Z] #27 sha256:4918db464735ed4557aaefef6b0621eb51f501800e9dce5420253456e30c28f3
16:53:24 [2021-08-20T16:53:24.931Z] #27 8.049 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ...
16:53:24 [2021-08-20T16:53:24.931Z] #27 8.061 Setting up libldap-common (2.4.47+dfsg-3+deb10u6) ...
16:53:24 [2021-08-20T16:53:24.931Z] #27 8.076 Setting up libkrb5support0:amd64 (1.17-3+deb10u2) ...
16:53:24 [2021-08-20T16:53:24.931Z] #27 8.088 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ...
16:53:24 [2021-08-20T16:53:24.931Z] #27 8.103 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ...
16:53:24 [2021-08-20T16:53:24.931Z] #27 8.115 Setting up libk5crypto3:amd64 (1.17-3+deb10u2) ...
16:53:24 [2021-08-20T16:53:24.931Z] #27 8.126 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ...
16:53:24 [2021-08-20T16:53:24.931Z] #27 8.138 Setting up libssh2-1:amd64 (1.8.0-2.1) ...
16:53:24 [2021-08-20T16:53:24.931Z] #27 8.150 Setting up libkrb5-3:amd64 (1.17-3+deb10u2) ...
16:53:24 [2021-08-20T16:53:24.931Z] #27 8.161 Setting up openssl (1.1.1d-0+deb10u6) ...
16:53:24 [2021-08-20T16:53:24.931Z] #27 8.178 Setting up libonig5:amd64 (6.9.1-1) ...
16:53:24 [2021-08-20T16:53:24.931Z] #27 8.189 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ...
16:53:24 [2021-08-20T16:53:24.931Z] #27 8.201 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ...
16:53:24 [2021-08-20T16:53:24.931Z] #27 8.212 Setting up ca-certificates (20200601~deb10u2) ...
16:53:24 [2021-08-20T16:53:24.931Z] #27 8.797 Updating certificates in /etc/ssl/certs...
16:53:24 [2021-08-20T16:53:24.931Z] #27 9.576 137 added, 0 removed; done.
16:53:24 [2021-08-20T16:53:24.931Z] #27 9.610 Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u2) ...
16:53:24 [2021-08-20T16:53:24.931Z] #27 9.622 Setting up jq (1.5+dfsg-2+b1) ...
16:53:24 [2021-08-20T16:53:24.931Z] #27 9.632 Setting up libcurl4:amd64 (7.64.0-4+deb10u2) ...
16:53:24 [2021-08-20T16:53:24.931Z] #27 9.643 Setting up curl (7.64.0-4+deb10u2) ...
16:53:24 [2021-08-20T16:53:24.931Z] #27 9.654 Processing triggers for libc-bin (2.28-10) ...
16:53:24 [2021-08-20T16:53:24.931Z] #27 9.673 Processing triggers for ca-certificates (20200601~deb10u2) ...
16:53:24 [2021-08-20T16:53:24.931Z] #27 9.681 Updating certificates in /etc/ssl/certs...
16:53:24 [2021-08-20T16:53:24.931Z] #27 10.29 0 added, 0 removed; done.
16:53:24 [2021-08-20T16:53:24.931Z] #27 10.29 Running hooks in /etc/ca-certificates/update.d...
16:53:24 [2021-08-20T16:53:24.931Z] #27 10.29 done.
16:53:24 [2021-08-20T16:53:24.931Z] #27 DONE 11.8s
16:53:24 [2021-08-20T16:53:24.931Z] 
16:53:24 [2021-08-20T16:53:24.931Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.7-buster@sha256:ba723066847150cd4547c5ba2a8136788ffef4897e0671a1f9cc4ea2bde0dc09
16:53:24 [2021-08-20T16:53:24.931Z] #9 sha256:e67abdfb3367a1972017e0307360daa9258fc043e21d508231d4edbff52bb975
16:53:25 [2021-08-20T16:53:25.197Z] #9 ...
16:53:25 [2021-08-20T16:53:25.197Z] 
16:53:25 [2021-08-20T16:53:25.197Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
16:53:25 [2021-08-20T16:53:25.197Z] #28 sha256:1bcc1e9064a06e73e694d85e41b5d3af353c1b630cbb4516cd3654170e2020d5
16:53:25 [2021-08-20T16:53:25.197Z] #28 DONE 0.5s
16:53:25 [2021-08-20T16:53:25.197Z] 
16:53:25 [2021-08-20T16:53:25.197Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.7-buster@sha256:ba723066847150cd4547c5ba2a8136788ffef4897e0671a1f9cc4ea2bde0dc09
16:53:25 [2021-08-20T16:53:25.197Z] #9 sha256:e67abdfb3367a1972017e0307360daa9258fc043e21d508231d4edbff52bb975
16:53:25 [2021-08-20T16:53:25.807Z] #9 extracting sha256:360803c9a5b2fab8fc197bae91166d928bfb6a1b98a7fe30b74548fa955038e2 5.4s
16:53:26 [2021-08-20T16:53:26.372Z] #9 extracting sha256:360803c9a5b2fab8fc197bae91166d928bfb6a1b98a7fe30b74548fa955038e2 6.4s done
16:53:26 [2021-08-20T16:53:26.575Z] #9 extracting sha256:360803c9a5b2fab8fc197bae91166d928bfb6a1b98a7fe30b74548fa955038e2 5.0s
16:53:26 [2021-08-20T16:53:26.613Z] #34 DONE 12.3s
16:53:26 [2021-08-20T16:53:26.613Z] 
16:53:26 [2021-08-20T16:53:26.613Z] #35 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
16:53:26 [2021-08-20T16:53:26.613Z] #35 sha256:7db6d0603c473f6a62c53d3370a939205f1c6fd362088bc4ee57a876cc7aa717
16:53:26 [2021-08-20T16:53:26.630Z] #9 extracting sha256:884ab2b700e952bbaccc88bcf19a83ce4ccba10e1e29edc4857dfbab64467fa1 done
16:53:26 [2021-08-20T16:53:26.872Z] #35 DONE 0.2s
16:53:26 [2021-08-20T16:53:26.872Z] 
16:53:26 [2021-08-20T16:53:26.872Z] #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
16:53:26 [2021-08-20T16:53:26.872Z] #36 sha256:f84c2113beb50bede0d946dc7c1cd82e247fb7d751aff31ab003adacfd2ce3ca
16:53:26 [2021-08-20T16:53:26.887Z] #9 DONE 23.2s
16:53:26 [2021-08-20T16:53:26.887Z] 
16:53:26 [2021-08-20T16:53:26.887Z] #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
16:53:26 [2021-08-20T16:53:26.887Z] #29 sha256:646d072a8ad08076f281b043f01d621cdfcdf1f2b67026462e3572ed1d989b1c
16:53:26 [2021-08-20T16:53:26.887Z] #29 1.054 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)...
16:53:26 [2021-08-20T16:53:26.887Z] #29 1.127 
16:53:26 [2021-08-20T16:53:26.887Z] #29 1.251 
###########                                                               16.6%
##########################                                                36.5%
########################################                                  56.5%
######################################################                    76.2%
#####################################################################     96.1%
######################################################################## 100.0%
16:53:26 [2021-08-20T16:53:26.887Z] #29 1.754 
16:53:26 [2021-08-20T16:53:26.887Z] #29 1.865 
######################################################################## 100.0%
16:53:26 [2021-08-20T16:53:26.887Z] #29 1.946 
16:53:26 [2021-08-20T16:53:26.887Z] #29 2.060 
##############################################################            86.3%
######################################################################## 100.0%
16:53:26 [2021-08-20T16:53:26.887Z] #29 2.168 
16:53:26 [2021-08-20T16:53:26.887Z] #29 2.291 
###########                                                               16.5%
##########################                                                36.6%
########################################                                  55.8%
####################################################                      72.3%
###################################################################       94.4%
######################################################################## 100.0%
16:53:26 [2021-08-20T16:53:26.887Z] #29 2.801 
16:53:27 [2021-08-20T16:53:27.031Z] #9 extracting sha256:9f0eab8670a99c796e5d1a5613581de4cf56c052c3ff83593ca70565c7c45683 2.2s done
16:53:27 [2021-08-20T16:53:27.293Z] #9 extracting sha256:0a9729263748041dd6598d74d37295a4738d25e3e3cf1587d565ed942e4e6b63
16:53:28 [2021-08-20T16:53:28.249Z] #36 1.064 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)...
16:53:28 [2021-08-20T16:53:28.249Z] #36 1.145 
16:53:28 [2021-08-20T16:53:28.433Z] #29 2.918 
###                                                                        4.5%
######                                                                     9.7%
##########                                                                14.8%
##############                                                            20.0%
##################                                                        25.4%
######################                                                    30.6%
#########################                                                 35.8%
#############################                                             41.0%
#################################                                         46.1%
#####################################                                     51.6%
########################################                                  56.8%
############################################                              62.0%
################################################                          67.2%
####################################################                      72.4%
#######################################################                   77.6%
###########################################################               82.8%
###############################################################           87.7%
###################################################################       93.2%
16:53:28 [2021-08-20T16:53:28.433Z] #29 ...
16:53:28 [2021-08-20T16:53:28.433Z] 
16:53:28 [2021-08-20T16:53:28.433Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
16:53:28 [2021-08-20T16:53:28.433Z] #10 sha256:cfce7b1701ffb338d4179111c4552e61a50ced2c5c212d6b3cd7a996d60c5243
16:53:28 [2021-08-20T16:53:28.433Z] #10 DONE 1.6s
16:53:28 [2021-08-20T16:53:28.433Z] 
16:53:28 [2021-08-20T16:53:28.433Z] #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
16:53:28 [2021-08-20T16:53:28.433Z] #29 sha256:646d072a8ad08076f281b043f01d621cdfcdf1f2b67026462e3572ed1d989b1c
16:53:28 [2021-08-20T16:53:28.509Z] #36 1.258 
############                                                              17.4%
##########################                                                37.2%
#########################################                                 57.0%
#######################################################                   76.8%
#####################################################################     96.7%
######################################################################## 100.0%
16:53:28 [2021-08-20T16:53:28.509Z] #36 1.767 
16:53:28 [2021-08-20T16:53:28.689Z] #29 2.918 
###                                                                        4.5%
######                                                                     9.7%
##########                                                                14.8%
##############                                                            20.0%
##################                                                        25.4%
######################                                                    30.6%
#########################                                                 35.8%
#############################                                             41.0%
#################################                                         46.1%
#####################################                                     51.6%
########################################                                  56.8%
############################################                              62.0%
################################################                          67.2%
####################################################                      72.4%
#######################################################                   77.6%
###########################################################               82.8%
###############################################################           87.7%
###################################################################       93.2%
######################################################################    98.3%
######################################################################## 100.0%
16:53:28 [2021-08-20T16:53:28.689Z] #29 4.782 
16:53:28 [2021-08-20T16:53:28.768Z] #36 1.882 
######################################################################    98.5%
######################################################################## 100.0%
16:53:28 [2021-08-20T16:53:28.946Z] #29 5.064 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
16:53:28 [2021-08-20T16:53:28.946Z] #29 5.151 
16:53:28 [2021-08-20T16:53:28.946Z] #29 5.211 
######################################################################## 100.0%
16:53:28 [2021-08-20T16:53:28.946Z] #29 5.231 
16:53:29 [2021-08-20T16:53:29.116Z] #9 extracting sha256:360803c9a5b2fab8fc197bae91166d928bfb6a1b98a7fe30b74548fa955038e2 7.2s done
16:53:29 [2021-08-20T16:53:29.116Z] #9 extracting sha256:884ab2b700e952bbaccc88bcf19a83ce4ccba10e1e29edc4857dfbab64467fa1 done
16:53:29 [2021-08-20T16:53:29.116Z] #9 DONE 21.3s
16:53:29 [2021-08-20T16:53:29.116Z] 
16:53:29 [2021-08-20T16:53:29.116Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
16:53:29 [2021-08-20T16:53:29.116Z] #10 sha256:cfce7b1701ffb338d4179111c4552e61a50ced2c5c212d6b3cd7a996d60c5243
16:53:29 [2021-08-20T16:53:29.202Z] #29 ...
16:53:29 [2021-08-20T16:53:29.202Z] 
16:53:29 [2021-08-20T16:53:29.202Z] #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
16:53:29 [2021-08-20T16:53:29.202Z] #11 sha256:cd2b4944c220b696ee1819a34e6c94204f2553849e6435464b5d351d8375f8fb
16:53:29 [2021-08-20T16:53:29.202Z] #11 DONE 0.7s
16:53:29 [2021-08-20T16:53:29.202Z] 
16:53:29 [2021-08-20T16:53:29.202Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
16:53:29 [2021-08-20T16:53:29.202Z] #31 sha256:9e1eaa026f0dff5ec9d80819fb9e6c3cd524ef89199abc3cdbe16a23ab01ca79
16:53:29 [2021-08-20T16:53:29.202Z] #31 DONE 0.1s
16:53:29 [2021-08-20T16:53:29.202Z] 
16:53:29 [2021-08-20T16:53:29.202Z] #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
16:53:29 [2021-08-20T16:53:29.202Z] #59 sha256:d323e3fc26383080ff40efbb0e6f67d73ece52f2fc28d83bffea2a2f4ea49322
16:53:29 [2021-08-20T16:53:29.209Z] #9 extracting sha256:0a9729263748041dd6598d74d37295a4738d25e3e3cf1587d565ed942e4e6b63 1.9s done
16:53:29 [2021-08-20T16:53:29.338Z] #36 2.155 #=#=#                                                                         
16:53:29 [2021-08-20T16:53:29.338Z] #36 2.331 
##################################                                        47.6%
######################################################################## 100.0%
16:53:29 [2021-08-20T16:53:29.338Z] #36 2.482 
16:53:29 [2021-08-20T16:53:29.461Z] #59 ...
16:53:29 [2021-08-20T16:53:29.461Z] 
16:53:29 [2021-08-20T16:53:29.461Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
16:53:29 [2021-08-20T16:53:29.461Z] #39 sha256:14468d0fe94f4ea4bf7e3cc8063106e860c9bc0e44a5ddd4657e87644b3d1513
16:53:29 [2021-08-20T16:53:29.461Z] #39 DONE 0.3s
16:53:29 [2021-08-20T16:53:29.461Z] 
16:53:29 [2021-08-20T16:53:29.461Z] #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
16:53:29 [2021-08-20T16:53:29.461Z] #43 sha256:f75ecbe316cb0e2efdda5acb686d2ec40b27477b2077c3759925dd24db16f16b
16:53:29 [2021-08-20T16:53:29.461Z] #43 DONE 0.4s
16:53:29 [2021-08-20T16:53:29.470Z] #9 extracting sha256:094e896cca33e0e41646026a37940ee330528c9038b9721210d416f7dbdf752b
16:53:29 [2021-08-20T16:53:29.720Z] 
16:53:29 [2021-08-20T16:53:29.720Z] #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
16:53:29 [2021-08-20T16:53:29.720Z] #29 sha256:646d072a8ad08076f281b043f01d621cdfcdf1f2b67026462e3572ed1d989b1c
16:53:29 [2021-08-20T16:53:29.721Z] #29 5.565 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
16:53:29 [2021-08-20T16:53:29.721Z] #29 5.668 
16:53:29 [2021-08-20T16:53:29.721Z] #29 5.782 
######################################################################## 100.0%
16:53:29 [2021-08-20T16:53:29.721Z] #29 5.831 
16:53:30 [2021-08-20T16:53:30.118Z] #36 2.593 
############                                                              16.8%
#########################                                                 36.1%
#######################################                                   55.4%
#####################################################                     74.7%
###################################################################       93.8%
######################################################################## 100.0%
16:53:30 [2021-08-20T16:53:30.118Z] #36 3.156 
16:53:30 [2021-08-20T16:53:30.284Z] #29 6.272 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)...
16:53:30 [2021-08-20T16:53:30.284Z] #29 6.390 
16:53:30 [2021-08-20T16:53:30.641Z] #36 3.276 
##                                                                         4.1%
######                                                                     9.3%
##########                                                                14.4%
##############          
16:53:30 [2021-08-20T16:53:30.641Z] #36 ...
16:53:30 [2021-08-20T16:53:30.641Z] 
16:53:30 [2021-08-20T16:53:30.641Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.7-buster@sha256:ba723066847150cd4547c5ba2a8136788ffef4897e0671a1f9cc4ea2bde0dc09
16:53:30 [2021-08-20T16:53:30.641Z] #9 sha256:e67abdfb3367a1972017e0307360daa9258fc043e21d508231d4edbff52bb975
16:53:30 [2021-08-20T16:53:30.641Z] #9 extracting sha256:360803c9a5b2fab8fc197bae91166d928bfb6a1b98a7fe30b74548fa955038e2 7.0s done
16:53:30 [2021-08-20T16:53:30.641Z] #9 extracting sha256:884ab2b700e952bbaccc88bcf19a83ce4ccba10e1e29edc4857dfbab64467fa1 done
16:53:30 [2021-08-20T16:53:30.641Z] #9 DONE 21.3s
16:53:30 [2021-08-20T16:53:30.641Z] 
16:53:30 [2021-08-20T16:53:30.641Z] #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
16:53:30 [2021-08-20T16:53:30.641Z] #36 sha256:f84c2113beb50bede0d946dc7c1cd82e247fb7d751aff31ab003adacfd2ce3ca
16:53:31 [2021-08-20T16:53:31.022Z] #10 DONE 1.7s
16:53:31 [2021-08-20T16:53:31.022Z] 
16:53:31 [2021-08-20T16:53:31.022Z] #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
16:53:31 [2021-08-20T16:53:31.022Z] #29 sha256:a692ab1f1941dcb3a5962caaed9c63730c089082a719412ed8c8a771e0212142
16:53:31 [2021-08-20T16:53:31.022Z] #29 1.084 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)...
16:53:31 [2021-08-20T16:53:31.022Z] #29 1.166 
16:53:31 [2021-08-20T16:53:31.022Z] #29 1.282 
############                                                              17.3%
###########################                                               38.1%
#########################################                                 58.0%
########################################################                  77.8%
######################################################################    97.9%
######################################################################## 100.0%
16:53:31 [2021-08-20T16:53:31.022Z] #29 1.776 
16:53:31 [2021-08-20T16:53:31.022Z] #29 1.885 
######################################################################## 100.0%
16:53:31 [2021-08-20T16:53:31.022Z] #29 1.963 
16:53:31 [2021-08-20T16:53:31.022Z] #29 2.076 
###############################                                           43.6%
######################################################################## 100.0%
16:53:31 [2021-08-20T16:53:31.022Z] #29 2.190 
16:53:31 [2021-08-20T16:53:31.022Z] #29 2.302 
##########                                                                14.5%
##########################                                                36.1%
#######################################                                   55.4%
#####################################################                     74.8%
###################################################################       93.9%
######################################################################## 100.0%
16:53:31 [2021-08-20T16:53:31.022Z] #29 2.817 
16:53:31 [2021-08-20T16:53:31.022Z] #29 2.945 
###                                                                        4.4%
#######                                                                    9.9%
##########                                                                15.1%
##############                                                            20.3%
##################                                                        25.6%
######################                                                    30.8%
#########################                                                 36.0%
#############################                                             41.2%
#################################                                         46.4%
#####################################                                     51.7%
########################################                                  55.8%
############################################                              61.8%
################################################                          67.4%
####################################################                      72.7%
#######################################################                   77.5%
###########################################################               83.1%
###############################################################           88.4%
###################################################################       93.5%
#######################################################################   98.8%
######################################################################## 100.0%
16:53:31 [2021-08-20T16:53:31.022Z] #29 4.788 
16:53:31 [2021-08-20T16:53:31.022Z] #29 5.014 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
16:53:31 [2021-08-20T16:53:31.022Z] #29 5.076 
16:53:31 [2021-08-20T16:53:31.022Z] #29 5.131 
######################################################################## 100.0%
16:53:31 [2021-08-20T16:53:31.022Z] #29 5.150 
16:53:31 [2021-08-20T16:53:31.022Z] #29 5.614 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
16:53:31 [2021-08-20T16:53:31.022Z] #29 5.747 
16:53:31 [2021-08-20T16:53:31.281Z] #29 5.839 
######################################################################## 100.0%
16:53:31 [2021-08-20T16:53:31.281Z] #29 5.861 
16:53:31 [2021-08-20T16:53:31.542Z] #29 ...
16:53:31 [2021-08-20T16:53:31.542Z] 
16:53:31 [2021-08-20T16:53:31.542Z] #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
16:53:31 [2021-08-20T16:53:31.542Z] #11 sha256:cd2b4944c220b696ee1819a34e6c94204f2553849e6435464b5d351d8375f8fb
16:53:31 [2021-08-20T16:53:31.542Z] #11 DONE 0.6s
16:53:31 [2021-08-20T16:53:31.542Z] 
16:53:31 [2021-08-20T16:53:31.542Z] #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
16:53:31 [2021-08-20T16:53:31.542Z] #29 sha256:a692ab1f1941dcb3a5962caaed9c63730c089082a719412ed8c8a771e0212142
16:53:31 [2021-08-20T16:53:31.542Z] #29 6.152 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)...
16:53:31 [2021-08-20T16:53:31.542Z] #29 ...
16:53:31 [2021-08-20T16:53:31.542Z] 
16:53:31 [2021-08-20T16:53:31.542Z] #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
16:53:31 [2021-08-20T16:53:31.542Z] #48 sha256:30d7652532b2651217b6dc5fd2139a3b04284af9b0abbc8cddce96146a7a7240
16:53:31 [2021-08-20T16:53:31.542Z] #48 ...
16:53:31 [2021-08-20T16:53:31.542Z] 
16:53:31 [2021-08-20T16:53:31.542Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
16:53:31 [2021-08-20T16:53:31.542Z] #31 sha256:9e1eaa026f0dff5ec9d80819fb9e6c3cd524ef89199abc3cdbe16a23ab01ca79
16:53:31 [2021-08-20T16:53:31.542Z] #31 DONE 0.2s
16:53:31 [2021-08-20T16:53:31.806Z] 
16:53:31 [2021-08-20T16:53:31.806Z] #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
16:53:31 [2021-08-20T16:53:31.806Z] #43 sha256:f75ecbe316cb0e2efdda5acb686d2ec40b27477b2077c3759925dd24db16f16b
16:53:31 [2021-08-20T16:53:31.806Z] #43 DONE 0.3s
16:53:31 [2021-08-20T16:53:31.806Z] 
16:53:31 [2021-08-20T16:53:31.806Z] #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
16:53:31 [2021-08-20T16:53:31.806Z] #44 sha256:17b9b2c66b5114379bdd507ebb6b3fcb9f10f4d3301507cb76542897a8754e0b
16:53:31 [2021-08-20T16:53:31.806Z] #44 ...
16:53:31 [2021-08-20T16:53:31.806Z] 
16:53:31 [2021-08-20T16:53:31.806Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
16:53:31 [2021-08-20T16:53:31.806Z] #39 sha256:14468d0fe94f4ea4bf7e3cc8063106e860c9bc0e44a5ddd4657e87644b3d1513
16:53:31 [2021-08-20T16:53:31.806Z] #39 DONE 0.4s
16:53:31 [2021-08-20T16:53:31.897Z] #29 6.630 
                                                                           0.0%
####                                                                       5.8%
############                                                              17.6%
######################                                                    30.7%
#############################                                             41.5%
####################################                                      50.4%
########################################                                  55.8%
###########################################                               60.4%
########################################################                  78.5%
####################################################################      95.7%
######################################################################## 100.0%
16:53:31 [2021-08-20T16:53:31.897Z] #29 8.007 
16:53:31 [2021-08-20T16:53:31.939Z] #36 3.276 
##                                                                         4.1%
######                                                                     9.3%
##########                                                                14.4%
##############                                                            19.7%
#################                                                         24.9%
#####################                                                     29.9%
#########################                                                 35.0%
#############################                                             40.5%
################################                                          45.7%
####################################                                      50.8%
########################################                                  56.1%
############################################                              61.3%
###############################################                           66.5%
###################################################                       71.8%
#######################################################                   77.0%
###########################################################               82.2%
##############################################################            87.3%
############################################
16:53:31 [2021-08-20T16:53:31.939Z] #36 ...
16:53:31 [2021-08-20T16:53:31.939Z] 
16:53:31 [2021-08-20T16:53:31.939Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
16:53:31 [2021-08-20T16:53:31.939Z] #10 sha256:cfce7b1701ffb338d4179111c4552e61a50ced2c5c212d6b3cd7a996d60c5243
16:53:31 [2021-08-20T16:53:31.939Z] #10 DONE 1.4s
16:53:31 [2021-08-20T16:53:31.939Z] 
16:53:31 [2021-08-20T16:53:31.939Z] #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
16:53:31 [2021-08-20T16:53:31.939Z] #36 sha256:f84c2113beb50bede0d946dc7c1cd82e247fb7d751aff31ab003adacfd2ce3ca
16:53:32 [2021-08-20T16:53:32.066Z] 
16:53:32 [2021-08-20T16:53:32.066Z] #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
16:53:32 [2021-08-20T16:53:32.066Z] #29 sha256:a692ab1f1941dcb3a5962caaed9c63730c089082a719412ed8c8a771e0212142
16:53:32 [2021-08-20T16:53:32.066Z] #29 6.309 
16:53:32 [2021-08-20T16:53:32.154Z] #29 8.378 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
16:53:32 [2021-08-20T16:53:32.198Z] #36 3.276 
##                                                                         4.1%
######                                                                     9.3%
##########                                                                14.4%
##############                                                            19.7%
#################                                                         24.9%
#####################                                                     29.9%
#########################                                                 35.0%
#############################                                             40.5%
################################                                          45.7%
####################################                                      50.8%
########################################                                  56.1%
############################################                              61.3%
###############################################                           66.5%
###################################################                       71.8%
#######################################################                   77.0%
###########################################################               82.2%
##############################################################            87.3%
##################################################################        92.7%
#####################################################################     96.2%
######################################################################## 100.0%
16:53:32 [2021-08-20T16:53:32.198Z] #36 5.160 
16:53:32 [2021-08-20T16:53:32.326Z] #29 6.459 
                                                                           0.0%
###########                                                               16.0%
#######################                                                   32.8%
#########################################                                 57.0%
###########################################                               60.5%
##########################################################                80.7%
######################################################################## 100.0%
16:53:32 [2021-08-20T16:53:32.326Z] #29 7.082 
16:53:32 [2021-08-20T16:53:32.414Z] #29 8.467 
16:53:32 [2021-08-20T16:53:32.414Z] #29 8.528 
######################################################################## 100.0%
16:53:32 [2021-08-20T16:53:32.414Z] #29 8.567 
16:53:32 [2021-08-20T16:53:32.457Z] #36 5.455 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
16:53:32 [2021-08-20T16:53:32.457Z] #36 5.525 
16:53:32 [2021-08-20T16:53:32.457Z] #36 5.612 
######################################################################## 100.0%
16:53:32 [2021-08-20T16:53:32.457Z] #36 5.640 
16:53:32 [2021-08-20T16:53:32.675Z] #29 8.825 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
16:53:32 [2021-08-20T16:53:32.675Z] #29 8.947 
16:53:32 [2021-08-20T16:53:32.717Z] #36 ...
16:53:32 [2021-08-20T16:53:32.717Z] 
16:53:32 [2021-08-20T16:53:32.717Z] #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
16:53:32 [2021-08-20T16:53:32.717Z] #11 sha256:cd2b4944c220b696ee1819a34e6c94204f2553849e6435464b5d351d8375f8fb
16:53:32 [2021-08-20T16:53:32.717Z] #11 DONE 0.7s
16:53:32 [2021-08-20T16:53:32.717Z] 
16:53:32 [2021-08-20T16:53:32.718Z] #38 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
16:53:32 [2021-08-20T16:53:32.718Z] #38 sha256:9e1eaa026f0dff5ec9d80819fb9e6c3cd524ef89199abc3cdbe16a23ab01ca79
16:53:32 [2021-08-20T16:53:32.718Z] #38 DONE 0.0s
16:53:32 [2021-08-20T16:53:32.718Z] 
16:53:32 [2021-08-20T16:53:32.718Z] #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 "c56166c036004ba7a3a321e5951ba472b9ae298c"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
16:53:32 [2021-08-20T16:53:32.718Z] #39 sha256:327e8e81819b507b71e8420db5daf3da357aa8d9edb41d21198b8391f7acf947
16:53:32 [2021-08-20T16:53:32.777Z] #9 ...
16:53:32 [2021-08-20T16:53:32.777Z] 
16:53:32 [2021-08-20T16:53:32.777Z] #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
16:53:32 [2021-08-20T16:53:32.777Z] #27 sha256:2e1bba6c6e982e338eedf015e5c6a7cf84f9a4eebf67fe780e5bae25a3646d5b
16:53:32 [2021-08-20T16:53:32.777Z] #27 1.408 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
16:53:32 [2021-08-20T16:53:32.777Z] #27 1.547 Get:2 http://deb.debian.org/debian buster InRelease [122 kB]
16:53:32 [2021-08-20T16:53:32.777Z] #27 1.599 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
16:53:32 [2021-08-20T16:53:32.777Z] #27 1.823 Get:4 http://security.debian.org/debian-security buster/updates/main arm64 Packages [296 kB]
16:53:32 [2021-08-20T16:53:32.777Z] #27 2.083 Get:5 http://deb.debian.org/debian buster/main arm64 Packages [7735 kB]
16:53:32 [2021-08-20T16:53:32.777Z] #27 2.337 Get:6 http://deb.debian.org/debian buster-updates/main arm64 Packages [14.5 kB]
16:53:32 [2021-08-20T16:53:32.777Z] #27 3.755 Fetched 8285 kB in 3s (3200 kB/s)
16:53:32 [2021-08-20T16:53:32.777Z] #27 3.755 Reading package lists...
16:53:32 [2021-08-20T16:53:32.777Z] #27 5.066 Reading package lists...
16:53:32 [2021-08-20T16:53:32.777Z] #27 6.365 Building dependency tree...
16:53:32 [2021-08-20T16:53:32.777Z] #27 6.611 Reading state information...
16:53:32 [2021-08-20T16:53:32.777Z] #27 7.020 The following additional packages will be installed:
16:53:32 [2021-08-20T16:53:32.777Z] #27 7.020   libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3
16:53:32 [2021-08-20T16:53:32.777Z] #27 7.020   libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5
16:53:32 [2021-08-20T16:53:32.777Z] #27 7.022   librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl
16:53:32 [2021-08-20T16:53:32.777Z] #27 7.024 Suggested packages:
16:53:32 [2021-08-20T16:53:32.777Z] #27 7.024   krb5-doc krb5-user
16:53:32 [2021-08-20T16:53:32.777Z] #27 7.024 Recommended packages:
16:53:32 [2021-08-20T16:53:32.777Z] #27 7.024   krb5-locales publicsuffix libsasl2-modules
16:53:32 [2021-08-20T16:53:32.777Z] #27 7.306 The following NEW packages will be installed:
16:53:32 [2021-08-20T16:53:32.777Z] #27 7.310   ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3
16:53:32 [2021-08-20T16:53:32.777Z] #27 7.310   libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common
16:53:32 [2021-08-20T16:53:32.777Z] #27 7.310   libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
16:53:32 [2021-08-20T16:53:32.777Z] #27 7.310   libssh2-1 libssl1.1 openssl
16:53:32 [2021-08-20T16:53:32.777Z] #27 7.615 0 upgraded, 21 newly installed, 0 to remove and 0 not upgraded.
16:53:32 [2021-08-20T16:53:32.777Z] #27 7.615 Need to get 4777 kB of archives.
16:53:32 [2021-08-20T16:53:32.777Z] #27 7.615 After this operation, 11.5 MB of additional disk space will be used.
16:53:32 [2021-08-20T16:53:32.777Z] #27 7.615 Get:1 http://deb.debian.org/debian buster/main arm64 libkeyutils1 arm64 1.6-6 [14.9 kB]
16:53:32 [2021-08-20T16:53:32.777Z] #27 7.615 Get:2 http://security.debian.org/debian-security buster/updates/main arm64 libkrb5support0 arm64 1.17-3+deb10u2 [64.9 kB]
16:53:32 [2021-08-20T16:53:32.777Z] #27 7.615 Get:3 http://security.debian.org/debian-security buster/updates/main arm64 libk5crypto3 arm64 1.17-3+deb10u2 [123 kB]
16:53:32 [2021-08-20T16:53:32.777Z] #27 7.617 Get:4 http://deb.debian.org/debian buster/main arm64 libssl1.1 arm64 1.1.1d-0+deb10u6 [1382 kB]
16:53:32 [2021-08-20T16:53:32.777Z] #27 7.624 Get:5 http://security.debian.org/debian-security buster/updates/main arm64 libkrb5-3 arm64 1.17-3+deb10u2 [351 kB]
16:53:32 [2021-08-20T16:53:32.777Z] #27 7.628 Get:6 http://security.debian.org/debian-security buster/updates/main arm64 libgssapi-krb5-2 arm64 1.17-3+deb10u2 [150 kB]
16:53:32 [2021-08-20T16:53:32.777Z] #27 7.640 Get:7 http://deb.debian.org/debian buster/main arm64 openssl arm64 1.1.1d-0+deb10u6 [823 kB]
16:53:32 [2021-08-20T16:53:32.777Z] #27 7.657 Get:8 http://deb.debian.org/debian buster/main arm64 ca-certificates all 20200601~deb10u2 [166 kB]
16:53:32 [2021-08-20T16:53:32.777Z] #27 7.661 Get:9 http://deb.debian.org/debian buster/main arm64 libsasl2-modules-db arm64 2.1.27+dfsg-1+deb10u1 [69.3 kB]
16:53:32 [2021-08-20T16:53:32.777Z] #27 7.663 Get:10 http://deb.debian.org/debian buster/main arm64 libsasl2-2 arm64 2.1.27+dfsg-1+deb10u1 [105 kB]
16:53:32 [2021-08-20T16:53:32.777Z] #27 7.666 Get:11 http://deb.debian.org/debian buster/main arm64 libldap-common all 2.4.47+dfsg-3+deb10u6 [90.0 kB]
16:53:32 [2021-08-20T16:53:32.777Z] #27 7.667 Get:12 http://deb.debian.org/debian buster/main arm64 libldap-2.4-2 arm64 2.4.47+dfsg-3+deb10u6 [216 kB]
16:53:32 [2021-08-20T16:53:32.777Z] #27 7.677 Get:13 http://deb.debian.org/debian buster/main arm64 libnghttp2-14 arm64 1.36.0-2+deb10u1 [81.9 kB]
16:53:32 [2021-08-20T16:53:32.777Z] #27 7.677 Get:14 http://deb.debian.org/debian buster/main arm64 libpsl5 arm64 0.20.2-2 [53.6 kB]
16:53:32 [2021-08-20T16:53:32.777Z] #27 7.686 Get:15 http://deb.debian.org/debian buster/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2 [55.7 kB]
16:53:32 [2021-08-20T16:53:32.777Z] #27 7.686 Get:16 http://deb.debian.org/debian buster/main arm64 libssh2-1 arm64 1.8.0-2.1 [135 kB]
16:53:32 [2021-08-20T16:53:32.777Z] #27 7.686 Get:17 http://deb.debian.org/debian buster/main arm64 libcurl4 arm64 7.64.0-4+deb10u2 [312 kB]
16:53:32 [2021-08-20T16:53:32.777Z] #27 7.689 Get:18 http://deb.debian.org/debian buster/main arm64 curl arm64 7.64.0-4+deb10u2 [260 kB]
16:53:32 [2021-08-20T16:53:32.777Z] #27 7.701 Get:19 http://deb.debian.org/debian buster/main arm64 libonig5 arm64 6.9.1-1 [163 kB]
16:53:32 [2021-08-20T16:53:32.777Z] #27 7.701 Get:20 http://deb.debian.org/debian buster/main arm64 libjq1 arm64 1.5+dfsg-2+b1 [103 kB]
16:53:32 [2021-08-20T16:53:32.777Z] #27 7.701 Get:21 http://deb.debian.org/debian buster/main arm64 jq arm64 1.5+dfsg-2+b1 [58.7 kB]
16:53:32 [2021-08-20T16:53:32.777Z] #27 8.170 debconf: delaying package configuration, since apt-utils is not installed
16:53:32 [2021-08-20T16:53:32.777Z] #27 8.220 Fetched 4777 kB in 0s (13.8 MB/s)
16:53:32 [2021-08-20T16:53:32.777Z] #27 8.266 Selecting previously unselected package libkeyutils1:arm64.
16:53:32 [2021-08-20T16:53:32.777Z] #27 8.266 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 6670 files and directories currently installed.)
16:53:32 [2021-08-20T16:53:32.777Z] #27 8.274 Preparing to unpack .../00-libkeyutils1_1.6-6_arm64.deb ...
16:53:32 [2021-08-20T16:53:32.777Z] #27 8.291 Unpacking libkeyutils1:arm64 (1.6-6) ...
16:53:32 [2021-08-20T16:53:32.777Z] #27 8.379 Selecting previously unselected package libkrb5support0:arm64.
16:53:32 [2021-08-20T16:53:32.777Z] #27 8.382 Preparing to unpack .../01-libkrb5support0_1.17-3+deb10u2_arm64.deb ...
16:53:32 [2021-08-20T16:53:32.777Z] #27 8.396 Unpacking libkrb5support0:arm64 (1.17-3+deb10u2) ...
16:53:32 [2021-08-20T16:53:32.777Z] #27 8.449 Selecting previously unselected package libk5crypto3:arm64.
16:53:32 [2021-08-20T16:53:32.777Z] #27 8.452 Preparing to unpack .../02-libk5crypto3_1.17-3+deb10u2_arm64.deb ...
16:53:32 [2021-08-20T16:53:32.777Z] #27 8.457 Unpacking libk5crypto3:arm64 (1.17-3+deb10u2) ...
16:53:32 [2021-08-20T16:53:32.777Z] #27 8.572 Selecting previously unselected package libssl1.1:arm64.
16:53:32 [2021-08-20T16:53:32.777Z] #27 8.572 Preparing to unpack .../03-libssl1.1_1.1.1d-0+deb10u6_arm64.deb ...
16:53:32 [2021-08-20T16:53:32.777Z] #27 8.594 Unpacking libssl1.1:arm64 (1.1.1d-0+deb10u6) ...
16:53:32 [2021-08-20T16:53:32.777Z] #27 8.784 Selecting previously unselected package libkrb5-3:arm64.
16:53:32 [2021-08-20T16:53:32.777Z] #27 8.787 Preparing to unpack .../04-libkrb5-3_1.17-3+deb10u2_arm64.deb ...
16:53:32 [2021-08-20T16:53:32.777Z] #27 8.791 Unpacking libkrb5-3:arm64 (1.17-3+deb10u2) ...
16:53:32 [2021-08-20T16:53:32.777Z] #27 8.892 Selecting previously unselected package libgssapi-krb5-2:arm64.
16:53:32 [2021-08-20T16:53:32.777Z] #27 8.895 Preparing to unpack .../05-libgssapi-krb5-2_1.17-3+deb10u2_arm64.deb ...
16:53:32 [2021-08-20T16:53:32.777Z] #27 8.900 Unpacking libgssapi-krb5-2:arm64 (1.17-3+deb10u2) ...
16:53:32 [2021-08-20T16:53:32.777Z] #27 8.977 Selecting previously unselected package openssl.
16:53:32 [2021-08-20T16:53:32.777Z] #27 8.981 Preparing to unpack .../06-openssl_1.1.1d-0+deb10u6_arm64.deb ...
16:53:32 [2021-08-20T16:53:32.777Z] #27 8.986 Unpacking openssl (1.1.1d-0+deb10u6) ...
16:53:32 [2021-08-20T16:53:32.777Z] #27 9.207 Selecting previously unselected package ca-certificates.
16:53:32 [2021-08-20T16:53:32.777Z] #27 9.207 Preparing to unpack .../07-ca-certificates_20200601~deb10u2_all.deb ...
16:53:32 [2021-08-20T16:53:32.777Z] #27 9.210 Unpacking ca-certificates (20200601~deb10u2) ...
16:53:32 [2021-08-20T16:53:32.777Z] #27 9.310 Selecting previously unselected package libsasl2-modules-db:arm64.
16:53:32 [2021-08-20T16:53:32.777Z] #27 9.311 Preparing to unpack .../08-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_arm64.deb ...
16:53:32 [2021-08-20T16:53:32.777Z] #27 9.317 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-1+deb10u1) ...
16:53:32 [2021-08-20T16:53:32.777Z] #27 9.373 Selecting previously unselected package libsasl2-2:arm64.
16:53:32 [2021-08-20T16:53:32.777Z] #27 9.374 Preparing to unpack .../09-libsasl2-2_2.1.27+dfsg-1+deb10u1_arm64.deb ...
16:53:32 [2021-08-20T16:53:32.777Z] #27 9.380 Unpacking libsasl2-2:arm64 (2.1.27+dfsg-1+deb10u1) ...
16:53:32 [2021-08-20T16:53:32.777Z] #27 9.492 Selecting previously unselected package libldap-common.
16:53:32 [2021-08-20T16:53:32.777Z] #27 9.494 Preparing to unpack .../10-libldap-common_2.4.47+dfsg-3+deb10u6_all.deb ...
16:53:32 [2021-08-20T16:53:32.777Z] #27 9.499 Unpacking libldap-common (2.4.47+dfsg-3+deb10u6) ...
16:53:32 [2021-08-20T16:53:32.777Z] #27 9.556 Selecting previously unselected package libldap-2.4-2:arm64.
16:53:32 [2021-08-20T16:53:32.777Z] #27 9.557 Preparing to unpack .../11-libldap-2.4-2_2.4.47+dfsg-3+deb10u6_arm64.deb ...
16:53:32 [2021-08-20T16:53:32.777Z] #27 9.563 Unpacking libldap-2.4-2:arm64 (2.4.47+dfsg-3+deb10u6) ...
16:53:32 [2021-08-20T16:53:32.777Z] #27 9.644 Selecting previously unselected package libnghttp2-14:arm64.
16:53:32 [2021-08-20T16:53:32.777Z] #27 9.644 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_arm64.deb ...
16:53:32 [2021-08-20T16:53:32.777Z] #27 9.650 Unpacking libnghttp2-14:arm64 (1.36.0-2+deb10u1) ...
16:53:32 [2021-08-20T16:53:32.777Z] #27 9.725 Selecting previously unselected package libpsl5:arm64.
16:53:32 [2021-08-20T16:53:32.777Z] #27 9.725 Preparing to unpack .../13-libpsl5_0.20.2-2_arm64.deb ...
16:53:32 [2021-08-20T16:53:32.777Z] #27 9.738 Unpacking libpsl5:arm64 (0.20.2-2) ...
16:53:32 [2021-08-20T16:53:32.777Z] #27 10.15 Selecting previously unselected package librtmp1:arm64.
16:53:32 [2021-08-20T16:53:32.777Z] #27 10.15 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_arm64.deb ...
16:53:32 [2021-08-20T16:53:32.777Z] #27 10.15 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2) ...
16:53:32 [2021-08-20T16:53:32.777Z] #27 ...
16:53:32 [2021-08-20T16:53:32.777Z] 
16:53:32 [2021-08-20T16:53:32.777Z] #9 [base 1/3] FROM docker.io/library/golang:1.16.7-buster@sha256:ba723066847150cd4547c5ba2a8136788ffef4897e0671a1f9cc4ea2bde0dc09
16:53:32 [2021-08-20T16:53:32.777Z] #9 sha256:9b0a48aff994808c14b374586f790d1674ebc505214db01853e2776b517c94e4
16:53:32 [2021-08-20T16:53:32.897Z] #29 7.702 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
16:53:32 [2021-08-20T16:53:32.932Z] #29 9.017 
######################################################################## 100.0%
16:53:32 [2021-08-20T16:53:32.932Z] #29 9.063 
16:53:32 [2021-08-20T16:53:32.932Z] #29 9.080 Download of images into '/build' complete.
16:53:32 [2021-08-20T16:53:32.932Z] #29 9.080 Use something like the following to load the result into a Docker daemon:
16:53:32 [2021-08-20T16:53:32.932Z] #29 9.080   tar -cC '/build' . | docker load
16:53:32 [2021-08-20T16:53:32.976Z] #39 ...
16:53:32 [2021-08-20T16:53:32.976Z] 
16:53:32 [2021-08-20T16:53:32.976Z] #46 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
16:53:32 [2021-08-20T16:53:32.976Z] #46 sha256:14468d0fe94f4ea4bf7e3cc8063106e860c9bc0e44a5ddd4657e87644b3d1513
16:53:32 [2021-08-20T16:53:32.976Z] #46 DONE 0.3s
16:53:32 [2021-08-20T16:53:32.976Z] 
16:53:32 [2021-08-20T16:53:32.976Z] #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
16:53:32 [2021-08-20T16:53:32.976Z] #50 sha256:f75ecbe316cb0e2efdda5acb686d2ec40b27477b2077c3759925dd24db16f16b
16:53:32 [2021-08-20T16:53:32.976Z] #50 DONE 0.4s
16:53:33 [2021-08-20T16:53:33.194Z] #29 7.816 
16:53:33 [2021-08-20T16:53:33.194Z] #29 7.893 
######################################################################## 100.0%
16:53:33 [2021-08-20T16:53:33.194Z] #29 7.956 
16:53:33 [2021-08-20T16:53:33.240Z] 
16:53:33 [2021-08-20T16:53:33.240Z] #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
16:53:33 [2021-08-20T16:53:33.240Z] #51 sha256:17b9b2c66b5114379bdd507ebb6b3fcb9f10f4d3301507cb76542897a8754e0b
16:53:33 [2021-08-20T16:53:33.456Z] #29 8.226 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
16:53:33 [2021-08-20T16:53:33.456Z] #29 8.334 
16:53:33 [2021-08-20T16:53:33.494Z] #29 DONE 9.6s
16:53:33 [2021-08-20T16:53:33.494Z] 
16:53:33 [2021-08-20T16:53:33.495Z] #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
16:53:33 [2021-08-20T16:53:33.495Z] #12 sha256:7c75d646f0f28d57a0d52dab109e793cca2c4a6f4d1653f12f2643eb70d8d40a
16:53:33 [2021-08-20T16:53:33.495Z] #12 DONE 4.1s
16:53:33 [2021-08-20T16:53:33.495Z] 
16:53:33 [2021-08-20T16:53:33.495Z] #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
16:53:33 [2021-08-20T16:53:33.495Z] #13 sha256:2ea98f0c850f86337a599286b1c82318201b41ac5783d18845b4a9977a584449
16:53:33 [2021-08-20T16:53:33.724Z] #29 8.405 
######################################################################## 100.0%
16:53:33 [2021-08-20T16:53:33.724Z] #29 8.453 
16:53:33 [2021-08-20T16:53:33.724Z] #29 8.466 Download of images into '/build' complete.
16:53:33 [2021-08-20T16:53:33.724Z] #29 8.466 Use something like the following to load the result into a Docker daemon:
16:53:33 [2021-08-20T16:53:33.724Z] #29 8.466   tar -cC '/build' . | docker load
16:53:33 [2021-08-20T16:53:33.985Z] #29 DONE 8.7s
16:53:33 [2021-08-20T16:53:33.985Z] 
16:53:33 [2021-08-20T16:53:33.985Z] #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
16:53:33 [2021-08-20T16:53:33.985Z] #40 sha256:31736fe214c91336173addd02086baee88a153b6f405eb3118f95276bd6e57da
16:53:34 [2021-08-20T16:53:34.164Z] #9 extracting sha256:094e896cca33e0e41646026a37940ee330528c9038b9721210d416f7dbdf752b 4.5s done
16:53:35 [2021-08-20T16:53:35.106Z] #9 extracting sha256:480d6149a60cc79ef2069bb15232117fe7f735afb2ca6c9a54d9c38de0d54144 0.0s done
16:53:35 [2021-08-20T16:53:35.678Z] #9 DONE 17.4s
16:53:35 [2021-08-20T16:53:35.678Z] 
16:53:35 [2021-08-20T16:53:35.678Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
16:53:35 [2021-08-20T16:53:35.678Z] #10 sha256:74a76884dab846a5741269ec6511c86790ac21b7e8c785c9badddba0acb5883d
16:53:35 [2021-08-20T16:53:35.785Z] #51 ...
16:53:35 [2021-08-20T16:53:35.785Z] 
16:53:35 [2021-08-20T16:53:35.785Z] #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
16:53:35 [2021-08-20T16:53:35.785Z] #36 sha256:f84c2113beb50bede0d946dc7c1cd82e247fb7d751aff31ab003adacfd2ce3ca
16:53:35 [2021-08-20T16:53:35.785Z] #36 6.003 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
16:53:35 [2021-08-20T16:53:35.785Z] #36 6.140 
16:53:35 [2021-08-20T16:53:35.785Z] #36 6.272 
######################################################################## 100.0%
16:53:35 [2021-08-20T16:53:35.785Z] #36 6.297 
16:53:35 [2021-08-20T16:53:35.785Z] #36 6.733 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)...
16:53:35 [2021-08-20T16:53:35.785Z] #36 6.945 
16:53:35 [2021-08-20T16:53:35.785Z] #36 7.096 
#                                                                          1.6%
####################                                                      29.0%
##################################                                        47.7%
##########################################                                58.9%
############################################################              84.0%
######################################################################## 100.0%
16:53:35 [2021-08-20T16:53:35.785Z] #36 7.625 
16:53:35 [2021-08-20T16:53:35.785Z] #36 7.963 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
16:53:35 [2021-08-20T16:53:35.785Z] #36 8.136 
16:53:35 [2021-08-20T16:53:35.785Z] #36 8.220 
######################################################################## 100.0%
16:53:35 [2021-08-20T16:53:35.785Z] #36 8.250 
16:53:35 [2021-08-20T16:53:35.785Z] #36 8.543 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
16:53:35 [2021-08-20T16:53:35.785Z] #36 8.626 
16:53:35 [2021-08-20T16:53:35.785Z] #36 8.698 
######################################################################## 100.0%
16:53:35 [2021-08-20T16:53:35.785Z] #36 8.730 
16:53:35 [2021-08-20T16:53:35.785Z] #36 8.744 Download of images into '/build' complete.
16:53:35 [2021-08-20T16:53:35.785Z] #36 8.744 Use something like the following to load the result into a Docker daemon:
16:53:35 [2021-08-20T16:53:35.785Z] #36 8.744   tar -cC '/build' . | docker load
16:53:35 [2021-08-20T16:53:35.785Z] #36 DONE 8.9s
16:53:35 [2021-08-20T16:53:35.785Z] 
16:53:35 [2021-08-20T16:53:35.785Z] #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
16:53:35 [2021-08-20T16:53:35.785Z] #47 sha256:31736fe214c91336173addd02086baee88a153b6f405eb3118f95276bd6e57da
16:53:36 [2021-08-20T16:53:36.355Z] #47 ...
16:53:36 [2021-08-20T16:53:36.355Z] 
16:53:36 [2021-08-20T16:53:36.355Z] #12 [cross-true 1/6] RUN dpkg --add-architecture arm64
16:53:36 [2021-08-20T16:53:36.355Z] #12 sha256:b4f3a26c234b547313862058bf04befd8def1ca8873d2aa43a21228f33962cd6
16:53:36 [2021-08-20T16:53:36.355Z] #12 DONE 3.6s
16:53:36 [2021-08-20T16:53:36.355Z] 
16:53:36 [2021-08-20T16:53:36.355Z] #13 [cross-true 2/6] RUN dpkg --add-architecture armel
16:53:36 [2021-08-20T16:53:36.355Z] #13 sha256:36bfb247a51f40f96b3428a5b192634b9b23130abd159edb6f9ece96c25fc4a9
16:53:36 [2021-08-20T16:53:36.522Z] #40 ...
16:53:36 [2021-08-20T16:53:36.522Z] 
16:53:36 [2021-08-20T16:53:36.522Z] #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
16:53:36 [2021-08-20T16:53:36.522Z] #12 sha256:7c75d646f0f28d57a0d52dab109e793cca2c4a6f4d1653f12f2643eb70d8d40a
16:53:36 [2021-08-20T16:53:36.522Z] #12 DONE 4.7s
16:53:36 [2021-08-20T16:53:36.522Z] 
16:53:36 [2021-08-20T16:53:36.522Z] #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
16:53:36 [2021-08-20T16:53:36.522Z] #13 sha256:2ea98f0c850f86337a599286b1c82318201b41ac5783d18845b4a9977a584449
16:53:37 [2021-08-20T16:53:37.675Z] #13 3.702 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB]
16:53:37 [2021-08-20T16:53:37.675Z] #13 3.800 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB]
16:53:37 [2021-08-20T16:53:37.675Z] #13 3.950 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
16:53:37 [2021-08-20T16:53:37.675Z] #13 3.996 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
16:53:38 [2021-08-20T16:53:38.223Z] #10 DONE 2.2s
16:53:38 [2021-08-20T16:53:38.223Z] 
16:53:38 [2021-08-20T16:53:38.223Z] #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
16:53:38 [2021-08-20T16:53:38.223Z] #27 sha256:2e1bba6c6e982e338eedf015e5c6a7cf84f9a4eebf67fe780e5bae25a3646d5b
16:53:38 [2021-08-20T16:53:38.223Z] #27 10.20 Selecting previously unselected package libssh2-1:arm64.
16:53:38 [2021-08-20T16:53:38.223Z] #27 10.20 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_arm64.deb ...
16:53:38 [2021-08-20T16:53:38.223Z] #27 10.21 Unpacking libssh2-1:arm64 (1.8.0-2.1) ...
16:53:38 [2021-08-20T16:53:38.223Z] #27 10.28 Selecting previously unselected package libcurl4:arm64.
16:53:38 [2021-08-20T16:53:38.223Z] #27 10.28 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u2_arm64.deb ...
16:53:38 [2021-08-20T16:53:38.223Z] #27 10.28 Unpacking libcurl4:arm64 (7.64.0-4+deb10u2) ...
16:53:38 [2021-08-20T16:53:38.223Z] #27 10.37 Selecting previously unselected package curl.
16:53:38 [2021-08-20T16:53:38.223Z] #27 10.37 Preparing to unpack .../17-curl_7.64.0-4+deb10u2_arm64.deb ...
16:53:38 [2021-08-20T16:53:38.224Z] #27 10.37 Unpacking curl (7.64.0-4+deb10u2) ...
16:53:38 [2021-08-20T16:53:38.224Z] #27 10.44 Selecting previously unselected package libonig5:arm64.
16:53:38 [2021-08-20T16:53:38.224Z] #27 10.45 Preparing to unpack .../18-libonig5_6.9.1-1_arm64.deb ...
16:53:38 [2021-08-20T16:53:38.224Z] #27 10.45 Unpacking libonig5:arm64 (6.9.1-1) ...
16:53:38 [2021-08-20T16:53:38.224Z] #27 10.52 Selecting previously unselected package libjq1:arm64.
16:53:38 [2021-08-20T16:53:38.224Z] #27 10.52 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_arm64.deb ...
16:53:38 [2021-08-20T16:53:38.224Z] #27 10.53 Unpacking libjq1:arm64 (1.5+dfsg-2+b1) ...
16:53:38 [2021-08-20T16:53:38.224Z] #27 10.58 Selecting previously unselected package jq.
16:53:38 [2021-08-20T16:53:38.224Z] #27 10.58 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_arm64.deb ...
16:53:38 [2021-08-20T16:53:38.224Z] #27 10.59 Unpacking jq (1.5+dfsg-2+b1) ...
16:53:38 [2021-08-20T16:53:38.224Z] #27 10.70 Setting up libkeyutils1:arm64 (1.6-6) ...
16:53:38 [2021-08-20T16:53:38.224Z] #27 10.72 Setting up libpsl5:arm64 (0.20.2-2) ...
16:53:38 [2021-08-20T16:53:38.224Z] #27 10.73 Setting up libssl1.1:arm64 (1.1.1d-0+deb10u6) ...
16:53:38 [2021-08-20T16:53:38.224Z] #27 10.99 Setting up libnghttp2-14:arm64 (1.36.0-2+deb10u1) ...
16:53:38 [2021-08-20T16:53:38.224Z] #27 11.01 Setting up libldap-common (2.4.47+dfsg-3+deb10u6) ...
16:53:38 [2021-08-20T16:53:38.224Z] #27 11.03 Setting up libkrb5support0:arm64 (1.17-3+deb10u2) ...
16:53:38 [2021-08-20T16:53:38.224Z] #27 11.04 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-1+deb10u1) ...
16:53:38 [2021-08-20T16:53:38.224Z] #27 11.05 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2) ...
16:53:38 [2021-08-20T16:53:38.224Z] #27 11.08 Setting up libk5crypto3:arm64 (1.17-3+deb10u2) ...
16:53:38 [2021-08-20T16:53:38.224Z] #27 11.12 Setting up libsasl2-2:arm64 (2.1.27+dfsg-1+deb10u1) ...
16:53:38 [2021-08-20T16:53:38.224Z] #27 11.17 Setting up libssh2-1:arm64 (1.8.0-2.1) ...
16:53:38 [2021-08-20T16:53:38.224Z] #27 11.19 Setting up libkrb5-3:arm64 (1.17-3+deb10u2) ...
16:53:38 [2021-08-20T16:53:38.224Z] #27 11.22 Setting up openssl (1.1.1d-0+deb10u6) ...
16:53:38 [2021-08-20T16:53:38.224Z] #27 11.25 Setting up libonig5:arm64 (6.9.1-1) ...
16:53:38 [2021-08-20T16:53:38.224Z] #27 11.27 Setting up libjq1:arm64 (1.5+dfsg-2+b1) ...
16:53:38 [2021-08-20T16:53:38.224Z] #27 11.30 Setting up libldap-2.4-2:arm64 (2.4.47+dfsg-3+deb10u6) ...
16:53:38 [2021-08-20T16:53:38.224Z] #27 11.33 Setting up ca-certificates (20200601~deb10u2) ...
16:53:38 [2021-08-20T16:53:38.224Z] #27 12.15 Updating certificates in /etc/ssl/certs...
16:53:38 [2021-08-20T16:53:38.224Z] #27 13.22 137 added, 0 removed; done.
16:53:38 [2021-08-20T16:53:38.224Z] #27 13.33 Setting up libgssapi-krb5-2:arm64 (1.17-3+deb10u2) ...
16:53:38 [2021-08-20T16:53:38.224Z] #27 13.34 Setting up jq (1.5+dfsg-2+b1) ...
16:53:38 [2021-08-20T16:53:38.224Z] #27 13.37 Setting up libcurl4:arm64 (7.64.0-4+deb10u2) ...
16:53:38 [2021-08-20T16:53:38.224Z] #27 13.37 Setting up curl (7.64.0-4+deb10u2) ...
16:53:38 [2021-08-20T16:53:38.224Z] #27 13.38 Processing triggers for libc-bin (2.28-10) ...
16:53:38 [2021-08-20T16:53:38.224Z] #27 13.41 Processing triggers for ca-certificates (20200601~deb10u2) ...
16:53:38 [2021-08-20T16:53:38.224Z] #27 13.43 Updating certificates in /etc/ssl/certs...
16:53:38 [2021-08-20T16:53:38.224Z] #27 14.32 0 added, 0 removed; done.
16:53:38 [2021-08-20T16:53:38.224Z] #27 14.32 Running hooks in /etc/ca-certificates/update.d...
16:53:38 [2021-08-20T16:53:38.224Z] #27 14.32 done.
16:53:38 [2021-08-20T16:53:38.224Z] #27 DONE 15.5s
16:53:38 [2021-08-20T16:53:38.224Z] 
16:53:38 [2021-08-20T16:53:38.224Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh /
16:53:38 [2021-08-20T16:53:38.224Z] #28 sha256:ab255183d67764b86947d22bc5b80660ff7841da8716962f7610fd0b7b00d83f
16:53:38 [2021-08-20T16:53:38.224Z] #28 DONE 0.1s
16:53:38 [2021-08-20T16:53:38.224Z] 
16:53:38 [2021-08-20T16:53:38.224Z] #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
16:53:38 [2021-08-20T16:53:38.224Z] #29 sha256:9084fa7dc80beab5233b6ec2a051889f3e45bdb62e5566016ff7b02249e9effc
16:53:38 [2021-08-20T16:53:38.797Z] #29 ...
16:53:38 [2021-08-20T16:53:38.797Z] 
16:53:38 [2021-08-20T16:53:38.797Z] #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
16:53:38 [2021-08-20T16:53:38.797Z] #11 sha256:a1275979291903b72ec9fea52b2bf9bcda6034a97d71ac0d69123975d6629cdc
16:53:38 [2021-08-20T16:53:38.797Z] #11 DONE 1.1s
16:53:38 [2021-08-20T16:53:38.894Z] #13 DONE 2.4s
16:53:38 [2021-08-20T16:53:38.894Z] 
16:53:38 [2021-08-20T16:53:38.894Z] #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
16:53:38 [2021-08-20T16:53:38.894Z] #51 sha256:17b9b2c66b5114379bdd507ebb6b3fcb9f10f4d3301507cb76542897a8754e0b
16:53:38 [2021-08-20T16:53:38.894Z] #51 4.696 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB]
16:53:38 [2021-08-20T16:53:38.894Z] #51 4.784 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
16:53:38 [2021-08-20T16:53:38.894Z] #51 4.796 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
16:53:38 [2021-08-20T16:53:38.894Z] #51 5.086 Hit:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10  InRelease
16:53:39 [2021-08-20T16:53:39.045Z] #13 ...
16:53:39 [2021-08-20T16:53:39.046Z] 
16:53:39 [2021-08-20T16:53:39.046Z] #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
16:53:39 [2021-08-20T16:53:39.046Z] #59 sha256:d323e3fc26383080ff40efbb0e6f67d73ece52f2fc28d83bffea2a2f4ea49322
16:53:39 [2021-08-20T16:53:39.046Z] #59 5.535 + RM_GOPATH=0
16:53:39 [2021-08-20T16:53:39.046Z] #59 5.535 + TMP_GOPATH=
16:53:39 [2021-08-20T16:53:39.046Z] #59 5.535 + : /build
16:53:39 [2021-08-20T16:53:39.046Z] #59 5.535 + '[' -z '' ']'
16:53:39 [2021-08-20T16:53:39.046Z] #59 5.535 ++ mktemp -d
16:53:39 [2021-08-20T16:53:39.046Z] #59 5.535 + export GOPATH=/tmp/tmp.otqJy1eTG7
16:53:39 [2021-08-20T16:53:39.046Z] #59 5.535 + GOPATH=/tmp/tmp.otqJy1eTG7
16:53:39 [2021-08-20T16:53:39.046Z] #59 5.535 + RM_GOPATH=1
16:53:39 [2021-08-20T16:53:39.046Z] #59 5.535 + case "$(go env GOARCH)" in
16:53:39 [2021-08-20T16:53:39.046Z] #59 5.536 ++ go env GOARCH
16:53:39 [2021-08-20T16:53:39.046Z] #59 5.549 + export GO_BUILDMODE=-buildmode=pie
16:53:39 [2021-08-20T16:53:39.046Z] #59 5.549 + GO_BUILDMODE=-buildmode=pie
16:53:39 [2021-08-20T16:53:39.046Z] #59 5.549 ++ dirname /tmp/install/install.sh
16:53:39 [2021-08-20T16:53:39.046Z] #59 5.549 + dir=/tmp/install
16:53:39 [2021-08-20T16:53:39.046Z] #59 5.549 + bin=rootlesskit
16:53:39 [2021-08-20T16:53:39.046Z] #59 5.549 + shift
16:53:39 [2021-08-20T16:53:39.046Z] #59 5.549 + '[' '!' -f /tmp/install/rootlesskit.installer ']'
16:53:39 [2021-08-20T16:53:39.046Z] #59 5.549 + . /tmp/install/rootlesskit.installer
16:53:39 [2021-08-20T16:53:39.046Z] #59 5.549 ++ : 87d443683ac1e8aba4110b8081f15aaae432aaa2
16:53:39 [2021-08-20T16:53:39.046Z] #59 5.549 + install_rootlesskit
16:53:39 [2021-08-20T16:53:39.046Z] #59 5.549 + case "$1" in
16:53:39 [2021-08-20T16:53:39.046Z] #59 5.549 + export CGO_ENABLED=0
16:53:39 [2021-08-20T16:53:39.046Z] #59 5.549 + CGO_ENABLED=0
16:53:39 [2021-08-20T16:53:39.046Z] #59 5.549 + _install_rootlesskit
16:53:39 [2021-08-20T16:53:39.046Z] #59 5.557 Install rootlesskit version 87d443683ac1e8aba4110b8081f15aaae432aaa2
16:53:39 [2021-08-20T16:53:39.046Z] #59 5.557 + echo 'Install rootlesskit version 87d443683ac1e8aba4110b8081f15aaae432aaa2'
16:53:39 [2021-08-20T16:53:39.046Z] #59 5.557 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.otqJy1eTG7/src/github.com/rootless-containers/rootlesskit
16:53:39 [2021-08-20T16:53:39.046Z] #59 5.563 Cloning into '/tmp/tmp.otqJy1eTG7/src/github.com/rootless-containers/rootlesskit'...
16:53:39 [2021-08-20T16:53:39.057Z] 
16:53:39 [2021-08-20T16:53:39.057Z] #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
16:53:39 [2021-08-20T16:53:39.057Z] #48 sha256:91eed5a5abf5961eac6c0488a713505fbbf516ec8dccd812fc6b229c241436f5
16:53:39 [2021-08-20T16:53:39.303Z] #59 ...
16:53:39 [2021-08-20T16:53:39.303Z] 
16:53:39 [2021-08-20T16:53:39.303Z] #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
16:53:39 [2021-08-20T16:53:39.303Z] #36 sha256:7e4a7d0643c402051e4468c5fff5d3e9795dd212ea6c08dc71807381a18fc6a4
16:53:39 [2021-08-20T16:53:39.303Z] #36 6.515 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB]
16:53:39 [2021-08-20T16:53:39.303Z] #36 6.589 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
16:53:39 [2021-08-20T16:53:39.303Z] #36 6.589 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
16:53:39 [2021-08-20T16:53:39.303Z] #36 9.097 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
16:53:39 [2021-08-20T16:53:39.303Z] #36 ...
16:53:39 [2021-08-20T16:53:39.303Z] 
16:53:39 [2021-08-20T16:53:39.303Z] #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
16:53:39 [2021-08-20T16:53:39.303Z] #34 sha256:b4ae1d71ec232d14cf2c3bde19565ac7839d23b68cfb72c640e5faae309aa2b8
16:53:39 [2021-08-20T16:53:39.303Z] #34 5.588 Install go-toml version v1.8.1
16:53:39 [2021-08-20T16:53:39.303Z] #34 6.392 go: downloading github.com/pelletier/go-toml v1.8.1
16:53:39 [2021-08-20T16:53:39.463Z] #51 6.215 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
16:53:39 [2021-08-20T16:53:39.560Z] #34 ...
16:53:39 [2021-08-20T16:53:39.560Z] 
16:53:39 [2021-08-20T16:53:39.560Z] #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
16:53:39 [2021-08-20T16:53:39.560Z] #50 sha256:4e0f4d11787acc3d4459bf67a31cf3c3038d6c42a400e561f4f7a164e602858e
16:53:39 [2021-08-20T16:53:39.560Z] #50 4.615 + RM_GOPATH=0
16:53:39 [2021-08-20T16:53:39.560Z] #50 4.615 + TMP_GOPATH=
16:53:39 [2021-08-20T16:53:39.560Z] #50 4.615 + : /build
16:53:39 [2021-08-20T16:53:39.560Z] #50 4.615 + '[' -z '' ']'
16:53:39 [2021-08-20T16:53:39.560Z] #50 4.615 ++ mktemp -d
16:53:39 [2021-08-20T16:53:39.560Z] #50 4.615 + export GOPATH=/tmp/tmp.HKpHN16Aii
16:53:39 [2021-08-20T16:53:39.560Z] #50 4.615 + GOPATH=/tmp/tmp.HKpHN16Aii
16:53:39 [2021-08-20T16:53:39.560Z] #50 4.615 + RM_GOPATH=1
16:53:39 [2021-08-20T16:53:39.560Z] #50 4.615 + case "$(go env GOARCH)" in
16:53:39 [2021-08-20T16:53:39.560Z] #50 4.615 ++ go env GOARCH
16:53:39 [2021-08-20T16:53:39.560Z] #50 4.624 + export GO_BUILDMODE=-buildmode=pie
16:53:39 [2021-08-20T16:53:39.560Z] #50 4.624 + GO_BUILDMODE=-buildmode=pie
16:53:39 [2021-08-20T16:53:39.560Z] #50 4.625 ++ dirname /tmp/install/install.sh
16:53:39 [2021-08-20T16:53:39.560Z] #50 4.625 + dir=/tmp/install
16:53:39 [2021-08-20T16:53:39.560Z] #50 4.625 + bin=golangci_lint
16:53:39 [2021-08-20T16:53:39.560Z] #50 4.625 + shift
16:53:39 [2021-08-20T16:53:39.560Z] #50 4.625 + '[' '!' -f /tmp/install/golangci_lint.installer ']'
16:53:39 [2021-08-20T16:53:39.560Z] #50 4.625 + . /tmp/install/golangci_lint.installer
16:53:39 [2021-08-20T16:53:39.560Z] #50 4.625 ++ : v1.23.8
16:53:39 [2021-08-20T16:53:39.560Z] #50 4.625 + install_golangci_lint
16:53:39 [2021-08-20T16:53:39.560Z] #50 4.625 + set -e
16:53:39 [2021-08-20T16:53:39.560Z] #50 4.625 + export GO111MODULE=on
16:53:39 [2021-08-20T16:53:39.560Z] #50 4.625 + GO111MODULE=on
16:53:39 [2021-08-20T16:53:39.560Z] #50 4.625 + GOBIN=/build
16:53:39 [2021-08-20T16:53:39.560Z] #50 4.625 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8
16:53:39 [2021-08-20T16:53:39.560Z] #50 5.146 go: downloading github.com/golangci/golangci-lint v1.23.8
16:53:39 [2021-08-20T16:53:39.560Z] #50 ...
16:53:39 [2021-08-20T16:53:39.560Z] 
16:53:39 [2021-08-20T16:53:39.560Z] #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
16:53:39 [2021-08-20T16:53:39.560Z] #24 sha256:ac90d25d36401c9faa29880e23f83ca9fe23b5529755844ba132333c70c1b988
16:53:39 [2021-08-20T16:53:39.560Z] #24 5.923 + RM_GOPATH=0
16:53:39 [2021-08-20T16:53:39.560Z] #24 5.923 + TMP_GOPATH=
16:53:39 [2021-08-20T16:53:39.560Z] #24 5.923 + : /build
16:53:39 [2021-08-20T16:53:39.560Z] #24 5.923 + '[' -z '' ']'
16:53:39 [2021-08-20T16:53:39.560Z] #24 5.923 ++ mktemp -d
16:53:39 [2021-08-20T16:53:39.560Z] #24 5.937 + export GOPATH=/tmp/tmp.In4rmO0UNL
16:53:39 [2021-08-20T16:53:39.560Z] #24 5.937 + GOPATH=/tmp/tmp.In4rmO0UNL
16:53:39 [2021-08-20T16:53:39.560Z] #24 5.937 + RM_GOPATH=1
16:53:39 [2021-08-20T16:53:39.560Z] #24 5.937 + case "$(go env GOARCH)" in
16:53:39 [2021-08-20T16:53:39.560Z] #24 5.937 ++ go env GOARCH
16:53:39 [2021-08-20T16:53:39.560Z] #24 5.966 + export GO_BUILDMODE=-buildmode=pie
16:53:39 [2021-08-20T16:53:39.560Z] #24 5.966 + GO_BUILDMODE=-buildmode=pie
16:53:39 [2021-08-20T16:53:39.560Z] #24 5.967 ++ dirname /tmp/install/install.sh
16:53:39 [2021-08-20T16:53:39.560Z] #24 5.975 Install docker/cli version 17.06.2-ce from stable
16:53:39 [2021-08-20T16:53:39.560Z] #24 5.981 + dir=/tmp/install
16:53:39 [2021-08-20T16:53:39.560Z] #24 5.981 + bin=dockercli
16:53:39 [2021-08-20T16:53:39.560Z] #24 5.981 + shift
16:53:39 [2021-08-20T16:53:39.560Z] #24 5.981 + '[' '!' -f /tmp/install/dockercli.installer ']'
16:53:39 [2021-08-20T16:53:39.560Z] #24 5.981 + . /tmp/install/dockercli.installer
16:53:39 [2021-08-20T16:53:39.560Z] #24 5.981 ++ : stable
16:53:39 [2021-08-20T16:53:39.560Z] #24 5.981 ++ : 17.06.2-ce
16:53:39 [2021-08-20T16:53:39.560Z] #24 5.981 + install_dockercli
16:53:39 [2021-08-20T16:53:39.560Z] #24 5.981 + echo 'Install docker/cli version 17.06.2-ce from stable'
16:53:39 [2021-08-20T16:53:39.560Z] #24 5.981 ++ uname -m
16:53:39 [2021-08-20T16:53:39.560Z] #24 5.981 + arch=x86_64
16:53:39 [2021-08-20T16:53:39.560Z] #24 5.981 + '[' x86_64 '!=' x86_64 ']'
16:53:39 [2021-08-20T16:53:39.560Z] #24 5.981 + url=https://download.docker.com/linux/static
16:53:39 [2021-08-20T16:53:39.560Z] #24 5.981 + tar -xz docker/docker
16:53:39 [2021-08-20T16:53:39.560Z] #24 5.982 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz
16:53:39 [2021-08-20T16:53:39.633Z] #48 ...
16:53:39 [2021-08-20T16:53:39.633Z] 
16:53:39 [2021-08-20T16:53:39.633Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger
16:53:39 [2021-08-20T16:53:39.633Z] #31 sha256:624d1c9ceb63a5dabd6c44f759d8bbc8472db7809f138dd6a4f0fadb8381c108
16:53:39 [2021-08-20T16:53:39.633Z] #31 DONE 0.6s
16:53:39 [2021-08-20T16:53:39.633Z] 
16:53:39 [2021-08-20T16:53:39.633Z] #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
16:53:39 [2021-08-20T16:53:39.633Z] #43 sha256:b2c0bc3b9d13726e47a580f6c770e72a327e6d148a83dfc7be4e316a3d92f6bf
16:53:39 [2021-08-20T16:53:39.633Z] #43 DONE 0.7s
16:53:39 [2021-08-20T16:53:39.633Z] 
16:53:39 [2021-08-20T16:53:39.633Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution
16:53:39 [2021-08-20T16:53:39.633Z] #39 sha256:9f2603bd1d23a870dfe1e54cea90a5492b64233bd159635194b03be0dc6084c7
16:53:39 [2021-08-20T16:53:39.633Z] #39 DONE 0.7s
16:53:39 [2021-08-20T16:53:39.633Z] 
16:53:39 [2021-08-20T16:53:39.633Z] #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
16:53:39 [2021-08-20T16:53:39.633Z] #40 sha256:4b942c013447a5086b7e6866dbc58570e707cf858c0190baf1d8a269696a5dad
16:53:39 [2021-08-20T16:53:39.817Z] #24 ...
16:53:39 [2021-08-20T16:53:39.817Z] 
16:53:39 [2021-08-20T16:53:39.817Z] #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
16:53:39 [2021-08-20T16:53:39.817Z] #52 sha256:acd3697efc4e8bc2accdcc4a246afd62f09d2ff177ebbb1a1c47382f42d35d7c
16:53:39 [2021-08-20T16:53:39.817Z] #52 4.955 + RM_GOPATH=0
16:53:39 [2021-08-20T16:53:39.817Z] #52 4.955 + TMP_GOPATH=
16:53:39 [2021-08-20T16:53:39.817Z] #52 4.955 + : /build
16:53:39 [2021-08-20T16:53:39.817Z] #52 4.955 + '[' -z '' ']'
16:53:39 [2021-08-20T16:53:39.817Z] #52 4.955 ++ mktemp -d
16:53:39 [2021-08-20T16:53:39.817Z] #52 4.955 + export GOPATH=/tmp/tmp.buoTsYh7ti
16:53:39 [2021-08-20T16:53:39.817Z] #52 4.955 + GOPATH=/tmp/tmp.buoTsYh7ti
16:53:39 [2021-08-20T16:53:39.817Z] #52 4.955 + RM_GOPATH=1
16:53:39 [2021-08-20T16:53:39.817Z] #52 4.955 + case "$(go env GOARCH)" in
16:53:39 [2021-08-20T16:53:39.817Z] #52 4.955 ++ go env GOARCH
16:53:39 [2021-08-20T16:53:39.817Z] #52 4.974 + export GO_BUILDMODE=-buildmode=pie
16:53:39 [2021-08-20T16:53:39.817Z] #52 4.974 + GO_BUILDMODE=-buildmode=pie
16:53:39 [2021-08-20T16:53:39.817Z] #52 4.974 ++ dirname /tmp/install/install.sh
16:53:39 [2021-08-20T16:53:39.817Z] #52 4.974 + dir=/tmp/install
16:53:39 [2021-08-20T16:53:39.817Z] #52 4.974 + bin=shfmt
16:53:39 [2021-08-20T16:53:39.817Z] #52 4.974 + shift
16:53:39 [2021-08-20T16:53:39.817Z] #52 4.974 + '[' '!' -f /tmp/install/shfmt.installer ']'
16:53:39 [2021-08-20T16:53:39.817Z] #52 4.974 + . /tmp/install/shfmt.installer
16:53:39 [2021-08-20T16:53:39.817Z] #52 4.974 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f
16:53:39 [2021-08-20T16:53:39.817Z] #52 4.974 + install_shfmt
16:53:39 [2021-08-20T16:53:39.817Z] #52 4.974 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f'
16:53:39 [2021-08-20T16:53:39.817Z] #52 4.974 + git clone https://github.com/mvdan/sh.git /tmp/tmp.buoTsYh7ti/src/github.com/mvdan/sh
16:53:39 [2021-08-20T16:53:39.817Z] #52 4.974 Cloning into '/tmp/tmp.buoTsYh7ti/src/github.com/mvdan/sh'...
16:53:39 [2021-08-20T16:53:39.817Z] #52 4.978 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f
16:53:39 [2021-08-20T16:53:39.817Z] #52 ...
16:53:39 [2021-08-20T16:53:39.817Z] 
16:53:39 [2021-08-20T16:53:39.817Z] #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
16:53:39 [2021-08-20T16:53:39.817Z] #46 sha256:85d5a20cf7ff740618d370a7abe4e4d0ed219e61a71d9cde09b95fcdd5820b66
16:53:39 [2021-08-20T16:53:39.817Z] #46 5.146 + RM_GOPATH=0
16:53:39 [2021-08-20T16:53:39.817Z] #46 5.146 + TMP_GOPATH=
16:53:39 [2021-08-20T16:53:39.817Z] #46 5.146 + : /build
16:53:39 [2021-08-20T16:53:39.817Z] #46 5.146 + '[' -z '' ']'
16:53:39 [2021-08-20T16:53:39.817Z] #46 5.146 ++ mktemp -d
16:53:39 [2021-08-20T16:53:39.817Z] #46 5.146 + export GOPATH=/tmp/tmp.ltt16mPMhk
16:53:39 [2021-08-20T16:53:39.817Z] #46 5.146 + GOPATH=/tmp/tmp.ltt16mPMhk
16:53:39 [2021-08-20T16:53:39.817Z] #46 5.146 + RM_GOPATH=1
16:53:39 [2021-08-20T16:53:39.817Z] #46 5.146 + case "$(go env GOARCH)" in
16:53:39 [2021-08-20T16:53:39.817Z] #46 5.146 ++ go env GOARCH
16:53:39 [2021-08-20T16:53:39.817Z] #46 5.146 + export GO_BUILDMODE=-buildmode=pie
16:53:39 [2021-08-20T16:53:39.817Z] #46 5.146 + GO_BUILDMODE=-buildmode=pie
16:53:39 [2021-08-20T16:53:39.817Z] #46 5.146 ++ dirname /tmp/install/install.sh
16:53:39 [2021-08-20T16:53:39.817Z] #46 5.146 + dir=/tmp/install
16:53:39 [2021-08-20T16:53:39.817Z] #46 5.146 + bin=vndr
16:53:39 [2021-08-20T16:53:39.817Z] #46 5.146 + shift
16:53:39 [2021-08-20T16:53:39.817Z] #46 5.146 + '[' '!' -f /tmp/install/vndr.installer ']'
16:53:39 [2021-08-20T16:53:39.817Z] #46 5.146 + . /tmp/install/vndr.installer
16:53:39 [2021-08-20T16:53:39.817Z] #46 5.146 ++ : f12b881cb8f081a5058408a58f429b9014833fc6
16:53:39 [2021-08-20T16:53:39.817Z] #46 5.146 + install_vndr
16:53:39 [2021-08-20T16:53:39.817Z] #46 5.146 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6'
16:53:39 [2021-08-20T16:53:39.817Z] #46 5.146 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.ltt16mPMhk/src/github.com/LK4D4/vndr
16:53:39 [2021-08-20T16:53:39.817Z] #46 5.146 Cloning into '/tmp/tmp.ltt16mPMhk/src/github.com/LK4D4/vndr'...
16:53:39 [2021-08-20T16:53:39.817Z] #46 5.146 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6
16:53:39 [2021-08-20T16:53:39.817Z] #46 5.942 + cd /tmp/tmp.ltt16mPMhk/src/github.com/LK4D4/vndr
16:53:39 [2021-08-20T16:53:39.817Z] #46 5.942 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6
16:53:39 [2021-08-20T16:53:39.817Z] #46 6.030 + go build -buildmode=pie -v -o /build/vndr .
16:53:39 [2021-08-20T16:53:39.817Z] #46 8.058 internal/unsafeheader
16:53:39 [2021-08-20T16:53:39.817Z] #46 8.103 internal/cpu
16:53:39 [2021-08-20T16:53:39.817Z] #46 8.319 runtime/internal/atomic
16:53:39 [2021-08-20T16:53:39.817Z] #46 9.166 runtime/internal/sys
16:53:39 [2021-08-20T16:53:39.817Z] #46 9.421 internal/bytealg
16:53:39 [2021-08-20T16:53:39.817Z] #46 9.642 runtime/internal/math
16:53:39 [2021-08-20T16:53:39.817Z] #46 9.931 internal/race
16:53:39 [2021-08-20T16:53:39.817Z] #46 9.995 sync/atomic
16:53:39 [2021-08-20T16:53:39.817Z] #46 10.38 unicode
16:53:39 [2021-08-20T16:53:39.817Z] #46 10.62 runtime
16:53:40 [2021-08-20T16:53:40.075Z] #46 ...
16:53:40 [2021-08-20T16:53:40.075Z] 
16:53:40 [2021-08-20T16:53:40.075Z] #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
16:53:40 [2021-08-20T16:53:40.075Z] #44 sha256:17b9b2c66b5114379bdd507ebb6b3fcb9f10f4d3301507cb76542897a8754e0b
16:53:40 [2021-08-20T16:53:40.075Z] #44 5.700 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB]
16:53:40 [2021-08-20T16:53:40.075Z] #44 5.820 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
16:53:40 [2021-08-20T16:53:40.075Z] #44 5.938 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
16:53:40 [2021-08-20T16:53:40.075Z] #44 6.299 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10  InRelease [1540 B]
16:53:40 [2021-08-20T16:53:40.075Z] #44 7.698 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
16:53:40 [2021-08-20T16:53:40.075Z] #44 9.900 Get:6 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [301 kB]
16:53:40 [2021-08-20T16:53:40.075Z] #44 ...
16:53:40 [2021-08-20T16:53:40.075Z] 
16:53:40 [2021-08-20T16:53:40.075Z] #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
16:53:40 [2021-08-20T16:53:40.075Z] #48 sha256:d7dd3575eb4bcbbc538a96c943b0570689438e0cc5ff237fff10bc15e24ed878
16:53:40 [2021-08-20T16:53:40.075Z] #48 4.947 + RM_GOPATH=0
16:53:40 [2021-08-20T16:53:40.075Z] #48 4.947 + TMP_GOPATH=
16:53:40 [2021-08-20T16:53:40.075Z] #48 4.947 + : /build
16:53:40 [2021-08-20T16:53:40.075Z] #48 4.947 + '[' -z '' ']'
16:53:40 [2021-08-20T16:53:40.075Z] #48 4.947 ++ mktemp -d
16:53:40 [2021-08-20T16:53:40.075Z] #48 4.947 + export GOPATH=/tmp/tmp.Ped14FERSa
16:53:40 [2021-08-20T16:53:40.075Z] #48 4.947 + GOPATH=/tmp/tmp.Ped14FERSa
16:53:40 [2021-08-20T16:53:40.075Z] #48 4.947 + RM_GOPATH=1
16:53:40 [2021-08-20T16:53:40.075Z] #48 4.947 + case "$(go env GOARCH)" in
16:53:40 [2021-08-20T16:53:40.075Z] #48 4.947 ++ go env GOARCH
16:53:40 [2021-08-20T16:53:40.075Z] #48 4.953 + export GO_BUILDMODE=-buildmode=pie
16:53:40 [2021-08-20T16:53:40.075Z] #48 4.953 + GO_BUILDMODE=-buildmode=pie
16:53:40 [2021-08-20T16:53:40.075Z] #48 4.953 ++ dirname /tmp/install/install.sh
16:53:40 [2021-08-20T16:53:40.075Z] #48 4.968 + dir=/tmp/install
16:53:40 [2021-08-20T16:53:40.075Z] #48 4.968 + bin=gotestsum
16:53:40 [2021-08-20T16:53:40.075Z] #48 4.968 + shift
16:53:40 [2021-08-20T16:53:40.075Z] #48 4.968 + '[' '!' -f /tmp/install/gotestsum.installer ']'
16:53:40 [2021-08-20T16:53:40.075Z] #48 4.968 + . /tmp/install/gotestsum.installer
16:53:40 [2021-08-20T16:53:40.075Z] #48 4.968 ++ : v0.5.3
16:53:40 [2021-08-20T16:53:40.075Z] #48 4.968 + install_gotestsum
16:53:40 [2021-08-20T16:53:40.075Z] #48 4.968 + set -e
16:53:40 [2021-08-20T16:53:40.075Z] #48 4.968 + export GO111MODULE=on
16:53:40 [2021-08-20T16:53:40.075Z] #48 4.968 + GO111MODULE=on
16:53:40 [2021-08-20T16:53:40.075Z] #48 4.968 + GOBIN=/build
16:53:40 [2021-08-20T16:53:40.075Z] #48 4.968 + go get gotest.tools/gotestsum@v0.5.3
16:53:40 [2021-08-20T16:53:40.075Z] #48 5.701 go: downloading gotest.tools/gotestsum v0.5.3
16:53:40 [2021-08-20T16:53:40.075Z] #48 8.157 go: downloading github.com/fatih/color v1.9.0
16:53:40 [2021-08-20T16:53:40.075Z] #48 8.157 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
16:53:40 [2021-08-20T16:53:40.075Z] #48 8.307 go: downloading github.com/pkg/errors v0.9.1
16:53:40 [2021-08-20T16:53:40.075Z] #48 8.343 go: downloading github.com/spf13/pflag v1.0.3
16:53:40 [2021-08-20T16:53:40.075Z] #48 8.548 go: downloading github.com/mattn/go-colorable v0.1.6
16:53:40 [2021-08-20T16:53:40.075Z] #48 8.632 go: downloading github.com/mattn/go-isatty v0.0.12
16:53:40 [2021-08-20T16:53:40.075Z] #48 8.873 go: downloading github.com/jonboulle/clockwork v0.1.0
16:53:40 [2021-08-20T16:53:40.075Z] #48 9.016 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
16:53:40 [2021-08-20T16:53:40.075Z] #48 9.177 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58
16:53:40 [2021-08-20T16:53:40.075Z] #48 10.03 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
16:53:40 [2021-08-20T16:53:40.332Z] #48 ...
16:53:40 [2021-08-20T16:53:40.332Z] 
16:53:40 [2021-08-20T16:53:40.332Z] #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 "c56166c036004ba7a3a321e5951ba472b9ae298c"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
16:53:40 [2021-08-20T16:53:40.332Z] #32 sha256:327e8e81819b507b71e8420db5daf3da357aa8d9edb41d21198b8391f7acf947
16:53:40 [2021-08-20T16:53:40.332Z] #32 5.855 + git clone https://github.com/kolyshkin/go-swagger.git .
16:53:40 [2021-08-20T16:53:40.332Z] #32 5.860 Cloning into '.'...
16:53:40 [2021-08-20T16:53:40.589Z] #32 ...
16:53:40 [2021-08-20T16:53:40.589Z] 
16:53:40 [2021-08-20T16:53:40.589Z] #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
16:53:40 [2021-08-20T16:53:40.589Z] #56 sha256:79ed161e6adef891b83377a5bab1cd9101ae201f0974c436a0e1af29a7c276bc
16:53:40 [2021-08-20T16:53:40.589Z] #56 6.515 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB]
16:53:40 [2021-08-20T16:53:40.589Z] #56 6.704 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
16:53:40 [2021-08-20T16:53:40.589Z] #56 6.708 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
16:53:40 [2021-08-20T16:53:40.589Z] #56 9.387 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
16:53:40 [2021-08-20T16:53:40.589Z] #56 11.03 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [301 kB]
16:53:40 [2021-08-20T16:53:40.589Z] #56 ...
16:53:40 [2021-08-20T16:53:40.589Z] 
16:53:40 [2021-08-20T16:53:40.589Z] #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
16:53:40 [2021-08-20T16:53:40.589Z] #40 sha256:31736fe214c91336173addd02086baee88a153b6f405eb3118f95276bd6e57da
16:53:40 [2021-08-20T16:53:40.589Z] #40 5.780 + git clone https://github.com/docker/distribution.git .
16:53:40 [2021-08-20T16:53:40.589Z] #40 5.783 Cloning into '.'...
16:53:40 [2021-08-20T16:53:40.846Z] #40 ...
16:53:40 [2021-08-20T16:53:40.846Z] 
16:53:40 [2021-08-20T16:53:40.846Z] #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
16:53:40 [2021-08-20T16:53:40.846Z] #59 sha256:d323e3fc26383080ff40efbb0e6f67d73ece52f2fc28d83bffea2a2f4ea49322
16:53:40 [2021-08-20T16:53:40.846Z] #59 10.81 + cd /tmp/tmp.otqJy1eTG7/src/github.com/rootless-containers/rootlesskit
16:53:40 [2021-08-20T16:53:40.847Z] #59 10.81 + git checkout -q 87d443683ac1e8aba4110b8081f15aaae432aaa2
16:53:40 [2021-08-20T16:53:40.847Z] #59 10.85 + export GO111MODULE=on
16:53:40 [2021-08-20T16:53:40.847Z] #59 10.85 + GO111MODULE=on
16:53:40 [2021-08-20T16:53:40.847Z] #59 10.85 + export GOPROXY=https://proxy.golang.org
16:53:40 [2021-08-20T16:53:40.847Z] #59 10.85 + GOPROXY=https://proxy.golang.org
16:53:40 [2021-08-20T16:53:40.847Z] #59 10.85 + for f in rootlesskit rootlesskit-docker-proxy
16:53:40 [2021-08-20T16:53:40.847Z] #59 10.85 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit
16:53:40 [2021-08-20T16:53:40.847Z] #51 ...
16:53:40 [2021-08-20T16:53:40.847Z] 
16:53:40 [2021-08-20T16:53:40.847Z] #14 [cross-true 3/6] RUN dpkg --add-architecture armhf
16:53:40 [2021-08-20T16:53:40.847Z] #14 sha256:b0b164a8f21e55c89037224335854ca2c76d8bffd4d65615986fc766b4169e1c
16:53:40 [2021-08-20T16:53:40.847Z] #14 DONE 2.0s
16:53:40 [2021-08-20T16:53:40.847Z] 
16:53:40 [2021-08-20T16:53:40.847Z] #15 [cross-true 4/6] RUN dpkg --add-architecture ppc64el
16:53:40 [2021-08-20T16:53:40.847Z] #15 sha256:35cc174222a2af740ada313862c8663cac73723449c6761756bfa660db3a3eb5
16:53:41 [2021-08-20T16:53:41.778Z] #59 12.31 go: downloading github.com/pkg/errors v0.9.1
16:53:41 [2021-08-20T16:53:41.778Z] #59 12.31 go: downloading github.com/sirupsen/logrus v1.8.1
16:53:41 [2021-08-20T16:53:41.778Z] #59 12.40 go: downloading github.com/urfave/cli/v2 v2.3.0
16:53:41 [2021-08-20T16:53:41.836Z] #13 ...
16:53:41 [2021-08-20T16:53:41.836Z] 
16:53:41 [2021-08-20T16:53:41.836Z] #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
16:53:41 [2021-08-20T16:53:41.836Z] #44 sha256:17b9b2c66b5114379bdd507ebb6b3fcb9f10f4d3301507cb76542897a8754e0b
16:53:41 [2021-08-20T16:53:41.836Z] #44 7.838 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB]
16:53:41 [2021-08-20T16:53:41.836Z] #44 7.853 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
16:53:41 [2021-08-20T16:53:41.836Z] #44 7.853 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
16:53:41 [2021-08-20T16:53:41.836Z] #44 8.414 Hit:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10  InRelease
16:53:41 [2021-08-20T16:53:41.836Z] #44 9.171 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
16:53:41 [2021-08-20T16:53:41.836Z] #44 ...
16:53:41 [2021-08-20T16:53:41.836Z] 
16:53:41 [2021-08-20T16:53:41.836Z] #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
16:53:41 [2021-08-20T16:53:41.836Z] #36 sha256:7e4a7d0643c402051e4468c5fff5d3e9795dd212ea6c08dc71807381a18fc6a4
16:53:41 [2021-08-20T16:53:41.836Z] #36 4.960 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB]
16:53:41 [2021-08-20T16:53:41.836Z] #36 4.960 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
16:53:41 [2021-08-20T16:53:41.836Z] #36 4.960 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
16:53:41 [2021-08-20T16:53:41.836Z] #36 5.338 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
16:53:41 [2021-08-20T16:53:41.836Z] #36 6.607 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [301 kB]
16:53:41 [2021-08-20T16:53:41.836Z] #36 8.439 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [15.2 kB]
16:53:41 [2021-08-20T16:53:41.836Z] #36 ...
16:53:41 [2021-08-20T16:53:41.836Z] 
16:53:41 [2021-08-20T16:53:41.836Z] #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
16:53:41 [2021-08-20T16:53:41.836Z] #59 sha256:00afa52aecaf272b4fa3fadf202496331103b4d8e35c7cdaf9da103fe761ee90
16:53:41 [2021-08-20T16:53:41.836Z] #59 6.885 + RM_GOPATH=0
16:53:41 [2021-08-20T16:53:41.836Z] #59 6.885 + TMP_GOPATH=
16:53:41 [2021-08-20T16:53:41.836Z] #59 6.892 + : /build
16:53:41 [2021-08-20T16:53:41.836Z] #59 6.892 + '[' -z '' ']'
16:53:41 [2021-08-20T16:53:41.836Z] #59 6.892 ++ mktemp -d
16:53:41 [2021-08-20T16:53:41.836Z] #59 6.905 + export GOPATH=/tmp/tmp.r4x6q6aEkn
16:53:41 [2021-08-20T16:53:41.836Z] #59 6.905 + GOPATH=/tmp/tmp.r4x6q6aEkn
16:53:41 [2021-08-20T16:53:41.836Z] #59 6.905 + RM_GOPATH=1
16:53:41 [2021-08-20T16:53:41.836Z] #59 6.905 + case "$(go env GOARCH)" in
16:53:41 [2021-08-20T16:53:41.836Z] #59 6.905 ++ go env GOARCH
16:53:41 [2021-08-20T16:53:41.836Z] #59 6.927 + export GO_BUILDMODE=-buildmode=pie
16:53:41 [2021-08-20T16:53:41.836Z] #59 6.927 + GO_BUILDMODE=-buildmode=pie
16:53:41 [2021-08-20T16:53:41.836Z] #59 6.943 ++ dirname /tmp/install/install.sh
16:53:41 [2021-08-20T16:53:41.836Z] #59 6.946 + dir=/tmp/install
16:53:41 [2021-08-20T16:53:41.836Z] #59 6.946 + bin=rootlesskit
16:53:41 [2021-08-20T16:53:41.836Z] #59 6.946 + shift
16:53:41 [2021-08-20T16:53:41.836Z] #59 6.946 + '[' '!' -f /tmp/install/rootlesskit.installer ']'
16:53:41 [2021-08-20T16:53:41.836Z] #59 6.946 + . /tmp/install/rootlesskit.installer
16:53:41 [2021-08-20T16:53:41.836Z] #59 6.946 ++ : 87d443683ac1e8aba4110b8081f15aaae432aaa2
16:53:41 [2021-08-20T16:53:41.836Z] #59 6.946 + install_rootlesskit
16:53:41 [2021-08-20T16:53:41.836Z] #59 6.946 + case "$1" in
16:53:41 [2021-08-20T16:53:41.836Z] #59 6.946 + export CGO_ENABLED=0
16:53:41 [2021-08-20T16:53:41.836Z] #59 6.946 + CGO_ENABLED=0
16:53:41 [2021-08-20T16:53:41.836Z] #59 6.946 + _install_rootlesskit
16:53:41 [2021-08-20T16:53:41.836Z] #59 6.972 + echo 'Install rootlesskit version 87d443683ac1e8aba4110b8081f15aaae432aaa2'
16:53:41 [2021-08-20T16:53:41.836Z] #59 6.972 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.r4x6q6aEkn/src/github.com/rootless-containers/rootlesskit
16:53:41 [2021-08-20T16:53:41.836Z] #59 6.972 Cloning into '/tmp/tmp.r4x6q6aEkn/src/github.com/rootless-containers/rootlesskit'...
16:53:41 [2021-08-20T16:53:41.836Z] #59 6.973 Install rootlesskit version 87d443683ac1e8aba4110b8081f15aaae432aaa2
16:53:41 [2021-08-20T16:53:41.836Z] #59 ...
16:53:41 [2021-08-20T16:53:41.836Z] 
16:53:41 [2021-08-20T16:53:41.836Z] #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
16:53:41 [2021-08-20T16:53:41.836Z] #52 sha256:def9c4a704eead43dae0dde1193bcbb0b410e941704bc6328bc17d26148efa35
16:53:41 [2021-08-20T16:53:41.836Z] #52 5.203 + RM_GOPATH=0
16:53:41 [2021-08-20T16:53:41.836Z] #52 5.203 + TMP_GOPATH=
16:53:41 [2021-08-20T16:53:41.836Z] #52 5.203 + : /build
16:53:41 [2021-08-20T16:53:41.836Z] #52 5.203 + '[' -z '' ']'
16:53:41 [2021-08-20T16:53:41.836Z] #52 5.203 ++ mktemp -d
16:53:41 [2021-08-20T16:53:41.836Z] #52 5.203 + export GOPATH=/tmp/tmp.K6sZ6gj04s
16:53:41 [2021-08-20T16:53:41.836Z] #52 5.203 + GOPATH=/tmp/tmp.K6sZ6gj04s
16:53:41 [2021-08-20T16:53:41.836Z] #52 5.203 + RM_GOPATH=1
16:53:41 [2021-08-20T16:53:41.836Z] #52 5.203 + case "$(go env GOARCH)" in
16:53:41 [2021-08-20T16:53:41.836Z] #52 5.203 ++ go env GOARCH
16:53:41 [2021-08-20T16:53:41.836Z] #52 5.217 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f
16:53:41 [2021-08-20T16:53:41.836Z] #52 5.217 + export GO_BUILDMODE=-buildmode=pie
16:53:41 [2021-08-20T16:53:41.836Z] #52 5.217 + GO_BUILDMODE=-buildmode=pie
16:53:41 [2021-08-20T16:53:41.836Z] #52 5.217 ++ dirname /tmp/install/install.sh
16:53:41 [2021-08-20T16:53:41.836Z] #52 5.217 + dir=/tmp/install
16:53:41 [2021-08-20T16:53:41.836Z] #52 5.217 + bin=shfmt
16:53:41 [2021-08-20T16:53:41.836Z] #52 5.217 + shift
16:53:41 [2021-08-20T16:53:41.836Z] #52 5.217 + '[' '!' -f /tmp/install/shfmt.installer ']'
16:53:41 [2021-08-20T16:53:41.836Z] #52 5.217 + . /tmp/install/shfmt.installer
16:53:41 [2021-08-20T16:53:41.836Z] #52 5.217 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f
16:53:41 [2021-08-20T16:53:41.836Z] #52 5.217 + install_shfmt
16:53:41 [2021-08-20T16:53:41.836Z] #52 5.217 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f'
16:53:41 [2021-08-20T16:53:41.836Z] #52 5.217 + git clone https://github.com/mvdan/sh.git /tmp/tmp.K6sZ6gj04s/src/github.com/mvdan/sh
16:53:41 [2021-08-20T16:53:41.836Z] #52 5.217 Cloning into '/tmp/tmp.K6sZ6gj04s/src/github.com/mvdan/sh'...
16:53:41 [2021-08-20T16:53:41.836Z] #52 ...
16:53:41 [2021-08-20T16:53:41.836Z] 
16:53:41 [2021-08-20T16:53:41.836Z] #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
16:53:41 [2021-08-20T16:53:41.836Z] #56 sha256:79ed161e6adef891b83377a5bab1cd9101ae201f0974c436a0e1af29a7c276bc
16:53:41 [2021-08-20T16:53:41.836Z] #56 5.374 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB]
16:53:41 [2021-08-20T16:53:41.836Z] #56 5.405 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
16:53:41 [2021-08-20T16:53:41.836Z] #56 5.405 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
16:53:41 [2021-08-20T16:53:41.836Z] #56 6.054 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
16:53:41 [2021-08-20T16:53:41.836Z] #56 7.488 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [301 kB]
16:53:41 [2021-08-20T16:53:41.836Z] #56 9.565 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [15.2 kB]
16:53:42 [2021-08-20T16:53:42.097Z] #56 ...
16:53:42 [2021-08-20T16:53:42.097Z] 
16:53:42 [2021-08-20T16:53:42.097Z] #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
16:53:42 [2021-08-20T16:53:42.097Z] #24 sha256:6aa32de08b585338b8ea1dbcc747b01b6d083049b2dc73d605378f21b63c973c
16:53:42 [2021-08-20T16:53:42.097Z] #24 5.470 + RM_GOPATH=0
16:53:42 [2021-08-20T16:53:42.097Z] #24 5.470 + TMP_GOPATH=
16:53:42 [2021-08-20T16:53:42.097Z] #24 5.470 + : /build
16:53:42 [2021-08-20T16:53:42.097Z] #24 5.470 + '[' -z '' ']'
16:53:42 [2021-08-20T16:53:42.097Z] #24 5.470 ++ mktemp -d
16:53:42 [2021-08-20T16:53:42.097Z] #24 5.470 + export GOPATH=/tmp/tmp.WlTwH5I6f1
16:53:42 [2021-08-20T16:53:42.097Z] #24 5.470 + GOPATH=/tmp/tmp.WlTwH5I6f1
16:53:42 [2021-08-20T16:53:42.097Z] #24 5.470 + RM_GOPATH=1
16:53:42 [2021-08-20T16:53:42.097Z] #24 5.470 + case "$(go env GOARCH)" in
16:53:42 [2021-08-20T16:53:42.097Z] #24 5.470 ++ go env GOARCH
16:53:42 [2021-08-20T16:53:42.097Z] #24 5.470 + export GO_BUILDMODE=-buildmode=pie
16:53:42 [2021-08-20T16:53:42.097Z] #24 5.470 + GO_BUILDMODE=-buildmode=pie
16:53:42 [2021-08-20T16:53:42.097Z] #24 5.470 ++ dirname /tmp/install/install.sh
16:53:42 [2021-08-20T16:53:42.097Z] #24 5.470 + dir=/tmp/install
16:53:42 [2021-08-20T16:53:42.097Z] #24 5.470 + bin=dockercli
16:53:42 [2021-08-20T16:53:42.097Z] #24 5.470 + shift
16:53:42 [2021-08-20T16:53:42.097Z] #24 5.470 + '[' '!' -f /tmp/install/dockercli.installer ']'
16:53:42 [2021-08-20T16:53:42.097Z] #24 5.470 + . /tmp/install/dockercli.installer
16:53:42 [2021-08-20T16:53:42.097Z] #24 5.470 ++ : stable
16:53:42 [2021-08-20T16:53:42.097Z] #24 5.470 ++ : 17.06.2-ce
16:53:42 [2021-08-20T16:53:42.097Z] #24 5.470 + install_dockercli
16:53:42 [2021-08-20T16:53:42.097Z] #24 5.470 + echo 'Install docker/cli version 17.06.2-ce from stable'
16:53:42 [2021-08-20T16:53:42.097Z] #24 5.470 ++ uname -m
16:53:42 [2021-08-20T16:53:42.097Z] #24 5.470 + arch=x86_64
16:53:42 [2021-08-20T16:53:42.097Z] #24 5.470 + '[' x86_64 '!=' x86_64 ']'
16:53:42 [2021-08-20T16:53:42.097Z] #24 5.470 + url=https://download.docker.com/linux/static
16:53:42 [2021-08-20T16:53:42.097Z] #24 5.470 + tar -xz docker/docker
16:53:42 [2021-08-20T16:53:42.097Z] #24 5.470 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz
16:53:42 [2021-08-20T16:53:42.097Z] #24 5.474 Install docker/cli version 17.06.2-ce from stable
16:53:42 [2021-08-20T16:53:42.097Z] #24 ...
16:53:42 [2021-08-20T16:53:42.097Z] 
16:53:42 [2021-08-20T16:53:42.097Z] #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
16:53:42 [2021-08-20T16:53:42.097Z] #34 sha256:f0590d9564fbb9dd79e5f0940c6fe3b51151ccf623adccbb4d1bb62951d452a4
16:53:42 [2021-08-20T16:53:42.097Z] #34 5.971 Install go-toml version v1.8.1
16:53:42 [2021-08-20T16:53:42.223Z] #15 ...
16:53:42 [2021-08-20T16:53:42.223Z] 
16:53:42 [2021-08-20T16:53:42.223Z] #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
16:53:42 [2021-08-20T16:53:42.223Z] #41 sha256:ae03164baf4c7e81978dfc787392e259fc3f31003a967e5d88fb8a3d4bbefba7
16:53:42 [2021-08-20T16:53:42.223Z] #41 3.970 Install go-toml version v1.8.1
16:53:42 [2021-08-20T16:53:42.223Z] #41 DONE 9.7s
16:53:42 [2021-08-20T16:53:42.342Z] #59 13.13 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
16:53:42 [2021-08-20T16:53:42.356Z] #34 ...
16:53:42 [2021-08-20T16:53:42.356Z] 
16:53:42 [2021-08-20T16:53:42.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
16:53:42 [2021-08-20T16:53:42.356Z] #46 sha256:54e273b1265c2358cef1e814bf75b79fe5006fc3ad67e04e07650ef9ddb92b3d
16:53:42 [2021-08-20T16:53:42.356Z] #46 4.929 + RM_GOPATH=0
16:53:42 [2021-08-20T16:53:42.356Z] #46 4.929 + TMP_GOPATH=
16:53:42 [2021-08-20T16:53:42.356Z] #46 4.929 + : /build
16:53:42 [2021-08-20T16:53:42.356Z] #46 4.929 + '[' -z '' ']'
16:53:42 [2021-08-20T16:53:42.356Z] #46 4.929 ++ mktemp -d
16:53:42 [2021-08-20T16:53:42.356Z] #46 4.929 + export GOPATH=/tmp/tmp.cXIyiCNhqw
16:53:42 [2021-08-20T16:53:42.356Z] #46 4.929 + GOPATH=/tmp/tmp.cXIyiCNhqw
16:53:42 [2021-08-20T16:53:42.356Z] #46 4.929 + RM_GOPATH=1
16:53:42 [2021-08-20T16:53:42.356Z] #46 4.929 + case "$(go env GOARCH)" in
16:53:42 [2021-08-20T16:53:42.356Z] #46 4.929 ++ go env GOARCH
16:53:42 [2021-08-20T16:53:42.356Z] #46 4.929 + export GO_BUILDMODE=-buildmode=pie
16:53:42 [2021-08-20T16:53:42.356Z] #46 4.929 + GO_BUILDMODE=-buildmode=pie
16:53:42 [2021-08-20T16:53:42.356Z] #46 4.929 ++ dirname /tmp/install/install.sh
16:53:42 [2021-08-20T16:53:42.356Z] #46 4.929 + dir=/tmp/install
16:53:42 [2021-08-20T16:53:42.356Z] #46 4.929 + bin=vndr
16:53:42 [2021-08-20T16:53:42.356Z] #46 4.929 + shift
16:53:42 [2021-08-20T16:53:42.356Z] #46 4.929 + '[' '!' -f /tmp/install/vndr.installer ']'
16:53:42 [2021-08-20T16:53:42.356Z] #46 4.929 + . /tmp/install/vndr.installer
16:53:42 [2021-08-20T16:53:42.356Z] #46 4.929 ++ : f12b881cb8f081a5058408a58f429b9014833fc6
16:53:42 [2021-08-20T16:53:42.356Z] #46 4.929 + install_vndr
16:53:42 [2021-08-20T16:53:42.356Z] #46 4.929 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6'
16:53:42 [2021-08-20T16:53:42.356Z] #46 4.929 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.cXIyiCNhqw/src/github.com/LK4D4/vndr
16:53:42 [2021-08-20T16:53:42.356Z] #46 4.929 Cloning into '/tmp/tmp.cXIyiCNhqw/src/github.com/LK4D4/vndr'...
16:53:42 [2021-08-20T16:53:42.356Z] #46 4.941 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6
16:53:42 [2021-08-20T16:53:42.356Z] #46 5.402 + cd /tmp/tmp.cXIyiCNhqw/src/github.com/LK4D4/vndr
16:53:42 [2021-08-20T16:53:42.356Z] #46 5.418 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6
16:53:42 [2021-08-20T16:53:42.356Z] #46 5.423 + go build -buildmode=pie -v -o /build/vndr .
16:53:42 [2021-08-20T16:53:42.356Z] #46 6.973 github.com/LK4D4/vndr/godl/singleflight
16:53:42 [2021-08-20T16:53:42.356Z] #46 7.425 github.com/LK4D4/vndr/build
16:53:42 [2021-08-20T16:53:42.356Z] #46 7.488 github.com/LK4D4/vndr/versioned
16:53:42 [2021-08-20T16:53:42.356Z] #46 9.926 github.com/LK4D4/vndr/godl
16:53:42 [2021-08-20T16:53:42.356Z] #46 ...
16:53:42 [2021-08-20T16:53:42.356Z] 
16:53:42 [2021-08-20T16:53:42.356Z] #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
16:53:42 [2021-08-20T16:53:42.356Z] #50 sha256:e5ccb0875faba935735f03d94f777e3085900bd8a55d43fcfe22b3e59b1808c9
16:53:42 [2021-08-20T16:53:42.356Z] #50 4.860 + RM_GOPATH=0
16:53:42 [2021-08-20T16:53:42.356Z] #50 4.860 + TMP_GOPATH=
16:53:42 [2021-08-20T16:53:42.356Z] #50 4.860 + : /build
16:53:42 [2021-08-20T16:53:42.356Z] #50 4.860 + '[' -z '' ']'
16:53:42 [2021-08-20T16:53:42.356Z] #50 4.860 ++ mktemp -d
16:53:42 [2021-08-20T16:53:42.356Z] #50 4.860 + export GOPATH=/tmp/tmp.OpJZrdUD5I
16:53:42 [2021-08-20T16:53:42.356Z] #50 4.860 + GOPATH=/tmp/tmp.OpJZrdUD5I
16:53:42 [2021-08-20T16:53:42.356Z] #50 4.860 + RM_GOPATH=1
16:53:42 [2021-08-20T16:53:42.356Z] #50 4.860 + case "$(go env GOARCH)" in
16:53:42 [2021-08-20T16:53:42.356Z] #50 4.860 ++ go env GOARCH
16:53:42 [2021-08-20T16:53:42.356Z] #50 4.882 + export GO_BUILDMODE=-buildmode=pie
16:53:42 [2021-08-20T16:53:42.356Z] #50 4.882 + GO_BUILDMODE=-buildmode=pie
16:53:42 [2021-08-20T16:53:42.356Z] #50 4.882 ++ dirname /tmp/install/install.sh
16:53:42 [2021-08-20T16:53:42.356Z] #50 4.882 + dir=/tmp/install
16:53:42 [2021-08-20T16:53:42.356Z] #50 4.882 + bin=golangci_lint
16:53:42 [2021-08-20T16:53:42.356Z] #50 4.882 + shift
16:53:42 [2021-08-20T16:53:42.356Z] #50 4.882 + '[' '!' -f /tmp/install/golangci_lint.installer ']'
16:53:42 [2021-08-20T16:53:42.356Z] #50 4.882 + . /tmp/install/golangci_lint.installer
16:53:42 [2021-08-20T16:53:42.356Z] #50 4.882 ++ : v1.23.8
16:53:42 [2021-08-20T16:53:42.356Z] #50 4.882 + install_golangci_lint
16:53:42 [2021-08-20T16:53:42.356Z] #50 4.882 + set -e
16:53:42 [2021-08-20T16:53:42.356Z] #50 4.882 + export GO111MODULE=on
16:53:42 [2021-08-20T16:53:42.356Z] #50 4.882 + GO111MODULE=on
16:53:42 [2021-08-20T16:53:42.356Z] #50 4.882 + GOBIN=/build
16:53:42 [2021-08-20T16:53:42.356Z] #50 4.882 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8
16:53:42 [2021-08-20T16:53:42.356Z] #50 5.449 go: downloading github.com/golangci/golangci-lint v1.23.8
16:53:42 [2021-08-20T16:53:42.520Z] 
16:53:42 [2021-08-20T16:53:42.520Z] #15 [cross-true 4/6] RUN dpkg --add-architecture ppc64el
16:53:42 [2021-08-20T16:53:42.520Z] #15 sha256:35cc174222a2af740ada313862c8663cac73723449c6761756bfa660db3a3eb5
16:53:42 [2021-08-20T16:53:42.520Z] #15 DONE 1.8s
16:53:42 [2021-08-20T16:53:42.520Z] 
16:53:42 [2021-08-20T16:53:42.520Z] #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
16:53:42 [2021-08-20T16:53:42.520Z] #51 sha256:17b9b2c66b5114379bdd507ebb6b3fcb9f10f4d3301507cb76542897a8754e0b
16:53:42 [2021-08-20T16:53:42.520Z] #51 9.041 Get:6 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [301 kB]
16:53:42 [2021-08-20T16:53:42.620Z] #50 ...
16:53:42 [2021-08-20T16:53:42.620Z] 
16:53:42 [2021-08-20T16:53:42.620Z] #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 "c56166c036004ba7a3a321e5951ba472b9ae298c"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
16:53:42 [2021-08-20T16:53:42.620Z] #32 sha256:327e8e81819b507b71e8420db5daf3da357aa8d9edb41d21198b8391f7acf947
16:53:42 [2021-08-20T16:53:42.620Z] #32 7.264 + git clone https://github.com/kolyshkin/go-swagger.git .
16:53:42 [2021-08-20T16:53:42.620Z] #32 7.275 Cloning into '.'...
16:53:42 [2021-08-20T16:53:42.620Z] #32 ...
16:53:42 [2021-08-20T16:53:42.620Z] 
16:53:42 [2021-08-20T16:53:42.620Z] #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
16:53:42 [2021-08-20T16:53:42.620Z] #48 sha256:30d7652532b2651217b6dc5fd2139a3b04284af9b0abbc8cddce96146a7a7240
16:53:42 [2021-08-20T16:53:42.620Z] #48 5.098 + RM_GOPATH=0
16:53:42 [2021-08-20T16:53:42.620Z] #48 5.098 + TMP_GOPATH=
16:53:42 [2021-08-20T16:53:42.620Z] #48 5.098 + : /build
16:53:42 [2021-08-20T16:53:42.620Z] #48 5.098 + '[' -z '' ']'
16:53:42 [2021-08-20T16:53:42.620Z] #48 5.098 ++ mktemp -d
16:53:42 [2021-08-20T16:53:42.620Z] #48 5.098 + export GOPATH=/tmp/tmp.GYejkPmqDT
16:53:42 [2021-08-20T16:53:42.620Z] #48 5.098 + GOPATH=/tmp/tmp.GYejkPmqDT
16:53:42 [2021-08-20T16:53:42.620Z] #48 5.098 + RM_GOPATH=1
16:53:42 [2021-08-20T16:53:42.620Z] #48 5.098 + case "$(go env GOARCH)" in
16:53:42 [2021-08-20T16:53:42.620Z] #48 5.098 ++ go env GOARCH
16:53:42 [2021-08-20T16:53:42.620Z] #48 5.103 + export GO_BUILDMODE=-buildmode=pie
16:53:42 [2021-08-20T16:53:42.620Z] #48 5.103 + GO_BUILDMODE=-buildmode=pie
16:53:42 [2021-08-20T16:53:42.620Z] #48 5.103 ++ dirname /tmp/install/install.sh
16:53:42 [2021-08-20T16:53:42.620Z] #48 5.103 + dir=/tmp/install
16:53:42 [2021-08-20T16:53:42.620Z] #48 5.103 + bin=gotestsum
16:53:42 [2021-08-20T16:53:42.620Z] #48 5.103 + shift
16:53:42 [2021-08-20T16:53:42.620Z] #48 5.103 + '[' '!' -f /tmp/install/gotestsum.installer ']'
16:53:42 [2021-08-20T16:53:42.620Z] #48 5.103 + . /tmp/install/gotestsum.installer
16:53:42 [2021-08-20T16:53:42.620Z] #48 5.103 ++ : v0.5.3
16:53:42 [2021-08-20T16:53:42.620Z] #48 5.103 + install_gotestsum
16:53:42 [2021-08-20T16:53:42.620Z] #48 5.103 + set -e
16:53:42 [2021-08-20T16:53:42.620Z] #48 5.103 + export GO111MODULE=on
16:53:42 [2021-08-20T16:53:42.620Z] #48 5.103 + GO111MODULE=on
16:53:42 [2021-08-20T16:53:42.620Z] #48 5.103 + GOBIN=/build
16:53:42 [2021-08-20T16:53:42.620Z] #48 5.103 + go get gotest.tools/gotestsum@v0.5.3
16:53:42 [2021-08-20T16:53:42.620Z] #48 5.636 go: downloading gotest.tools/gotestsum v0.5.3
16:53:42 [2021-08-20T16:53:42.620Z] #48 7.275 go: downloading github.com/fatih/color v1.9.0
16:53:42 [2021-08-20T16:53:42.620Z] #48 7.275 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
16:53:42 [2021-08-20T16:53:42.620Z] #48 7.288 go: downloading github.com/pkg/errors v0.9.1
16:53:42 [2021-08-20T16:53:42.620Z] #48 7.321 go: downloading github.com/spf13/pflag v1.0.3
16:53:42 [2021-08-20T16:53:42.620Z] #48 7.667 go: downloading github.com/mattn/go-colorable v0.1.6
16:53:42 [2021-08-20T16:53:42.620Z] #48 7.709 go: downloading github.com/mattn/go-isatty v0.0.12
16:53:42 [2021-08-20T16:53:42.620Z] #48 8.079 go: downloading github.com/jonboulle/clockwork v0.1.0
16:53:42 [2021-08-20T16:53:42.620Z] #48 8.124 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
16:53:42 [2021-08-20T16:53:42.620Z] #48 8.124 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58
16:53:42 [2021-08-20T16:53:42.620Z] #48 8.647 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
16:53:42 [2021-08-20T16:53:42.620Z] #48 10.98 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
16:53:42 [2021-08-20T16:53:42.780Z] #51 ...
16:53:42 [2021-08-20T16:53:42.780Z] 
16:53:42 [2021-08-20T16:53:42.780Z] #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
16:53:42 [2021-08-20T16:53:42.780Z] #57 sha256:b1e37ffd307c98acc110732273a2c0b474813a5ffee5bb9e9c02653a2b3b7a82
16:53:42 [2021-08-20T16:53:42.780Z] #57 3.305 + RM_GOPATH=0
16:53:42 [2021-08-20T16:53:42.780Z] #57 3.305 + TMP_GOPATH=
16:53:42 [2021-08-20T16:53:42.780Z] #57 3.305 + : /build
16:53:42 [2021-08-20T16:53:42.780Z] #57 3.305 + '[' -z '' ']'
16:53:42 [2021-08-20T16:53:42.780Z] #57 3.305 ++ mktemp -d
16:53:42 [2021-08-20T16:53:42.780Z] #57 3.305 + export GOPATH=/tmp/tmp.pUvsdHm47O
16:53:42 [2021-08-20T16:53:42.780Z] #57 3.305 + GOPATH=/tmp/tmp.pUvsdHm47O
16:53:42 [2021-08-20T16:53:42.780Z] #57 3.305 + RM_GOPATH=1
16:53:42 [2021-08-20T16:53:42.780Z] #57 3.305 + case "$(go env GOARCH)" in
16:53:42 [2021-08-20T16:53:42.780Z] #57 3.305 ++ go env GOARCH
16:53:42 [2021-08-20T16:53:42.780Z] #57 3.314 + export GO_BUILDMODE=-buildmode=pie
16:53:42 [2021-08-20T16:53:42.780Z] #57 3.314 + GO_BUILDMODE=-buildmode=pie
16:53:42 [2021-08-20T16:53:42.780Z] #57 3.314 ++ dirname /tmp/install/install.sh
16:53:42 [2021-08-20T16:53:42.780Z] #57 3.314 + dir=/tmp/install
16:53:42 [2021-08-20T16:53:42.780Z] #57 3.314 + bin=golangci_lint
16:53:42 [2021-08-20T16:53:42.780Z] #57 3.314 + shift
16:53:42 [2021-08-20T16:53:42.780Z] #57 3.314 + '[' '!' -f /tmp/install/golangci_lint.installer ']'
16:53:42 [2021-08-20T16:53:42.780Z] #57 3.314 + . /tmp/install/golangci_lint.installer
16:53:42 [2021-08-20T16:53:42.780Z] #57 3.314 ++ : v1.23.8
16:53:42 [2021-08-20T16:53:42.780Z] #57 3.314 + install_golangci_lint
16:53:42 [2021-08-20T16:53:42.780Z] #57 3.314 + set -e
16:53:42 [2021-08-20T16:53:42.780Z] #57 3.314 + export GO111MODULE=on
16:53:42 [2021-08-20T16:53:42.781Z] #57 3.314 + GO111MODULE=on
16:53:42 [2021-08-20T16:53:42.781Z] #57 3.314 + GOBIN=/build
16:53:42 [2021-08-20T16:53:42.781Z] #57 3.314 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8
16:53:42 [2021-08-20T16:53:42.781Z] #57 3.882 go: downloading github.com/golangci/golangci-lint v1.23.8
16:53:42 [2021-08-20T16:53:42.781Z] #57 ...
16:53:42 [2021-08-20T16:53:42.781Z] 
16:53:42 [2021-08-20T16:53:42.781Z] #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
16:53:42 [2021-08-20T16:53:42.781Z] #59 sha256:794f67f8c123ebb2552d068174a6da2a0f8c4e477ee2e76bdba7cfdde55f1d55
16:53:42 [2021-08-20T16:53:42.781Z] #59 3.858 + RM_GOPATH=0
16:53:42 [2021-08-20T16:53:42.781Z] #59 3.858 + TMP_GOPATH=
16:53:42 [2021-08-20T16:53:42.781Z] #59 3.858 + : /build
16:53:42 [2021-08-20T16:53:42.781Z] #59 3.858 + '[' -z '' ']'
16:53:42 [2021-08-20T16:53:42.781Z] #59 3.858 ++ mktemp -d
16:53:42 [2021-08-20T16:53:42.781Z] #59 3.858 + export GOPATH=/tmp/tmp.j9GxebgikZ
16:53:42 [2021-08-20T16:53:42.781Z] #59 3.858 + GOPATH=/tmp/tmp.j9GxebgikZ
16:53:42 [2021-08-20T16:53:42.781Z] #59 3.858 + RM_GOPATH=1
16:53:42 [2021-08-20T16:53:42.781Z] #59 3.858 + case "$(go env GOARCH)" in
16:53:42 [2021-08-20T16:53:42.781Z] #59 3.868 ++ go env GOARCH
16:53:42 [2021-08-20T16:53:42.781Z] #59 3.882 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f
16:53:42 [2021-08-20T16:53:42.781Z] #59 3.883 + export GO_BUILDMODE=-buildmode=pie
16:53:42 [2021-08-20T16:53:42.781Z] #59 3.883 + GO_BUILDMODE=-buildmode=pie
16:53:42 [2021-08-20T16:53:42.781Z] #59 3.883 ++ dirname /tmp/install/install.sh
16:53:42 [2021-08-20T16:53:42.781Z] #59 3.883 + dir=/tmp/install
16:53:42 [2021-08-20T16:53:42.781Z] #59 3.883 + bin=shfmt
16:53:42 [2021-08-20T16:53:42.781Z] #59 3.883 + shift
16:53:42 [2021-08-20T16:53:42.781Z] #59 3.883 + '[' '!' -f /tmp/install/shfmt.installer ']'
16:53:42 [2021-08-20T16:53:42.781Z] #59 3.883 + . /tmp/install/shfmt.installer
16:53:42 [2021-08-20T16:53:42.781Z] #59 3.883 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f
16:53:42 [2021-08-20T16:53:42.781Z] #59 3.883 + install_shfmt
16:53:42 [2021-08-20T16:53:42.781Z] #59 3.883 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f'
16:53:42 [2021-08-20T16:53:42.781Z] #59 3.883 + git clone https://github.com/mvdan/sh.git /tmp/tmp.j9GxebgikZ/src/github.com/mvdan/sh
16:53:42 [2021-08-20T16:53:42.781Z] #59 3.883 Cloning into '/tmp/tmp.j9GxebgikZ/src/github.com/mvdan/sh'...
16:53:43 [2021-08-20T16:53:43.041Z] #59 ...
16:53:43 [2021-08-20T16:53:43.041Z] 
16:53:43 [2021-08-20T16:53:43.041Z] #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
16:53:43 [2021-08-20T16:53:43.041Z] #55 sha256:be5154e74cc7cd9916654aacb00ea10678bc8aea6807c3ba14551fda1a03460a
16:53:43 [2021-08-20T16:53:43.041Z] #55 3.547 + RM_GOPATH=0
16:53:43 [2021-08-20T16:53:43.041Z] #55 3.547 + TMP_GOPATH=
16:53:43 [2021-08-20T16:53:43.041Z] #55 3.547 + : /build
16:53:43 [2021-08-20T16:53:43.041Z] #55 3.547 + '[' -z '' ']'
16:53:43 [2021-08-20T16:53:43.041Z] #55 3.547 ++ mktemp -d
16:53:43 [2021-08-20T16:53:43.041Z] #55 3.547 + export GOPATH=/tmp/tmp.dA5mXYIqzq
16:53:43 [2021-08-20T16:53:43.041Z] #55 3.547 + GOPATH=/tmp/tmp.dA5mXYIqzq
16:53:43 [2021-08-20T16:53:43.041Z] #55 3.547 + RM_GOPATH=1
16:53:43 [2021-08-20T16:53:43.041Z] #55 3.547 + case "$(go env GOARCH)" in
16:53:43 [2021-08-20T16:53:43.041Z] #55 3.549 ++ go env GOARCH
16:53:43 [2021-08-20T16:53:43.041Z] #55 3.576 + export GO_BUILDMODE=-buildmode=pie
16:53:43 [2021-08-20T16:53:43.041Z] #55 3.576 + GO_BUILDMODE=-buildmode=pie
16:53:43 [2021-08-20T16:53:43.041Z] #55 3.576 ++ dirname /tmp/install/install.sh
16:53:43 [2021-08-20T16:53:43.041Z] #55 3.576 + dir=/tmp/install
16:53:43 [2021-08-20T16:53:43.041Z] #55 3.576 + bin=gotestsum
16:53:43 [2021-08-20T16:53:43.041Z] #55 3.576 + shift
16:53:43 [2021-08-20T16:53:43.041Z] #55 3.576 + '[' '!' -f /tmp/install/gotestsum.installer ']'
16:53:43 [2021-08-20T16:53:43.041Z] #55 3.576 + . /tmp/install/gotestsum.installer
16:53:43 [2021-08-20T16:53:43.041Z] #55 3.576 ++ : v0.5.3
16:53:43 [2021-08-20T16:53:43.041Z] #55 3.576 + install_gotestsum
16:53:43 [2021-08-20T16:53:43.041Z] #55 3.576 + set -e
16:53:43 [2021-08-20T16:53:43.041Z] #55 3.576 + export GO111MODULE=on
16:53:43 [2021-08-20T16:53:43.041Z] #55 3.576 + GO111MODULE=on
16:53:43 [2021-08-20T16:53:43.041Z] #55 3.576 + GOBIN=/build
16:53:43 [2021-08-20T16:53:43.041Z] #55 3.576 + go get gotest.tools/gotestsum@v0.5.3
16:53:43 [2021-08-20T16:53:43.041Z] #55 4.192 go: downloading gotest.tools/gotestsum v0.5.3
16:53:43 [2021-08-20T16:53:43.041Z] #55 5.695 go: downloading github.com/fatih/color v1.9.0
16:53:43 [2021-08-20T16:53:43.041Z] #55 5.720 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
16:53:43 [2021-08-20T16:53:43.041Z] #55 5.730 go: downloading github.com/pkg/errors v0.9.1
16:53:43 [2021-08-20T16:53:43.041Z] #55 5.887 go: downloading github.com/spf13/pflag v1.0.3
16:53:43 [2021-08-20T16:53:43.041Z] #55 6.232 go: downloading github.com/mattn/go-colorable v0.1.6
16:53:43 [2021-08-20T16:53:43.041Z] #55 6.279 go: downloading github.com/mattn/go-isatty v0.0.12
16:53:43 [2021-08-20T16:53:43.041Z] #55 6.399 go: downloading github.com/jonboulle/clockwork v0.1.0
16:53:43 [2021-08-20T16:53:43.041Z] #55 6.431 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
16:53:43 [2021-08-20T16:53:43.041Z] #55 6.671 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58
16:53:43 [2021-08-20T16:53:43.041Z] #55 7.137 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
16:53:43 [2021-08-20T16:53:43.041Z] #55 8.862 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
16:53:43 [2021-08-20T16:53:43.041Z] #55 ...
16:53:43 [2021-08-20T16:53:43.041Z] 
16:53:43 [2021-08-20T16:53:43.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
16:53:43 [2021-08-20T16:53:43.041Z] #53 sha256:a6c6b90d25ac81d6af885ebcc168e9fd033b32268eb68df5b5e4a4de7879e59c
16:53:43 [2021-08-20T16:53:43.041Z] #53 3.595 + RM_GOPATH=0
16:53:43 [2021-08-20T16:53:43.041Z] #53 3.595 + TMP_GOPATH=
16:53:43 [2021-08-20T16:53:43.041Z] #53 3.595 + : /build
16:53:43 [2021-08-20T16:53:43.041Z] #53 3.595 + '[' -z '' ']'
16:53:43 [2021-08-20T16:53:43.041Z] #53 3.595 ++ mktemp -d
16:53:43 [2021-08-20T16:53:43.041Z] #53 3.595 + export GOPATH=/tmp/tmp.rGaZG6o0b7
16:53:43 [2021-08-20T16:53:43.041Z] #53 3.595 + GOPATH=/tmp/tmp.rGaZG6o0b7
16:53:43 [2021-08-20T16:53:43.041Z] #53 3.595 + RM_GOPATH=1
16:53:43 [2021-08-20T16:53:43.041Z] #53 3.595 + case "$(go env GOARCH)" in
16:53:43 [2021-08-20T16:53:43.041Z] #53 3.595 ++ go env GOARCH
16:53:43 [2021-08-20T16:53:43.041Z] #53 3.595 + export GO_BUILDMODE=-buildmode=pie
16:53:43 [2021-08-20T16:53:43.041Z] #53 3.595 + GO_BUILDMODE=-buildmode=pie
16:53:43 [2021-08-20T16:53:43.041Z] #53 3.595 ++ dirname /tmp/install/install.sh
16:53:43 [2021-08-20T16:53:43.041Z] #53 3.595 + dir=/tmp/install
16:53:43 [2021-08-20T16:53:43.041Z] #53 3.595 + bin=vndr
16:53:43 [2021-08-20T16:53:43.041Z] #53 3.595 + shift
16:53:43 [2021-08-20T16:53:43.041Z] #53 3.595 + '[' '!' -f /tmp/install/vndr.installer ']'
16:53:43 [2021-08-20T16:53:43.041Z] #53 3.595 + . /tmp/install/vndr.installer
16:53:43 [2021-08-20T16:53:43.041Z] #53 3.595 ++ : f12b881cb8f081a5058408a58f429b9014833fc6
16:53:43 [2021-08-20T16:53:43.041Z] #53 3.595 + install_vndr
16:53:43 [2021-08-20T16:53:43.041Z] #53 3.595 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6'
16:53:43 [2021-08-20T16:53:43.041Z] #53 3.595 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.rGaZG6o0b7/src/github.com/LK4D4/vndr
16:53:43 [2021-08-20T16:53:43.041Z] #53 3.595 Cloning into '/tmp/tmp.rGaZG6o0b7/src/github.com/LK4D4/vndr'...
16:53:43 [2021-08-20T16:53:43.041Z] #53 3.614 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6
16:53:43 [2021-08-20T16:53:43.041Z] #53 4.083 + cd /tmp/tmp.rGaZG6o0b7/src/github.com/LK4D4/vndr
16:53:43 [2021-08-20T16:53:43.041Z] #53 4.083 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6
16:53:43 [2021-08-20T16:53:43.041Z] #53 4.102 + go build -buildmode=pie -v -o /build/vndr .
16:53:43 [2021-08-20T16:53:43.041Z] #53 6.411 github.com/LK4D4/vndr/build
16:53:43 [2021-08-20T16:53:43.041Z] #53 6.460 github.com/LK4D4/vndr/godl/singleflight
16:53:43 [2021-08-20T16:53:43.041Z] #53 6.793 github.com/LK4D4/vndr/versioned
16:53:43 [2021-08-20T16:53:43.041Z] #53 8.505 github.com/LK4D4/vndr/godl
16:53:43 [2021-08-20T16:53:43.188Z] #48 ...
16:53:43 [2021-08-20T16:53:43.188Z] 
16:53:43 [2021-08-20T16:53:43.188Z] #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
16:53:43 [2021-08-20T16:53:43.188Z] #44 sha256:17b9b2c66b5114379bdd507ebb6b3fcb9f10f4d3301507cb76542897a8754e0b
16:53:43 [2021-08-20T16:53:43.188Z] #44 11.22 Get:6 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [301 kB]
16:53:43 [2021-08-20T16:53:43.188Z] #44 ...
16:53:43 [2021-08-20T16:53:43.188Z] 
16:53:43 [2021-08-20T16:53:43.188Z] #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
16:53:43 [2021-08-20T16:53:43.188Z] #34 sha256:f0590d9564fbb9dd79e5f0940c6fe3b51151ccf623adccbb4d1bb62951d452a4
16:53:43 [2021-08-20T16:53:43.188Z] #34 DONE 11.8s
16:53:43 [2021-08-20T16:53:43.188Z] 
16:53:43 [2021-08-20T16:53:43.188Z] #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
16:53:43 [2021-08-20T16:53:43.188Z] #59 sha256:00afa52aecaf272b4fa3fadf202496331103b4d8e35c7cdaf9da103fe761ee90
16:53:43 [2021-08-20T16:53:43.188Z] #59 11.65 + cd /tmp/tmp.r4x6q6aEkn/src/github.com/rootless-containers/rootlesskit
16:53:43 [2021-08-20T16:53:43.188Z] #59 11.65 + git checkout -q 87d443683ac1e8aba4110b8081f15aaae432aaa2
16:53:43 [2021-08-20T16:53:43.188Z] #59 11.70 + export GO111MODULE=on
16:53:43 [2021-08-20T16:53:43.188Z] #59 11.70 + GO111MODULE=on
16:53:43 [2021-08-20T16:53:43.188Z] #59 11.70 + export GOPROXY=https://proxy.golang.org
16:53:43 [2021-08-20T16:53:43.188Z] #59 11.70 + GOPROXY=https://proxy.golang.org
16:53:43 [2021-08-20T16:53:43.188Z] #59 11.70 + for f in rootlesskit rootlesskit-docker-proxy
16:53:43 [2021-08-20T16:53:43.188Z] #59 11.70 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit
16:53:43 [2021-08-20T16:53:43.300Z] #53 ...
16:53:43 [2021-08-20T16:53:43.300Z] 
16:53:43 [2021-08-20T16:53:43.300Z] #16 [cross-true 5/6] RUN dpkg --add-architecture s390x
16:53:43 [2021-08-20T16:53:43.300Z] #16 sha256:5a56e33782894af906001e6c5e2ad9d6b15a9c061df5f71365acd06441b6604b
16:53:43 [2021-08-20T16:53:43.716Z] #59 ...
16:53:43 [2021-08-20T16:53:43.716Z] 
16:53:43 [2021-08-20T16:53:43.716Z] #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
16:53:43 [2021-08-20T16:53:43.716Z] #24 sha256:ac90d25d36401c9faa29880e23f83ca9fe23b5529755844ba132333c70c1b988
16:53:43 [2021-08-20T16:53:43.716Z] #24 13.96 + mkdir -p /build
16:53:43 [2021-08-20T16:53:43.716Z] #24 13.96 + mv docker/docker /build/
16:53:43 [2021-08-20T16:53:43.716Z] #24 13.98 + rmdir docker
16:53:43 [2021-08-20T16:53:43.716Z] #24 DONE 14.5s
16:53:43 [2021-08-20T16:53:43.869Z] #40 ...
16:53:43 [2021-08-20T16:53:43.869Z] 
16:53:43 [2021-08-20T16:53:43.869Z] #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
16:53:43 [2021-08-20T16:53:43.869Z] #12 sha256:8f34450c7999a7b68df1a0fef278d60730f08ad24375ed2eaaaa0cfd9ec2e33d
16:53:43 [2021-08-20T16:53:43.869Z] #12 DONE 4.8s
16:53:43 [2021-08-20T16:53:43.869Z] 
16:53:43 [2021-08-20T16:53:43.869Z] #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
16:53:43 [2021-08-20T16:53:43.869Z] #29 sha256:9084fa7dc80beab5233b6ec2a051889f3e45bdb62e5566016ff7b02249e9effc
16:53:43 [2021-08-20T16:53:43.869Z] #29 1.634 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)...
16:53:43 [2021-08-20T16:53:43.869Z] #29 1.900 
16:53:43 [2021-08-20T16:53:43.869Z] #29 2.050 
                                                                           0.0%
#######                                                                   10.4%
################                                                          22.4%
#############################                                             40.7%
############################################                              62.3%
############################################################              83.4%
######################################################################## 100.0%
16:53:43 [2021-08-20T16:53:43.869Z] #29 2.819 #=#=#                                                                         
16:53:43 [2021-08-20T16:53:43.869Z] #29 2.997 
                                                                           0.0%
##################################################################        92.9%
######################################################################## 100.0%
16:53:43 [2021-08-20T16:53:43.869Z] #29 3.287 
16:53:43 [2021-08-20T16:53:43.869Z] #29 3.402 
##                                                                         2.9%
######################################                                    54.0%
######################################################################## 100.0%
16:53:43 [2021-08-20T16:53:43.869Z] #29 3.784 
16:53:43 [2021-08-20T16:53:43.869Z] #29 3.996 
                                                                           0.0%
######                                                                     8.9%
###########                                                               15.3%
###############                                                           21.2%
######################                                                    31.6%
##############################                                            42.6%
##################################                                        48.0%
#########################################                                 58.0%
##################################################                        70.5%
##########################################################                81.1%
####################################################################      95.5%
######################################################################## 100.0%
16:53:43 [2021-08-20T16:53:43.869Z] #29 5.430 
16:53:43 [2021-08-20T16:53:43.972Z] 
16:53:43 [2021-08-20T16:53:43.972Z] #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
16:53:43 [2021-08-20T16:53:43.972Z] #46 sha256:85d5a20cf7ff740618d370a7abe4e4d0ed219e61a71d9cde09b95fcdd5820b66
16:53:43 [2021-08-20T16:53:43.972Z] #46 14.08 unicode/utf8
16:53:44 [2021-08-20T16:53:44.124Z] #59 ...
16:53:44 [2021-08-20T16:53:44.124Z] 
16:53:44 [2021-08-20T16:53:44.124Z] #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
16:53:44 [2021-08-20T16:53:44.124Z] #24 sha256:6aa32de08b585338b8ea1dbcc747b01b6d083049b2dc73d605378f21b63c973c
16:53:44 [2021-08-20T16:53:44.124Z] #24 12.21 + mkdir -p /build
16:53:44 [2021-08-20T16:53:44.124Z] #24 12.21 + mv docker/docker /build/
16:53:44 [2021-08-20T16:53:44.124Z] #24 12.21 + rmdir docker
16:53:44 [2021-08-20T16:53:44.124Z] #24 DONE 12.6s
16:53:44 [2021-08-20T16:53:44.124Z] 
16:53:44 [2021-08-20T16:53:44.124Z] #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
16:53:44 [2021-08-20T16:53:44.124Z] #13 sha256:2ea98f0c850f86337a599286b1c82318201b41ac5783d18845b4a9977a584449
16:53:44 [2021-08-20T16:53:44.124Z] #13 7.620 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB]
16:53:44 [2021-08-20T16:53:44.124Z] #13 7.626 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB]
16:53:44 [2021-08-20T16:53:44.124Z] #13 7.627 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
16:53:44 [2021-08-20T16:53:44.124Z] #13 7.690 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
16:53:44 [2021-08-20T16:53:44.230Z] #46 14.87 math/bits
16:53:44 [2021-08-20T16:53:44.678Z] #16 DONE 2.0s
16:53:44 [2021-08-20T16:53:44.678Z] 
16:53:44 [2021-08-20T16:53:44.678Z] #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
16:53:44 [2021-08-20T16:53:44.678Z] #17 sha256:1bded0f6ffad27b084bc3c70bea193d686e415d09d1ffc891f792c12809e54d8
16:53:44 [2021-08-20T16:53:44.692Z] #13 8.483 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [486 kB]
16:53:45 [2021-08-20T16:53:45.165Z] #46 15.93 math
16:53:46 [2021-08-20T16:53:46.057Z] #17 1.485 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB]
16:53:46 [2021-08-20T16:53:46.057Z] #17 1.543 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
16:53:46 [2021-08-20T16:53:46.057Z] #17 1.543 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
16:53:46 [2021-08-20T16:53:46.243Z] #29 5.806 
                                                                           0.0%
                                                                           0.9%
#                                                                          1.5%
##                                                                         3.2%
###                                                                        5.2%
#####                                                                      7.2%
#######                                                                   10.6%
#########                                                                 12.7%
##########                                                                14.5%
#############                                                             18.7%
##############                                                            20.4%
###############                                                           21.6%
################                                                          23.0%
#################                                                         24.3%
##################                                                        26.3%
####################                                                      28.8%
######################                                                    31.5%
########################                                                  33.9%
##########################                                                36.6%
###########################                                               38.5%
#############################                                             40.9%
###############################                                           43.1%
################################                                          45.4%
##################################                                        47.4%
###################################                                       48.6%
16:53:46 [2021-08-20T16:53:46.243Z] #29 ...
16:53:46 [2021-08-20T16:53:46.243Z] 
16:53:46 [2021-08-20T16:53:46.244Z] #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
16:53:46 [2021-08-20T16:53:46.244Z] #40 sha256:4b942c013447a5086b7e6866dbc58570e707cf858c0190baf1d8a269696a5dad
16:53:46 [2021-08-20T16:53:46.244Z] #40 6.525 + git clone https://github.com/docker/distribution.git .
16:53:46 [2021-08-20T16:53:46.244Z] #40 6.525 Cloning into '.'...
16:53:46 [2021-08-20T16:53:46.603Z] #13 10.06 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
16:53:46 [2021-08-20T16:53:46.625Z] #17 ...
16:53:46 [2021-08-20T16:53:46.625Z] 
16:53:46 [2021-08-20T16:53:46.625Z] #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 "c56166c036004ba7a3a321e5951ba472b9ae298c"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
16:53:46 [2021-08-20T16:53:46.625Z] #39 sha256:327e8e81819b507b71e8420db5daf3da357aa8d9edb41d21198b8391f7acf947
16:53:46 [2021-08-20T16:53:46.625Z] #39 3.870 + git clone https://github.com/kolyshkin/go-swagger.git .
16:53:46 [2021-08-20T16:53:46.625Z] #39 3.870 Cloning into '.'...
16:53:46 [2021-08-20T16:53:46.625Z] #39 ...
16:53:46 [2021-08-20T16:53:46.625Z] 
16:53:46 [2021-08-20T16:53:46.625Z] #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
16:53:46 [2021-08-20T16:53:46.625Z] #17 sha256:1bded0f6ffad27b084bc3c70bea193d686e415d09d1ffc891f792c12809e54d8
16:53:46 [2021-08-20T16:53:46.625Z] #17 2.200 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB]
16:53:46 [2021-08-20T16:53:46.884Z] #17 ...
16:53:46 [2021-08-20T16:53:46.884Z] 
16:53:46 [2021-08-20T16:53:46.884Z] #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
16:53:46 [2021-08-20T16:53:46.884Z] #47 sha256:31736fe214c91336173addd02086baee88a153b6f405eb3118f95276bd6e57da
16:53:46 [2021-08-20T16:53:46.884Z] #47 3.839 + git clone https://github.com/docker/distribution.git .
16:53:46 [2021-08-20T16:53:46.884Z] #47 3.845 Cloning into '.'...
16:53:46 [2021-08-20T16:53:46.884Z] #47 ...
16:53:46 [2021-08-20T16:53:46.884Z] 
16:53:46 [2021-08-20T16:53:46.884Z] #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
16:53:46 [2021-08-20T16:53:46.884Z] #57 sha256:b1e37ffd307c98acc110732273a2c0b474813a5ffee5bb9e9c02653a2b3b7a82
16:53:46 [2021-08-20T16:53:46.884Z] #57 13.55 go: downloading github.com/fatih/color v1.7.0
16:53:46 [2021-08-20T16:53:46.884Z] #57 13.55 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
16:53:46 [2021-08-20T16:53:46.884Z] #57 13.61 go: downloading github.com/pkg/errors v0.8.1
16:53:46 [2021-08-20T16:53:46.884Z] #57 13.63 go: downloading github.com/spf13/cobra v0.0.5
16:53:46 [2021-08-20T16:53:46.884Z] #57 13.64 go: downloading github.com/spf13/pflag v1.0.5
16:53:46 [2021-08-20T16:53:46.884Z] #57 13.81 go: downloading github.com/spf13/viper v1.6.1
16:53:46 [2021-08-20T16:53:46.884Z] #57 14.07 go: downloading github.com/mattn/go-colorable v0.1.4
16:53:46 [2021-08-20T16:53:46.884Z] #57 14.09 go: downloading github.com/mattn/go-isatty v0.0.8
16:53:46 [2021-08-20T16:53:46.884Z] #57 14.13 go: downloading github.com/go-critic/go-critic v0.4.1
16:53:46 [2021-08-20T16:53:46.884Z] #57 14.15 go: downloading github.com/go-lintpack/lintpack v0.5.2
16:53:46 [2021-08-20T16:53:46.884Z] #57 14.28 go: downloading github.com/mitchellh/go-homedir v1.1.0
16:53:46 [2021-08-20T16:53:46.884Z] #57 14.33 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3
16:53:47 [2021-08-20T16:53:47.981Z] #13 11.95 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [301 kB]
16:53:47 [2021-08-20T16:53:47.981Z] #13 ...
16:53:47 [2021-08-20T16:53:47.981Z] 
16:53:47 [2021-08-20T16:53:47.981Z] #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
16:53:47 [2021-08-20T16:53:47.981Z] #40 sha256:31736fe214c91336173addd02086baee88a153b6f405eb3118f95276bd6e57da
16:53:47 [2021-08-20T16:53:47.981Z] #40 6.165 + git clone https://github.com/docker/distribution.git .
16:53:47 [2021-08-20T16:53:47.981Z] #40 6.165 Cloning into '.'...
16:53:48 [2021-08-20T16:53:48.241Z] #40 ...
16:53:48 [2021-08-20T16:53:48.241Z] 
16:53:48 [2021-08-20T16:53:48.241Z] #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
16:53:48 [2021-08-20T16:53:48.241Z] #50 sha256:e5ccb0875faba935735f03d94f777e3085900bd8a55d43fcfe22b3e59b1808c9
16:53:48 [2021-08-20T16:53:48.241Z] #50 14.54 go: downloading github.com/fatih/color v1.7.0
16:53:48 [2021-08-20T16:53:48.241Z] #50 14.56 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
16:53:48 [2021-08-20T16:53:48.241Z] #50 14.69 go: downloading github.com/pkg/errors v0.8.1
16:53:48 [2021-08-20T16:53:48.241Z] #50 14.80 go: downloading github.com/spf13/cobra v0.0.5
16:53:48 [2021-08-20T16:53:48.241Z] #50 14.80 go: downloading github.com/spf13/pflag v1.0.5
16:53:48 [2021-08-20T16:53:48.241Z] #50 15.02 go: downloading github.com/spf13/viper v1.6.1
16:53:48 [2021-08-20T16:53:48.241Z] #50 15.44 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3
16:53:48 [2021-08-20T16:53:48.241Z] #50 15.50 go: downloading github.com/go-critic/go-critic v0.4.1
16:53:48 [2021-08-20T16:53:48.241Z] #50 16.79 go: downloading github.com/go-lintpack/lintpack v0.5.2
16:53:48 [2021-08-20T16:53:48.436Z] #46 ...
16:53:48 [2021-08-20T16:53:48.436Z] 
16:53:48 [2021-08-20T16:53:48.436Z] #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
16:53:48 [2021-08-20T16:53:48.436Z] #50 sha256:4e0f4d11787acc3d4459bf67a31cf3c3038d6c42a400e561f4f7a164e602858e
16:53:48 [2021-08-20T16:53:48.436Z] #50 18.58 go: downloading github.com/fatih/color v1.7.0
16:53:48 [2021-08-20T16:53:48.436Z] #50 18.60 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
16:53:48 [2021-08-20T16:53:48.436Z] #50 18.66 go: downloading github.com/pkg/errors v0.8.1
16:53:48 [2021-08-20T16:53:48.436Z] #50 18.70 go: downloading github.com/spf13/cobra v0.0.5
16:53:48 [2021-08-20T16:53:48.436Z] #50 18.73 go: downloading github.com/spf13/pflag v1.0.5
16:53:48 [2021-08-20T16:53:48.436Z] #50 18.99 go: downloading github.com/spf13/viper v1.6.1
16:53:48 [2021-08-20T16:53:48.500Z] #50 17.06 go: downloading github.com/mitchellh/go-homedir v1.1.0
16:53:48 [2021-08-20T16:53:48.695Z] #50 19.46 go: downloading github.com/mattn/go-colorable v0.1.4
16:53:48 [2021-08-20T16:53:48.695Z] #50 19.46 go: downloading github.com/mattn/go-isatty v0.0.8
16:53:48 [2021-08-20T16:53:48.695Z] #50 19.49 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3
16:53:48 [2021-08-20T16:53:48.695Z] #50 19.50 go: downloading github.com/go-critic/go-critic v0.4.1
16:53:48 [2021-08-20T16:53:48.802Z] #40 ...
16:53:48 [2021-08-20T16:53:48.802Z] 
16:53:48 [2021-08-20T16:53:48.802Z] #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
16:53:48 [2021-08-20T16:53:48.802Z] #59 sha256:fbbe242878589bfd05c56ea8f03bd8e8b51b3095f9abca2b0338dd1921c57917
16:53:48 [2021-08-20T16:53:48.802Z] #59 3.225 + RM_GOPATH=0
16:53:48 [2021-08-20T16:53:48.802Z] #59 3.225 + TMP_GOPATH=
16:53:48 [2021-08-20T16:53:48.802Z] #59 3.225 + : /build
16:53:48 [2021-08-20T16:53:48.802Z] #59 3.225 + '[' -z '' ']'
16:53:48 [2021-08-20T16:53:48.802Z] #59 3.305 ++ mktemp -d
16:53:48 [2021-08-20T16:53:48.802Z] #59 3.305 + export GOPATH=/tmp/tmp.9yLZoClJAa
16:53:48 [2021-08-20T16:53:48.802Z] #59 3.305 + GOPATH=/tmp/tmp.9yLZoClJAa
16:53:48 [2021-08-20T16:53:48.802Z] #59 3.305 + RM_GOPATH=1
16:53:48 [2021-08-20T16:53:48.802Z] #59 3.305 + case "$(go env GOARCH)" in
16:53:48 [2021-08-20T16:53:48.802Z] #59 3.305 ++ go env GOARCH
16:53:48 [2021-08-20T16:53:48.802Z] #59 3.305 + export GO_BUILDMODE=-buildmode=pie
16:53:48 [2021-08-20T16:53:48.802Z] #59 3.305 + GO_BUILDMODE=-buildmode=pie
16:53:48 [2021-08-20T16:53:48.802Z] #59 3.305 ++ dirname /tmp/install/install.sh
16:53:48 [2021-08-20T16:53:48.802Z] #59 3.305 + dir=/tmp/install
16:53:48 [2021-08-20T16:53:48.802Z] #59 3.305 + bin=rootlesskit
16:53:48 [2021-08-20T16:53:48.802Z] #59 3.305 + shift
16:53:48 [2021-08-20T16:53:48.802Z] #59 3.305 + '[' '!' -f /tmp/install/rootlesskit.installer ']'
16:53:48 [2021-08-20T16:53:48.802Z] #59 3.305 + . /tmp/install/rootlesskit.installer
16:53:48 [2021-08-20T16:53:48.802Z] #59 3.305 ++ : 87d443683ac1e8aba4110b8081f15aaae432aaa2
16:53:48 [2021-08-20T16:53:48.802Z] #59 3.305 + install_rootlesskit
16:53:48 [2021-08-20T16:53:48.802Z] #59 3.305 + case "$1" in
16:53:48 [2021-08-20T16:53:48.802Z] #59 3.305 + export CGO_ENABLED=0
16:53:48 [2021-08-20T16:53:48.802Z] #59 3.305 + CGO_ENABLED=0
16:53:48 [2021-08-20T16:53:48.802Z] #59 3.305 + _install_rootlesskit
16:53:48 [2021-08-20T16:53:48.802Z] #59 3.305 + echo 'Install rootlesskit version 87d443683ac1e8aba4110b8081f15aaae432aaa2'
16:53:48 [2021-08-20T16:53:48.802Z] #59 3.305 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.9yLZoClJAa/src/github.com/rootless-containers/rootlesskit
16:53:48 [2021-08-20T16:53:48.802Z] #59 3.305 Cloning into '/tmp/tmp.9yLZoClJAa/src/github.com/rootless-containers/rootlesskit'...
16:53:48 [2021-08-20T16:53:48.802Z] #59 3.310 Install rootlesskit version 87d443683ac1e8aba4110b8081f15aaae432aaa2
16:53:48 [2021-08-20T16:53:48.802Z] #59 5.653 + cd /tmp/tmp.9yLZoClJAa/src/github.com/rootless-containers/rootlesskit
16:53:48 [2021-08-20T16:53:48.802Z] #59 5.653 + git checkout -q 87d443683ac1e8aba4110b8081f15aaae432aaa2
16:53:48 [2021-08-20T16:53:48.802Z] #59 5.673 + export GO111MODULE=on
16:53:48 [2021-08-20T16:53:48.802Z] #59 5.673 + GO111MODULE=on
16:53:48 [2021-08-20T16:53:48.802Z] #59 5.673 + export GOPROXY=https://proxy.golang.org
16:53:48 [2021-08-20T16:53:48.802Z] #59 5.673 + GOPROXY=https://proxy.golang.org
16:53:48 [2021-08-20T16:53:48.802Z] #59 5.673 + for f in rootlesskit rootlesskit-docker-proxy
16:53:48 [2021-08-20T16:53:48.802Z] #59 5.673 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit
16:53:48 [2021-08-20T16:53:48.802Z] #59 7.814 go: downloading github.com/pkg/errors v0.9.1
16:53:48 [2021-08-20T16:53:48.802Z] #59 7.857 go: downloading github.com/sirupsen/logrus v1.8.1
16:53:48 [2021-08-20T16:53:48.802Z] #59 7.877 go: downloading github.com/urfave/cli/v2 v2.3.0
16:53:48 [2021-08-20T16:53:48.802Z] #59 8.293 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
16:53:48 [2021-08-20T16:53:48.802Z] #59 8.586 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
16:53:48 [2021-08-20T16:53:48.954Z] #50 ...
16:53:48 [2021-08-20T16:53:48.954Z] 
16:53:48 [2021-08-20T16:53:48.954Z] #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
16:53:48 [2021-08-20T16:53:48.954Z] #34 sha256:b4ae1d71ec232d14cf2c3bde19565ac7839d23b68cfb72c640e5faae309aa2b8
16:53:48 [2021-08-20T16:53:48.954Z] #34 10.38 github.com/pelletier/go-toml
16:53:48 [2021-08-20T16:53:48.954Z] #34 17.72 github.com/pelletier/go-toml/cmd/tomll
16:53:48 [2021-08-20T16:53:48.954Z] #34 DONE 19.9s
16:53:49 [2021-08-20T16:53:49.114Z] #59 ...
16:53:49 [2021-08-20T16:53:49.114Z] 
16:53:49 [2021-08-20T16:53:49.114Z] #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
16:53:49 [2021-08-20T16:53:49.114Z] #36 sha256:952f36e5b33856364c1d47ec43a221786e573128859e3ae6da8f7f6afd9788cc
16:53:49 [2021-08-20T16:53:49.114Z] #36 3.145 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB]
16:53:49 [2021-08-20T16:53:49.114Z] #36 3.220 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
16:53:49 [2021-08-20T16:53:49.114Z] #36 3.220 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
16:53:49 [2021-08-20T16:53:49.114Z] #36 4.043 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7735 kB]
16:53:49 [2021-08-20T16:53:49.114Z] #36 5.283 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [296 kB]
16:53:49 [2021-08-20T16:53:49.114Z] #36 7.180 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [14.5 kB]
16:53:49 [2021-08-20T16:53:49.213Z] 
16:53:49 [2021-08-20T16:53:49.214Z] #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
16:53:49 [2021-08-20T16:53:49.214Z] #46 sha256:85d5a20cf7ff740618d370a7abe4e4d0ed219e61a71d9cde09b95fcdd5820b66
16:53:49 [2021-08-20T16:53:49.214Z] #46 19.54 encoding
16:53:49 [2021-08-20T16:53:49.214Z] #46 19.70 unicode/utf16
16:53:49 [2021-08-20T16:53:49.214Z] #46 19.91 container/list
16:53:49 [2021-08-20T16:53:49.378Z] #36 ...
16:53:49 [2021-08-20T16:53:49.378Z] 
16:53:49 [2021-08-20T16:53:49.378Z] #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
16:53:49 [2021-08-20T16:53:49.378Z] #56 sha256:5b4c59f4cf1095ecc5b5757636eed47e2e6ff41bdd7ffb5ef1ec7489346ab669
16:53:49 [2021-08-20T16:53:49.378Z] #56 3.848 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB]
16:53:49 [2021-08-20T16:53:49.378Z] #56 3.873 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
16:53:49 [2021-08-20T16:53:49.378Z] #56 3.873 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
16:53:49 [2021-08-20T16:53:49.378Z] #56 4.860 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7735 kB]
16:53:49 [2021-08-20T16:53:49.378Z] #56 6.422 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [296 kB]
16:53:49 [2021-08-20T16:53:49.378Z] #56 8.069 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [14.5 kB]
16:53:49 [2021-08-20T16:53:49.378Z] #56 ...
16:53:49 [2021-08-20T16:53:49.378Z] 
16:53:49 [2021-08-20T16:53:49.378Z] #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
16:53:49 [2021-08-20T16:53:49.378Z] #50 sha256:8ef116967111439b2bf606c868bbde0dd05990b6c407b243b2ffe1bd5af49107
16:53:49 [2021-08-20T16:53:49.378Z] #50 3.847 + RM_GOPATH=0
16:53:49 [2021-08-20T16:53:49.378Z] #50 3.847 + TMP_GOPATH=
16:53:49 [2021-08-20T16:53:49.378Z] #50 3.847 + : /build
16:53:49 [2021-08-20T16:53:49.378Z] #50 3.847 + '[' -z '' ']'
16:53:49 [2021-08-20T16:53:49.378Z] #50 3.847 ++ mktemp -d
16:53:49 [2021-08-20T16:53:49.378Z] #50 3.847 + export GOPATH=/tmp/tmp.TD81l82a8F
16:53:49 [2021-08-20T16:53:49.378Z] #50 3.847 + GOPATH=/tmp/tmp.TD81l82a8F
16:53:49 [2021-08-20T16:53:49.378Z] #50 3.847 + RM_GOPATH=1
16:53:49 [2021-08-20T16:53:49.378Z] #50 3.847 + case "$(go env GOARCH)" in
16:53:49 [2021-08-20T16:53:49.378Z] #50 3.847 ++ go env GOARCH
16:53:49 [2021-08-20T16:53:49.378Z] #50 3.848 + export GO_BUILDMODE=-buildmode=pie
16:53:49 [2021-08-20T16:53:49.378Z] #50 3.848 + GO_BUILDMODE=-buildmode=pie
16:53:49 [2021-08-20T16:53:49.378Z] #50 3.860 ++ dirname /tmp/install/install.sh
16:53:49 [2021-08-20T16:53:49.378Z] #50 3.867 + dir=/tmp/install
16:53:49 [2021-08-20T16:53:49.378Z] #50 3.867 + bin=golangci_lint
16:53:49 [2021-08-20T16:53:49.378Z] #50 3.867 + shift
16:53:49 [2021-08-20T16:53:49.378Z] #50 3.867 + '[' '!' -f /tmp/install/golangci_lint.installer ']'
16:53:49 [2021-08-20T16:53:49.378Z] #50 3.867 + . /tmp/install/golangci_lint.installer
16:53:49 [2021-08-20T16:53:49.378Z] #50 3.867 ++ : v1.23.8
16:53:49 [2021-08-20T16:53:49.378Z] #50 3.867 + install_golangci_lint
16:53:49 [2021-08-20T16:53:49.378Z] #50 3.867 + set -e
16:53:49 [2021-08-20T16:53:49.378Z] #50 3.867 + export GO111MODULE=on
16:53:49 [2021-08-20T16:53:49.378Z] #50 3.867 + GO111MODULE=on
16:53:49 [2021-08-20T16:53:49.378Z] #50 3.867 + GOBIN=/build
16:53:49 [2021-08-20T16:53:49.378Z] #50 3.867 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8
16:53:49 [2021-08-20T16:53:49.378Z] #50 4.783 go: downloading github.com/golangci/golangci-lint v1.23.8
16:53:49 [2021-08-20T16:53:49.378Z] #50 ...
16:53:49 [2021-08-20T16:53:49.378Z] 
16:53:49 [2021-08-20T16:53:49.378Z] #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
16:53:49 [2021-08-20T16:53:49.378Z] #34 sha256:8f9a2859973361984ab18560c47597198fb4b3dbb3d84ea45048616778cb446e
16:53:49 [2021-08-20T16:53:49.378Z] #34 5.479 Install go-toml version v1.8.1
16:53:49 [2021-08-20T16:53:49.378Z] #34 ...
16:53:49 [2021-08-20T16:53:49.378Z] 
16:53:49 [2021-08-20T16:53:49.378Z] #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
16:53:49 [2021-08-20T16:53:49.378Z] #52 sha256:8398565629c5302195fffbaaef12d8aa6bd2b39d9f2d4d245f044ed5f3288ed1
16:53:49 [2021-08-20T16:53:49.378Z] #52 5.287 + RM_GOPATH=0
16:53:49 [2021-08-20T16:53:49.378Z] #52 5.287 + TMP_GOPATH=
16:53:49 [2021-08-20T16:53:49.378Z] #52 5.287 + : /build
16:53:49 [2021-08-20T16:53:49.378Z] #52 5.287 + '[' -z '' ']'
16:53:49 [2021-08-20T16:53:49.378Z] #52 5.287 ++ mktemp -d
16:53:49 [2021-08-20T16:53:49.378Z] #52 5.287 + export GOPATH=/tmp/tmp.AgFrGvvprg
16:53:49 [2021-08-20T16:53:49.378Z] #52 5.287 + GOPATH=/tmp/tmp.AgFrGvvprg
16:53:49 [2021-08-20T16:53:49.378Z] #52 5.287 + RM_GOPATH=1
16:53:49 [2021-08-20T16:53:49.378Z] #52 5.287 + case "$(go env GOARCH)" in
16:53:49 [2021-08-20T16:53:49.378Z] #52 5.287 ++ go env GOARCH
16:53:49 [2021-08-20T16:53:49.378Z] #52 5.308 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f
16:53:49 [2021-08-20T16:53:49.378Z] #52 5.308 + export GO_BUILDMODE=-buildmode=pie
16:53:49 [2021-08-20T16:53:49.378Z] #52 5.308 + GO_BUILDMODE=-buildmode=pie
16:53:49 [2021-08-20T16:53:49.378Z] #52 5.308 ++ dirname /tmp/install/install.sh
16:53:49 [2021-08-20T16:53:49.378Z] #52 5.308 + dir=/tmp/install
16:53:49 [2021-08-20T16:53:49.378Z] #52 5.308 + bin=shfmt
16:53:49 [2021-08-20T16:53:49.378Z] #52 5.308 + shift
16:53:49 [2021-08-20T16:53:49.378Z] #52 5.308 + '[' '!' -f /tmp/install/shfmt.installer ']'
16:53:49 [2021-08-20T16:53:49.378Z] #52 5.308 + . /tmp/install/shfmt.installer
16:53:49 [2021-08-20T16:53:49.378Z] #52 5.308 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f
16:53:49 [2021-08-20T16:53:49.378Z] #52 5.308 + install_shfmt
16:53:49 [2021-08-20T16:53:49.378Z] #52 5.308 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f'
16:53:49 [2021-08-20T16:53:49.378Z] #52 5.308 + git clone https://github.com/mvdan/sh.git /tmp/tmp.AgFrGvvprg/src/github.com/mvdan/sh
16:53:49 [2021-08-20T16:53:49.378Z] #52 5.308 Cloning into '/tmp/tmp.AgFrGvvprg/src/github.com/mvdan/sh'...
16:53:49 [2021-08-20T16:53:49.472Z] #46 ...
16:53:49 [2021-08-20T16:53:49.472Z] 
16:53:49 [2021-08-20T16:53:49.472Z] #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
16:53:49 [2021-08-20T16:53:49.472Z] #13 sha256:2ea98f0c850f86337a599286b1c82318201b41ac5783d18845b4a9977a584449
16:53:49 [2021-08-20T16:53:49.472Z] #13 6.037 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [486 kB]
16:53:49 [2021-08-20T16:53:49.472Z] #13 7.860 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
16:53:49 [2021-08-20T16:53:49.472Z] #13 9.743 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [301 kB]
16:53:49 [2021-08-20T16:53:49.472Z] #13 12.61 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [15.2 kB]
16:53:49 [2021-08-20T16:53:49.472Z] #13 ...
16:53:49 [2021-08-20T16:53:49.472Z] 
16:53:49 [2021-08-20T16:53:49.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
16:53:49 [2021-08-20T16:53:49.472Z] #46 sha256:85d5a20cf7ff740618d370a7abe4e4d0ed219e61a71d9cde09b95fcdd5820b66
16:53:49 [2021-08-20T16:53:49.472Z] #46 20.33 crypto/internal/subtle
16:53:49 [2021-08-20T16:53:49.729Z] #46 20.50 crypto/subtle
16:53:49 [2021-08-20T16:53:49.830Z] #52 ...
16:53:49 [2021-08-20T16:53:49.830Z] 
16:53:49 [2021-08-20T16:53:49.830Z] #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
16:53:49 [2021-08-20T16:53:49.830Z] #46 sha256:0926bbf4c6eb439261db5490d7501f7a8b12062027044145bdaa314adfc6f88d
16:53:49 [2021-08-20T16:53:49.830Z] #46 6.177 + RM_GOPATH=0
16:53:49 [2021-08-20T16:53:49.830Z] #46 6.177 + TMP_GOPATH=
16:53:49 [2021-08-20T16:53:49.830Z] #46 6.177 + : /build
16:53:49 [2021-08-20T16:53:49.830Z] #46 6.177 + '[' -z '' ']'
16:53:49 [2021-08-20T16:53:49.830Z] #46 6.177 ++ mktemp -d
16:53:49 [2021-08-20T16:53:49.830Z] #46 6.181 + export GOPATH=/tmp/tmp.wAqRHi3aV9
16:53:49 [2021-08-20T16:53:49.830Z] #46 6.181 + GOPATH=/tmp/tmp.wAqRHi3aV9
16:53:49 [2021-08-20T16:53:49.830Z] #46 6.181 + RM_GOPATH=1
16:53:49 [2021-08-20T16:53:49.830Z] #46 6.181 + case "$(go env GOARCH)" in
16:53:49 [2021-08-20T16:53:49.830Z] #46 6.182 ++ go env GOARCH
16:53:49 [2021-08-20T16:53:49.830Z] #46 6.220 + export GO_BUILDMODE=-buildmode=pie
16:53:49 [2021-08-20T16:53:49.830Z] #46 6.222 + GO_BUILDMODE=-buildmode=pie
16:53:49 [2021-08-20T16:53:49.830Z] #46 6.230 ++ dirname /tmp/install/install.sh
16:53:49 [2021-08-20T16:53:49.830Z] #46 6.259 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6
16:53:49 [2021-08-20T16:53:49.830Z] #46 6.259 + dir=/tmp/install
16:53:49 [2021-08-20T16:53:49.830Z] #46 6.259 + bin=vndr
16:53:49 [2021-08-20T16:53:49.830Z] #46 6.259 + shift
16:53:49 [2021-08-20T16:53:49.830Z] #46 6.259 + '[' '!' -f /tmp/install/vndr.installer ']'
16:53:49 [2021-08-20T16:53:49.830Z] #46 6.259 + . /tmp/install/vndr.installer
16:53:49 [2021-08-20T16:53:49.830Z] #46 6.259 ++ : f12b881cb8f081a5058408a58f429b9014833fc6
16:53:49 [2021-08-20T16:53:49.830Z] #46 6.259 + install_vndr
16:53:49 [2021-08-20T16:53:49.830Z] #46 6.259 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6'
16:53:49 [2021-08-20T16:53:49.830Z] #46 6.259 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.wAqRHi3aV9/src/github.com/LK4D4/vndr
16:53:49 [2021-08-20T16:53:49.830Z] #46 6.259 Cloning into '/tmp/tmp.wAqRHi3aV9/src/github.com/LK4D4/vndr'...
16:53:49 [2021-08-20T16:53:49.830Z] #46 7.280 + cd /tmp/tmp.wAqRHi3aV9/src/github.com/LK4D4/vndr
16:53:49 [2021-08-20T16:53:49.830Z] #46 7.281 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6
16:53:49 [2021-08-20T16:53:49.830Z] #46 7.398 + go build -buildmode=pie -v -o /build/vndr .
16:53:49 [2021-08-20T16:53:49.830Z] #46 9.265 github.com/LK4D4/vndr/godl/singleflight
16:53:49 [2021-08-20T16:53:49.830Z] #46 9.487 github.com/LK4D4/vndr/versioned
16:53:49 [2021-08-20T16:53:49.830Z] #46 9.586 github.com/LK4D4/vndr/build
16:53:49 [2021-08-20T16:53:49.830Z] #46 10.28 github.com/LK4D4/vndr/godl
16:53:49 [2021-08-20T16:53:49.830Z] #46 ...
16:53:49 [2021-08-20T16:53:49.830Z] 
16:53:49 [2021-08-20T16:53:49.830Z] #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 "c56166c036004ba7a3a321e5951ba472b9ae298c"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
16:53:49 [2021-08-20T16:53:49.830Z] #32 sha256:2d9e72a3c62c7273f063037d5341dcb695aacb467efdb591e0bbc147b6698da0
16:53:49 [2021-08-20T16:53:49.830Z] #32 5.562 + git clone https://github.com/kolyshkin/go-swagger.git .
16:53:49 [2021-08-20T16:53:49.830Z] #32 5.565 Cloning into '.'...
16:53:49 [2021-08-20T16:53:49.992Z] #46 20.64 vendor/golang.org/x/crypto/cryptobyte/asn1
16:53:49 [2021-08-20T16:53:49.993Z] #46 20.91 internal/nettrace
16:53:49 [2021-08-20T16:53:49.993Z] #46 ...
16:53:49 [2021-08-20T16:53:49.993Z] 
16:53:49 [2021-08-20T16:53:49.993Z] #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
16:53:49 [2021-08-20T16:53:49.993Z] #36 sha256:7e4a7d0643c402051e4468c5fff5d3e9795dd212ea6c08dc71807381a18fc6a4
16:53:49 [2021-08-20T16:53:49.993Z] #36 10.84 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [301 kB]
16:53:49 [2021-08-20T16:53:49.993Z] #36 13.22 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [15.2 kB]
16:53:50 [2021-08-20T16:53:50.131Z] #32 ...
16:53:50 [2021-08-20T16:53:50.131Z] 
16:53:50 [2021-08-20T16:53:50.131Z] #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
16:53:50 [2021-08-20T16:53:50.131Z] #44 sha256:0cf93f5558ad4c5b3e6b04ba38b9dc1ce88e11cd44491ae850f6a0f51ab32b26
16:53:50 [2021-08-20T16:53:50.131Z] #44 7.262 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB]
16:53:50 [2021-08-20T16:53:50.131Z] #44 7.287 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
16:53:50 [2021-08-20T16:53:50.131Z] #44 7.299 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
16:53:50 [2021-08-20T16:53:50.131Z] #44 7.792 Hit:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10  InRelease
16:53:50 [2021-08-20T16:53:50.131Z] #44 8.631 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7735 kB]
16:53:50 [2021-08-20T16:53:50.131Z] #44 ...
16:53:50 [2021-08-20T16:53:50.131Z] 
16:53:50 [2021-08-20T16:53:50.131Z] #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
16:53:50 [2021-08-20T16:53:50.131Z] #24 sha256:9cd17ff151754752f15bd1fadef5cddf1947d8c9ad97381cd0febbb3c3815618
16:53:50 [2021-08-20T16:53:50.131Z] #24 2.969 + RM_GOPATH=0
16:53:50 [2021-08-20T16:53:50.131Z] #24 2.969 + TMP_GOPATH=
16:53:50 [2021-08-20T16:53:50.131Z] #24 2.969 + : /build
16:53:50 [2021-08-20T16:53:50.131Z] #24 2.969 + '[' -z '' ']'
16:53:50 [2021-08-20T16:53:50.131Z] #24 2.969 ++ mktemp -d
16:53:50 [2021-08-20T16:53:50.131Z] #24 2.969 + export GOPATH=/tmp/tmp.zp10VeA6Zr
16:53:50 [2021-08-20T16:53:50.131Z] #24 2.969 + GOPATH=/tmp/tmp.zp10VeA6Zr
16:53:50 [2021-08-20T16:53:50.131Z] #24 2.969 + RM_GOPATH=1
16:53:50 [2021-08-20T16:53:50.131Z] #24 2.969 + case "$(go env GOARCH)" in
16:53:50 [2021-08-20T16:53:50.131Z] #24 2.969 ++ go env GOARCH
16:53:50 [2021-08-20T16:53:50.131Z] #24 2.969 + export GO_BUILDMODE=-buildmode=pie
16:53:50 [2021-08-20T16:53:50.131Z] #24 2.969 + GO_BUILDMODE=-buildmode=pie
16:53:50 [2021-08-20T16:53:50.131Z] #24 2.969 ++ dirname /tmp/install/install.sh
16:53:50 [2021-08-20T16:53:50.131Z] #24 2.969 + dir=/tmp/install
16:53:50 [2021-08-20T16:53:50.131Z] #24 2.969 + bin=dockercli
16:53:50 [2021-08-20T16:53:50.131Z] #24 2.969 + shift
16:53:50 [2021-08-20T16:53:50.131Z] #24 2.969 + '[' '!' -f /tmp/install/dockercli.installer ']'
16:53:50 [2021-08-20T16:53:50.131Z] #24 2.969 + . /tmp/install/dockercli.installer
16:53:50 [2021-08-20T16:53:50.131Z] #24 2.969 ++ : stable
16:53:50 [2021-08-20T16:53:50.131Z] #24 2.969 ++ : 17.06.2-ce
16:53:50 [2021-08-20T16:53:50.131Z] #24 2.969 + install_dockercli
16:53:50 [2021-08-20T16:53:50.131Z] #24 2.969 + echo 'Install docker/cli version 17.06.2-ce from stable'
16:53:50 [2021-08-20T16:53:50.131Z] #24 2.969 ++ uname -m
16:53:50 [2021-08-20T16:53:50.131Z] #24 2.970 Install docker/cli version 17.06.2-ce from stable
16:53:50 [2021-08-20T16:53:50.131Z] #24 2.972 + arch=aarch64
16:53:50 [2021-08-20T16:53:50.131Z] #24 2.972 + '[' aarch64 '!=' x86_64 ']'
16:53:50 [2021-08-20T16:53:50.131Z] #24 2.972 + '[' aarch64 '!=' s390x ']'
16:53:50 [2021-08-20T16:53:50.131Z] #24 2.972 + '[' aarch64 '!=' armhf ']'
16:53:50 [2021-08-20T16:53:50.131Z] #24 2.972 + build_dockercli
16:53:50 [2021-08-20T16:53:50.131Z] #24 2.972 + git clone https://github.com/docker/docker-ce /tmp/tmp.zp10VeA6Zr/tmp/docker-ce
16:53:50 [2021-08-20T16:53:50.131Z] #24 3.141 Cloning into '/tmp/tmp.zp10VeA6Zr/tmp/docker-ce'...
16:53:50 [2021-08-20T16:53:50.179Z] #57 16.98 go: downloading github.com/sirupsen/logrus v1.4.2
16:53:50 [2021-08-20T16:53:50.179Z] #57 17.02 go: downloading github.com/stretchr/testify v1.4.0
16:53:50 [2021-08-20T16:53:50.179Z] #57 ...
16:53:50 [2021-08-20T16:53:50.179Z] 
16:53:50 [2021-08-20T16:53:50.179Z] #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
16:53:50 [2021-08-20T16:53:50.179Z] #53 sha256:a6c6b90d25ac81d6af885ebcc168e9fd033b32268eb68df5b5e4a4de7879e59c
16:53:50 [2021-08-20T16:53:50.179Z] #53 11.41 github.com/LK4D4/vndr
16:53:50 [2021-08-20T16:53:50.179Z] #53 DONE 17.3s
16:53:50 [2021-08-20T16:53:50.179Z] 
16:53:50 [2021-08-20T16:53:50.179Z] #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
16:53:50 [2021-08-20T16:53:50.179Z] #57 sha256:b1e37ffd307c98acc110732273a2c0b474813a5ffee5bb9e9c02653a2b3b7a82
16:53:50 [2021-08-20T16:53:50.179Z] #57 17.30 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
16:53:50 [2021-08-20T16:53:50.179Z] #57 17.38 go: downloading github.com/inconshreveable/mousetrap v1.0.0
16:53:50 [2021-08-20T16:53:50.179Z] #57 17.43 go: downloading github.com/fsnotify/fsnotify v1.4.7
16:53:50 [2021-08-20T16:53:50.179Z] #57 17.52 go: downloading github.com/hashicorp/hcl v1.0.0
16:53:50 [2021-08-20T16:53:50.251Z] #36 ...
16:53:50 [2021-08-20T16:53:50.251Z] 
16:53:50 [2021-08-20T16:53:50.251Z] #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
16:53:50 [2021-08-20T16:53:50.251Z] #50 sha256:4e0f4d11787acc3d4459bf67a31cf3c3038d6c42a400e561f4f7a164e602858e
16:53:50 [2021-08-20T16:53:50.251Z] #50 20.87 go: downloading github.com/go-lintpack/lintpack v0.5.2
16:53:50 [2021-08-20T16:53:50.439Z] #57 17.79 go: downloading github.com/magiconair/properties v1.8.1
16:53:50 [2021-08-20T16:53:50.439Z] #57 17.79 go: downloading github.com/mitchellh/mapstructure v1.1.2
16:53:50 [2021-08-20T16:53:50.439Z] #57 17.87 go: downloading github.com/pelletier/go-toml v1.2.0
16:53:50 [2021-08-20T16:53:50.460Z] #24 ...
16:53:50 [2021-08-20T16:53:50.460Z] 
16:53:50 [2021-08-20T16:53:50.461Z] #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
16:53:50 [2021-08-20T16:53:50.461Z] #29 sha256:9084fa7dc80beab5233b6ec2a051889f3e45bdb62e5566016ff7b02249e9effc
16:53:50 [2021-08-20T16:53:50.461Z] #29 5.806 
                                                                           0.0%
                                                                           0.9%
#                                                                          1.5%
##                                                                         3.2%
###                                                                        5.2%
#####                                                                      7.2%
#######                                                                   10.6%
#########                                                                 12.7%
##########                                                                14.5%
#############                                                             18.7%
##############                                                            20.4%
###############                                                           21.6%
################                                                          23.0%
#################                                                         24.3%
##################                                                        26.3%
####################                                                      28.8%
######################                                                    31.5%
########################                                                  33.9%
##########################                                                36.6%
###########################                                               38.5%
#############################                                             40.9%
###############################                                           43.1%
################################                                          45.4%
##################################                                        47.4%
###################################                                       48.6%
###################################                                       49.0%
####################################                                      50.9%
######################################                                    52.9%
#######################################                                   55.5%
########################################                                  56.8%
##########################################                                59.1%
############################################                              61.2%
#############################################                             62.9%
##############################################                            64.7%
###############################################                           65.7%
################################################                          67.5%
##################################################                        69.7%
###################################################                       70.9%
###################################################                       71.9%
####################################################                      73.1%
#####################################################                     74.8%
######################################################                    76.3%
#######################################################                   77.7%
#########################################################                 79.7%
##########################################################                81.2%
###########################################################               82.5%
############################################################              84.0%
##############################################################            86.5%
###############################################################           88.5%
################################################################          89.8%
#################################################################         91.4%
###################################################################       93.2%
###################################################################       93.7%
####################################################################      95.1%
#####################################################################     97.2%
######################################################################## 100.0%
16:53:50 [2021-08-20T16:53:50.461Z] #29 11.82 
16:53:50 [2021-08-20T16:53:50.508Z] #50 21.24 go: downloading github.com/mitchellh/go-homedir v1.1.0
16:53:50 [2021-08-20T16:53:50.699Z] #57 17.93 go: downloading github.com/spf13/afero v1.1.2
16:53:50 [2021-08-20T16:53:50.961Z] #57 18.18 go: downloading github.com/spf13/cast v1.3.0
16:53:50 [2021-08-20T16:53:50.961Z] #57 18.22 go: downloading github.com/spf13/jwalterweatherman v1.0.0
16:53:50 [2021-08-20T16:53:50.961Z] #57 18.24 go: downloading github.com/subosito/gotenv v1.2.0
16:53:50 [2021-08-20T16:53:50.961Z] #57 18.28 go: downloading gopkg.in/ini.v1 v1.51.0
16:53:50 [2021-08-20T16:53:50.961Z] #57 18.39 go: downloading gopkg.in/yaml.v2 v2.2.7
16:53:51 [2021-08-20T16:53:51.072Z] #50 ...
16:53:51 [2021-08-20T16:53:51.072Z] 
16:53:51 [2021-08-20T16:53:51.072Z] #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
16:53:51 [2021-08-20T16:53:51.072Z] #48 sha256:d7dd3575eb4bcbbc538a96c943b0570689438e0cc5ff237fff10bc15e24ed878
16:53:51 [2021-08-20T16:53:51.072Z] #48 11.94 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
16:53:51 [2021-08-20T16:53:51.075Z] #29 12.90 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)...
16:53:51 [2021-08-20T16:53:51.221Z] #57 18.59 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
16:53:51 [2021-08-20T16:53:51.329Z] #48 ...
16:53:51 [2021-08-20T16:53:51.329Z] 
16:53:51 [2021-08-20T16:53:51.329Z] #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
16:53:51 [2021-08-20T16:53:51.329Z] #59 sha256:d323e3fc26383080ff40efbb0e6f67d73ece52f2fc28d83bffea2a2f4ea49322
16:53:51 [2021-08-20T16:53:51.329Z] #59 16.97 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
16:53:51 [2021-08-20T16:53:51.329Z] #59 17.61 go: downloading github.com/google/uuid v1.3.0
16:53:51 [2021-08-20T16:53:51.329Z] #59 17.63 go: downloading github.com/moby/vpnkit v0.5.0
16:53:51 [2021-08-20T16:53:51.329Z] #59 17.78 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
16:53:51 [2021-08-20T16:53:51.329Z] #59 17.93 go: downloading github.com/gofrs/flock v0.8.1
16:53:51 [2021-08-20T16:53:51.329Z] #59 18.20 go: downloading github.com/gorilla/mux v1.8.0
16:53:51 [2021-08-20T16:53:51.329Z] #59 18.54 go: downloading github.com/moby/sys/mountinfo v0.4.1
16:53:51 [2021-08-20T16:53:51.329Z] #59 18.87 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
16:53:51 [2021-08-20T16:53:51.329Z] #59 19.09 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
16:53:51 [2021-08-20T16:53:51.329Z] #59 21.22 go: downloading github.com/u-root/u-root v7.0.0+incompatible
16:53:51 [2021-08-20T16:53:51.337Z] #29 13.37 
16:53:51 [2021-08-20T16:53:51.337Z] #29 13.54 
############                                                              16.8%
######################################################################## 100.0%
16:53:51 [2021-08-20T16:53:51.337Z] #29 13.61 
16:53:51 [2021-08-20T16:53:51.485Z] #57 18.66 go: downloading github.com/go-toolsmith/astfmt v1.0.0
16:53:51 [2021-08-20T16:53:51.485Z] #57 18.82 go: downloading github.com/go-toolsmith/astcast v1.0.0
16:53:51 [2021-08-20T16:53:51.744Z] #57 18.89 go: downloading github.com/go-toolsmith/astcopy v1.0.0
16:53:51 [2021-08-20T16:53:51.744Z] #57 18.96 go: downloading github.com/go-toolsmith/astequal v1.0.0
16:53:51 [2021-08-20T16:53:51.744Z] #57 19.09 go: downloading github.com/go-toolsmith/astp v1.0.0
16:53:51 [2021-08-20T16:53:51.744Z] #57 19.10 go: downloading github.com/go-toolsmith/strparse v1.0.0
16:53:51 [2021-08-20T16:53:51.744Z] #57 19.12 go: downloading github.com/go-toolsmith/typep v1.0.0
16:53:51 [2021-08-20T16:53:51.744Z] #57 19.15 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1
16:53:51 [2021-08-20T16:53:51.792Z] #50 19.71 go: downloading github.com/mattn/go-colorable v0.1.4
16:53:51 [2021-08-20T16:53:51.792Z] #50 19.71 go: downloading github.com/sirupsen/logrus v1.4.2
16:53:51 [2021-08-20T16:53:51.792Z] #50 ...
16:53:51 [2021-08-20T16:53:51.792Z] 
16:53:51 [2021-08-20T16:53:51.792Z] #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
16:53:51 [2021-08-20T16:53:51.792Z] #56 sha256:79ed161e6adef891b83377a5bab1cd9101ae201f0974c436a0e1af29a7c276bc
16:53:51 [2021-08-20T16:53:51.792Z] #56 20.08 Fetched 8463 kB in 15s (566 kB/s)
16:53:51 [2021-08-20T16:53:51.893Z] #59 ...
16:53:51 [2021-08-20T16:53:51.893Z] 
16:53:51 [2021-08-20T16:53:51.893Z] #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
16:53:51 [2021-08-20T16:53:51.893Z] #44 sha256:17b9b2c66b5114379bdd507ebb6b3fcb9f10f4d3301507cb76542897a8754e0b
16:53:51 [2021-08-20T16:53:51.893Z] #44 12.16 Get:7 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [15.2 kB]
16:53:51 [2021-08-20T16:53:51.893Z] #44 17.60 Get:8 https://provo-mirror.opensuse.org//repositories/devel:/tools:/criu/Debian_10  Packages [2139 B]
16:53:52 [2021-08-20T16:53:52.003Z] #57 19.18 go: downloading github.com/bombsimon/wsl/v2 v2.0.0
16:53:52 [2021-08-20T16:53:52.003Z] #57 19.23 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
16:53:52 [2021-08-20T16:53:52.003Z] #57 19.28 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
16:53:52 [2021-08-20T16:53:52.003Z] #57 19.34 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
16:53:52 [2021-08-20T16:53:52.003Z] #57 19.37 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
16:53:52 [2021-08-20T16:53:52.053Z] #56 20.08 Reading package lists...
16:53:52 [2021-08-20T16:53:52.053Z] #56 ...
16:53:52 [2021-08-20T16:53:52.053Z] 
16:53:52 [2021-08-20T16:53:52.053Z] #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
16:53:52 [2021-08-20T16:53:52.053Z] #46 sha256:54e273b1265c2358cef1e814bf75b79fe5006fc3ad67e04e07650ef9ddb92b3d
16:53:52 [2021-08-20T16:53:52.053Z] #46 12.21 github.com/LK4D4/vndr
16:53:52 [2021-08-20T16:53:52.053Z] #46 DONE 20.6s
16:53:52 [2021-08-20T16:53:52.150Z] #44 ...
16:53:52 [2021-08-20T16:53:52.150Z] 
16:53:52 [2021-08-20T16:53:52.150Z] #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
16:53:52 [2021-08-20T16:53:52.150Z] #40 sha256:31736fe214c91336173addd02086baee88a153b6f405eb3118f95276bd6e57da
16:53:52 [2021-08-20T16:53:52.150Z] #40 22.41 Checking out files:  98% (1673/1696)   
Checking out files:  99% (1680/1696)   
Checking out files: 100% (1696/1696)   
Checking out files: 100% (1696/1696), done.
16:53:52 [2021-08-20T16:53:52.150Z] #40 22.45 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827
16:53:52 [2021-08-20T16:53:52.262Z] #57 19.71 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
16:53:52 [2021-08-20T16:53:52.313Z] 
16:53:52 [2021-08-20T16:53:52.313Z] #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
16:53:52 [2021-08-20T16:53:52.313Z] #50 sha256:e5ccb0875faba935735f03d94f777e3085900bd8a55d43fcfe22b3e59b1808c9
16:53:52 [2021-08-20T16:53:52.313Z] #50 20.21 go: downloading github.com/stretchr/testify v1.4.0
16:53:52 [2021-08-20T16:53:52.313Z] #50 20.34 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
16:53:52 [2021-08-20T16:53:52.313Z] #50 20.42 go: downloading github.com/mattn/go-isatty v0.0.8
16:53:52 [2021-08-20T16:53:52.313Z] #50 20.45 go: downloading github.com/inconshreveable/mousetrap v1.0.0
16:53:52 [2021-08-20T16:53:52.313Z] #50 20.50 go: downloading github.com/fsnotify/fsnotify v1.4.7
16:53:52 [2021-08-20T16:53:52.313Z] #50 20.63 go: downloading github.com/hashicorp/hcl v1.0.0
16:53:52 [2021-08-20T16:53:52.313Z] #50 20.92 go: downloading github.com/magiconair/properties v1.8.1
16:53:52 [2021-08-20T16:53:52.407Z] #40 ...
16:53:52 [2021-08-20T16:53:52.407Z] 
16:53:52 [2021-08-20T16:53:52.407Z] #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
16:53:52 [2021-08-20T16:53:52.407Z] #56 sha256:79ed161e6adef891b83377a5bab1cd9101ae201f0974c436a0e1af29a7c276bc
16:53:52 [2021-08-20T16:53:52.407Z] #56 13.18 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [15.2 kB]
16:53:52 [2021-08-20T16:53:52.521Z] #57 19.73 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
16:53:52 [2021-08-20T16:53:52.521Z] #57 19.77 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
16:53:52 [2021-08-20T16:53:52.521Z] #57 19.90 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
16:53:52 [2021-08-20T16:53:52.521Z] #57 19.92 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
16:53:52 [2021-08-20T16:53:52.571Z] #50 21.08 go: downloading github.com/mitchellh/mapstructure v1.1.2
16:53:52 [2021-08-20T16:53:52.571Z] #50 21.08 go: downloading github.com/pelletier/go-toml v1.2.0
16:53:52 [2021-08-20T16:53:52.571Z] #50 21.12 go: downloading github.com/spf13/afero v1.1.2
16:53:52 [2021-08-20T16:53:52.663Z] #56 ...
16:53:52 [2021-08-20T16:53:52.663Z] 
16:53:52 [2021-08-20T16:53:52.663Z] #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
16:53:52 [2021-08-20T16:53:52.663Z] #52 sha256:acd3697efc4e8bc2accdcc4a246afd62f09d2ff177ebbb1a1c47382f42d35d7c
16:53:52 [2021-08-20T16:53:52.663Z] #52 16.02 + cd /tmp/tmp.buoTsYh7ti/src/github.com/mvdan/sh
16:53:52 [2021-08-20T16:53:52.663Z] #52 16.02 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f
16:53:52 [2021-08-20T16:53:52.663Z] #52 16.15 + GO111MODULE=on
16:53:52 [2021-08-20T16:53:52.663Z] #52 16.15 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt
16:53:52 [2021-08-20T16:53:52.663Z] #52 17.07 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
16:53:52 [2021-08-20T16:53:52.663Z] #52 17.08 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
16:53:52 [2021-08-20T16:53:52.663Z] #52 17.21 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
16:53:52 [2021-08-20T16:53:52.663Z] #52 19.21 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
16:53:52 [2021-08-20T16:53:52.663Z] #52 22.66 runtime
16:53:52 [2021-08-20T16:53:52.727Z] #29 14.40 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)...
16:53:52 [2021-08-20T16:53:52.727Z] #29 14.92 
16:53:52 [2021-08-20T16:53:52.780Z] #57 20.02 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
16:53:52 [2021-08-20T16:53:52.780Z] #57 20.06 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
16:53:52 [2021-08-20T16:53:52.831Z] #50 21.36 go: downloading github.com/spf13/cast v1.3.0
16:53:52 [2021-08-20T16:53:52.831Z] #50 21.36 go: downloading github.com/spf13/jwalterweatherman v1.0.0
16:53:52 [2021-08-20T16:53:52.831Z] #50 21.36 go: downloading github.com/subosito/gotenv v1.2.0
16:53:52 [2021-08-20T16:53:52.831Z] #50 21.36 go: downloading gopkg.in/ini.v1 v1.51.0
16:53:52 [2021-08-20T16:53:52.831Z] #50 21.36 go: downloading gopkg.in/yaml.v2 v2.2.7
16:53:52 [2021-08-20T16:53:52.920Z] #52 ...
16:53:52 [2021-08-20T16:53:52.920Z] 
16:53:52 [2021-08-20T16:53:52.920Z] #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
16:53:52 [2021-08-20T16:53:52.920Z] #36 sha256:7e4a7d0643c402051e4468c5fff5d3e9795dd212ea6c08dc71807381a18fc6a4
16:53:52 [2021-08-20T16:53:52.920Z] #36 23.65 Fetched 8463 kB in 17s (487 kB/s)
16:53:53 [2021-08-20T16:53:53.045Z] #57 20.35 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
16:53:53 [2021-08-20T16:53:53.045Z] #57 20.42 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
16:53:53 [2021-08-20T16:53:53.045Z] #57 20.50 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
16:53:53 [2021-08-20T16:53:53.045Z] #57 20.54 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
16:53:53 [2021-08-20T16:53:53.091Z] #50 21.49 go: downloading github.com/go-toolsmith/astcast v1.0.0
16:53:53 [2021-08-20T16:53:53.091Z] #50 21.52 go: downloading github.com/go-toolsmith/astcopy v1.0.0
16:53:53 [2021-08-20T16:53:53.091Z] #50 21.57 go: downloading github.com/go-toolsmith/astequal v1.0.0
16:53:53 [2021-08-20T16:53:53.091Z] #50 21.60 go: downloading github.com/go-toolsmith/astfmt v1.0.0
16:53:53 [2021-08-20T16:53:53.091Z] #50 21.63 go: downloading github.com/go-toolsmith/astp v1.0.0
16:53:53 [2021-08-20T16:53:53.091Z] #50 21.63 go: downloading github.com/go-toolsmith/strparse v1.0.0
16:53:53 [2021-08-20T16:53:53.091Z] #50 21.67 go: downloading github.com/go-toolsmith/typep v1.0.0
16:53:53 [2021-08-20T16:53:53.091Z] #50 21.74 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1
16:53:53 [2021-08-20T16:53:53.091Z] #50 21.74 go: downloading github.com/bombsimon/wsl/v2 v2.0.0
16:53:53 [2021-08-20T16:53:53.091Z] #50 21.85 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
16:53:53 [2021-08-20T16:53:53.254Z] #29 15.12 
                                                                           0.1%
######################################################################## 100.0%
16:53:53 [2021-08-20T16:53:53.254Z] #29 15.22 
16:53:53 [2021-08-20T16:53:53.305Z] #57 20.63 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
16:53:53 [2021-08-20T16:53:53.305Z] #57 20.74 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
16:53:53 [2021-08-20T16:53:53.350Z] #50 21.87 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
16:53:53 [2021-08-20T16:53:53.350Z] #50 21.91 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
16:53:53 [2021-08-20T16:53:53.350Z] #50 21.96 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
16:53:53 [2021-08-20T16:53:53.350Z] #50 21.96 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
16:53:53 [2021-08-20T16:53:53.350Z] #50 22.05 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
16:53:53 [2021-08-20T16:53:53.350Z] #50 22.10 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
16:53:53 [2021-08-20T16:53:53.564Z] #57 20.96 go: downloading github.com/sourcegraph/go-diff v0.5.1
16:53:53 [2021-08-20T16:53:53.564Z] #57 21.01 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
16:53:53 [2021-08-20T16:53:53.564Z] #57 21.04 go: downloading github.com/tommy-muehle/go-mnd v1.1.1
16:53:53 [2021-08-20T16:53:53.610Z] #50 22.34 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
16:53:53 [2021-08-20T16:53:53.610Z] #50 22.34 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
16:53:53 [2021-08-20T16:53:53.823Z] #57 21.09 go: downloading github.com/ultraware/funlen v0.0.2
16:53:53 [2021-08-20T16:53:53.823Z] #57 21.13 go: downloading github.com/ultraware/whitespace v0.0.4
16:53:53 [2021-08-20T16:53:53.823Z] #57 21.16 go: downloading github.com/uudashr/gocognit v1.0.1
16:53:53 [2021-08-20T16:53:53.823Z] #57 21.20 go: downloading honnef.co/go/tools v0.0.1-2019.2.3
16:53:53 [2021-08-20T16:53:53.828Z] #29 ...
16:53:53 [2021-08-20T16:53:53.828Z] 
16:53:53 [2021-08-20T16:53:53.828Z] #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
16:53:53 [2021-08-20T16:53:53.828Z] #13 sha256:335d109a1c6e1dc92ded0e1c7499a69353a644b5abf7fa532ac147549dfec4f7
16:53:53 [2021-08-20T16:53:53.828Z] #13 3.225 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB]
16:53:53 [2021-08-20T16:53:53.828Z] #13 3.284 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB]
16:53:53 [2021-08-20T16:53:53.828Z] #13 3.285 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
16:53:53 [2021-08-20T16:53:53.828Z] #13 3.287 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
16:53:53 [2021-08-20T16:53:53.828Z] #13 4.406 Get:5 http://deb.debian.org/debian buster-backports/main arm64 Packages [481 kB]
16:53:53 [2021-08-20T16:53:53.828Z] #13 5.982 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7735 kB]
16:53:53 [2021-08-20T16:53:53.828Z] #13 7.178 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [296 kB]
16:53:53 [2021-08-20T16:53:53.828Z] #13 8.366 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [14.5 kB]
16:53:54 [2021-08-20T16:53:54.091Z] #13 ...
16:53:54 [2021-08-20T16:53:54.091Z] 
16:53:54 [2021-08-20T16:53:54.091Z] #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
16:53:54 [2021-08-20T16:53:54.091Z] #29 sha256:9084fa7dc80beab5233b6ec2a051889f3e45bdb62e5566016ff7b02249e9effc
16:53:54 [2021-08-20T16:53:54.091Z] #29 16.14 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)...
16:53:54 [2021-08-20T16:53:54.179Z] #50 22.55 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
16:53:54 [2021-08-20T16:53:54.179Z] #50 22.55 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
16:53:54 [2021-08-20T16:53:54.179Z] #50 22.55 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
16:53:54 [2021-08-20T16:53:54.179Z] #50 22.65 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
16:53:54 [2021-08-20T16:53:54.179Z] #50 22.65 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
16:53:54 [2021-08-20T16:53:54.179Z] #50 22.69 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
16:53:54 [2021-08-20T16:53:54.353Z] #29 16.44 
16:53:54 [2021-08-20T16:53:54.391Z] #57 21.74 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
16:53:54 [2021-08-20T16:53:54.391Z] #57 ...
16:53:54 [2021-08-20T16:53:54.391Z] 
16:53:54 [2021-08-20T16:53:54.391Z] #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
16:53:54 [2021-08-20T16:53:54.391Z] #51 sha256:17b9b2c66b5114379bdd507ebb6b3fcb9f10f4d3301507cb76542897a8754e0b
16:53:54 [2021-08-20T16:53:54.391Z] #51 11.33 Get:7 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [15.2 kB]
16:53:54 [2021-08-20T16:53:54.391Z] #51 18.35 Fetched 8463 kB in 14s (603 kB/s)
16:53:54 [2021-08-20T16:53:54.391Z] #51 18.35 Reading package lists...
16:53:54 [2021-08-20T16:53:54.391Z] #51 ...
16:53:54 [2021-08-20T16:53:54.391Z] 
16:53:54 [2021-08-20T16:53:54.391Z] #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
16:53:54 [2021-08-20T16:53:54.391Z] #57 sha256:b1e37ffd307c98acc110732273a2c0b474813a5ffee5bb9e9c02653a2b3b7a82
16:53:54 [2021-08-20T16:53:54.391Z] #57 21.74 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
16:53:54 [2021-08-20T16:53:54.391Z] #57 21.81 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1
16:53:54 [2021-08-20T16:53:54.391Z] #57 21.83 go: downloading github.com/davecgh/go-spew v1.1.1
16:53:54 [2021-08-20T16:53:54.391Z] #57 21.84 go: downloading github.com/pmezard/go-difflib v1.0.0
16:53:54 [2021-08-20T16:53:54.438Z] #50 22.82 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
16:53:54 [2021-08-20T16:53:54.438Z] #50 22.89 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
16:53:54 [2021-08-20T16:53:54.650Z] #57 21.90 go: downloading github.com/stretchr/objx v0.2.0
16:53:54 [2021-08-20T16:53:54.650Z] #57 21.94 go: downloading golang.org/x/text v0.3.2
16:53:54 [2021-08-20T16:53:54.698Z] #50 ...
16:53:54 [2021-08-20T16:53:54.698Z] 
16:53:54 [2021-08-20T16:53:54.699Z] #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
16:53:54 [2021-08-20T16:53:54.699Z] #59 sha256:00afa52aecaf272b4fa3fadf202496331103b4d8e35c7cdaf9da103fe761ee90
16:53:54 [2021-08-20T16:53:54.699Z] #59 13.14 go: downloading github.com/pkg/errors v0.9.1
16:53:54 [2021-08-20T16:53:54.699Z] #59 13.17 go: downloading github.com/sirupsen/logrus v1.8.1
16:53:54 [2021-08-20T16:53:54.699Z] #59 13.21 go: downloading github.com/urfave/cli/v2 v2.3.0
16:53:54 [2021-08-20T16:53:54.699Z] #59 13.90 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
16:53:54 [2021-08-20T16:53:54.699Z] #59 16.59 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
16:53:54 [2021-08-20T16:53:54.699Z] #59 17.29 go: downloading github.com/google/uuid v1.3.0
16:53:54 [2021-08-20T16:53:54.699Z] #59 17.43 go: downloading github.com/moby/vpnkit v0.5.0
16:53:54 [2021-08-20T16:53:54.699Z] #59 17.85 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
16:53:54 [2021-08-20T16:53:54.699Z] #59 18.11 go: downloading github.com/gofrs/flock v0.8.1
16:53:54 [2021-08-20T16:53:54.699Z] #59 18.35 go: downloading github.com/gorilla/mux v1.8.0
16:53:54 [2021-08-20T16:53:54.699Z] #59 18.49 go: downloading github.com/moby/sys/mountinfo v0.4.1
16:53:54 [2021-08-20T16:53:54.699Z] #59 18.85 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
16:53:54 [2021-08-20T16:53:54.699Z] #59 18.94 go: downloading github.com/u-root/u-root v7.0.0+incompatible
16:53:54 [2021-08-20T16:53:54.699Z] #59 22.82 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
16:53:54 [2021-08-20T16:53:54.699Z] #59 22.98 go: downloading github.com/russross/blackfriday/v2 v2.1.0
16:53:54 [2021-08-20T16:53:54.699Z] #59 ...
16:53:54 [2021-08-20T16:53:54.699Z] 
16:53:54 [2021-08-20T16:53:54.699Z] #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
16:53:54 [2021-08-20T16:53:54.699Z] #50 sha256:e5ccb0875faba935735f03d94f777e3085900bd8a55d43fcfe22b3e59b1808c9
16:53:54 [2021-08-20T16:53:54.699Z] #50 23.16 go: downloading github.com/sourcegraph/go-diff v0.5.1
16:53:54 [2021-08-20T16:53:54.699Z] #50 23.16 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
16:53:54 [2021-08-20T16:53:54.699Z] #50 23.16 go: downloading github.com/tommy-muehle/go-mnd v1.1.1
16:53:54 [2021-08-20T16:53:54.699Z] #50 23.16 go: downloading github.com/ultraware/funlen v0.0.2
16:53:54 [2021-08-20T16:53:54.699Z] #50 23.31 go: downloading github.com/ultraware/whitespace v0.0.4
16:53:54 [2021-08-20T16:53:54.699Z] #50 23.31 go: downloading github.com/uudashr/gocognit v1.0.1
16:53:54 [2021-08-20T16:53:54.699Z] #50 23.31 go: downloading honnef.co/go/tools v0.0.1-2019.2.3
16:53:54 [2021-08-20T16:53:54.961Z] #29 16.66 
                                                                           0.0%
###                                                                        4.3%
########                                                                  11.8%
16:53:54 [2021-08-20T16:53:54.961Z] #29 ...
16:53:54 [2021-08-20T16:53:54.961Z] 
16:53:54 [2021-08-20T16:53:54.961Z] #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
16:53:54 [2021-08-20T16:53:54.961Z] #48 sha256:91eed5a5abf5961eac6c0488a713505fbbf516ec8dccd812fc6b229c241436f5
16:53:54 [2021-08-20T16:53:54.961Z] #48 5.983 + RM_GOPATH=0
16:53:54 [2021-08-20T16:53:54.961Z] #48 5.983 + TMP_GOPATH=
16:53:54 [2021-08-20T16:53:54.961Z] #48 5.983 + : /build
16:53:54 [2021-08-20T16:53:54.961Z] #48 5.983 + '[' -z '' ']'
16:53:54 [2021-08-20T16:53:54.961Z] #48 5.986 ++ mktemp -d
16:53:54 [2021-08-20T16:53:54.961Z] #48 5.995 + export GOPATH=/tmp/tmp.YH8RM5oXiF
16:53:54 [2021-08-20T16:53:54.961Z] #48 5.995 + GOPATH=/tmp/tmp.YH8RM5oXiF
16:53:54 [2021-08-20T16:53:54.961Z] #48 5.995 + RM_GOPATH=1
16:53:54 [2021-08-20T16:53:54.961Z] #48 5.995 + case "$(go env GOARCH)" in
16:53:54 [2021-08-20T16:53:54.961Z] #48 5.995 ++ go env GOARCH
16:53:54 [2021-08-20T16:53:54.961Z] #48 6.097 + export GO_BUILDMODE=-buildmode=pie
16:53:54 [2021-08-20T16:53:54.961Z] #48 6.097 + GO_BUILDMODE=-buildmode=pie
16:53:54 [2021-08-20T16:53:54.961Z] #48 6.097 ++ dirname /tmp/install/install.sh
16:53:54 [2021-08-20T16:53:54.961Z] #48 6.144 + dir=/tmp/install
16:53:54 [2021-08-20T16:53:54.961Z] #48 6.144 + bin=gotestsum
16:53:54 [2021-08-20T16:53:54.961Z] #48 6.144 + shift
16:53:54 [2021-08-20T16:53:54.961Z] #48 6.144 + '[' '!' -f /tmp/install/gotestsum.installer ']'
16:53:54 [2021-08-20T16:53:54.961Z] #48 6.144 + . /tmp/install/gotestsum.installer
16:53:54 [2021-08-20T16:53:54.961Z] #48 6.144 ++ : v0.5.3
16:53:54 [2021-08-20T16:53:54.961Z] #48 6.144 + install_gotestsum
16:53:54 [2021-08-20T16:53:54.961Z] #48 6.144 + set -e
16:53:54 [2021-08-20T16:53:54.961Z] #48 6.144 + export GO111MODULE=on
16:53:54 [2021-08-20T16:53:54.961Z] #48 6.144 + GO111MODULE=on
16:53:54 [2021-08-20T16:53:54.961Z] #48 6.144 + GOBIN=/build
16:53:54 [2021-08-20T16:53:54.961Z] #48 6.144 + go get gotest.tools/gotestsum@v0.5.3
16:53:54 [2021-08-20T16:53:54.961Z] #48 7.014 go: downloading gotest.tools/gotestsum v0.5.3
16:53:54 [2021-08-20T16:53:54.961Z] #48 8.918 go: downloading github.com/fatih/color v1.9.0
16:53:54 [2021-08-20T16:53:54.961Z] #48 8.920 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
16:53:54 [2021-08-20T16:53:54.961Z] #48 8.924 go: downloading github.com/pkg/errors v0.9.1
16:53:54 [2021-08-20T16:53:54.961Z] #48 8.929 go: downloading github.com/spf13/pflag v1.0.3
16:53:54 [2021-08-20T16:53:54.961Z] #48 9.328 go: downloading github.com/mattn/go-colorable v0.1.6
16:53:54 [2021-08-20T16:53:54.961Z] #48 9.414 go: downloading github.com/mattn/go-isatty v0.0.12
16:53:54 [2021-08-20T16:53:54.961Z] #48 9.494 go: downloading github.com/jonboulle/clockwork v0.1.0
16:53:54 [2021-08-20T16:53:54.961Z] #48 9.513 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
16:53:54 [2021-08-20T16:53:54.961Z] #48 9.581 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58
16:53:54 [2021-08-20T16:53:54.961Z] #48 9.980 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
16:53:54 [2021-08-20T16:53:54.961Z] #48 10.19 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
16:53:54 [2021-08-20T16:53:54.961Z] #48 ...
16:53:54 [2021-08-20T16:53:54.961Z] 
16:53:54 [2021-08-20T16:53:54.961Z] #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
16:53:54 [2021-08-20T16:53:54.961Z] #29 sha256:9084fa7dc80beab5233b6ec2a051889f3e45bdb62e5566016ff7b02249e9effc
16:53:55 [2021-08-20T16:53:55.268Z] #50 ...
16:53:55 [2021-08-20T16:53:55.268Z] 
16:53:55 [2021-08-20T16:53:55.268Z] #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
16:53:55 [2021-08-20T16:53:55.268Z] #44 sha256:17b9b2c66b5114379bdd507ebb6b3fcb9f10f4d3301507cb76542897a8754e0b
16:53:55 [2021-08-20T16:53:55.268Z] #44 13.50 Get:7 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [15.2 kB]
16:53:55 [2021-08-20T16:53:55.268Z] #44 ...
16:53:55 [2021-08-20T16:53:55.268Z] 
16:53:55 [2021-08-20T16:53:55.268Z] #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
16:53:55 [2021-08-20T16:53:55.268Z] #40 sha256:31736fe214c91336173addd02086baee88a153b6f405eb3118f95276bd6e57da
16:53:55 [2021-08-20T16:53:55.268Z] #40 21.42 Checking out files:  98% (1672/1696)   
Checking out files:  99% (1680/1696)   
Checking out files: 100% (1696/1696)   
Checking out files: 100% (1696/1696), done.
16:53:55 [2021-08-20T16:53:55.268Z] #40 21.47 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827
16:53:55 [2021-08-20T16:53:55.268Z] #40 23.01 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
16:53:56 [2021-08-20T16:53:56.555Z] #57 ...
16:53:56 [2021-08-20T16:53:56.555Z] 
16:53:56 [2021-08-20T16:53:56.555Z] #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
16:53:56 [2021-08-20T16:53:56.555Z] #59 sha256:794f67f8c123ebb2552d068174a6da2a0f8c4e477ee2e76bdba7cfdde55f1d55
16:53:56 [2021-08-20T16:53:56.555Z] #59 13.59 + cd /tmp/tmp.j9GxebgikZ/src/github.com/mvdan/sh
16:53:56 [2021-08-20T16:53:56.555Z] #59 13.59 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f
16:53:56 [2021-08-20T16:53:56.555Z] #59 13.70 + GO111MODULE=on
16:53:56 [2021-08-20T16:53:56.555Z] #59 13.70 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt
16:53:56 [2021-08-20T16:53:56.555Z] #59 14.46 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
16:53:56 [2021-08-20T16:53:56.555Z] #59 14.46 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
16:53:56 [2021-08-20T16:53:56.555Z] #59 14.49 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
16:53:56 [2021-08-20T16:53:56.555Z] #59 15.76 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
16:53:56 [2021-08-20T16:53:56.555Z] #59 18.30 github.com/pkg/diff
16:53:56 [2021-08-20T16:53:56.555Z] #59 18.33 golang.org/x/sys/unix
16:53:56 [2021-08-20T16:53:56.555Z] #59 19.83 mvdan.cc/editorconfig
16:53:56 [2021-08-20T16:53:56.555Z] #59 20.81 mvdan.cc/sh/v3/fileutil
16:53:56 [2021-08-20T16:53:56.555Z] #59 20.98 mvdan.cc/sh/v3/syntax
16:53:56 [2021-08-20T16:53:56.555Z] #59 ...
16:53:56 [2021-08-20T16:53:56.555Z] 
16:53:56 [2021-08-20T16:53:56.555Z] #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
16:53:56 [2021-08-20T16:53:56.555Z] #17 sha256:1bded0f6ffad27b084bc3c70bea193d686e415d09d1ffc891f792c12809e54d8
16:53:56 [2021-08-20T16:53:56.555Z] #17 3.113 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
16:53:56 [2021-08-20T16:53:56.555Z] #17 4.378 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main armhf Packages [7698 kB]
16:53:56 [2021-08-20T16:53:56.555Z] #17 5.570 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7735 kB]
16:53:56 [2021-08-20T16:53:56.555Z] #17 7.224 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main armel Packages [7628 kB]
16:53:56 [2021-08-20T16:53:56.555Z] #17 8.046 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7693 kB]
16:53:56 [2021-08-20T16:53:56.555Z] #17 8.810 Get:10 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [296 kB]
16:53:56 [2021-08-20T16:53:56.555Z] #17 8.838 Get:11 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main armel Packages [275 kB]
16:53:56 [2021-08-20T16:53:56.555Z] #17 8.874 Get:12 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [291 kB]
16:53:56 [2021-08-20T16:53:56.555Z] #17 8.902 Get:13 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main armhf Packages [295 kB]
16:53:56 [2021-08-20T16:53:56.555Z] #17 8.930 Get:14 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [301 kB]
16:53:56 [2021-08-20T16:53:56.555Z] #17 8.959 Get:15 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [272 kB]
16:53:56 [2021-08-20T16:53:56.555Z] #17 8.997 Get:16 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [14.5 kB]
16:53:56 [2021-08-20T16:53:56.555Z] #17 9.010 Get:17 http://cdn-fastly.deb.debian.org/debian buster-updates/main armhf Packages [14.4 kB]
16:53:56 [2021-08-20T16:53:56.555Z] #17 9.013 Get:18 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [15.2 kB]
16:53:56 [2021-08-20T16:53:56.555Z] #17 9.014 Get:19 http://cdn-fastly.deb.debian.org/debian buster-updates/main armel Packages [14.1 kB]
16:53:56 [2021-08-20T16:53:56.555Z] #17 9.015 Get:20 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [13.8 kB]
16:53:56 [2021-08-20T16:53:56.555Z] #17 9.017 Get:21 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [12.6 kB]
16:53:56 [2021-08-20T16:53:56.647Z] #40 ...
16:53:56 [2021-08-20T16:53:56.648Z] 
16:53:56 [2021-08-20T16:53:56.648Z] #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
16:53:56 [2021-08-20T16:53:56.648Z] #52 sha256:def9c4a704eead43dae0dde1193bcbb0b410e941704bc6328bc17d26148efa35
16:53:56 [2021-08-20T16:53:56.648Z] #52 15.06 + cd /tmp/tmp.K6sZ6gj04s/src/github.com/mvdan/sh
16:53:56 [2021-08-20T16:53:56.648Z] #52 15.06 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f
16:53:56 [2021-08-20T16:53:56.648Z] #52 15.20 + GO111MODULE=on
16:53:56 [2021-08-20T16:53:56.648Z] #52 15.20 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt
16:53:56 [2021-08-20T16:53:56.648Z] #52 16.17 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
16:53:56 [2021-08-20T16:53:56.648Z] #52 16.17 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
16:53:56 [2021-08-20T16:53:56.648Z] #52 16.26 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
16:53:56 [2021-08-20T16:53:56.648Z] #52 18.02 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
16:53:56 [2021-08-20T16:53:56.648Z] #52 21.60 github.com/pkg/diff
16:53:56 [2021-08-20T16:53:56.648Z] #52 21.60 golang.org/x/sys/unix
16:53:56 [2021-08-20T16:53:56.648Z] #52 23.54 mvdan.cc/editorconfig
16:53:56 [2021-08-20T16:53:56.648Z] #52 25.10 mvdan.cc/sh/v3/fileutil
16:53:56 [2021-08-20T16:53:56.648Z] #52 ...
16:53:56 [2021-08-20T16:53:56.648Z] 
16:53:56 [2021-08-20T16:53:56.648Z] #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
16:53:56 [2021-08-20T16:53:56.648Z] #50 sha256:e5ccb0875faba935735f03d94f777e3085900bd8a55d43fcfe22b3e59b1808c9
16:53:56 [2021-08-20T16:53:56.648Z] #50 24.12 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
16:53:56 [2021-08-20T16:53:56.648Z] #50 24.12 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
16:53:56 [2021-08-20T16:53:56.648Z] #50 24.26 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1
16:53:56 [2021-08-20T16:53:56.648Z] #50 24.26 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
16:53:56 [2021-08-20T16:53:56.648Z] #50 24.43 go: downloading github.com/davecgh/go-spew v1.1.1
16:53:56 [2021-08-20T16:53:56.648Z] #50 24.67 go: downloading github.com/pmezard/go-difflib v1.0.0
16:53:56 [2021-08-20T16:53:56.648Z] #50 24.67 go: downloading github.com/stretchr/objx v0.2.0
16:53:56 [2021-08-20T16:53:56.648Z] #50 24.97 go: downloading golang.org/x/text v0.3.2
16:53:57 [2021-08-20T16:53:57.492Z] #17 ...
16:53:57 [2021-08-20T16:53:57.492Z] 
16:53:57 [2021-08-20T16:53:57.492Z] #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
16:53:57 [2021-08-20T16:53:57.492Z] #59 sha256:794f67f8c123ebb2552d068174a6da2a0f8c4e477ee2e76bdba7cfdde55f1d55
16:53:57 [2021-08-20T16:53:57.492Z] #59 24.85 golang.org/x/crypto/ssh/terminal
16:53:57 [2021-08-20T16:53:57.893Z] #29 16.66 
                                                                           0.0%
###                                                                        4.3%
########                                                                  11.8%
##############                                                            20.4%
########################                                                  33.6%
########################                                                  34.0%
#############################                                             41.2%
##############################                                            42.5%
################################                                          45.3%
##################################                                        47.3%
####################################                                      50.1%
######################################                                    53.5%
########################################                                  56.8%
##########################################                                58.4%
############################################                              62.0%
################################################                          66.8%
##################################################                        70.2%
###################################################                       71.4%
#####################################################                     74.4%
#########################################################                 79.8%
#############################################################             86.0%
#################################################################         90.7%
######################################################################    98.4%
#######################################################################   99.5%
######################################################################## 100.0%
16:53:57 [2021-08-20T16:53:57.893Z] #29 20.02 
16:53:58 [2021-08-20T16:53:58.184Z] #36 23.65 Reading package lists...
16:53:58 [2021-08-20T16:53:58.184Z] #36 ...
16:53:58 [2021-08-20T16:53:58.184Z] 
16:53:58 [2021-08-20T16:53:58.184Z] #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
16:53:58 [2021-08-20T16:53:58.184Z] #50 sha256:4e0f4d11787acc3d4459bf67a31cf3c3038d6c42a400e561f4f7a164e602858e
16:53:58 [2021-08-20T16:53:58.184Z] #50 23.95 go: downloading github.com/sirupsen/logrus v1.4.2
16:53:58 [2021-08-20T16:53:58.184Z] #50 23.98 go: downloading github.com/stretchr/testify v1.4.0
16:53:58 [2021-08-20T16:53:58.184Z] #50 24.16 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
16:53:58 [2021-08-20T16:53:58.184Z] #50 24.32 go: downloading github.com/fsnotify/fsnotify v1.4.7
16:53:58 [2021-08-20T16:53:58.184Z] #50 24.34 go: downloading github.com/hashicorp/hcl v1.0.0
16:53:58 [2021-08-20T16:53:58.184Z] #50 24.72 go: downloading github.com/magiconair/properties v1.8.1
16:53:58 [2021-08-20T16:53:58.184Z] #50 24.73 go: downloading github.com/mitchellh/mapstructure v1.1.2
16:53:58 [2021-08-20T16:53:58.184Z] #50 24.82 go: downloading github.com/pelletier/go-toml v1.2.0
16:53:58 [2021-08-20T16:53:58.184Z] #50 24.89 go: downloading github.com/spf13/afero v1.1.2
16:53:58 [2021-08-20T16:53:58.184Z] #50 24.98 go: downloading github.com/spf13/cast v1.3.0
16:53:58 [2021-08-20T16:53:58.184Z] #50 25.08 go: downloading github.com/spf13/jwalterweatherman v1.0.0
16:53:58 [2021-08-20T16:53:58.184Z] #50 25.10 go: downloading github.com/subosito/gotenv v1.2.0
16:53:58 [2021-08-20T16:53:58.184Z] #50 25.12 go: downloading gopkg.in/ini.v1 v1.51.0
16:53:58 [2021-08-20T16:53:58.184Z] #50 25.17 go: downloading gopkg.in/yaml.v2 v2.2.7
16:53:58 [2021-08-20T16:53:58.184Z] #50 25.32 go: downloading github.com/inconshreveable/mousetrap v1.0.0
16:53:58 [2021-08-20T16:53:58.184Z] #50 25.43 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
16:53:58 [2021-08-20T16:53:58.184Z] #50 25.44 go: downloading github.com/go-toolsmith/astcast v1.0.0
16:53:58 [2021-08-20T16:53:58.184Z] #50 25.58 go: downloading github.com/go-toolsmith/astcopy v1.0.0
16:53:58 [2021-08-20T16:53:58.184Z] #50 25.61 go: downloading github.com/go-toolsmith/astequal v1.0.0
16:53:58 [2021-08-20T16:53:58.184Z] #50 25.71 go: downloading github.com/go-toolsmith/astfmt v1.0.0
16:53:58 [2021-08-20T16:53:58.184Z] #50 25.74 go: downloading github.com/go-toolsmith/astp v1.0.0
16:53:58 [2021-08-20T16:53:58.184Z] #50 25.75 go: downloading github.com/go-toolsmith/strparse v1.0.0
16:53:58 [2021-08-20T16:53:58.184Z] #50 25.78 go: downloading github.com/go-toolsmith/typep v1.0.0
16:53:58 [2021-08-20T16:53:58.184Z] #50 25.90 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1
16:53:58 [2021-08-20T16:53:58.184Z] #50 26.05 go: downloading github.com/bombsimon/wsl/v2 v2.0.0
16:53:58 [2021-08-20T16:53:58.184Z] #50 26.14 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
16:53:58 [2021-08-20T16:53:58.184Z] #50 26.19 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
16:53:58 [2021-08-20T16:53:58.184Z] #50 26.27 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
16:53:58 [2021-08-20T16:53:58.184Z] #50 26.36 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
16:53:58 [2021-08-20T16:53:58.184Z] #50 26.79 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
16:53:58 [2021-08-20T16:53:58.184Z] #50 26.91 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
16:53:58 [2021-08-20T16:53:58.184Z] #50 26.93 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
16:53:58 [2021-08-20T16:53:58.184Z] #50 27.15 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
16:53:58 [2021-08-20T16:53:58.184Z] #50 27.21 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
16:53:58 [2021-08-20T16:53:58.184Z] #50 27.41 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
16:53:58 [2021-08-20T16:53:58.184Z] #50 27.44 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
16:53:58 [2021-08-20T16:53:58.184Z] #50 27.85 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
16:53:58 [2021-08-20T16:53:58.184Z] #50 27.88 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
16:53:58 [2021-08-20T16:53:58.184Z] #50 27.99 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
16:53:58 [2021-08-20T16:53:58.184Z] #50 28.03 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
16:53:58 [2021-08-20T16:53:58.184Z] #50 28.07 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
16:53:58 [2021-08-20T16:53:58.184Z] #50 28.11 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
16:53:58 [2021-08-20T16:53:58.184Z] #50 28.46 go: downloading github.com/sourcegraph/go-diff v0.5.1
16:53:58 [2021-08-20T16:53:58.184Z] #50 28.71 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
16:53:58 [2021-08-20T16:53:58.184Z] #50 28.71 go: downloading github.com/tommy-muehle/go-mnd v1.1.1
16:53:58 [2021-08-20T16:53:58.184Z] #50 28.77 go: downloading github.com/ultraware/funlen v0.0.2
16:53:58 [2021-08-20T16:53:58.184Z] #50 28.80 go: downloading github.com/ultraware/whitespace v0.0.4
16:53:58 [2021-08-20T16:53:58.184Z] #50 28.84 go: downloading github.com/uudashr/gocognit v1.0.1
16:53:58 [2021-08-20T16:53:58.184Z] #50 28.90 go: downloading honnef.co/go/tools v0.0.1-2019.2.3
16:53:58 [2021-08-20T16:53:58.441Z] #50 ...
16:53:58 [2021-08-20T16:53:58.441Z] 
16:53:58 [2021-08-20T16:53:58.441Z] #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
16:53:58 [2021-08-20T16:53:58.441Z] #36 sha256:7e4a7d0643c402051e4468c5fff5d3e9795dd212ea6c08dc71807381a18fc6a4
16:53:58 [2021-08-20T16:53:58.441Z] #36 23.65 Reading package lists...
16:53:59 [2021-08-20T16:53:59.288Z] #29 21.11 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)...
16:53:59 [2021-08-20T16:53:59.288Z] #29 ...
16:53:59 [2021-08-20T16:53:59.288Z] 
16:53:59 [2021-08-20T16:53:59.288Z] #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
16:53:59 [2021-08-20T16:53:59.288Z] #34 sha256:8f9a2859973361984ab18560c47597198fb4b3dbb3d84ea45048616778cb446e
16:53:59 [2021-08-20T16:53:59.288Z] #34 DONE 20.2s
16:53:59 [2021-08-20T16:53:59.288Z] 
16:53:59 [2021-08-20T16:53:59.288Z] #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
16:53:59 [2021-08-20T16:53:59.288Z] #46 sha256:0926bbf4c6eb439261db5490d7501f7a8b12062027044145bdaa314adfc6f88d
16:53:59 [2021-08-20T16:53:59.288Z] #46 12.01 github.com/LK4D4/vndr
16:53:59 [2021-08-20T16:53:59.288Z] #46 DONE 20.2s
16:53:59 [2021-08-20T16:53:59.288Z] 
16:53:59 [2021-08-20T16:53:59.288Z] #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
16:53:59 [2021-08-20T16:53:59.288Z] #40 sha256:4b942c013447a5086b7e6866dbc58570e707cf858c0190baf1d8a269696a5dad
16:53:59 [2021-08-20T16:53:59.288Z] #40 14.84 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827
16:53:59 [2021-08-20T16:53:59.288Z] #40 15.81 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
16:53:59 [2021-08-20T16:53:59.288Z] #40 ...
16:53:59 [2021-08-20T16:53:59.288Z] 
16:53:59 [2021-08-20T16:53:59.288Z] #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
16:53:59 [2021-08-20T16:53:59.288Z] #59 sha256:fbbe242878589bfd05c56ea8f03bd8e8b51b3095f9abca2b0338dd1921c57917
16:53:59 [2021-08-20T16:53:59.288Z] #59 10.40 go: downloading github.com/google/uuid v1.3.0
16:53:59 [2021-08-20T16:53:59.288Z] #59 10.40 go: downloading github.com/moby/vpnkit v0.5.0
16:53:59 [2021-08-20T16:53:59.288Z] #59 11.78 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
16:53:59 [2021-08-20T16:53:59.288Z] #59 12.88 go: downloading github.com/gofrs/flock v0.8.1
16:53:59 [2021-08-20T16:53:59.288Z] #59 13.34 go: downloading github.com/gorilla/mux v1.8.0
16:53:59 [2021-08-20T16:53:59.288Z] #59 14.03 go: downloading github.com/moby/sys/mountinfo v0.4.1
16:53:59 [2021-08-20T16:53:59.288Z] #59 14.42 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
16:53:59 [2021-08-20T16:53:59.288Z] #59 14.68 go: downloading github.com/u-root/u-root v7.0.0+incompatible
16:53:59 [2021-08-20T16:53:59.288Z] #59 15.89 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
16:53:59 [2021-08-20T16:53:59.288Z] #59 17.23 go: downloading github.com/russross/blackfriday/v2 v2.1.0
16:53:59 [2021-08-20T16:53:59.552Z] #59 ...
16:53:59 [2021-08-20T16:53:59.552Z] 
16:53:59 [2021-08-20T16:53:59.552Z] #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
16:53:59 [2021-08-20T16:53:59.552Z] #29 sha256:9084fa7dc80beab5233b6ec2a051889f3e45bdb62e5566016ff7b02249e9effc
16:53:59 [2021-08-20T16:53:59.552Z] #29 21.60 
16:53:59 [2021-08-20T16:53:59.815Z] #29 21.86 
######################################################################## 100.0%
16:53:59 [2021-08-20T16:53:59.815Z] #29 21.97 
16:53:59 [2021-08-20T16:53:59.945Z] #50 ...
16:53:59 [2021-08-20T16:53:59.945Z] 
16:53:59 [2021-08-20T16:53:59.945Z] #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
16:53:59 [2021-08-20T16:53:59.945Z] #36 sha256:7e4a7d0643c402051e4468c5fff5d3e9795dd212ea6c08dc71807381a18fc6a4
16:53:59 [2021-08-20T16:53:59.945Z] #36 18.18 Fetched 8463 kB in 14s (626 kB/s)
16:53:59 [2021-08-20T16:53:59.945Z] #36 18.18 Reading package lists...
16:53:59 [2021-08-20T16:53:59.945Z] #36 23.89 Reading package lists...
16:53:59 [2021-08-20T16:53:59.945Z] #36 ...
16:53:59 [2021-08-20T16:53:59.945Z] 
16:53:59 [2021-08-20T16:53:59.945Z] #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
16:53:59 [2021-08-20T16:53:59.945Z] #56 sha256:79ed161e6adef891b83377a5bab1cd9101ae201f0974c436a0e1af29a7c276bc
16:53:59 [2021-08-20T16:53:59.945Z] #56 20.08 Reading package lists...
16:54:00 [2021-08-20T16:54:00.204Z] #56 26.17 Reading package lists...
16:54:00 [2021-08-20T16:54:00.204Z] #56 ...
16:54:00 [2021-08-20T16:54:00.204Z] 
16:54:00 [2021-08-20T16:54:00.204Z] #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
16:54:00 [2021-08-20T16:54:00.204Z] #13 sha256:2ea98f0c850f86337a599286b1c82318201b41ac5783d18845b4a9977a584449
16:54:00 [2021-08-20T16:54:00.204Z] #13 14.03 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [15.2 kB]
16:54:00 [2021-08-20T16:54:00.204Z] #13 23.06 Fetched 8996 kB in 16s (579 kB/s)
16:54:00 [2021-08-20T16:54:00.373Z] #36 29.59 Reading package lists...
16:54:00 [2021-08-20T16:54:00.374Z] #36 ...
16:54:00 [2021-08-20T16:54:00.374Z] 
16:54:00 [2021-08-20T16:54:00.374Z] #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
16:54:00 [2021-08-20T16:54:00.374Z] #46 sha256:85d5a20cf7ff740618d370a7abe4e4d0ed219e61a71d9cde09b95fcdd5820b66
16:54:00 [2021-08-20T16:54:00.374Z] #46 21.14 runtime/cgo
16:54:00 [2021-08-20T16:54:00.374Z] #46 30.30 vendor/golang.org/x/crypto/internal/subtle
16:54:00 [2021-08-20T16:54:00.374Z] #46 ...
16:54:00 [2021-08-20T16:54:00.374Z] 
16:54:00 [2021-08-20T16:54:00.374Z] #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
16:54:00 [2021-08-20T16:54:00.374Z] #50 sha256:4e0f4d11787acc3d4459bf67a31cf3c3038d6c42a400e561f4f7a164e602858e
16:54:00 [2021-08-20T16:54:00.374Z] #50 29.72 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
16:54:00 [2021-08-20T16:54:00.374Z] #50 29.73 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
16:54:00 [2021-08-20T16:54:00.374Z] #50 29.84 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1
16:54:00 [2021-08-20T16:54:00.374Z] #50 29.89 go: downloading github.com/davecgh/go-spew v1.1.1
16:54:00 [2021-08-20T16:54:00.374Z] #50 29.91 go: downloading github.com/pmezard/go-difflib v1.0.0
16:54:00 [2021-08-20T16:54:00.374Z] #50 29.97 go: downloading github.com/stretchr/objx v0.2.0
16:54:00 [2021-08-20T16:54:00.374Z] #50 30.15 go: downloading golang.org/x/text v0.3.2
16:54:00 [2021-08-20T16:54:00.390Z] #29 ...
16:54:00 [2021-08-20T16:54:00.390Z] 
16:54:00 [2021-08-20T16:54:00.390Z] #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
16:54:00 [2021-08-20T16:54:00.390Z] #44 sha256:0cf93f5558ad4c5b3e6b04ba38b9dc1ce88e11cd44491ae850f6a0f51ab32b26
16:54:00 [2021-08-20T16:54:00.390Z] #44 10.55 Get:6 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [296 kB]
16:54:00 [2021-08-20T16:54:00.390Z] #44 11.46 Get:7 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [14.5 kB]
16:54:00 [2021-08-20T16:54:00.390Z] #44 19.23 Fetched 8285 kB in 12s (676 kB/s)
16:54:00 [2021-08-20T16:54:00.390Z] #44 19.23 Reading package lists...
16:54:00 [2021-08-20T16:54:00.390Z] #44 ...
16:54:00 [2021-08-20T16:54:00.390Z] 
16:54:00 [2021-08-20T16:54:00.390Z] #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
16:54:00 [2021-08-20T16:54:00.390Z] #36 sha256:952f36e5b33856364c1d47ec43a221786e573128859e3ae6da8f7f6afd9788cc
16:54:00 [2021-08-20T16:54:00.390Z] #36 12.92 Fetched 8285 kB in 10s (827 kB/s)
16:54:00 [2021-08-20T16:54:00.390Z] #36 12.92 Reading package lists...
16:54:00 [2021-08-20T16:54:00.390Z] #36 15.73 Reading package lists...
16:54:00 [2021-08-20T16:54:00.390Z] #36 18.81 Building dependency tree...
16:54:00 [2021-08-20T16:54:00.390Z] #36 19.18 Reading state information...
16:54:00 [2021-08-20T16:54:00.390Z] #36 19.79 The following additional packages will be installed:
16:54:00 [2021-08-20T16:54:00.390Z] #36 19.79   cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd
16:54:00 [2021-08-20T16:54:00.390Z] #36 19.79 Suggested packages:
16:54:00 [2021-08-20T16:54:00.390Z] #36 19.79   cmake-doc ninja-build lrzip
16:54:00 [2021-08-20T16:54:00.390Z] #36 19.79 Recommended packages:
16:54:00 [2021-08-20T16:54:00.390Z] #36 19.79   vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny
16:54:00 [2021-08-20T16:54:00.390Z] #36 20.14 The following NEW packages will be installed:
16:54:00 [2021-08-20T16:54:00.390Z] #36 20.14   cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2
16:54:00 [2021-08-20T16:54:00.390Z] #36 20.14   vim-common xxd
16:54:00 [2021-08-20T16:54:00.390Z] #36 20.54 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded.
16:54:00 [2021-08-20T16:54:00.390Z] #36 20.54 Need to get 14.2 MB of archives.
16:54:00 [2021-08-20T16:54:00.390Z] #36 20.54 After this operation, 60.0 MB of additional disk space will be used.
16:54:00 [2021-08-20T16:54:00.390Z] #36 20.54 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xxd arm64 2:8.1.0875-5 [139 kB]
16:54:00 [2021-08-20T16:54:00.390Z] #36 20.56 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-common all 2:8.1.0875-5 [195 kB]
16:54:00 [2021-08-20T16:54:00.390Z] #36 20.58 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 cmake-data all 3.13.4-1 [1476 kB]
16:54:00 [2021-08-20T16:54:00.390Z] #36 20.72 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libicu63 arm64 63.1-6+deb10u1 [8151 kB]
16:54:00 [2021-08-20T16:54:00.390Z] #36 21.37 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libxml2 arm64 2.9.4+dfsg1-7+deb10u2 [625 kB]
16:54:00 [2021-08-20T16:54:00.390Z] #36 21.41 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libarchive13 arm64 3.3.3-4+deb10u1 [291 kB]
16:54:00 [2021-08-20T16:54:00.390Z] #36 21.43 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libjsoncpp1 arm64 1.7.4-3 [71.0 kB]
16:54:00 [2021-08-20T16:54:00.390Z] #36 21.44 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 librhash0 arm64 1.3.8-1 [121 kB]
16:54:00 [2021-08-20T16:54:00.390Z] #36 21.45 Get:9 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 libuv1 arm64 1.24.1-1+deb10u1 [105 kB]
16:54:00 [2021-08-20T16:54:00.390Z] #36 21.45 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 cmake arm64 3.13.4-1 [3046 kB]
16:54:00 [2021-08-20T16:54:00.464Z] #13 23.06 Reading package lists...
16:54:00 [2021-08-20T16:54:00.464Z] #13 ...
16:54:00 [2021-08-20T16:54:00.464Z] 
16:54:00 [2021-08-20T16:54:00.464Z] #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
16:54:00 [2021-08-20T16:54:00.464Z] #52 sha256:def9c4a704eead43dae0dde1193bcbb0b410e941704bc6328bc17d26148efa35
16:54:00 [2021-08-20T16:54:00.464Z] #52 25.40 mvdan.cc/sh/v3/syntax
16:54:00 [2021-08-20T16:54:00.652Z] #36 ...
16:54:00 [2021-08-20T16:54:00.652Z] 
16:54:00 [2021-08-20T16:54:00.652Z] #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
16:54:00 [2021-08-20T16:54:00.652Z] #29 sha256:9084fa7dc80beab5233b6ec2a051889f3e45bdb62e5566016ff7b02249e9effc
16:54:00 [2021-08-20T16:54:00.652Z] #29 22.93 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)...
16:54:00 [2021-08-20T16:54:00.781Z] #59 ...
16:54:00 [2021-08-20T16:54:00.781Z] 
16:54:00 [2021-08-20T16:54:00.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
16:54:00 [2021-08-20T16:54:00.781Z] #47 sha256:31736fe214c91336173addd02086baee88a153b6f405eb3118f95276bd6e57da
16:54:00 [2021-08-20T16:54:00.781Z] #47 17.16 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827
16:54:00 [2021-08-20T16:54:00.781Z] #47 18.84 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
16:54:00 [2021-08-20T16:54:00.781Z] #47 26.44 + dpkg --print-architecture
16:54:00 [2021-08-20T16:54:00.781Z] #47 26.45 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd
16:54:00 [2021-08-20T16:54:00.781Z] #47 26.99 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
16:54:00 [2021-08-20T16:54:00.781Z] #47 26.99 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
16:54:00 [2021-08-20T16:54:00.781Z] #47 ...
16:54:00 [2021-08-20T16:54:00.781Z] 
16:54:00 [2021-08-20T16:54:00.781Z] #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
16:54:00 [2021-08-20T16:54:00.781Z] #57 sha256:b1e37ffd307c98acc110732273a2c0b474813a5ffee5bb9e9c02653a2b3b7a82
16:54:00 [2021-08-20T16:54:00.781Z] #57 25.57 go: downloading github.com/kisielk/gotool v1.0.0
16:54:00 [2021-08-20T16:54:00.781Z] #57 25.57 go: downloading github.com/gobwas/glob v0.2.3
16:54:00 [2021-08-20T16:54:00.781Z] #57 25.63 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
16:54:00 [2021-08-20T16:54:00.781Z] #57 25.66 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
16:54:00 [2021-08-20T16:54:00.781Z] #57 25.69 go: downloading github.com/gogo/protobuf v1.2.1
16:54:00 [2021-08-20T16:54:00.781Z] #57 26.51 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
16:54:00 [2021-08-20T16:54:00.781Z] #57 26.69 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
16:54:00 [2021-08-20T16:54:00.781Z] #57 26.75 go: downloading github.com/BurntSushi/toml v0.3.1
16:54:01 [2021-08-20T16:54:01.227Z] #29 23.41 
16:54:01 [2021-08-20T16:54:01.490Z] #29 23.65 
######################################################################## 100.0%
16:54:01 [2021-08-20T16:54:01.752Z] #29 23.82 
16:54:02 [2021-08-20T16:54:02.015Z] #29 24.05 Download of images into '/build' complete.
16:54:02 [2021-08-20T16:54:02.015Z] #29 24.05 Use something like the following to load the result into a Docker daemon:
16:54:02 [2021-08-20T16:54:02.015Z] #29 24.05   tar -cC '/build' . | docker load
16:54:02 [2021-08-20T16:54:02.015Z] #29 ...
16:54:02 [2021-08-20T16:54:02.015Z] 
16:54:02 [2021-08-20T16:54:02.015Z] #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
16:54:02 [2021-08-20T16:54:02.015Z] #52 sha256:8398565629c5302195fffbaaef12d8aa6bd2b39d9f2d4d245f044ed5f3288ed1
16:54:02 [2021-08-20T16:54:02.015Z] #52 13.06 + cd /tmp/tmp.AgFrGvvprg/src/github.com/mvdan/sh
16:54:02 [2021-08-20T16:54:02.015Z] #52 13.07 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f
16:54:02 [2021-08-20T16:54:02.015Z] #52 13.14 + GO111MODULE=on
16:54:02 [2021-08-20T16:54:02.015Z] #52 13.14 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt
16:54:02 [2021-08-20T16:54:02.015Z] #52 16.60 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625
16:54:02 [2021-08-20T16:54:02.015Z] #52 16.62 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
16:54:02 [2021-08-20T16:54:02.015Z] #52 16.67 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e
16:54:02 [2021-08-20T16:54:02.015Z] #52 19.44 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be
16:54:02 [2021-08-20T16:54:02.015Z] #52 ...
16:54:02 [2021-08-20T16:54:02.015Z] 
16:54:02 [2021-08-20T16:54:02.015Z] #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
16:54:02 [2021-08-20T16:54:02.015Z] #36 sha256:952f36e5b33856364c1d47ec43a221786e573128859e3ae6da8f7f6afd9788cc
16:54:02 [2021-08-20T16:54:02.015Z] #36 23.01 debconf: delaying package configuration, since apt-utils is not installed
16:54:02 [2021-08-20T16:54:02.278Z] #36 23.30 Fetched 14.2 MB in 2s (9469 kB/s)
16:54:02 [2021-08-20T16:54:02.278Z] 
16:54:02 [2021-08-20T16:54:02.278Z] #36 ...
16:54:02 [2021-08-20T16:54:02.278Z] 
16:54:02 [2021-08-20T16:54:02.278Z] #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
16:54:02 [2021-08-20T16:54:02.278Z] #29 sha256:9084fa7dc80beab5233b6ec2a051889f3e45bdb62e5566016ff7b02249e9effc
16:54:02 [2021-08-20T16:54:02.278Z] #29 DONE 24.4s
16:54:02 [2021-08-20T16:54:02.278Z] 
16:54:02 [2021-08-20T16:54:02.278Z] #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
16:54:02 [2021-08-20T16:54:02.278Z] #36 sha256:952f36e5b33856364c1d47ec43a221786e573128859e3ae6da8f7f6afd9788cc
16:54:02 [2021-08-20T16:54:02.278Z] #36 23.51 Selecting previously unselected package xxd.
16:54:02 [2021-08-20T16:54:02.372Z] #52 ...
16:54:02 [2021-08-20T16:54:02.372Z] 
16:54:02 [2021-08-20T16:54:02.372Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt     --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt         apt-get update && apt-get install -y --no-install-recommends             cmake             vim-common
16:54:02 [2021-08-20T16:54:02.372Z] #36 sha256:7e4a7d0643c402051e4468c5fff5d3e9795dd212ea6c08dc71807381a18fc6a4
16:54:02 [2021-08-20T16:54:02.372Z] #36 23.89 Reading package lists...
16:54:02 [2021-08-20T16:54:02.372Z] #36 29.89 Building dependency tree...
16:54:02 [2021-08-20T16:54:02.372Z] #36 31.05 Reading state information...
16:54:02 [2021-08-20T16:54:02.541Z] #36 23.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 ... 15394 files and directories currently installed.)
16:54:02 [2021-08-20T16:54:02.541Z] #36 23.69 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_arm64.deb ...
16:54:02 [2021-08-20T16:54:02.541Z] #36 23.69 Unpacking xxd (2:8.1.0875-5) ...
16:54:02 [2021-08-20T16:54:02.804Z] #36 23.88 Selecting previously unselected package vim-common.
16:54:02 [2021-08-20T16:54:02.804Z] #36 23.88 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ...
16:54:02 [2021-08-20T16:54:02.804Z] #36 ...
16:54:02 [2021-08-20T16:54:02.804Z] 
16:54:02 [2021-08-20T16:54:02.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
16:54:02 [2021-08-20T16:54:02.804Z] #56 sha256:5b4c59f4cf1095ecc5b5757636eed47e2e6ff41bdd7ffb5ef1ec7489346ab669
16:54:02 [2021-08-20T16:54:02.804Z] #56 13.85 Fetched 8285 kB in 10s (808 kB/s)
16:54:02 [2021-08-20T16:54:02.804Z] #56 13.85 Reading package lists...
16:54:02 [2021-08-20T16:54:02.804Z] #56 16.26 Reading package lists...
16:54:02 [2021-08-20T16:54:02.804Z] #56 18.43 Building dependency tree...
16:54:02 [2021-08-20T16:54:02.804Z] #56 19.14 Reading state information...
16:54:02 [2021-08-20T16:54:02.804Z] #56 19.83 The following additional packages will be installed:
16:54:02 [2021-08-20T16:54:02.804Z] #56 19.83   libbtrfs0
16:54:02 [2021-08-20T16:54:02.804Z] #56 19.92 The following NEW packages will be installed:
16:54:02 [2021-08-20T16:54:02.804Z] #56 19.92   libbtrfs-dev libbtrfs0
16:54:02 [2021-08-20T16:54:02.804Z] #56 20.31 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
16:54:02 [2021-08-20T16:54:02.804Z] #56 20.31 Need to get 119 kB of archives.
16:54:02 [2021-08-20T16:54:02.804Z] #56 20.31 After this operation, 387 kB of additional disk space will be used.
16:54:02 [2021-08-20T16:54:02.804Z] #56 20.31 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs0 arm64 4.20.1-2 [41.7 kB]
16:54:02 [2021-08-20T16:54:02.804Z] #56 20.31 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs-dev arm64 4.20.1-2 [77.7 kB]
16:54:02 [2021-08-20T16:54:02.804Z] #56 21.65 debconf: delaying package configuration, since apt-utils is not installed
16:54:02 [2021-08-20T16:54:02.804Z] #56 21.86 Fetched 119 kB in 0s (430 kB/s)
16:54:02 [2021-08-20T16:54:02.804Z] #56 22.05 Selecting previously unselected package libbtrfs0.
16:54:02 [2021-08-20T16:54:02.804Z] #56 22.05 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15394 files and directories currently installed.)
16:54:02 [2021-08-20T16:54:02.804Z] #56 22.29 Preparing to unpack .../libbtrfs0_4.20.1-2_arm64.deb ...
16:54:02 [2021-08-20T16:54:02.804Z] #56 22.30 Unpacking libbtrfs0 (4.20.1-2) ...
16:54:02 [2021-08-20T16:54:02.804Z] #56 22.58 Selecting previously unselected package libbtrfs-dev.
16:54:02 [2021-08-20T16:54:02.804Z] #56 22.61 Preparing to unpack .../libbtrfs-dev_4.20.1-2_arm64.deb ...
16:54:02 [2021-08-20T16:54:02.804Z] #56 22.61 Unpacking libbtrfs-dev (4.20.1-2) ...
16:54:02 [2021-08-20T16:54:02.804Z] #56 23.17 Setting up libbtrfs0 (4.20.1-2) ...
16:54:02 [2021-08-20T16:54:02.804Z] #56 23.26 Setting up libbtrfs-dev (4.20.1-2) ...
16:54:02 [2021-08-20T16:54:02.804Z] #56 23.29 Processing triggers for libc-bin (2.28-10) ...
16:54:02 [2021-08-20T16:54:02.804Z] #56 DONE 23.9s
16:54:02 [2021-08-20T16:54:02.804Z] 
16:54:02 [2021-08-20T16:54:02.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
16:54:02 [2021-08-20T16:54:02.804Z] #36 sha256:952f36e5b33856364c1d47ec43a221786e573128859e3ae6da8f7f6afd9788cc
16:54:02 [2021-08-20T16:54:02.804Z] #36 23.88 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ...
16:54:02 [2021-08-20T16:54:02.804Z] #36 23.91 Unpacking vim-common (2:8.1.0875-5) ...
16:54:03 [2021-08-20T16:54:03.316Z] #57 ...
16:54:03 [2021-08-20T16:54:03.316Z] 
16:54:03 [2021-08-20T16:54:03.316Z] #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
16:54:03 [2021-08-20T16:54:03.316Z] #59 sha256:794f67f8c123ebb2552d068174a6da2a0f8c4e477ee2e76bdba7cfdde55f1d55
16:54:03 [2021-08-20T16:54:03.316Z] #59 28.00 mvdan.cc/sh/v3/cmd/shfmt
16:54:03 [2021-08-20T16:54:03.316Z] #59 DONE 30.3s
16:54:03 [2021-08-20T16:54:03.316Z] 
16:54:03 [2021-08-20T16:54:03.316Z] #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
16:54:03 [2021-08-20T16:54:03.316Z] #51 sha256:17b9b2c66b5114379bdd507ebb6b3fcb9f10f4d3301507cb76542897a8754e0b
16:54:03 [2021-08-20T16:54:03.316Z] #51 18.35 Reading package lists...
16:54:03 [2021-08-20T16:54:03.316Z] #51 22.10 Reading package lists...
16:54:03 [2021-08-20T16:54:03.316Z] #51 25.66 Building dependency tree...
16:54:03 [2021-08-20T16:54:03.316Z] #51 26.45 Reading state information...
16:54:03 [2021-08-20T16:54:03.316Z] #51 27.43 The following additional packages will be installed:
16:54:03 [2021-08-20T16:54:03.316Z] #51 27.43   libmpdec2 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf17 libpython3-stdlib
16:54:03 [2021-08-20T16:54:03.316Z] #51 27.43   libpython3.7-minimal libpython3.7-stdlib python3 python3-minimal
16:54:03 [2021-08-20T16:54:03.316Z] #51 27.43   python3-pkg-resources python3-protobuf python3-six python3.7
16:54:03 [2021-08-20T16:54:03.316Z] #51 27.43   python3.7-minimal
16:54:03 [2021-08-20T16:54:03.316Z] #51 27.44 Suggested packages:
16:54:03 [2021-08-20T16:54:03.316Z] #51 27.44   python3-doc python3-tk python3-venv python3-setuptools python3.7-venv
16:54:03 [2021-08-20T16:54:03.316Z] #51 27.44   python3.7-doc binfmt-support
16:54:03 [2021-08-20T16:54:03.316Z] #51 28.12 The following NEW packages will be installed:
16:54:03 [2021-08-20T16:54:03.316Z] #51 28.12   criu libmpdec2 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf17
16:54:03 [2021-08-20T16:54:03.316Z] #51 28.12   libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib python3
16:54:03 [2021-08-20T16:54:03.316Z] #51 28.12   python3-minimal python3-pkg-resources python3-protobuf python3-six python3.7
16:54:03 [2021-08-20T16:54:03.316Z] #51 28.12   python3.7-minimal
16:54:03 [2021-08-20T16:54:03.316Z] #51 28.51 0 upgraded, 16 newly installed, 0 to remove and 0 not upgraded.
16:54:03 [2021-08-20T16:54:03.316Z] #51 28.51 Need to get 6695 kB of archives.
16:54:03 [2021-08-20T16:54:03.316Z] #51 28.51 After this operation, 33.1 MB of additional disk space will be used.
16:54:03 [2021-08-20T16:54:03.316Z] #51 28.51 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u3 [589 kB]
16:54:03 [2021-08-20T16:54:03.316Z] #51 28.55 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u3 [1737 kB]
16:54:03 [2021-08-20T16:54:03.316Z] #51 28.65 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB]
16:54:03 [2021-08-20T16:54:03.316Z] #51 28.65 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB]
16:54:03 [2021-08-20T16:54:03.316Z] #51 28.66 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u3 [1734 kB]
16:54:03 [2021-08-20T16:54:03.316Z] #51 28.79 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u3 [330 kB]
16:54:03 [2021-08-20T16:54:03.316Z] #51 28.81 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB]
16:54:03 [2021-08-20T16:54:03.316Z] #51 28.81 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB]
16:54:03 [2021-08-20T16:54:03.316Z] #51 28.82 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB]
16:54:03 [2021-08-20T16:54:03.316Z] #51 28.89 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB]
16:54:03 [2021-08-20T16:54:03.316Z] #51 28.90 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-six all 1.12.0-1 [15.7 kB]
16:54:03 [2021-08-20T16:54:03.316Z] #51 28.90 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-protobuf amd64 3.6.1.3-2 [334 kB]
16:54:03 [2021-08-20T16:54:03.316Z] #51 28.91 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
16:54:03 [2021-08-20T16:54:03.316Z] #51 28.92 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB]
16:54:03 [2021-08-20T16:54:03.316Z] #51 28.92 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB]
16:54:03 [2021-08-20T16:54:03.382Z] #36 24.46 Selecting previously unselected package cmake-data.
16:54:03 [2021-08-20T16:54:03.382Z] #36 24.46 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ...
16:54:03 [2021-08-20T16:54:03.382Z] #36 24.49 Unpacking cmake-data (3.13.4-1) ...
16:54:03 [2021-08-20T16:54:03.650Z] #50 ...
16:54:03 [2021-08-20T16:54:03.650Z] 
16:54:03 [2021-08-20T16:54:03.650Z] #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
16:54:03 [2021-08-20T16:54:03.650Z] #56 sha256:79ed161e6adef891b83377a5bab1cd9101ae201f0974c436a0e1af29a7c276bc
16:54:03 [2021-08-20T16:54:03.650Z] #56 23.93 Fetched 8463 kB in 18s (479 kB/s)
16:54:03 [2021-08-20T16:54:03.650Z] #56 23.93 Reading package lists...
16:54:03 [2021-08-20T16:54:03.650Z] #56 29.53 Reading package lists...
16:54:03 [2021-08-20T16:54:03.650Z] #56 ...
16:54:03 [2021-08-20T16:54:03.650Z] 
16:54:03 [2021-08-20T16:54:03.650Z] #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
16:54:03 [2021-08-20T16:54:03.650Z] #13 sha256:2ea98f0c850f86337a599286b1c82318201b41ac5783d18845b4a9977a584449
16:54:03 [2021-08-20T16:54:03.650Z] #13 21.82 Fetched 8996 kB in 18s (491 kB/s)
16:54:03 [2021-08-20T16:54:03.650Z] #13 21.82 Reading package lists...
16:54:03 [2021-08-20T16:54:03.650Z] #13 28.04 Reading package lists...
16:54:03 [2021-08-20T16:54:03.650Z] #13 ...
16:54:03 [2021-08-20T16:54:03.650Z] 
16:54:03 [2021-08-20T16:54:03.650Z] #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
16:54:03 [2021-08-20T16:54:03.650Z] #44 sha256:17b9b2c66b5114379bdd507ebb6b3fcb9f10f4d3301507cb76542897a8754e0b
16:54:03 [2021-08-20T16:54:03.650Z] #44 24.00 Fetched 8466 kB in 19s (454 kB/s)
16:54:03 [2021-08-20T16:54:03.650Z] #44 24.00 Reading package lists...
16:54:03 [2021-08-20T16:54:03.887Z] #51 ...
16:54:03 [2021-08-20T16:54:03.887Z] 
16:54:03 [2021-08-20T16:54:03.887Z] #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 "c56166c036004ba7a3a321e5951ba472b9ae298c"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
16:54:03 [2021-08-20T16:54:03.887Z] #39 sha256:327e8e81819b507b71e8420db5daf3da357aa8d9edb41d21198b8391f7acf947
16:54:03 [2021-08-20T16:54:03.887Z] #39 31.24 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c
16:54:03 [2021-08-20T16:54:03.907Z] #44 29.41 Reading package lists...
16:54:03 [2021-08-20T16:54:03.907Z] #44 ...
16:54:03 [2021-08-20T16:54:03.907Z] 
16:54:03 [2021-08-20T16:54:03.907Z] #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
16:54:03 [2021-08-20T16:54:03.907Z] #36 sha256:7e4a7d0643c402051e4468c5fff5d3e9795dd212ea6c08dc71807381a18fc6a4
16:54:03 [2021-08-20T16:54:03.907Z] #36 29.59 Reading package lists...
16:54:04 [2021-08-20T16:54:04.164Z] #36 ...
16:54:04 [2021-08-20T16:54:04.164Z] 
16:54:04 [2021-08-20T16:54:04.164Z] #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
16:54:04 [2021-08-20T16:54:04.164Z] #40 sha256:31736fe214c91336173addd02086baee88a153b6f405eb3118f95276bd6e57da
16:54:04 [2021-08-20T16:54:04.164Z] #40 24.58 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry
16:54:04 [2021-08-20T16:54:04.164Z] #40 ...
16:54:04 [2021-08-20T16:54:04.164Z] 
16:54:04 [2021-08-20T16:54:04.164Z] #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
16:54:04 [2021-08-20T16:54:04.164Z] #36 sha256:7e4a7d0643c402051e4468c5fff5d3e9795dd212ea6c08dc71807381a18fc6a4
16:54:04 [2021-08-20T16:54:04.278Z] #36 32.61 The following additional packages will be installed:
16:54:04 [2021-08-20T16:54:04.278Z] #36 32.61   cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd
16:54:04 [2021-08-20T16:54:04.278Z] #36 32.61 Suggested packages:
16:54:04 [2021-08-20T16:54:04.278Z] #36 32.61   cmake-doc ninja-build lrzip
16:54:04 [2021-08-20T16:54:04.278Z] #36 32.61 Recommended packages:
16:54:04 [2021-08-20T16:54:04.278Z] #36 32.61   vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny
16:54:04 [2021-08-20T16:54:04.454Z] #39 31.73 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
16:54:04 [2021-08-20T16:54:04.849Z] #36 33.38 The following NEW packages will be installed:
16:54:04 [2021-08-20T16:54:04.849Z] #36 33.38   cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2
16:54:04 [2021-08-20T16:54:04.849Z] #36 33.38   vim-common xxd
16:54:05 [2021-08-20T16:54:05.096Z] #36 35.11 Building dependency tree...
16:54:05 [2021-08-20T16:54:05.096Z] #36 ...
16:54:05 [2021-08-20T16:54:05.096Z] 
16:54:05 [2021-08-20T16:54:05.096Z] #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
16:54:05 [2021-08-20T16:54:05.096Z] #59 sha256:d323e3fc26383080ff40efbb0e6f67d73ece52f2fc28d83bffea2a2f4ea49322
16:54:05 [2021-08-20T16:54:05.096Z] #59 25.76 go: downloading github.com/russross/blackfriday/v2 v2.1.0
16:54:05 [2021-08-20T16:54:05.096Z] #59 ...
16:54:05 [2021-08-20T16:54:05.096Z] 
16:54:05 [2021-08-20T16:54:05.096Z] #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
16:54:05 [2021-08-20T16:54:05.096Z] #50 sha256:4e0f4d11787acc3d4459bf67a31cf3c3038d6c42a400e561f4f7a164e602858e
16:54:05 [2021-08-20T16:54:05.096Z] #50 35.68 go: downloading github.com/gobwas/glob v0.2.3
16:54:05 [2021-08-20T16:54:05.096Z] #50 35.71 go: downloading github.com/kisielk/gotool v1.0.0
16:54:05 [2021-08-20T16:54:05.096Z] #50 35.78 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
16:54:05 [2021-08-20T16:54:05.096Z] #50 35.83 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
16:54:05 [2021-08-20T16:54:05.096Z] #50 35.85 go: downloading github.com/gogo/protobuf v1.2.1
16:54:05 [2021-08-20T16:54:05.108Z] #36 33.85 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded.
16:54:05 [2021-08-20T16:54:05.108Z] #36 33.85 Need to get 14.9 MB of archives.
16:54:05 [2021-08-20T16:54:05.108Z] #36 33.85 After this operation, 61.8 MB of additional disk space will be used.
16:54:05 [2021-08-20T16:54:05.108Z] #36 33.85 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB]
16:54:05 [2021-08-20T16:54:05.108Z] #36 33.85 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB]
16:54:05 [2021-08-20T16:54:05.108Z] #36 33.85 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB]
16:54:05 [2021-08-20T16:54:05.369Z] #36 ...
16:54:05 [2021-08-20T16:54:05.369Z] 
16:54:05 [2021-08-20T16:54:05.369Z] #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
16:54:05 [2021-08-20T16:54:05.369Z] #40 sha256:4b942c013447a5086b7e6866dbc58570e707cf858c0190baf1d8a269696a5dad
16:54:05 [2021-08-20T16:54:05.369Z] #40 24.52 + dpkg --print-architecture
16:54:05 [2021-08-20T16:54:05.369Z] #40 DONE 25.8s
16:54:05 [2021-08-20T16:54:05.633Z] 
16:54:05 [2021-08-20T16:54:05.633Z] #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 "c56166c036004ba7a3a321e5951ba472b9ae298c"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
16:54:05 [2021-08-20T16:54:05.633Z] #32 sha256:2d9e72a3c62c7273f063037d5341dcb695aacb467efdb591e0bbc147b6698da0
16:54:05 [2021-08-20T16:54:05.633Z] #32 25.27 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.
16:54:05 [2021-08-20T16:54:05.633Z] #32 25.43 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c
16:54:05 [2021-08-20T16:54:05.633Z] #32 26.13 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
16:54:05 [2021-08-20T16:54:05.677Z] #36 34.00 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB]
16:54:05 [2021-08-20T16:54:05.677Z] #36 ...
16:54:05 [2021-08-20T16:54:05.677Z] 
16:54:05 [2021-08-20T16:54:05.677Z] #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
16:54:05 [2021-08-20T16:54:05.677Z] #44 sha256:17b9b2c66b5114379bdd507ebb6b3fcb9f10f4d3301507cb76542897a8754e0b
16:54:05 [2021-08-20T16:54:05.677Z] #44 23.74 Fetched 8463 kB in 16s (522 kB/s)
16:54:05 [2021-08-20T16:54:05.677Z] #44 23.74 Reading package lists...
16:54:05 [2021-08-20T16:54:05.677Z] #44 29.25 Reading package lists...
16:54:05 [2021-08-20T16:54:05.677Z] #44 ...
16:54:05 [2021-08-20T16:54:05.677Z] 
16:54:05 [2021-08-20T16:54:05.677Z] #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
16:54:05 [2021-08-20T16:54:05.677Z] #13 sha256:2ea98f0c850f86337a599286b1c82318201b41ac5783d18845b4a9977a584449
16:54:05 [2021-08-20T16:54:05.677Z] #13 23.06 Reading package lists...
16:54:06 [2021-08-20T16:54:06.988Z] #50 37.29 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
16:54:06 [2021-08-20T16:54:06.988Z] #50 37.54 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
16:54:06 [2021-08-20T16:54:06.988Z] #50 37.72 go: downloading github.com/BurntSushi/toml v0.3.1
16:54:06 [2021-08-20T16:54:06.992Z] #39 ...
16:54:06 [2021-08-20T16:54:06.992Z] 
16:54:06 [2021-08-20T16:54:06.992Z] #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
16:54:06 [2021-08-20T16:54:06.992Z] #47 sha256:31736fe214c91336173addd02086baee88a153b6f405eb3118f95276bd6e57da
16:54:06 [2021-08-20T16:54:06.992Z] #47 DONE 33.6s
16:54:06 [2021-08-20T16:54:06.992Z] 
16:54:06 [2021-08-20T16:54:06.992Z] #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
16:54:06 [2021-08-20T16:54:06.992Z] #51 sha256:17b9b2c66b5114379bdd507ebb6b3fcb9f10f4d3301507cb76542897a8754e0b
16:54:06 [2021-08-20T16:54:06.992Z] #51 31.71 Get:16 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10  criu 3.15-1 [635 kB]
16:54:06 [2021-08-20T16:54:06.992Z] #51 32.54 debconf: delaying package configuration, since apt-utils is not installed
16:54:06 [2021-08-20T16:54:06.992Z] #51 32.63 Fetched 6695 kB in 4s (1766 kB/s)
16:54:06 [2021-08-20T16:54:06.992Z] #51 32.71 Selecting previously unselected package libpython3.7-minimal:amd64.
16:54:06 [2021-08-20T16:54:06.992Z] #51 32.71 (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.)
16:54:06 [2021-08-20T16:54:06.992Z] #51 32.74 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_amd64.deb ...
16:54:06 [2021-08-20T16:54:06.992Z] #51 32.75 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ...
16:54:06 [2021-08-20T16:54:06.992Z] #51 33.11 Selecting previously unselected package python3.7-minimal.
16:54:06 [2021-08-20T16:54:06.992Z] #51 33.11 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_amd64.deb ...
16:54:06 [2021-08-20T16:54:06.992Z] #51 33.12 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ...
16:54:07 [2021-08-20T16:54:07.251Z] #51 34.20 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ...
16:54:07 [2021-08-20T16:54:07.251Z] #51 34.23 Setting up python3.7-minimal (3.7.3-2+deb10u3) ...
16:54:07 [2021-08-20T16:54:07.510Z] #51 ...
16:54:07 [2021-08-20T16:54:07.510Z] 
16:54:07 [2021-08-20T16:54:07.510Z] #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
16:54:07 [2021-08-20T16:54:07.510Z] #55 sha256:be5154e74cc7cd9916654aacb00ea10678bc8aea6807c3ba14551fda1a03460a
16:54:07 [2021-08-20T16:54:07.510Z] #55 DONE 34.8s
16:54:07 [2021-08-20T16:54:07.510Z] 
16:54:07 [2021-08-20T16:54:07.510Z] #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
16:54:07 [2021-08-20T16:54:07.510Z] #51 sha256:17b9b2c66b5114379bdd507ebb6b3fcb9f10f4d3301507cb76542897a8754e0b
16:54:09 [2021-08-20T16:54:09.852Z] #32 ...
16:54:09 [2021-08-20T16:54:09.852Z] 
16:54:09 [2021-08-20T16:54:09.852Z] #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
16:54:09 [2021-08-20T16:54:09.852Z] #13 sha256:335d109a1c6e1dc92ded0e1c7499a69353a644b5abf7fa532ac147549dfec4f7
16:54:09 [2021-08-20T16:54:09.852Z] #13 15.49 Fetched 8813 kB in 12s (711 kB/s)
16:54:09 [2021-08-20T16:54:09.852Z] #13 15.49 Reading package lists...
16:54:09 [2021-08-20T16:54:09.852Z] #13 21.20 Reading package lists...
16:54:09 [2021-08-20T16:54:09.852Z] #13 24.77 Building dependency tree...
16:54:09 [2021-08-20T16:54:09.852Z] #13 25.40 Reading state information...
16:54:09 [2021-08-20T16:54:09.852Z] #13 ...
16:54:09 [2021-08-20T16:54:09.852Z] 
16:54:09 [2021-08-20T16:54:09.852Z] #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
16:54:09 [2021-08-20T16:54:09.852Z] #50 sha256:8ef116967111439b2bf606c868bbde0dd05990b6c407b243b2ffe1bd5af49107
16:54:09 [2021-08-20T16:54:09.852Z] #50 27.30 go: downloading github.com/fatih/color v1.7.0
16:54:09 [2021-08-20T16:54:09.852Z] #50 27.32 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b
16:54:09 [2021-08-20T16:54:09.852Z] #50 27.43 go: downloading github.com/pkg/errors v0.8.1
16:54:09 [2021-08-20T16:54:09.852Z] #50 27.44 go: downloading github.com/spf13/cobra v0.0.5
16:54:09 [2021-08-20T16:54:09.852Z] #50 27.45 go: downloading github.com/spf13/pflag v1.0.5
16:54:09 [2021-08-20T16:54:09.852Z] #50 27.50 go: downloading github.com/spf13/viper v1.6.1
16:54:09 [2021-08-20T16:54:09.852Z] #50 28.29 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3
16:54:09 [2021-08-20T16:54:09.852Z] #50 28.31 go: downloading github.com/go-critic/go-critic v0.4.1
16:54:09 [2021-08-20T16:54:09.852Z] #50 28.36 go: downloading github.com/go-lintpack/lintpack v0.5.2
16:54:09 [2021-08-20T16:54:09.852Z] #50 28.44 go: downloading github.com/mitchellh/go-homedir v1.1.0
16:54:09 [2021-08-20T16:54:09.852Z] #50 28.78 go: downloading github.com/mattn/go-colorable v0.1.4
16:54:09 [2021-08-20T16:54:09.852Z] #50 28.91 go: downloading github.com/sirupsen/logrus v1.4.2
16:54:09 [2021-08-20T16:54:09.852Z] #50 29.24 go: downloading github.com/stretchr/testify v1.4.0
16:54:09 [2021-08-20T16:54:09.852Z] #50 29.71 go: downloading github.com/mattn/go-isatty v0.0.8
16:54:09 [2021-08-20T16:54:09.852Z] #50 29.86 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
16:54:09 [2021-08-20T16:54:09.852Z] #50 29.91 go: downloading github.com/fsnotify/fsnotify v1.4.7
16:54:09 [2021-08-20T16:54:09.852Z] #50 29.95 go: downloading github.com/hashicorp/hcl v1.0.0
16:54:09 [2021-08-20T16:54:09.852Z] #50 30.52 go: downloading github.com/magiconair/properties v1.8.1
16:54:09 [2021-08-20T16:54:09.852Z] #50 30.54 go: downloading github.com/mitchellh/mapstructure v1.1.2
16:54:09 [2021-08-20T16:54:09.852Z] #50 30.69 go: downloading github.com/pelletier/go-toml v1.2.0
16:54:09 [2021-08-20T16:54:09.852Z] #50 30.71 go: downloading github.com/spf13/afero v1.1.2
16:54:09 [2021-08-20T16:54:09.852Z] #50 30.88 go: downloading github.com/spf13/cast v1.3.0
16:54:09 [2021-08-20T16:54:09.852Z] #50 30.94 go: downloading github.com/spf13/jwalterweatherman v1.0.0
16:54:09 [2021-08-20T16:54:09.852Z] #50 30.96 go: downloading github.com/subosito/gotenv v1.2.0
16:54:09 [2021-08-20T16:54:09.852Z] #50 30.98 go: downloading gopkg.in/ini.v1 v1.51.0
16:54:09 [2021-08-20T16:54:09.872Z] #13 29.18 Reading package lists...
16:54:09 [2021-08-20T16:54:09.872Z] #13 ...
16:54:09 [2021-08-20T16:54:09.872Z] 
16:54:09 [2021-08-20T16:54:09.872Z] #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
16:54:09 [2021-08-20T16:54:09.872Z] #56 sha256:79ed161e6adef891b83377a5bab1cd9101ae201f0974c436a0e1af29a7c276bc
16:54:09 [2021-08-20T16:54:09.872Z] #56 26.17 Reading package lists...
16:54:09 [2021-08-20T16:54:09.872Z] #56 31.84 Building dependency tree...
16:54:09 [2021-08-20T16:54:09.872Z] #56 33.11 Reading state information...
16:54:09 [2021-08-20T16:54:09.872Z] #56 34.68 The following additional packages will be installed:
16:54:09 [2021-08-20T16:54:09.872Z] #56 34.69   libbtrfs0
16:54:09 [2021-08-20T16:54:09.872Z] #56 34.84 The following NEW packages will be installed:
16:54:09 [2021-08-20T16:54:09.872Z] #56 34.85   libbtrfs-dev libbtrfs0
16:54:09 [2021-08-20T16:54:09.872Z] #56 35.26 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
16:54:09 [2021-08-20T16:54:09.872Z] #56 35.26 Need to get 119 kB of archives.
16:54:09 [2021-08-20T16:54:09.872Z] #56 35.26 After this operation, 387 kB of additional disk space will be used.
16:54:09 [2021-08-20T16:54:09.872Z] #56 35.26 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB]
16:54:09 [2021-08-20T16:54:09.872Z] #56 35.26 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB]
16:54:09 [2021-08-20T16:54:09.872Z] #56 36.20 debconf: delaying package configuration, since apt-utils is not installed
16:54:09 [2021-08-20T16:54:09.872Z] #56 36.40 Fetched 119 kB in 0s (403 kB/s)
16:54:09 [2021-08-20T16:54:09.873Z] #56 36.47 Selecting previously unselected package libbtrfs0.
16:54:09 [2021-08-20T16:54:09.873Z] #56 36.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 ... 15421 files and directories currently installed.)
16:54:09 [2021-08-20T16:54:09.873Z] #56 36.59 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ...
16:54:09 [2021-08-20T16:54:09.873Z] #56 36.60 Unpacking libbtrfs0 (4.20.1-2) ...
16:54:09 [2021-08-20T16:54:09.873Z] #56 36.72 Selecting previously unselected package libbtrfs-dev.
16:54:09 [2021-08-20T16:54:09.873Z] #56 36.72 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ...
16:54:09 [2021-08-20T16:54:09.873Z] #56 36.73 Unpacking libbtrfs-dev (4.20.1-2) ...
16:54:09 [2021-08-20T16:54:09.873Z] #56 37.00 Setting up libbtrfs0 (4.20.1-2) ...
16:54:09 [2021-08-20T16:54:09.873Z] #56 37.04 Setting up libbtrfs-dev (4.20.1-2) ...
16:54:09 [2021-08-20T16:54:09.873Z] #56 37.07 Processing triggers for libc-bin (2.28-10) ...
16:54:09 [2021-08-20T16:54:09.873Z] #56 DONE 38.0s
16:54:09 [2021-08-20T16:54:09.873Z] 
16:54:09 [2021-08-20T16:54:09.873Z] #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
16:54:09 [2021-08-20T16:54:09.873Z] #36 sha256:7e4a7d0643c402051e4468c5fff5d3e9795dd212ea6c08dc71807381a18fc6a4
16:54:09 [2021-08-20T16:54:09.873Z] #36 34.86 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u2 [689 kB]
16:54:09 [2021-08-20T16:54:09.873Z] #36 34.90 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB]
16:54:09 [2021-08-20T16:54:09.873Z] #36 34.92 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB]
16:54:09 [2021-08-20T16:54:09.873Z] #36 34.95 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB]
16:54:09 [2021-08-20T16:54:09.873Z] #36 34.95 Get:9 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 libuv1 amd64 1.24.1-1+deb10u1 [110 kB]
16:54:09 [2021-08-20T16:54:09.873Z] #36 34.95 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB]
16:54:09 [2021-08-20T16:54:09.873Z] #36 36.16 debconf: delaying package configuration, since apt-utils is not installed
16:54:09 [2021-08-20T16:54:09.873Z] #36 36.38 Fetched 14.9 MB in 2s (8462 kB/s)
16:54:09 [2021-08-20T16:54:09.873Z] #36 36.46 Selecting previously unselected package xxd.
16:54:09 [2021-08-20T16:54:09.873Z] #36 36.46 (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.)
16:54:09 [2021-08-20T16:54:09.873Z] #36 36.52 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ...
16:54:09 [2021-08-20T16:54:09.873Z] #36 36.53 Unpacking xxd (2:8.1.0875-5) ...
16:54:09 [2021-08-20T16:54:09.873Z] #36 36.75 Selecting previously unselected package vim-common.
16:54:09 [2021-08-20T16:54:09.873Z] #36 36.75 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ...
16:54:09 [2021-08-20T16:54:09.873Z] #36 36.80 Unpacking vim-common (2:8.1.0875-5) ...
16:54:09 [2021-08-20T16:54:09.873Z] #36 37.17 Selecting previously unselected package cmake-data.
16:54:09 [2021-08-20T16:54:09.873Z] #36 37.17 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ...
16:54:09 [2021-08-20T16:54:09.873Z] #36 37.17 Unpacking cmake-data (3.13.4-1) ...
16:54:10 [2021-08-20T16:54:10.047Z] #51 36.42 Selecting previously unselected package python3-minimal.
16:54:10 [2021-08-20T16:54:10.047Z] #51 36.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 ... 15661 files and directories currently installed.)
16:54:10 [2021-08-20T16:54:10.047Z] #51 36.47 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ...
16:54:10 [2021-08-20T16:54:10.047Z] #51 36.47 Unpacking python3-minimal (3.7.3-1) ...
16:54:10 [2021-08-20T16:54:10.047Z] #51 36.54 Selecting previously unselected package libmpdec2:amd64.
16:54:10 [2021-08-20T16:54:10.047Z] #51 36.54 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ...
16:54:10 [2021-08-20T16:54:10.047Z] #51 36.55 Unpacking libmpdec2:amd64 (2.4.2-2) ...
16:54:10 [2021-08-20T16:54:10.047Z] #51 36.62 Selecting previously unselected package libpython3.7-stdlib:amd64.
16:54:10 [2021-08-20T16:54:10.047Z] #51 36.62 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u3_amd64.deb ...
16:54:10 [2021-08-20T16:54:10.047Z] #51 36.63 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ...
16:54:10 [2021-08-20T16:54:10.115Z] #50 31.03 go: downloading gopkg.in/yaml.v2 v2.2.7
16:54:10 [2021-08-20T16:54:10.115Z] #50 31.38 go: downloading github.com/inconshreveable/mousetrap v1.0.0
16:54:10 [2021-08-20T16:54:10.285Z] #50 ...
16:54:10 [2021-08-20T16:54:10.285Z] 
16:54:10 [2021-08-20T16:54:10.285Z] #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
16:54:10 [2021-08-20T16:54:10.285Z] #56 sha256:79ed161e6adef891b83377a5bab1cd9101ae201f0974c436a0e1af29a7c276bc
16:54:10 [2021-08-20T16:54:10.285Z] #56 29.53 Reading package lists...
16:54:10 [2021-08-20T16:54:10.285Z] #56 35.01 Building dependency tree...
16:54:10 [2021-08-20T16:54:10.285Z] #56 37.66 The following additional packages will be installed:
16:54:10 [2021-08-20T16:54:10.285Z] #56 37.67   libbtrfs0
16:54:10 [2021-08-20T16:54:10.285Z] #56 37.81 The following NEW packages will be installed:
16:54:10 [2021-08-20T16:54:10.285Z] #56 37.84   libbtrfs-dev libbtrfs0
16:54:10 [2021-08-20T16:54:10.285Z] #56 38.26 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
16:54:10 [2021-08-20T16:54:10.285Z] #56 38.26 Need to get 119 kB of archives.
16:54:10 [2021-08-20T16:54:10.285Z] #56 38.26 After this operation, 387 kB of additional disk space will be used.
16:54:10 [2021-08-20T16:54:10.285Z] #56 38.26 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB]
16:54:10 [2021-08-20T16:54:10.285Z] #56 38.26 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB]
16:54:10 [2021-08-20T16:54:10.285Z] #56 39.22 debconf: delaying package configuration, since apt-utils is not installed
16:54:10 [2021-08-20T16:54:10.285Z] #56 39.40 Fetched 119 kB in 0s (433 kB/s)
16:54:10 [2021-08-20T16:54:10.285Z] #56 39.59 Selecting previously unselected package libbtrfs0.
16:54:10 [2021-08-20T16:54:10.285Z] #56 39.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 ... 15421 files and directories currently installed.)
16:54:10 [2021-08-20T16:54:10.285Z] #56 39.65 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ...
16:54:10 [2021-08-20T16:54:10.285Z] #56 39.66 Unpacking libbtrfs0 (4.20.1-2) ...
16:54:10 [2021-08-20T16:54:10.285Z] #56 39.74 Selecting previously unselected package libbtrfs-dev.
16:54:10 [2021-08-20T16:54:10.285Z] #56 39.77 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ...
16:54:10 [2021-08-20T16:54:10.285Z] #56 39.78 Unpacking libbtrfs-dev (4.20.1-2) ...
16:54:10 [2021-08-20T16:54:10.285Z] #56 40.02 Setting up libbtrfs0 (4.20.1-2) ...
16:54:10 [2021-08-20T16:54:10.285Z] #56 40.21 Setting up libbtrfs-dev (4.20.1-2) ...
16:54:10 [2021-08-20T16:54:10.285Z] #56 40.23 Processing triggers for libc-bin (2.28-10) ...
16:54:10 [2021-08-20T16:54:10.285Z] #56 DONE 41.1s
16:54:10 [2021-08-20T16:54:10.285Z] 
16:54:10 [2021-08-20T16:54:10.285Z] #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
16:54:10 [2021-08-20T16:54:10.285Z] #44 sha256:17b9b2c66b5114379bdd507ebb6b3fcb9f10f4d3301507cb76542897a8754e0b
16:54:10 [2021-08-20T16:54:10.285Z] #44 29.41 Reading package lists...
16:54:10 [2021-08-20T16:54:10.285Z] #44 34.77 Building dependency tree...
16:54:10 [2021-08-20T16:54:10.285Z] #44 37.51 The following additional packages will be installed:
16:54:10 [2021-08-20T16:54:10.285Z] #44 37.52   libmpdec2 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf17 libpython3-stdlib
16:54:10 [2021-08-20T16:54:10.285Z] #44 37.52   libpython3.7-minimal libpython3.7-stdlib python3 python3-minimal
16:54:10 [2021-08-20T16:54:10.285Z] #44 37.52   python3-pkg-resources python3-protobuf python3-six python3.7
16:54:10 [2021-08-20T16:54:10.285Z] #44 37.52   python3.7-minimal
16:54:10 [2021-08-20T16:54:10.285Z] #44 37.52 Suggested packages:
16:54:10 [2021-08-20T16:54:10.285Z] #44 37.52   python3-doc python3-tk python3-venv python3-setuptools python3.7-venv
16:54:10 [2021-08-20T16:54:10.285Z] #44 37.52   python3.7-doc binfmt-support
16:54:10 [2021-08-20T16:54:10.285Z] #44 38.62 The following NEW packages will be installed:
16:54:10 [2021-08-20T16:54:10.285Z] #44 38.64   criu libmpdec2 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf17
16:54:10 [2021-08-20T16:54:10.285Z] #44 38.64   libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib python3
16:54:10 [2021-08-20T16:54:10.285Z] #44 38.65   python3-minimal python3-pkg-resources python3-protobuf python3-six python3.7
16:54:10 [2021-08-20T16:54:10.285Z] #44 38.65   python3.7-minimal
16:54:10 [2021-08-20T16:54:10.285Z] #44 39.07 0 upgraded, 16 newly installed, 0 to remove and 0 not upgraded.
16:54:10 [2021-08-20T16:54:10.285Z] #44 39.07 Need to get 6695 kB of archives.
16:54:10 [2021-08-20T16:54:10.285Z] #44 39.07 After this operation, 33.1 MB of additional disk space will be used.
16:54:10 [2021-08-20T16:54:10.285Z] #44 39.07 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u3 [589 kB]
16:54:10 [2021-08-20T16:54:10.285Z] #44 39.15 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u3 [1737 kB]
16:54:10 [2021-08-20T16:54:10.285Z] #44 39.35 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB]
16:54:10 [2021-08-20T16:54:10.285Z] #44 39.36 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB]
16:54:10 [2021-08-20T16:54:10.285Z] #44 39.40 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u3 [1734 kB]
16:54:10 [2021-08-20T16:54:10.285Z] #44 39.73 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u3 [330 kB]
16:54:10 [2021-08-20T16:54:10.285Z] #44 39.76 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB]
16:54:10 [2021-08-20T16:54:10.285Z] #44 39.76 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB]
16:54:10 [2021-08-20T16:54:10.285Z] #44 39.76 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB]
16:54:10 [2021-08-20T16:54:10.285Z] #44 39.84 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB]
16:54:10 [2021-08-20T16:54:10.285Z] #44 39.85 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-six all 1.12.0-1 [15.7 kB]
16:54:10 [2021-08-20T16:54:10.285Z] #44 39.86 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-protobuf amd64 3.6.1.3-2 [334 kB]
16:54:10 [2021-08-20T16:54:10.285Z] #44 39.88 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
16:54:10 [2021-08-20T16:54:10.285Z] #44 39.90 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB]
16:54:10 [2021-08-20T16:54:10.285Z] #44 39.90 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB]
16:54:10 [2021-08-20T16:54:10.306Z] #51 37.34 Selecting previously unselected package python3.7.
16:54:10 [2021-08-20T16:54:10.306Z] #51 37.34 Preparing to unpack .../python3.7_3.7.3-2+deb10u3_amd64.deb ...
16:54:10 [2021-08-20T16:54:10.306Z] #51 37.35 Unpacking python3.7 (3.7.3-2+deb10u3) ...
16:54:10 [2021-08-20T16:54:10.306Z] #51 37.42 Selecting previously unselected package libpython3-stdlib:amd64.
16:54:10 [2021-08-20T16:54:10.306Z] #51 37.42 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ...
16:54:10 [2021-08-20T16:54:10.377Z] #50 31.46 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1
16:54:10 [2021-08-20T16:54:10.378Z] #50 31.46 go: downloading github.com/bombsimon/wsl/v2 v2.0.0
16:54:10 [2021-08-20T16:54:10.565Z] #51 37.42 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ...
16:54:10 [2021-08-20T16:54:10.565Z] #51 37.49 Setting up python3-minimal (3.7.3-1) ...
16:54:10 [2021-08-20T16:54:10.640Z] #50 31.53 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2
16:54:10 [2021-08-20T16:54:10.640Z] #50 31.57 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a
16:54:10 [2021-08-20T16:54:10.640Z] #50 31.58 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6
16:54:10 [2021-08-20T16:54:10.640Z] #50 31.65 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613
16:54:10 [2021-08-20T16:54:10.640Z] #50 31.68 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3
16:54:10 [2021-08-20T16:54:10.640Z] #50 31.77 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee
16:54:10 [2021-08-20T16:54:10.640Z] #50 31.82 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a
16:54:10 [2021-08-20T16:54:10.903Z] #50 32.13 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc
16:54:11 [2021-08-20T16:54:11.142Z] #51 ...
16:54:11 [2021-08-20T16:54:11.142Z] 
16:54:11 [2021-08-20T16:54:11.142Z] #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 "c56166c036004ba7a3a321e5951ba472b9ae298c"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
16:54:11 [2021-08-20T16:54:11.142Z] #39 sha256:327e8e81819b507b71e8420db5daf3da357aa8d9edb41d21198b8391f7acf947
16:54:11 [2021-08-20T16:54:11.142Z] #39 DONE 38.5s
16:54:11 [2021-08-20T16:54:11.168Z] #50 32.16 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0
16:54:11 [2021-08-20T16:54:11.168Z] #50 32.28 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca
16:54:11 [2021-08-20T16:54:11.168Z] #50 32.30 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770
16:54:11 [2021-08-20T16:54:11.251Z] #36 39.79 Selecting previously unselected package libicu63:amd64.
16:54:11 [2021-08-20T16:54:11.251Z] #36 39.79 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ...
16:54:11 [2021-08-20T16:54:11.251Z] #36 39.79 Unpacking libicu63:amd64 (63.1-6+deb10u1) ...
16:54:11 [2021-08-20T16:54:11.401Z] 
16:54:11 [2021-08-20T16:54:11.401Z] #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
16:54:11 [2021-08-20T16:54:11.401Z] #17 sha256:1bded0f6ffad27b084bc3c70bea193d686e415d09d1ffc891f792c12809e54d8
16:54:11 [2021-08-20T16:54:11.401Z] #17 ...
16:54:11 [2021-08-20T16:54:11.401Z] 
16:54:11 [2021-08-20T16:54:11.401Z] #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
16:54:11 [2021-08-20T16:54:11.401Z] #51 sha256:17b9b2c66b5114379bdd507ebb6b3fcb9f10f4d3301507cb76542897a8754e0b
16:54:11 [2021-08-20T16:54:11.401Z] #51 38.32 Selecting previously unselected package python3.
16:54:11 [2021-08-20T16:54:11.401Z] #51 38.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 ... 16073 files and directories currently installed.)
16:54:11 [2021-08-20T16:54:11.401Z] #51 38.35 Preparing to unpack .../0-python3_3.7.3-1_amd64.deb ...
16:54:11 [2021-08-20T16:54:11.402Z] #51 38.38 Unpacking python3 (3.7.3-1) ...
16:54:11 [2021-08-20T16:54:11.435Z] #50 32.42 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
16:54:11 [2021-08-20T16:54:11.676Z] #44 ...
16:54:11 [2021-08-20T16:54:11.676Z] 
16:54:11 [2021-08-20T16:54:11.676Z] #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
16:54:11 [2021-08-20T16:54:11.676Z] #36 sha256:7e4a7d0643c402051e4468c5fff5d3e9795dd212ea6c08dc71807381a18fc6a4
16:54:11 [2021-08-20T16:54:11.676Z] #36 35.11 Building dependency tree...
16:54:11 [2021-08-20T16:54:11.676Z] #36 38.01 The following additional packages will be installed:
16:54:11 [2021-08-20T16:54:11.676Z] #36 38.01   cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd
16:54:11 [2021-08-20T16:54:11.676Z] #36 38.02 Suggested packages:
16:54:11 [2021-08-20T16:54:11.676Z] #36 38.02   cmake-doc ninja-build lrzip
16:54:11 [2021-08-20T16:54:11.676Z] #36 38.02 Recommended packages:
16:54:11 [2021-08-20T16:54:11.676Z] #36 38.02   vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny
16:54:11 [2021-08-20T16:54:11.676Z] #36 38.72 The following NEW packages will be installed:
16:54:11 [2021-08-20T16:54:11.676Z] #36 38.72   cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2
16:54:11 [2021-08-20T16:54:11.676Z] #36 38.73   vim-common xxd
16:54:11 [2021-08-20T16:54:11.676Z] #36 39.10 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded.
16:54:11 [2021-08-20T16:54:11.676Z] #36 39.10 Need to get 14.9 MB of archives.
16:54:11 [2021-08-20T16:54:11.676Z] #36 39.10 After this operation, 61.8 MB of additional disk space will be used.
16:54:11 [2021-08-20T16:54:11.676Z] #36 39.10 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB]
16:54:11 [2021-08-20T16:54:11.676Z] #36 39.10 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB]
16:54:11 [2021-08-20T16:54:11.676Z] #36 39.11 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB]
16:54:11 [2021-08-20T16:54:11.676Z] #36 39.22 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB]
16:54:11 [2021-08-20T16:54:11.676Z] #36 40.12 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u2 [689 kB]
16:54:11 [2021-08-20T16:54:11.676Z] #36 40.15 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB]
16:54:11 [2021-08-20T16:54:11.676Z] #36 40.17 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB]
16:54:11 [2021-08-20T16:54:11.676Z] #36 40.18 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB]
16:54:11 [2021-08-20T16:54:11.676Z] #36 40.18 Get:9 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 libuv1 amd64 1.24.1-1+deb10u1 [110 kB]
16:54:11 [2021-08-20T16:54:11.676Z] #36 40.19 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB]
16:54:11 [2021-08-20T16:54:11.676Z] #36 41.60 debconf: delaying package configuration, since apt-utils is not installed
16:54:11 [2021-08-20T16:54:11.676Z] #36 41.87 Fetched 14.9 MB in 2s (9017 kB/s)
16:54:11 [2021-08-20T16:54:11.676Z] #36 41.98 Selecting previously unselected package xxd.
16:54:11 [2021-08-20T16:54:11.676Z] #36 41.98 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15421 files and directories currently installed.)
16:54:11 [2021-08-20T16:54:11.676Z] #36 42.10 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ...
16:54:11 [2021-08-20T16:54:11.676Z] #36 42.11 Unpacking xxd (2:8.1.0875-5) ...
16:54:11 [2021-08-20T16:54:11.676Z] #36 42.23 Selecting previously unselected package vim-common.
16:54:11 [2021-08-20T16:54:11.676Z] #36 42.24 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ...
16:54:11 [2021-08-20T16:54:11.676Z] #36 42.27 Unpacking vim-common (2:8.1.0875-5) ...
16:54:11 [2021-08-20T16:54:11.676Z] #36 ...
16:54:11 [2021-08-20T16:54:11.676Z] 
16:54:11 [2021-08-20T16:54:11.677Z] #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
16:54:11 [2021-08-20T16:54:11.677Z] #57 sha256:e1d0c77c6bcb94fe362364115bf965ddc9f0a98adeadeee92cd128043b63819c
16:54:11 [2021-08-20T16:54:11.677Z] #57 1.133 + RM_GOPATH=0
16:54:11 [2021-08-20T16:54:11.677Z] #57 1.133 + TMP_GOPATH=
16:54:11 [2021-08-20T16:54:11.677Z] #57 1.133 + : /build
16:54:11 [2021-08-20T16:54:11.677Z] #57 1.133 + '[' -z '' ']'
16:54:11 [2021-08-20T16:54:11.677Z] #57 1.134 ++ mktemp -d
16:54:11 [2021-08-20T16:54:11.677Z] #57 1.136 + export GOPATH=/tmp/tmp.7oPIONFlXU
16:54:11 [2021-08-20T16:54:11.677Z] #57 1.136 + GOPATH=/tmp/tmp.7oPIONFlXU
16:54:11 [2021-08-20T16:54:11.677Z] #57 1.136 + RM_GOPATH=1
16:54:11 [2021-08-20T16:54:11.677Z] #57 1.136 + case "$(go env GOARCH)" in
16:54:11 [2021-08-20T16:54:11.677Z] #57 1.137 ++ go env GOARCH
16:54:11 [2021-08-20T16:54:11.677Z] #57 1.157 + export GO_BUILDMODE=-buildmode=pie
16:54:11 [2021-08-20T16:54:11.677Z] #57 1.158 + GO_BUILDMODE=-buildmode=pie
16:54:11 [2021-08-20T16:54:11.677Z] #57 1.158 ++ dirname /tmp/install/install.sh
16:54:11 [2021-08-20T16:54:11.677Z] #57 1.163 + dir=/tmp/install
16:54:11 [2021-08-20T16:54:11.677Z] #57 1.164 + bin=containerd
16:54:11 [2021-08-20T16:54:11.677Z] #57 1.164 + shift
16:54:11 [2021-08-20T16:54:11.677Z] #57 1.164 + '[' '!' -f /tmp/install/containerd.installer ']'
16:54:11 [2021-08-20T16:54:11.677Z] #57 1.164 + . /tmp/install/containerd.installer
16:54:11 [2021-08-20T16:54:11.677Z] #57 1.165 ++ set -e
16:54:11 [2021-08-20T16:54:11.677Z] #57 1.165 ++ : 72cec4be58a9eb6b2910f5d10f1c01ca47d231c0
16:54:11 [2021-08-20T16:54:11.677Z] #57 1.165 + install_containerd
16:54:11 [2021-08-20T16:54:11.677Z] #57 1.166 + echo 'Install containerd version 72cec4be58a9eb6b2910f5d10f1c01ca47d231c0'
16:54:11 [2021-08-20T16:54:11.677Z] #57 1.166 Install containerd version 72cec4be58a9eb6b2910f5d10f1c01ca47d231c0
16:54:11 [2021-08-20T16:54:11.677Z] #57 1.166 + git clone https://github.com/containerd/containerd.git /tmp/tmp.7oPIONFlXU/src/github.com/containerd/containerd
16:54:11 [2021-08-20T16:54:11.677Z] #57 1.189 Cloning into '/tmp/tmp.7oPIONFlXU/src/github.com/containerd/containerd'...
16:54:11 [2021-08-20T16:54:11.703Z] #50 32.66 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
16:54:11 [2021-08-20T16:54:11.703Z] #50 32.74 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
16:54:11 [2021-08-20T16:54:11.703Z] #50 32.81 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
16:54:11 [2021-08-20T16:54:11.703Z] #50 32.88 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
16:54:11 [2021-08-20T16:54:11.757Z] #51 38.55 Selecting previously unselected package libprotobuf17:amd64.
16:54:11 [2021-08-20T16:54:11.757Z] #51 38.55 Preparing to unpack .../1-libprotobuf17_3.6.1.3-2_amd64.deb ...
16:54:11 [2021-08-20T16:54:11.757Z] #51 38.56 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ...
16:54:11 [2021-08-20T16:54:11.967Z] #50 32.96 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83
16:54:12 [2021-08-20T16:54:12.191Z] #36 ...
16:54:12 [2021-08-20T16:54:12.192Z] 
16:54:12 [2021-08-20T16:54:12.192Z] #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
16:54:12 [2021-08-20T16:54:12.192Z] #52 sha256:def9c4a704eead43dae0dde1193bcbb0b410e941704bc6328bc17d26148efa35
16:54:12 [2021-08-20T16:54:12.192Z] #52 31.84 golang.org/x/crypto/ssh/terminal
16:54:12 [2021-08-20T16:54:12.192Z] #52 36.79 mvdan.cc/sh/v3/cmd/shfmt
16:54:12 [2021-08-20T16:54:12.192Z] #52 DONE 40.6s
16:54:12 [2021-08-20T16:54:12.192Z] 
16:54:12 [2021-08-20T16:54:12.192Z] #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
16:54:12 [2021-08-20T16:54:12.192Z] #44 sha256:17b9b2c66b5114379bdd507ebb6b3fcb9f10f4d3301507cb76542897a8754e0b
16:54:12 [2021-08-20T16:54:12.192Z] #44 29.25 Reading package lists...
16:54:12 [2021-08-20T16:54:12.192Z] #44 34.82 Building dependency tree...
16:54:12 [2021-08-20T16:54:12.192Z] #44 36.06 Reading state information...
16:54:12 [2021-08-20T16:54:12.192Z] #44 37.78 The following additional packages will be installed:
16:54:12 [2021-08-20T16:54:12.192Z] #44 37.78   libmpdec2 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf17 libpython3-stdlib
16:54:12 [2021-08-20T16:54:12.192Z] #44 37.78   libpython3.7-minimal libpython3.7-stdlib python3 python3-minimal
16:54:12 [2021-08-20T16:54:12.192Z] #44 37.78   python3-pkg-resources python3-protobuf python3-six python3.7
16:54:12 [2021-08-20T16:54:12.192Z] #44 37.78   python3.7-minimal
16:54:12 [2021-08-20T16:54:12.192Z] #44 37.78 Suggested packages:
16:54:12 [2021-08-20T16:54:12.192Z] #44 37.78   python3-doc python3-tk python3-venv python3-setuptools python3.7-venv
16:54:12 [2021-08-20T16:54:12.192Z] #44 37.78   python3.7-doc binfmt-support
16:54:12 [2021-08-20T16:54:12.192Z] #44 39.08 The following NEW packages will be installed:
16:54:12 [2021-08-20T16:54:12.192Z] #44 39.11   criu libmpdec2 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf17
16:54:12 [2021-08-20T16:54:12.192Z] #44 39.11   libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib python3
16:54:12 [2021-08-20T16:54:12.192Z] #44 39.11   python3-minimal python3-pkg-resources python3-protobuf python3-six python3.7
16:54:12 [2021-08-20T16:54:12.192Z] #44 39.11   python3.7-minimal
16:54:12 [2021-08-20T16:54:12.192Z] #44 39.54 0 upgraded, 16 newly installed, 0 to remove and 0 not upgraded.
16:54:12 [2021-08-20T16:54:12.192Z] #44 39.54 Need to get 6695 kB of archives.
16:54:12 [2021-08-20T16:54:12.192Z] #44 39.54 After this operation, 33.1 MB of additional disk space will be used.
16:54:12 [2021-08-20T16:54:12.192Z] #44 39.54 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u3 [589 kB]
16:54:12 [2021-08-20T16:54:12.192Z] #44 39.58 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u3 [1737 kB]
16:54:12 [2021-08-20T16:54:12.192Z] #44 39.75 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB]
16:54:12 [2021-08-20T16:54:12.192Z] #44 39.75 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB]
16:54:12 [2021-08-20T16:54:12.192Z] #44 39.75 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u3 [1734 kB]
16:54:12 [2021-08-20T16:54:12.192Z] #44 39.98 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u3 [330 kB]
16:54:12 [2021-08-20T16:54:12.192Z] #44 40.01 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB]
16:54:12 [2021-08-20T16:54:12.192Z] #44 40.01 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB]
16:54:12 [2021-08-20T16:54:12.192Z] #44 40.01 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB]
16:54:12 [2021-08-20T16:54:12.192Z] #44 40.13 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB]
16:54:12 [2021-08-20T16:54:12.192Z] #44 40.13 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-six all 1.12.0-1 [15.7 kB]
16:54:12 [2021-08-20T16:54:12.192Z] #44 40.13 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-protobuf amd64 3.6.1.3-2 [334 kB]
16:54:12 [2021-08-20T16:54:12.192Z] #44 40.16 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
16:54:12 [2021-08-20T16:54:12.192Z] #44 40.16 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB]
16:54:12 [2021-08-20T16:54:12.192Z] #44 40.16 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB]
16:54:12 [2021-08-20T16:54:12.230Z] #50 33.28 go: downloading github.com/sourcegraph/go-diff v0.5.1
16:54:12 [2021-08-20T16:54:12.230Z] #50 33.32 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e
16:54:12 [2021-08-20T16:54:12.230Z] #50 33.39 go: downloading github.com/tommy-muehle/go-mnd v1.1.1
16:54:12 [2021-08-20T16:54:12.230Z] #50 33.46 go: downloading github.com/ultraware/funlen v0.0.2
16:54:12 [2021-08-20T16:54:12.347Z] #51 39.14 Selecting previously unselected package python3-pkg-resources.
16:54:12 [2021-08-20T16:54:12.347Z] #51 39.15 Preparing to unpack .../2-python3-pkg-resources_40.8.0-1_all.deb ...
16:54:12 [2021-08-20T16:54:12.347Z] #51 39.17 Unpacking python3-pkg-resources (40.8.0-1) ...
16:54:12 [2021-08-20T16:54:12.347Z] #51 39.25 Selecting previously unselected package python3-six.
16:54:12 [2021-08-20T16:54:12.347Z] #51 39.26 Preparing to unpack .../3-python3-six_1.12.0-1_all.deb ...
16:54:12 [2021-08-20T16:54:12.347Z] #51 39.26 Unpacking python3-six (1.12.0-1) ...
16:54:12 [2021-08-20T16:54:12.347Z] #51 39.30 Selecting previously unselected package python3-protobuf.
16:54:12 [2021-08-20T16:54:12.347Z] #51 39.30 Preparing to unpack .../4-python3-protobuf_3.6.1.3-2_amd64.deb ...
16:54:12 [2021-08-20T16:54:12.347Z] #51 39.31 Unpacking python3-protobuf (3.6.1.3-2) ...
16:54:12 [2021-08-20T16:54:12.495Z] #50 33.48 go: downloading github.com/ultraware/whitespace v0.0.4
16:54:12 [2021-08-20T16:54:12.495Z] #50 33.50 go: downloading github.com/uudashr/gocognit v1.0.1
16:54:12 [2021-08-20T16:54:12.611Z] #51 39.47 Selecting previously unselected package libnet1:amd64.
16:54:12 [2021-08-20T16:54:12.611Z] #51 39.47 Preparing to unpack .../5-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
16:54:12 [2021-08-20T16:54:12.611Z] #51 39.48 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
16:54:12 [2021-08-20T16:54:12.611Z] #51 39.54 Selecting previously unselected package libnl-3-200:amd64.
16:54:12 [2021-08-20T16:54:12.611Z] #51 39.54 Preparing to unpack .../6-libnl-3-200_3.4.0-1_amd64.deb ...
16:54:12 [2021-08-20T16:54:12.611Z] #51 39.54 Unpacking libnl-3-200:amd64 (3.4.0-1) ...
16:54:12 [2021-08-20T16:54:12.611Z] #51 39.60 Selecting previously unselected package libprotobuf-c1:amd64.
16:54:12 [2021-08-20T16:54:12.757Z] #50 ...
16:54:12 [2021-08-20T16:54:12.757Z] 
16:54:12 [2021-08-20T16:54:12.757Z] #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
16:54:12 [2021-08-20T16:54:12.757Z] #52 sha256:8398565629c5302195fffbaaef12d8aa6bd2b39d9f2d4d245f044ed5f3288ed1
16:54:12 [2021-08-20T16:54:12.757Z] #52 23.83 golang.org/x/sys/unix
16:54:12 [2021-08-20T16:54:12.757Z] #52 23.83 github.com/pkg/diff
16:54:12 [2021-08-20T16:54:12.757Z] #52 23.86 mvdan.cc/editorconfig
16:54:12 [2021-08-20T16:54:12.757Z] #52 23.92 mvdan.cc/sh/v3/fileutil
16:54:12 [2021-08-20T16:54:12.757Z] #52 24.73 mvdan.cc/sh/v3/syntax
16:54:12 [2021-08-20T16:54:12.757Z] #52 32.17 golang.org/x/crypto/ssh/terminal
16:54:12 [2021-08-20T16:54:12.757Z] #52 ...
16:54:12 [2021-08-20T16:54:12.757Z] 
16:54:12 [2021-08-20T16:54:12.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
16:54:12 [2021-08-20T16:54:12.757Z] #57 sha256:4e3612f4ce5a544d960725d8fca2a4a91f8e24df5eddd1b700d60eae6996f27e
16:54:12 [2021-08-20T16:54:12.757Z] #57 1.951 + RM_GOPATH=0
16:54:12 [2021-08-20T16:54:12.757Z] #57 1.951 + TMP_GOPATH=
16:54:12 [2021-08-20T16:54:12.757Z] #57 1.951 + : /build
16:54:12 [2021-08-20T16:54:12.757Z] #57 1.951 + '[' -z '' ']'
16:54:12 [2021-08-20T16:54:12.757Z] #57 1.952 ++ mktemp -d
16:54:12 [2021-08-20T16:54:12.757Z] #57 1.954 + export GOPATH=/tmp/tmp.zJkF9hUPpr
16:54:12 [2021-08-20T16:54:12.757Z] #57 1.954 + GOPATH=/tmp/tmp.zJkF9hUPpr
16:54:12 [2021-08-20T16:54:12.757Z] #57 1.954 + RM_GOPATH=1
16:54:12 [2021-08-20T16:54:12.757Z] #57 1.954 + case "$(go env GOARCH)" in
16:54:12 [2021-08-20T16:54:12.757Z] #57 1.955 ++ go env GOARCH
16:54:12 [2021-08-20T16:54:12.757Z] #57 1.983 + export GO_BUILDMODE=-buildmode=pie
16:54:12 [2021-08-20T16:54:12.757Z] #57 1.983 + GO_BUILDMODE=-buildmode=pie
16:54:12 [2021-08-20T16:54:12.757Z] #57 1.984 ++ dirname /tmp/install/install.sh
16:54:12 [2021-08-20T16:54:12.757Z] #57 1.986 + dir=/tmp/install
16:54:12 [2021-08-20T16:54:12.757Z] #57 1.987 + bin=containerd
16:54:12 [2021-08-20T16:54:12.757Z] #57 1.987 + shift
16:54:12 [2021-08-20T16:54:12.757Z] #57 1.988 + '[' '!' -f /tmp/install/containerd.installer ']'
16:54:12 [2021-08-20T16:54:12.757Z] #57 1.988 + . /tmp/install/containerd.installer
16:54:12 [2021-08-20T16:54:12.757Z] #57 1.989 ++ set -e
16:54:12 [2021-08-20T16:54:12.758Z] #57 1.989 ++ : 72cec4be58a9eb6b2910f5d10f1c01ca47d231c0
16:54:12 [2021-08-20T16:54:12.758Z] #57 1.990 + install_containerd
16:54:12 [2021-08-20T16:54:12.758Z] #57 1.991 + echo 'Install containerd version 72cec4be58a9eb6b2910f5d10f1c01ca47d231c0'
16:54:12 [2021-08-20T16:54:12.758Z] #57 1.992 Install containerd version 72cec4be58a9eb6b2910f5d10f1c01ca47d231c0
16:54:12 [2021-08-20T16:54:12.758Z] #57 1.992 + git clone https://github.com/containerd/containerd.git /tmp/tmp.zJkF9hUPpr/src/github.com/containerd/containerd
16:54:12 [2021-08-20T16:54:12.758Z] #57 2.043 Cloning into '/tmp/tmp.zJkF9hUPpr/src/github.com/containerd/containerd'...
16:54:12 [2021-08-20T16:54:12.873Z] #51 39.60 Preparing to unpack .../7-libprotobuf-c1_1.3.1-1+b1_amd64.deb ...
16:54:12 [2021-08-20T16:54:12.873Z] #51 39.60 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ...
16:54:12 [2021-08-20T16:54:12.873Z] #51 39.64 Selecting previously unselected package criu.
16:54:12 [2021-08-20T16:54:12.873Z] #51 39.64 Preparing to unpack .../8-criu_3.15-1_amd64.deb ...
16:54:12 [2021-08-20T16:54:12.873Z] #51 39.65 Unpacking criu (3.15-1) ...
16:54:13 [2021-08-20T16:54:13.097Z] #57 ...
16:54:13 [2021-08-20T16:54:13.097Z] 
16:54:13 [2021-08-20T16:54:13.097Z] #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
16:54:13 [2021-08-20T16:54:13.097Z] #13 sha256:335d109a1c6e1dc92ded0e1c7499a69353a644b5abf7fa532ac147549dfec4f7
16:54:13 [2021-08-20T16:54:13.097Z] #13 26.40 The following additional packages will be installed:
16:54:13 [2021-08-20T16:54:13.097Z] #13 26.41   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base
16:54:13 [2021-08-20T16:54:13.097Z] #13 26.41   gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1
16:54:13 [2021-08-20T16:54:13.097Z] #13 26.41   libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5
16:54:13 [2021-08-20T16:54:13.097Z] #13 26.41   libseccomp2 libselinux1-dev libsepol1-dev mingw-w64-common
16:54:13 [2021-08-20T16:54:13.097Z] #13 26.42   mingw-w64-x86-64-dev
16:54:13 [2021-08-20T16:54:13.097Z] #13 26.42 Suggested packages:
16:54:13 [2021-08-20T16:54:13.097Z] #13 26.43   gcc-8-locales seccomp wine64
16:54:13 [2021-08-20T16:54:13.097Z] #13 27.01 The following NEW packages will be installed:
16:54:13 [2021-08-20T16:54:13.097Z] #13 27.01   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
16:54:13 [2021-08-20T16:54:13.097Z] #13 27.01   g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev
16:54:13 [2021-08-20T16:54:13.097Z] #13 27.01   libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev
16:54:13 [2021-08-20T16:54:13.097Z] #13 27.02   libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev
16:54:13 [2021-08-20T16:54:13.097Z] #13 27.02   libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev
16:54:13 [2021-08-20T16:54:13.097Z] #13 27.02   libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev
16:54:13 [2021-08-20T16:54:13.097Z] #13 27.03 The following packages will be upgraded:
16:54:13 [2021-08-20T16:54:13.098Z] #13 27.03   libseccomp2
16:54:13 [2021-08-20T16:54:13.098Z] #13 27.38 1 upgraded, 25 newly installed, 0 to remove and 0 not upgraded.
16:54:13 [2021-08-20T16:54:13.098Z] #13 27.38 Need to get 73.4 MB of archives.
16:54:13 [2021-08-20T16:54:13.098Z] #13 27.38 After this operation, 472 MB of additional disk space will be used.
16:54:13 [2021-08-20T16:54:13.098Z] #13 27.38 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 binutils-mingw-w64-i686 arm64 2.31.1-11+8.3 [2188 kB]
16:54:13 [2021-08-20T16:54:13.098Z] #13 27.39 Get:2 http://deb.debian.org/debian buster-backports/main arm64 libseccomp2 arm64 2.4.4-1~bpo10+1 [44.2 kB]
16:54:13 [2021-08-20T16:54:13.098Z] #13 27.39 Get:3 http://deb.debian.org/debian buster-backports/main arm64 libseccomp-dev arm64 2.4.4-1~bpo10+1 [73.8 kB]
16:54:13 [2021-08-20T16:54:13.098Z] #13 27.53 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 binutils-mingw-w64-x86-64 arm64 2.31.1-11+8.3 [2429 kB]
16:54:13 [2021-08-20T16:54:13.098Z] #13 27.75 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB]
16:54:13 [2021-08-20T16:54:13.098Z] #13 27.75 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libdevmapper1.02.1 arm64 2:1.02.155-3 [124 kB]
16:54:13 [2021-08-20T16:54:13.098Z] #13 27.75 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 dmsetup arm64 2:1.02.155-3 [83.9 kB]
16:54:13 [2021-08-20T16:54:13.098Z] #13 27.80 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 mingw-w64-common all 6.0.0-3 [4910 kB]
16:54:13 [2021-08-20T16:54:13.098Z] #13 28.00 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB]
16:54:13 [2021-08-20T16:54:13.098Z] #13 28.20 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 gcc-mingw-w64-base arm64 8.3.0-6+21.3~deb10u1 [175 kB]
16:54:13 [2021-08-20T16:54:13.098Z] #13 28.20 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 gcc-mingw-w64-x86-64 arm64 8.3.0-6+21.3~deb10u1 [33.2 MB]
16:54:13 [2021-08-20T16:54:13.134Z] #51 39.93 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
16:54:13 [2021-08-20T16:54:13.134Z] #51 39.95 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ...
16:54:13 [2021-08-20T16:54:13.134Z] #51 39.96 Setting up libnl-3-200:amd64 (3.4.0-1) ...
16:54:13 [2021-08-20T16:54:13.134Z] #51 39.97 Setting up libprotobuf17:amd64 (3.6.1.3-2) ...
16:54:13 [2021-08-20T16:54:13.134Z] #51 39.98 Setting up libmpdec2:amd64 (2.4.2-2) ...
16:54:13 [2021-08-20T16:54:13.134Z] #51 40.00 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ...
16:54:13 [2021-08-20T16:54:13.134Z] #51 40.01 Setting up libpython3-stdlib:amd64 (3.7.3-1) ...
16:54:13 [2021-08-20T16:54:13.134Z] #51 40.02 Setting up python3.7 (3.7.3-2+deb10u3) ...
16:54:13 [2021-08-20T16:54:13.572Z] #44 ...
16:54:13 [2021-08-20T16:54:13.572Z] 
16:54:13 [2021-08-20T16:54:13.572Z] #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
16:54:13 [2021-08-20T16:54:13.572Z] #50 sha256:e5ccb0875faba935735f03d94f777e3085900bd8a55d43fcfe22b3e59b1808c9
16:54:13 [2021-08-20T16:54:13.572Z] #50 32.07 go: downloading github.com/gobwas/glob v0.2.3
16:54:13 [2021-08-20T16:54:13.572Z] #50 32.07 go: downloading github.com/kisielk/gotool v1.0.0
16:54:13 [2021-08-20T16:54:13.572Z] #50 32.07 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
16:54:13 [2021-08-20T16:54:13.572Z] #50 32.07 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
16:54:13 [2021-08-20T16:54:13.572Z] #50 32.31 go: downloading github.com/gogo/protobuf v1.2.1
16:54:13 [2021-08-20T16:54:13.572Z] #50 33.34 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
16:54:13 [2021-08-20T16:54:13.572Z] #50 33.38 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
16:54:13 [2021-08-20T16:54:13.572Z] #50 33.61 go: downloading github.com/BurntSushi/toml v0.3.1
16:54:13 [2021-08-20T16:54:13.572Z] #50 ...
16:54:13 [2021-08-20T16:54:13.572Z] 
16:54:13 [2021-08-20T16:54:13.573Z] #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
16:54:13 [2021-08-20T16:54:13.573Z] #13 sha256:2ea98f0c850f86337a599286b1c82318201b41ac5783d18845b4a9977a584449
16:54:13 [2021-08-20T16:54:13.573Z] #13 29.18 Reading package lists...
16:54:13 [2021-08-20T16:54:13.573Z] #13 34.88 Building dependency tree...
16:54:13 [2021-08-20T16:54:13.573Z] #13 36.03 Reading state information...
16:54:13 [2021-08-20T16:54:13.573Z] #13 37.13 The following additional packages will be installed:
16:54:13 [2021-08-20T16:54:13.573Z] #13 37.13   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base
16:54:13 [2021-08-20T16:54:13.573Z] #13 37.13   gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1
16:54:13 [2021-08-20T16:54:13.573Z] #13 37.13   libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5
16:54:13 [2021-08-20T16:54:13.573Z] #13 37.13   libseccomp2 libselinux1-dev libsepol1-dev mingw-w64-common
16:54:13 [2021-08-20T16:54:13.573Z] #13 37.13   mingw-w64-x86-64-dev
16:54:13 [2021-08-20T16:54:13.573Z] #13 37.13 Suggested packages:
16:54:13 [2021-08-20T16:54:13.573Z] #13 37.13   gcc-8-locales seccomp wine64
16:54:14 [2021-08-20T16:54:14.103Z] #13 30.27 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 g++-mingw-w64-x86-64 arm64 8.3.0-6+21.3~deb10u1 [24.0 MB]
16:54:14 [2021-08-20T16:54:14.142Z] #13 37.88 The following NEW packages will be installed:
16:54:14 [2021-08-20T16:54:14.142Z] #13 37.89   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
16:54:14 [2021-08-20T16:54:14.142Z] #13 37.89   g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev
16:54:14 [2021-08-20T16:54:14.142Z] #13 37.89   libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev
16:54:14 [2021-08-20T16:54:14.142Z] #13 37.89   libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev
16:54:14 [2021-08-20T16:54:14.142Z] #13 37.90   libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev
16:54:14 [2021-08-20T16:54:14.142Z] #13 37.90   libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev
16:54:14 [2021-08-20T16:54:14.142Z] #13 37.92 The following packages will be upgraded:
16:54:14 [2021-08-20T16:54:14.142Z] #13 37.92   libseccomp2
16:54:14 [2021-08-20T16:54:14.402Z] #13 38.31 1 upgraded, 25 newly installed, 0 to remove and 0 not upgraded.
16:54:14 [2021-08-20T16:54:14.402Z] #13 38.31 Need to get 77.8 MB of archives.
16:54:14 [2021-08-20T16:54:14.402Z] #13 38.31 After this operation, 487 MB of additional disk space will be used.
16:54:14 [2021-08-20T16:54:14.402Z] #13 38.31 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]
16:54:14 [2021-08-20T16:54:14.402Z] #13 38.31 Get:2 http://deb.debian.org/debian buster-backports/main amd64 libseccomp2 amd64 2.4.4-1~bpo10+1 [47.6 kB]
16:54:14 [2021-08-20T16:54:14.402Z] #13 38.31 Get:3 http://deb.debian.org/debian buster-backports/main amd64 libseccomp-dev amd64 2.4.4-1~bpo10+1 [74.0 kB]
16:54:14 [2021-08-20T16:54:14.402Z] #13 ...
16:54:14 [2021-08-20T16:54:14.402Z] 
16:54:14 [2021-08-20T16:54:14.402Z] #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
16:54:14 [2021-08-20T16:54:14.402Z] #44 sha256:0cf93f5558ad4c5b3e6b04ba38b9dc1ce88e11cd44491ae850f6a0f51ab32b26
16:54:14 [2021-08-20T16:54:14.402Z] #44 19.23 Reading package lists...
16:54:14 [2021-08-20T16:54:14.402Z] #44 25.01 Reading package lists...
16:54:14 [2021-08-20T16:54:14.402Z] #44 28.45 Building dependency tree...
16:54:14 [2021-08-20T16:54:14.402Z] #44 29.16 Reading state information...
16:54:14 [2021-08-20T16:54:14.402Z] #44 30.35 The following additional packages will be installed:
16:54:14 [2021-08-20T16:54:14.402Z] #44 30.36   libmpdec2 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf17 libpython3-stdlib
16:54:14 [2021-08-20T16:54:14.402Z] #44 30.37   libpython3.7-minimal libpython3.7-stdlib python3 python3-minimal
16:54:14 [2021-08-20T16:54:14.402Z] #44 30.37   python3-pkg-resources python3-protobuf python3-six python3.7
16:54:14 [2021-08-20T16:54:14.402Z] #44 30.37   python3.7-minimal
16:54:14 [2021-08-20T16:54:14.402Z] #44 30.37 Suggested packages:
16:54:14 [2021-08-20T16:54:14.402Z] #44 30.37   python3-doc python3-tk python3-venv python3-setuptools python3.7-venv
16:54:14 [2021-08-20T16:54:14.402Z] #44 30.37   python3.7-doc binfmt-support
16:54:14 [2021-08-20T16:54:14.402Z] #44 31.20 The following NEW packages will be installed:
16:54:14 [2021-08-20T16:54:14.402Z] #44 31.21   criu libmpdec2 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf17
16:54:14 [2021-08-20T16:54:14.402Z] #44 31.21   libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib python3
16:54:14 [2021-08-20T16:54:14.402Z] #44 31.22   python3-minimal python3-pkg-resources python3-protobuf python3-six python3.7
16:54:14 [2021-08-20T16:54:14.402Z] #44 31.22   python3.7-minimal
16:54:14 [2021-08-20T16:54:14.402Z] #44 31.63 0 upgraded, 16 newly installed, 0 to remove and 0 not upgraded.
16:54:14 [2021-08-20T16:54:14.402Z] #44 31.63 Need to get 6095 kB of archives.
16:54:14 [2021-08-20T16:54:14.402Z] #44 31.63 After this operation, 32.3 MB of additional disk space will be used.
16:54:14 [2021-08-20T16:54:14.402Z] #44 31.63 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3.7-minimal arm64 3.7.3-2+deb10u3 [588 kB]
16:54:14 [2021-08-20T16:54:14.402Z] #44 31.69 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3.7-minimal arm64 3.7.3-2+deb10u3 [1404 kB]
16:54:14 [2021-08-20T16:54:14.402Z] #44 31.74 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-minimal arm64 3.7.3-1 [36.6 kB]
16:54:14 [2021-08-20T16:54:14.402Z] #44 31.78 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libmpdec2 arm64 2.4.2-2 [77.7 kB]
16:54:14 [2021-08-20T16:54:14.402Z] #44 31.78 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3.7-stdlib arm64 3.7.3-2+deb10u3 [1642 kB]
16:54:14 [2021-08-20T16:54:14.402Z] #44 31.83 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3.7 arm64 3.7.3-2+deb10u3 [330 kB]
16:54:14 [2021-08-20T16:54:14.402Z] #44 31.88 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3-stdlib arm64 3.7.3-1 [20.0 kB]
16:54:14 [2021-08-20T16:54:14.402Z] #44 31.88 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3 arm64 3.7.3-1 [61.5 kB]
16:54:14 [2021-08-20T16:54:14.402Z] #44 31.89 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf17 arm64 3.6.1.3-2 [714 kB]
16:54:14 [2021-08-20T16:54:14.402Z] #44 31.90 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-pkg-resources all 40.8.0-1 [153 kB]
16:54:14 [2021-08-20T16:54:14.402Z] #44 31.94 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-six all 1.12.0-1 [15.7 kB]
16:54:14 [2021-08-20T16:54:14.402Z] #44 31.94 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-protobuf arm64 3.6.1.3-2 [328 kB]
16:54:14 [2021-08-20T16:54:14.402Z] #44 31.95 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB]
16:54:14 [2021-08-20T16:54:14.402Z] #44 31.95 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnl-3-200 arm64 3.4.0-1 [54.9 kB]
16:54:14 [2021-08-20T16:54:14.402Z] #44 31.95 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-c1 arm64 1.3.1-1+b1 [26.2 kB]
16:54:14 [2021-08-20T16:54:14.402Z] #44 34.62 Get:16 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10  criu 3.15-1 [588 kB]
16:54:14 [2021-08-20T16:54:14.402Z] #44 ...
16:54:14 [2021-08-20T16:54:14.402Z] 
16:54:14 [2021-08-20T16:54:14.402Z] #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
16:54:14 [2021-08-20T16:54:14.402Z] #36 sha256:952f36e5b33856364c1d47ec43a221786e573128859e3ae6da8f7f6afd9788cc
16:54:14 [2021-08-20T16:54:14.402Z] #36 28.75 Selecting previously unselected package libicu63:arm64.
16:54:14 [2021-08-20T16:54:14.402Z] #36 28.77 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_arm64.deb ...
16:54:14 [2021-08-20T16:54:14.402Z] #36 28.78 Unpacking libicu63:arm64 (63.1-6+deb10u1) ...
16:54:14 [2021-08-20T16:54:14.402Z] #36 32.95 Selecting previously unselected package libxml2:arm64.
16:54:14 [2021-08-20T16:54:14.402Z] #36 32.95 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u2_arm64.deb ...
16:54:14 [2021-08-20T16:54:14.402Z] #36 33.00 Unpacking libxml2:arm64 (2.9.4+dfsg1-7+deb10u2) ...
16:54:14 [2021-08-20T16:54:14.402Z] #36 33.33 Selecting previously unselected package libarchive13:arm64.
16:54:14 [2021-08-20T16:54:14.402Z] #36 33.33 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_arm64.deb ...
16:54:14 [2021-08-20T16:54:14.402Z] #36 33.35 Unpacking libarchive13:arm64 (3.3.3-4+deb10u1) ...
16:54:14 [2021-08-20T16:54:14.402Z] #36 33.62 Selecting previously unselected package libjsoncpp1:arm64.
16:54:14 [2021-08-20T16:54:14.402Z] #36 33.64 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_arm64.deb ...
16:54:14 [2021-08-20T16:54:14.402Z] #36 33.66 Unpacking libjsoncpp1:arm64 (1.7.4-3) ...
16:54:14 [2021-08-20T16:54:14.402Z] #36 33.82 Selecting previously unselected package librhash0:arm64.
16:54:14 [2021-08-20T16:54:14.402Z] #36 33.83 Preparing to unpack .../7-librhash0_1.3.8-1_arm64.deb ...
16:54:14 [2021-08-20T16:54:14.402Z] #36 33.89 Unpacking librhash0:arm64 (1.3.8-1) ...
16:54:14 [2021-08-20T16:54:14.402Z] #36 34.10 Selecting previously unselected package libuv1:arm64.
16:54:14 [2021-08-20T16:54:14.402Z] #36 34.10 Preparing to unpack .../8-libuv1_1.24.1-1+deb10u1_arm64.deb ...
16:54:14 [2021-08-20T16:54:14.402Z] #36 34.11 Unpacking libuv1:arm64 (1.24.1-1+deb10u1) ...
16:54:14 [2021-08-20T16:54:14.521Z] #51 41.46 Setting up python3 (3.7.3-1) ...
16:54:14 [2021-08-20T16:54:14.662Z] #13 38.49 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-x86-64 amd64 2.31.1-11+8.3 [2642 kB]
16:54:14 [2021-08-20T16:54:14.780Z] #51 41.65 Setting up python3-six (1.12.0-1) ...
16:54:14 [2021-08-20T16:54:14.922Z] #13 38.74 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB]
16:54:14 [2021-08-20T16:54:14.922Z] #13 38.74 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB]
16:54:14 [2021-08-20T16:54:14.923Z] #13 38.80 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB]
16:54:14 [2021-08-20T16:54:14.923Z] #13 38.82 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB]
16:54:15 [2021-08-20T16:54:15.038Z] #51 42.01 Setting up python3-pkg-resources (40.8.0-1) ...
16:54:15 [2021-08-20T16:54:15.491Z] #13 39.20 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB]
16:54:15 [2021-08-20T16:54:15.605Z] #51 42.47 Setting up python3-protobuf (3.6.1.3-2) ...
16:54:15 [2021-08-20T16:54:15.750Z] #13 39.45 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]
16:54:15 [2021-08-20T16:54:15.751Z] #13 39.45 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]
16:54:16 [2021-08-20T16:54:16.010Z] #13 ...
16:54:16 [2021-08-20T16:54:16.010Z] 
16:54:16 [2021-08-20T16:54:16.010Z] #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
16:54:16 [2021-08-20T16:54:16.010Z] #36 sha256:7e4a7d0643c402051e4468c5fff5d3e9795dd212ea6c08dc71807381a18fc6a4
16:54:16 [2021-08-20T16:54:16.010Z] #36 44.57 Selecting previously unselected package libxml2:amd64.
16:54:16 [2021-08-20T16:54:16.010Z] #36 44.60 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u2_amd64.deb ...
16:54:16 [2021-08-20T16:54:16.010Z] #36 44.60 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u2) ...
16:54:16 [2021-08-20T16:54:16.325Z] #36 ...
16:54:16 [2021-08-20T16:54:16.325Z] 
16:54:16 [2021-08-20T16:54:16.325Z] #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
16:54:16 [2021-08-20T16:54:16.325Z] #13 sha256:335d109a1c6e1dc92ded0e1c7499a69353a644b5abf7fa532ac147549dfec4f7
16:54:16 [2021-08-20T16:54:16.325Z] #13 32.39 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libapparmor1 arm64 2.13.2-10 [93.8 kB]
16:54:16 [2021-08-20T16:54:16.325Z] #13 32.43 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libapparmor-dev arm64 2.13.2-10 [137 kB]
16:54:16 [2021-08-20T16:54:16.325Z] #13 32.47 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs0 arm64 4.20.1-2 [41.7 kB]
16:54:16 [2021-08-20T16:54:16.325Z] #13 32.49 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libbtrfs-dev arm64 4.20.1-2 [77.7 kB]
16:54:16 [2021-08-20T16:54:16.325Z] #13 32.50 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libdevmapper-event1.02.1 arm64 2:1.02.155-3 [21.7 kB]
16:54:16 [2021-08-20T16:54:16.325Z] #13 32.52 Get:18 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 libudev-dev arm64 241-7~deb10u8 [110 kB]
16:54:16 [2021-08-20T16:54:16.325Z] #13 32.53 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libsepol1-dev arm64 2.8-1 [308 kB]
16:54:16 [2021-08-20T16:54:16.325Z] #13 32.57 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre16-3 arm64 2:8.39-12 [236 kB]
16:54:16 [2021-08-20T16:54:16.325Z] #13 32.58 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre32-3 arm64 2:8.39-12 [230 kB]
16:54:16 [2021-08-20T16:54:16.325Z] #13 32.59 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcrecpp0v5 arm64 2:8.39-12 [151 kB]
16:54:16 [2021-08-20T16:54:16.325Z] #13 32.64 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpcre3-dev arm64 2:8.39-12 [578 kB]
16:54:16 [2021-08-20T16:54:16.325Z] #13 32.70 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libselinux1-dev arm64 2.8-1+b1 [163 kB]
16:54:16 [2021-08-20T16:54:16.541Z] #51 43.42 Setting up criu (3.15-1) ...
16:54:16 [2021-08-20T16:54:16.579Z] #36 45.11 Selecting previously unselected package libarchive13:amd64.
16:54:16 [2021-08-20T16:54:16.579Z] #36 45.12 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ...
16:54:16 [2021-08-20T16:54:16.579Z] #36 45.14 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ...
16:54:16 [2021-08-20T16:54:16.588Z] #13 32.74 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libdevmapper-dev arm64 2:1.02.155-3 [51.4 kB]
16:54:16 [2021-08-20T16:54:16.588Z] #13 32.76 Get:26 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 libsystemd-dev arm64 241-7~deb10u8 [322 kB]
16:54:16 [2021-08-20T16:54:16.839Z] #36 45.41 Selecting previously unselected package libjsoncpp1:amd64.
16:54:16 [2021-08-20T16:54:16.839Z] #36 45.41 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ...
16:54:16 [2021-08-20T16:54:16.839Z] #36 45.42 Unpacking libjsoncpp1:amd64 (1.7.4-3) ...
16:54:16 [2021-08-20T16:54:16.839Z] #36 ...
16:54:16 [2021-08-20T16:54:16.839Z] 
16:54:16 [2021-08-20T16:54:16.839Z] #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
16:54:16 [2021-08-20T16:54:16.839Z] #40 sha256:31736fe214c91336173addd02086baee88a153b6f405eb3118f95276bd6e57da
16:54:16 [2021-08-20T16:54:16.839Z] #40 35.02 + dpkg --print-architecture
16:54:16 [2021-08-20T16:54:16.839Z] #40 35.04 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd
16:54:16 [2021-08-20T16:54:16.839Z] #40 36.14 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
16:54:16 [2021-08-20T16:54:16.839Z] #40 36.14 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
16:54:16 [2021-08-20T16:54:16.930Z] #57 ...
16:54:16 [2021-08-20T16:54:16.930Z] 
16:54:16 [2021-08-20T16:54:16.930Z] #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 "c56166c036004ba7a3a321e5951ba472b9ae298c"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
16:54:16 [2021-08-20T16:54:16.930Z] #32 sha256:327e8e81819b507b71e8420db5daf3da357aa8d9edb41d21198b8391f7acf947
16:54:16 [2021-08-20T16:54:16.930Z] #32 43.74 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.
16:54:16 [2021-08-20T16:54:16.930Z] #32 44.01 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c
16:54:16 [2021-08-20T16:54:16.930Z] #32 44.16 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
16:54:17 [2021-08-20T16:54:17.099Z] #40 ...
16:54:17 [2021-08-20T16:54:17.099Z] 
16:54:17 [2021-08-20T16:54:17.099Z] #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
16:54:17 [2021-08-20T16:54:17.099Z] #36 sha256:7e4a7d0643c402051e4468c5fff5d3e9795dd212ea6c08dc71807381a18fc6a4
16:54:17 [2021-08-20T16:54:17.099Z] #36 45.58 Selecting previously unselected package librhash0:amd64.
16:54:17 [2021-08-20T16:54:17.099Z] #36 45.59 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ...
16:54:17 [2021-08-20T16:54:17.099Z] #36 45.59 Unpacking librhash0:amd64 (1.3.8-1) ...
16:54:17 [2021-08-20T16:54:17.099Z] #36 45.76 Selecting previously unselected package libuv1:amd64.
16:54:17 [2021-08-20T16:54:17.099Z] #36 45.77 Preparing to unpack .../8-libuv1_1.24.1-1+deb10u1_amd64.deb ...
16:54:17 [2021-08-20T16:54:17.099Z] #36 45.79 Unpacking libuv1:amd64 (1.24.1-1+deb10u1) ...
16:54:17 [2021-08-20T16:54:17.116Z] #51 44.07 Processing triggers for libc-bin (2.28-10) ...
16:54:17 [2021-08-20T16:54:17.116Z] #51 44.11 Processing triggers for mime-support (3.62) ...
16:54:17 [2021-08-20T16:54:17.188Z] #32 ...
16:54:17 [2021-08-20T16:54:17.188Z] 
16:54:17 [2021-08-20T16:54:17.188Z] #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
16:54:17 [2021-08-20T16:54:17.188Z] #13 sha256:2ea98f0c850f86337a599286b1c82318201b41ac5783d18845b4a9977a584449
16:54:17 [2021-08-20T16:54:17.188Z] #13 28.04 Reading package lists...
16:54:17 [2021-08-20T16:54:17.188Z] #13 33.98 Building dependency tree...
16:54:17 [2021-08-20T16:54:17.188Z] #13 36.65 The following additional packages will be installed:
16:54:17 [2021-08-20T16:54:17.188Z] #13 36.65   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base
16:54:17 [2021-08-20T16:54:17.188Z] #13 36.65   gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1
16:54:17 [2021-08-20T16:54:17.188Z] #13 36.65   libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5
16:54:17 [2021-08-20T16:54:17.188Z] #13 36.65   libseccomp2 libselinux1-dev libsepol1-dev mingw-w64-common
16:54:17 [2021-08-20T16:54:17.188Z] #13 36.65   mingw-w64-x86-64-dev
16:54:17 [2021-08-20T16:54:17.188Z] #13 36.67 Suggested packages:
16:54:17 [2021-08-20T16:54:17.188Z] #13 36.67   gcc-8-locales seccomp wine64
16:54:17 [2021-08-20T16:54:17.188Z] #13 37.99 The following NEW packages will be installed:
16:54:17 [2021-08-20T16:54:17.188Z] #13 38.00   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
16:54:17 [2021-08-20T16:54:17.188Z] #13 38.00   g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev
16:54:17 [2021-08-20T16:54:17.188Z] #13 38.02   libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev
16:54:17 [2021-08-20T16:54:17.188Z] #13 38.02   libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev
16:54:17 [2021-08-20T16:54:17.188Z] #13 38.02   libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev
16:54:17 [2021-08-20T16:54:17.188Z] #13 38.02   libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev
16:54:17 [2021-08-20T16:54:17.188Z] #13 38.03 The following packages will be upgraded:
16:54:17 [2021-08-20T16:54:17.188Z] #13 38.03   libseccomp2
16:54:17 [2021-08-20T16:54:17.188Z] #13 38.47 1 upgraded, 25 newly installed, 0 to remove and 0 not upgraded.
16:54:17 [2021-08-20T16:54:17.188Z] #13 38.47 Need to get 77.8 MB of archives.
16:54:17 [2021-08-20T16:54:17.188Z] #13 38.47 After this operation, 487 MB of additional disk space will be used.
16:54:17 [2021-08-20T16:54:17.188Z] #13 38.47 Get:1 http://deb.debian.org/debian buster-backports/main amd64 libseccomp2 amd64 2.4.4-1~bpo10+1 [47.6 kB]
16:54:17 [2021-08-20T16:54:17.188Z] #13 38.47 Get:2 http://deb.debian.org/debian buster-backports/main amd64 libseccomp-dev amd64 2.4.4-1~bpo10+1 [74.0 kB]
16:54:17 [2021-08-20T16:54:17.188Z] #13 38.52 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]
16:54:17 [2021-08-20T16:54:17.188Z] #13 38.72 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]
16:54:17 [2021-08-20T16:54:17.188Z] #13 39.01 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB]
16:54:17 [2021-08-20T16:54:17.188Z] #13 39.04 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB]
16:54:17 [2021-08-20T16:54:17.188Z] #13 39.04 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB]
16:54:17 [2021-08-20T16:54:17.188Z] #13 39.07 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB]
16:54:17 [2021-08-20T16:54:17.188Z] #13 39.48 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB]
16:54:17 [2021-08-20T16:54:17.188Z] #13 39.81 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]
16:54:17 [2021-08-20T16:54:17.188Z] #13 39.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]
16:54:17 [2021-08-20T16:54:17.188Z] #13 42.74 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]
16:54:17 [2021-08-20T16:54:17.188Z] #13 ...
16:54:17 [2021-08-20T16:54:17.188Z] 
16:54:17 [2021-08-20T16:54:17.188Z] #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
16:54:17 [2021-08-20T16:54:17.188Z] #44 sha256:17b9b2c66b5114379bdd507ebb6b3fcb9f10f4d3301507cb76542897a8754e0b
16:54:17 [2021-08-20T16:54:17.188Z] #44 42.01 Get:6 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10  criu 3.15-1 [635 kB]
16:54:17 [2021-08-20T16:54:17.188Z] #44 43.37 debconf: delaying package configuration, since apt-utils is not installed
16:54:17 [2021-08-20T16:54:17.188Z] #44 43.56 Fetched 6695 kB in 4s (1868 kB/s)
16:54:17 [2021-08-20T16:54:17.188Z] #44 43.68 Selecting previously unselected package libpython3.7-minimal:amd64.
16:54:17 [2021-08-20T16:54:17.188Z] #44 43.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 ... 15421 files and directories currently installed.)
16:54:17 [2021-08-20T16:54:17.188Z] #44 43.74 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_amd64.deb ...
16:54:17 [2021-08-20T16:54:17.188Z] #44 43.75 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ...
16:54:17 [2021-08-20T16:54:17.188Z] #44 44.49 Selecting previously unselected package python3.7-minimal.
16:54:17 [2021-08-20T16:54:17.188Z] #44 44.49 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_amd64.deb ...
16:54:17 [2021-08-20T16:54:17.188Z] #44 44.51 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ...
16:54:17 [2021-08-20T16:54:17.188Z] #44 46.08 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ...
16:54:17 [2021-08-20T16:54:17.188Z] #44 46.11 Setting up python3.7-minimal (3.7.3-2+deb10u3) ...
16:54:17 [2021-08-20T16:54:17.375Z] #51 DONE 44.3s
16:54:17 [2021-08-20T16:54:17.375Z] 
16:54:17 [2021-08-20T16:54:17.375Z] #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
16:54:17 [2021-08-20T16:54:17.375Z] #17 sha256:1bded0f6ffad27b084bc3c70bea193d686e415d09d1ffc891f792c12809e54d8
16:54:17 [2021-08-20T16:54:17.375Z] #17 32.11 Fetched 48.3 MB in 31s (1567 kB/s)
16:54:17 [2021-08-20T16:54:17.534Z] #13 33.81 debconf: delaying package configuration, since apt-utils is not installed
16:54:17 [2021-08-20T16:54:17.796Z] #13 33.95 Fetched 73.4 MB in 6s (12.6 MB/s)
16:54:18 [2021-08-20T16:54:18.120Z] #44 ...
16:54:18 [2021-08-20T16:54:18.120Z] 
16:54:18 [2021-08-20T16:54:18.120Z] #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
16:54:18 [2021-08-20T16:54:18.120Z] #13 sha256:2ea98f0c850f86337a599286b1c82318201b41ac5783d18845b4a9977a584449
16:54:18 [2021-08-20T16:54:18.120Z] #13 44.84 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB]
16:54:18 [2021-08-20T16:54:18.376Z] #13 44.84 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB]
16:54:18 [2021-08-20T16:54:18.376Z] #13 44.86 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB]
16:54:18 [2021-08-20T16:54:18.376Z] #13 44.87 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB]
16:54:18 [2021-08-20T16:54:18.376Z] #13 44.87 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]
16:54:18 [2021-08-20T16:54:18.376Z] #13 44.88 Get:18 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 libudev-dev amd64 241-7~deb10u8 [110 kB]
16:54:18 [2021-08-20T16:54:18.376Z] #13 44.89 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB]
16:54:18 [2021-08-20T16:54:18.376Z] #13 44.91 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB]
16:54:18 [2021-08-20T16:54:18.376Z] #13 44.93 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB]
16:54:18 [2021-08-20T16:54:18.376Z] #13 44.95 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB]
16:54:18 [2021-08-20T16:54:18.376Z] #13 44.97 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB]
16:54:18 [2021-08-20T16:54:18.376Z] #13 45.01 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB]
16:54:18 [2021-08-20T16:54:18.376Z] #13 45.02 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB]
16:54:18 [2021-08-20T16:54:18.376Z] #13 45.03 Get:26 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 libsystemd-dev amd64 241-7~deb10u8 [322 kB]
16:54:18 [2021-08-20T16:54:18.530Z] #36 46.96 Selecting previously unselected package cmake.
16:54:18 [2021-08-20T16:54:18.530Z] #36 46.96 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ...
16:54:19 [2021-08-20T16:54:19.050Z] #36 47.41 Unpacking cmake (3.13.4-1) ...#36 ...
16:54:19 [2021-08-20T16:54:19.050Z] 
16:54:19 [2021-08-20T16:54:19.050Z] #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
16:54:19 [2021-08-20T16:54:19.050Z] #40 sha256:31736fe214c91336173addd02086baee88a153b6f405eb3118f95276bd6e57da
16:54:19 [2021-08-20T16:54:19.050Z] #40 DONE 47.0s
16:54:19 [2021-08-20T16:54:19.050Z] 
16:54:19 [2021-08-20T16:54:19.050Z] #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
16:54:19 [2021-08-20T16:54:19.050Z] #48 sha256:30d7652532b2651217b6dc5fd2139a3b04284af9b0abbc8cddce96146a7a7240
16:54:19 [2021-08-20T16:54:19.050Z] #48 DONE 47.5s
16:54:19 [2021-08-20T16:54:19.050Z] 
16:54:19 [2021-08-20T16:54:19.050Z] #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
16:54:19 [2021-08-20T16:54:19.050Z] #36 sha256:7e4a7d0643c402051e4468c5fff5d3e9795dd212ea6c08dc71807381a18fc6a4
16:54:19 [2021-08-20T16:54:19.050Z] #36 47.41 Unpacking cmake (3.13.4-1) ...
16:54:19 [2021-08-20T16:54:19.184Z] #13 35.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 ... 15394 files and directories currently installed.)
16:54:19 [2021-08-20T16:54:19.184Z] #13 35.22 Preparing to unpack .../libseccomp2_2.4.4-1~bpo10+1_arm64.deb ...
16:54:19 [2021-08-20T16:54:19.305Z] #13 46.12 debconf: delaying package configuration, since apt-utils is not installed
16:54:19 [2021-08-20T16:54:19.446Z] #13 35.76 Unpacking libseccomp2:arm64 (2.4.4-1~bpo10+1) over (2.3.3-4) ...
16:54:19 [2021-08-20T16:54:19.619Z] #36 ...
16:54:19 [2021-08-20T16:54:19.619Z] 
16:54:19 [2021-08-20T16:54:19.619Z] #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
16:54:19 [2021-08-20T16:54:19.619Z] #57 sha256:7b20a2d651c2337ff279a73b2e490b18980d43f0ce0ae50f2295b19f80629733
16:54:19 [2021-08-20T16:54:19.619Z] #57 5.301 + RM_GOPATH=0
16:54:19 [2021-08-20T16:54:19.619Z] #57 5.301 + TMP_GOPATH=
16:54:19 [2021-08-20T16:54:19.619Z] #57 5.301 + : /build
16:54:19 [2021-08-20T16:54:19.619Z] #57 5.301 + '[' -z '' ']'
16:54:19 [2021-08-20T16:54:19.619Z] #57 5.305 ++ mktemp -d
16:54:19 [2021-08-20T16:54:19.619Z] #57 5.305 + export GOPATH=/tmp/tmp.sXO1b3t9FG
16:54:19 [2021-08-20T16:54:19.619Z] #57 5.305 + GOPATH=/tmp/tmp.sXO1b3t9FG
16:54:19 [2021-08-20T16:54:19.619Z] #57 5.305 + RM_GOPATH=1
16:54:19 [2021-08-20T16:54:19.619Z] #57 5.305 + case "$(go env GOARCH)" in
16:54:19 [2021-08-20T16:54:19.619Z] #57 5.305 ++ go env GOARCH
16:54:19 [2021-08-20T16:54:19.619Z] #57 5.331 + export GO_BUILDMODE=-buildmode=pie
16:54:19 [2021-08-20T16:54:19.619Z] #57 5.332 + GO_BUILDMODE=-buildmode=pie
16:54:19 [2021-08-20T16:54:19.619Z] #57 5.332 ++ dirname /tmp/install/install.sh
16:54:19 [2021-08-20T16:54:19.619Z] #57 5.333 + dir=/tmp/install
16:54:19 [2021-08-20T16:54:19.619Z] #57 5.333 + bin=containerd
16:54:19 [2021-08-20T16:54:19.619Z] #57 5.334 + shift
16:54:19 [2021-08-20T16:54:19.619Z] #57 5.334 + '[' '!' -f /tmp/install/containerd.installer ']'
16:54:19 [2021-08-20T16:54:19.619Z] #57 5.334 + . /tmp/install/containerd.installer
16:54:19 [2021-08-20T16:54:19.619Z] #57 5.334 ++ set -e
16:54:19 [2021-08-20T16:54:19.619Z] #57 5.337 ++ : 72cec4be58a9eb6b2910f5d10f1c01ca47d231c0
16:54:19 [2021-08-20T16:54:19.619Z] #57 5.339 + install_containerd
16:54:19 [2021-08-20T16:54:19.619Z] #57 5.361 + echo 'Install containerd version 72cec4be58a9eb6b2910f5d10f1c01ca47d231c0'
16:54:19 [2021-08-20T16:54:19.619Z] #57 5.361 Install containerd version 72cec4be58a9eb6b2910f5d10f1c01ca47d231c0
16:54:19 [2021-08-20T16:54:19.619Z] #57 5.362 + git clone https://github.com/containerd/containerd.git /tmp/tmp.sXO1b3t9FG/src/github.com/containerd/containerd
16:54:19 [2021-08-20T16:54:19.619Z] #57 5.370 Cloning into '/tmp/tmp.sXO1b3t9FG/src/github.com/containerd/containerd'...
16:54:19 [2021-08-20T16:54:19.619Z] #57 ...
16:54:19 [2021-08-20T16:54:19.619Z] 
16:54:19 [2021-08-20T16:54:19.619Z] #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
16:54:19 [2021-08-20T16:54:19.619Z] #44 sha256:17b9b2c66b5114379bdd507ebb6b3fcb9f10f4d3301507cb76542897a8754e0b
16:54:19 [2021-08-20T16:54:19.619Z] #44 42.71 Get:10 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10  criu 3.15-1 [635 kB]
16:54:19 [2021-08-20T16:54:19.619Z] #44 44.01 debconf: delaying package configuration, since apt-utils is not installed
16:54:19 [2021-08-20T16:54:19.619Z] #44 44.20 Fetched 6695 kB in 4s (1790 kB/s)
16:54:19 [2021-08-20T16:54:19.619Z] #44 44.34 Selecting previously unselected package libpython3.7-minimal:amd64.
16:54:19 [2021-08-20T16:54:19.619Z] #44 44.34 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15421 files and directories currently installed.)
16:54:19 [2021-08-20T16:54:19.619Z] #44 44.39 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_amd64.deb ...
16:54:19 [2021-08-20T16:54:19.619Z] #44 44.40 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ...
16:54:19 [2021-08-20T16:54:19.619Z] #44 45.07 Selecting previously unselected package python3.7-minimal.
16:54:19 [2021-08-20T16:54:19.619Z] #44 45.11 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_amd64.deb ...
16:54:19 [2021-08-20T16:54:19.619Z] #44 45.11 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ...
16:54:19 [2021-08-20T16:54:19.619Z] #44 47.27 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ...
16:54:19 [2021-08-20T16:54:19.619Z] #44 47.27 Setting up python3.7-minimal (3.7.3-2+deb10u3) ...
16:54:19 [2021-08-20T16:54:19.723Z] #13 ...
16:54:19 [2021-08-20T16:54:19.723Z] 
16:54:19 [2021-08-20T16:54:19.723Z] #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 "c56166c036004ba7a3a321e5951ba472b9ae298c"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
16:54:19 [2021-08-20T16:54:19.723Z] #32 sha256:2d9e72a3c62c7273f063037d5341dcb695aacb467efdb591e0bbc147b6698da0
16:54:19 [2021-08-20T16:54:19.723Z] #32 DONE 40.1s
16:54:19 [2021-08-20T16:54:19.723Z] 
16:54:19 [2021-08-20T16:54:19.723Z] #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
16:54:19 [2021-08-20T16:54:19.723Z] #48 sha256:91eed5a5abf5961eac6c0488a713505fbbf516ec8dccd812fc6b229c241436f5
16:54:19 [2021-08-20T16:54:19.723Z] #48 DONE 40.8s
16:54:19 [2021-08-20T16:54:19.723Z] 
16:54:19 [2021-08-20T16:54:19.723Z] #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
16:54:19 [2021-08-20T16:54:19.723Z] #52 sha256:8398565629c5302195fffbaaef12d8aa6bd2b39d9f2d4d245f044ed5f3288ed1
16:54:19 [2021-08-20T16:54:19.723Z] #52 34.12 mvdan.cc/sh/v3/cmd/shfmt
16:54:19 [2021-08-20T16:54:19.723Z] #52 DONE 40.8s
16:54:19 [2021-08-20T16:54:19.868Z] #13 46.35 Fetched 77.8 MB in 7s (11.4 MB/s)
16:54:19 [2021-08-20T16:54:19.868Z] #13 46.53 (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.)
16:54:19 [2021-08-20T16:54:19.868Z] #13 46.62 Preparing to unpack .../libseccomp2_2.4.4-1~bpo10+1_amd64.deb ...
16:54:19 [2021-08-20T16:54:19.987Z] 
16:54:19 [2021-08-20T16:54:19.987Z] #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
16:54:19 [2021-08-20T16:54:19.987Z] #36 sha256:952f36e5b33856364c1d47ec43a221786e573128859e3ae6da8f7f6afd9788cc
16:54:19 [2021-08-20T16:54:19.987Z] #36 37.98 Selecting previously unselected package cmake.
16:54:19 [2021-08-20T16:54:19.987Z] #36 38.00 Preparing to unpack .../9-cmake_3.13.4-1_arm64.deb ...
16:54:19 [2021-08-20T16:54:19.987Z] #36 38.02 Unpacking cmake (3.13.4-1) ...
16:54:19 [2021-08-20T16:54:19.987Z] #36 40.36 Setting up libicu63:arm64 (63.1-6+deb10u1) ...
16:54:19 [2021-08-20T16:54:19.987Z] #36 40.78 Setting up xxd (2:8.1.0875-5) ...
16:54:19 [2021-08-20T16:54:19.987Z] #36 40.81 Setting up libuv1:arm64 (1.24.1-1+deb10u1) ...
16:54:19 [2021-08-20T16:54:19.987Z] #36 40.84 Setting up vim-common (2:8.1.0875-5) ...
16:54:19 [2021-08-20T16:54:19.987Z] #36 40.98 Setting up librhash0:arm64 (1.3.8-1) ...
16:54:19 [2021-08-20T16:54:19.987Z] #36 41.03 Setting up cmake-data (3.13.4-1) ...
16:54:19 [2021-08-20T16:54:19.987Z] #36 41.11 Setting up libxml2:arm64 (2.9.4+dfsg1-7+deb10u2) ...
16:54:19 [2021-08-20T16:54:19.987Z] #36 41.12 Setting up libjsoncpp1:arm64 (1.7.4-3) ...
16:54:19 [2021-08-20T16:54:19.987Z] #36 41.14 Setting up libarchive13:arm64 (3.3.3-4+deb10u1) ...
16:54:20 [2021-08-20T16:54:20.124Z] #13 ...
16:54:20 [2021-08-20T16:54:20.124Z] 
16:54:20 [2021-08-20T16:54:20.124Z] #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
16:54:20 [2021-08-20T16:54:20.124Z] #48 sha256:d7dd3575eb4bcbbc538a96c943b0570689438e0cc5ff237fff10bc15e24ed878
16:54:20 [2021-08-20T16:54:20.124Z] #48 DONE 50.9s
16:54:20 [2021-08-20T16:54:20.124Z] 
16:54:20 [2021-08-20T16:54:20.124Z] #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
16:54:20 [2021-08-20T16:54:20.124Z] #13 sha256:2ea98f0c850f86337a599286b1c82318201b41ac5783d18845b4a9977a584449
16:54:20 [2021-08-20T16:54:20.124Z] #13 46.73 Unpacking libseccomp2:amd64 (2.4.4-1~bpo10+1) over (2.3.3-4) ...
16:54:20 [2021-08-20T16:54:20.254Z] #36 41.17 Setting up cmake (3.13.4-1) ...
16:54:20 [2021-08-20T16:54:20.254Z] #36 41.20 Processing triggers for libc-bin (2.28-10) ...
16:54:20 [2021-08-20T16:54:20.254Z] #36 41.32 Processing triggers for mime-support (3.62) ...
16:54:20 [2021-08-20T16:54:20.381Z] #13 47.08 Setting up libseccomp2:amd64 (2.4.4-1~bpo10+1) ...
16:54:20 [2021-08-20T16:54:20.637Z] #13 47.31 Selecting previously unselected package binutils-mingw-w64-i686.
16:54:20 [2021-08-20T16:54:20.637Z] #13 47.31 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15421 files and directories currently installed.)
16:54:20 [2021-08-20T16:54:20.893Z] #13 47.46 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ...
16:54:20 [2021-08-20T16:54:20.893Z] #13 47.46 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
16:54:20 [2021-08-20T16:54:20.999Z] #44 ...
16:54:20 [2021-08-20T16:54:20.999Z] 
16:54:20 [2021-08-20T16:54:20.999Z] #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
16:54:20 [2021-08-20T16:54:20.999Z] #36 sha256:7e4a7d0643c402051e4468c5fff5d3e9795dd212ea6c08dc71807381a18fc6a4
16:54:20 [2021-08-20T16:54:20.999Z] #36 49.73 Setting up libicu63:amd64 (63.1-6+deb10u1) ...
16:54:20 [2021-08-20T16:54:20.999Z] #36 49.73 Setting up xxd (2:8.1.0875-5) ...
16:54:21 [2021-08-20T16:54:21.259Z] #36 49.75 Setting up libuv1:amd64 (1.24.1-1+deb10u1) ...
16:54:21 [2021-08-20T16:54:21.259Z] #36 49.75 Setting up vim-common (2:8.1.0875-5) ...
16:54:21 [2021-08-20T16:54:21.259Z] #36 49.77 Setting up librhash0:amd64 (1.3.8-1) ...
16:54:21 [2021-08-20T16:54:21.259Z] #36 49.79 Setting up cmake-data (3.13.4-1) ...
16:54:21 [2021-08-20T16:54:21.259Z] #36 49.81 Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u2) ...
16:54:21 [2021-08-20T16:54:21.259Z] #36 49.84 Setting up libjsoncpp1:amd64 (1.7.4-3) ...
16:54:21 [2021-08-20T16:54:21.259Z] #36 49.86 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ...
16:54:21 [2021-08-20T16:54:21.259Z] #36 49.88 Setting up cmake (3.13.4-1) ...
16:54:21 [2021-08-20T16:54:21.259Z] #36 49.89 Processing triggers for libc-bin (2.28-10) ...
16:54:21 [2021-08-20T16:54:21.259Z] #36 49.97 Processing triggers for mime-support (3.62) ...
16:54:21 [2021-08-20T16:54:21.650Z] #36 DONE 42.6s
16:54:21 [2021-08-20T16:54:21.650Z] 
16:54:21 [2021-08-20T16:54:21.651Z] #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
16:54:21 [2021-08-20T16:54:21.651Z] #13 sha256:335d109a1c6e1dc92ded0e1c7499a69353a644b5abf7fa532ac147549dfec4f7
16:54:21 [2021-08-20T16:54:21.651Z] #13 36.19 Setting up libseccomp2:arm64 (2.4.4-1~bpo10+1) ...
16:54:21 [2021-08-20T16:54:21.651Z] #13 36.41 Selecting previously unselected package binutils-mingw-w64-i686.
16:54:21 [2021-08-20T16:54:21.651Z] #13 36.41 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15394 files and directories currently installed.)
16:54:21 [2021-08-20T16:54:21.651Z] #13 36.46 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_arm64.deb ...
16:54:21 [2021-08-20T16:54:21.651Z] #13 36.48 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
16:54:21 [2021-08-20T16:54:21.822Z] #13 ...
16:54:21 [2021-08-20T16:54:21.822Z] 
16:54:21 [2021-08-20T16:54:21.822Z] #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
16:54:21 [2021-08-20T16:54:21.822Z] #36 sha256:7e4a7d0643c402051e4468c5fff5d3e9795dd212ea6c08dc71807381a18fc6a4
16:54:21 [2021-08-20T16:54:21.822Z] #36 42.57 Selecting previously unselected package cmake-data.
16:54:21 [2021-08-20T16:54:21.822Z] #36 42.57 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ...
16:54:21 [2021-08-20T16:54:21.822Z] #36 42.58 Unpacking cmake-data (3.13.4-1) ...
16:54:21 [2021-08-20T16:54:21.822Z] #36 45.57 Selecting previously unselected package libicu63:amd64.
16:54:21 [2021-08-20T16:54:21.822Z] #36 45.58 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ...
16:54:21 [2021-08-20T16:54:21.822Z] #36 45.60 Unpacking libicu63:amd64 (63.1-6+deb10u1) ...
16:54:21 [2021-08-20T16:54:21.822Z] #36 ...
16:54:21 [2021-08-20T16:54:21.822Z] 
16:54:21 [2021-08-20T16:54:21.822Z] #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
16:54:21 [2021-08-20T16:54:21.822Z] #44 sha256:17b9b2c66b5114379bdd507ebb6b3fcb9f10f4d3301507cb76542897a8754e0b
16:54:21 [2021-08-20T16:54:21.822Z] #44 50.19 Selecting previously unselected package python3-minimal.
16:54:21 [2021-08-20T16:54:21.822Z] #44 50.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 ... 15661 files and directories currently installed.)
16:54:21 [2021-08-20T16:54:21.822Z] #44 50.31 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ...
16:54:21 [2021-08-20T16:54:21.822Z] #44 50.34 Unpacking python3-minimal (3.7.3-1) ...
16:54:21 [2021-08-20T16:54:21.822Z] #44 50.53 Selecting previously unselected package libmpdec2:amd64.
16:54:21 [2021-08-20T16:54:21.822Z] #44 50.54 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ...
16:54:21 [2021-08-20T16:54:21.822Z] #44 50.58 Unpacking libmpdec2:amd64 (2.4.2-2) ...
16:54:21 [2021-08-20T16:54:21.822Z] #44 50.83 Selecting previously unselected package libpython3.7-stdlib:amd64.
16:54:21 [2021-08-20T16:54:21.822Z] #44 50.83 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u3_amd64.deb ...
16:54:21 [2021-08-20T16:54:21.822Z] #44 50.85 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ...
16:54:21 [2021-08-20T16:54:21.914Z] #13 38.16 Selecting previously unselected package binutils-mingw-w64-x86-64.
16:54:21 [2021-08-20T16:54:21.914Z] #13 38.16 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_arm64.deb ...
16:54:21 [2021-08-20T16:54:21.914Z] #13 38.18 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
16:54:22 [2021-08-20T16:54:22.224Z] #36 DONE 50.9s
16:54:22 [2021-08-20T16:54:22.224Z] 
16:54:22 [2021-08-20T16:54:22.224Z] #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
16:54:22 [2021-08-20T16:54:22.224Z] #44 sha256:17b9b2c66b5114379bdd507ebb6b3fcb9f10f4d3301507cb76542897a8754e0b
16:54:22 [2021-08-20T16:54:22.224Z] #44 50.21 Selecting previously unselected package python3-minimal.
16:54:22 [2021-08-20T16:54:22.224Z] #44 50.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 ... 15661 files and directories currently installed.)
16:54:22 [2021-08-20T16:54:22.224Z] #44 50.28 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ...
16:54:22 [2021-08-20T16:54:22.224Z] #44 50.35 Unpacking python3-minimal (3.7.3-1) ...
16:54:22 [2021-08-20T16:54:22.224Z] #44 50.43 Selecting previously unselected package libmpdec2:amd64.
16:54:22 [2021-08-20T16:54:22.224Z] #44 50.43 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ...
16:54:22 [2021-08-20T16:54:22.224Z] #44 50.48 Unpacking libmpdec2:amd64 (2.4.2-2) ...
16:54:22 [2021-08-20T16:54:22.224Z] #44 50.59 Selecting previously unselected package libpython3.7-stdlib:amd64.
16:54:22 [2021-08-20T16:54:22.224Z] #44 50.59 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u3_amd64.deb ...
16:54:22 [2021-08-20T16:54:22.224Z] #44 50.60 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ...
16:54:22 [2021-08-20T16:54:22.386Z] #44 52.74 Selecting previously unselected package python3.7.
16:54:22 [2021-08-20T16:54:22.645Z] #17 32.11 Reading package lists...
16:54:22 [2021-08-20T16:54:22.647Z] #44 52.80 Preparing to unpack .../python3.7_3.7.3-2+deb10u3_amd64.deb ...
16:54:22 [2021-08-20T16:54:22.647Z] #44 52.80 Unpacking python3.7 (3.7.3-2+deb10u3) ...
16:54:22 [2021-08-20T16:54:22.647Z] #44 52.99 Selecting previously unselected package libpython3-stdlib:amd64.
16:54:22 [2021-08-20T16:54:22.647Z] #44 53.01 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ...
16:54:22 [2021-08-20T16:54:22.647Z] #44 53.02 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ...
16:54:22 [2021-08-20T16:54:22.864Z] #13 ...
16:54:22 [2021-08-20T16:54:22.864Z] 
16:54:22 [2021-08-20T16:54:22.864Z] #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
16:54:22 [2021-08-20T16:54:22.864Z] #50 sha256:8ef116967111439b2bf606c868bbde0dd05990b6c407b243b2ffe1bd5af49107
16:54:22 [2021-08-20T16:54:22.864Z] #50 34.00 go: downloading honnef.co/go/tools v0.0.1-2019.2.3
16:54:22 [2021-08-20T16:54:22.864Z] #50 35.68 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed
16:54:22 [2021-08-20T16:54:22.864Z] #50 35.68 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f
16:54:22 [2021-08-20T16:54:22.864Z] #50 35.69 go: downloading github.com/go-toolsmith/astfmt v1.0.0
16:54:22 [2021-08-20T16:54:22.864Z] #50 35.69 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1
16:54:22 [2021-08-20T16:54:22.864Z] #50 36.88 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69
16:54:22 [2021-08-20T16:54:22.864Z] #50 36.89 go: downloading github.com/go-toolsmith/astcast v1.0.0
16:54:22 [2021-08-20T16:54:22.864Z] #50 37.24 go: downloading github.com/go-toolsmith/astcopy v1.0.0
16:54:22 [2021-08-20T16:54:22.864Z] #50 37.25 go: downloading github.com/go-toolsmith/astequal v1.0.0
16:54:22 [2021-08-20T16:54:22.864Z] #50 37.99 go: downloading github.com/go-toolsmith/astp v1.0.0
16:54:22 [2021-08-20T16:54:22.864Z] #50 38.00 go: downloading github.com/go-toolsmith/strparse v1.0.0
16:54:22 [2021-08-20T16:54:22.864Z] #50 38.20 go: downloading github.com/go-toolsmith/typep v1.0.0
16:54:22 [2021-08-20T16:54:22.864Z] #50 38.52 go: downloading github.com/davecgh/go-spew v1.1.1
16:54:22 [2021-08-20T16:54:22.864Z] #50 38.52 go: downloading github.com/pmezard/go-difflib v1.0.0
16:54:22 [2021-08-20T16:54:22.864Z] #50 38.60 go: downloading github.com/stretchr/objx v0.2.0
16:54:22 [2021-08-20T16:54:22.864Z] #50 38.81 go: downloading golang.org/x/text v0.3.2
16:54:22 [2021-08-20T16:54:22.864Z] #50 39.11 go: downloading github.com/gobwas/glob v0.2.3
16:54:22 [2021-08-20T16:54:22.864Z] #50 39.69 go: downloading github.com/kisielk/gotool v1.0.0
16:54:22 [2021-08-20T16:54:22.864Z] #50 40.12 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3
16:54:22 [2021-08-20T16:54:22.864Z] #50 40.35 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d
16:54:22 [2021-08-20T16:54:22.864Z] #50 41.47 go: downloading github.com/gogo/protobuf v1.2.1
16:54:22 [2021-08-20T16:54:22.864Z] #50 42.39 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4
16:54:22 [2021-08-20T16:54:22.864Z] #50 42.49 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b
16:54:22 [2021-08-20T16:54:22.864Z] #50 42.74 go: downloading github.com/BurntSushi/toml v0.3.1
16:54:22 [2021-08-20T16:54:22.903Z] #44 53.19 Setting up python3-minimal (3.7.3-1) ...
16:54:23 [2021-08-20T16:54:23.820Z] #50 ...
16:54:23 [2021-08-20T16:54:23.820Z] 
16:54:23 [2021-08-20T16:54:23.820Z] #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
16:54:23 [2021-08-20T16:54:23.820Z] #13 sha256:335d109a1c6e1dc92ded0e1c7499a69353a644b5abf7fa532ac147549dfec4f7
16:54:23 [2021-08-20T16:54:23.820Z] #13 40.00 Selecting previously unselected package binutils-mingw-w64.
16:54:23 [2021-08-20T16:54:23.820Z] #13 40.00 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ...
16:54:23 [2021-08-20T16:54:23.820Z] #13 40.03 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ...
16:54:23 [2021-08-20T16:54:23.834Z] #44 ...
16:54:23 [2021-08-20T16:54:23.834Z] 
16:54:23 [2021-08-20T16:54:23.834Z] #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
16:54:23 [2021-08-20T16:54:23.834Z] #46 sha256:85d5a20cf7ff740618d370a7abe4e4d0ed219e61a71d9cde09b95fcdd5820b66
16:54:23 [2021-08-20T16:54:23.834Z] #46 44.69 sync
16:54:23 [2021-08-20T16:54:23.834Z] #46 44.71 internal/reflectlite
16:54:23 [2021-08-20T16:54:23.834Z] #46 46.17 internal/testlog
16:54:23 [2021-08-20T16:54:23.834Z] #46 46.51 github.com/LK4D4/vndr/godl/singleflight
16:54:23 [2021-08-20T16:54:23.834Z] #46 46.80 math/rand
16:54:23 [2021-08-20T16:54:23.834Z] #46 47.90 internal/singleflight
16:54:23 [2021-08-20T16:54:23.834Z] #46 48.27 errors
16:54:23 [2021-08-20T16:54:23.834Z] #46 48.27 sort
16:54:23 [2021-08-20T16:54:23.834Z] #46 48.58 io
16:54:23 [2021-08-20T16:54:23.834Z] #46 49.74 strconv
16:54:23 [2021-08-20T16:54:23.834Z] #46 50.15 bytes
16:54:23 [2021-08-20T16:54:23.834Z] #46 52.72 strings
16:54:23 [2021-08-20T16:54:23.834Z] #46 53.50 reflect
16:54:24 [2021-08-20T16:54:24.090Z] #46 ...
16:54:24 [2021-08-20T16:54:24.090Z] 
16:54:24 [2021-08-20T16:54:24.090Z] #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
16:54:24 [2021-08-20T16:54:24.090Z] #36 sha256:7e4a7d0643c402051e4468c5fff5d3e9795dd212ea6c08dc71807381a18fc6a4
16:54:24 [2021-08-20T16:54:24.090Z] #36 53.13 Selecting previously unselected package libxml2:amd64.
16:54:24 [2021-08-20T16:54:24.090Z] #36 53.16 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u2_amd64.deb ...
16:54:24 [2021-08-20T16:54:24.090Z] #36 53.18 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u2) ...
16:54:24 [2021-08-20T16:54:24.090Z] #36 53.66 Selecting previously unselected package libarchive13:amd64.
16:54:24 [2021-08-20T16:54:24.090Z] #36 53.69 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ...
16:54:24 [2021-08-20T16:54:24.090Z] #36 53.70 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ...
16:54:24 [2021-08-20T16:54:24.090Z] #36 53.99 Selecting previously unselected package libjsoncpp1:amd64.
16:54:24 [2021-08-20T16:54:24.090Z] #36 53.99 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ...
16:54:24 [2021-08-20T16:54:24.090Z] #36 54.00 Unpacking libjsoncpp1:amd64 (1.7.4-3) ...
16:54:24 [2021-08-20T16:54:24.090Z] #36 54.14 Selecting previously unselected package librhash0:amd64.
16:54:24 [2021-08-20T16:54:24.090Z] #36 54.14 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ...
16:54:24 [2021-08-20T16:54:24.090Z] #36 54.14 Unpacking librhash0:amd64 (1.3.8-1) ...
16:54:24 [2021-08-20T16:54:24.090Z] #36 54.31 Selecting previously unselected package libuv1:amd64.
16:54:24 [2021-08-20T16:54:24.090Z] #36 54.31 Preparing to unpack .../8-libuv1_1.24.1-1+deb10u1_amd64.deb ...
16:54:24 [2021-08-20T16:54:24.090Z] #36 54.32 Unpacking libuv1:amd64 (1.24.1-1+deb10u1) ...
16:54:24 [2021-08-20T16:54:24.090Z] #36 54.47 Selecting previously unselected package cmake.
16:54:24 [2021-08-20T16:54:24.090Z] #36 54.47 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ...
16:54:24 [2021-08-20T16:54:24.090Z] #36 54.49 Unpacking cmake (3.13.4-1) ...
16:54:24 [2021-08-20T16:54:24.131Z] #44 ...
16:54:24 [2021-08-20T16:54:24.131Z] 
16:54:24 [2021-08-20T16:54:24.131Z] #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 "c56166c036004ba7a3a321e5951ba472b9ae298c"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
16:54:24 [2021-08-20T16:54:24.131Z] #32 sha256:327e8e81819b507b71e8420db5daf3da357aa8d9edb41d21198b8391f7acf947
16:54:24 [2021-08-20T16:54:24.131Z] #32 42.49 Checking out files:  95% (1449/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.
16:54:24 [2021-08-20T16:54:24.131Z] #32 42.55 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c
16:54:24 [2021-08-20T16:54:24.131Z] #32 42.67 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
16:54:24 [2021-08-20T16:54:24.131Z] #32 DONE 52.3s
16:54:24 [2021-08-20T16:54:24.131Z] 
16:54:24 [2021-08-20T16:54:24.131Z] #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
16:54:24 [2021-08-20T16:54:24.131Z] #44 sha256:17b9b2c66b5114379bdd507ebb6b3fcb9f10f4d3301507cb76542897a8754e0b
16:54:24 [2021-08-20T16:54:24.131Z] #44 52.25 Selecting previously unselected package python3.7.
16:54:24 [2021-08-20T16:54:24.131Z] #44 52.25 Preparing to unpack .../python3.7_3.7.3-2+deb10u3_amd64.deb ...
16:54:24 [2021-08-20T16:54:24.131Z] #44 52.25 Unpacking python3.7 (3.7.3-2+deb10u3) ...
16:54:24 [2021-08-20T16:54:24.131Z] #44 52.38 Selecting previously unselected package libpython3-stdlib:amd64.
16:54:24 [2021-08-20T16:54:24.131Z] #44 52.38 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ...
16:54:24 [2021-08-20T16:54:24.131Z] #44 52.38 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ...
16:54:24 [2021-08-20T16:54:24.131Z] #44 52.49 Setting up python3-minimal (3.7.3-1) ...
16:54:24 [2021-08-20T16:54:24.397Z] #13 40.66 Selecting previously unselected package libdevmapper1.02.1:arm64.
16:54:24 [2021-08-20T16:54:24.397Z] #13 40.67 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_arm64.deb ...
16:54:24 [2021-08-20T16:54:24.654Z] #36 ...
16:54:24 [2021-08-20T16:54:24.654Z] 
16:54:24 [2021-08-20T16:54:24.654Z] #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
16:54:24 [2021-08-20T16:54:24.654Z] #52 sha256:acd3697efc4e8bc2accdcc4a246afd62f09d2ff177ebbb1a1c47382f42d35d7c
16:54:24 [2021-08-20T16:54:24.654Z] #52 45.55 sync
16:54:24 [2021-08-20T16:54:24.654Z] #52 45.57 internal/reflectlite
16:54:24 [2021-08-20T16:54:24.654Z] #52 48.00 errors
16:54:24 [2021-08-20T16:54:24.654Z] #52 48.01 sort
16:54:24 [2021-08-20T16:54:24.654Z] #52 48.56 io
16:54:24 [2021-08-20T16:54:24.654Z] #52 49.25 internal/oserror
16:54:24 [2021-08-20T16:54:24.654Z] #52 49.41 syscall
16:54:24 [2021-08-20T16:54:24.654Z] #52 50.20 bytes
16:54:24 [2021-08-20T16:54:24.654Z] #52 52.86 strconv
16:54:24 [2021-08-20T16:54:24.664Z] #13 40.69 Unpacking libdevmapper1.02.1:arm64 (2:1.02.155-3) ...
16:54:24 [2021-08-20T16:54:24.664Z] #13 40.93 Selecting previously unselected package dmsetup.
16:54:24 [2021-08-20T16:54:24.664Z] #13 40.93 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_arm64.deb ...
16:54:24 [2021-08-20T16:54:24.664Z] #13 40.94 Unpacking dmsetup (2:1.02.155-3) ...
16:54:24 [2021-08-20T16:54:24.911Z] #52 ...
16:54:24 [2021-08-20T16:54:24.911Z] 
16:54:24 [2021-08-20T16:54:24.911Z] #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
16:54:24 [2021-08-20T16:54:24.911Z] #44 sha256:17b9b2c66b5114379bdd507ebb6b3fcb9f10f4d3301507cb76542897a8754e0b
16:54:24 [2021-08-20T16:54:24.911Z] #44 54.50 Selecting previously unselected package python3.
16:54:24 [2021-08-20T16:54:24.911Z] #44 54.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 ... 16073 files and directories currently installed.)
16:54:24 [2021-08-20T16:54:24.911Z] #44 54.57 Preparing to unpack .../0-python3_3.7.3-1_amd64.deb ...
16:54:24 [2021-08-20T16:54:24.911Z] #44 54.59 Unpacking python3 (3.7.3-1) ...
16:54:24 [2021-08-20T16:54:24.911Z] #44 54.77 Selecting previously unselected package libprotobuf17:amd64.
16:54:24 [2021-08-20T16:54:24.911Z] #44 54.77 Preparing to unpack .../1-libprotobuf17_3.6.1.3-2_amd64.deb ...
16:54:24 [2021-08-20T16:54:24.911Z] #44 54.78 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ...
16:54:24 [2021-08-20T16:54:24.930Z] #13 41.11 Selecting previously unselected package mingw-w64-common.
16:54:24 [2021-08-20T16:54:24.930Z] #13 41.11 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ...
16:54:24 [2021-08-20T16:54:24.930Z] #13 41.13 Unpacking mingw-w64-common (6.0.0-3) ...
16:54:25 [2021-08-20T16:54:25.105Z] #44 53.33 Selecting previously unselected package python3.
16:54:25 [2021-08-20T16:54:25.106Z] #44 53.33 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 16073 files and directories currently installed.)
16:54:25 [2021-08-20T16:54:25.106Z] #44 53.35 Preparing to unpack .../0-python3_3.7.3-1_amd64.deb ...
16:54:25 [2021-08-20T16:54:25.106Z] #44 53.37 Unpacking python3 (3.7.3-1) ...
16:54:25 [2021-08-20T16:54:25.106Z] #44 53.46 Selecting previously unselected package libprotobuf17:amd64.
16:54:25 [2021-08-20T16:54:25.171Z] #44 55.53 Selecting previously unselected package python3-pkg-resources.
16:54:25 [2021-08-20T16:54:25.171Z] #44 55.53 Preparing to unpack .../2-python3-pkg-resources_40.8.0-1_all.deb ...
16:54:25 [2021-08-20T16:54:25.171Z] #44 55.54 Unpacking python3-pkg-resources (40.8.0-1) ...
16:54:25 [2021-08-20T16:54:25.366Z] #44 53.46 Preparing to unpack .../1-libprotobuf17_3.6.1.3-2_amd64.deb ...
16:54:25 [2021-08-20T16:54:25.366Z] #44 53.46 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ...
16:54:25 [2021-08-20T16:54:25.428Z] #44 55.73 Selecting previously unselected package python3-six.
16:54:25 [2021-08-20T16:54:25.428Z] #44 55.73 Preparing to unpack .../3-python3-six_1.12.0-1_all.deb ...
16:54:25 [2021-08-20T16:54:25.428Z] #44 55.76 Unpacking python3-six (1.12.0-1) ...
16:54:25 [2021-08-20T16:54:25.428Z] #44 55.85 Selecting previously unselected package python3-protobuf.
16:54:25 [2021-08-20T16:54:25.428Z] #44 55.85 Preparing to unpack .../4-python3-protobuf_3.6.1.3-2_amd64.deb ...
16:54:25 [2021-08-20T16:54:25.428Z] #44 55.87 Unpacking python3-protobuf (3.6.1.3-2) ...
16:54:25 [2021-08-20T16:54:25.511Z] #13 ...
16:54:25 [2021-08-20T16:54:25.511Z] 
16:54:25 [2021-08-20T16:54:25.511Z] #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
16:54:25 [2021-08-20T16:54:25.511Z] #59 sha256:fbbe242878589bfd05c56ea8f03bd8e8b51b3095f9abca2b0338dd1921c57917
16:54:25 [2021-08-20T16:54:25.511Z] #59 41.77 + for f in rootlesskit rootlesskit-docker-proxy
16:54:25 [2021-08-20T16:54:25.511Z] #59 41.77 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy
16:54:25 [2021-08-20T16:54:25.511Z] #59 DONE 46.4s
16:54:25 [2021-08-20T16:54:25.511Z] 
16:54:25 [2021-08-20T16:54:25.511Z] #60 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build
16:54:25 [2021-08-20T16:54:25.511Z] #60 sha256:5970128507ff6dad4f75149140baebea5f367f8f82fb4560cc7e470dc2eaef6d
16:54:25 [2021-08-20T16:54:25.511Z] #60 DONE 0.2s
16:54:25 [2021-08-20T16:54:25.511Z] 
16:54:25 [2021-08-20T16:54:25.511Z] #61 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build
16:54:25 [2021-08-20T16:54:25.511Z] #61 sha256:1b749d5322b5883404de93416fb99a3d7b4f94945e01cb4b1fe55707f02f4807
16:54:25 [2021-08-20T16:54:25.511Z] #61 DONE 0.2s
16:54:25 [2021-08-20T16:54:25.511Z] 
16:54:25 [2021-08-20T16:54:25.511Z] #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
16:54:25 [2021-08-20T16:54:25.511Z] #37 sha256:6f73483c5128c83b33553e5cc75d07a42569566dcce7a55c6c9dda961df00360
16:54:25 [2021-08-20T16:54:25.511Z] #37 2.561 + RM_GOPATH=0
16:54:25 [2021-08-20T16:54:25.511Z] #37 2.561 + TMP_GOPATH=
16:54:25 [2021-08-20T16:54:25.511Z] #37 2.561 + : /build
16:54:25 [2021-08-20T16:54:25.511Z] #37 2.561 + '[' -z '' ']'
16:54:25 [2021-08-20T16:54:25.511Z] #37 2.562 ++ mktemp -d
16:54:25 [2021-08-20T16:54:25.511Z] #37 2.644 + export GOPATH=/tmp/tmp.GpnbUqqUtL
16:54:25 [2021-08-20T16:54:25.511Z] #37 2.644 + GOPATH=/tmp/tmp.GpnbUqqUtL
16:54:25 [2021-08-20T16:54:25.511Z] #37 2.645 + RM_GOPATH=1
16:54:25 [2021-08-20T16:54:25.511Z] #37 2.645 + case "$(go env GOARCH)" in
16:54:25 [2021-08-20T16:54:25.511Z] #37 2.647 ++ go env GOARCH
16:54:25 [2021-08-20T16:54:25.511Z] #37 2.656 + export GO_BUILDMODE=-buildmode=pie
16:54:25 [2021-08-20T16:54:25.511Z] #37 2.656 + GO_BUILDMODE=-buildmode=pie
16:54:25 [2021-08-20T16:54:25.511Z] #37 2.657 ++ dirname /tmp/install/install.sh
16:54:25 [2021-08-20T16:54:25.511Z] #37 2.664 + dir=/tmp/install
16:54:25 [2021-08-20T16:54:25.511Z] #37 2.665 + bin=tini
16:54:25 [2021-08-20T16:54:25.511Z] #37 2.665 + shift
16:54:25 [2021-08-20T16:54:25.511Z] #37 2.666 + '[' '!' -f /tmp/install/tini.installer ']'
16:54:25 [2021-08-20T16:54:25.511Z] #37 2.667 + . /tmp/install/tini.installer
16:54:25 [2021-08-20T16:54:25.511Z] #37 2.667 ++ : de40ad007797e0dcd8b7126f27bb87401d224240
16:54:25 [2021-08-20T16:54:25.511Z] #37 2.668 + install_tini
16:54:25 [2021-08-20T16:54:25.511Z] #37 2.668 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240'
16:54:25 [2021-08-20T16:54:25.511Z] #37 2.669 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240
16:54:25 [2021-08-20T16:54:25.511Z] #37 2.669 + git clone https://github.com/krallin/tini.git /tmp/tmp.GpnbUqqUtL/tini
16:54:25 [2021-08-20T16:54:25.511Z] #37 2.672 Cloning into '/tmp/tmp.GpnbUqqUtL/tini'...
16:54:25 [2021-08-20T16:54:25.511Z] #37 3.156 + cd /tmp/tmp.GpnbUqqUtL/tini
16:54:25 [2021-08-20T16:54:25.511Z] #37 3.156 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240
16:54:25 [2021-08-20T16:54:25.511Z] #37 3.169 + cmake .
16:54:25 [2021-08-20T16:54:25.511Z] #37 3.484 -- The C compiler identification is GNU 8.3.0
16:54:25 [2021-08-20T16:54:25.511Z] #37 3.500 -- Check for working C compiler: /usr/bin/cc
16:54:25 [2021-08-20T16:54:25.511Z] #37 4.040 -- Check for working C compiler: /usr/bin/cc -- works
16:54:25 [2021-08-20T16:54:25.511Z] #37 4.047 -- Detecting C compiler ABI info
16:54:25 [2021-08-20T16:54:25.643Z] #44 53.96 Selecting previously unselected package python3-pkg-resources.
16:54:25 [2021-08-20T16:54:25.643Z] #44 53.96 Preparing to unpack .../2-python3-pkg-resources_40.8.0-1_all.deb ...
16:54:25 [2021-08-20T16:54:25.643Z] #44 53.96 Unpacking python3-pkg-resources (40.8.0-1) ...
16:54:25 [2021-08-20T16:54:25.921Z] #44 54.15 Selecting previously unselected package python3-six.
16:54:25 [2021-08-20T16:54:25.921Z] #44 54.15 Preparing to unpack .../3-python3-six_1.12.0-1_all.deb ...
16:54:25 [2021-08-20T16:54:25.921Z] #44 54.15 Unpacking python3-six (1.12.0-1) ...
16:54:25 [2021-08-20T16:54:25.921Z] #44 54.21 Selecting previously unselected package python3-protobuf.
16:54:25 [2021-08-20T16:54:25.921Z] #44 54.21 Preparing to unpack .../4-python3-protobuf_3.6.1.3-2_amd64.deb ...
16:54:25 [2021-08-20T16:54:25.921Z] #44 54.21 Unpacking python3-protobuf (3.6.1.3-2) ...
16:54:25 [2021-08-20T16:54:25.993Z] #44 56.36 Selecting previously unselected package libnet1:amd64.
16:54:25 [2021-08-20T16:54:25.993Z] #44 56.36 Preparing to unpack .../5-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
16:54:25 [2021-08-20T16:54:25.993Z] #44 56.37 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
16:54:26 [2021-08-20T16:54:26.091Z] #37 4.432 -- Detecting C compiler ABI info - done
16:54:26 [2021-08-20T16:54:26.091Z] #37 4.468 -- Detecting C compile features
16:54:26 [2021-08-20T16:54:26.251Z] #44 56.48 Selecting previously unselected package libnl-3-200:amd64.
16:54:26 [2021-08-20T16:54:26.251Z] #44 56.49 Preparing to unpack .../6-libnl-3-200_3.4.0-1_amd64.deb ...
16:54:26 [2021-08-20T16:54:26.251Z] #44 56.49 Unpacking libnl-3-200:amd64 (3.4.0-1) ...
16:54:26 [2021-08-20T16:54:26.251Z] #44 56.66 Selecting previously unselected package libprotobuf-c1:amd64.
16:54:26 [2021-08-20T16:54:26.251Z] #44 56.66 Preparing to unpack .../7-libprotobuf-c1_1.3.1-1+b1_amd64.deb ...
16:54:26 [2021-08-20T16:54:26.491Z] #44 54.58 Selecting previously unselected package libnet1:amd64.
16:54:26 [2021-08-20T16:54:26.491Z] #44 54.58 Preparing to unpack .../5-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
16:54:26 [2021-08-20T16:54:26.491Z] #44 54.58 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
16:54:26 [2021-08-20T16:54:26.491Z] #44 54.65 Selecting previously unselected package libnl-3-200:amd64.
16:54:26 [2021-08-20T16:54:26.491Z] #44 54.66 Preparing to unpack .../6-libnl-3-200_3.4.0-1_amd64.deb ...
16:54:26 [2021-08-20T16:54:26.491Z] #44 54.66 Unpacking libnl-3-200:amd64 (3.4.0-1) ...
16:54:26 [2021-08-20T16:54:26.491Z] #44 54.79 Selecting previously unselected package libprotobuf-c1:amd64.
16:54:26 [2021-08-20T16:54:26.491Z] #44 54.79 Preparing to unpack .../7-libprotobuf-c1_1.3.1-1+b1_amd64.deb ...
16:54:26 [2021-08-20T16:54:26.491Z] #44 54.79 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ...
16:54:26 [2021-08-20T16:54:26.507Z] #44 56.67 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ...
16:54:26 [2021-08-20T16:54:26.507Z] #44 56.81 Selecting previously unselected package criu.
16:54:26 [2021-08-20T16:54:26.507Z] #44 56.82 Preparing to unpack .../8-criu_3.15-1_amd64.deb ...
16:54:26 [2021-08-20T16:54:26.507Z] #44 56.85 Unpacking criu (3.15-1) ...
16:54:26 [2021-08-20T16:54:26.665Z] #37 ...
16:54:26 [2021-08-20T16:54:26.665Z] 
16:54:26 [2021-08-20T16:54:26.665Z] #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
16:54:26 [2021-08-20T16:54:26.665Z] #44 sha256:0cf93f5558ad4c5b3e6b04ba38b9dc1ce88e11cd44491ae850f6a0f51ab32b26
16:54:26 [2021-08-20T16:54:26.665Z] #44 37.16 debconf: delaying package configuration, since apt-utils is not installed
16:54:26 [2021-08-20T16:54:26.665Z] #44 37.35 Fetched 6095 kB in 4s (1692 kB/s)
16:54:26 [2021-08-20T16:54:26.665Z] #44 37.91 Selecting previously unselected package libpython3.7-minimal:arm64.
16:54:26 [2021-08-20T16:54:26.665Z] #44 37.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 ... 15394 files and directories currently installed.)
16:54:26 [2021-08-20T16:54:26.665Z] #44 37.96 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_arm64.deb ...
16:54:26 [2021-08-20T16:54:26.665Z] #44 38.05 Unpacking libpython3.7-minimal:arm64 (3.7.3-2+deb10u3) ...
16:54:26 [2021-08-20T16:54:26.665Z] #44 39.99 Selecting previously unselected package python3.7-minimal.
16:54:26 [2021-08-20T16:54:26.665Z] #44 40.00 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_arm64.deb ...
16:54:26 [2021-08-20T16:54:26.665Z] #44 40.11 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ...
16:54:26 [2021-08-20T16:54:26.665Z] #44 40.90 Setting up libpython3.7-minimal:arm64 (3.7.3-2+deb10u3) ...
16:54:26 [2021-08-20T16:54:26.665Z] #44 41.01 Setting up python3.7-minimal (3.7.3-2+deb10u3) ...
16:54:26 [2021-08-20T16:54:26.665Z] #44 44.75 Selecting previously unselected package python3-minimal.
16:54:26 [2021-08-20T16:54:26.665Z] #44 44.75 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15634 files and directories currently installed.)
16:54:26 [2021-08-20T16:54:26.665Z] #44 44.82 Preparing to unpack .../python3-minimal_3.7.3-1_arm64.deb ...
16:54:26 [2021-08-20T16:54:26.665Z] #44 44.85 Unpacking python3-minimal (3.7.3-1) ...
16:54:26 [2021-08-20T16:54:26.665Z] #44 45.11 Selecting previously unselected package libmpdec2:arm64.
16:54:26 [2021-08-20T16:54:26.665Z] #44 45.12 Preparing to unpack .../libmpdec2_2.4.2-2_arm64.deb ...
16:54:26 [2021-08-20T16:54:26.665Z] #44 45.13 Unpacking libmpdec2:arm64 (2.4.2-2) ...
16:54:26 [2021-08-20T16:54:26.665Z] #44 45.30 Selecting previously unselected package libpython3.7-stdlib:arm64.
16:54:26 [2021-08-20T16:54:26.665Z] #44 45.30 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u3_arm64.deb ...
16:54:26 [2021-08-20T16:54:26.665Z] #44 45.31 Unpacking libpython3.7-stdlib:arm64 (3.7.3-2+deb10u3) ...
16:54:26 [2021-08-20T16:54:26.665Z] #44 46.18 Selecting previously unselected package python3.7.
16:54:26 [2021-08-20T16:54:26.665Z] #44 46.18 Preparing to unpack .../python3.7_3.7.3-2+deb10u3_arm64.deb ...
16:54:26 [2021-08-20T16:54:26.665Z] #44 46.18 Unpacking python3.7 (3.7.3-2+deb10u3) ...
16:54:26 [2021-08-20T16:54:26.665Z] #44 46.37 Selecting previously unselected package libpython3-stdlib:arm64.
16:54:26 [2021-08-20T16:54:26.665Z] #44 46.37 Preparing to unpack .../libpython3-stdlib_3.7.3-1_arm64.deb ...
16:54:26 [2021-08-20T16:54:26.665Z] #44 46.38 Unpacking libpython3-stdlib:arm64 (3.7.3-1) ...
16:54:26 [2021-08-20T16:54:26.665Z] #44 46.49 Setting up python3-minimal (3.7.3-1) ...
16:54:26 [2021-08-20T16:54:26.750Z] #44 54.88 Selecting previously unselected package criu.
16:54:26 [2021-08-20T16:54:26.750Z] #44 54.88 Preparing to unpack .../8-criu_3.15-1_amd64.deb ...
16:54:26 [2021-08-20T16:54:26.750Z] #44 54.88 Unpacking criu (3.15-1) ...
16:54:27 [2021-08-20T16:54:27.010Z] #44 55.36 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
16:54:27 [2021-08-20T16:54:27.010Z] #44 55.36 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ...
16:54:27 [2021-08-20T16:54:27.010Z] #44 55.40 Setting up libnl-3-200:amd64 (3.4.0-1) ...
16:54:27 [2021-08-20T16:54:27.010Z] #44 55.42 Setting up libprotobuf17:amd64 (3.6.1.3-2) ...
16:54:27 [2021-08-20T16:54:27.010Z] #44 55.42 Setting up libmpdec2:amd64 (2.4.2-2) ...
16:54:27 [2021-08-20T16:54:27.010Z] #44 55.42 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ...
16:54:27 [2021-08-20T16:54:27.269Z] #44 55.48 Setting up libpython3-stdlib:amd64 (3.7.3-1) ...
16:54:27 [2021-08-20T16:54:27.269Z] #44 55.48 Setting up python3.7 (3.7.3-2+deb10u3) ...
16:54:27 [2021-08-20T16:54:27.355Z] #44 47.57 Selecting previously unselected package python3.
16:54:27 [2021-08-20T16:54:27.355Z] #44 47.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 ... 16046 files and directories currently installed.)
16:54:27 [2021-08-20T16:54:27.355Z] #44 47.64 Preparing to unpack .../0-python3_3.7.3-1_arm64.deb ...
16:54:27 [2021-08-20T16:54:27.355Z] #44 47.66 Unpacking python3 (3.7.3-1) ...
16:54:27 [2021-08-20T16:54:27.440Z] #44 ...
16:54:27 [2021-08-20T16:54:27.440Z] 
16:54:27 [2021-08-20T16:54:27.440Z] #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
16:54:27 [2021-08-20T16:54:27.440Z] #36 sha256:7e4a7d0643c402051e4468c5fff5d3e9795dd212ea6c08dc71807381a18fc6a4
16:54:27 [2021-08-20T16:54:27.440Z] #36 57.10 Setting up libicu63:amd64 (63.1-6+deb10u1) ...
16:54:27 [2021-08-20T16:54:27.440Z] #36 57.14 Setting up xxd (2:8.1.0875-5) ...
16:54:27 [2021-08-20T16:54:27.440Z] #36 57.16 Setting up libuv1:amd64 (1.24.1-1+deb10u1) ...
16:54:27 [2021-08-20T16:54:27.440Z] #36 57.17 Setting up vim-common (2:8.1.0875-5) ...
16:54:27 [2021-08-20T16:54:27.440Z] #36 57.23 Setting up librhash0:amd64 (1.3.8-1) ...
16:54:27 [2021-08-20T16:54:27.440Z] #36 57.28 Setting up cmake-data (3.13.4-1) ...
16:54:27 [2021-08-20T16:54:27.440Z] #36 57.30 Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u2) ...
16:54:27 [2021-08-20T16:54:27.440Z] #36 57.33 Setting up libjsoncpp1:amd64 (1.7.4-3) ...
16:54:27 [2021-08-20T16:54:27.440Z] #36 57.35 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ...
16:54:27 [2021-08-20T16:54:27.440Z] #36 57.37 Setting up cmake (3.13.4-1) ...
16:54:27 [2021-08-20T16:54:27.440Z] #36 57.39 Processing triggers for libc-bin (2.28-10) ...
16:54:27 [2021-08-20T16:54:27.440Z] #36 57.48 Processing triggers for mime-support (3.62) ...
16:54:27 [2021-08-20T16:54:27.440Z] #36 DONE 58.0s
16:54:27 [2021-08-20T16:54:27.440Z] 
16:54:27 [2021-08-20T16:54:27.440Z] #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
16:54:27 [2021-08-20T16:54:27.440Z] #44 sha256:17b9b2c66b5114379bdd507ebb6b3fcb9f10f4d3301507cb76542897a8754e0b
16:54:27 [2021-08-20T16:54:27.440Z] #44 57.65 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
16:54:27 [2021-08-20T16:54:27.440Z] #44 57.72 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ...
16:54:27 [2021-08-20T16:54:27.440Z] #44 57.75 Setting up libnl-3-200:amd64 (3.4.0-1) ...
16:54:27 [2021-08-20T16:54:27.440Z] #44 57.77 Setting up libprotobuf17:amd64 (3.6.1.3-2) ...
16:54:27 [2021-08-20T16:54:27.440Z] #44 57.79 Setting up libmpdec2:amd64 (2.4.2-2) ...
16:54:27 [2021-08-20T16:54:27.440Z] #44 57.84 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ...
16:54:27 [2021-08-20T16:54:27.440Z] #44 57.87 Setting up libpython3-stdlib:amd64 (3.7.3-1) ...
16:54:27 [2021-08-20T16:54:27.616Z] #44 ...
16:54:27 [2021-08-20T16:54:27.616Z] 
16:54:27 [2021-08-20T16:54:27.616Z] #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
16:54:27 [2021-08-20T16:54:27.616Z] #37 sha256:6f73483c5128c83b33553e5cc75d07a42569566dcce7a55c6c9dda961df00360
16:54:27 [2021-08-20T16:54:27.616Z] #37 6.022 -- Detecting C compile features - done
16:54:27 [2021-08-20T16:54:27.616Z] #37 6.039 -- Performing Test HAS_BUILTIN_FORTIFY
16:54:27 [2021-08-20T16:54:27.702Z] #44 57.91 Setting up python3.7 (3.7.3-2+deb10u3) ...
16:54:27 [2021-08-20T16:54:27.878Z] #37 6.297 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
16:54:27 [2021-08-20T16:54:27.878Z] #37 6.360 -- Configuring done
16:54:27 [2021-08-20T16:54:27.919Z] #17 37.91 Reading package lists...
16:54:28 [2021-08-20T16:54:28.140Z] #37 ...
16:54:28 [2021-08-20T16:54:28.140Z] 
16:54:28 [2021-08-20T16:54:28.140Z] #64 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64
16:54:28 [2021-08-20T16:54:28.140Z] #64 sha256:99eb965b5318dc0ce9d71a22280a9be9dfb5920da56425940fa51d60891053ef
16:54:28 [2021-08-20T16:54:28.140Z] #64 CACHED
16:54:28 [2021-08-20T16:54:28.140Z] 
16:54:28 [2021-08-20T16:54:28.140Z] #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
16:54:28 [2021-08-20T16:54:28.140Z] #37 sha256:6f73483c5128c83b33553e5cc75d07a42569566dcce7a55c6c9dda961df00360
16:54:28 [2021-08-20T16:54:28.140Z] #37 6.463 -- Generating done
16:54:28 [2021-08-20T16:54:28.140Z] #37 6.504 -- Build files have been written to: /tmp/tmp.GpnbUqqUtL/tini
16:54:28 [2021-08-20T16:54:28.140Z] #37 6.507 + make tini-static
16:54:28 [2021-08-20T16:54:28.140Z] #37 ...
16:54:28 [2021-08-20T16:54:28.140Z] 
16:54:28 [2021-08-20T16:54:28.140Z] #66 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64
16:54:28 [2021-08-20T16:54:28.140Z] #66 sha256:b49b59bfc5c6eb145c6a024e010cf4a3618a6b2ef592b80b68c17cd8c3cdcb08
16:54:28 [2021-08-20T16:54:28.140Z] #66 CACHED
16:54:28 [2021-08-20T16:54:28.140Z] 
16:54:28 [2021-08-20T16:54:28.140Z] #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
16:54:28 [2021-08-20T16:54:28.140Z] #37 sha256:6f73483c5128c83b33553e5cc75d07a42569566dcce7a55c6c9dda961df00360
16:54:28 [2021-08-20T16:54:28.140Z] #37 6.688 Scanning dependencies of target tini-static
16:54:28 [2021-08-20T16:54:28.402Z] #37 6.726 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
16:54:28 [2021-08-20T16:54:28.489Z] #17 42.97 Building dependency tree...
16:54:28 [2021-08-20T16:54:28.648Z] #44 ...
16:54:28 [2021-08-20T16:54:28.648Z] 
16:54:28 [2021-08-20T16:54:28.648Z] #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
16:54:28 [2021-08-20T16:54:28.648Z] #13 sha256:2ea98f0c850f86337a599286b1c82318201b41ac5783d18845b4a9977a584449
16:54:28 [2021-08-20T16:54:28.648Z] #13 42.61 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]
16:54:28 [2021-08-20T16:54:28.648Z] #13 44.53 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB]
16:54:28 [2021-08-20T16:54:28.648Z] #13 44.53 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB]
16:54:28 [2021-08-20T16:54:28.648Z] #13 44.53 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB]
16:54:28 [2021-08-20T16:54:28.648Z] #13 44.53 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB]
16:54:28 [2021-08-20T16:54:28.648Z] #13 44.53 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]
16:54:28 [2021-08-20T16:54:28.648Z] #13 44.53 Get:18 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 libudev-dev amd64 241-7~deb10u8 [110 kB]
16:54:28 [2021-08-20T16:54:28.648Z] #13 44.53 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB]
16:54:28 [2021-08-20T16:54:28.648Z] #13 44.53 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB]
16:54:28 [2021-08-20T16:54:28.648Z] #13 44.53 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB]
16:54:28 [2021-08-20T16:54:28.648Z] #13 44.54 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB]
16:54:28 [2021-08-20T16:54:28.648Z] #13 44.60 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB]
16:54:28 [2021-08-20T16:54:28.648Z] #13 44.65 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB]
16:54:28 [2021-08-20T16:54:28.648Z] #13 44.65 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB]
16:54:28 [2021-08-20T16:54:28.648Z] #13 44.65 Get:26 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 libsystemd-dev amd64 241-7~deb10u8 [322 kB]
16:54:28 [2021-08-20T16:54:28.648Z] #13 45.43 debconf: delaying package configuration, since apt-utils is not installed
16:54:28 [2021-08-20T16:54:28.648Z] #13 45.56 Fetched 77.8 MB in 7s (11.8 MB/s)
16:54:28 [2021-08-20T16:54:28.648Z] #13 45.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.)
16:54:28 [2021-08-20T16:54:28.648Z] #13 45.94 Preparing to unpack .../libseccomp2_2.4.4-1~bpo10+1_amd64.deb ...
16:54:28 [2021-08-20T16:54:28.648Z] #13 45.98 Unpacking libseccomp2:amd64 (2.4.4-1~bpo10+1) over (2.3.3-4) ...
16:54:28 [2021-08-20T16:54:28.648Z] #13 46.13 Setting up libseccomp2:amd64 (2.4.4-1~bpo10+1) ...
16:54:28 [2021-08-20T16:54:28.648Z] #13 46.23 Selecting previously unselected package binutils-mingw-w64-i686.
16:54:28 [2021-08-20T16:54:28.648Z] #13 46.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.)
16:54:28 [2021-08-20T16:54:28.648Z] #13 46.32 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ...
16:54:28 [2021-08-20T16:54:28.648Z] #13 46.32 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
16:54:28 [2021-08-20T16:54:28.648Z] #13 48.00 Selecting previously unselected package binutils-mingw-w64-x86-64.
16:54:28 [2021-08-20T16:54:28.648Z] #13 48.00 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ...
16:54:28 [2021-08-20T16:54:28.648Z] #13 48.00 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
16:54:28 [2021-08-20T16:54:28.648Z] #13 49.63 Selecting previously unselected package binutils-mingw-w64.
16:54:28 [2021-08-20T16:54:28.648Z] #13 49.63 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ...
16:54:28 [2021-08-20T16:54:28.648Z] #13 49.63 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ...
16:54:28 [2021-08-20T16:54:28.648Z] #13 49.73 Selecting previously unselected package libdevmapper1.02.1:amd64.
16:54:28 [2021-08-20T16:54:28.648Z] #13 49.73 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ...
16:54:28 [2021-08-20T16:54:28.648Z] #13 49.73 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
16:54:28 [2021-08-20T16:54:28.648Z] #13 49.88 Selecting previously unselected package dmsetup.
16:54:28 [2021-08-20T16:54:28.648Z] #13 49.88 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ...
16:54:28 [2021-08-20T16:54:28.648Z] #13 49.91 Unpacking dmsetup (2:1.02.155-3) ...
16:54:28 [2021-08-20T16:54:28.648Z] #13 50.11 Selecting previously unselected package mingw-w64-common.
16:54:28 [2021-08-20T16:54:28.648Z] #13 50.11 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ...
16:54:28 [2021-08-20T16:54:28.648Z] #13 50.11 Unpacking mingw-w64-common (6.0.0-3) ...
16:54:28 [2021-08-20T16:54:28.981Z] #37 7.344 [100%] Linking C executable tini-static
16:54:28 [2021-08-20T16:54:28.981Z] #37 7.635 [100%] Built target tini-static
16:54:29 [2021-08-20T16:54:29.273Z] #37 7.675 + mkdir -p /build
16:54:29 [2021-08-20T16:54:29.273Z] #37 7.678 + cp tini-static /build/docker-init
16:54:29 [2021-08-20T16:54:29.427Z] #17 44.86 The following additional packages will be installed:
16:54:29 [2021-08-20T16:54:29.427Z] #17 44.86   binutils-aarch64-linux-gnu binutils-arm-linux-gnueabi
16:54:29 [2021-08-20T16:54:29.427Z] #17 44.86   binutils-arm-linux-gnueabihf binutils-powerpc64le-linux-gnu
16:54:29 [2021-08-20T16:54:29.427Z] #17 44.86   binutils-s390x-linux-gnu bzip2 cpp-8-aarch64-linux-gnu
16:54:29 [2021-08-20T16:54:29.427Z] #17 44.86   cpp-8-arm-linux-gnueabi cpp-8-arm-linux-gnueabihf
16:54:29 [2021-08-20T16:54:29.427Z] #17 44.86   cpp-8-powerpc64le-linux-gnu cpp-8-s390x-linux-gnu cpp-aarch64-linux-gnu
16:54:29 [2021-08-20T16:54:29.427Z] #17 44.86   cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf cpp-powerpc64le-linux-gnu
16:54:29 [2021-08-20T16:54:29.427Z] #17 44.86   cpp-s390x-linux-gnu cross-config dpkg-cross dpkg-dev file
16:54:29 [2021-08-20T16:54:29.427Z] #17 44.86   g++-8-aarch64-linux-gnu g++-8-arm-linux-gnueabi g++-8-arm-linux-gnueabihf
16:54:29 [2021-08-20T16:54:29.427Z] #17 44.86   g++-8-powerpc64le-linux-gnu g++-8-s390x-linux-gnu g++-aarch64-linux-gnu
16:54:29 [2021-08-20T16:54:29.427Z] #17 44.86   g++-arm-linux-gnueabi g++-arm-linux-gnueabihf g++-powerpc64le-linux-gnu
16:54:29 [2021-08-20T16:54:29.427Z] #17 44.86   g++-s390x-linux-gnu gcc-8-aarch64-linux-gnu gcc-8-aarch64-linux-gnu-base
16:54:29 [2021-08-20T16:54:29.427Z] #17 44.86   gcc-8-arm-linux-gnueabi gcc-8-arm-linux-gnueabi-base
16:54:29 [2021-08-20T16:54:29.427Z] #17 44.86   gcc-8-arm-linux-gnueabihf gcc-8-arm-linux-gnueabihf-base gcc-8-cross-base
16:54:29 [2021-08-20T16:54:29.427Z] #17 44.86   gcc-8-powerpc64le-linux-gnu gcc-8-powerpc64le-linux-gnu-base
16:54:29 [2021-08-20T16:54:29.427Z] #17 44.86   gcc-8-s390x-linux-gnu gcc-8-s390x-linux-gnu-base gcc-aarch64-linux-gnu
16:54:29 [2021-08-20T16:54:29.427Z] #17 44.86   gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gcc-powerpc64le-linux-gnu
16:54:29 [2021-08-20T16:54:29.427Z] #17 44.86   gcc-s390x-linux-gnu libasan5-arm64-cross libasan5-armel-cross
16:54:29 [2021-08-20T16:54:29.427Z] #17 44.86   libasan5-armhf-cross libasan5-ppc64el-cross libasan5-s390x-cross
16:54:29 [2021-08-20T16:54:29.427Z] #17 44.86   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
16:54:29 [2021-08-20T16:54:29.427Z] #17 44.86   libatomic1-ppc64el-cross libatomic1-s390x-cross libc6-arm64-cross
16:54:29 [2021-08-20T16:54:29.427Z] #17 44.86   libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
16:54:29 [2021-08-20T16:54:29.427Z] #17 44.86   libc6-dev-armel-cross libc6-dev-armhf-cross libc6-dev-ppc64el-cross
16:54:29 [2021-08-20T16:54:29.427Z] #17 44.86   libc6-dev-s390x-cross libc6-ppc64el-cross libc6-s390x-cross
16:54:29 [2021-08-20T16:54:29.427Z] #17 44.86   libconfig-auto-perl libconfig-inifiles-perl libdebian-dpkgcross-perl
16:54:29 [2021-08-20T16:54:29.427Z] #17 44.86   libfile-homedir-perl libfile-which-perl libgcc-8-dev-arm64-cross
16:54:29 [2021-08-20T16:54:29.427Z] #17 44.86   libgcc-8-dev-armel-cross libgcc-8-dev-armhf-cross libgcc-8-dev-ppc64el-cross
16:54:29 [2021-08-20T16:54:29.427Z] #17 44.86   libgcc-8-dev-s390x-cross libgcc1-arm64-cross libgcc1-armel-cross
16:54:29 [2021-08-20T16:54:29.427Z] #17 44.86   libgcc1-armhf-cross libgcc1-ppc64el-cross libgcc1-s390x-cross
16:54:29 [2021-08-20T16:54:29.427Z] #17 44.86   libgomp1-arm64-cross libgomp1-armel-cross libgomp1-armhf-cross
16:54:29 [2021-08-20T16:54:29.427Z] #17 44.86   libgomp1-ppc64el-cross libgomp1-s390x-cross libicu63 libio-string-perl
16:54:29 [2021-08-20T16:54:29.427Z] #17 44.86   libitm1-arm64-cross libitm1-ppc64el-cross libitm1-s390x-cross
16:54:29 [2021-08-20T16:54:29.427Z] #17 44.86   liblocale-gettext-perl liblsan0-arm64-cross liblsan0-ppc64el-cross
16:54:29 [2021-08-20T16:54:29.427Z] #17 44.87   libmagic-mgc libmagic1 libquadmath0-ppc64el-cross
16:54:29 [2021-08-20T16:54:29.427Z] #17 44.87   libstdc++-8-dev-arm64-cross libstdc++-8-dev-armel-cross
16:54:29 [2021-08-20T16:54:29.427Z] #17 44.87   libstdc++-8-dev-armhf-cross libstdc++-8-dev-ppc64el-cross
16:54:29 [2021-08-20T16:54:29.427Z] #17 44.87   libstdc++-8-dev-s390x-cross libstdc++6-arm64-cross libstdc++6-armel-cross
16:54:29 [2021-08-20T16:54:29.427Z] #17 44.87   libstdc++6-armhf-cross libstdc++6-ppc64el-cross libstdc++6-s390x-cross
16:54:29 [2021-08-20T16:54:29.427Z] #17 44.87   libtsan0-arm64-cross libtsan0-ppc64el-cross libubsan1-arm64-cross
16:54:29 [2021-08-20T16:54:29.427Z] #17 44.87   libubsan1-armel-cross libubsan1-armhf-cross libubsan1-ppc64el-cross
16:54:29 [2021-08-20T16:54:29.427Z] #17 44.87   libubsan1-s390x-cross libxml-libxml-perl libxml-namespacesupport-perl
16:54:29 [2021-08-20T16:54:29.427Z] #17 44.87   libxml-sax-base-perl libxml-sax-perl libxml-simple-perl libxml2 libyaml-perl
16:54:29 [2021-08-20T16:54:29.427Z] #17 44.87   linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
16:54:29 [2021-08-20T16:54:29.427Z] #17 44.87   linux-libc-dev-armhf-cross linux-libc-dev-ppc64el-cross
16:54:29 [2021-08-20T16:54:29.427Z] #17 44.87   linux-libc-dev-s390x-cross patch xz-utils
16:54:29 [2021-08-20T16:54:29.427Z] #17 44.88 Suggested packages:
16:54:29 [2021-08-20T16:54:29.427Z] #17 44.88   binutils-doc bzip2-doc gcc-8-locales cpp-doc binutils-multiarch
16:54:29 [2021-08-20T16:54:29.427Z] #17 44.88   debian-keyring gcc-8-doc libstdc++6-8-dbg-arm64-cross
16:54:29 [2021-08-20T16:54:29.427Z] #17 44.88   libstdc++6-8-dbg-armel-cross libstdc++6-8-dbg-armhf-cross
16:54:29 [2021-08-20T16:54:29.427Z] #17 44.88   libstdc++6-8-dbg-ppc64el-cross g++-8-multilib-s390x-linux-gnu
16:54:29 [2021-08-20T16:54:29.427Z] #17 44.88   libstdc++6-8-dbg-s390x-cross libgcc1-dbg-arm64-cross
16:54:29 [2021-08-20T16:54:29.427Z] #17 44.88   libgomp1-dbg-arm64-cross libitm1-dbg-arm64-cross libatomic1-dbg-arm64-cross
16:54:29 [2021-08-20T16:54:29.427Z] #17 44.88   libasan5-dbg-arm64-cross liblsan0-dbg-arm64-cross libtsan0-dbg-arm64-cross
16:54:29 [2021-08-20T16:54:29.427Z] #17 44.88   libubsan1-dbg-arm64-cross libmpx2-dbg-arm64-cross
16:54:29 [2021-08-20T16:54:29.427Z] #17 44.88   libquadmath0-dbg-arm64-cross libgcc1-dbg-armel-cross
16:54:29 [2021-08-20T16:54:29.427Z] #17 44.88   libgomp1-dbg-armel-cross libitm1-dbg-armel-cross libatomic1-dbg-armel-cross
16:54:29 [2021-08-20T16:54:29.427Z] #17 44.88   libasan5-dbg-armel-cross liblsan0-dbg-armel-cross libtsan0-dbg-armel-cross
16:54:29 [2021-08-20T16:54:29.427Z] #17 44.88   libubsan1-dbg-armel-cross libmpx2-dbg-armel-cross
16:54:29 [2021-08-20T16:54:29.427Z] #17 44.88   libquadmath0-dbg-armel-cross libgcc1-dbg-armhf-cross
16:54:29 [2021-08-20T16:54:29.427Z] #17 44.88   libgomp1-dbg-armhf-cross libitm1-dbg-armhf-cross libatomic1-dbg-armhf-cross
16:54:29 [2021-08-20T16:54:29.427Z] #17 44.88   libasan5-dbg-armhf-cross liblsan0-dbg-armhf-cross libtsan0-dbg-armhf-cross
16:54:29 [2021-08-20T16:54:29.427Z] #17 44.88   libubsan1-dbg-armhf-cross libmpx2-dbg-armhf-cross
16:54:29 [2021-08-20T16:54:29.427Z] #17 44.88   libquadmath0-dbg-armhf-cross libgcc1-dbg-ppc64el-cross
16:54:29 [2021-08-20T16:54:29.427Z] #17 44.88   libgomp1-dbg-ppc64el-cross libitm1-dbg-ppc64el-cross
16:54:29 [2021-08-20T16:54:29.427Z] #17 44.88   libatomic1-dbg-ppc64el-cross libasan5-dbg-ppc64el-cross
16:54:29 [2021-08-20T16:54:29.427Z] #17 44.88   liblsan0-dbg-ppc64el-cross libtsan0-dbg-ppc64el-cross
16:54:29 [2021-08-20T16:54:29.427Z] #17 44.88   libubsan1-dbg-ppc64el-cross libmpx2-dbg-ppc64el-cross
16:54:29 [2021-08-20T16:54:29.427Z] #17 44.88   libquadmath0-dbg-ppc64el-cross gcc-8-multilib-s390x-linux-gnu
16:54:29 [2021-08-20T16:54:29.427Z] #17 44.88   libgcc1-dbg-s390x-cross libgomp1-dbg-s390x-cross libitm1-dbg-s390x-cross
16:54:29 [2021-08-20T16:54:29.427Z] #17 44.88   libatomic1-dbg-s390x-cross libasan5-dbg-s390x-cross liblsan0-dbg-s390x-cross
16:54:29 [2021-08-20T16:54:29.427Z] #17 44.88   libtsan0-dbg-s390x-cross libubsan1-dbg-s390x-cross libmpx2-dbg-s390x-cross
16:54:29 [2021-08-20T16:54:29.427Z] #17 44.88   libquadmath0-dbg-s390x-cross manpages-dev autoconf automake libtool flex
16:54:29 [2021-08-20T16:54:29.427Z] #17 44.88   bison gdb-aarch64-linux-gnu gcc-doc gdb-arm-linux-gnueabi
16:54:29 [2021-08-20T16:54:29.427Z] #17 44.88   gdb-arm-linux-gnueabihf gdb-powerpc64le-linux-gnu gdb-s390x-linux-gnu
16:54:29 [2021-08-20T16:54:29.427Z] #17 44.88   libyaml-shell-perl ed diffutils-doc
16:54:29 [2021-08-20T16:54:29.427Z] #17 44.88 Recommended packages:
16:54:29 [2021-08-20T16:54:29.427Z] #17 44.88   fakeroot build-essential libalgorithm-merge-perl libwww-perl
16:54:29 [2021-08-20T16:54:29.427Z] #17 44.88   libxml-sax-expat-perl libyaml-libyaml-perl | libyaml-syck-perl
16:54:30 [2021-08-20T16:54:30.034Z] #13 53.66 Selecting previously unselected package mingw-w64-x86-64-dev.
16:54:30 [2021-08-20T16:54:30.034Z] #13 53.66 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ...
16:54:30 [2021-08-20T16:54:30.034Z] #13 53.66 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ...
16:54:30 [2021-08-20T16:54:30.219Z] #37 DONE 8.7s
16:54:30 [2021-08-20T16:54:30.219Z] 
16:54:30 [2021-08-20T16:54:30.219Z] #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
16:54:30 [2021-08-20T16:54:30.219Z] #57 sha256:4e3612f4ce5a544d960725d8fca2a4a91f8e24df5eddd1b700d60eae6996f27e
16:54:30 [2021-08-20T16:54:30.603Z] #13 ...
16:54:30 [2021-08-20T16:54:30.603Z] 
16:54:30 [2021-08-20T16:54:30.603Z] #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
16:54:30 [2021-08-20T16:54:30.603Z] #44 sha256:17b9b2c66b5114379bdd507ebb6b3fcb9f10f4d3301507cb76542897a8754e0b
16:54:30 [2021-08-20T16:54:30.603Z] #44 58.79 Setting up python3 (3.7.3-1) ...
16:54:30 [2021-08-20T16:54:30.749Z] #57 26.62 Checking out files:  52% (2396/4562)   
Checking out files:  53% (2418/4562)   
Checking out files:  54% (2464/4562)   
Checking out files:  55% (2510/4562)   
Checking out files:  56% (2555/4562)   
Checking out files:  57% (2601/4562)   
Checking out files:  58% (2646/4562)   
Checking out files:  59% (2692/4562)   
Checking out files:  60% (2738/4562)   
Checking out files:  61% (2783/4562)   
Checking out files:  62% (2829/4562)   
Checking out files:  63% (2875/4562)   
Checking out files:  64% (2920/4562)   
Checking out files:  65% (2966/4562)   
Checking out files:  66% (3011/4562)   
Checking out files:  67% (3057/4562)   
Checking out files:  68% (3103/4562)   
Checking out files:  69% (3148/4562)   
Checking out files:  70% (3194/4562)   
Checking out files:  71% (3240/4562)   
Checking out files:  72% (3285/4562)   
Checking out files:  73% (3331/4562)   
Checking out files:  74% (3376/4562)   
Checking out files:  75% (3422/4562)   
Checking out files:  76% (3468/4562)   
Checking out files:  77% (3513/4562)   
Checking out files:  78% (3559/4562)   
Checking out files:  79% (3604/4562)   
Checking out files:  80% (3650/4562)   
Checking out files:  81% (3696/4562)   
Checking out files:  82% (3741/4562)   
Checking out files:  83% (3787/4562)   
Checking out files:  84% (3833/4562)   
Checking out files:  85% (3878/4562)   
Checking out files:  85% (3895/4562)   
Checking out files:  86% (3924/4562)   
Checking out files:  87% (3969/4562)   
Checking out files:  88% (4015/4562)   
Checking out files:  89% (4061/4562)   
Checking out files:  90% (4106/4562)   
Checking out files:  91% (4152/4562)   
Checking out files:  92% (4198/4562)   
Checking out files:  93% (4243/4562)   
Checking out files:  94% (4289/4562)   
Checking out files:  95% (4334/4562)   
Checking out files:  96% (4380/4562)   
Checking out files:  97% (4426/4562)   
Checking out files:  98% (4471/4562)   
Checking out files:  99% (4517/4562)   
Checking out files: 100% (4562/4562)   
Checking out files: 100% (4562/4562), done.
16:54:30 [2021-08-20T16:54:30.749Z] #57 27.95 + cd /tmp/tmp.zJkF9hUPpr/src/github.com/containerd/containerd
16:54:30 [2021-08-20T16:54:30.749Z] #57 27.95 + git checkout -q 72cec4be58a9eb6b2910f5d10f1c01ca47d231c0
16:54:30 [2021-08-20T16:54:30.863Z] #44 59.28 Setting up python3-six (1.12.0-1) ...
16:54:31 [2021-08-20T16:54:31.335Z] #17 46.75 The following NEW packages will be installed:
16:54:31 [2021-08-20T16:54:31.335Z] #17 46.75   binutils-aarch64-linux-gnu binutils-arm-linux-gnueabi
16:54:31 [2021-08-20T16:54:31.335Z] #17 46.75   binutils-arm-linux-gnueabihf binutils-powerpc64le-linux-gnu
16:54:31 [2021-08-20T16:54:31.335Z] #17 46.75   binutils-s390x-linux-gnu bzip2 cpp-8-aarch64-linux-gnu
16:54:31 [2021-08-20T16:54:31.335Z] #17 46.75   cpp-8-arm-linux-gnueabi cpp-8-arm-linux-gnueabihf
16:54:31 [2021-08-20T16:54:31.335Z] #17 46.75   cpp-8-powerpc64le-linux-gnu cpp-8-s390x-linux-gnu cpp-aarch64-linux-gnu
16:54:31 [2021-08-20T16:54:31.335Z] #17 46.75   cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf cpp-powerpc64le-linux-gnu
16:54:31 [2021-08-20T16:54:31.335Z] #17 46.75   cpp-s390x-linux-gnu cross-config crossbuild-essential-arm64
16:54:31 [2021-08-20T16:54:31.335Z] #17 46.75   crossbuild-essential-armel crossbuild-essential-armhf
16:54:31 [2021-08-20T16:54:31.335Z] #17 46.75   crossbuild-essential-ppc64el crossbuild-essential-s390x dpkg-cross dpkg-dev
16:54:31 [2021-08-20T16:54:31.335Z] #17 46.75   file g++-8-aarch64-linux-gnu g++-8-arm-linux-gnueabi
16:54:31 [2021-08-20T16:54:31.335Z] #17 46.75   g++-8-arm-linux-gnueabihf g++-8-powerpc64le-linux-gnu g++-8-s390x-linux-gnu
16:54:31 [2021-08-20T16:54:31.335Z] #17 46.75   g++-aarch64-linux-gnu g++-arm-linux-gnueabi g++-arm-linux-gnueabihf
16:54:31 [2021-08-20T16:54:31.335Z] #17 46.75   g++-powerpc64le-linux-gnu g++-s390x-linux-gnu gcc-8-aarch64-linux-gnu
16:54:31 [2021-08-20T16:54:31.335Z] #17 46.75   gcc-8-aarch64-linux-gnu-base gcc-8-arm-linux-gnueabi
16:54:31 [2021-08-20T16:54:31.335Z] #17 46.75   gcc-8-arm-linux-gnueabi-base gcc-8-arm-linux-gnueabihf
16:54:31 [2021-08-20T16:54:31.335Z] #17 46.75   gcc-8-arm-linux-gnueabihf-base gcc-8-cross-base gcc-8-powerpc64le-linux-gnu
16:54:31 [2021-08-20T16:54:31.335Z] #17 46.75   gcc-8-powerpc64le-linux-gnu-base gcc-8-s390x-linux-gnu
16:54:31 [2021-08-20T16:54:31.335Z] #17 46.75   gcc-8-s390x-linux-gnu-base gcc-aarch64-linux-gnu gcc-arm-linux-gnueabi
16:54:31 [2021-08-20T16:54:31.335Z] #17 46.75   gcc-arm-linux-gnueabihf gcc-powerpc64le-linux-gnu gcc-s390x-linux-gnu
16:54:31 [2021-08-20T16:54:31.335Z] #17 46.75   libasan5-arm64-cross libasan5-armel-cross libasan5-armhf-cross
16:54:31 [2021-08-20T16:54:31.335Z] #17 46.75   libasan5-ppc64el-cross libasan5-s390x-cross libatomic1-arm64-cross
16:54:31 [2021-08-20T16:54:31.335Z] #17 46.75   libatomic1-armel-cross libatomic1-armhf-cross libatomic1-ppc64el-cross
16:54:31 [2021-08-20T16:54:31.335Z] #17 46.75   libatomic1-s390x-cross libc6-arm64-cross libc6-armel-cross libc6-armhf-cross
16:54:31 [2021-08-20T16:54:31.335Z] #17 46.75   libc6-dev-arm64-cross libc6-dev-armel-cross libc6-dev-armhf-cross
16:54:31 [2021-08-20T16:54:31.335Z] #17 46.75   libc6-dev-ppc64el-cross libc6-dev-s390x-cross libc6-ppc64el-cross
16:54:31 [2021-08-20T16:54:31.335Z] #17 46.75   libc6-s390x-cross libconfig-auto-perl libconfig-inifiles-perl
16:54:31 [2021-08-20T16:54:31.335Z] #17 46.75   libdebian-dpkgcross-perl libfile-homedir-perl libfile-which-perl
16:54:31 [2021-08-20T16:54:31.335Z] #17 46.75   libgcc-8-dev-arm64-cross libgcc-8-dev-armel-cross libgcc-8-dev-armhf-cross
16:54:31 [2021-08-20T16:54:31.335Z] #17 46.75   libgcc-8-dev-ppc64el-cross libgcc-8-dev-s390x-cross libgcc1-arm64-cross
16:54:31 [2021-08-20T16:54:31.335Z] #17 46.75   libgcc1-armel-cross libgcc1-armhf-cross libgcc1-ppc64el-cross
16:54:31 [2021-08-20T16:54:31.335Z] #17 46.76   libgcc1-s390x-cross libgomp1-arm64-cross libgomp1-armel-cross
16:54:31 [2021-08-20T16:54:31.335Z] #17 46.76   libgomp1-armhf-cross libgomp1-ppc64el-cross libgomp1-s390x-cross libicu63
16:54:31 [2021-08-20T16:54:31.335Z] #17 46.76   libio-string-perl libitm1-arm64-cross libitm1-ppc64el-cross
16:54:31 [2021-08-20T16:54:31.335Z] #17 46.76   libitm1-s390x-cross liblocale-gettext-perl liblsan0-arm64-cross
16:54:31 [2021-08-20T16:54:31.335Z] #17 46.76   liblsan0-ppc64el-cross libmagic-mgc libmagic1 libquadmath0-ppc64el-cross
16:54:31 [2021-08-20T16:54:31.335Z] #17 46.76   libstdc++-8-dev-arm64-cross libstdc++-8-dev-armel-cross
16:54:31 [2021-08-20T16:54:31.335Z] #17 46.76   libstdc++-8-dev-armhf-cross libstdc++-8-dev-ppc64el-cross
16:54:31 [2021-08-20T16:54:31.335Z] #17 46.76   libstdc++-8-dev-s390x-cross libstdc++6-arm64-cross libstdc++6-armel-cross
16:54:31 [2021-08-20T16:54:31.335Z] #17 46.76   libstdc++6-armhf-cross libstdc++6-ppc64el-cross libstdc++6-s390x-cross
16:54:31 [2021-08-20T16:54:31.335Z] #17 46.76   libtsan0-arm64-cross libtsan0-ppc64el-cross libubsan1-arm64-cross
16:54:31 [2021-08-20T16:54:31.335Z] #17 46.76   libubsan1-armel-cross libubsan1-armhf-cross libubsan1-ppc64el-cross
16:54:31 [2021-08-20T16:54:31.335Z] #17 46.76   libubsan1-s390x-cross libxml-libxml-perl libxml-namespacesupport-perl
16:54:31 [2021-08-20T16:54:31.335Z] #17 46.76   libxml-sax-base-perl libxml-sax-perl libxml-simple-perl libxml2 libyaml-perl
16:54:31 [2021-08-20T16:54:31.335Z] #17 46.76   linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
16:54:31 [2021-08-20T16:54:31.335Z] #17 46.76   linux-libc-dev-armhf-cross linux-libc-dev-ppc64el-cross
16:54:31 [2021-08-20T16:54:31.335Z] #17 46.76   linux-libc-dev-s390x-cross patch xz-utils
16:54:31 [2021-08-20T16:54:31.595Z] #17 47.11 0 upgraded, 133 newly installed, 0 to remove and 0 not upgraded.
16:54:31 [2021-08-20T16:54:31.595Z] #17 47.11 Need to get 169 MB of archives.
16:54:31 [2021-08-20T16:54:31.595Z] #17 47.11 After this operation, 612 MB of additional disk space will be used.
16:54:31 [2021-08-20T16:54:31.595Z] #17 47.11 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 liblocale-gettext-perl amd64 1.07-3+b4 [18.9 kB]
16:54:31 [2021-08-20T16:54:31.595Z] #17 47.11 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB]
16:54:31 [2021-08-20T16:54:31.595Z] #17 47.12 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmagic-mgc amd64 1:5.35-4+deb10u2 [242 kB]
16:54:31 [2021-08-20T16:54:31.595Z] #17 47.12 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmagic1 amd64 1:5.35-4+deb10u2 [118 kB]
16:54:31 [2021-08-20T16:54:31.595Z] #17 47.12 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 file amd64 1:5.35-4+deb10u2 [66.4 kB]
16:54:31 [2021-08-20T16:54:31.595Z] #17 47.13 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB]
16:54:31 [2021-08-20T16:54:31.595Z] #17 47.20 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-aarch64-linux-gnu amd64 2.31.1-16 [2905 kB]
16:54:31 [2021-08-20T16:54:31.595Z] #17 47.25 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-arm-linux-gnueabi amd64 2.31.1-16 [2832 kB]
16:54:31 [2021-08-20T16:54:31.801Z] #44 60.10 Setting up python3-pkg-resources (40.8.0-1) ...
16:54:31 [2021-08-20T16:54:31.855Z] #17 47.30 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-arm-linux-gnueabihf amd64 2.31.1-16 [2834 kB]
16:54:31 [2021-08-20T16:54:31.855Z] #17 47.34 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-powerpc64le-linux-gnu amd64 2.31.1-16 [2427 kB]
16:54:31 [2021-08-20T16:54:31.855Z] #17 47.38 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-s390x-linux-gnu amd64 2.31.1-16 [2127 kB]
16:54:31 [2021-08-20T16:54:31.855Z] #17 47.42 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]
16:54:31 [2021-08-20T16:54:31.855Z] #17 47.42 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cpp-8-aarch64-linux-gnu amd64 8.3.0-2cross1 [6251 kB]
16:54:31 [2021-08-20T16:54:31.855Z] #17 47.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]
16:54:32 [2021-08-20T16:54:32.114Z] #17 47.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]
16:54:32 [2021-08-20T16:54:32.114Z] #17 47.65 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]
16:54:32 [2021-08-20T16:54:32.114Z] #17 47.66 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cpp-8-arm-linux-gnueabihf amd64 8.3.0-2cross1 [6554 kB]
16:54:32 [2021-08-20T16:54:32.114Z] #17 47.78 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]
16:54:32 [2021-08-20T16:54:32.169Z] #57 29.31 + export 'BUILDTAGS=netgo osusergo static_build'
16:54:32 [2021-08-20T16:54:32.169Z] #57 29.31 + BUILDTAGS='netgo osusergo static_build'
16:54:32 [2021-08-20T16:54:32.169Z] #57 29.32 + export EXTRA_FLAGS=-buildmode=pie
16:54:32 [2021-08-20T16:54:32.169Z] #57 29.32 + EXTRA_FLAGS=-buildmode=pie
16:54:32 [2021-08-20T16:54:32.169Z] #57 29.32 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
16:54:32 [2021-08-20T16:54:32.169Z] #57 29.32 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
16:54:32 [2021-08-20T16:54:32.169Z] #57 29.32 + '[' '' = dynamic ']'
16:54:32 [2021-08-20T16:54:32.169Z] #57 29.32 + make
16:54:32 [2021-08-20T16:54:32.370Z] #44 ...
16:54:32 [2021-08-20T16:54:32.370Z] 
16:54:32 [2021-08-20T16:54:32.370Z] #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
16:54:32 [2021-08-20T16:54:32.370Z] #37 sha256:6883f72c2ff282b3df5be34528930028a3c2bc0ce2259fa4d2c84c201788e74b
16:54:32 [2021-08-20T16:54:32.370Z] #37 5.438 + RM_GOPATH=0
16:54:32 [2021-08-20T16:54:32.370Z] #37 5.438 + TMP_GOPATH=
16:54:32 [2021-08-20T16:54:32.370Z] #37 5.438 + : /build
16:54:32 [2021-08-20T16:54:32.370Z] #37 5.438 + '[' -z '' ']'
16:54:32 [2021-08-20T16:54:32.370Z] #37 5.438 ++ mktemp -d
16:54:32 [2021-08-20T16:54:32.370Z] #37 5.438 + export GOPATH=/tmp/tmp.cyhOgfNAAD
16:54:32 [2021-08-20T16:54:32.370Z] #37 5.438 + GOPATH=/tmp/tmp.cyhOgfNAAD
16:54:32 [2021-08-20T16:54:32.370Z] #37 5.438 + RM_GOPATH=1
16:54:32 [2021-08-20T16:54:32.370Z] #37 5.438 + case "$(go env GOARCH)" in
16:54:32 [2021-08-20T16:54:32.370Z] #37 5.438 ++ go env GOARCH
16:54:32 [2021-08-20T16:54:32.370Z] #37 5.438 + export GO_BUILDMODE=-buildmode=pie
16:54:32 [2021-08-20T16:54:32.370Z] #37 5.438 + GO_BUILDMODE=-buildmode=pie
16:54:32 [2021-08-20T16:54:32.370Z] #37 5.438 ++ dirname /tmp/install/install.sh
16:54:32 [2021-08-20T16:54:32.370Z] #37 5.438 + dir=/tmp/install
16:54:32 [2021-08-20T16:54:32.370Z] #37 5.438 + bin=tini
16:54:32 [2021-08-20T16:54:32.370Z] #37 5.438 + shift
16:54:32 [2021-08-20T16:54:32.370Z] #37 5.438 + '[' '!' -f /tmp/install/tini.installer ']'
16:54:32 [2021-08-20T16:54:32.370Z] #37 5.438 + . /tmp/install/tini.installer
16:54:32 [2021-08-20T16:54:32.370Z] #37 5.438 ++ : de40ad007797e0dcd8b7126f27bb87401d224240
16:54:32 [2021-08-20T16:54:32.370Z] #37 5.438 + install_tini
16:54:32 [2021-08-20T16:54:32.370Z] #37 5.438 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240'
16:54:32 [2021-08-20T16:54:32.370Z] #37 5.438 + git clone https://github.com/krallin/tini.git /tmp/tmp.cyhOgfNAAD/tini
16:54:32 [2021-08-20T16:54:32.370Z] #37 5.438 Cloning into '/tmp/tmp.cyhOgfNAAD/tini'...
16:54:32 [2021-08-20T16:54:32.370Z] #37 5.527 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240
16:54:32 [2021-08-20T16:54:32.370Z] #37 6.011 + cd /tmp/tmp.cyhOgfNAAD/tini
16:54:32 [2021-08-20T16:54:32.370Z] #37 6.011 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240
16:54:32 [2021-08-20T16:54:32.370Z] #37 6.011 + cmake .
16:54:32 [2021-08-20T16:54:32.370Z] #37 6.415 -- The C compiler identification is GNU 8.3.0
16:54:32 [2021-08-20T16:54:32.370Z] #37 6.446 -- Check for working C compiler: /usr/bin/cc
16:54:32 [2021-08-20T16:54:32.370Z] #37 6.993 -- Check for working C compiler: /usr/bin/cc -- works
16:54:32 [2021-08-20T16:54:32.370Z] #37 6.993 -- Detecting C compiler ABI info
16:54:32 [2021-08-20T16:54:32.370Z] #37 7.411 -- Detecting C compiler ABI info - done
16:54:32 [2021-08-20T16:54:32.370Z] #37 7.411 -- Detecting C compile features
16:54:32 [2021-08-20T16:54:32.370Z] #37 8.817 -- Detecting C compile features - done
16:54:32 [2021-08-20T16:54:32.370Z] #37 8.832 -- Performing Test HAS_BUILTIN_FORTIFY
16:54:32 [2021-08-20T16:54:32.370Z] #37 9.031 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
16:54:32 [2021-08-20T16:54:32.370Z] #37 9.085 -- Configuring done
16:54:32 [2021-08-20T16:54:32.370Z] #37 9.114 -- Generating done
16:54:32 [2021-08-20T16:54:32.370Z] #37 9.114 -- Build files have been written to: /tmp/tmp.cyhOgfNAAD/tini
16:54:32 [2021-08-20T16:54:32.370Z] #37 9.125 + make tini-static
16:54:32 [2021-08-20T16:54:32.370Z] #37 9.494 Scanning dependencies of target tini-static
16:54:32 [2021-08-20T16:54:32.370Z] #37 9.621 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
16:54:32 [2021-08-20T16:54:32.374Z] #17 47.78 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cpp-8-powerpc64le-linux-gnu amd64 8.3.0-2cross1 [6591 kB]
16:54:32 [2021-08-20T16:54:32.374Z] #17 47.89 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]
16:54:32 [2021-08-20T16:54:32.374Z] #17 47.90 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cpp-8-s390x-linux-gnu amd64 8.3.0-2cross1 [5937 kB]
16:54:32 [2021-08-20T16:54:32.374Z] #17 48.00 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]
16:54:32 [2021-08-20T16:54:32.630Z] #37 ...
16:54:32 [2021-08-20T16:54:32.630Z] 
16:54:32 [2021-08-20T16:54:32.630Z] #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
16:54:32 [2021-08-20T16:54:32.630Z] #44 sha256:17b9b2c66b5114379bdd507ebb6b3fcb9f10f4d3301507cb76542897a8754e0b
16:54:32 [2021-08-20T16:54:32.634Z] #17 48.00 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]
16:54:32 [2021-08-20T16:54:32.634Z] #17 48.00 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]
16:54:32 [2021-08-20T16:54:32.634Z] #17 48.00 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]
16:54:32 [2021-08-20T16:54:32.634Z] #17 48.00 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]
16:54:32 [2021-08-20T16:54:32.634Z] #17 48.01 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cross-config all 2.6.15-3 [39.9 kB]
16:54:32 [2021-08-20T16:54:32.634Z] #17 48.01 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-8-cross-base all 8.3.0-2cross1 [185 kB]
16:54:32 [2021-08-20T16:54:32.634Z] #17 48.01 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libc6-arm64-cross all 2.28-7cross1 [1312 kB]
16:54:32 [2021-08-20T16:54:32.634Z] #17 48.03 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgcc1-arm64-cross all 1:8.3.0-2cross1 [34.2 kB]
16:54:32 [2021-08-20T16:54:32.634Z] #17 48.03 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgomp1-arm64-cross all 8.3.0-2cross1 [66.3 kB]
16:54:32 [2021-08-20T16:54:32.634Z] #17 48.03 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libitm1-arm64-cross all 8.3.0-2cross1 [23.6 kB]
16:54:32 [2021-08-20T16:54:32.634Z] #17 48.03 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libatomic1-arm64-cross all 8.3.0-2cross1 [8620 B]
16:54:32 [2021-08-20T16:54:32.634Z] #17 48.04 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libstdc++6-arm64-cross all 8.3.0-2cross1 [325 kB]
16:54:32 [2021-08-20T16:54:32.634Z] #17 48.04 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libasan5-arm64-cross all 8.3.0-2cross1 [321 kB]
16:54:32 [2021-08-20T16:54:32.634Z] #17 48.05 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 liblsan0-arm64-cross all 8.3.0-2cross1 [117 kB]
16:54:32 [2021-08-20T16:54:32.634Z] #17 48.05 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libtsan0-arm64-cross all 8.3.0-2cross1 [255 kB]
16:54:32 [2021-08-20T16:54:32.634Z] #17 48.05 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libubsan1-arm64-cross all 8.3.0-2cross1 [110 kB]
16:54:32 [2021-08-20T16:54:32.634Z] #17 48.06 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgcc-8-dev-arm64-cross all 8.3.0-2cross1 [833 kB]
16:54:32 [2021-08-20T16:54:32.634Z] #17 48.07 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-8-aarch64-linux-gnu amd64 8.3.0-2cross1 [6681 kB]
16:54:32 [2021-08-20T16:54:32.634Z] #17 48.18 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-aarch64-linux-gnu amd64 4:8.3.0-1 [1456 B]
16:54:32 [2021-08-20T16:54:32.634Z] #17 48.18 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 linux-libc-dev-arm64-cross all 4.19.20-1cross1 [1209 kB]
16:54:32 [2021-08-20T16:54:32.634Z] #17 48.21 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libc6-dev-arm64-cross all 2.28-7cross1 [2322 kB]
16:54:32 [2021-08-20T16:54:32.634Z] #17 48.26 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libstdc++-8-dev-arm64-cross all 8.3.0-2cross1 [1484 kB]
16:54:32 [2021-08-20T16:54:32.890Z] #44 61.06 Setting up python3-protobuf (3.6.1.3-2) ...
16:54:32 [2021-08-20T16:54:32.893Z] #17 48.29 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-8-aarch64-linux-gnu amd64 8.3.0-2cross1 [6821 kB]
16:54:32 [2021-08-20T16:54:32.893Z] #17 48.42 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-aarch64-linux-gnu amd64 4:8.3.0-1 [1176 B]
16:54:32 [2021-08-20T16:54:32.893Z] #17 48.42 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 patch amd64 2.7.6-3+deb10u1 [126 kB]
16:54:32 [2021-08-20T16:54:32.893Z] #17 48.43 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dpkg-dev all 1.19.7 [1773 kB]
16:54:32 [2021-08-20T16:54:32.893Z] #17 48.46 Get:49 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libconfig-inifiles-perl all 3.000001-1 [51.9 kB]
16:54:32 [2021-08-20T16:54:32.893Z] #17 48.46 Get:50 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libio-string-perl all 1.08-3 [12.3 kB]
16:54:32 [2021-08-20T16:54:32.893Z] #17 48.46 Get:51 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB]
16:54:32 [2021-08-20T16:54:32.958Z] #44 63.11 Setting up python3 (3.7.3-1) ...
16:54:33 [2021-08-20T16:54:33.153Z] #17 48.60 Get:52 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u2 [689 kB]
16:54:33 [2021-08-20T16:54:33.153Z] #17 48.62 Get:53 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml-namespacesupport-perl all 1.12-1 [14.8 kB]
16:54:33 [2021-08-20T16:54:33.153Z] #17 48.62 Get:54 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml-sax-base-perl all 1.09-1 [20.4 kB]
16:54:33 [2021-08-20T16:54:33.153Z] #17 48.62 Get:55 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml-sax-perl all 1.00+dfsg-1 [58.6 kB]
16:54:33 [2021-08-20T16:54:33.153Z] #17 48.62 Get:56 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml-libxml-perl amd64 2.0134+dfsg-1 [344 kB]
16:54:33 [2021-08-20T16:54:33.153Z] #17 48.63 Get:57 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml-simple-perl all 2.25-1 [72.0 kB]
16:54:33 [2021-08-20T16:54:33.153Z] #17 48.63 Get:58 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libyaml-perl all 1.27-1 [66.8 kB]
16:54:33 [2021-08-20T16:54:33.153Z] #17 48.63 Get:59 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libconfig-auto-perl all 0.44-1 [19.5 kB]
16:54:33 [2021-08-20T16:54:33.153Z] #17 48.63 Get:60 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libfile-which-perl all 1.23-1 [16.6 kB]
16:54:33 [2021-08-20T16:54:33.153Z] #17 48.63 Get:61 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libfile-homedir-perl all 1.004-1 [42.7 kB]
16:54:33 [2021-08-20T16:54:33.153Z] #17 48.70 Get:62 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdebian-dpkgcross-perl all 2.6.15-3 [38.7 kB]
16:54:33 [2021-08-20T16:54:33.153Z] #17 48.70 Get:63 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dpkg-cross all 2.6.15-3 [49.3 kB]
16:54:33 [2021-08-20T16:54:33.153Z] #17 48.71 Get:64 http://cdn-fastly.deb.debian.org/debian buster/main amd64 crossbuild-essential-arm64 all 12.6 [6572 B]
16:54:33 [2021-08-20T16:54:33.153Z] #17 48.71 Get:65 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libc6-armel-cross all 2.28-7cross1 [1189 kB]
16:54:33 [2021-08-20T16:54:33.153Z] #17 48.74 Get:66 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgcc1-armel-cross all 1:8.3.0-2cross1 [38.5 kB]
16:54:33 [2021-08-20T16:54:33.153Z] #17 48.74 Get:67 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgomp1-armel-cross all 8.3.0-2cross1 [65.6 kB]
16:54:33 [2021-08-20T16:54:33.153Z] #17 48.74 Get:68 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libatomic1-armel-cross all 8.3.0-2cross1 [8820 B]
16:54:33 [2021-08-20T16:54:33.153Z] #17 48.74 Get:69 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libstdc++6-armel-cross all 8.3.0-2cross1 [288 kB]
16:54:33 [2021-08-20T16:54:33.153Z] #17 48.74 Get:70 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libasan5-armel-cross all 8.3.0-2cross1 [311 kB]
16:54:33 [2021-08-20T16:54:33.153Z] #17 48.75 Get:71 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libubsan1-armel-cross all 8.3.0-2cross1 [102 kB]
16:54:33 [2021-08-20T16:54:33.153Z] #17 48.75 Get:72 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgcc-8-dev-armel-cross all 8.3.0-2cross1 [601 kB]
16:54:33 [2021-08-20T16:54:33.153Z] #17 48.79 Get:73 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-8-arm-linux-gnueabi amd64 8.3.0-2cross1 [6975 kB]
16:54:33 [2021-08-20T16:54:33.215Z] #44 ...
16:54:33 [2021-08-20T16:54:33.215Z] 
16:54:33 [2021-08-20T16:54:33.215Z] #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
16:54:33 [2021-08-20T16:54:33.215Z] #37 sha256:e30243e40c720b573d7d249b357190a998b7c3cf54589f2f824c00b1b2eaec30
16:54:33 [2021-08-20T16:54:33.215Z] #37 1.042 + RM_GOPATH=0
16:54:33 [2021-08-20T16:54:33.215Z] #37 1.042 + TMP_GOPATH=
16:54:33 [2021-08-20T16:54:33.215Z] #37 1.042 + : /build
16:54:33 [2021-08-20T16:54:33.215Z] #37 1.042 + '[' -z '' ']'
16:54:33 [2021-08-20T16:54:33.215Z] #37 1.046 ++ mktemp -d
16:54:33 [2021-08-20T16:54:33.215Z] #37 1.052 + export GOPATH=/tmp/tmp.NScCq0LZFE
16:54:33 [2021-08-20T16:54:33.215Z] #37 1.055 + GOPATH=/tmp/tmp.NScCq0LZFE
16:54:33 [2021-08-20T16:54:33.215Z] #37 1.055 + RM_GOPATH=1
16:54:33 [2021-08-20T16:54:33.215Z] #37 1.055 + case "$(go env GOARCH)" in
16:54:33 [2021-08-20T16:54:33.215Z] #37 1.055 ++ go env GOARCH
16:54:33 [2021-08-20T16:54:33.215Z] #37 1.061 + export GO_BUILDMODE=-buildmode=pie
16:54:33 [2021-08-20T16:54:33.215Z] #37 1.061 + GO_BUILDMODE=-buildmode=pie
16:54:33 [2021-08-20T16:54:33.215Z] #37 1.062 ++ dirname /tmp/install/install.sh
16:54:33 [2021-08-20T16:54:33.215Z] #37 1.065 + dir=/tmp/install
16:54:33 [2021-08-20T16:54:33.215Z] #37 1.065 + bin=tini
16:54:33 [2021-08-20T16:54:33.215Z] #37 1.065 + shift
16:54:33 [2021-08-20T16:54:33.215Z] #37 1.065 + '[' '!' -f /tmp/install/tini.installer ']'
16:54:33 [2021-08-20T16:54:33.215Z] #37 1.065 + . /tmp/install/tini.installer
16:54:33 [2021-08-20T16:54:33.215Z] #37 1.072 ++ : de40ad007797e0dcd8b7126f27bb87401d224240
16:54:33 [2021-08-20T16:54:33.215Z] #37 1.072 + install_tini
16:54:33 [2021-08-20T16:54:33.215Z] #37 1.077 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240'
16:54:33 [2021-08-20T16:54:33.215Z] #37 1.077 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240
16:54:33 [2021-08-20T16:54:33.215Z] #37 1.077 + git clone https://github.com/krallin/tini.git /tmp/tmp.NScCq0LZFE/tini
16:54:33 [2021-08-20T16:54:33.215Z] #37 1.080 Cloning into '/tmp/tmp.NScCq0LZFE/tini'...
16:54:33 [2021-08-20T16:54:33.215Z] #37 1.813 + cd /tmp/tmp.NScCq0LZFE/tini
16:54:33 [2021-08-20T16:54:33.215Z] #37 1.813 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240
16:54:33 [2021-08-20T16:54:33.215Z] #37 1.835 + cmake .
16:54:33 [2021-08-20T16:54:33.215Z] #37 2.452 -- The C compiler identification is GNU 8.3.0
16:54:33 [2021-08-20T16:54:33.215Z] #37 2.550 -- Check for working C compiler: /usr/bin/cc
16:54:33 [2021-08-20T16:54:33.215Z] #37 3.252 -- Check for working C compiler: /usr/bin/cc -- works
16:54:33 [2021-08-20T16:54:33.215Z] #37 3.255 -- Detecting C compiler ABI info
16:54:33 [2021-08-20T16:54:33.215Z] #37 3.907 -- Detecting C compiler ABI info - done
16:54:33 [2021-08-20T16:54:33.215Z] #37 3.980 -- Detecting C compile features
16:54:33 [2021-08-20T16:54:33.215Z] #37 6.056 -- Detecting C compile features - done
16:54:33 [2021-08-20T16:54:33.215Z] #37 6.107 -- Performing Test HAS_BUILTIN_FORTIFY
16:54:33 [2021-08-20T16:54:33.215Z] #37 ...
16:54:33 [2021-08-20T16:54:33.215Z] 
16:54:33 [2021-08-20T16:54:33.215Z] #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
16:54:33 [2021-08-20T16:54:33.215Z] #13 sha256:2ea98f0c850f86337a599286b1c82318201b41ac5783d18845b4a9977a584449
16:54:33 [2021-08-20T16:54:33.215Z] #13 49.92 Selecting previously unselected package binutils-mingw-w64-x86-64.
16:54:33 [2021-08-20T16:54:33.215Z] #13 49.93 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ...
16:54:33 [2021-08-20T16:54:33.215Z] #13 49.94 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
16:54:33 [2021-08-20T16:54:33.215Z] #13 52.17 Selecting previously unselected package binutils-mingw-w64.
16:54:33 [2021-08-20T16:54:33.215Z] #13 52.17 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ...
16:54:33 [2021-08-20T16:54:33.215Z] #13 52.18 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ...
16:54:33 [2021-08-20T16:54:33.215Z] #13 52.34 Selecting previously unselected package libdevmapper1.02.1:amd64.
16:54:33 [2021-08-20T16:54:33.215Z] #13 52.34 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ...
16:54:33 [2021-08-20T16:54:33.215Z] #13 52.35 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
16:54:33 [2021-08-20T16:54:33.215Z] #13 52.58 Selecting previously unselected package dmsetup.
16:54:33 [2021-08-20T16:54:33.215Z] #13 52.59 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ...
16:54:33 [2021-08-20T16:54:33.215Z] #13 52.59 Unpacking dmsetup (2:1.02.155-3) ...
16:54:33 [2021-08-20T16:54:33.215Z] #13 52.81 Selecting previously unselected package mingw-w64-common.
16:54:33 [2021-08-20T16:54:33.215Z] #13 52.82 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ...
16:54:33 [2021-08-20T16:54:33.215Z] #13 52.83 Unpacking mingw-w64-common (6.0.0-3) ...
16:54:33 [2021-08-20T16:54:33.216Z] #13 59.22 Selecting previously unselected package mingw-w64-x86-64-dev.
16:54:33 [2021-08-20T16:54:33.216Z] #13 59.22 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ...
16:54:33 [2021-08-20T16:54:33.216Z] #13 59.23 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ...
16:54:33 [2021-08-20T16:54:33.466Z] #44 ...
16:54:33 [2021-08-20T16:54:33.466Z] 
16:54:33 [2021-08-20T16:54:33.466Z] #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
16:54:33 [2021-08-20T16:54:33.466Z] #37 sha256:6883f72c2ff282b3df5be34528930028a3c2bc0ce2259fa4d2c84c201788e74b
16:54:33 [2021-08-20T16:54:33.466Z] #37 10.53 [100%] Linking C executable tini-static
16:54:33 [2021-08-20T16:54:33.466Z] #37 10.81 [100%] Built target tini-static
16:54:33 [2021-08-20T16:54:33.466Z] #37 10.87 + mkdir -p /build
16:54:33 [2021-08-20T16:54:33.466Z] #37 10.87 + cp tini-static /build/docker-init
16:54:33 [2021-08-20T16:54:33.466Z] #37 DONE 11.0s
16:54:33 [2021-08-20T16:54:33.466Z] 
16:54:33 [2021-08-20T16:54:33.466Z] #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
16:54:33 [2021-08-20T16:54:33.466Z] #13 sha256:2ea98f0c850f86337a599286b1c82318201b41ac5783d18845b4a9977a584449
16:54:33 [2021-08-20T16:54:33.466Z] #13 57.28 Selecting previously unselected package gcc-mingw-w64-base.
16:54:33 [2021-08-20T16:54:33.466Z] #13 57.28 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ...
16:54:33 [2021-08-20T16:54:33.466Z] #13 57.29 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
16:54:33 [2021-08-20T16:54:33.472Z] #13 ...
16:54:33 [2021-08-20T16:54:33.472Z] 
16:54:33 [2021-08-20T16:54:33.472Z] #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
16:54:33 [2021-08-20T16:54:33.472Z] #44 sha256:17b9b2c66b5114379bdd507ebb6b3fcb9f10f4d3301507cb76542897a8754e0b
16:54:33 [2021-08-20T16:54:33.472Z] #44 63.69 Setting up python3-six (1.12.0-1) ...
16:54:33 [2021-08-20T16:54:33.559Z] #57 30.63 + bin/ctr
16:54:33 [2021-08-20T16:54:33.726Z] #13 57.40 Selecting previously unselected package gcc-mingw-w64-x86-64.
16:54:33 [2021-08-20T16:54:33.726Z] #13 57.40 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ...
16:54:33 [2021-08-20T16:54:33.726Z] #13 57.41 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
16:54:33 [2021-08-20T16:54:33.728Z] #17 49.16 Get:74 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-arm-linux-gnueabi amd64 4:8.3.0-1 [1460 B]
16:54:33 [2021-08-20T16:54:33.728Z] #17 49.16 Get:75 http://cdn-fastly.deb.debian.org/debian buster/main amd64 linux-libc-dev-armel-cross all 4.19.20-1cross1 [1212 kB]
16:54:33 [2021-08-20T16:54:33.728Z] #17 49.19 Get:76 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libc6-dev-armel-cross all 2.28-7cross1 [2183 kB]
16:54:33 [2021-08-20T16:54:33.728Z] #17 49.24 Get:77 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libstdc++-8-dev-armel-cross all 8.3.0-2cross1 [1543 kB]
16:54:33 [2021-08-20T16:54:33.728Z] #17 49.27 Get:78 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-8-arm-linux-gnueabi amd64 8.3.0-2cross1 [7131 kB]
16:54:33 [2021-08-20T16:54:33.728Z] #17 49.41 Get:79 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-arm-linux-gnueabi amd64 4:8.3.0-1 [1176 B]
16:54:33 [2021-08-20T16:54:33.988Z] #17 49.41 Get:80 http://cdn-fastly.deb.debian.org/debian buster/main amd64 crossbuild-essential-armel all 12.6 [6568 B]
16:54:33 [2021-08-20T16:54:33.988Z] #17 49.41 Get:81 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libc6-armhf-cross all 2.28-7cross1 [1170 kB]
16:54:33 [2021-08-20T16:54:33.988Z] #17 49.43 Get:82 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgcc1-armhf-cross all 1:8.3.0-2cross1 [37.1 kB]
16:54:33 [2021-08-20T16:54:33.988Z] #17 49.43 Get:83 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgomp1-armhf-cross all 8.3.0-2cross1 [63.1 kB]
16:54:33 [2021-08-20T16:54:33.988Z] #17 49.44 Get:84 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libatomic1-armhf-cross all 8.3.0-2cross1 [6580 B]
16:54:33 [2021-08-20T16:54:33.988Z] #17 49.44 Get:85 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libstdc++6-armhf-cross all 8.3.0-2cross1 [301 kB]
16:54:33 [2021-08-20T16:54:33.988Z] #17 49.44 Get:86 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libasan5-armhf-cross all 8.3.0-2cross1 [330 kB]
16:54:33 [2021-08-20T16:54:33.988Z] #17 49.45 Get:87 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libubsan1-armhf-cross all 8.3.0-2cross1 [103 kB]
16:54:33 [2021-08-20T16:54:33.988Z] #17 49.45 Get:88 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgcc-8-dev-armhf-cross all 8.3.0-2cross1 [612 kB]
16:54:33 [2021-08-20T16:54:33.988Z] #17 49.46 Get:89 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-8-arm-linux-gnueabihf amd64 8.3.0-2cross1 [6974 kB]
16:54:33 [2021-08-20T16:54:33.988Z] #17 49.59 Get:90 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-arm-linux-gnueabihf amd64 4:8.3.0-1 [1456 B]
16:54:33 [2021-08-20T16:54:33.988Z] #17 49.59 Get:91 http://cdn-fastly.deb.debian.org/debian buster/main amd64 linux-libc-dev-armhf-cross all 4.19.20-1cross1 [1212 kB]
16:54:33 [2021-08-20T16:54:33.988Z] #17 49.62 Get:92 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libc6-dev-armhf-cross all 2.28-7cross1 [2148 kB]
16:54:33 [2021-08-20T16:54:33.988Z] #17 49.66 Get:93 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libstdc++-8-dev-armhf-cross all 8.3.0-2cross1 [1556 kB]
16:54:33 [2021-08-20T16:54:33.988Z] #17 49.69 Get:94 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-8-arm-linux-gnueabihf amd64 8.3.0-2cross1 [7133 kB]
16:54:34 [2021-08-20T16:54:34.255Z] #17 49.81 Get:95 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-arm-linux-gnueabihf amd64 4:8.3.0-1 [1180 B]
16:54:34 [2021-08-20T16:54:34.255Z] #17 49.81 Get:96 http://cdn-fastly.deb.debian.org/debian buster/main amd64 crossbuild-essential-armhf all 12.6 [6572 B]
16:54:34 [2021-08-20T16:54:34.255Z] #17 49.81 Get:97 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libc6-ppc64el-cross all 2.28-7cross1 [1606 kB]
16:54:34 [2021-08-20T16:54:34.255Z] #17 49.84 Get:98 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgcc1-ppc64el-cross all 1:8.3.0-2cross1 [30.3 kB]
16:54:34 [2021-08-20T16:54:34.255Z] #17 49.84 Get:99 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgomp1-ppc64el-cross all 8.3.0-2cross1 [77.5 kB]
16:54:34 [2021-08-20T16:54:34.255Z] #17 49.84 Get:100 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libitm1-ppc64el-cross all 8.3.0-2cross1 [29.0 kB]
16:54:34 [2021-08-20T16:54:34.255Z] #17 49.84 Get:101 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libatomic1-ppc64el-cross all 8.3.0-2cross1 [9628 B]
16:54:34 [2021-08-20T16:54:34.255Z] #17 49.85 Get:102 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libstdc++6-ppc64el-cross all 8.3.0-2cross1 [400 kB]
16:54:34 [2021-08-20T16:54:34.255Z] #17 49.85 Get:103 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libasan5-ppc64el-cross all 8.3.0-2cross1 [375 kB]
16:54:34 [2021-08-20T16:54:34.255Z] #17 49.86 Get:104 http://cdn-fastly.deb.debian.org/debian buster/main amd64 liblsan0-ppc64el-cross all 8.3.0-2cross1 [142 kB]
16:54:34 [2021-08-20T16:54:34.255Z] #17 49.86 Get:105 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libtsan0-ppc64el-cross all 8.3.0-2cross1 [284 kB]
16:54:34 [2021-08-20T16:54:34.255Z] #17 49.91 Get:106 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libubsan1-ppc64el-cross all 8.3.0-2cross1 [131 kB]
16:54:34 [2021-08-20T16:54:34.403Z] #44 64.76 Setting up python3-pkg-resources (40.8.0-1) ...
16:54:34 [2021-08-20T16:54:34.514Z] #17 49.91 Get:107 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libquadmath0-ppc64el-cross all 8.3.0-2cross1 [136 kB]
16:54:34 [2021-08-20T16:54:34.515Z] #17 49.92 Get:108 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgcc-8-dev-ppc64el-cross all 8.3.0-2cross1 [1187 kB]
16:54:34 [2021-08-20T16:54:34.515Z] #17 49.96 Get:109 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-8-powerpc64le-linux-gnu amd64 8.3.0-2cross1 [7028 kB]
16:54:34 [2021-08-20T16:54:34.515Z] #17 50.11 Get:110 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-powerpc64le-linux-gnu amd64 4:8.3.0-1 [1472 B]
16:54:34 [2021-08-20T16:54:34.515Z] #17 50.11 Get:111 http://cdn-fastly.deb.debian.org/debian buster/main amd64 linux-libc-dev-ppc64el-cross all 4.19.20-1cross1 [1223 kB]
16:54:34 [2021-08-20T16:54:34.515Z] #17 50.14 Get:112 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libc6-dev-ppc64el-cross all 2.28-7cross1 [2747 kB]
16:54:34 [2021-08-20T16:54:34.515Z] #17 50.18 Get:113 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libstdc++-8-dev-ppc64el-cross all 8.3.0-2cross1 [1572 kB]
16:54:34 [2021-08-20T16:54:34.773Z] #17 50.22 Get:114 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-8-powerpc64le-linux-gnu amd64 8.3.0-2cross1 [7169 kB]
16:54:34 [2021-08-20T16:54:34.968Z] #44 ...
16:54:34 [2021-08-20T16:54:34.968Z] 
16:54:34 [2021-08-20T16:54:34.968Z] #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
16:54:34 [2021-08-20T16:54:34.968Z] #46 sha256:85d5a20cf7ff740618d370a7abe4e4d0ed219e61a71d9cde09b95fcdd5820b66
16:54:34 [2021-08-20T16:54:34.968Z] #46 55.63 bufio
16:54:34 [2021-08-20T16:54:34.968Z] #46 57.06 syscall
16:54:34 [2021-08-20T16:54:34.968Z] #46 64.35 internal/poll
16:54:34 [2021-08-20T16:54:34.968Z] #46 ...
16:54:34 [2021-08-20T16:54:34.968Z] 
16:54:34 [2021-08-20T16:54:34.968Z] #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
16:54:34 [2021-08-20T16:54:34.968Z] #37 sha256:e30243e40c720b573d7d249b357190a998b7c3cf54589f2f824c00b1b2eaec30
16:54:34 [2021-08-20T16:54:34.968Z] #37 6.411 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
16:54:34 [2021-08-20T16:54:34.968Z] #37 6.505 -- Configuring done
16:54:34 [2021-08-20T16:54:34.968Z] #37 6.531 -- Generating done
16:54:34 [2021-08-20T16:54:34.968Z] #37 6.538 -- Build files have been written to: /tmp/tmp.NScCq0LZFE/tini
16:54:34 [2021-08-20T16:54:34.968Z] #37 6.558 + make tini-static
16:54:34 [2021-08-20T16:54:34.968Z] #37 7.016 Scanning dependencies of target tini-static
16:54:34 [2021-08-20T16:54:34.968Z] #37 7.218 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
16:54:35 [2021-08-20T16:54:35.032Z] #17 50.34 Get:115 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-powerpc64le-linux-gnu amd64 4:8.3.0-1 [1184 B]
16:54:35 [2021-08-20T16:54:35.032Z] #17 50.34 Get:116 http://cdn-fastly.deb.debian.org/debian buster/main amd64 crossbuild-essential-ppc64el all 12.6 [6580 B]
16:54:35 [2021-08-20T16:54:35.033Z] #17 50.34 Get:117 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libc6-s390x-cross all 2.28-7cross1 [1308 kB]
16:54:35 [2021-08-20T16:54:35.033Z] #17 50.38 Get:118 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgcc1-s390x-cross all 1:8.3.0-2cross1 [24.8 kB]
16:54:35 [2021-08-20T16:54:35.033Z] #17 50.38 Get:119 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgomp1-s390x-cross all 8.3.0-2cross1 [67.4 kB]
16:54:35 [2021-08-20T16:54:35.033Z] #17 50.38 Get:120 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libitm1-s390x-cross all 8.3.0-2cross1 [26.3 kB]
16:54:35 [2021-08-20T16:54:35.033Z] #17 50.39 Get:121 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libatomic1-s390x-cross all 8.3.0-2cross1 [8088 B]
16:54:35 [2021-08-20T16:54:35.033Z] #17 50.39 Get:122 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libstdc++6-s390x-cross all 8.3.0-2cross1 [353 kB]
16:54:35 [2021-08-20T16:54:35.033Z] #17 50.39 Get:123 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libasan5-s390x-cross all 8.3.0-2cross1 [314 kB]
16:54:35 [2021-08-20T16:54:35.033Z] #17 50.40 Get:124 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libubsan1-s390x-cross all 8.3.0-2cross1 [113 kB]
16:54:35 [2021-08-20T16:54:35.033Z] #17 50.40 Get:125 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgcc-8-dev-s390x-cross all 8.3.0-2cross1 [641 kB]
16:54:35 [2021-08-20T16:54:35.033Z] #17 50.41 Get:126 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-8-s390x-linux-gnu amd64 8.3.0-2cross1 [6368 kB]
16:54:35 [2021-08-20T16:54:35.033Z] #17 50.51 Get:127 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-s390x-linux-gnu amd64 4:8.3.0-1 [1456 B]
16:54:35 [2021-08-20T16:54:35.033Z] #17 50.51 Get:128 http://cdn-fastly.deb.debian.org/debian buster/main amd64 linux-libc-dev-s390x-cross all 4.19.20-1cross1 [1227 kB]
16:54:35 [2021-08-20T16:54:35.033Z] #17 50.53 Get:129 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libc6-dev-s390x-cross all 2.28-7cross1 [2255 kB]
16:54:35 [2021-08-20T16:54:35.033Z] #17 50.58 Get:130 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libstdc++-8-dev-s390x-cross all 8.3.0-2cross1 [1483 kB]
16:54:35 [2021-08-20T16:54:35.033Z] #17 50.60 Get:131 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-8-s390x-linux-gnu amd64 8.3.0-2cross1 [6515 kB]
16:54:35 [2021-08-20T16:54:35.292Z] #17 50.70 Get:132 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-s390x-linux-gnu amd64 4:8.3.0-1 [1176 B]
16:54:35 [2021-08-20T16:54:35.292Z] #17 50.70 Get:133 http://cdn-fastly.deb.debian.org/debian buster/main amd64 crossbuild-essential-s390x all 12.6 [6568 B]
16:54:35 [2021-08-20T16:54:35.533Z] #37 8.446 [100%] Linking C executable tini-static
16:54:35 [2021-08-20T16:54:35.551Z] #17 51.14 debconf: delaying package configuration, since apt-utils is not installed
16:54:35 [2021-08-20T16:54:35.810Z] #17 51.33 Fetched 169 MB in 4s (43.8 MB/s)
16:54:35 [2021-08-20T16:54:35.810Z] #17 51.37 Selecting previously unselected package liblocale-gettext-perl.
16:54:35 [2021-08-20T16:54:35.810Z] #17 51.37 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 15421 files and directories currently installed.)
16:54:35 [2021-08-20T16:54:35.810Z] #17 51.39 Preparing to unpack .../000-liblocale-gettext-perl_1.07-3+b4_amd64.deb ...
16:54:35 [2021-08-20T16:54:35.810Z] #17 51.39 Unpacking liblocale-gettext-perl (1.07-3+b4) ...
16:54:35 [2021-08-20T16:54:35.810Z] #17 51.43 Selecting previously unselected package bzip2.
16:54:35 [2021-08-20T16:54:35.810Z] #17 51.44 Preparing to unpack .../001-bzip2_1.0.6-9.2~deb10u1_amd64.deb ...
16:54:36 [2021-08-20T16:54:36.069Z] #17 51.44 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
16:54:36 [2021-08-20T16:54:36.069Z] #17 51.47 Selecting previously unselected package libmagic-mgc.
16:54:36 [2021-08-20T16:54:36.069Z] #17 51.48 Preparing to unpack .../002-libmagic-mgc_1%3a5.35-4+deb10u2_amd64.deb ...
16:54:36 [2021-08-20T16:54:36.069Z] #17 51.48 Unpacking libmagic-mgc (1:5.35-4+deb10u2) ...
16:54:36 [2021-08-20T16:54:36.069Z] #17 51.60 Selecting previously unselected package libmagic1:amd64.
16:54:36 [2021-08-20T16:54:36.069Z] #17 51.60 Preparing to unpack .../003-libmagic1_1%3a5.35-4+deb10u2_amd64.deb ...
16:54:36 [2021-08-20T16:54:36.069Z] #17 51.61 Unpacking libmagic1:amd64 (1:5.35-4+deb10u2) ...
16:54:36 [2021-08-20T16:54:36.069Z] #17 51.66 Selecting previously unselected package file.
16:54:36 [2021-08-20T16:54:36.069Z] #17 51.66 Preparing to unpack .../004-file_1%3a5.35-4+deb10u2_amd64.deb ...
16:54:36 [2021-08-20T16:54:36.069Z] #17 51.67 Unpacking file (1:5.35-4+deb10u2) ...
16:54:36 [2021-08-20T16:54:36.069Z] #17 51.72 Selecting previously unselected package xz-utils.
16:54:36 [2021-08-20T16:54:36.098Z] #37 ...
16:54:36 [2021-08-20T16:54:36.098Z] 
16:54:36 [2021-08-20T16:54:36.098Z] #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
16:54:36 [2021-08-20T16:54:36.098Z] #52 sha256:acd3697efc4e8bc2accdcc4a246afd62f09d2ff177ebbb1a1c47382f42d35d7c
16:54:36 [2021-08-20T16:54:36.098Z] #52 56.63 reflect
16:54:36 [2021-08-20T16:54:36.098Z] #52 57.18 time
16:54:36 [2021-08-20T16:54:36.098Z] #52 62.76 context
16:54:36 [2021-08-20T16:54:36.098Z] #52 63.56 internal/syscall/unix
16:54:36 [2021-08-20T16:54:36.098Z] #52 63.80 internal/poll
16:54:36 [2021-08-20T16:54:36.098Z] #52 66.38 internal/syscall/execenv
16:54:36 [2021-08-20T16:54:36.098Z] #52 66.62 path
16:54:36 [2021-08-20T16:54:36.098Z] #52 ...
16:54:36 [2021-08-20T16:54:36.098Z] 
16:54:36 [2021-08-20T16:54:36.098Z] #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
16:54:36 [2021-08-20T16:54:36.098Z] #44 sha256:17b9b2c66b5114379bdd507ebb6b3fcb9f10f4d3301507cb76542897a8754e0b
16:54:36 [2021-08-20T16:54:36.098Z] #44 66.25 Setting up python3-protobuf (3.6.1.3-2) ...
16:54:36 [2021-08-20T16:54:36.329Z] #17 51.72 Preparing to unpack .../005-xz-utils_5.2.4-1_amd64.deb ...
16:54:36 [2021-08-20T16:54:36.329Z] #17 51.72 Unpacking xz-utils (5.2.4-1) ...
16:54:36 [2021-08-20T16:54:36.329Z] #17 51.80 Selecting previously unselected package binutils-aarch64-linux-gnu.
16:54:36 [2021-08-20T16:54:36.329Z] #17 51.80 Preparing to unpack .../006-binutils-aarch64-linux-gnu_2.31.1-16_amd64.deb ...
16:54:36 [2021-08-20T16:54:36.329Z] #17 51.81 Unpacking binutils-aarch64-linux-gnu (2.31.1-16) ...
16:54:36 [2021-08-20T16:54:36.898Z] #17 52.34 Selecting previously unselected package binutils-arm-linux-gnueabi.
16:54:36 [2021-08-20T16:54:36.898Z] #17 52.34 Preparing to unpack .../007-binutils-arm-linux-gnueabi_2.31.1-16_amd64.deb ...
16:54:36 [2021-08-20T16:54:36.898Z] #17 52.35 Unpacking binutils-arm-linux-gnueabi (2.31.1-16) ...
16:54:37 [2021-08-20T16:54:37.019Z] #13 ...
16:54:37 [2021-08-20T16:54:37.019Z] 
16:54:37 [2021-08-20T16:54:37.019Z] #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
16:54:37 [2021-08-20T16:54:37.019Z] #44 sha256:17b9b2c66b5114379bdd507ebb6b3fcb9f10f4d3301507cb76542897a8754e0b
16:54:37 [2021-08-20T16:54:37.019Z] #44 63.01 Setting up criu (3.15-1) ...
16:54:37 [2021-08-20T16:54:37.019Z] #44 64.23 Processing triggers for libc-bin (2.28-10) ...
16:54:37 [2021-08-20T16:54:37.019Z] #44 64.44 Processing triggers for mime-support (3.62) ...
16:54:37 [2021-08-20T16:54:37.019Z] #44 DONE 64.8s
16:54:37 [2021-08-20T16:54:37.019Z] 
16:54:37 [2021-08-20T16:54:37.019Z] #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
16:54:37 [2021-08-20T16:54:37.019Z] #59 sha256:00afa52aecaf272b4fa3fadf202496331103b4d8e35c7cdaf9da103fe761ee90
16:54:37 [2021-08-20T16:54:37.019Z] #59 63.70 + for f in rootlesskit rootlesskit-docker-proxy
16:54:37 [2021-08-20T16:54:37.019Z] #59 63.70 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy
16:54:37 [2021-08-20T16:54:37.032Z] #44 ...
16:54:37 [2021-08-20T16:54:37.032Z] 
16:54:37 [2021-08-20T16:54:37.032Z] #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
16:54:37 [2021-08-20T16:54:37.032Z] #37 sha256:e30243e40c720b573d7d249b357190a998b7c3cf54589f2f824c00b1b2eaec30
16:54:37 [2021-08-20T16:54:37.032Z] #37 8.980 [100%] Built target tini-static
16:54:37 [2021-08-20T16:54:37.032Z] #37 9.105 + mkdir -p /build
16:54:37 [2021-08-20T16:54:37.032Z] #37 9.108 + cp tini-static /build/docker-init
16:54:37 [2021-08-20T16:54:37.032Z] #37 DONE 9.7s
16:54:37 [2021-08-20T16:54:37.032Z] 
16:54:37 [2021-08-20T16:54:37.032Z] #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
16:54:37 [2021-08-20T16:54:37.032Z] #46 sha256:85d5a20cf7ff740618d370a7abe4e4d0ed219e61a71d9cde09b95fcdd5820b66
16:54:37 [2021-08-20T16:54:37.032Z] #46 66.00 internal/fmtsort
16:54:37 [2021-08-20T16:54:37.032Z] #46 66.54 internal/syscall/execenv
16:54:37 [2021-08-20T16:54:37.032Z] #46 66.78 path
16:54:37 [2021-08-20T16:54:37.032Z] #46 66.91 regexp/syntax
16:54:37 [2021-08-20T16:54:37.032Z] #46 67.49 io/fs
16:54:37 [2021-08-20T16:54:37.468Z] #17 52.82 Selecting previously unselected package binutils-arm-linux-gnueabihf.
16:54:37 [2021-08-20T16:54:37.468Z] #17 52.82 Preparing to unpack .../008-binutils-arm-linux-gnueabihf_2.31.1-16_amd64.deb ...
16:54:37 [2021-08-20T16:54:37.468Z] #17 52.83 Unpacking binutils-arm-linux-gnueabihf (2.31.1-16) ...
16:54:38 [2021-08-20T16:54:38.038Z] #17 53.37 Selecting previously unselected package binutils-powerpc64le-linux-gnu.
16:54:38 [2021-08-20T16:54:38.038Z] #17 53.37 Preparing to unpack .../009-binutils-powerpc64le-linux-gnu_2.31.1-16_amd64.deb ...
16:54:38 [2021-08-20T16:54:38.038Z] #17 53.38 Unpacking binutils-powerpc64le-linux-gnu (2.31.1-16) ...
16:54:38 [2021-08-20T16:54:38.298Z] #17 53.87 Selecting previously unselected package binutils-s390x-linux-gnu.
16:54:38 [2021-08-20T16:54:38.298Z] #17 53.87 Preparing to unpack .../010-binutils-s390x-linux-gnu_2.31.1-16_amd64.deb ...
16:54:38 [2021-08-20T16:54:38.298Z] #17 53.88 Unpacking binutils-s390x-linux-gnu (2.31.1-16) ...
16:54:38 [2021-08-20T16:54:38.404Z] #46 69.04 os
16:54:38 [2021-08-20T16:54:38.859Z] #57 ...
16:54:38 [2021-08-20T16:54:38.859Z] 
16:54:38 [2021-08-20T16:54:38.859Z] #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
16:54:38 [2021-08-20T16:54:38.859Z] #44 sha256:0cf93f5558ad4c5b3e6b04ba38b9dc1ce88e11cd44491ae850f6a0f51ab32b26
16:54:38 [2021-08-20T16:54:38.859Z] #44 48.46 Selecting previously unselected package libprotobuf17:arm64.
16:54:38 [2021-08-20T16:54:38.859Z] #44 48.47 Preparing to unpack .../1-libprotobuf17_3.6.1.3-2_arm64.deb ...
16:54:38 [2021-08-20T16:54:38.859Z] #44 48.48 Unpacking libprotobuf17:arm64 (3.6.1.3-2) ...
16:54:38 [2021-08-20T16:54:38.859Z] #44 48.75 Selecting previously unselected package python3-pkg-resources.
16:54:38 [2021-08-20T16:54:38.859Z] #44 48.76 Preparing to unpack .../2-python3-pkg-resources_40.8.0-1_all.deb ...
16:54:38 [2021-08-20T16:54:38.859Z] #44 48.76 Unpacking python3-pkg-resources (40.8.0-1) ...
16:54:38 [2021-08-20T16:54:38.859Z] #44 48.89 Selecting previously unselected package python3-six.
16:54:38 [2021-08-20T16:54:38.859Z] #44 48.89 Preparing to unpack .../3-python3-six_1.12.0-1_all.deb ...
16:54:38 [2021-08-20T16:54:38.859Z] #44 48.90 Unpacking python3-six (1.12.0-1) ...
16:54:38 [2021-08-20T16:54:38.859Z] #44 49.00 Selecting previously unselected package python3-protobuf.
16:54:38 [2021-08-20T16:54:38.859Z] #44 49.00 Preparing to unpack .../4-python3-protobuf_3.6.1.3-2_arm64.deb ...
16:54:38 [2021-08-20T16:54:38.859Z] #44 49.02 Unpacking python3-protobuf (3.6.1.3-2) ...
16:54:38 [2021-08-20T16:54:38.859Z] #44 49.31 Selecting previously unselected package libnet1:arm64.
16:54:38 [2021-08-20T16:54:38.859Z] #44 49.31 Preparing to unpack .../5-libnet1_1.1.6+dfsg-3.1_arm64.deb ...
16:54:38 [2021-08-20T16:54:38.859Z] #44 49.32 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ...
16:54:38 [2021-08-20T16:54:38.859Z] #44 49.44 Selecting previously unselected package libnl-3-200:arm64.
16:54:38 [2021-08-20T16:54:38.859Z] #44 49.44 Preparing to unpack .../6-libnl-3-200_3.4.0-1_arm64.deb ...
16:54:38 [2021-08-20T16:54:38.859Z] #44 49.45 Unpacking libnl-3-200:arm64 (3.4.0-1) ...
16:54:38 [2021-08-20T16:54:38.859Z] #44 49.60 Selecting previously unselected package libprotobuf-c1:arm64.
16:54:38 [2021-08-20T16:54:38.859Z] #44 49.60 Preparing to unpack .../7-libprotobuf-c1_1.3.1-1+b1_arm64.deb ...
16:54:38 [2021-08-20T16:54:38.859Z] #44 49.61 Unpacking libprotobuf-c1:arm64 (1.3.1-1+b1) ...
16:54:38 [2021-08-20T16:54:38.859Z] #44 50.03 Selecting previously unselected package criu.
16:54:38 [2021-08-20T16:54:38.859Z] #44 50.04 Preparing to unpack .../8-criu_3.15-1_arm64.deb ...
16:54:38 [2021-08-20T16:54:38.859Z] #44 50.05 Unpacking criu (3.15-1) ...
16:54:38 [2021-08-20T16:54:38.859Z] #44 50.69 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ...
16:54:38 [2021-08-20T16:54:38.859Z] #44 50.70 Setting up libprotobuf-c1:arm64 (1.3.1-1+b1) ...
16:54:38 [2021-08-20T16:54:38.859Z] #44 50.74 Setting up libnl-3-200:arm64 (3.4.0-1) ...
16:54:38 [2021-08-20T16:54:38.859Z] #44 50.79 Setting up libprotobuf17:arm64 (3.6.1.3-2) ...
16:54:38 [2021-08-20T16:54:38.859Z] #44 50.82 Setting up libmpdec2:arm64 (2.4.2-2) ...
16:54:38 [2021-08-20T16:54:38.859Z] #44 50.85 Setting up libpython3.7-stdlib:arm64 (3.7.3-2+deb10u3) ...
16:54:38 [2021-08-20T16:54:38.859Z] #44 50.90 Setting up libpython3-stdlib:arm64 (3.7.3-1) ...
16:54:38 [2021-08-20T16:54:38.859Z] #44 50.94 Setting up python3.7 (3.7.3-2+deb10u3) ...
16:54:38 [2021-08-20T16:54:38.859Z] #44 53.91 Setting up python3 (3.7.3-1) ...
16:54:38 [2021-08-20T16:54:38.859Z] #44 54.43 Setting up python3-six (1.12.0-1) ...
16:54:38 [2021-08-20T16:54:38.859Z] #44 55.12 Setting up python3-pkg-resources (40.8.0-1) ...
16:54:38 [2021-08-20T16:54:38.859Z] #44 56.00 Setting up python3-protobuf (3.6.1.3-2) ...
16:54:38 [2021-08-20T16:54:38.859Z] #44 57.65 Setting up criu (3.15-1) ...
16:54:38 [2021-08-20T16:54:38.859Z] #44 ...
16:54:38 [2021-08-20T16:54:38.859Z] 
16:54:38 [2021-08-20T16:54:38.859Z] #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
16:54:38 [2021-08-20T16:54:38.859Z] #13 sha256:335d109a1c6e1dc92ded0e1c7499a69353a644b5abf7fa532ac147549dfec4f7
16:54:38 [2021-08-20T16:54:38.859Z] #13 44.48 Selecting previously unselected package mingw-w64-x86-64-dev.
16:54:38 [2021-08-20T16:54:38.859Z] #13 44.49 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ...
16:54:38 [2021-08-20T16:54:38.859Z] #13 44.50 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ...
16:54:38 [2021-08-20T16:54:38.859Z] #13 47.75 Selecting previously unselected package gcc-mingw-w64-base.
16:54:38 [2021-08-20T16:54:38.859Z] #13 47.76 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_arm64.deb ...
16:54:38 [2021-08-20T16:54:38.859Z] #13 47.77 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
16:54:38 [2021-08-20T16:54:38.859Z] #13 47.89 Selecting previously unselected package gcc-mingw-w64-x86-64.
16:54:38 [2021-08-20T16:54:38.859Z] #13 47.89 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_arm64.deb ...
16:54:38 [2021-08-20T16:54:38.859Z] #13 47.90 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
16:54:38 [2021-08-20T16:54:38.859Z] #13 ...
16:54:38 [2021-08-20T16:54:38.859Z] 
16:54:38 [2021-08-20T16:54:38.859Z] #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
16:54:38 [2021-08-20T16:54:38.859Z] #44 sha256:0cf93f5558ad4c5b3e6b04ba38b9dc1ce88e11cd44491ae850f6a0f51ab32b26
16:54:38 [2021-08-20T16:54:38.859Z] #44 58.82 Processing triggers for libc-bin (2.28-10) ...
16:54:38 [2021-08-20T16:54:38.859Z] #44 58.91 Processing triggers for mime-support (3.62) ...
16:54:38 [2021-08-20T16:54:38.867Z] #17 54.28 Selecting previously unselected package gcc-8-aarch64-linux-gnu-base:amd64.
16:54:38 [2021-08-20T16:54:38.867Z] #17 54.28 Preparing to unpack .../011-gcc-8-aarch64-linux-gnu-base_8.3.0-2cross1_amd64.deb ...
16:54:38 [2021-08-20T16:54:38.867Z] #17 54.28 Unpacking gcc-8-aarch64-linux-gnu-base:amd64 (8.3.0-2cross1) ...
16:54:38 [2021-08-20T16:54:38.867Z] #17 54.34 Selecting previously unselected package cpp-8-aarch64-linux-gnu.
16:54:38 [2021-08-20T16:54:38.867Z] #17 54.34 Preparing to unpack .../012-cpp-8-aarch64-linux-gnu_8.3.0-2cross1_amd64.deb ...
16:54:38 [2021-08-20T16:54:38.867Z] #17 54.35 Unpacking cpp-8-aarch64-linux-gnu (8.3.0-2cross1) ...
16:54:38 [2021-08-20T16:54:38.928Z] #59 DONE 67.4s
16:54:38 [2021-08-20T16:54:38.928Z] 
16:54:38 [2021-08-20T16:54:38.928Z] #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
16:54:38 [2021-08-20T16:54:38.928Z] #13 sha256:2ea98f0c850f86337a599286b1c82318201b41ac5783d18845b4a9977a584449
16:54:38 [2021-08-20T16:54:38.928Z] #13 ...
16:54:38 [2021-08-20T16:54:38.928Z] 
16:54:38 [2021-08-20T16:54:38.928Z] #60 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build
16:54:38 [2021-08-20T16:54:38.928Z] #60 sha256:a7df152fb3174f8aab128331fd5c1065fa81fe79b92a06fcf97887d6dcdc86e0
16:54:38 [2021-08-20T16:54:38.928Z] #60 DONE 0.1s
16:54:38 [2021-08-20T16:54:38.928Z] 
16:54:38 [2021-08-20T16:54:38.928Z] #61 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build
16:54:38 [2021-08-20T16:54:38.928Z] #61 sha256:755fc63ebfe8b4fb989515d2102ae8b26afe838e8f3c202d6f3a48056b2cba9e
16:54:39 [2021-08-20T16:54:39.187Z] #61 DONE 0.2s
16:54:39 [2021-08-20T16:54:39.187Z] 
16:54:39 [2021-08-20T16:54:39.187Z] #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
16:54:39 [2021-08-20T16:54:39.187Z] #13 sha256:2ea98f0c850f86337a599286b1c82318201b41ac5783d18845b4a9977a584449
16:54:39 [2021-08-20T16:54:39.436Z] #17 55.13 Selecting previously unselected package gcc-8-arm-linux-gnueabi-base:amd64.
16:54:39 [2021-08-20T16:54:39.696Z] #17 55.14 Preparing to unpack .../013-gcc-8-arm-linux-gnueabi-base_8.3.0-2cross1_amd64.deb ...
16:54:39 [2021-08-20T16:54:39.696Z] #17 55.14 Unpacking gcc-8-arm-linux-gnueabi-base:amd64 (8.3.0-2cross1) ...
16:54:39 [2021-08-20T16:54:39.696Z] #17 55.20 Selecting previously unselected package cpp-8-arm-linux-gnueabi.
16:54:39 [2021-08-20T16:54:39.696Z] #17 55.20 Preparing to unpack .../014-cpp-8-arm-linux-gnueabi_8.3.0-2cross1_amd64.deb ...
16:54:39 [2021-08-20T16:54:39.696Z] #17 55.20 Unpacking cpp-8-arm-linux-gnueabi (8.3.0-2cross1) ...
16:54:40 [2021-08-20T16:54:40.634Z] #17 56.06 Selecting previously unselected package gcc-8-arm-linux-gnueabihf-base:amd64.
16:54:40 [2021-08-20T16:54:40.634Z] #17 56.07 Preparing to unpack .../015-gcc-8-arm-linux-gnueabihf-base_8.3.0-2cross1_amd64.deb ...
16:54:40 [2021-08-20T16:54:40.634Z] #17 56.07 Unpacking gcc-8-arm-linux-gnueabihf-base:amd64 (8.3.0-2cross1) ...
16:54:40 [2021-08-20T16:54:40.634Z] #17 56.13 Selecting previously unselected package cpp-8-arm-linux-gnueabihf.
16:54:40 [2021-08-20T16:54:40.634Z] #17 56.13 Preparing to unpack .../016-cpp-8-arm-linux-gnueabihf_8.3.0-2cross1_amd64.deb ...
16:54:40 [2021-08-20T16:54:40.634Z] #17 56.13 Unpacking cpp-8-arm-linux-gnueabihf (8.3.0-2cross1) ...
16:54:40 [2021-08-20T16:54:40.926Z] #46 ...
16:54:40 [2021-08-20T16:54:40.926Z] 
16:54:40 [2021-08-20T16:54:40.926Z] #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
16:54:40 [2021-08-20T16:54:40.926Z] #13 sha256:2ea98f0c850f86337a599286b1c82318201b41ac5783d18845b4a9977a584449
16:54:40 [2021-08-20T16:54:40.926Z] #13 65.44 Selecting previously unselected package gcc-mingw-w64-base.
16:54:40 [2021-08-20T16:54:40.926Z] #13 65.44 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ...
16:54:40 [2021-08-20T16:54:40.926Z] #13 65.46 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
16:54:40 [2021-08-20T16:54:40.926Z] #13 65.61 Selecting previously unselected package gcc-mingw-w64-x86-64.
16:54:40 [2021-08-20T16:54:40.926Z] #13 65.64 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ...
16:54:40 [2021-08-20T16:54:40.926Z] #13 65.65 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
16:54:41 [2021-08-20T16:54:41.414Z] #44 DONE 61.9s
16:54:41 [2021-08-20T16:54:41.414Z] 
16:54:41 [2021-08-20T16:54:41.414Z] #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
16:54:41 [2021-08-20T16:54:41.414Z] #13 sha256:335d109a1c6e1dc92ded0e1c7499a69353a644b5abf7fa532ac147549dfec4f7
16:54:41 [2021-08-20T16:54:41.414Z] #13 54.90 Selecting previously unselected package g++-mingw-w64-x86-64.
16:54:41 [2021-08-20T16:54:41.414Z] #13 54.90 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_arm64.deb ...
16:54:41 [2021-08-20T16:54:41.414Z] #13 54.91 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
16:54:41 [2021-08-20T16:54:41.572Z] #17 57.02 Selecting previously unselected package gcc-8-powerpc64le-linux-gnu-base:amd64.
16:54:41 [2021-08-20T16:54:41.572Z] #17 57.02 Preparing to unpack .../017-gcc-8-powerpc64le-linux-gnu-base_8.3.0-2cross1_amd64.deb ...
16:54:41 [2021-08-20T16:54:41.572Z] #17 57.02 Unpacking gcc-8-powerpc64le-linux-gnu-base:amd64 (8.3.0-2cross1) ...
16:54:41 [2021-08-20T16:54:41.572Z] #17 57.08 Selecting previously unselected package cpp-8-powerpc64le-linux-gnu.
16:54:41 [2021-08-20T16:54:41.572Z] #17 57.09 Preparing to unpack .../018-cpp-8-powerpc64le-linux-gnu_8.3.0-2cross1_amd64.deb ...
16:54:41 [2021-08-20T16:54:41.572Z] #17 57.10 Unpacking cpp-8-powerpc64le-linux-gnu (8.3.0-2cross1) ...
16:54:41 [2021-08-20T16:54:41.858Z] #13 ...
16:54:41 [2021-08-20T16:54:41.858Z] 
16:54:41 [2021-08-20T16:54:41.858Z] #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
16:54:41 [2021-08-20T16:54:41.858Z] #44 sha256:17b9b2c66b5114379bdd507ebb6b3fcb9f10f4d3301507cb76542897a8754e0b
16:54:41 [2021-08-20T16:54:41.858Z] #44 69.94 Setting up criu (3.15-1) ...
16:54:41 [2021-08-20T16:54:41.858Z] #44 71.56 Processing triggers for libc-bin (2.28-10) ...
16:54:41 [2021-08-20T16:54:41.858Z] #44 71.63 Processing triggers for mime-support (3.62) ...
16:54:41 [2021-08-20T16:54:41.858Z] #44 DONE 72.0s
16:54:41 [2021-08-20T16:54:41.858Z] 
16:54:41 [2021-08-20T16:54:41.858Z] #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
16:54:41 [2021-08-20T16:54:41.858Z] #46 sha256:85d5a20cf7ff740618d370a7abe4e4d0ed219e61a71d9cde09b95fcdd5820b66
16:54:41 [2021-08-20T16:54:41.858Z] #46 71.80 regexp
16:54:42 [2021-08-20T16:54:42.480Z] #13 ...
16:54:42 [2021-08-20T16:54:42.480Z] 
16:54:42 [2021-08-20T16:54:42.480Z] #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
16:54:42 [2021-08-20T16:54:42.480Z] #57 sha256:7b20a2d651c2337ff279a73b2e490b18980d43f0ce0ae50f2295b19f80629733
16:54:42 [2021-08-20T16:54:42.480Z] #57 32.35 Checking out files:  92% (4223/4562)   
Checking out files:  93% (4243/4562)   
Checking out files:  94% (4289/4562)   
Checking out files:  95% (4334/4562)   
Checking out files:  96% (4380/4562)   
Checking out files:  97% (4426/4562)   
Checking out files:  98% (4471/4562)   
Checking out files:  99% (4517/4562)   
Checking out files: 100% (4562/4562)   
Checking out files: 100% (4562/4562), done.
16:54:42 [2021-08-20T16:54:42.480Z] #57 32.47 + cd /tmp/tmp.sXO1b3t9FG/src/github.com/containerd/containerd
16:54:42 [2021-08-20T16:54:42.480Z] #57 32.47 + git checkout -q 72cec4be58a9eb6b2910f5d10f1c01ca47d231c0
16:54:42 [2021-08-20T16:54:42.510Z] #17 57.99 Selecting previously unselected package gcc-8-s390x-linux-gnu-base:amd64.
16:54:42 [2021-08-20T16:54:42.510Z] #17 58.00 Preparing to unpack .../019-gcc-8-s390x-linux-gnu-base_8.3.0-2cross1_amd64.deb ...
16:54:42 [2021-08-20T16:54:42.510Z] #17 58.00 Unpacking gcc-8-s390x-linux-gnu-base:amd64 (8.3.0-2cross1) ...
16:54:42 [2021-08-20T16:54:42.510Z] #17 58.06 Selecting previously unselected package cpp-8-s390x-linux-gnu.
16:54:42 [2021-08-20T16:54:42.510Z] #17 58.06 Preparing to unpack .../020-cpp-8-s390x-linux-gnu_8.3.0-2cross1_amd64.deb ...
16:54:42 [2021-08-20T16:54:42.511Z] #17 58.06 Unpacking cpp-8-s390x-linux-gnu (8.3.0-2cross1) ...
16:54:42 [2021-08-20T16:54:42.740Z] #57 ...
16:54:42 [2021-08-20T16:54:42.740Z] 
16:54:42 [2021-08-20T16:54:42.740Z] #64 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64
16:54:42 [2021-08-20T16:54:42.740Z] #64 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9
16:54:42 [2021-08-20T16:54:42.740Z] #64 CACHED
16:54:42 [2021-08-20T16:54:42.740Z] 
16:54:42 [2021-08-20T16:54:42.740Z] #66 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64
16:54:42 [2021-08-20T16:54:42.740Z] #66 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9
16:54:42 [2021-08-20T16:54:42.740Z] #66 CACHED
16:54:42 [2021-08-20T16:54:42.740Z] 
16:54:42 [2021-08-20T16:54:42.740Z] #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
16:54:42 [2021-08-20T16:54:42.740Z] #13 sha256:2ea98f0c850f86337a599286b1c82318201b41ac5783d18845b4a9977a584449
16:54:42 [2021-08-20T16:54:42.790Z] #46 73.59 fmt
16:54:43 [2021-08-20T16:54:43.000Z] #13 ...
16:54:43 [2021-08-20T16:54:43.000Z] 
16:54:43 [2021-08-20T16:54:43.000Z] #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
16:54:43 [2021-08-20T16:54:43.000Z] #57 sha256:7b20a2d651c2337ff279a73b2e490b18980d43f0ce0ae50f2295b19f80629733
16:54:43 [2021-08-20T16:54:43.000Z] #57 33.55 + export 'BUILDTAGS=netgo osusergo static_build'
16:54:43 [2021-08-20T16:54:43.260Z] #57 33.55 + BUILDTAGS='netgo osusergo static_build'
16:54:43 [2021-08-20T16:54:43.260Z] #57 33.55 + export EXTRA_FLAGS=-buildmode=pie
16:54:43 [2021-08-20T16:54:43.260Z] #57 33.55 + EXTRA_FLAGS=-buildmode=pie
16:54:43 [2021-08-20T16:54:43.260Z] #57 33.55 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
16:54:43 [2021-08-20T16:54:43.260Z] #57 33.55 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
16:54:43 [2021-08-20T16:54:43.260Z] #57 33.55 + '[' '' = dynamic ']'
16:54:43 [2021-08-20T16:54:43.260Z] #57 33.55 + make
16:54:43 [2021-08-20T16:54:43.449Z] #17 58.92 Selecting previously unselected package cpp-aarch64-linux-gnu.
16:54:43 [2021-08-20T16:54:43.449Z] #17 58.93 Preparing to unpack .../021-cpp-aarch64-linux-gnu_4%3a8.3.0-1_amd64.deb ...
16:54:43 [2021-08-20T16:54:43.449Z] #17 58.93 Unpacking cpp-aarch64-linux-gnu (4:8.3.0-1) ...
16:54:43 [2021-08-20T16:54:43.449Z] #17 58.96 Selecting previously unselected package cpp-arm-linux-gnueabi.
16:54:43 [2021-08-20T16:54:43.449Z] #17 58.96 Preparing to unpack .../022-cpp-arm-linux-gnueabi_4%3a8.3.0-1_amd64.deb ...
16:54:43 [2021-08-20T16:54:43.449Z] #17 58.97 Unpacking cpp-arm-linux-gnueabi (4:8.3.0-1) ...
16:54:43 [2021-08-20T16:54:43.449Z] #17 59.00 Selecting previously unselected package cpp-arm-linux-gnueabihf.
16:54:43 [2021-08-20T16:54:43.449Z] #17 59.00 Preparing to unpack .../023-cpp-arm-linux-gnueabihf_4%3a8.3.0-1_amd64.deb ...
16:54:43 [2021-08-20T16:54:43.449Z] #17 59.00 Unpacking cpp-arm-linux-gnueabihf (4:8.3.0-1) ...
16:54:43 [2021-08-20T16:54:43.449Z] #17 59.03 Selecting previously unselected package cpp-powerpc64le-linux-gnu.
16:54:43 [2021-08-20T16:54:43.449Z] #17 59.03 Preparing to unpack .../024-cpp-powerpc64le-linux-gnu_4%3a8.3.0-1_amd64.deb ...
16:54:43 [2021-08-20T16:54:43.449Z] #17 59.04 Unpacking cpp-powerpc64le-linux-gnu (4:8.3.0-1) ...
16:54:43 [2021-08-20T16:54:43.449Z] #17 59.07 Selecting previously unselected package cpp-s390x-linux-gnu.
16:54:43 [2021-08-20T16:54:43.449Z] #17 59.07 Preparing to unpack .../025-cpp-s390x-linux-gnu_4%3a8.3.0-1_amd64.deb ...
16:54:43 [2021-08-20T16:54:43.449Z] #17 59.07 Unpacking cpp-s390x-linux-gnu (4:8.3.0-1) ...
16:54:43 [2021-08-20T16:54:43.449Z] #17 59.11 Selecting previously unselected package cross-config.
16:54:43 [2021-08-20T16:54:43.709Z] #17 59.11 Preparing to unpack .../026-cross-config_2.6.15-3_all.deb ...
16:54:43 [2021-08-20T16:54:43.709Z] #17 59.11 Unpacking cross-config (2.6.15-3) ...
16:54:43 [2021-08-20T16:54:43.709Z] #17 59.16 Selecting previously unselected package gcc-8-cross-base.
16:54:43 [2021-08-20T16:54:43.709Z] #17 59.16 Preparing to unpack .../027-gcc-8-cross-base_8.3.0-2cross1_all.deb ...
16:54:43 [2021-08-20T16:54:43.709Z] #17 59.17 Unpacking gcc-8-cross-base (8.3.0-2cross1) ...
16:54:43 [2021-08-20T16:54:43.709Z] #17 59.22 Selecting previously unselected package libc6-arm64-cross.
16:54:43 [2021-08-20T16:54:43.709Z] #17 59.23 Preparing to unpack .../028-libc6-arm64-cross_2.28-7cross1_all.deb ...
16:54:43 [2021-08-20T16:54:43.709Z] #17 59.23 Unpacking libc6-arm64-cross (2.28-7cross1) ...
16:54:43 [2021-08-20T16:54:43.830Z] #57 34.27 + bin/ctr
16:54:43 [2021-08-20T16:54:43.968Z] #17 59.42 Selecting previously unselected package libgcc1-arm64-cross.
16:54:43 [2021-08-20T16:54:43.968Z] #17 59.42 Preparing to unpack .../029-libgcc1-arm64-cross_1%3a8.3.0-2cross1_all.deb ...
16:54:43 [2021-08-20T16:54:43.968Z] #17 59.43 Unpacking libgcc1-arm64-cross (1:8.3.0-2cross1) ...
16:54:43 [2021-08-20T16:54:43.968Z] #17 59.46 Selecting previously unselected package libgomp1-arm64-cross.
16:54:43 [2021-08-20T16:54:43.968Z] #17 59.47 Preparing to unpack .../030-libgomp1-arm64-cross_8.3.0-2cross1_all.deb ...
16:54:43 [2021-08-20T16:54:43.968Z] #17 59.47 Unpacking libgomp1-arm64-cross (8.3.0-2cross1) ...
16:54:43 [2021-08-20T16:54:43.968Z] #17 59.52 Selecting previously unselected package libitm1-arm64-cross.
16:54:43 [2021-08-20T16:54:43.968Z] #17 59.52 Preparing to unpack .../031-libitm1-arm64-cross_8.3.0-2cross1_all.deb ...
16:54:43 [2021-08-20T16:54:43.968Z] #17 59.52 Unpacking libitm1-arm64-cross (8.3.0-2cross1) ...
16:54:43 [2021-08-20T16:54:43.968Z] #17 59.56 Selecting previously unselected package libatomic1-arm64-cross.
16:54:43 [2021-08-20T16:54:43.968Z] #17 59.57 Preparing to unpack .../032-libatomic1-arm64-cross_8.3.0-2cross1_all.deb ...
16:54:43 [2021-08-20T16:54:43.968Z] #17 59.57 Unpacking libatomic1-arm64-cross (8.3.0-2cross1) ...
16:54:43 [2021-08-20T16:54:43.968Z] #17 59.61 Selecting previously unselected package libstdc++6-arm64-cross.
16:54:43 [2021-08-20T16:54:43.968Z] #17 59.61 Preparing to unpack .../033-libstdc++6-arm64-cross_8.3.0-2cross1_all.deb ...
16:54:43 [2021-08-20T16:54:43.968Z] #17 59.62 Unpacking libstdc++6-arm64-cross (8.3.0-2cross1) ...
16:54:44 [2021-08-20T16:54:44.228Z] #17 59.72 Selecting previously unselected package libasan5-arm64-cross.
16:54:44 [2021-08-20T16:54:44.228Z] #17 59.73 Preparing to unpack .../034-libasan5-arm64-cross_8.3.0-2cross1_all.deb ...
16:54:44 [2021-08-20T16:54:44.228Z] #17 59.73 Unpacking libasan5-arm64-cross (8.3.0-2cross1) ...
16:54:44 [2021-08-20T16:54:44.552Z] #17 59.84 Selecting previously unselected package liblsan0-arm64-cross.
16:54:44 [2021-08-20T16:54:44.552Z] #17 59.85 Preparing to unpack .../035-liblsan0-arm64-cross_8.3.0-2cross1_all.deb ...
16:54:44 [2021-08-20T16:54:44.552Z] #17 59.85 Unpacking liblsan0-arm64-cross (8.3.0-2cross1) ...
16:54:44 [2021-08-20T16:54:44.552Z] #17 59.90 Selecting previously unselected package libtsan0-arm64-cross.
16:54:44 [2021-08-20T16:54:44.552Z] #17 59.91 Preparing to unpack .../036-libtsan0-arm64-cross_8.3.0-2cross1_all.deb ...
16:54:44 [2021-08-20T16:54:44.552Z] #17 59.91 Unpacking libtsan0-arm64-cross (8.3.0-2cross1) ...
16:54:44 [2021-08-20T16:54:44.552Z] #17 60.00 Selecting previously unselected package libubsan1-arm64-cross.
16:54:44 [2021-08-20T16:54:44.552Z] #17 60.00 Preparing to unpack .../037-libubsan1-arm64-cross_8.3.0-2cross1_all.deb ...
16:54:44 [2021-08-20T16:54:44.552Z] #17 60.01 Unpacking libubsan1-arm64-cross (8.3.0-2cross1) ...
16:54:44 [2021-08-20T16:54:44.552Z] #17 60.05 Selecting previously unselected package libgcc-8-dev-arm64-cross.
16:54:44 [2021-08-20T16:54:44.552Z] #17 60.06 Preparing to unpack .../038-libgcc-8-dev-arm64-cross_8.3.0-2cross1_all.deb ...
16:54:44 [2021-08-20T16:54:44.552Z] #17 60.06 Unpacking libgcc-8-dev-arm64-cross (8.3.0-2cross1) ...
16:54:44 [2021-08-20T16:54:44.686Z] #46 75.26 path/filepath
16:54:44 [2021-08-20T16:54:44.812Z] #17 60.30 Selecting previously unselected package gcc-8-aarch64-linux-gnu.
16:54:44 [2021-08-20T16:54:44.812Z] #17 60.30 Preparing to unpack .../039-gcc-8-aarch64-linux-gnu_8.3.0-2cross1_amd64.deb ...
16:54:44 [2021-08-20T16:54:44.812Z] #17 60.31 Unpacking gcc-8-aarch64-linux-gnu (8.3.0-2cross1) ...
16:54:45 [2021-08-20T16:54:45.618Z] #46 76.24 internal/lazyregexp
16:54:45 [2021-08-20T16:54:45.618Z] #46 76.51 io/ioutil
16:54:45 [2021-08-20T16:54:45.631Z] #13 61.08 Selecting previously unselected package libapparmor1:arm64.
16:54:45 [2021-08-20T16:54:45.631Z] #13 61.09 Preparing to unpack .../10-libapparmor1_2.13.2-10_arm64.deb ...
16:54:45 [2021-08-20T16:54:45.631Z] #13 61.09 Unpacking libapparmor1:arm64 (2.13.2-10) ...
16:54:45 [2021-08-20T16:54:45.631Z] #13 61.18 Selecting previously unselected package libapparmor-dev:arm64.
16:54:45 [2021-08-20T16:54:45.631Z] #13 61.18 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_arm64.deb ...
16:54:45 [2021-08-20T16:54:45.631Z] #13 61.19 Unpacking libapparmor-dev:arm64 (2.13.2-10) ...
16:54:45 [2021-08-20T16:54:45.631Z] #13 61.29 Selecting previously unselected package libbtrfs0.
16:54:45 [2021-08-20T16:54:45.631Z] #13 61.31 Preparing to unpack .../12-libbtrfs0_4.20.1-2_arm64.deb ...
16:54:45 [2021-08-20T16:54:45.631Z] #13 61.31 Unpacking libbtrfs0 (4.20.1-2) ...
16:54:45 [2021-08-20T16:54:45.631Z] #13 61.40 Selecting previously unselected package libbtrfs-dev.
16:54:45 [2021-08-20T16:54:45.631Z] #13 61.41 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_arm64.deb ...
16:54:45 [2021-08-20T16:54:45.631Z] #13 61.42 Unpacking libbtrfs-dev (4.20.1-2) ...
16:54:45 [2021-08-20T16:54:45.631Z] #13 61.53 Selecting previously unselected package libdevmapper-event1.02.1:arm64.
16:54:45 [2021-08-20T16:54:45.631Z] #13 61.54 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_arm64.deb ...
16:54:45 [2021-08-20T16:54:45.631Z] #13 61.54 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.155-3) ...
16:54:45 [2021-08-20T16:54:45.631Z] #13 61.64 Selecting previously unselected package libudev-dev:arm64.
16:54:45 [2021-08-20T16:54:45.631Z] #13 61.64 Preparing to unpack .../15-libudev-dev_241-7~deb10u8_arm64.deb ...
16:54:45 [2021-08-20T16:54:45.631Z] #13 61.67 Unpacking libudev-dev:arm64 (241-7~deb10u8) ...
16:54:45 [2021-08-20T16:54:45.631Z] #13 61.80 Selecting previously unselected package libsepol1-dev:arm64.
16:54:45 [2021-08-20T16:54:45.631Z] #13 61.80 Preparing to unpack .../16-libsepol1-dev_2.8-1_arm64.deb ...
16:54:45 [2021-08-20T16:54:45.631Z] #13 61.81 Unpacking libsepol1-dev:arm64 (2.8-1) ...
16:54:45 [2021-08-20T16:54:45.750Z] #17 61.25 Selecting previously unselected package gcc-aarch64-linux-gnu.
16:54:45 [2021-08-20T16:54:45.750Z] #17 61.25 Preparing to unpack .../040-gcc-aarch64-linux-gnu_4%3a8.3.0-1_amd64.deb ...
16:54:45 [2021-08-20T16:54:45.750Z] #17 61.26 Unpacking gcc-aarch64-linux-gnu (4:8.3.0-1) ...
16:54:45 [2021-08-20T16:54:45.750Z] #17 61.29 Selecting previously unselected package linux-libc-dev-arm64-cross.
16:54:45 [2021-08-20T16:54:45.750Z] #17 61.30 Preparing to unpack .../041-linux-libc-dev-arm64-cross_4.19.20-1cross1_all.deb ...
16:54:45 [2021-08-20T16:54:45.750Z] #17 61.30 Unpacking linux-libc-dev-arm64-cross (4.19.20-1cross1) ...
16:54:45 [2021-08-20T16:54:45.892Z] #13 62.01 Selecting previously unselected package libpcre16-3:arm64.
16:54:45 [2021-08-20T16:54:45.892Z] #13 62.01 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_arm64.deb ...
16:54:45 [2021-08-20T16:54:45.892Z] #13 62.03 Unpacking libpcre16-3:arm64 (2:8.39-12) ...
16:54:45 [2021-08-20T16:54:45.892Z] #13 62.13 Selecting previously unselected package libpcre32-3:arm64.
16:54:45 [2021-08-20T16:54:45.892Z] #13 62.14 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_arm64.deb ...
16:54:45 [2021-08-20T16:54:45.892Z] #13 62.14 Unpacking libpcre32-3:arm64 (2:8.39-12) ...
16:54:46 [2021-08-20T16:54:46.155Z] #13 62.28 Selecting previously unselected package libpcrecpp0v5:arm64.
16:54:46 [2021-08-20T16:54:46.155Z] #13 62.29 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_arm64.deb ...
16:54:46 [2021-08-20T16:54:46.155Z] #13 62.30 Unpacking libpcrecpp0v5:arm64 (2:8.39-12) ...
16:54:46 [2021-08-20T16:54:46.155Z] #13 62.39 Selecting previously unselected package libpcre3-dev:arm64.
16:54:46 [2021-08-20T16:54:46.155Z] #13 62.39 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_arm64.deb ...
16:54:46 [2021-08-20T16:54:46.155Z] #13 62.41 Unpacking libpcre3-dev:arm64 (2:8.39-12) ...
16:54:46 [2021-08-20T16:54:46.183Z] #46 76.88 github.com/LK4D4/vndr/versioned
16:54:46 [2021-08-20T16:54:46.183Z] #46 76.97 hash/crc32
16:54:46 [2021-08-20T16:54:46.320Z] #17 61.62 Selecting previously unselected package libc6-dev-arm64-cross.
16:54:46 [2021-08-20T16:54:46.320Z] #17 61.63 Preparing to unpack .../042-libc6-dev-arm64-cross_2.28-7cross1_all.deb ...
16:54:46 [2021-08-20T16:54:46.320Z] #17 61.63 Unpacking libc6-dev-arm64-cross (2.28-7cross1) ...
16:54:46 [2021-08-20T16:54:46.417Z] #13 62.63 Selecting previously unselected package libselinux1-dev:arm64.
16:54:46 [2021-08-20T16:54:46.417Z] #13 62.64 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_arm64.deb ...
16:54:46 [2021-08-20T16:54:46.417Z] #13 62.65 Unpacking libselinux1-dev:arm64 (2.8-1+b1) ...
16:54:46 [2021-08-20T16:54:46.440Z] #46 ...
16:54:46 [2021-08-20T16:54:46.440Z] 
16:54:46 [2021-08-20T16:54:46.440Z] #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
16:54:46 [2021-08-20T16:54:46.440Z] #52 sha256:acd3697efc4e8bc2accdcc4a246afd62f09d2ff177ebbb1a1c47382f42d35d7c
16:54:46 [2021-08-20T16:54:46.440Z] #52 67.23 io/fs
16:54:46 [2021-08-20T16:54:46.440Z] #52 68.64 encoding/binary
16:54:46 [2021-08-20T16:54:46.440Z] #52 68.69 os
16:54:46 [2021-08-20T16:54:46.440Z] #52 70.61 encoding/base64
16:54:46 [2021-08-20T16:54:46.440Z] #52 71.33 golang.org/x/sys/unix
16:54:46 [2021-08-20T16:54:46.440Z] #52 73.30 fmt
16:54:46 [2021-08-20T16:54:46.440Z] #52 77.38 encoding/json
16:54:46 [2021-08-20T16:54:46.580Z] #17 62.10 Selecting previously unselected package libstdc++-8-dev-arm64-cross.
16:54:46 [2021-08-20T16:54:46.580Z] #17 62.11 Preparing to unpack .../043-libstdc++-8-dev-arm64-cross_8.3.0-2cross1_all.deb ...
16:54:46 [2021-08-20T16:54:46.580Z] #17 62.11 Unpacking libstdc++-8-dev-arm64-cross (8.3.0-2cross1) ...
16:54:46 [2021-08-20T16:54:46.679Z] #13 62.84 Selecting previously unselected package libdevmapper-dev:arm64.
16:54:46 [2021-08-20T16:54:46.679Z] #13 62.85 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_arm64.deb ...
16:54:46 [2021-08-20T16:54:46.679Z] #13 62.85 Unpacking libdevmapper-dev:arm64 (2:1.02.155-3) ...
16:54:46 [2021-08-20T16:54:46.679Z] #13 62.92 Selecting previously unselected package libseccomp-dev:arm64.
16:54:46 [2021-08-20T16:54:46.679Z] #13 62.93 Preparing to unpack .../23-libseccomp-dev_2.4.4-1~bpo10+1_arm64.deb ...
16:54:46 [2021-08-20T16:54:46.679Z] #13 62.94 Unpacking libseccomp-dev:arm64 (2.4.4-1~bpo10+1) ...
16:54:46 [2021-08-20T16:54:46.679Z] #13 63.05 Selecting previously unselected package libsystemd-dev:arm64.
16:54:46 [2021-08-20T16:54:46.698Z] #52 ...
16:54:46 [2021-08-20T16:54:46.698Z] 
16:54:46 [2021-08-20T16:54:46.698Z] #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
16:54:46 [2021-08-20T16:54:46.698Z] #46 sha256:85d5a20cf7ff740618d370a7abe4e4d0ed219e61a71d9cde09b95fcdd5820b66
16:54:46 [2021-08-20T16:54:46.698Z] #46 77.43 flag
16:54:46 [2021-08-20T16:54:46.941Z] #13 63.06 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u8_arm64.deb ...
16:54:46 [2021-08-20T16:54:46.941Z] #13 63.06 Unpacking libsystemd-dev:arm64 (241-7~deb10u8) ...
16:54:46 [2021-08-20T16:54:46.955Z] #46 77.70 go/token
16:54:47 [2021-08-20T16:54:47.150Z] #17 62.59 Selecting previously unselected package g++-8-aarch64-linux-gnu.
16:54:47 [2021-08-20T16:54:47.150Z] #17 62.60 Preparing to unpack .../044-g++-8-aarch64-linux-gnu_8.3.0-2cross1_amd64.deb ...
16:54:47 [2021-08-20T16:54:47.150Z] #17 62.61 Unpacking g++-8-aarch64-linux-gnu (8.3.0-2cross1) ...
16:54:47 [2021-08-20T16:54:47.204Z] #13 63.40 Setting up libpcrecpp0v5:arm64 (2:8.39-12) ...
16:54:47 [2021-08-20T16:54:47.204Z] #13 63.42 Setting up libseccomp-dev:arm64 (2.4.4-1~bpo10+1) ...
16:54:47 [2021-08-20T16:54:47.204Z] #13 63.43 Setting up libapparmor1:arm64 (2.13.2-10) ...
16:54:47 [2021-08-20T16:54:47.204Z] #13 63.45 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
16:54:47 [2021-08-20T16:54:47.204Z] #13 63.46 Setting up libpcre16-3:arm64 (2:8.39-12) ...
16:54:47 [2021-08-20T16:54:47.204Z] #13 63.47 Setting up libsepol1-dev:arm64 (2.8-1) ...
16:54:47 [2021-08-20T16:54:47.204Z] #13 63.49 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
16:54:47 [2021-08-20T16:54:47.204Z] #13 63.50 Setting up libbtrfs0 (4.20.1-2) ...
16:54:47 [2021-08-20T16:54:47.204Z] #13 63.52 Setting up libpcre32-3:arm64 (2:8.39-12) ...
16:54:47 [2021-08-20T16:54:47.204Z] #13 63.54 Setting up libudev-dev:arm64 (241-7~deb10u8) ...
16:54:47 [2021-08-20T16:54:47.467Z] #13 63.57 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
16:54:47 [2021-08-20T16:54:47.467Z] #13 63.59 Setting up libbtrfs-dev (4.20.1-2) ...
16:54:47 [2021-08-20T16:54:47.467Z] #13 63.60 Setting up libapparmor-dev:arm64 (2.13.2-10) ...
16:54:47 [2021-08-20T16:54:47.467Z] #13 63.62 Setting up mingw-w64-common (6.0.0-3) ...
16:54:47 [2021-08-20T16:54:47.467Z] #13 63.63 Setting up libsystemd-dev:arm64 (241-7~deb10u8) ...
16:54:47 [2021-08-20T16:54:47.467Z] #13 63.65 Setting up mingw-w64-x86-64-dev (6.0.0-3) ...
16:54:47 [2021-08-20T16:54:47.467Z] #13 63.66 Setting up libpcre3-dev:arm64 (2:8.39-12) ...
16:54:47 [2021-08-20T16:54:47.467Z] #13 63.68 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
16:54:47 [2021-08-20T16:54:47.467Z] #13 63.70 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
16:54:47 [2021-08-20T16:54:47.467Z] #13 63.71 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
16:54:47 [2021-08-20T16:54:47.467Z] #13 63.72 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
16:54:47 [2021-08-20T16:54:47.467Z] #13 63.73 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
16:54:47 [2021-08-20T16:54:47.467Z] #13 63.74 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
16:54:47 [2021-08-20T16:54:47.467Z] #13 63.75 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ...
16:54:47 [2021-08-20T16:54:47.467Z] #13 63.77 Setting up libselinux1-dev:arm64 (2.8-1+b1) ...
16:54:47 [2021-08-20T16:54:47.467Z] #13 63.78 Setting up libdevmapper1.02.1:arm64 (2:1.02.155-3) ...
16:54:47 [2021-08-20T16:54:47.729Z] #13 63.81 Setting up dmsetup (2:1.02.155-3) ...
16:54:47 [2021-08-20T16:54:47.729Z] #13 63.83 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.155-3) ...
16:54:47 [2021-08-20T16:54:47.729Z] #13 63.85 Setting up libdevmapper-dev:arm64 (2:1.02.155-3) ...
16:54:47 [2021-08-20T16:54:47.729Z] #13 63.86 Processing triggers for libc-bin (2.28-10) ...
16:54:47 [2021-08-20T16:54:47.892Z] #46 78.54 go/scanner
16:54:48 [2021-08-20T16:54:48.089Z] #17 63.49 Selecting previously unselected package g++-aarch64-linux-gnu.
16:54:48 [2021-08-20T16:54:48.089Z] #17 63.50 Preparing to unpack .../045-g++-aarch64-linux-gnu_4%3a8.3.0-1_amd64.deb ...
16:54:48 [2021-08-20T16:54:48.089Z] #17 63.50 Unpacking g++-aarch64-linux-gnu (4:8.3.0-1) ...
16:54:48 [2021-08-20T16:54:48.089Z] #17 63.53 Selecting previously unselected package patch.
16:54:48 [2021-08-20T16:54:48.089Z] #17 63.53 Preparing to unpack .../046-patch_2.7.6-3+deb10u1_amd64.deb ...
16:54:48 [2021-08-20T16:54:48.089Z] #17 63.53 Unpacking patch (2.7.6-3+deb10u1) ...
16:54:48 [2021-08-20T16:54:48.089Z] #17 63.58 Selecting previously unselected package dpkg-dev.
16:54:48 [2021-08-20T16:54:48.089Z] #17 63.58 Preparing to unpack .../047-dpkg-dev_1.19.7_all.deb ...
16:54:48 [2021-08-20T16:54:48.089Z] #17 63.59 Unpacking dpkg-dev (1.19.7) ...
16:54:48 [2021-08-20T16:54:48.089Z] #17 63.77 Selecting previously unselected package libconfig-inifiles-perl.
16:54:48 [2021-08-20T16:54:48.150Z] #46 78.94 net/url
16:54:48 [2021-08-20T16:54:48.304Z] #13 DONE 64.6s
16:54:48 [2021-08-20T16:54:48.304Z] 
16:54:48 [2021-08-20T16:54:48.304Z] #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
16:54:48 [2021-08-20T16:54:48.304Z] #54 sha256:311b739adca8aabecd3d628b2343208afbd4921ff8b5c61d35959daa23692937
16:54:48 [2021-08-20T16:54:48.348Z] #17 63.77 Preparing to unpack .../048-libconfig-inifiles-perl_3.000001-1_all.deb ...
16:54:48 [2021-08-20T16:54:48.348Z] #17 63.78 Unpacking libconfig-inifiles-perl (3.000001-1) ...
16:54:48 [2021-08-20T16:54:48.348Z] #17 63.82 Selecting previously unselected package libio-string-perl.
16:54:48 [2021-08-20T16:54:48.348Z] #17 63.83 Preparing to unpack .../049-libio-string-perl_1.08-3_all.deb ...
16:54:48 [2021-08-20T16:54:48.348Z] #17 63.83 Unpacking libio-string-perl (1.08-3) ...
16:54:48 [2021-08-20T16:54:48.348Z] #17 63.86 Selecting previously unselected package libicu63:amd64.
16:54:48 [2021-08-20T16:54:48.348Z] #17 63.86 Preparing to unpack .../050-libicu63_63.1-6+deb10u1_amd64.deb ...
16:54:48 [2021-08-20T16:54:48.348Z] #17 63.87 Unpacking libicu63:amd64 (63.1-6+deb10u1) ...
16:54:49 [2021-08-20T16:54:49.082Z] #46 79.66 go/ast
16:54:49 [2021-08-20T16:54:49.544Z] #17 64.94 Selecting previously unselected package libxml2:amd64.
16:54:49 [2021-08-20T16:54:49.544Z] #17 64.94 Preparing to unpack .../051-libxml2_2.9.4+dfsg1-7+deb10u2_amd64.deb ...
16:54:49 [2021-08-20T16:54:49.544Z] #17 64.95 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u2) ...
16:54:49 [2021-08-20T16:54:49.544Z] #17 65.05 Selecting previously unselected package libxml-namespacesupport-perl.
16:54:49 [2021-08-20T16:54:49.544Z] #17 65.05 Preparing to unpack .../052-libxml-namespacesupport-perl_1.12-1_all.deb ...
16:54:49 [2021-08-20T16:54:49.544Z] #17 65.06 Unpacking libxml-namespacesupport-perl (1.12-1) ...
16:54:49 [2021-08-20T16:54:49.544Z] #17 65.09 Selecting previously unselected package libxml-sax-base-perl.
16:54:49 [2021-08-20T16:54:49.544Z] #17 65.09 Preparing to unpack .../053-libxml-sax-base-perl_1.09-1_all.deb ...
16:54:49 [2021-08-20T16:54:49.544Z] #17 65.09 Unpacking libxml-sax-base-perl (1.09-1) ...
16:54:49 [2021-08-20T16:54:49.544Z] #17 65.13 Selecting previously unselected package libxml-sax-perl.
16:54:49 [2021-08-20T16:54:49.544Z] #17 65.14 Preparing to unpack .../054-libxml-sax-perl_1.00+dfsg-1_all.deb ...
16:54:49 [2021-08-20T16:54:49.544Z] #17 65.14 Unpacking libxml-sax-perl (1.00+dfsg-1) ...
16:54:49 [2021-08-20T16:54:49.737Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
16:54:49 [2021-08-20T16:54:49.737Z] Building: bundles/dynbinary-daemon/docker-proxy-dev
16:54:49 [2021-08-20T16:54:49.737Z] GOOS="" GOARCH="" GOARM=""
16:54:49 [2021-08-20T16:54:49.737Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev
16:54:49 [2021-08-20T16:54:49.737Z] 
16:54:49 [2021-08-20T16:54:49.737Z] + TEST_INTEGRATION_DEST=2
16:54:49 [2021-08-20T16:54:49.737Z] + CONTAINER_NAME=docker-pr2-2
16:54:49 [2021-08-20T16:54:49.737Z] + TEST_SKIP_INTEGRATION=1
16:54:49 [2021-08-20T16:54:49.737Z] + TESTFLAGS='-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/'
16:54:49 [2021-08-20T16:54:49.737Z] + run_tests
16:54:49 [2021-08-20T16:54:49.737Z] + c=0
16:54:49 [2021-08-20T16:54:49.737Z] + '[' -n 0 ']'
16:54:49 [2021-08-20T16:54:49.737Z] + rm=
16:54:49 [2021-08-20T16:54:49.737Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-42765/bundles/2:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42765/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-42765/.git:/go/src/github.com/docker/docker/.git --name docker-pr2-2 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=fd3e16cb5aa3e192bd4a94c47e3f2a1b971cf423 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:fd3e16cb5aa3e192bd4a94c47e3f2a1b971cf423 hack/make.sh '' test-integration
16:54:49 [2021-08-20T16:54:49.737Z] + TEST_INTEGRATION_DEST=1
16:54:49 [2021-08-20T16:54:49.737Z] + CONTAINER_NAME=docker-pr2-1
16:54:49 [2021-08-20T16:54:49.737Z] + TEST_SKIP_INTEGRATION_CLI=1
16:54:49 [2021-08-20T16:54:49.737Z] + run_tests test-integration-flaky
16:54:49 [2021-08-20T16:54:49.737Z] + '[' -n 0 ']'
16:54:49 [2021-08-20T16:54:49.737Z] + rm=
16:54:49 [2021-08-20T16:54:49.737Z] + TEST_INTEGRATION_DEST=3
16:54:49 [2021-08-20T16:54:49.737Z] + CONTAINER_NAME=docker-pr2-3
16:54:49 [2021-08-20T16:54:49.737Z] + TEST_SKIP_INTEGRATION=1
16:54:49 [2021-08-20T16:54:49.737Z] + TESTFLAGS='-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/'
16:54:49 [2021-08-20T16:54:49.737Z] + run_tests
16:54:49 [2021-08-20T16:54:49.737Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-42765/bundles/1:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42765/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-42765/.git:/go/src/github.com/docker/docker/.git --name docker-pr2-1 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=fd3e16cb5aa3e192bd4a94c47e3f2a1b971cf423 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:fd3e16cb5aa3e192bd4a94c47e3f2a1b971cf423 hack/make.sh test-integration-flaky test-integration
16:54:49 [2021-08-20T16:54:49.737Z] + '[' -n 0 ']'
16:54:49 [2021-08-20T16:54:49.737Z] + rm=
16:54:49 [2021-08-20T16:54:49.737Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-42765/bundles/3:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42765/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-42765/.git:/go/src/github.com/docker/docker/.git --name docker-pr2-3 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=fd3e16cb5aa3e192bd4a94c47e3f2a1b971cf423 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:fd3e16cb5aa3e192bd4a94c47e3f2a1b971cf423 hack/make.sh '' test-integration
16:54:49 [2021-08-20T16:54:49.737Z] ++ jobs -p
16:54:49 [2021-08-20T16:54:49.737Z] + for job in $(jobs -p)
16:54:49 [2021-08-20T16:54:49.737Z] + wait 16916
16:54:49 [2021-08-20T16:54:49.737Z] 
16:54:49 [2021-08-20T16:54:49.737Z] 
16:54:49 [2021-08-20T16:54:49.737Z] 
16:54:49 [2021-08-20T16:54:49.737Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky)
16:54:49 [2021-08-20T16:54:49.737Z] ---> Making bundle: test-integration (in bundles/test-integration)
16:54:49 [2021-08-20T16:54:49.737Z] ---> Making bundle: test-integration (in bundles/test-integration)
16:54:49 [2021-08-20T16:54:49.737Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
16:54:49 [2021-08-20T16:54:49.737Z] HOSTNAME=bd444663aa57
16:54:49 [2021-08-20T16:54:49.737Z] TEST_SKIP_INTEGRATION=1
16:54:49 [2021-08-20T16:54:49.737Z] TESTDEBUG=0
16:54:49 [2021-08-20T16:54:49.737Z] DEST=bundles/test-integration
16:54:49 [2021-08-20T16:54:49.737Z] PWD=/go/src/github.com/docker/docker
16:54:49 [2021-08-20T16:54:49.738Z] KEEPBUNDLE=1
16:54:49 [2021-08-20T16:54:49.738Z] DOCKER_GITCOMMIT=fd3e16cb5aa3e192bd4a94c47e3f2a1b971cf423
16:54:49 [2021-08-20T16:54:49.738Z] container=docker
16:54:49 [2021-08-20T16:54:49.738Z] HOME=/root
16:54:49 [2021-08-20T16:54:49.738Z] GOLANG_VERSION=1.16.7
16:54:49 [2021-08-20T16:54:49.738Z] VALIDATE_REPO=https://github.com/moby/moby.git
16:54:49 [2021-08-20T16:54:49.738Z] VALIDATE_BRANCH=master
16:54:49 [2021-08-20T16:54:49.738Z] TERM=xterm
16:54:49 [2021-08-20T16:54:49.738Z] DOCKER_PKG=github.com/docker/docker
16:54:49 [2021-08-20T16:54:49.738Z] SHLVL=1
16:54:49 [2021-08-20T16:54:49.738Z] TIMEOUT=120m
16:54:49 [2021-08-20T16:54:49.738Z] DOCKER_BUILDTAGS=apparmor seccomp journald
16:54:49 [2021-08-20T16:54:49.738Z] DOCKER_GRAPHDRIVER=overlay2
16:54:49 [2021-08-20T16:54:49.738Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/
16:54:49 [2021-08-20T16:54:49.738Z] GO111MODULE=off
16:54:49 [2021-08-20T16:54:49.738Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
16:54:49 [2021-08-20T16:54:49.738Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
16:54:49 [2021-08-20T16:54:49.738Z] GOPATH=/go
16:54:49 [2021-08-20T16:54:49.738Z] PKG_CONFIG=pkg-config
16:54:49 [2021-08-20T16:54:49.738Z] _=/usr/bin/env
16:54:49 [2021-08-20T16:54:49.738Z] Building test suite binary ./integration-cli/test.main
16:54:49 [2021-08-20T16:54:49.738Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
16:54:49 [2021-08-20T16:54:49.738Z] HOSTNAME=b1a680c29a0a
16:54:49 [2021-08-20T16:54:49.738Z] TEST_SKIP_INTEGRATION=1
16:54:49 [2021-08-20T16:54:49.738Z] TESTDEBUG=0
16:54:49 [2021-08-20T16:54:49.738Z] DEST=bundles/test-integration
16:54:49 [2021-08-20T16:54:49.738Z] PWD=/go/src/github.com/docker/docker
16:54:49 [2021-08-20T16:54:49.738Z] KEEPBUNDLE=1
16:54:49 [2021-08-20T16:54:49.738Z] DOCKER_GITCOMMIT=fd3e16cb5aa3e192bd4a94c47e3f2a1b971cf423
16:54:49 [2021-08-20T16:54:49.738Z] container=docker
16:54:49 [2021-08-20T16:54:49.738Z] HOME=/root
16:54:49 [2021-08-20T16:54:49.738Z] GOLANG_VERSION=1.16.7
16:54:49 [2021-08-20T16:54:49.738Z] VALIDATE_REPO=https://github.com/moby/moby.git
16:54:49 [2021-08-20T16:54:49.738Z] VALIDATE_BRANCH=master
16:54:49 [2021-08-20T16:54:49.738Z] TERM=xterm
16:54:49 [2021-08-20T16:54:49.738Z] DOCKER_PKG=github.com/docker/docker
16:54:49 [2021-08-20T16:54:49.738Z] SHLVL=1
16:54:49 [2021-08-20T16:54:49.738Z] TIMEOUT=120m
16:54:49 [2021-08-20T16:54:49.738Z] DOCKER_BUILDTAGS=apparmor seccomp journald
16:54:49 [2021-08-20T16:54:49.738Z] DOCKER_GRAPHDRIVER=overlay2
16:54:49 [2021-08-20T16:54:49.738Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/
16:54:49 [2021-08-20T16:54:49.738Z] GO111MODULE=off
16:54:49 [2021-08-20T16:54:49.738Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
16:54:49 [2021-08-20T16:54:49.738Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
16:54:49 [2021-08-20T16:54:49.738Z] GOPATH=/go
16:54:49 [2021-08-20T16:54:49.738Z] PKG_CONFIG=pkg-config
16:54:49 [2021-08-20T16:54:49.738Z] _=/usr/bin/env
16:54:49 [2021-08-20T16:54:49.738Z] Building test suite binary ./integration-cli/test.main
16:54:49 [2021-08-20T16:54:49.738Z] No new tests added to integration.
16:54:49 [2021-08-20T16:54:49.738Z] 
16:54:49 [2021-08-20T16:54:49.738Z] ---> Making bundle: test-integration (in bundles/test-integration)
16:54:49 [2021-08-20T16:54:49.738Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
16:54:49 [2021-08-20T16:54:49.738Z] HOSTNAME=40e520c36f00
16:54:49 [2021-08-20T16:54:49.738Z] TESTDEBUG=0
16:54:49 [2021-08-20T16:54:49.738Z] DEST=bundles/test-integration
16:54:49 [2021-08-20T16:54:49.738Z] PWD=/go/src/github.com/docker/docker
16:54:49 [2021-08-20T16:54:49.738Z] KEEPBUNDLE=1
16:54:49 [2021-08-20T16:54:49.738Z] DOCKER_GITCOMMIT=fd3e16cb5aa3e192bd4a94c47e3f2a1b971cf423
16:54:49 [2021-08-20T16:54:49.738Z] container=docker
16:54:49 [2021-08-20T16:54:49.738Z] HOME=/root
16:54:49 [2021-08-20T16:54:49.738Z] GOLANG_VERSION=1.16.7
16:54:49 [2021-08-20T16:54:49.738Z] VALIDATE_REPO=https://github.com/moby/moby.git
16:54:49 [2021-08-20T16:54:49.738Z] VALIDATE_BRANCH=master
16:54:49 [2021-08-20T16:54:49.738Z] TERM=xterm
16:54:49 [2021-08-20T16:54:49.738Z] DOCKER_PKG=github.com/docker/docker
16:54:49 [2021-08-20T16:54:49.738Z] SHLVL=1
16:54:49 [2021-08-20T16:54:49.738Z] TIMEOUT=120m
16:54:49 [2021-08-20T16:54:49.738Z] DOCKER_BUILDTAGS=apparmor seccomp journald
16:54:49 [2021-08-20T16:54:49.738Z] DOCKER_GRAPHDRIVER=overlay2
16:54:49 [2021-08-20T16:54:49.738Z] GO111MODULE=off
16:54:49 [2021-08-20T16:54:49.738Z] TEST_SKIP_INTEGRATION_CLI=1
16:54:49 [2021-08-20T16:54:49.738Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
16:54:49 [2021-08-20T16:54:49.738Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
16:54:49 [2021-08-20T16:54:49.738Z] GOPATH=/go
16:54:49 [2021-08-20T16:54:49.738Z] PKG_CONFIG=pkg-config
16:54:49 [2021-08-20T16:54:49.738Z] _=/usr/bin/env
16:54:49 [2021-08-20T16:54:49.738Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
16:54:49 [2021-08-20T16:54:49.803Z] #17 65.19 Selecting previously unselected package libxml-libxml-perl.
16:54:49 [2021-08-20T16:54:49.803Z] #17 65.20 Preparing to unpack .../055-libxml-libxml-perl_2.0134+dfsg-1_amd64.deb ...
16:54:49 [2021-08-20T16:54:49.803Z] #17 65.20 Unpacking libxml-libxml-perl (2.0134+dfsg-1) ...
16:54:49 [2021-08-20T16:54:49.803Z] #17 65.29 Selecting previously unselected package libxml-simple-perl.
16:54:49 [2021-08-20T16:54:49.803Z] #17 65.29 Preparing to unpack .../056-libxml-simple-perl_2.25-1_all.deb ...
16:54:49 [2021-08-20T16:54:49.803Z] #17 65.30 Unpacking libxml-simple-perl (2.25-1) ...
16:54:49 [2021-08-20T16:54:49.803Z] #17 65.33 Selecting previously unselected package libyaml-perl.
16:54:49 [2021-08-20T16:54:49.803Z] #17 65.33 Preparing to unpack .../057-libyaml-perl_1.27-1_all.deb ...
16:54:49 [2021-08-20T16:54:49.803Z] #17 65.34 Unpacking libyaml-perl (1.27-1) ...
16:54:49 [2021-08-20T16:54:49.803Z] #17 65.38 Selecting previously unselected package libconfig-auto-perl.
16:54:49 [2021-08-20T16:54:49.803Z] #17 65.39 Preparing to unpack .../058-libconfig-auto-perl_0.44-1_all.deb ...
16:54:49 [2021-08-20T16:54:49.803Z] #17 65.39 Unpacking libconfig-auto-perl (0.44-1) ...
16:54:50 [2021-08-20T16:54:50.014Z] #46 80.82 text/template/parse
16:54:50 [2021-08-20T16:54:50.062Z] #17 65.43 Selecting previously unselected package libfile-which-perl.
16:54:50 [2021-08-20T16:54:50.062Z] #17 65.43 Preparing to unpack .../059-libfile-which-perl_1.23-1_all.deb ...
16:54:50 [2021-08-20T16:54:50.062Z] #17 65.44 Unpacking libfile-which-perl (1.23-1) ...
16:54:50 [2021-08-20T16:54:50.062Z] #17 65.47 Selecting previously unselected package libfile-homedir-perl.
16:54:50 [2021-08-20T16:54:50.062Z] #17 65.48 Preparing to unpack .../060-libfile-homedir-perl_1.004-1_all.deb ...
16:54:50 [2021-08-20T16:54:50.062Z] #17 65.48 Unpacking libfile-homedir-perl (1.004-1) ...
16:54:50 [2021-08-20T16:54:50.062Z] #17 65.52 Selecting previously unselected package libdebian-dpkgcross-perl.
16:54:50 [2021-08-20T16:54:50.062Z] #17 65.52 Preparing to unpack .../061-libdebian-dpkgcross-perl_2.6.15-3_all.deb ...
16:54:50 [2021-08-20T16:54:50.062Z] #17 65.52 Unpacking libdebian-dpkgcross-perl (2.6.15-3) ...
16:54:50 [2021-08-20T16:54:50.062Z] #17 65.58 Selecting previously unselected package dpkg-cross.
16:54:50 [2021-08-20T16:54:50.062Z] #17 65.58 Preparing to unpack .../062-dpkg-cross_2.6.15-3_all.deb ...
16:54:50 [2021-08-20T16:54:50.062Z] #17 65.59 Unpacking dpkg-cross (2.6.15-3) ...
16:54:50 [2021-08-20T16:54:50.062Z] #17 65.63 Selecting previously unselected package crossbuild-essential-arm64.
16:54:50 [2021-08-20T16:54:50.062Z] #17 65.63 Preparing to unpack .../063-crossbuild-essential-arm64_12.6_all.deb ...
16:54:50 [2021-08-20T16:54:50.062Z] #17 65.64 Unpacking crossbuild-essential-arm64 (12.6) ...
16:54:50 [2021-08-20T16:54:50.062Z] #17 65.66 Selecting previously unselected package libc6-armel-cross.
16:54:50 [2021-08-20T16:54:50.062Z] #17 65.67 Preparing to unpack .../064-libc6-armel-cross_2.28-7cross1_all.deb ...
16:54:50 [2021-08-20T16:54:50.062Z] #17 65.67 Unpacking libc6-armel-cross (2.28-7cross1) ...
16:54:50 [2021-08-20T16:54:50.231Z] #54 1.972 + RM_GOPATH=0
16:54:50 [2021-08-20T16:54:50.231Z] #54 1.972 + TMP_GOPATH=
16:54:50 [2021-08-20T16:54:50.231Z] #54 1.972 + : /build
16:54:50 [2021-08-20T16:54:50.231Z] #54 1.973 + '[' -z '' ']'
16:54:50 [2021-08-20T16:54:50.231Z] #54 1.973 ++ mktemp -d
16:54:50 [2021-08-20T16:54:50.231Z] #54 1.977 + export GOPATH=/tmp/tmp.e59RsOUmdQ
16:54:50 [2021-08-20T16:54:50.231Z] #54 1.977 + GOPATH=/tmp/tmp.e59RsOUmdQ
16:54:50 [2021-08-20T16:54:50.231Z] #54 1.977 + RM_GOPATH=1
16:54:50 [2021-08-20T16:54:50.321Z] #17 65.89 Selecting previously unselected package libgcc1-armel-cross.
16:54:50 [2021-08-20T16:54:50.321Z] #17 65.89 Preparing to unpack .../065-libgcc1-armel-cross_1%3a8.3.0-2cross1_all.deb ...
16:54:50 [2021-08-20T16:54:50.321Z] #17 65.90 Unpacking libgcc1-armel-cross (1:8.3.0-2cross1) ...
16:54:50 [2021-08-20T16:54:50.321Z] #17 65.94 Selecting previously unselected package libgomp1-armel-cross.
16:54:50 [2021-08-20T16:54:50.321Z] #17 65.94 Preparing to unpack .../066-libgomp1-armel-cross_8.3.0-2cross1_all.deb ...
16:54:50 [2021-08-20T16:54:50.321Z] #17 65.95 Unpacking libgomp1-armel-cross (8.3.0-2cross1) ...
16:54:50 [2021-08-20T16:54:50.404Z] #57 ...
16:54:50 [2021-08-20T16:54:50.404Z] 
16:54:50 [2021-08-20T16:54:50.404Z] #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
16:54:50 [2021-08-20T16:54:50.404Z] #13 sha256:2ea98f0c850f86337a599286b1c82318201b41ac5783d18845b4a9977a584449
16:54:50 [2021-08-20T16:54:50.404Z] #13 67.75 Selecting previously unselected package g++-mingw-w64-x86-64.
16:54:50 [2021-08-20T16:54:50.404Z] #13 67.75 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ...
16:54:50 [2021-08-20T16:54:50.404Z] #13 67.75 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
16:54:50 [2021-08-20T16:54:50.404Z] #13 73.38 Selecting previously unselected package libapparmor1:amd64.
16:54:50 [2021-08-20T16:54:50.404Z] #13 73.38 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ...
16:54:50 [2021-08-20T16:54:50.404Z] #13 73.38 Unpacking libapparmor1:amd64 (2.13.2-10) ...
16:54:50 [2021-08-20T16:54:50.404Z] #13 73.44 Selecting previously unselected package libapparmor-dev:amd64.
16:54:50 [2021-08-20T16:54:50.404Z] #13 73.45 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ...
16:54:50 [2021-08-20T16:54:50.404Z] #13 73.45 Unpacking libapparmor-dev:amd64 (2.13.2-10) ...
16:54:50 [2021-08-20T16:54:50.404Z] #13 73.53 Selecting previously unselected package libbtrfs0.
16:54:50 [2021-08-20T16:54:50.404Z] #13 73.53 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ...
16:54:50 [2021-08-20T16:54:50.404Z] #13 73.54 Unpacking libbtrfs0 (4.20.1-2) ...
16:54:50 [2021-08-20T16:54:50.404Z] #13 73.59 Selecting previously unselected package libbtrfs-dev.
16:54:50 [2021-08-20T16:54:50.404Z] #13 73.59 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ...
16:54:50 [2021-08-20T16:54:50.404Z] #13 73.60 Unpacking libbtrfs-dev (4.20.1-2) ...
16:54:50 [2021-08-20T16:54:50.404Z] #13 73.65 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
16:54:50 [2021-08-20T16:54:50.404Z] #13 73.66 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ...
16:54:50 [2021-08-20T16:54:50.404Z] #13 73.66 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ...
16:54:50 [2021-08-20T16:54:50.404Z] #13 73.71 Selecting previously unselected package libudev-dev:amd64.
16:54:50 [2021-08-20T16:54:50.404Z] #13 73.72 Preparing to unpack .../15-libudev-dev_241-7~deb10u8_amd64.deb ...
16:54:50 [2021-08-20T16:54:50.404Z] #13 73.73 Unpacking libudev-dev:amd64 (241-7~deb10u8) ...
16:54:50 [2021-08-20T16:54:50.404Z] #13 73.82 Selecting previously unselected package libsepol1-dev:amd64.
16:54:50 [2021-08-20T16:54:50.404Z] #13 73.83 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ...
16:54:50 [2021-08-20T16:54:50.404Z] #13 73.84 Unpacking libsepol1-dev:amd64 (2.8-1) ...
16:54:50 [2021-08-20T16:54:50.404Z] #13 74.00 Selecting previously unselected package libpcre16-3:amd64.
16:54:50 [2021-08-20T16:54:50.404Z] #13 74.01 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ...
16:54:50 [2021-08-20T16:54:50.404Z] #13 74.01 Unpacking libpcre16-3:amd64 (2:8.39-12) ...
16:54:50 [2021-08-20T16:54:50.404Z] #13 74.11 Selecting previously unselected package libpcre32-3:amd64.
16:54:50 [2021-08-20T16:54:50.404Z] #13 74.11 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ...
16:54:50 [2021-08-20T16:54:50.404Z] #13 74.13 Unpacking libpcre32-3:amd64 (2:8.39-12) ...
16:54:50 [2021-08-20T16:54:50.404Z] #13 74.22 Selecting previously unselected package libpcrecpp0v5:amd64.
16:54:50 [2021-08-20T16:54:50.404Z] #13 74.23 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ...
16:54:50 [2021-08-20T16:54:50.404Z] #13 74.23 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ...
16:54:50 [2021-08-20T16:54:50.404Z] #13 74.29 Selecting previously unselected package libpcre3-dev:amd64.
16:54:50 [2021-08-20T16:54:50.404Z] #13 74.29 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ...
16:54:50 [2021-08-20T16:54:50.404Z] #13 74.31 Unpacking libpcre3-dev:amd64 (2:8.39-12) ...
16:54:50 [2021-08-20T16:54:50.494Z] #54 1.977 + case "$(go env GOARCH)" in
16:54:50 [2021-08-20T16:54:50.494Z] #54 1.977 ++ go env GOARCH
16:54:50 [2021-08-20T16:54:50.494Z] #54 1.993 + export GO_BUILDMODE=-buildmode=pie
16:54:50 [2021-08-20T16:54:50.494Z] #54 1.993 + GO_BUILDMODE=-buildmode=pie
16:54:50 [2021-08-20T16:54:50.494Z] #54 1.994 ++ dirname /tmp/install/install.sh
16:54:50 [2021-08-20T16:54:50.494Z] #54 1.996 + dir=/tmp/install
16:54:50 [2021-08-20T16:54:50.494Z] #54 1.996 + bin=runc
16:54:50 [2021-08-20T16:54:50.494Z] #54 1.996 + shift
16:54:50 [2021-08-20T16:54:50.494Z] #54 1.996 + '[' '!' -f /tmp/install/runc.installer ']'
16:54:50 [2021-08-20T16:54:50.494Z] #54 1.996 + . /tmp/install/runc.installer
16:54:50 [2021-08-20T16:54:50.494Z] #54 1.997 ++ : 4144b63817ebcc5b358fc2c8ef95f7cddd709aa7
16:54:50 [2021-08-20T16:54:50.494Z] #54 1.997 + install_runc
16:54:50 [2021-08-20T16:54:50.494Z] #54 1.997 + grep -q '^3\.10\.0.*\.el7\.'
16:54:50 [2021-08-20T16:54:50.494Z] #54 1.999 + uname -r
16:54:50 [2021-08-20T16:54:50.494Z] #54 2.015 + RUNC_BUILDTAGS='seccomp '
16:54:50 [2021-08-20T16:54:50.494Z] #54 2.015 + echo 'Install runc version 4144b63817ebcc5b358fc2c8ef95f7cddd709aa7 (build tags: seccomp )'
16:54:50 [2021-08-20T16:54:50.494Z] #54 2.016 Install runc version 4144b63817ebcc5b358fc2c8ef95f7cddd709aa7 (build tags: seccomp )
16:54:50 [2021-08-20T16:54:50.494Z] #54 2.016 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.e59RsOUmdQ/src/github.com/opencontainers/runc
16:54:50 [2021-08-20T16:54:50.494Z] #54 2.019 Cloning into '/tmp/tmp.e59RsOUmdQ/src/github.com/opencontainers/runc'...
16:54:50 [2021-08-20T16:54:50.494Z] #54 ...
16:54:50 [2021-08-20T16:54:50.494Z] 
16:54:50 [2021-08-20T16:54:50.494Z] #14 [dev-systemd-false  1/25] RUN groupadd -r docker
16:54:50 [2021-08-20T16:54:50.494Z] #14 sha256:240f216314566eea95ffa97407d5f440e552eaef02a8a22ba80d6a905dba8dca
16:54:50 [2021-08-20T16:54:50.494Z] #14 DONE 2.1s
16:54:50 [2021-08-20T16:54:50.580Z] #17 65.99 Selecting previously unselected package libatomic1-armel-cross.
16:54:50 [2021-08-20T16:54:50.580Z] #17 65.99 Preparing to unpack .../067-libatomic1-armel-cross_8.3.0-2cross1_all.deb ...
16:54:50 [2021-08-20T16:54:50.580Z] #17 66.00 Unpacking libatomic1-armel-cross (8.3.0-2cross1) ...
16:54:50 [2021-08-20T16:54:50.580Z] #17 66.03 Selecting previously unselected package libstdc++6-armel-cross.
16:54:50 [2021-08-20T16:54:50.580Z] #17 66.03 Preparing to unpack .../068-libstdc++6-armel-cross_8.3.0-2cross1_all.deb ...
16:54:50 [2021-08-20T16:54:50.580Z] #17 66.04 Unpacking libstdc++6-armel-cross (8.3.0-2cross1) ...
16:54:50 [2021-08-20T16:54:50.580Z] #17 66.15 Selecting previously unselected package libasan5-armel-cross.
16:54:50 [2021-08-20T16:54:50.580Z] #17 66.16 Preparing to unpack .../069-libasan5-armel-cross_8.3.0-2cross1_all.deb ...
16:54:50 [2021-08-20T16:54:50.580Z] #17 66.16 Unpacking libasan5-armel-cross (8.3.0-2cross1) ...
16:54:50 [2021-08-20T16:54:50.664Z] #13 74.52 Selecting previously unselected package libselinux1-dev:amd64.
16:54:50 [2021-08-20T16:54:50.665Z] #13 74.52 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ...
16:54:50 [2021-08-20T16:54:50.665Z] #13 74.53 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ...
16:54:50 [2021-08-20T16:54:50.757Z] 
16:54:50 [2021-08-20T16:54:50.757Z] #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
16:54:50 [2021-08-20T16:54:50.757Z] #15 sha256:08341fb016d962fa740aaa2c6aa92fc4f328266cea073de9831122b2b7def28b
16:54:50 [2021-08-20T16:54:50.839Z] #17 66.24 Selecting previously unselected package libubsan1-armel-cross.
16:54:50 [2021-08-20T16:54:50.839Z] #17 66.25 Preparing to unpack .../070-libubsan1-armel-cross_8.3.0-2cross1_all.deb ...
16:54:50 [2021-08-20T16:54:50.839Z] #17 66.25 Unpacking libubsan1-armel-cross (8.3.0-2cross1) ...
16:54:50 [2021-08-20T16:54:50.839Z] #17 66.29 Selecting previously unselected package libgcc-8-dev-armel-cross.
16:54:50 [2021-08-20T16:54:50.839Z] #17 66.29 Preparing to unpack .../071-libgcc-8-dev-armel-cross_8.3.0-2cross1_all.deb ...
16:54:50 [2021-08-20T16:54:50.839Z] #17 66.30 Unpacking libgcc-8-dev-armel-cross (8.3.0-2cross1) ...
16:54:50 [2021-08-20T16:54:50.839Z] #17 66.44 Selecting previously unselected package gcc-8-arm-linux-gnueabi.
16:54:50 [2021-08-20T16:54:50.839Z] #17 66.45 Preparing to unpack .../072-gcc-8-arm-linux-gnueabi_8.3.0-2cross1_amd64.deb ...
16:54:50 [2021-08-20T16:54:50.839Z] #17 66.45 Unpacking gcc-8-arm-linux-gnueabi (8.3.0-2cross1) ...
16:54:50 [2021-08-20T16:54:50.925Z] #13 74.65 Selecting previously unselected package libdevmapper-dev:amd64.
16:54:50 [2021-08-20T16:54:50.925Z] #13 74.66 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ...
16:54:50 [2021-08-20T16:54:50.925Z] #13 74.66 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ...
16:54:50 [2021-08-20T16:54:50.925Z] #13 74.71 Selecting previously unselected package libseccomp-dev:amd64.
16:54:50 [2021-08-20T16:54:50.925Z] #13 74.72 Preparing to unpack .../23-libseccomp-dev_2.4.4-1~bpo10+1_amd64.deb ...
16:54:50 [2021-08-20T16:54:50.925Z] #13 74.72 Unpacking libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ...
16:54:50 [2021-08-20T16:54:50.925Z] #13 74.80 Selecting previously unselected package libsystemd-dev:amd64.
16:54:50 [2021-08-20T16:54:50.925Z] #13 74.80 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u8_amd64.deb ...
16:54:50 [2021-08-20T16:54:50.925Z] #13 74.81 Unpacking libsystemd-dev:amd64 (241-7~deb10u8) ...
16:54:51 [2021-08-20T16:54:51.185Z] #13 75.05 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ...
16:54:51 [2021-08-20T16:54:51.185Z] #13 75.07 Setting up libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ...
16:54:51 [2021-08-20T16:54:51.185Z] #13 75.08 Setting up libapparmor1:amd64 (2.13.2-10) ...
16:54:51 [2021-08-20T16:54:51.185Z] #13 75.09 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
16:54:51 [2021-08-20T16:54:51.185Z] #13 75.10 Setting up libpcre16-3:amd64 (2:8.39-12) ...
16:54:51 [2021-08-20T16:54:51.185Z] #13 75.12 Setting up libsepol1-dev:amd64 (2.8-1) ...
16:54:51 [2021-08-20T16:54:51.185Z] #13 75.13 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
16:54:51 [2021-08-20T16:54:51.185Z] #13 75.14 Setting up libbtrfs0 (4.20.1-2) ...
16:54:51 [2021-08-20T16:54:51.445Z] #13 75.16 Setting up libpcre32-3:amd64 (2:8.39-12) ...
16:54:51 [2021-08-20T16:54:51.445Z] #13 75.17 Setting up libudev-dev:amd64 (241-7~deb10u8) ...
16:54:51 [2021-08-20T16:54:51.445Z] #13 75.19 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
16:54:51 [2021-08-20T16:54:51.445Z] #13 75.21 Setting up libbtrfs-dev (4.20.1-2) ...
16:54:51 [2021-08-20T16:54:51.445Z] #13 75.22 Setting up libapparmor-dev:amd64 (2.13.2-10) ...
16:54:51 [2021-08-20T16:54:51.445Z] #13 75.23 Setting up mingw-w64-common (6.0.0-3) ...
16:54:51 [2021-08-20T16:54:51.445Z] #13 75.24 Setting up libsystemd-dev:amd64 (241-7~deb10u8) ...
16:54:51 [2021-08-20T16:54:51.445Z] #13 75.26 Setting up mingw-w64-x86-64-dev (6.0.0-3) ...
16:54:51 [2021-08-20T16:54:51.445Z] #13 75.27 Setting up libpcre3-dev:amd64 (2:8.39-12) ...
16:54:51 [2021-08-20T16:54:51.445Z] #13 75.28 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
16:54:51 [2021-08-20T16:54:51.445Z] #13 75.30 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
16:54:51 [2021-08-20T16:54:51.445Z] #13 75.30 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
16:54:51 [2021-08-20T16:54:51.445Z] #13 75.31 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
16:54:51 [2021-08-20T16:54:51.445Z] #13 75.33 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
16:54:51 [2021-08-20T16:54:51.445Z] #13 75.33 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
16:54:51 [2021-08-20T16:54:51.445Z] #13 75.34 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ...
16:54:51 [2021-08-20T16:54:51.445Z] #13 75.35 Setting up libselinux1-dev:amd64 (2.8-1+b1) ...
16:54:51 [2021-08-20T16:54:51.445Z] #13 75.37 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
16:54:51 [2021-08-20T16:54:51.704Z] #13 75.38 Setting up dmsetup (2:1.02.155-3) ...
16:54:51 [2021-08-20T16:54:51.704Z] #13 75.39 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ...
16:54:51 [2021-08-20T16:54:51.704Z] #13 75.41 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ...
16:54:51 [2021-08-20T16:54:51.704Z] #13 75.42 Processing triggers for libc-bin (2.28-10) ...
16:54:52 [2021-08-20T16:54:52.035Z] #17 67.41 Selecting previously unselected package gcc-arm-linux-gnueabi.
16:54:52 [2021-08-20T16:54:52.036Z] #17 67.41 Preparing to unpack .../073-gcc-arm-linux-gnueabi_4%3a8.3.0-1_amd64.deb ...
16:54:52 [2021-08-20T16:54:52.036Z] #17 67.41 Unpacking gcc-arm-linux-gnueabi (4:8.3.0-1) ...
16:54:52 [2021-08-20T16:54:52.036Z] #17 67.45 Selecting previously unselected package linux-libc-dev-armel-cross.
16:54:52 [2021-08-20T16:54:52.036Z] #17 67.45 Preparing to unpack .../074-linux-libc-dev-armel-cross_4.19.20-1cross1_all.deb ...
16:54:52 [2021-08-20T16:54:52.036Z] #17 67.45 Unpacking linux-libc-dev-armel-cross (4.19.20-1cross1) ...
16:54:52 [2021-08-20T16:54:52.295Z] #17 67.71 Selecting previously unselected package libc6-dev-armel-cross.
16:54:52 [2021-08-20T16:54:52.295Z] #17 67.72 Preparing to unpack .../075-libc6-dev-armel-cross_2.28-7cross1_all.deb ...
16:54:52 [2021-08-20T16:54:52.295Z] #17 67.72 Unpacking libc6-dev-armel-cross (2.28-7cross1) ...
16:54:52 [2021-08-20T16:54:52.295Z] #17 ...
16:54:52 [2021-08-20T16:54:52.295Z] 
16:54:52 [2021-08-20T16:54:52.295Z] #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
16:54:52 [2021-08-20T16:54:52.295Z] #57 sha256:b1e37ffd307c98acc110732273a2c0b474813a5ffee5bb9e9c02653a2b3b7a82
16:54:52 [2021-08-20T16:54:52.295Z] #57 79.81 + /build/golangci-lint --version
16:54:52 [2021-08-20T16:54:52.538Z] #46 ...
16:54:52 [2021-08-20T16:54:52.538Z] 
16:54:52 [2021-08-20T16:54:52.538Z] #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
16:54:52 [2021-08-20T16:54:52.538Z] #57 sha256:e1d0c77c6bcb94fe362364115bf965ddc9f0a98adeadeee92cd128043b63819c
16:54:52 [2021-08-20T16:54:52.554Z] #57 79.94 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown)
16:54:52 [2021-08-20T16:54:52.683Z] #15 DONE 1.9s
16:54:52 [2021-08-20T16:54:52.683Z] 
16:54:52 [2021-08-20T16:54:52.683Z] #16 [dev-systemd-false  3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
16:54:52 [2021-08-20T16:54:52.683Z] #16 sha256:1f3020a268fef3a9b32c149d04e272412a891f44b90ba9a8b1294c80bde218c1
16:54:53 [2021-08-20T16:54:53.934Z] #57 DONE 81.0s
16:54:53 [2021-08-20T16:54:53.934Z] 
16:54:53 [2021-08-20T16:54:53.934Z] #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
16:54:53 [2021-08-20T16:54:53.934Z] #17 sha256:1bded0f6ffad27b084bc3c70bea193d686e415d09d1ffc891f792c12809e54d8
16:54:53 [2021-08-20T16:54:53.934Z] #17 68.10 Selecting previously unselected package libstdc++-8-dev-armel-cross.
16:54:53 [2021-08-20T16:54:53.934Z] #17 68.11 Preparing to unpack .../076-libstdc++-8-dev-armel-cross_8.3.0-2cross1_all.deb ...
16:54:53 [2021-08-20T16:54:53.934Z] #17 68.11 Unpacking libstdc++-8-dev-armel-cross (8.3.0-2cross1) ...
16:54:53 [2021-08-20T16:54:53.934Z] #17 68.49 Selecting previously unselected package g++-8-arm-linux-gnueabi.
16:54:53 [2021-08-20T16:54:53.934Z] #17 68.49 Preparing to unpack .../077-g++-8-arm-linux-gnueabi_8.3.0-2cross1_amd64.deb ...
16:54:53 [2021-08-20T16:54:53.935Z] #17 68.50 Unpacking g++-8-arm-linux-gnueabi (8.3.0-2cross1) ...
16:54:53 [2021-08-20T16:54:53.935Z] #17 69.24 Selecting previously unselected package g++-arm-linux-gnueabi.
16:54:53 [2021-08-20T16:54:53.935Z] #17 69.24 Preparing to unpack .../078-g++-arm-linux-gnueabi_4%3a8.3.0-1_amd64.deb ...
16:54:53 [2021-08-20T16:54:53.935Z] #17 69.24 Unpacking g++-arm-linux-gnueabi (4:8.3.0-1) ...
16:54:53 [2021-08-20T16:54:53.935Z] #17 69.28 Selecting previously unselected package crossbuild-essential-armel.
16:54:53 [2021-08-20T16:54:53.935Z] #17 69.28 Preparing to unpack .../079-crossbuild-essential-armel_12.6_all.deb ...
16:54:53 [2021-08-20T16:54:53.935Z] #17 69.29 Unpacking crossbuild-essential-armel (12.6) ...
16:54:53 [2021-08-20T16:54:53.935Z] #17 69.32 Selecting previously unselected package libc6-armhf-cross.
16:54:53 [2021-08-20T16:54:53.935Z] #17 69.32 Preparing to unpack .../080-libc6-armhf-cross_2.28-7cross1_all.deb ...
16:54:53 [2021-08-20T16:54:53.935Z] #17 69.33 Unpacking libc6-armhf-cross (2.28-7cross1) ...
16:54:53 [2021-08-20T16:54:53.935Z] #17 69.53 Selecting previously unselected package libgcc1-armhf-cross.
16:54:53 [2021-08-20T16:54:53.935Z] #17 69.53 Preparing to unpack .../081-libgcc1-armhf-cross_1%3a8.3.0-2cross1_all.deb ...
16:54:54 [2021-08-20T16:54:54.078Z] #16 1.474 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
16:54:54 [2021-08-20T16:54:54.078Z] #16 DONE 1.7s
16:54:54 [2021-08-20T16:54:54.078Z] 
16:54:54 [2021-08-20T16:54:54.078Z] #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
16:54:54 [2021-08-20T16:54:54.078Z] #24 sha256:9cd17ff151754752f15bd1fadef5cddf1947d8c9ad97381cd0febbb3c3815618
16:54:54 [2021-08-20T16:54:54.078Z] #24 ...
16:54:54 [2021-08-20T16:54:54.078Z] 
16:54:54 [2021-08-20T16:54:54.078Z] #17 [dev-systemd-false  4/25] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
16:54:54 [2021-08-20T16:54:54.078Z] #17 sha256:8d1092cba0409a27941015753a6d130f55a1bb3c048ad646589eabc7aa71b6af
16:54:54 [2021-08-20T16:54:54.194Z] #17 69.53 Unpacking libgcc1-armhf-cross (1:8.3.0-2cross1) ...
16:54:54 [2021-08-20T16:54:54.194Z] #17 69.58 Selecting previously unselected package libgomp1-armhf-cross.
16:54:54 [2021-08-20T16:54:54.194Z] #17 69.58 Preparing to unpack .../082-libgomp1-armhf-cross_8.3.0-2cross1_all.deb ...
16:54:54 [2021-08-20T16:54:54.194Z] #17 69.59 Unpacking libgomp1-armhf-cross (8.3.0-2cross1) ...
16:54:54 [2021-08-20T16:54:54.194Z] #17 69.63 Selecting previously unselected package libatomic1-armhf-cross.
16:54:54 [2021-08-20T16:54:54.194Z] #17 69.63 Preparing to unpack .../083-libatomic1-armhf-cross_8.3.0-2cross1_all.deb ...
16:54:54 [2021-08-20T16:54:54.194Z] #17 69.66 Unpacking libatomic1-armhf-cross (8.3.0-2cross1) ...
16:54:54 [2021-08-20T16:54:54.194Z] #17 69.68 Selecting previously unselected package libstdc++6-armhf-cross.
16:54:54 [2021-08-20T16:54:54.194Z] #17 69.69 Preparing to unpack .../084-libstdc++6-armhf-cross_8.3.0-2cross1_all.deb ...
16:54:54 [2021-08-20T16:54:54.194Z] #17 69.69 Unpacking libstdc++6-armhf-cross (8.3.0-2cross1) ...
16:54:54 [2021-08-20T16:54:54.194Z] #17 69.76 Selecting previously unselected package libasan5-armhf-cross.
16:54:54 [2021-08-20T16:54:54.194Z] #17 69.77 Preparing to unpack .../085-libasan5-armhf-cross_8.3.0-2cross1_all.deb ...
16:54:54 [2021-08-20T16:54:54.194Z] #17 69.77 Unpacking libasan5-armhf-cross (8.3.0-2cross1) ...
16:54:54 [2021-08-20T16:54:54.194Z] #17 69.85 Selecting previously unselected package libubsan1-armhf-cross.
16:54:54 [2021-08-20T16:54:54.194Z] #17 69.85 Preparing to unpack .../086-libubsan1-armhf-cross_8.3.0-2cross1_all.deb ...
16:54:54 [2021-08-20T16:54:54.194Z] #17 69.86 Unpacking libubsan1-armhf-cross (8.3.0-2cross1) ...
16:54:54 [2021-08-20T16:54:54.241Z] #13 DONE 78.0s
16:54:54 [2021-08-20T16:54:54.241Z] 
16:54:54 [2021-08-20T16:54:54.241Z] #14 [dev-systemd-false  1/25] RUN groupadd -r docker
16:54:54 [2021-08-20T16:54:54.241Z] #14 sha256:58746fa8b69a01ee72bed03088ea56fb7c4f3c4ff6c6787f21a78c669a783b1c
16:54:54 [2021-08-20T16:54:54.367Z] #57 42.37 Checking out files:  45% (2069/4562)   
Checking out files:  46% (2099/4562)   
Checking out files:  47% (2145/4562)   
Checking out files:  48% (2190/4562)   
Checking out files:  49% (2236/4562)   
Checking out files:  50% (2281/4562)   
Checking out files:  51% (2327/4562)   
Checking out files:  52% (2373/4562)   
Checking out files:  53% (2418/4562)   
Checking out files:  54% (2464/4562)   
Checking out files:  55% (2510/4562)   
Checking out files:  56% (2555/4562)   
Checking out files:  57% (2601/4562)   
Checking out files:  58% (2646/4562)   
Checking out files:  59% (2692/4562)   
Checking out files:  60% (2738/4562)   
Checking out files:  61% (2783/4562)   
Checking out files:  62% (2829/4562)   
Checking out files:  63% (2875/4562)   
Checking out files:  64% (2920/4562)   
Checking out files:  65% (2966/4562)   
Checking out files:  66% (3011/4562)   
Checking out files:  67% (3057/4562)   
Checking out files:  68% (3103/4562)   
Checking out files:  69% (3148/4562)   
Checking out files:  70% (3194/4562)   
Checking out files:  71% (3240/4562)   
Checking out files:  72% (3285/4562)   
Checking out files:  73% (3331/4562)   
Checking out files:  74% (3376/4562)   
Checking out files:  75% (3422/4562)   
Checking out files:  76% (3468/4562)   
Checking out files:  77% (3513/4562)   
Checking out files:  78% (3559/4562)   
Checking out files:  79% (3604/4562)   
Checking out files:  80% (3650/4562)   
Checking out files:  81% (3696/4562)   
Checking out files:  82% (3741/4562)   
Checking out files:  83% (3787/4562)   
Checking out files:  84% (3833/4562)   
Checking out files:  85% (3878/4562)   
Checking out files:  86% (3924/4562)   
Checking out files:  87% (3969/4562)   
Checking out files:  88% (4015/4562)   
Checking out files:  89% (4061/4562)   
Checking out files:  90% (4106/4562)   
Checking out files:  91% (4152/4562)   
Checking out files:  92% (4198/4562)   
Checking out files:  93% (4243/4562)   
Checking out files:  94% (4289/4562)   
Checking out files:  95% (4334/4562)   
Checking out files:  96% (4380/4562)   
Checking out files:  97% (4426/4562)   
Checking out files:  98% (4471/4562)   
Checking out files:  99% (4517/4562)   
Checking out files: 100% (4562/4562)   
Checking out files: 100% (4562/4562), done.
16:54:54 [2021-08-20T16:54:54.367Z] #57 44.10 + cd /tmp/tmp.7oPIONFlXU/src/github.com/containerd/containerd
16:54:54 [2021-08-20T16:54:54.367Z] #57 44.10 + git checkout -q 72cec4be58a9eb6b2910f5d10f1c01ca47d231c0
16:54:54 [2021-08-20T16:54:54.454Z] #17 69.90 Selecting previously unselected package libgcc-8-dev-armhf-cross.
16:54:54 [2021-08-20T16:54:54.454Z] #17 69.91 Preparing to unpack .../087-libgcc-8-dev-armhf-cross_8.3.0-2cross1_all.deb ...
16:54:54 [2021-08-20T16:54:54.454Z] #17 69.92 Unpacking libgcc-8-dev-armhf-cross (8.3.0-2cross1) ...
16:54:54 [2021-08-20T16:54:54.713Z] #17 70.11 Selecting previously unselected package gcc-8-arm-linux-gnueabihf.
16:54:54 [2021-08-20T16:54:54.713Z] #17 70.11 Preparing to unpack .../088-gcc-8-arm-linux-gnueabihf_8.3.0-2cross1_amd64.deb ...
16:54:54 [2021-08-20T16:54:54.713Z] #17 70.11 Unpacking gcc-8-arm-linux-gnueabihf (8.3.0-2cross1) ...
16:54:55 [2021-08-20T16:54:55.281Z] #17 70.91 Selecting previously unselected package gcc-arm-linux-gnueabihf.
16:54:55 [2021-08-20T16:54:55.296Z] #57 45.06 + export 'BUILDTAGS=netgo osusergo static_build'
16:54:55 [2021-08-20T16:54:55.296Z] #57 45.06 + BUILDTAGS='netgo osusergo static_build'
16:54:55 [2021-08-20T16:54:55.296Z] #57 45.07 + export EXTRA_FLAGS=-buildmode=pie
16:54:55 [2021-08-20T16:54:55.296Z] #57 45.07 + EXTRA_FLAGS=-buildmode=pie
16:54:55 [2021-08-20T16:54:55.296Z] #57 45.07 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
16:54:55 [2021-08-20T16:54:55.296Z] #57 45.07 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
16:54:55 [2021-08-20T16:54:55.296Z] #57 45.07 + '[' '' = dynamic ']'
16:54:55 [2021-08-20T16:54:55.296Z] #57 45.07 + make
16:54:55 [2021-08-20T16:54:55.540Z] #17 70.91 Preparing to unpack .../089-gcc-arm-linux-gnueabihf_4%3a8.3.0-1_amd64.deb ...
16:54:55 [2021-08-20T16:54:55.540Z] #17 70.91 Unpacking gcc-arm-linux-gnueabihf (4:8.3.0-1) ...
16:54:55 [2021-08-20T16:54:55.540Z] #17 70.94 Selecting previously unselected package linux-libc-dev-armhf-cross.
16:54:55 [2021-08-20T16:54:55.540Z] #17 70.94 Preparing to unpack .../090-linux-libc-dev-armhf-cross_4.19.20-1cross1_all.deb ...
16:54:55 [2021-08-20T16:54:55.540Z] #17 70.94 Unpacking linux-libc-dev-armhf-cross (4.19.20-1cross1) ...
16:54:55 [2021-08-20T16:54:55.540Z] #17 71.09 Selecting previously unselected package libc6-dev-armhf-cross.
16:54:55 [2021-08-20T16:54:55.540Z] #17 71.10 Preparing to unpack .../091-libc6-dev-armhf-cross_2.28-7cross1_all.deb ...
16:54:55 [2021-08-20T16:54:55.540Z] #17 71.10 Unpacking libc6-dev-armhf-cross (2.28-7cross1) ...
16:54:55 [2021-08-20T16:54:55.816Z] #17 71.35 Selecting previously unselected package libstdc++-8-dev-armhf-cross.
16:54:55 [2021-08-20T16:54:55.816Z] #17 71.35 Preparing to unpack .../092-libstdc++-8-dev-armhf-cross_8.3.0-2cross1_all.deb ...
16:54:55 [2021-08-20T16:54:55.816Z] #17 71.36 Unpacking libstdc++-8-dev-armhf-cross (8.3.0-2cross1) ...
16:54:56 [2021-08-20T16:54:56.008Z] #17 DONE 1.6s
16:54:56 [2021-08-20T16:54:56.008Z] 
16:54:56 [2021-08-20T16:54:56.008Z] #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
16:54:56 [2021-08-20T16:54:56.008Z] #57 sha256:4e3612f4ce5a544d960725d8fca2a4a91f8e24df5eddd1b700d60eae6996f27e
16:54:56 [2021-08-20T16:54:56.008Z] #57 ...
16:54:56 [2021-08-20T16:54:56.008Z] 
16:54:56 [2021-08-20T16:54:56.008Z] #18 [dev-systemd-false  5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
16:54:56 [2021-08-20T16:54:56.008Z] #18 sha256:d9bbebd1f523bdd6a2f52abd4fd78d436622d24f5e33ec4badb2515844357c35
16:54:56 [2021-08-20T16:54:56.094Z] #17 71.63 Selecting previously unselected package g++-8-arm-linux-gnueabihf.
16:54:56 [2021-08-20T16:54:56.094Z] #17 71.63 Preparing to unpack .../093-g++-8-arm-linux-gnueabihf_8.3.0-2cross1_amd64.deb ...
16:54:56 [2021-08-20T16:54:56.094Z] #17 71.63 Unpacking g++-8-arm-linux-gnueabihf (8.3.0-2cross1) ...
16:54:56 [2021-08-20T16:54:56.148Z] #14 DONE 1.7s
16:54:56 [2021-08-20T16:54:56.148Z] 
16:54:56 [2021-08-20T16:54:56.148Z] #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
16:54:56 [2021-08-20T16:54:56.148Z] #15 sha256:74db7bd2063fa98c13d766f62a3c8d81f4c6b6d2dc4f3bb027b631bc56673585
16:54:56 [2021-08-20T16:54:56.664Z] #17 72.32 Selecting previously unselected package g++-arm-linux-gnueabihf.
16:54:56 [2021-08-20T16:54:56.664Z] #17 72.32 Preparing to unpack .../094-g++-arm-linux-gnueabihf_4%3a8.3.0-1_amd64.deb ...
16:54:56 [2021-08-20T16:54:56.664Z] #17 72.32 Unpacking g++-arm-linux-gnueabihf (4:8.3.0-1) ...
16:54:56 [2021-08-20T16:54:56.664Z] #17 72.35 Selecting previously unselected package crossbuild-essential-armhf.
16:54:56 [2021-08-20T16:54:56.935Z] #17 72.35 Preparing to unpack .../095-crossbuild-essential-armhf_12.6_all.deb ...
16:54:56 [2021-08-20T16:54:56.935Z] #17 72.35 Unpacking crossbuild-essential-armhf (12.6) ...
16:54:56 [2021-08-20T16:54:56.935Z] #17 72.39 Selecting previously unselected package libc6-ppc64el-cross.
16:54:56 [2021-08-20T16:54:56.935Z] #17 72.39 Preparing to unpack .../096-libc6-ppc64el-cross_2.28-7cross1_all.deb ...
16:54:56 [2021-08-20T16:54:56.935Z] #17 72.39 Unpacking libc6-ppc64el-cross (2.28-7cross1) ...
16:54:56 [2021-08-20T16:54:56.935Z] #17 72.56 Selecting previously unselected package libgcc1-ppc64el-cross.
16:54:56 [2021-08-20T16:54:56.935Z] #17 72.56 Preparing to unpack .../097-libgcc1-ppc64el-cross_1%3a8.3.0-2cross1_all.deb ...
16:54:56 [2021-08-20T16:54:56.935Z] #17 72.56 Unpacking libgcc1-ppc64el-cross (1:8.3.0-2cross1) ...
16:54:56 [2021-08-20T16:54:56.935Z] #17 72.59 Selecting previously unselected package libgomp1-ppc64el-cross.
16:54:56 [2021-08-20T16:54:56.935Z] #17 72.59 Preparing to unpack .../098-libgomp1-ppc64el-cross_8.3.0-2cross1_all.deb ...
16:54:56 [2021-08-20T16:54:56.935Z] #17 72.59 Unpacking libgomp1-ppc64el-cross (8.3.0-2cross1) ...
16:54:56 [2021-08-20T16:54:56.935Z] #17 72.62 Selecting previously unselected package libitm1-ppc64el-cross.
16:54:56 [2021-08-20T16:54:56.935Z] #17 72.62 Preparing to unpack .../099-libitm1-ppc64el-cross_8.3.0-2cross1_all.deb ...
16:54:57 [2021-08-20T16:54:57.188Z] #57 46.76 + bin/ctr
16:54:57 [2021-08-20T16:54:57.196Z] #17 72.63 Unpacking libitm1-ppc64el-cross (8.3.0-2cross1) ...
16:54:57 [2021-08-20T16:54:57.196Z] #17 72.67 Selecting previously unselected package libatomic1-ppc64el-cross.
16:54:57 [2021-08-20T16:54:57.196Z] #17 72.67 Preparing to unpack .../100-libatomic1-ppc64el-cross_8.3.0-2cross1_all.deb ...
16:54:57 [2021-08-20T16:54:57.196Z] #17 72.67 Unpacking libatomic1-ppc64el-cross (8.3.0-2cross1) ...
16:54:57 [2021-08-20T16:54:57.196Z] #17 72.70 Selecting previously unselected package libstdc++6-ppc64el-cross.
16:54:57 [2021-08-20T16:54:57.196Z] #17 72.70 Preparing to unpack .../101-libstdc++6-ppc64el-cross_8.3.0-2cross1_all.deb ...
16:54:57 [2021-08-20T16:54:57.196Z] #17 72.70 Unpacking libstdc++6-ppc64el-cross (8.3.0-2cross1) ...
16:54:57 [2021-08-20T16:54:57.196Z] #17 72.77 Selecting previously unselected package libasan5-ppc64el-cross.
16:54:57 [2021-08-20T16:54:57.196Z] #17 72.77 Preparing to unpack .../102-libasan5-ppc64el-cross_8.3.0-2cross1_all.deb ...
16:54:57 [2021-08-20T16:54:57.196Z] #17 72.77 Unpacking libasan5-ppc64el-cross (8.3.0-2cross1) ...
16:54:57 [2021-08-20T16:54:57.196Z] #17 72.84 Selecting previously unselected package liblsan0-ppc64el-cross.
16:54:57 [2021-08-20T16:54:57.196Z] #17 72.84 Preparing to unpack .../103-liblsan0-ppc64el-cross_8.3.0-2cross1_all.deb ...
16:54:57 [2021-08-20T16:54:57.196Z] #17 72.84 Unpacking liblsan0-ppc64el-cross (8.3.0-2cross1) ...
16:54:57 [2021-08-20T16:54:57.196Z] #17 72.90 Selecting previously unselected package libtsan0-ppc64el-cross.
16:54:57 [2021-08-20T16:54:57.196Z] #17 72.90 Preparing to unpack .../104-libtsan0-ppc64el-cross_8.3.0-2cross1_all.deb ...
16:54:57 [2021-08-20T16:54:57.453Z] #17 72.90 Unpacking libtsan0-ppc64el-cross (8.3.0-2cross1) ...
16:54:57 [2021-08-20T16:54:57.453Z] #17 72.95 Selecting previously unselected package libubsan1-ppc64el-cross.
16:54:57 [2021-08-20T16:54:57.453Z] #17 72.96 Preparing to unpack .../105-libubsan1-ppc64el-cross_8.3.0-2cross1_all.deb ...
16:54:57 [2021-08-20T16:54:57.453Z] #17 72.96 Unpacking libubsan1-ppc64el-cross (8.3.0-2cross1) ...
16:54:57 [2021-08-20T16:54:57.453Z] #17 72.99 Selecting previously unselected package libquadmath0-ppc64el-cross.
16:54:57 [2021-08-20T16:54:57.453Z] #17 73.00 Preparing to unpack .../106-libquadmath0-ppc64el-cross_8.3.0-2cross1_all.deb ...
16:54:57 [2021-08-20T16:54:57.453Z] #17 73.00 Unpacking libquadmath0-ppc64el-cross (8.3.0-2cross1) ...
16:54:57 [2021-08-20T16:54:57.453Z] #17 73.03 Selecting previously unselected package libgcc-8-dev-ppc64el-cross.
16:54:57 [2021-08-20T16:54:57.453Z] #17 73.04 Preparing to unpack .../107-libgcc-8-dev-ppc64el-cross_8.3.0-2cross1_all.deb ...
16:54:57 [2021-08-20T16:54:57.453Z] #17 73.04 Unpacking libgcc-8-dev-ppc64el-cross (8.3.0-2cross1) ...
16:54:57 [2021-08-20T16:54:57.528Z] #15 DONE 1.6s
16:54:57 [2021-08-20T16:54:57.528Z] 
16:54:57 [2021-08-20T16:54:57.528Z] #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
16:54:57 [2021-08-20T16:54:57.528Z] #54 sha256:47c76873b5178808dde0018fc889e69fc90e83d76c892af59a03b8c6199096c8
16:54:57 [2021-08-20T16:54:57.528Z] #54 1.826 + RM_GOPATH=0
16:54:57 [2021-08-20T16:54:57.528Z] #54 1.826 + TMP_GOPATH=
16:54:57 [2021-08-20T16:54:57.528Z] #54 1.826 + : /build
16:54:57 [2021-08-20T16:54:57.528Z] #54 1.826 + '[' -z '' ']'
16:54:57 [2021-08-20T16:54:57.528Z] #54 1.826 ++ mktemp -d
16:54:57 [2021-08-20T16:54:57.528Z] #54 1.826 + export GOPATH=/tmp/tmp.gMnixNdUQU
16:54:57 [2021-08-20T16:54:57.528Z] #54 1.826 + GOPATH=/tmp/tmp.gMnixNdUQU
16:54:57 [2021-08-20T16:54:57.528Z] #54 1.826 + RM_GOPATH=1
16:54:57 [2021-08-20T16:54:57.528Z] #54 1.826 + case "$(go env GOARCH)" in
16:54:57 [2021-08-20T16:54:57.528Z] #54 1.826 ++ go env GOARCH
16:54:57 [2021-08-20T16:54:57.528Z] #54 1.841 + export GO_BUILDMODE=-buildmode=pie
16:54:57 [2021-08-20T16:54:57.528Z] #54 1.841 + GO_BUILDMODE=-buildmode=pie
16:54:57 [2021-08-20T16:54:57.528Z] #54 1.841 ++ dirname /tmp/install/install.sh
16:54:57 [2021-08-20T16:54:57.528Z] #54 1.841 + dir=/tmp/install
16:54:57 [2021-08-20T16:54:57.528Z] #54 1.841 + bin=runc
16:54:57 [2021-08-20T16:54:57.528Z] #54 1.841 + shift
16:54:57 [2021-08-20T16:54:57.528Z] #54 1.841 + '[' '!' -f /tmp/install/runc.installer ']'
16:54:57 [2021-08-20T16:54:57.528Z] #54 1.841 + . /tmp/install/runc.installer
16:54:57 [2021-08-20T16:54:57.528Z] #54 1.841 ++ : 4144b63817ebcc5b358fc2c8ef95f7cddd709aa7
16:54:57 [2021-08-20T16:54:57.528Z] #54 1.841 + install_runc
16:54:57 [2021-08-20T16:54:57.528Z] #54 1.841 + grep -q '^3\.10\.0.*\.el7\.'
16:54:57 [2021-08-20T16:54:57.528Z] #54 1.850 Install runc version 4144b63817ebcc5b358fc2c8ef95f7cddd709aa7 (build tags: seccomp )
16:54:57 [2021-08-20T16:54:57.528Z] #54 1.850 + uname -r
16:54:57 [2021-08-20T16:54:57.528Z] #54 1.850 + RUNC_BUILDTAGS='seccomp '
16:54:57 [2021-08-20T16:54:57.528Z] #54 1.850 + echo 'Install runc version 4144b63817ebcc5b358fc2c8ef95f7cddd709aa7 (build tags: seccomp )'
16:54:57 [2021-08-20T16:54:57.528Z] #54 1.850 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.gMnixNdUQU/src/github.com/opencontainers/runc
16:54:57 [2021-08-20T16:54:57.528Z] #54 1.850 Cloning into '/tmp/tmp.gMnixNdUQU/src/github.com/opencontainers/runc'...
16:54:57 [2021-08-20T16:54:57.530Z] #18 DONE 1.6s
16:54:57 [2021-08-20T16:54:57.530Z] 
16:54:57 [2021-08-20T16:54:57.530Z] #19 [dev-systemd-false  6/25] RUN ldconfig
16:54:57 [2021-08-20T16:54:57.530Z] #19 sha256:4bcc9149ad07795f5337cadf2d737b02655384beb35f50b7f433484b17ae048b
16:54:57 [2021-08-20T16:54:57.712Z] #17 73.20 Selecting previously unselected package gcc-8-powerpc64le-linux-gnu.
16:54:57 [2021-08-20T16:54:57.712Z] #17 73.20 Preparing to unpack .../108-gcc-8-powerpc64le-linux-gnu_8.3.0-2cross1_amd64.deb ...
16:54:57 [2021-08-20T16:54:57.712Z] #17 73.21 Unpacking gcc-8-powerpc64le-linux-gnu (8.3.0-2cross1) ...
16:54:57 [2021-08-20T16:54:57.754Z] #57 ...
16:54:57 [2021-08-20T16:54:57.754Z] 
16:54:57 [2021-08-20T16:54:57.754Z] #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
16:54:57 [2021-08-20T16:54:57.754Z] #52 sha256:acd3697efc4e8bc2accdcc4a246afd62f09d2ff177ebbb1a1c47382f42d35d7c
16:54:57 [2021-08-20T16:54:57.754Z] #52 78.48 flag
16:54:57 [2021-08-20T16:54:57.754Z] #52 79.82 github.com/pkg/diff
16:54:57 [2021-08-20T16:54:57.754Z] #52 80.99 go/ast
16:54:57 [2021-08-20T16:54:57.754Z] #52 82.24 golang.org/x/crypto/ssh/terminal
16:54:57 [2021-08-20T16:54:57.754Z] #52 83.70 mvdan.cc/editorconfig
16:54:57 [2021-08-20T16:54:57.754Z] #52 84.79 mvdan.cc/sh/v3/fileutil
16:54:57 [2021-08-20T16:54:57.754Z] #52 84.92 text/tabwriter
16:54:57 [2021-08-20T16:54:57.754Z] #52 85.35 mvdan.cc/sh/v3/syntax
16:54:58 [2021-08-20T16:54:58.012Z] #52 ...
16:54:58 [2021-08-20T16:54:58.012Z] 
16:54:58 [2021-08-20T16:54:58.012Z] #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
16:54:58 [2021-08-20T16:54:58.012Z] #46 sha256:85d5a20cf7ff740618d370a7abe4e4d0ed219e61a71d9cde09b95fcdd5820b66
16:54:58 [2021-08-20T16:54:58.012Z] #46 83.66 go/parser
16:54:58 [2021-08-20T16:54:58.012Z] #46 85.46 text/template
16:54:58 [2021-08-20T16:54:58.012Z] #46 87.09 log
16:54:58 [2021-08-20T16:54:58.012Z] #46 87.72 encoding/xml
16:54:58 [2021-08-20T16:54:58.280Z] #17 73.84 Selecting previously unselected package gcc-powerpc64le-linux-gnu.
16:54:58 [2021-08-20T16:54:58.280Z] #17 73.84 Preparing to unpack .../109-gcc-powerpc64le-linux-gnu_4%3a8.3.0-1_amd64.deb ...
16:54:58 [2021-08-20T16:54:58.280Z] #17 73.85 Unpacking gcc-powerpc64le-linux-gnu (4:8.3.0-1) ...
16:54:58 [2021-08-20T16:54:58.280Z] #17 73.87 Selecting previously unselected package linux-libc-dev-ppc64el-cross.
16:54:58 [2021-08-20T16:54:58.539Z] #17 73.87 Preparing to unpack .../110-linux-libc-dev-ppc64el-cross_4.19.20-1cross1_all.deb ...
16:54:58 [2021-08-20T16:54:58.539Z] #17 73.88 Unpacking linux-libc-dev-ppc64el-cross (4.19.20-1cross1) ...
16:54:58 [2021-08-20T16:54:58.539Z] #17 74.03 Selecting previously unselected package libc6-dev-ppc64el-cross.
16:54:58 [2021-08-20T16:54:58.539Z] #17 74.03 Preparing to unpack .../111-libc6-dev-ppc64el-cross_2.28-7cross1_all.deb ...
16:54:58 [2021-08-20T16:54:58.539Z] #17 74.04 Unpacking libc6-dev-ppc64el-cross (2.28-7cross1) ...
16:54:58 [2021-08-20T16:54:58.798Z] #17 74.35 Selecting previously unselected package libstdc++-8-dev-ppc64el-cross.
16:54:58 [2021-08-20T16:54:58.798Z] #17 74.35 Preparing to unpack .../112-libstdc++-8-dev-ppc64el-cross_8.3.0-2cross1_all.deb ...
16:54:58 [2021-08-20T16:54:58.798Z] #17 74.36 Unpacking libstdc++-8-dev-ppc64el-cross (8.3.0-2cross1) ...
16:54:58 [2021-08-20T16:54:58.907Z] #54 ...
16:54:58 [2021-08-20T16:54:58.907Z] 
16:54:58 [2021-08-20T16:54:58.907Z] #16 [dev-systemd-false  3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
16:54:58 [2021-08-20T16:54:58.907Z] #16 sha256:d8e3ee992f816589dc3075b4c4959c8cc8c6d49faef86c7b6e16bd6e1f40a909
16:54:58 [2021-08-20T16:54:58.907Z] #16 1.345 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
16:54:58 [2021-08-20T16:54:58.907Z] #16 DONE 1.5s
16:54:58 [2021-08-20T16:54:58.907Z] 
16:54:58 [2021-08-20T16:54:58.907Z] #17 [dev-systemd-false  4/25] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
16:54:58 [2021-08-20T16:54:58.907Z] #17 sha256:f71cf765f4ce7f9d8d8722f48a91a5e7c776453e2e881462d2aa27e0fa6cdcf1
16:54:58 [2021-08-20T16:54:58.927Z] #19 DONE 1.7s
16:54:58 [2021-08-20T16:54:58.927Z] 
16:54:58 [2021-08-20T16:54:58.927Z] #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
16:54:58 [2021-08-20T16:54:58.927Z] #54 sha256:311b739adca8aabecd3d628b2343208afbd4921ff8b5c61d35959daa23692937
16:54:58 [2021-08-20T16:54:58.927Z] #54 7.927 + cd /tmp/tmp.e59RsOUmdQ/src/github.com/opencontainers/runc
16:54:58 [2021-08-20T16:54:58.927Z] #54 7.927 + git checkout -q 4144b63817ebcc5b358fc2c8ef95f7cddd709aa7
16:54:58 [2021-08-20T16:54:58.927Z] #54 8.168 + '[' -z '' ']'
16:54:58 [2021-08-20T16:54:58.927Z] #54 8.168 + target=static
16:54:58 [2021-08-20T16:54:58.927Z] #54 8.168 + make 'BUILDTAGS=seccomp ' static
16:54:58 [2021-08-20T16:54:58.927Z] #54 8.428 CGO_ENABLED=1 go build -trimpath   -tags "seccomp  netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit=v1.0.1-0-g4144b638 -X main.version=1.0.1 " -o runc .
16:54:59 [2021-08-20T16:54:59.056Z] #17 74.59 Selecting previously unselected package g++-8-powerpc64le-linux-gnu.
16:54:59 [2021-08-20T16:54:59.056Z] #17 74.59 Preparing to unpack .../113-g++-8-powerpc64le-linux-gnu_8.3.0-2cross1_amd64.deb ...
16:54:59 [2021-08-20T16:54:59.057Z] #17 74.60 Unpacking g++-8-powerpc64le-linux-gnu (8.3.0-2cross1) ...
16:54:59 [2021-08-20T16:54:59.380Z] #46 90.05 go/doc
16:54:59 [2021-08-20T16:54:59.624Z] #17 75.25 Selecting previously unselected package g++-powerpc64le-linux-gnu.
16:54:59 [2021-08-20T16:54:59.624Z] #17 75.25 Preparing to unpack .../114-g++-powerpc64le-linux-gnu_4%3a8.3.0-1_amd64.deb ...
16:54:59 [2021-08-20T16:54:59.624Z] #17 75.26 Unpacking g++-powerpc64le-linux-gnu (4:8.3.0-1) ...
16:54:59 [2021-08-20T16:54:59.624Z] #17 75.28 Selecting previously unselected package crossbuild-essential-ppc64el.
16:54:59 [2021-08-20T16:54:59.624Z] #17 75.28 Preparing to unpack .../115-crossbuild-essential-ppc64el_12.6_all.deb ...
16:54:59 [2021-08-20T16:54:59.624Z] #17 75.29 Unpacking crossbuild-essential-ppc64el (12.6) ...
16:54:59 [2021-08-20T16:54:59.624Z] #17 75.31 Selecting previously unselected package libc6-s390x-cross.
16:54:59 [2021-08-20T16:54:59.636Z] #46 ...
16:54:59 [2021-08-20T16:54:59.636Z] 
16:54:59 [2021-08-20T16:54:59.636Z] #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
16:54:59 [2021-08-20T16:54:59.636Z] #13 sha256:2ea98f0c850f86337a599286b1c82318201b41ac5783d18845b4a9977a584449
16:54:59 [2021-08-20T16:54:59.636Z] #13 86.13 Selecting previously unselected package g++-mingw-w64-x86-64.
16:54:59 [2021-08-20T16:54:59.636Z] #13 86.15 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ...
16:54:59 [2021-08-20T16:54:59.636Z] #13 86.16 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
16:54:59 [2021-08-20T16:54:59.887Z] #17 75.31 Preparing to unpack .../116-libc6-s390x-cross_2.28-7cross1_all.deb ...
16:54:59 [2021-08-20T16:54:59.887Z] #17 75.32 Unpacking libc6-s390x-cross (2.28-7cross1) ...
16:54:59 [2021-08-20T16:54:59.887Z] #17 75.45 Selecting previously unselected package libgcc1-s390x-cross.
16:54:59 [2021-08-20T16:54:59.887Z] #17 75.45 Preparing to unpack .../117-libgcc1-s390x-cross_1%3a8.3.0-2cross1_all.deb ...
16:54:59 [2021-08-20T16:54:59.887Z] #17 75.45 Unpacking libgcc1-s390x-cross (1:8.3.0-2cross1) ...
16:54:59 [2021-08-20T16:54:59.887Z] #17 75.48 Selecting previously unselected package libgomp1-s390x-cross.
16:54:59 [2021-08-20T16:54:59.887Z] #17 75.48 Preparing to unpack .../118-libgomp1-s390x-cross_8.3.0-2cross1_all.deb ...
16:54:59 [2021-08-20T16:54:59.887Z] #17 75.48 Unpacking libgomp1-s390x-cross (8.3.0-2cross1) ...
16:54:59 [2021-08-20T16:54:59.887Z] #17 75.52 Selecting previously unselected package libitm1-s390x-cross.
16:54:59 [2021-08-20T16:54:59.887Z] #17 75.52 Preparing to unpack .../119-libitm1-s390x-cross_8.3.0-2cross1_all.deb ...
16:54:59 [2021-08-20T16:54:59.887Z] #17 75.52 Unpacking libitm1-s390x-cross (8.3.0-2cross1) ...
16:54:59 [2021-08-20T16:54:59.887Z] #17 75.55 Selecting previously unselected package libatomic1-s390x-cross.
16:54:59 [2021-08-20T16:54:59.887Z] #17 75.55 Preparing to unpack .../120-libatomic1-s390x-cross_8.3.0-2cross1_all.deb ...
16:55:00 [2021-08-20T16:55:00.146Z] #17 75.55 Unpacking libatomic1-s390x-cross (8.3.0-2cross1) ...
16:55:00 [2021-08-20T16:55:00.146Z] #17 75.58 Selecting previously unselected package libstdc++6-s390x-cross.
16:55:00 [2021-08-20T16:55:00.146Z] #17 75.58 Preparing to unpack .../121-libstdc++6-s390x-cross_8.3.0-2cross1_all.deb ...
16:55:00 [2021-08-20T16:55:00.146Z] #17 75.58 Unpacking libstdc++6-s390x-cross (8.3.0-2cross1) ...
16:55:00 [2021-08-20T16:55:00.146Z] #17 75.65 Selecting previously unselected package libasan5-s390x-cross.
16:55:00 [2021-08-20T16:55:00.146Z] #17 75.65 Preparing to unpack .../122-libasan5-s390x-cross_8.3.0-2cross1_all.deb ...
16:55:00 [2021-08-20T16:55:00.146Z] #17 75.65 Unpacking libasan5-s390x-cross (8.3.0-2cross1) ...
16:55:00 [2021-08-20T16:55:00.146Z] #17 75.71 Selecting previously unselected package libubsan1-s390x-cross.
16:55:00 [2021-08-20T16:55:00.146Z] #17 75.71 Preparing to unpack .../123-libubsan1-s390x-cross_8.3.0-2cross1_all.deb ...
16:55:00 [2021-08-20T16:55:00.146Z] #17 75.71 Unpacking libubsan1-s390x-cross (8.3.0-2cross1) ...
16:55:00 [2021-08-20T16:55:00.146Z] #17 75.75 Selecting previously unselected package libgcc-8-dev-s390x-cross.
16:55:00 [2021-08-20T16:55:00.146Z] #17 75.75 Preparing to unpack .../124-libgcc-8-dev-s390x-cross_8.3.0-2cross1_all.deb ...
16:55:00 [2021-08-20T16:55:00.146Z] #17 75.75 Unpacking libgcc-8-dev-s390x-cross (8.3.0-2cross1) ...
16:55:00 [2021-08-20T16:55:00.283Z] #17 DONE 1.3s
16:55:00 [2021-08-20T16:55:00.283Z] 
16:55:00 [2021-08-20T16:55:00.283Z] #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
16:55:00 [2021-08-20T16:55:00.283Z] #54 sha256:47c76873b5178808dde0018fc889e69fc90e83d76c892af59a03b8c6199096c8
16:55:00 [2021-08-20T16:55:00.283Z] #54 ...
16:55:00 [2021-08-20T16:55:00.283Z] 
16:55:00 [2021-08-20T16:55:00.283Z] #18 [dev-systemd-false  5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
16:55:00 [2021-08-20T16:55:00.283Z] #18 sha256:e2357bf2a6df0aa1e766d679ee6b42ffce152bc1a857bfb148dc94b50f7bd496
16:55:00 [2021-08-20T16:55:00.405Z] #17 75.85 Selecting previously unselected package gcc-8-s390x-linux-gnu.
16:55:00 [2021-08-20T16:55:00.405Z] #17 75.86 Preparing to unpack .../125-gcc-8-s390x-linux-gnu_8.3.0-2cross1_amd64.deb ...
16:55:00 [2021-08-20T16:55:00.405Z] #17 75.86 Unpacking gcc-8-s390x-linux-gnu (8.3.0-2cross1) ...
16:55:00 [2021-08-20T16:55:00.971Z] #17 76.42 Selecting previously unselected package gcc-s390x-linux-gnu.
16:55:00 [2021-08-20T16:55:00.971Z] #17 76.42 Preparing to unpack .../126-gcc-s390x-linux-gnu_4%3a8.3.0-1_amd64.deb ...
16:55:00 [2021-08-20T16:55:00.971Z] #17 76.43 Unpacking gcc-s390x-linux-gnu (4:8.3.0-1) ...
16:55:00 [2021-08-20T16:55:00.971Z] #17 76.45 Selecting previously unselected package linux-libc-dev-s390x-cross.
16:55:00 [2021-08-20T16:55:00.971Z] #17 76.46 Preparing to unpack .../127-linux-libc-dev-s390x-cross_4.19.20-1cross1_all.deb ...
16:55:00 [2021-08-20T16:55:00.971Z] #17 76.46 Unpacking linux-libc-dev-s390x-cross (4.19.20-1cross1) ...
16:55:01 [2021-08-20T16:55:01.229Z] #17 76.61 Selecting previously unselected package libc6-dev-s390x-cross.
16:55:01 [2021-08-20T16:55:01.229Z] #17 76.62 Preparing to unpack .../128-libc6-dev-s390x-cross_2.28-7cross1_all.deb ...
16:55:01 [2021-08-20T16:55:01.229Z] #17 76.62 Unpacking libc6-dev-s390x-cross (2.28-7cross1) ...
16:55:01 [2021-08-20T16:55:01.488Z] #17 76.89 Selecting previously unselected package libstdc++-8-dev-s390x-cross.
16:55:01 [2021-08-20T16:55:01.488Z] #17 76.89 Preparing to unpack .../129-libstdc++-8-dev-s390x-cross_8.3.0-2cross1_all.deb ...
16:55:01 [2021-08-20T16:55:01.488Z] #17 76.89 Unpacking libstdc++-8-dev-s390x-cross (8.3.0-2cross1) ...
16:55:01 [2021-08-20T16:55:01.488Z] #17 77.13 Selecting previously unselected package g++-8-s390x-linux-gnu.
16:55:01 [2021-08-20T16:55:01.748Z] #17 77.13 Preparing to unpack .../130-g++-8-s390x-linux-gnu_8.3.0-2cross1_amd64.deb ...
16:55:01 [2021-08-20T16:55:01.748Z] #17 77.14 Unpacking g++-8-s390x-linux-gnu (8.3.0-2cross1) ...
16:55:02 [2021-08-20T16:55:02.188Z] #18 DONE 1.6s
16:55:02 [2021-08-20T16:55:02.188Z] 
16:55:02 [2021-08-20T16:55:02.188Z] #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
16:55:02 [2021-08-20T16:55:02.188Z] #54 sha256:47c76873b5178808dde0018fc889e69fc90e83d76c892af59a03b8c6199096c8
16:55:02 [2021-08-20T16:55:02.188Z] #54 6.776 + cd /tmp/tmp.gMnixNdUQU/src/github.com/opencontainers/runc
16:55:02 [2021-08-20T16:55:02.188Z] #54 6.776 + git checkout -q 4144b63817ebcc5b358fc2c8ef95f7cddd709aa7
16:55:02 [2021-08-20T16:55:02.188Z] #54 7.049 + '[' -z '' ']'
16:55:02 [2021-08-20T16:55:02.188Z] #54 7.049 + target=static
16:55:02 [2021-08-20T16:55:02.189Z] #54 7.049 + make 'BUILDTAGS=seccomp ' static
16:55:02 [2021-08-20T16:55:02.189Z] #54 7.225 CGO_ENABLED=1 go build -trimpath   -tags "seccomp  netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit=v1.0.1-0-g4144b638 -X main.version=1.0.1 " -o runc .
16:55:02 [2021-08-20T16:55:02.255Z] #54 ...
16:55:02 [2021-08-20T16:55:02.255Z] 
16:55:02 [2021-08-20T16:55:02.255Z] #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
16:55:02 [2021-08-20T16:55:02.255Z] #24 sha256:9cd17ff151754752f15bd1fadef5cddf1947d8c9ad97381cd0febbb3c3815618
16:55:02 [2021-08-20T16:55:02.315Z] #17 77.73 Selecting previously unselected package g++-s390x-linux-gnu.
16:55:02 [2021-08-20T16:55:02.315Z] #17 77.73 Preparing to unpack .../131-g++-s390x-linux-gnu_4%3a8.3.0-1_amd64.deb ...
16:55:02 [2021-08-20T16:55:02.315Z] #17 77.73 Unpacking g++-s390x-linux-gnu (4:8.3.0-1) ...
16:55:02 [2021-08-20T16:55:02.315Z] #17 77.76 Selecting previously unselected package crossbuild-essential-s390x.
16:55:02 [2021-08-20T16:55:02.315Z] #17 77.76 Preparing to unpack .../132-crossbuild-essential-s390x_12.6_all.deb ...
16:55:02 [2021-08-20T16:55:02.315Z] #17 77.76 Unpacking crossbuild-essential-s390x (12.6) ...
16:55:02 [2021-08-20T16:55:02.315Z] #17 77.81 Setting up libconfig-inifiles-perl (3.000001-1) ...
16:55:02 [2021-08-20T16:55:02.315Z] #17 77.82 Setting up libfile-which-perl (1.23-1) ...
16:55:02 [2021-08-20T16:55:02.315Z] #17 77.83 Setting up binutils-arm-linux-gnueabi (2.31.1-16) ...
16:55:02 [2021-08-20T16:55:02.315Z] #17 77.84 Setting up libc6-armhf-cross (2.28-7cross1) ...
16:55:02 [2021-08-20T16:55:02.315Z] #17 77.85 Setting up binutils-s390x-linux-gnu (2.31.1-16) ...
16:55:02 [2021-08-20T16:55:02.315Z] #17 77.86 Setting up libmagic-mgc (1:5.35-4+deb10u2) ...
16:55:02 [2021-08-20T16:55:02.315Z] #17 77.87 Setting up gcc-8-arm-linux-gnueabi-base:amd64 (8.3.0-2cross1) ...
16:55:02 [2021-08-20T16:55:02.315Z] #17 77.88 Setting up gcc-8-cross-base (8.3.0-2cross1) ...
16:55:02 [2021-08-20T16:55:02.315Z] #17 77.89 Setting up libc6-ppc64el-cross (2.28-7cross1) ...
16:55:02 [2021-08-20T16:55:02.315Z] #17 77.89 Setting up libc6-s390x-cross (2.28-7cross1) ...
16:55:02 [2021-08-20T16:55:02.315Z] #17 77.90 Setting up gcc-8-s390x-linux-gnu-base:amd64 (8.3.0-2cross1) ...
16:55:02 [2021-08-20T16:55:02.315Z] #17 77.91 Setting up libatomic1-s390x-cross (8.3.0-2cross1) ...
16:55:02 [2021-08-20T16:55:02.316Z] #17 77.92 Setting up libmagic1:amd64 (1:5.35-4+deb10u2) ...
16:55:02 [2021-08-20T16:55:02.316Z] #17 77.94 Setting up libxml-namespacesupport-perl (1.12-1) ...
16:55:02 [2021-08-20T16:55:02.574Z] #17 77.95 Setting up binutils-aarch64-linux-gnu (2.31.1-16) ...
16:55:02 [2021-08-20T16:55:02.574Z] #17 77.96 Setting up file (1:5.35-4+deb10u2) ...
16:55:02 [2021-08-20T16:55:02.574Z] #17 77.97 Setting up libatomic1-armhf-cross (8.3.0-2cross1) ...
16:55:02 [2021-08-20T16:55:02.574Z] #17 77.97 Setting up libgomp1-ppc64el-cross (8.3.0-2cross1) ...
16:55:02 [2021-08-20T16:55:02.574Z] #17 77.98 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
16:55:02 [2021-08-20T16:55:02.574Z] #17 77.99 Setting up libyaml-perl (1.27-1) ...
16:55:02 [2021-08-20T16:55:02.575Z] #17 78.00 Setting up cpp-8-arm-linux-gnueabi (8.3.0-2cross1) ...
16:55:02 [2021-08-20T16:55:02.575Z] #17 78.01 Setting up libicu63:amd64 (63.1-6+deb10u1) ...
16:55:02 [2021-08-20T16:55:02.575Z] #17 78.02 Setting up gcc-8-aarch64-linux-gnu-base:amd64 (8.3.0-2cross1) ...
16:55:02 [2021-08-20T16:55:02.575Z] #17 78.03 Setting up linux-libc-dev-armel-cross (4.19.20-1cross1) ...
16:55:02 [2021-08-20T16:55:02.575Z] #17 78.04 Setting up libxml-sax-base-perl (1.09-1) ...
16:55:02 [2021-08-20T16:55:02.575Z] #17 78.05 Setting up libio-string-perl (1.08-3) ...
16:55:02 [2021-08-20T16:55:02.575Z] #17 78.06 Setting up linux-libc-dev-s390x-cross (4.19.20-1cross1) ...
16:55:02 [2021-08-20T16:55:02.575Z] #17 78.07 Setting up cross-config (2.6.15-3) ...
16:55:02 [2021-08-20T16:55:02.575Z] #17 78.16 Setting up cpp-arm-linux-gnueabi (4:8.3.0-1) ...
16:55:02 [2021-08-20T16:55:02.575Z] #17 78.17 Setting up libgcc1-armhf-cross (1:8.3.0-2cross1) ...
16:55:02 [2021-08-20T16:55:02.575Z] #17 78.18 Setting up cpp-8-s390x-linux-gnu (8.3.0-2cross1) ...
16:55:02 [2021-08-20T16:55:02.575Z] #17 78.18 Setting up gcc-8-arm-linux-gnueabihf-base:amd64 (8.3.0-2cross1) ...
16:55:02 [2021-08-20T16:55:02.575Z] #17 78.20 Setting up xz-utils (5.2.4-1) ...
16:55:02 [2021-08-20T16:55:02.575Z] #17 78.21 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
16:55:02 [2021-08-20T16:55:02.575Z] #17 78.21 Setting up libc6-arm64-cross (2.28-7cross1) ...
16:55:02 [2021-08-20T16:55:02.575Z] #17 78.22 Setting up patch (2.7.6-3+deb10u1) ...
16:55:02 [2021-08-20T16:55:02.575Z] #17 78.23 Setting up linux-libc-dev-armhf-cross (4.19.20-1cross1) ...
16:55:02 [2021-08-20T16:55:02.575Z] #17 78.24 Setting up cpp-8-aarch64-linux-gnu (8.3.0-2cross1) ...
16:55:02 [2021-08-20T16:55:02.575Z] #17 78.25 Setting up libitm1-arm64-cross (8.3.0-2cross1) ...
16:55:02 [2021-08-20T16:55:02.575Z] #17 78.26 Setting up libitm1-ppc64el-cross (8.3.0-2cross1) ...
16:55:02 [2021-08-20T16:55:02.833Z] #17 78.27 Setting up linux-libc-dev-arm64-cross (4.19.20-1cross1) ...
16:55:02 [2021-08-20T16:55:02.833Z] #17 78.28 Setting up libc6-armel-cross (2.28-7cross1) ...
16:55:02 [2021-08-20T16:55:02.833Z] #17 78.29 Setting up libitm1-s390x-cross (8.3.0-2cross1) ...
16:55:02 [2021-08-20T16:55:02.833Z] #17 78.30 Setting up libatomic1-ppc64el-cross (8.3.0-2cross1) ...
16:55:02 [2021-08-20T16:55:02.833Z] #17 78.31 Setting up libc6-dev-s390x-cross (2.28-7cross1) ...
16:55:02 [2021-08-20T16:55:02.833Z] #17 78.32 Setting up linux-libc-dev-ppc64el-cross (4.19.20-1cross1) ...
16:55:02 [2021-08-20T16:55:02.833Z] #17 78.33 Setting up binutils-powerpc64le-linux-gnu (2.31.1-16) ...
16:55:02 [2021-08-20T16:55:02.833Z] #17 78.34 Setting up libc6-dev-armel-cross (2.28-7cross1) ...
16:55:02 [2021-08-20T16:55:02.833Z] #17 78.35 Setting up libfile-homedir-perl (1.004-1) ...
16:55:02 [2021-08-20T16:55:02.833Z] #17 78.36 Setting up binutils-arm-linux-gnueabihf (2.31.1-16) ...
16:55:02 [2021-08-20T16:55:02.833Z] #17 78.37 Setting up libgomp1-s390x-cross (8.3.0-2cross1) ...
16:55:02 [2021-08-20T16:55:02.833Z] #17 78.38 Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u2) ...
16:55:02 [2021-08-20T16:55:02.833Z] #17 78.39 Setting up liblocale-gettext-perl (1.07-3+b4) ...
16:55:02 [2021-08-20T16:55:02.833Z] #17 78.40 Setting up gcc-8-powerpc64le-linux-gnu-base:amd64 (8.3.0-2cross1) ...
16:55:02 [2021-08-20T16:55:02.833Z] #17 78.41 Setting up libgcc1-s390x-cross (1:8.3.0-2cross1) ...
16:55:02 [2021-08-20T16:55:02.833Z] #17 78.42 Setting up libatomic1-arm64-cross (8.3.0-2cross1) ...
16:55:02 [2021-08-20T16:55:02.833Z] #17 78.43 Setting up cpp-8-arm-linux-gnueabihf (8.3.0-2cross1) ...
16:55:02 [2021-08-20T16:55:02.833Z] #17 78.44 Setting up libgcc1-arm64-cross (1:8.3.0-2cross1) ...
16:55:02 [2021-08-20T16:55:02.833Z] #17 78.45 Setting up libgomp1-armhf-cross (8.3.0-2cross1) ...
16:55:02 [2021-08-20T16:55:02.833Z] #17 78.46 Setting up libgcc1-ppc64el-cross (1:8.3.0-2cross1) ...
16:55:02 [2021-08-20T16:55:02.833Z] #17 78.47 Setting up libgomp1-arm64-cross (8.3.0-2cross1) ...
16:55:02 [2021-08-20T16:55:02.833Z] #17 78.48 Setting up libgomp1-armel-cross (8.3.0-2cross1) ...
16:55:03 [2021-08-20T16:55:03.092Z] #17 78.49 Setting up libc6-dev-ppc64el-cross (2.28-7cross1) ...
16:55:03 [2021-08-20T16:55:03.092Z] #17 78.50 Setting up cpp-s390x-linux-gnu (4:8.3.0-1) ...
16:55:03 [2021-08-20T16:55:03.092Z] #17 78.51 Setting up libquadmath0-ppc64el-cross (8.3.0-2cross1) ...
16:55:03 [2021-08-20T16:55:03.092Z] #17 78.52 Setting up libstdc++6-s390x-cross (8.3.0-2cross1) ...
16:55:03 [2021-08-20T16:55:03.092Z] #17 78.53 Setting up libc6-dev-armhf-cross (2.28-7cross1) ...
16:55:03 [2021-08-20T16:55:03.092Z] #17 78.54 Setting up cpp-8-powerpc64le-linux-gnu (8.3.0-2cross1) ...
16:55:03 [2021-08-20T16:55:03.092Z] #17 78.55 Setting up libasan5-s390x-cross (8.3.0-2cross1) ...
16:55:03 [2021-08-20T16:55:03.092Z] #17 78.56 Setting up libc6-dev-arm64-cross (2.28-7cross1) ...
16:55:03 [2021-08-20T16:55:03.092Z] #17 78.57 Setting up libatomic1-armel-cross (8.3.0-2cross1) ...
16:55:03 [2021-08-20T16:55:03.092Z] #17 78.58 Setting up libxml-sax-perl (1.00+dfsg-1) ...
16:55:03 [2021-08-20T16:55:03.092Z] #17 78.64 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
16:55:03 [2021-08-20T16:55:03.092Z] #17 78.70 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
16:55:03 [2021-08-20T16:55:03.352Z] #17 78.82 
16:55:03 [2021-08-20T16:55:03.352Z] #17 78.82 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
16:55:03 [2021-08-20T16:55:03.352Z] #17 78.85 Setting up dpkg-dev (1.19.7) ...
16:55:03 [2021-08-20T16:55:03.352Z] #17 78.86 Setting up libstdc++6-arm64-cross (8.3.0-2cross1) ...
16:55:03 [2021-08-20T16:55:03.352Z] #17 78.87 Setting up libgcc1-armel-cross (1:8.3.0-2cross1) ...
16:55:03 [2021-08-20T16:55:03.352Z] #17 78.90 Setting up cpp-aarch64-linux-gnu (4:8.3.0-1) ...
16:55:03 [2021-08-20T16:55:03.352Z] #17 78.90 Setting up libstdc++6-armhf-cross (8.3.0-2cross1) ...
16:55:03 [2021-08-20T16:55:03.352Z] #17 78.91 Setting up libubsan1-armhf-cross (8.3.0-2cross1) ...
16:55:03 [2021-08-20T16:55:03.352Z] #17 78.92 Setting up libstdc++6-ppc64el-cross (8.3.0-2cross1) ...
16:55:03 [2021-08-20T16:55:03.352Z] #17 78.93 Setting up libxml-libxml-perl (2.0134+dfsg-1) ...
16:55:03 [2021-08-20T16:55:03.352Z] #17 78.97 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
16:55:03 [2021-08-20T16:55:03.352Z] #17 79.04 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
16:55:03 [2021-08-20T16:55:03.564Z] #54 ...
16:55:03 [2021-08-20T16:55:03.565Z] 
16:55:03 [2021-08-20T16:55:03.565Z] #19 [dev-systemd-false  6/25] RUN ldconfig
16:55:03 [2021-08-20T16:55:03.565Z] #19 sha256:75fd611654daef8c47b70bf72a3d9fd79faff776b1e5e7a3921ca2c4359b49cd
16:55:03 [2021-08-20T16:55:03.565Z] #19 DONE 1.5s
16:55:03 [2021-08-20T16:55:03.565Z] 
16:55:03 [2021-08-20T16:55:03.565Z] #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
16:55:03 [2021-08-20T16:55:03.565Z] #20 sha256:82675fdcd5a95b728c160c709a71f1ea64ea45abf965d47240b1e7786400b6f0
16:55:03 [2021-08-20T16:55:03.610Z] #17 79.11 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
16:55:03 [2021-08-20T16:55:03.610Z] #17 79.23 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
16:55:03 [2021-08-20T16:55:03.610Z] #17 79.26 Setting up cpp-arm-linux-gnueabihf (4:8.3.0-1) ...
16:55:03 [2021-08-20T16:55:03.610Z] #17 79.27 Setting up cpp-powerpc64le-linux-gnu (4:8.3.0-1) ...
16:55:03 [2021-08-20T16:55:03.610Z] #17 79.27 Setting up liblsan0-arm64-cross (8.3.0-2cross1) ...
16:55:03 [2021-08-20T16:55:03.610Z] #17 79.28 Setting up libubsan1-s390x-cross (8.3.0-2cross1) ...
16:55:03 [2021-08-20T16:55:03.610Z] #17 79.29 Setting up libubsan1-arm64-cross (8.3.0-2cross1) ...
16:55:03 [2021-08-20T16:55:03.815Z] #13 ...
16:55:03 [2021-08-20T16:55:03.815Z] 
16:55:03 [2021-08-20T16:55:03.815Z] #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
16:55:03 [2021-08-20T16:55:03.815Z] #52 sha256:acd3697efc4e8bc2accdcc4a246afd62f09d2ff177ebbb1a1c47382f42d35d7c
16:55:03 [2021-08-20T16:55:03.815Z] #52 90.84 mvdan.cc/sh/v3/cmd/shfmt
16:55:03 [2021-08-20T16:55:03.815Z] #52 DONE 94.4s
16:55:03 [2021-08-20T16:55:03.815Z] 
16:55:03 [2021-08-20T16:55:03.815Z] #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
16:55:03 [2021-08-20T16:55:03.815Z] #46 sha256:85d5a20cf7ff740618d370a7abe4e4d0ed219e61a71d9cde09b95fcdd5820b66
16:55:03 [2021-08-20T16:55:03.815Z] #46 92.11 compress/flate
16:55:03 [2021-08-20T16:55:03.815Z] #46 93.38 github.com/LK4D4/vndr/build
16:55:03 [2021-08-20T16:55:03.868Z] #17 79.30 Setting up libasan5-ppc64el-cross (8.3.0-2cross1) ...
16:55:03 [2021-08-20T16:55:03.868Z] #17 79.31 Setting up libubsan1-ppc64el-cross (8.3.0-2cross1) ...
16:55:03 [2021-08-20T16:55:03.868Z] #17 79.32 Setting up libtsan0-arm64-cross (8.3.0-2cross1) ...
16:55:03 [2021-08-20T16:55:03.868Z] #17 79.33 Setting up libstdc++6-armel-cross (8.3.0-2cross1) ...
16:55:03 [2021-08-20T16:55:03.868Z] #17 79.34 Setting up libasan5-armhf-cross (8.3.0-2cross1) ...
16:55:03 [2021-08-20T16:55:03.868Z] #17 79.35 Setting up liblsan0-ppc64el-cross (8.3.0-2cross1) ...
16:55:03 [2021-08-20T16:55:03.868Z] #17 79.36 Setting up libasan5-arm64-cross (8.3.0-2cross1) ...
16:55:03 [2021-08-20T16:55:03.868Z] #17 79.37 Setting up libasan5-armel-cross (8.3.0-2cross1) ...
16:55:03 [2021-08-20T16:55:03.868Z] #17 79.38 Setting up libtsan0-ppc64el-cross (8.3.0-2cross1) ...
16:55:03 [2021-08-20T16:55:03.868Z] #17 79.39 Setting up libgcc-8-dev-arm64-cross (8.3.0-2cross1) ...
16:55:03 [2021-08-20T16:55:03.868Z] #17 79.40 Setting up libubsan1-armel-cross (8.3.0-2cross1) ...
16:55:03 [2021-08-20T16:55:03.868Z] #17 79.41 Setting up libxml-simple-perl (2.25-1) ...
16:55:03 [2021-08-20T16:55:03.868Z] #17 79.42 Setting up libgcc-8-dev-armhf-cross (8.3.0-2cross1) ...
16:55:03 [2021-08-20T16:55:03.868Z] #17 79.43 Setting up libgcc-8-dev-s390x-cross (8.3.0-2cross1) ...
16:55:03 [2021-08-20T16:55:03.868Z] #17 79.44 Setting up libstdc++-8-dev-armhf-cross (8.3.0-2cross1) ...
16:55:03 [2021-08-20T16:55:03.868Z] #17 79.45 Setting up gcc-8-arm-linux-gnueabihf (8.3.0-2cross1) ...
16:55:03 [2021-08-20T16:55:03.868Z] #17 79.45 Setting up gcc-arm-linux-gnueabihf (4:8.3.0-1) ...
16:55:03 [2021-08-20T16:55:03.868Z] #17 79.46 Setting up libgcc-8-dev-ppc64el-cross (8.3.0-2cross1) ...
16:55:03 [2021-08-20T16:55:03.868Z] #17 79.47 Setting up gcc-8-aarch64-linux-gnu (8.3.0-2cross1) ...
16:55:03 [2021-08-20T16:55:03.868Z] #17 79.48 Setting up libconfig-auto-perl (0.44-1) ...
16:55:03 [2021-08-20T16:55:03.869Z] #17 79.49 Setting up g++-8-arm-linux-gnueabihf (8.3.0-2cross1) ...
16:55:03 [2021-08-20T16:55:03.869Z] #17 79.50 Setting up libgcc-8-dev-armel-cross (8.3.0-2cross1) ...
16:55:04 [2021-08-20T16:55:04.139Z] #17 79.53 Setting up libstdc++-8-dev-arm64-cross (8.3.0-2cross1) ...
16:55:04 [2021-08-20T16:55:04.139Z] #17 79.54 Setting up gcc-8-s390x-linux-gnu (8.3.0-2cross1) ...
16:55:04 [2021-08-20T16:55:04.139Z] #17 79.54 Setting up gcc-8-arm-linux-gnueabi (8.3.0-2cross1) ...
16:55:04 [2021-08-20T16:55:04.139Z] #17 79.55 Setting up libstdc++-8-dev-s390x-cross (8.3.0-2cross1) ...
16:55:04 [2021-08-20T16:55:04.139Z] #17 79.56 Setting up g++-8-s390x-linux-gnu (8.3.0-2cross1) ...
16:55:04 [2021-08-20T16:55:04.139Z] #17 79.57 Setting up libstdc++-8-dev-ppc64el-cross (8.3.0-2cross1) ...
16:55:04 [2021-08-20T16:55:04.139Z] #17 79.58 Setting up libdebian-dpkgcross-perl (2.6.15-3) ...
16:55:04 [2021-08-20T16:55:04.139Z] #17 79.59 Setting up gcc-8-powerpc64le-linux-gnu (8.3.0-2cross1) ...
16:55:04 [2021-08-20T16:55:04.139Z] #17 79.60 Setting up g++-arm-linux-gnueabihf (4:8.3.0-1) ...
16:55:04 [2021-08-20T16:55:04.139Z] #17 79.61 Setting up gcc-aarch64-linux-gnu (4:8.3.0-1) ...
16:55:04 [2021-08-20T16:55:04.139Z] #17 79.62 Setting up g++-8-aarch64-linux-gnu (8.3.0-2cross1) ...
16:55:04 [2021-08-20T16:55:04.139Z] #17 79.63 Setting up libstdc++-8-dev-armel-cross (8.3.0-2cross1) ...
16:55:04 [2021-08-20T16:55:04.139Z] #17 79.64 Setting up g++-8-powerpc64le-linux-gnu (8.3.0-2cross1) ...
16:55:04 [2021-08-20T16:55:04.139Z] #17 79.65 Setting up gcc-s390x-linux-gnu (4:8.3.0-1) ...
16:55:04 [2021-08-20T16:55:04.139Z] #17 79.66 Setting up gcc-powerpc64le-linux-gnu (4:8.3.0-1) ...
16:55:04 [2021-08-20T16:55:04.139Z] #17 79.67 Setting up gcc-arm-linux-gnueabi (4:8.3.0-1) ...
16:55:04 [2021-08-20T16:55:04.139Z] #17 79.68 Setting up g++-aarch64-linux-gnu (4:8.3.0-1) ...
16:55:04 [2021-08-20T16:55:04.139Z] #17 79.69 Setting up dpkg-cross (2.6.15-3) ...
16:55:04 [2021-08-20T16:55:04.139Z] #17 79.72 Setting up g++-powerpc64le-linux-gnu (4:8.3.0-1) ...
16:55:04 [2021-08-20T16:55:04.374Z] #24 82.83 Checking out files:  27% (3158/11460)   
Checking out files:  28% (3209/11460)   
Checking out files:  29% (3324/11460)   
Checking out files:  30% (3438/11460)   
Checking out files:  31% (3553/11460)   
Checking out files:  32% (3668/11460)   
Checking out files:  33% (3782/11460)   
Checking out files:  34% (3897/11460)   
Checking out files:  35% (4011/11460)   
Checking out files:  36% (4126/11460)   
Checking out files:  37% (4241/11460)   
Checking out files:  38% (4355/11460)   
Checking out files:  39% (4470/11460)   
Checking out files:  40% (4584/11460)   
Checking out files:  41% (4699/11460)   
Checking out files:  42% (4814/11460)   
Checking out files:  43% (4928/11460)   
Checking out files:  44% (5043/11460)   
Checking out files:  45% (5157/11460)   
Checking out files:  46% (5272/11460)   
Checking out files:  47% (5387/11460)   
Checking out files:  48% (5501/11460)   
Checking out files:  49% (5616/11460)   
Checking out files:  50% (5730/11460)   
Checking out files:  51% (5845/11460)   
Checking out files:  51% (5930/11460)   
Checking out files:  52% (5960/11460)   
Checking out files:  53% (6074/11460)   
Checking out files:  54% (6189/11460)   
Checking out files:  55% (6303/11460)   
Checking out files:  56% (6418/11460)   
Checking out files:  57% (6533/11460)   
Checking out files:  58% (6647/11460)   
Checking out files:  59% (6762/11460)   
Checking out files:  60% (6876/11460)   
Checking out files:  61% (6991/11460)   
Checking out files:  62% (7106/11460)   
Checking out files:  63% (7220/11460)   
Checking out files:  64% (7335/11460)   
Checking out files:  65% (7449/11460)   
Checking out files:  66% (7564/11460)   
Checking out files:  67% (7679/11460)   
Checking out files:  68% (7793/11460)   
Checking out files:  69% (7908/11460)   
Checking out files:  70% (8022/11460)   
Checking out files:  71% (8137/11460)   
Checking out files:  72% (8252/11460)   
Checking out files:  73% (8366/11460)   
Checking out files:  74% (8481/11460)   
Checking out files:  75% (8595/11460)   
Checking out files:  76% (8710/11460)   
Checking out files:  77% (8825/11460)   
Checking out files:  78% (8939/11460)   
Checking out files:  79% (9054/11460)   
Checking out files:  79% (9114/11460)   
Checking out files:  80% (9168/11460)   
Checking out files:  81% (9283/11460)   
Checking out files:  82% (9398/11460)   
Checking out files:  83% (9512/11460)   
Checking out files:  84% (9627/11460)   
Checking out files:  85% (9741/11460)   
Checking out files:  86% (9856/11460)   
Checking out files:  87% (9971/11460)   
Checking out files:  88% (10085/11460)   
Checking out files:  89% (10200/11460)   
Checking out files:  90% (10314/11460)   
Checking out files:  91% (10429/11460)   
Checking out files:  92% (10544/11460)   
Checking out files:  93% (10658/11460)   
Checking out files:  94% (10773/11460)   
Checking out files:  95% (10887/11460)   
Checking out files:  96% (11002/11460)   
#24 ...
16:55:04 [2021-08-20T16:55:04.374Z] 
16:55:04 [2021-08-20T16:55:04.374Z] #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
16:55:04 [2021-08-20T16:55:04.374Z] #54 sha256:311b739adca8aabecd3d628b2343208afbd4921ff8b5c61d35959daa23692937
16:55:04 [2021-08-20T16:55:04.374Z] #54 13.77 CGO_ENABLED=1 go build -trimpath   -tags "seccomp  netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit=v1.0.1-0-g4144b638 -X main.version=1.0.1 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty
16:55:04 [2021-08-20T16:55:04.374Z] #54 14.90 + mkdir -p /build
16:55:04 [2021-08-20T16:55:04.374Z] #54 14.90 + cp runc /build/runc
16:55:04 [2021-08-20T16:55:04.374Z] #54 DONE 15.9s
16:55:04 [2021-08-20T16:55:04.374Z] 
16:55:04 [2021-08-20T16:55:04.374Z] #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
16:55:04 [2021-08-20T16:55:04.374Z] #24 sha256:9cd17ff151754752f15bd1fadef5cddf1947d8c9ad97381cd0febbb3c3815618
16:55:04 [2021-08-20T16:55:04.374Z] #24 82.83 Checking out files:  27% (3158/11460)   
Checking out files:  28% (3209/11460)   
Checking out files:  29% (3324/11460)   
Checking out files:  30% (3438/11460)   
Checking out files:  31% (3553/11460)   
Checking out files:  32% (3668/11460)   
Checking out files:  33% (3782/11460)   
Checking out files:  34% (3897/11460)   
Checking out files:  35% (4011/11460)   
Checking out files:  36% (4126/11460)   
Checking out files:  37% (4241/11460)   
Checking out files:  38% (4355/11460)   
Checking out files:  39% (4470/11460)   
Checking out files:  40% (4584/11460)   
Checking out files:  41% (4699/11460)   
Checking out files:  42% (4814/11460)   
Checking out files:  43% (4928/11460)   
Checking out files:  44% (5043/11460)   
Checking out files:  45% (5157/11460)   
Checking out files:  46% (5272/11460)   
Checking out files:  47% (5387/11460)   
Checking out files:  48% (5501/11460)   
Checking out files:  49% (5616/11460)   
Checking out files:  50% (5730/11460)   
Checking out files:  51% (5845/11460)   
Checking out files:  51% (5930/11460)   
Checking out files:  52% (5960/11460)   
Checking out files:  53% (6074/11460)   
Checking out files:  54% (6189/11460)   
Checking out files:  55% (6303/11460)   
Checking out files:  56% (6418/11460)   
Checking out files:  57% (6533/11460)   
Checking out files:  58% (6647/11460)   
Checking out files:  59% (6762/11460)   
Checking out files:  60% (6876/11460)   
Checking out files:  61% (6991/11460)   
Checking out files:  62% (7106/11460)   
Checking out files:  63% (7220/11460)   
Checking out files:  64% (7335/11460)   
Checking out files:  65% (7449/11460)   
Checking out files:  66% (7564/11460)   
Checking out files:  67% (7679/11460)   
Checking out files:  68% (7793/11460)   
Checking out files:  69% (7908/11460)   
Checking out files:  70% (8022/11460)   
Checking out files:  71% (8137/11460)   
Checking out files:  72% (8252/11460)   
Checking out files:  73% (8366/11460)   
Checking out files:  74% (8481/11460)   
Checking out files:  75% (8595/11460)   
Checking out files:  76% (8710/11460)   
Checking out files:  77% (8825/11460)   
Checking out files:  78% (8939/11460)   
Checking out files:  79% (9054/11460)   
Checking out files:  79% (9114/11460)   
Checking out files:  80% (9168/11460)   
Checking out files:  81% (9283/11460)   
Checking out files:  82% (9398/11460)   
Checking out files:  83% (9512/11460)   
Checking out files:  84% (9627/11460)   
Checking out files:  85% (9741/11460)   
Checking out files:  86% (9856/11460)   
Checking out files:  87% (9971/11460)   
Checking out files:  88% (10085/11460)   
Checking out files:  89% (10200/11460)   
Checking out files:  90% (10314/11460)   
Checking out files:  91% (10429/11460)   
Checking out files:  92% (10544/11460)   
Checking out files:  93% (10658/11460)   
Checking out files:  94% (10773/11460)   
Checking out files:  95% (10887/11460)   
Checking out files:  96% (11002/11460)   
Checking out files:  97% (11117/11460)   
Checking out files:  98% (11231/11460)   
Checking out files:  99% (11346/11460)   
Checking out files: 100% (11460/11460)   
Checking out files: 100% (11460/11460), done.
16:55:04 [2021-08-20T16:55:04.375Z] #24 85.54 + cd /tmp/tmp.zp10VeA6Zr/tmp/docker-ce
16:55:04 [2021-08-20T16:55:04.375Z] #24 85.55 + git checkout -q v17.06.2-ce
16:55:04 [2021-08-20T16:55:04.379Z] #46 95.16 compress/gzip
16:55:04 [2021-08-20T16:55:04.397Z] #17 79.73 Setting up g++-8-arm-linux-gnueabi (8.3.0-2cross1) ...
16:55:04 [2021-08-20T16:55:04.397Z] #17 79.74 Setting up g++-s390x-linux-gnu (4:8.3.0-1) ...
16:55:04 [2021-08-20T16:55:04.397Z] #17 79.75 Setting up crossbuild-essential-armhf (12.6) ...
16:55:04 [2021-08-20T16:55:04.397Z] #17 79.77 Setting up g++-arm-linux-gnueabi (4:8.3.0-1) ...
16:55:04 [2021-08-20T16:55:04.397Z] #17 79.77 Setting up crossbuild-essential-arm64 (12.6) ...
16:55:04 [2021-08-20T16:55:04.397Z] #17 79.78 Setting up crossbuild-essential-s390x (12.6) ...
16:55:04 [2021-08-20T16:55:04.397Z] #17 79.85 Setting up crossbuild-essential-ppc64el (12.6) ...
16:55:04 [2021-08-20T16:55:04.397Z] #17 79.86 Setting up crossbuild-essential-armel (12.6) ...
16:55:04 [2021-08-20T16:55:04.397Z] #17 79.87 Processing triggers for libc-bin (2.28-10) ...
16:55:04 [2021-08-20T16:55:04.968Z] #17 DONE 80.6s
16:55:05 [2021-08-20T16:55:05.227Z] 
16:55:05 [2021-08-20T16:55:05.227Z] #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
16:55:05 [2021-08-20T16:55:05.227Z] #31 sha256:617342b994d90758e299bbc5e9bc1359cb72c0b0aeb0de87189300b06e34cfe6
16:55:05 [2021-08-20T16:55:05.316Z] #46 95.90 crypto/rsa
16:55:05 [2021-08-20T16:55:05.473Z] #20 1.700 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB]
16:55:05 [2021-08-20T16:55:05.473Z] #20 1.724 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB]
16:55:05 [2021-08-20T16:55:05.473Z] #20 1.727 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
16:55:05 [2021-08-20T16:55:05.473Z] #20 1.727 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
16:55:05 [2021-08-20T16:55:05.473Z] #20 2.012 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [486 kB]
16:55:05 [2021-08-20T16:55:05.880Z] #46 96.47 crypto/dsa
16:55:06 [2021-08-20T16:55:06.043Z] #20 2.575 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
16:55:06 [2021-08-20T16:55:06.137Z] #46 96.83 crypto/x509/pkix
16:55:06 [2021-08-20T16:55:06.701Z] #46 97.28 net
16:55:06 [2021-08-20T16:55:06.701Z] #46 97.29 vendor/golang.org/x/crypto/chacha20
16:55:06 [2021-08-20T16:55:06.981Z] #20 3.469 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [301 kB]
16:55:07 [2021-08-20T16:55:07.131Z] #31 1.666 + RM_GOPATH=0
16:55:07 [2021-08-20T16:55:07.131Z] #31 1.666 + TMP_GOPATH=
16:55:07 [2021-08-20T16:55:07.131Z] #31 1.666 + : /build
16:55:07 [2021-08-20T16:55:07.131Z] #31 1.666 + '[' -z '' ']'
16:55:07 [2021-08-20T16:55:07.131Z] #31 1.667 ++ mktemp -d
16:55:07 [2021-08-20T16:55:07.131Z] #31 1.667 + export GOPATH=/tmp/tmp.L4bCDECv5m
16:55:07 [2021-08-20T16:55:07.131Z] #31 1.667 + GOPATH=/tmp/tmp.L4bCDECv5m
16:55:07 [2021-08-20T16:55:07.131Z] #31 1.667 + RM_GOPATH=1
16:55:07 [2021-08-20T16:55:07.131Z] #31 1.667 + case "$(go env GOARCH)" in
16:55:07 [2021-08-20T16:55:07.131Z] #31 1.672 ++ go env GOARCH
16:55:07 [2021-08-20T16:55:07.131Z] #31 1.680 + export GO_BUILDMODE=-buildmode=pie
16:55:07 [2021-08-20T16:55:07.131Z] #31 1.680 + GO_BUILDMODE=-buildmode=pie
16:55:07 [2021-08-20T16:55:07.131Z] #31 1.681 ++ dirname /tmp/install/install.sh
16:55:07 [2021-08-20T16:55:07.131Z] #31 1.681 + dir=/tmp/install
16:55:07 [2021-08-20T16:55:07.131Z] #31 1.682 + bin=dockercli
16:55:07 [2021-08-20T16:55:07.131Z] #31 1.682 + shift
16:55:07 [2021-08-20T16:55:07.131Z] #31 1.682 + '[' '!' -f /tmp/install/dockercli.installer ']'
16:55:07 [2021-08-20T16:55:07.131Z] #31 1.683 + . /tmp/install/dockercli.installer
16:55:07 [2021-08-20T16:55:07.131Z] #31 1.683 ++ : stable
16:55:07 [2021-08-20T16:55:07.131Z] #31 1.683 ++ : 17.06.2-ce
16:55:07 [2021-08-20T16:55:07.131Z] #31 1.683 + install_dockercli
16:55:07 [2021-08-20T16:55:07.131Z] #31 1.684 + echo 'Install docker/cli version 17.06.2-ce from stable'
16:55:07 [2021-08-20T16:55:07.131Z] #31 1.684 ++ uname -m
16:55:07 [2021-08-20T16:55:07.131Z] #31 1.685 + arch=x86_64
16:55:07 [2021-08-20T16:55:07.131Z] #31 1.685 + '[' x86_64 '!=' x86_64 ']'
16:55:07 [2021-08-20T16:55:07.131Z] #31 1.685 + url=https://download.docker.com/linux/static
16:55:07 [2021-08-20T16:55:07.131Z] #31 1.685 Install docker/cli version 17.06.2-ce from stable
16:55:07 [2021-08-20T16:55:07.131Z] #31 1.708 + tar -xz docker/docker
16:55:07 [2021-08-20T16:55:07.131Z] #31 1.709 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz
16:55:07 [2021-08-20T16:55:07.131Z] #31 ...
16:55:07 [2021-08-20T16:55:07.131Z] 
16:55:07 [2021-08-20T16:55:07.131Z] #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
16:55:07 [2021-08-20T16:55:07.131Z] #18 sha256:018c0add466ea88f2123352558e9417861e10daa997263332fe1e5e12412beac
16:55:07 [2021-08-20T16:55:07.131Z] #18 DONE 1.9s
16:55:07 [2021-08-20T16:55:07.131Z] 
16:55:07 [2021-08-20T16:55:07.131Z] #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
16:55:07 [2021-08-20T16:55:07.131Z] #19 sha256:83fa67fc6295bfbd75dad05f393b58dbb33f295f1ec5bb7657180a45326467b8
16:55:07 [2021-08-20T16:55:07.270Z] #46 97.96 vendor/golang.org/x/crypto/poly1305
16:55:07 [2021-08-20T16:55:07.528Z] #46 98.38 vendor/golang.org/x/sys/cpu
16:55:07 [2021-08-20T16:55:07.550Z] #20 ...
16:55:07 [2021-08-20T16:55:07.550Z] 
16:55:07 [2021-08-20T16:55:07.550Z] #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
16:55:07 [2021-08-20T16:55:07.550Z] #54 sha256:47c76873b5178808dde0018fc889e69fc90e83d76c892af59a03b8c6199096c8
16:55:07 [2021-08-20T16:55:07.550Z] #54 11.93 CGO_ENABLED=1 go build -trimpath   -tags "seccomp  netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit=v1.0.1-0-g4144b638 -X main.version=1.0.1 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty
16:55:07 [2021-08-20T16:55:07.550Z] #54 13.08 + mkdir -p /build
16:55:07 [2021-08-20T16:55:07.550Z] #54 13.08 + cp runc /build/runc
16:55:07 [2021-08-20T16:55:07.550Z] #54 DONE 13.3s
16:55:07 [2021-08-20T16:55:07.550Z] 
16:55:07 [2021-08-20T16:55:07.550Z] #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
16:55:07 [2021-08-20T16:55:07.550Z] #20 sha256:82675fdcd5a95b728c160c709a71f1ea64ea45abf965d47240b1e7786400b6f0
16:55:07 [2021-08-20T16:55:07.688Z] #24 88.34 + mkdir -p /tmp/tmp.zp10VeA6Zr/src/github.com/docker
16:55:07 [2021-08-20T16:55:07.688Z] #24 88.34 + mv components/cli /tmp/tmp.zp10VeA6Zr/src/github.com/docker/cli
16:55:07 [2021-08-20T16:55:07.688Z] #24 88.35 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker
16:55:07 [2021-08-20T16:55:07.810Z] #20 4.248 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [15.2 kB]
16:55:08 [2021-08-20T16:55:08.092Z] #46 98.76 vendor/golang.org/x/crypto/chacha20poly1305
16:55:08 [2021-08-20T16:55:08.511Z] #19 1.401 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB]
16:55:08 [2021-08-20T16:55:08.511Z] #19 1.402 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB]
16:55:08 [2021-08-20T16:55:08.511Z] #19 1.424 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
16:55:08 [2021-08-20T16:55:08.511Z] #19 1.435 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
16:55:08 [2021-08-20T16:55:08.656Z] #46 99.56 vendor/golang.org/x/crypto/curve25519
16:55:08 [2021-08-20T16:55:08.770Z] #19 1.789 Get:5 http://deb.debian.org/debian buster-backports/main armel Packages [454 kB]
16:55:08 [2021-08-20T16:55:08.770Z] #19 1.856 Get:6 http://deb.debian.org/debian buster-backports/main arm64 Packages [481 kB]
16:55:08 [2021-08-20T16:55:08.770Z] #19 1.876 Get:7 http://deb.debian.org/debian buster-backports/main s390x Packages [451 kB]
16:55:08 [2021-08-20T16:55:08.770Z] #19 1.904 Get:8 http://deb.debian.org/debian buster-backports/main armhf Packages [476 kB]
16:55:08 [2021-08-20T16:55:08.770Z] #19 1.955 Get:9 http://deb.debian.org/debian buster-backports/main amd64 Packages [486 kB]
16:55:09 [2021-08-20T16:55:09.029Z] #19 2.018 Get:10 http://deb.debian.org/debian buster-backports/main ppc64el Packages [469 kB]
16:55:09 [2021-08-20T16:55:09.081Z] #24 ...
16:55:09 [2021-08-20T16:55:09.081Z] 
16:55:09 [2021-08-20T16:55:09.081Z] #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
16:55:09 [2021-08-20T16:55:09.081Z] #20 sha256:6308ee64ea978ada25965b0d074b938aebfb3b778ba37391d531d63fb3c4aa80
16:55:09 [2021-08-20T16:55:09.081Z] #20 1.841 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB]
16:55:09 [2021-08-20T16:55:09.081Z] #20 1.875 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB]
16:55:09 [2021-08-20T16:55:09.081Z] #20 1.944 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
16:55:09 [2021-08-20T16:55:09.081Z] #20 1.951 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
16:55:09 [2021-08-20T16:55:09.081Z] #20 2.241 Get:5 http://deb.debian.org/debian buster-backports/main arm64 Packages [481 kB]
16:55:09 [2021-08-20T16:55:09.081Z] #20 2.755 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7735 kB]
16:55:09 [2021-08-20T16:55:09.081Z] #20 3.496 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [296 kB]
16:55:09 [2021-08-20T16:55:09.081Z] #20 4.200 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [14.5 kB]
16:55:09 [2021-08-20T16:55:09.081Z] #20 5.849 Fetched 8813 kB in 4s (2082 kB/s)
16:55:09 [2021-08-20T16:55:09.081Z] #20 5.849 Reading package lists...
16:55:09 [2021-08-20T16:55:09.081Z] #20 7.732 Reading package lists...
16:55:09 [2021-08-20T16:55:09.081Z] #20 9.275 Building dependency tree...
16:55:09 [2021-08-20T16:55:09.081Z] #20 9.607 Reading state information...
16:55:09 [2021-08-20T16:55:09.344Z] #20 10.14 libcap2-bin is already the newest version (1:2.25-2).
16:55:09 [2021-08-20T16:55:09.344Z] #20 10.14 The following additional packages will be installed:
16:55:09 [2021-08-20T16:55:09.344Z] #20 10.14   libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2
16:55:09 [2021-08-20T16:55:09.344Z] #20 10.14   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib
16:55:09 [2021-08-20T16:55:09.344Z] #20 10.14   libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3
16:55:09 [2021-08-20T16:55:09.344Z] #20 10.14   python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources
16:55:09 [2021-08-20T16:55:09.344Z] #20 10.14   python3.7 python3.7-minimal vim-runtime xxd
16:55:09 [2021-08-20T16:55:09.344Z] #20 10.15 Suggested packages:
16:55:09 [2021-08-20T16:55:09.344Z] #20 10.15   apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm ed diffutils-doc
16:55:09 [2021-08-20T16:55:09.344Z] #20 10.15   python3-doc python3-tk python3-venv python-setuptools-doc python3.7-venv
16:55:09 [2021-08-20T16:55:09.344Z] #20 10.15   python3.7-doc binfmt-support ctags vim-doc vim-scripts xfsdump acl attr
16:55:09 [2021-08-20T16:55:09.344Z] #20 10.15   quota
16:55:09 [2021-08-20T16:55:09.344Z] #20 10.15 Recommended packages:
16:55:09 [2021-08-20T16:55:09.344Z] #20 10.15   aufs-dkms nftables build-essential python3-dev python3-keyring
16:55:09 [2021-08-20T16:55:09.344Z] #20 10.15   python3-keyrings.alt python3-xdg unzip
16:55:09 [2021-08-20T16:55:09.588Z] #46 100.2 vendor/golang.org/x/crypto/hkdf
16:55:09 [2021-08-20T16:55:09.588Z] #46 100.4 vendor/golang.org/x/text/transform
16:55:09 [2021-08-20T16:55:09.918Z] #20 10.94 The following NEW packages will be installed:
16:55:09 [2021-08-20T16:55:09.918Z] #20 10.94   apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2
16:55:09 [2021-08-20T16:55:09.918Z] #20 10.94   libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1
16:55:09 [2021-08-20T16:55:09.918Z] #20 10.94   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5
16:55:09 [2021-08-20T16:55:09.918Z] #20 10.94   libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib
16:55:09 [2021-08-20T16:55:09.918Z] #20 10.95   libreadline5 net-tools patch pigz python-pip-whl python3 python3-distutils
16:55:09 [2021-08-20T16:55:09.918Z] #20 10.95   python3-lib2to3 python3-minimal python3-pip python3-pkg-resources
16:55:09 [2021-08-20T16:55:09.918Z] #20 10.95   python3-setuptools python3-wheel python3.7 python3.7-minimal sudo
16:55:09 [2021-08-20T16:55:09.918Z] #20 10.95   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
16:55:09 [2021-08-20T16:55:09.918Z] #20 10.95   xz-utils zip
16:55:09 [2021-08-20T16:55:09.969Z] #19 2.793 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7693 kB]
16:55:10 [2021-08-20T16:55:10.154Z] #46 101.0 vendor/golang.org/x/text/unicode/bidi
16:55:10 [2021-08-20T16:55:10.180Z] #20 11.29 0 upgraded, 49 newly installed, 0 to remove and 0 not upgraded.
16:55:10 [2021-08-20T16:55:10.181Z] #20 11.29 Need to get 27.7 MB of archives.
16:55:10 [2021-08-20T16:55:10.181Z] #20 11.29 After this operation, 114 MB of additional disk space will be used.
16:55:10 [2021-08-20T16:55:10.181Z] #20 11.29 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main arm64 pigz arm64 2.4-1 [48.0 kB]
16:55:10 [2021-08-20T16:55:10.348Z] #20 6.604 Fetched 8996 kB in 5s (1751 kB/s)
16:55:10 [2021-08-20T16:55:10.443Z] #20 11.34 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3.7-minimal arm64 3.7.3-2+deb10u3 [588 kB]
16:55:10 [2021-08-20T16:55:10.443Z] #20 11.37 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3.7-minimal arm64 3.7.3-2+deb10u3 [1404 kB]
16:55:10 [2021-08-20T16:55:10.443Z] #20 11.41 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-minimal arm64 3.7.3-1 [36.6 kB]
16:55:10 [2021-08-20T16:55:10.443Z] #20 11.41 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libmpdec2 arm64 2.4.2-2 [77.7 kB]
16:55:10 [2021-08-20T16:55:10.443Z] #20 11.41 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3.7-stdlib arm64 3.7.3-2+deb10u3 [1642 kB]
16:55:10 [2021-08-20T16:55:10.443Z] #20 11.45 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3.7 arm64 3.7.3-2+deb10u3 [330 kB]
16:55:10 [2021-08-20T16:55:10.443Z] #20 11.46 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libpython3-stdlib arm64 3.7.3-1 [20.0 kB]
16:55:10 [2021-08-20T16:55:10.443Z] #20 11.46 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3 arm64 3.7.3-1 [61.5 kB]
16:55:10 [2021-08-20T16:55:10.443Z] #20 11.46 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libip4tc0 arm64 1.8.2-4 [69.6 kB]
16:55:10 [2021-08-20T16:55:10.443Z] #20 11.47 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libip6tc0 arm64 1.8.2-4 [69.9 kB]
16:55:10 [2021-08-20T16:55:10.443Z] #20 11.47 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libiptc0 arm64 1.8.2-4 [59.7 kB]
16:55:10 [2021-08-20T16:55:10.443Z] #20 11.47 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnfnetlink0 arm64 1.0.1-3+b1 [12.0 kB]
16:55:10 [2021-08-20T16:55:10.443Z] #20 11.48 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnetfilter-conntrack3 arm64 1.0.7-1 [34.4 kB]
16:55:10 [2021-08-20T16:55:10.443Z] #20 11.48 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnftnl11 arm64 1.1.2-2 [53.1 kB]
16:55:10 [2021-08-20T16:55:10.443Z] #20 11.48 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main arm64 iptables arm64 1.8.2-4 [385 kB]
16:55:10 [2021-08-20T16:55:10.443Z] #20 11.49 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xxd arm64 2:8.1.0875-5 [139 kB]
16:55:10 [2021-08-20T16:55:10.443Z] #20 11.50 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-common all 2:8.1.0875-5 [195 kB]
16:55:10 [2021-08-20T16:55:10.443Z] #20 11.50 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main arm64 bash-completion all 1:2.8-6 [208 kB]
16:55:10 [2021-08-20T16:55:10.443Z] #20 11.51 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main arm64 bzip2 arm64 1.0.6-9.2~deb10u1 [47.7 kB]
16:55:10 [2021-08-20T16:55:10.443Z] #20 11.51 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xz-utils arm64 5.2.4-1 [182 kB]
16:55:10 [2021-08-20T16:55:10.443Z] #20 11.53 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main arm64 apparmor arm64 2.13.2-10 [504 kB]
16:55:10 [2021-08-20T16:55:10.538Z] #19 ...
16:55:10 [2021-08-20T16:55:10.538Z] 
16:55:10 [2021-08-20T16:55:10.538Z] #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
16:55:10 [2021-08-20T16:55:10.538Z] #31 sha256:617342b994d90758e299bbc5e9bc1359cb72c0b0aeb0de87189300b06e34cfe6
16:55:10 [2021-08-20T16:55:10.538Z] #31 4.690 + mkdir -p /build
16:55:10 [2021-08-20T16:55:10.538Z] #31 4.700 + mv docker/docker /build/
16:55:10 [2021-08-20T16:55:10.538Z] #31 4.702 + rmdir docker
16:55:10 [2021-08-20T16:55:10.538Z] #31 DONE 5.5s
16:55:10 [2021-08-20T16:55:10.538Z] 
16:55:10 [2021-08-20T16:55:10.538Z] #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
16:55:10 [2021-08-20T16:55:10.538Z] #19 sha256:83fa67fc6295bfbd75dad05f393b58dbb33f295f1ec5bb7657180a45326467b8
16:55:10 [2021-08-20T16:55:10.538Z] #19 3.611 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7735 kB]
16:55:10 [2021-08-20T16:55:10.710Z] #20 11.55 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main arm64 aufs-tools arm64 1:4.14+20190211-1 [104 kB]
16:55:10 [2021-08-20T16:55:10.710Z] #20 11.55 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libonig5 arm64 6.9.1-1 [163 kB]
16:55:10 [2021-08-20T16:55:10.711Z] #20 11.56 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libjq1 arm64 1.5+dfsg-2+b1 [103 kB]
16:55:10 [2021-08-20T16:55:10.711Z] #20 11.56 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main arm64 jq arm64 1.5+dfsg-2+b1 [58.7 kB]
16:55:10 [2021-08-20T16:55:10.711Z] #20 11.57 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libaio1 arm64 0.3.112-3 [11.1 kB]
16:55:10 [2021-08-20T16:55:10.711Z] #20 11.57 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libgpm2 arm64 1.20.7-5 [34.5 kB]
16:55:10 [2021-08-20T16:55:10.711Z] #20 11.58 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libicu63 arm64 63.1-6+deb10u1 [8151 kB]
16:55:10 [2021-08-20T16:55:10.711Z] #20 11.74 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnet1 arm64 1.1.6+dfsg-3.1 [56.8 kB]
16:55:10 [2021-08-20T16:55:10.711Z] #20 11.74 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libnl-3-200 arm64 3.4.0-1 [54.9 kB]
16:55:10 [2021-08-20T16:55:10.711Z] #20 11.74 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libprotobuf-c1 arm64 1.3.1-1+b1 [26.2 kB]
16:55:10 [2021-08-20T16:55:10.711Z] #20 11.74 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libreadline5 arm64 5.2+dfsg-3+b13 [113 kB]
16:55:10 [2021-08-20T16:55:10.711Z] #20 11.74 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main arm64 net-tools arm64 1.60+git20180626.aebd88e-1 [247 kB]
16:55:10 [2021-08-20T16:55:10.711Z] #20 11.75 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main arm64 patch arm64 2.7.6-3+deb10u1 [122 kB]
16:55:10 [2021-08-20T16:55:10.711Z] #20 11.76 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python-pip-whl all 18.1-5 [1591 kB]
16:55:10 [2021-08-20T16:55:10.711Z] #20 11.79 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-lib2to3 all 3.7.3-1 [76.7 kB]
16:55:10 [2021-08-20T16:55:10.978Z] #20 11.80 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-distutils all 3.7.3-1 [142 kB]
16:55:10 [2021-08-20T16:55:10.978Z] #20 11.80 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-pip all 18.1-5 [171 kB]
16:55:10 [2021-08-20T16:55:10.978Z] #20 11.81 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-pkg-resources all 40.8.0-1 [153 kB]
16:55:10 [2021-08-20T16:55:10.978Z] #20 11.82 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-setuptools all 40.8.0-1 [306 kB]
16:55:10 [2021-08-20T16:55:10.978Z] #20 11.82 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main arm64 python3-wheel all 0.32.3-2 [19.4 kB]
16:55:10 [2021-08-20T16:55:10.978Z] #20 11.83 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main arm64 sudo arm64 1.8.27-1+deb10u3 [1208 kB]
16:55:10 [2021-08-20T16:55:10.978Z] #20 11.88 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main arm64 thin-provisioning-tools arm64 0.7.6-2.1 [318 kB]
16:55:10 [2021-08-20T16:55:10.978Z] #20 11.90 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main arm64 uidmap arm64 1:4.5-1.1 [257 kB]
16:55:10 [2021-08-20T16:55:10.978Z] #20 11.91 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim-runtime all 2:8.1.0875-5 [5775 kB]
16:55:10 [2021-08-20T16:55:10.978Z] #20 12.04 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main arm64 vim arm64 2:8.1.0875-5 [1189 kB]
16:55:11 [2021-08-20T16:55:11.241Z] #20 12.06 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main arm64 xfsprogs arm64 4.20.0-1 [874 kB]
16:55:11 [2021-08-20T16:55:11.241Z] #20 12.07 Get:49 http://cdn-fastly.deb.debian.org/debian buster/main arm64 zip arm64 3.0-11+b1 [225 kB]
16:55:11 [2021-08-20T16:55:11.503Z] #20 12.49 debconf: delaying package configuration, since apt-utils is not installed
16:55:11 [2021-08-20T16:55:11.503Z] #20 12.58 Fetched 27.7 MB in 1s (25.3 MB/s)
16:55:11 [2021-08-20T16:55:11.528Z] #46 102.4 vendor/golang.org/x/text/secure/bidirule
16:55:11 [2021-08-20T16:55:11.751Z] #20 6.604 Reading package lists...
16:55:11 [2021-08-20T16:55:11.766Z] #20 12.65 Selecting previously unselected package pigz.
16:55:11 [2021-08-20T16:55:11.766Z] #20 12.65 (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 ... 23419 files and directories currently installed.)
16:55:11 [2021-08-20T16:55:11.766Z] #20 12.72 Preparing to unpack .../archives/pigz_2.4-1_arm64.deb ...
16:55:11 [2021-08-20T16:55:11.766Z] #20 12.72 Unpacking pigz (2.4-1) ...
16:55:11 [2021-08-20T16:55:11.785Z] #46 102.6 vendor/golang.org/x/text/unicode/norm
16:55:11 [2021-08-20T16:55:11.918Z] #19 4.988 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
16:55:12 [2021-08-20T16:55:12.028Z] #20 12.81 Selecting previously unselected package libpython3.7-minimal:arm64.
16:55:12 [2021-08-20T16:55:12.028Z] #20 12.82 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_arm64.deb ...
16:55:12 [2021-08-20T16:55:12.028Z] #20 12.83 Unpacking libpython3.7-minimal:arm64 (3.7.3-2+deb10u3) ...
16:55:12 [2021-08-20T16:55:12.290Z] #20 13.21 Selecting previously unselected package python3.7-minimal.
16:55:12 [2021-08-20T16:55:12.291Z] #20 13.22 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_arm64.deb ...
16:55:12 [2021-08-20T16:55:12.291Z] #20 13.23 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ...
16:55:12 [2021-08-20T16:55:12.489Z] #19 5.526 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB]
16:55:12 [2021-08-20T16:55:12.869Z] #20 13.72 Setting up libpython3.7-minimal:arm64 (3.7.3-2+deb10u3) ...
16:55:12 [2021-08-20T16:55:12.869Z] #20 13.76 Setting up python3.7-minimal (3.7.3-2+deb10u3) ...
16:55:12 [2021-08-20T16:55:12.982Z] Running on azwin-2-6f5e20 in d:\jenkins\workspace\moby_PR-42765
[Pipeline] {
[Pipeline] ws
16:55:12 [2021-08-20T16:55:12.999Z] Running in d:\gopath\src\github.com\docker\docker
[Pipeline] {
[Pipeline] checkout
16:55:13 [2021-08-20T16:55:13.059Z] #19 6.034 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main armel Packages [7628 kB]
16:55:13 [2021-08-20T16:55:13.097Z] The recommended git tool is: git
16:55:13 [2021-08-20T16:55:13.133Z] #20 8.170 Reading package lists...
16:55:13 [2021-08-20T16:55:13.306Z] using credential docker-jenkins-github-credentials
16:55:13 [2021-08-20T16:55:13.379Z] Cloning the remote Git repository
16:55:13 [2021-08-20T16:55:13.379Z] Cloning with configured refspecs honoured and without tags
16:55:13 [2021-08-20T16:55:13.393Z] #20 9.613 Building dependency tree...
16:55:13 [2021-08-20T16:55:13.393Z] #20 9.955 Reading state information...
16:55:13 [2021-08-20T16:55:13.628Z] #19 6.531 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main armhf Packages [7698 kB]
16:55:13 [2021-08-20T16:55:13.653Z] #20 10.28 libcap2-bin is already the newest version (1:2.25-2).
16:55:13 [2021-08-20T16:55:13.653Z] #20 10.28 The following additional packages will be installed:
16:55:13 [2021-08-20T16:55:13.887Z] #19 6.968 Get:17 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main armel Packages [275 kB]
16:55:13 [2021-08-20T16:55:13.887Z] #19 6.975 Get:18 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [301 kB]
16:55:13 [2021-08-20T16:55:13.887Z] #19 6.985 Get:19 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main armhf Packages [295 kB]
16:55:13 [2021-08-20T16:55:13.887Z] #19 6.990 Get:20 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [296 kB]
16:55:13 [2021-08-20T16:55:13.887Z] #19 7.016 Get:21 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [291 kB]
16:55:13 [2021-08-20T16:55:13.887Z] #19 7.020 Get:22 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [272 kB]
16:55:13 [2021-08-20T16:55:13.887Z] #19 7.033 Get:23 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [15.2 kB]
16:55:13 [2021-08-20T16:55:13.887Z] #19 7.041 Get:24 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [12.6 kB]
16:55:13 [2021-08-20T16:55:13.911Z] #20 10.28   libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2
16:55:13 [2021-08-20T16:55:13.912Z] #20 10.28   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib
16:55:13 [2021-08-20T16:55:13.912Z] #20 10.28   libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3
16:55:13 [2021-08-20T16:55:13.912Z] #20 10.28   python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources
16:55:13 [2021-08-20T16:55:13.912Z] #20 10.28   python3.7 python3.7-minimal vim-runtime xxd
16:55:13 [2021-08-20T16:55:13.912Z] #20 10.28 Suggested packages:
16:55:13 [2021-08-20T16:55:13.912Z] #20 10.28   apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm ed diffutils-doc
16:55:13 [2021-08-20T16:55:13.912Z] #20 10.28   python3-doc python3-tk python3-venv python-setuptools-doc python3.7-venv
16:55:13 [2021-08-20T16:55:13.912Z] #20 10.28   python3.7-doc binfmt-support ctags vim-doc vim-scripts xfsdump acl attr
16:55:13 [2021-08-20T16:55:13.912Z] #20 10.28   quota
16:55:13 [2021-08-20T16:55:13.912Z] #20 10.28 Recommended packages:
16:55:13 [2021-08-20T16:55:13.912Z] #20 10.28   aufs-dkms nftables build-essential python3-dev python3-keyring
16:55:13 [2021-08-20T16:55:13.912Z] #20 10.28   python3-keyrings.alt python3-xdg unzip
16:55:14 [2021-08-20T16:55:14.146Z] #19 7.042 Get:25 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [14.5 kB]
16:55:14 [2021-08-20T16:55:14.146Z] #19 7.043 Get:26 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [13.8 kB]
16:55:14 [2021-08-20T16:55:14.146Z] #19 7.047 Get:27 http://cdn-fastly.deb.debian.org/debian buster-updates/main armel Packages [14.1 kB]
16:55:14 [2021-08-20T16:55:14.146Z] #19 7.047 Get:28 http://cdn-fastly.deb.debian.org/debian buster-updates/main armhf Packages [14.4 kB]
16:55:13 [2021-08-20T16:55:13.411Z] Cloning repository https://github.com/moby/moby.git
16:55:13 [2021-08-20T16:55:13.412Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
16:55:13 [2021-08-20T16:55:13.481Z] Fetching upstream changes from https://github.com/moby/moby.git
16:55:13 [2021-08-20T16:55:13.482Z]  > git --version # timeout=10
16:55:13 [2021-08-20T16:55:13.536Z]  > git --version # 'git version 2.24.1.windows.2'
16:55:13 [2021-08-20T16:55:13.536Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:55:13 [2021-08-20T16:55:13.538Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42765/head:refs/remotes/origin/PR-42765 +refs/heads/master:refs/remotes/origin/master # timeout=10
16:55:14 [2021-08-20T16:55:14.260Z] #20 15.18 Selecting previously unselected package python3-minimal.
16:55:14 [2021-08-20T16:55:14.261Z] #20 15.18 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 23668 files and directories currently installed.)
16:55:14 [2021-08-20T16:55:14.261Z] #20 15.24 Preparing to unpack .../python3-minimal_3.7.3-1_arm64.deb ...
16:55:14 [2021-08-20T16:55:14.261Z] #20 15.25 Unpacking python3-minimal (3.7.3-1) ...
16:55:14 [2021-08-20T16:55:14.321Z] #46 ...
16:55:14 [2021-08-20T16:55:14.321Z] 
16:55:14 [2021-08-20T16:55:14.321Z] #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
16:55:14 [2021-08-20T16:55:14.321Z] #13 sha256:2ea98f0c850f86337a599286b1c82318201b41ac5783d18845b4a9977a584449
16:55:14 [2021-08-20T16:55:14.321Z] #13 100.9 Selecting previously unselected package libapparmor1:amd64.
16:55:14 [2021-08-20T16:55:14.321Z] #13 100.9 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ...
16:55:14 [2021-08-20T16:55:14.321Z] #13 100.9 Unpacking libapparmor1:amd64 (2.13.2-10) ...
16:55:14 [2021-08-20T16:55:14.479Z] #20 10.99 The following NEW packages will be installed:
16:55:14 [2021-08-20T16:55:14.479Z] #20 10.99   apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2
16:55:14 [2021-08-20T16:55:14.479Z] #20 10.99   libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1
16:55:14 [2021-08-20T16:55:14.479Z] #20 10.99   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5
16:55:14 [2021-08-20T16:55:14.479Z] #20 10.99   libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib
16:55:14 [2021-08-20T16:55:14.479Z] #20 10.99   libreadline5 net-tools patch pigz python-pip-whl python3 python3-distutils
16:55:14 [2021-08-20T16:55:14.479Z] #20 10.99   python3-lib2to3 python3-minimal python3-pip python3-pkg-resources
16:55:14 [2021-08-20T16:55:14.479Z] #20 10.99   python3-setuptools python3-wheel python3.7 python3.7-minimal sudo
16:55:14 [2021-08-20T16:55:14.479Z] #20 10.99   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
16:55:14 [2021-08-20T16:55:14.479Z] #20 10.99   xz-utils zip
16:55:14 [2021-08-20T16:55:14.522Z] #20 15.35 Selecting previously unselected package libmpdec2:arm64.
16:55:14 [2021-08-20T16:55:14.522Z] #20 15.36 Preparing to unpack .../libmpdec2_2.4.2-2_arm64.deb ...
16:55:14 [2021-08-20T16:55:14.522Z] #20 15.37 Unpacking libmpdec2:arm64 (2.4.2-2) ...
16:55:14 [2021-08-20T16:55:14.522Z] #20 15.47 Selecting previously unselected package libpython3.7-stdlib:arm64.
16:55:14 [2021-08-20T16:55:14.522Z] #20 15.47 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u3_arm64.deb ...
16:55:14 [2021-08-20T16:55:14.522Z] #20 15.49 Unpacking libpython3.7-stdlib:arm64 (3.7.3-2+deb10u3) ...
16:55:14 [2021-08-20T16:55:14.561Z] Running on azwin-2-fedae0 in d:\jenkins\workspace\moby_PR-42765
[Pipeline] {
[Pipeline] ws
16:55:14 [2021-08-20T16:55:14.579Z] Running in d:\gopath\src\github.com\docker\docker
[Pipeline] {
16:55:14 [2021-08-20T16:55:14.581Z] #13 101.0 Selecting previously unselected package libapparmor-dev:amd64.
16:55:14 [2021-08-20T16:55:14.581Z] #13 101.0 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ...
16:55:14 [2021-08-20T16:55:14.581Z] #13 101.1 Unpacking libapparmor-dev:amd64 (2.13.2-10) ...
16:55:14 [2021-08-20T16:55:14.581Z] #13 101.2 Selecting previously unselected package libbtrfs0.
16:55:14 [2021-08-20T16:55:14.581Z] #13 101.2 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ...
16:55:14 [2021-08-20T16:55:14.581Z] #13 101.2 Unpacking libbtrfs0 (4.20.1-2) ...
16:55:14 [2021-08-20T16:55:14.581Z] #13 101.3 Selecting previously unselected package libbtrfs-dev.
16:55:14 [2021-08-20T16:55:14.581Z] #13 101.3 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ...
16:55:14 [2021-08-20T16:55:14.581Z] #13 101.3 Unpacking libbtrfs-dev (4.20.1-2) ...
[Pipeline] checkout
16:55:14 [2021-08-20T16:55:14.738Z] #20 11.27 0 upgraded, 49 newly installed, 0 to remove and 0 not upgraded.
16:55:14 [2021-08-20T16:55:14.738Z] #20 11.27 Need to get 28.6 MB of archives.
16:55:14 [2021-08-20T16:55:14.738Z] #20 11.27 After this operation, 116 MB of additional disk space will be used.
16:55:14 [2021-08-20T16:55:14.738Z] #20 11.27 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB]
16:55:14 [2021-08-20T16:55:14.738Z] #20 11.27 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u3 [589 kB]
16:55:14 [2021-08-20T16:55:14.738Z] #20 11.28 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u3 [1737 kB]
16:55:14 [2021-08-20T16:55:14.738Z] #20 11.33 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB]
16:55:14 [2021-08-20T16:55:14.738Z] #20 11.33 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB]
16:55:14 [2021-08-20T16:55:14.738Z] #20 11.36 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u3 [1734 kB]
16:55:14 [2021-08-20T16:55:14.738Z] #20 11.41 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u3 [330 kB]
16:55:14 [2021-08-20T16:55:14.839Z] #13 101.4 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
16:55:14 [2021-08-20T16:55:14.839Z] #13 101.4 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ...
16:55:14 [2021-08-20T16:55:14.839Z] #13 101.5 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ...
16:55:14 [2021-08-20T16:55:14.839Z] #13 101.5 Selecting previously unselected package libudev-dev:amd64.
16:55:14 [2021-08-20T16:55:14.839Z] #13 101.5 Preparing to unpack .../15-libudev-dev_241-7~deb10u8_amd64.deb ...
16:55:14 [2021-08-20T16:55:14.839Z] #13 101.6 Unpacking libudev-dev:amd64 (241-7~deb10u8) ...
16:55:14 [2021-08-20T16:55:14.997Z] #20 11.42 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB]
16:55:14 [2021-08-20T16:55:14.997Z] #20 11.42 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB]
16:55:14 [2021-08-20T16:55:14.997Z] #20 11.43 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB]
16:55:14 [2021-08-20T16:55:14.997Z] #20 11.43 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB]
16:55:14 [2021-08-20T16:55:14.997Z] #20 11.43 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB]
16:55:14 [2021-08-20T16:55:14.997Z] #20 11.43 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB]
16:55:14 [2021-08-20T16:55:14.997Z] #20 11.43 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB]
16:55:14 [2021-08-20T16:55:14.997Z] #20 11.43 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB]
16:55:14 [2021-08-20T16:55:14.997Z] #20 11.44 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB]
16:55:14 [2021-08-20T16:55:14.997Z] #20 11.44 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB]
16:55:14 [2021-08-20T16:55:14.997Z] #20 11.44 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB]
16:55:14 [2021-08-20T16:55:14.997Z] #20 11.45 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB]
16:55:14 [2021-08-20T16:55:14.997Z] #20 11.45 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB]
16:55:14 [2021-08-20T16:55:14.997Z] #20 11.46 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB]
16:55:14 [2021-08-20T16:55:14.997Z] #20 11.46 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB]
16:55:14 [2021-08-20T16:55:14.997Z] #20 11.47 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB]
16:55:14 [2021-08-20T16:55:14.997Z] #20 11.48 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB]
16:55:14 [2021-08-20T16:55:14.997Z] #20 11.48 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB]
16:55:14 [2021-08-20T16:55:14.997Z] #20 11.49 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB]
16:55:14 [2021-08-20T16:55:14.997Z] #20 11.49 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB]
16:55:14 [2021-08-20T16:55:14.997Z] #20 11.49 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB]
16:55:14 [2021-08-20T16:55:14.997Z] #20 11.49 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB]
16:55:14 [2021-08-20T16:55:14.997Z] #20 11.64 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
16:55:14 [2021-08-20T16:55:14.997Z] #20 11.64 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB]
16:55:14 [2021-08-20T16:55:14.997Z] #20 11.65 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB]
16:55:14 [2021-08-20T16:55:14.997Z] #20 11.65 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB]
16:55:14 [2021-08-20T16:55:14.997Z] #20 11.67 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB]
16:55:15 [2021-08-20T16:55:15.084Z] #19 ...
16:55:15 [2021-08-20T16:55:15.084Z] 
16:55:15 [2021-08-20T16:55:15.084Z] #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
16:55:15 [2021-08-20T16:55:15.084Z] #63 sha256:870ac01ecd08e3d30c60dcdb1c55ff001035559e36d991627ee9fb9300ead48e
16:55:15 [2021-08-20T16:55:15.084Z] #63 2.001 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB]
16:55:15 [2021-08-20T16:55:15.084Z] #63 2.039 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
16:55:15 [2021-08-20T16:55:15.084Z] #63 2.039 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
16:55:15 [2021-08-20T16:55:15.084Z] #63 2.672 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main armel Packages [7628 kB]
16:55:15 [2021-08-20T16:55:15.084Z] #63 3.194 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB]
16:55:15 [2021-08-20T16:55:15.084Z] #63 4.027 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7693 kB]
16:55:15 [2021-08-20T16:55:15.084Z] #63 5.190 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main armhf Packages [7698 kB]
16:55:15 [2021-08-20T16:55:15.084Z] #63 5.788 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
16:55:15 [2021-08-20T16:55:15.084Z] #63 6.795 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7735 kB]
16:55:15 [2021-08-20T16:55:15.084Z] #63 7.317 Get:10 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [291 kB]
16:55:15 [2021-08-20T16:55:15.084Z] #63 7.340 Get:11 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [296 kB]
16:55:15 [2021-08-20T16:55:15.084Z] #63 7.343 Get:12 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main armhf Packages [295 kB]
16:55:15 [2021-08-20T16:55:15.084Z] #63 7.362 Get:13 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [272 kB]
16:55:15 [2021-08-20T16:55:15.084Z] #63 7.375 Get:14 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [301 kB]
16:55:15 [2021-08-20T16:55:15.084Z] #63 7.391 Get:15 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main armel Packages [275 kB]
16:55:15 [2021-08-20T16:55:15.084Z] #63 7.406 Get:16 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [13.8 kB]
16:55:15 [2021-08-20T16:55:15.084Z] #63 7.410 Get:17 http://cdn-fastly.deb.debian.org/debian buster-updates/main armhf Packages [14.4 kB]
16:55:15 [2021-08-20T16:55:15.084Z] #63 7.420 Get:18 http://cdn-fastly.deb.debian.org/debian buster-updates/main armel Packages [14.1 kB]
16:55:15 [2021-08-20T16:55:15.084Z] #63 7.420 Get:19 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [14.5 kB]
16:55:15 [2021-08-20T16:55:15.084Z] #63 7.421 Get:20 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [12.6 kB]
16:55:15 [2021-08-20T16:55:15.084Z] #63 7.422 Get:21 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [15.2 kB]
16:55:15 [2021-08-20T16:55:15.096Z] #13 101.7 Selecting previously unselected package libsepol1-dev:amd64.
16:55:15 [2021-08-20T16:55:15.096Z] #13 101.7 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ...
16:55:15 [2021-08-20T16:55:15.096Z] #13 101.7 Unpacking libsepol1-dev:amd64 (2.8-1) ...
16:55:15 [2021-08-20T16:55:15.096Z] #20 16.13 Selecting previously unselected package python3.7.
16:55:15 [2021-08-20T16:55:15.096Z] #20 16.13 Preparing to unpack .../python3.7_3.7.3-2+deb10u3_arm64.deb ...
16:55:15 [2021-08-20T16:55:15.096Z] #20 16.15 Unpacking python3.7 (3.7.3-2+deb10u3) ...
16:55:15 [2021-08-20T16:55:15.256Z] #20 11.67 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 patch amd64 2.7.6-3+deb10u1 [126 kB]
16:55:15 [2021-08-20T16:55:15.256Z] #20 11.68 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB]
16:55:15 [2021-08-20T16:55:15.256Z] #20 11.72 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB]
16:55:15 [2021-08-20T16:55:15.256Z] #20 11.72 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB]
16:55:15 [2021-08-20T16:55:15.256Z] #20 11.73 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB]
16:55:15 [2021-08-20T16:55:15.256Z] #20 11.73 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB]
16:55:15 [2021-08-20T16:55:15.256Z] #20 11.74 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB]
16:55:15 [2021-08-20T16:55:15.256Z] #20 11.74 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB]
16:55:15 [2021-08-20T16:55:15.256Z] #20 11.75 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u3 [1244 kB]
16:55:15 [2021-08-20T16:55:15.256Z] #20 11.77 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB]
16:55:15 [2021-08-20T16:55:15.256Z] #20 11.78 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB]
16:55:15 [2021-08-20T16:55:15.256Z] #20 11.79 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB]
16:55:15 [2021-08-20T16:55:15.256Z] #20 11.92 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB]
16:55:15 [2021-08-20T16:55:15.343Z] #63 ...
16:55:15 [2021-08-20T16:55:15.343Z] 
16:55:15 [2021-08-20T16:55:15.343Z] #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
16:55:15 [2021-08-20T16:55:15.343Z] #43 sha256:ad956d3e5ecf4373b7dbba9e194184ccdbb2acf44b67c59650cf1a82587762de
16:55:15 [2021-08-20T16:55:15.343Z] #43 1.764 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB]
16:55:15 [2021-08-20T16:55:15.343Z] #43 1.778 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
16:55:15 [2021-08-20T16:55:15.343Z] #43 1.779 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
16:55:15 [2021-08-20T16:55:15.343Z] #43 1.957 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main armhf Packages [7698 kB]
16:55:15 [2021-08-20T16:55:15.343Z] #43 2.721 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7735 kB]
16:55:15 [2021-08-20T16:55:15.343Z] #43 3.456 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main armel Packages [7628 kB]
16:55:15 [2021-08-20T16:55:15.344Z] #43 4.164 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7693 kB]
16:55:15 [2021-08-20T16:55:15.344Z] #43 5.229 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
16:55:15 [2021-08-20T16:55:15.344Z] #43 6.068 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB]
16:55:15 [2021-08-20T16:55:15.344Z] #43 6.931 Get:10 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [272 kB]
16:55:15 [2021-08-20T16:55:15.344Z] #43 6.998 Get:11 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [296 kB]
16:55:15 [2021-08-20T16:55:15.344Z] #43 7.010 Get:12 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [301 kB]
16:55:15 [2021-08-20T16:55:15.344Z] #43 7.034 Get:13 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main armhf Packages [295 kB]
16:55:15 [2021-08-20T16:55:15.344Z] #43 7.075 Get:14 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main armel Packages [275 kB]
16:55:15 [2021-08-20T16:55:15.344Z] #43 7.092 Get:15 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [291 kB]
16:55:15 [2021-08-20T16:55:15.344Z] #43 7.115 Get:16 http://cdn-fastly.deb.debian.org/debian buster-updates/main armhf Packages [14.4 kB]
16:55:15 [2021-08-20T16:55:15.344Z] #43 7.116 Get:17 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [12.6 kB]
16:55:15 [2021-08-20T16:55:15.344Z] #43 7.120 Get:18 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [14.5 kB]
16:55:15 [2021-08-20T16:55:15.344Z] #43 7.121 Get:19 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [15.2 kB]
16:55:15 [2021-08-20T16:55:15.344Z] #43 7.122 Get:20 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [13.8 kB]
16:55:15 [2021-08-20T16:55:15.344Z] #43 7.123 Get:21 http://cdn-fastly.deb.debian.org/debian buster-updates/main armel Packages [14.1 kB]
16:55:15 [2021-08-20T16:55:15.344Z] #43 ...
16:55:15 [2021-08-20T16:55:15.344Z] 
16:55:15 [2021-08-20T16:55:15.344Z] #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
16:55:15 [2021-08-20T16:55:15.344Z] #66 sha256:253bdab5d56f07ee3323c7abafb60fb07f9cc6bf8c635fce980f4e440b9bdc52
16:55:15 [2021-08-20T16:55:15.344Z] #66 1.551 + RM_GOPATH=0
16:55:15 [2021-08-20T16:55:15.344Z] #66 1.551 + TMP_GOPATH=
16:55:15 [2021-08-20T16:55:15.344Z] #66 1.551 + : /build
16:55:15 [2021-08-20T16:55:15.344Z] #66 1.551 + '[' -z '' ']'
16:55:15 [2021-08-20T16:55:15.344Z] #66 1.551 ++ mktemp -d
16:55:15 [2021-08-20T16:55:15.344Z] #66 1.551 + export GOPATH=/tmp/tmp.596NcMUsBs
16:55:15 [2021-08-20T16:55:15.344Z] #66 1.551 + GOPATH=/tmp/tmp.596NcMUsBs
16:55:15 [2021-08-20T16:55:15.344Z] #66 1.551 + RM_GOPATH=1
16:55:15 [2021-08-20T16:55:15.344Z] #66 1.551 + case "$(go env GOARCH)" in
16:55:15 [2021-08-20T16:55:15.344Z] #66 1.551 ++ go env GOARCH
16:55:15 [2021-08-20T16:55:15.344Z] #66 1.559 + export GO_BUILDMODE=-buildmode=pie
16:55:15 [2021-08-20T16:55:15.344Z] #66 1.559 + GO_BUILDMODE=-buildmode=pie
16:55:15 [2021-08-20T16:55:15.344Z] #66 1.560 ++ dirname /tmp/install/install.sh
16:55:15 [2021-08-20T16:55:15.344Z] #66 1.560 + dir=/tmp/install
16:55:15 [2021-08-20T16:55:15.344Z] #66 1.560 + bin=rootlesskit
16:55:15 [2021-08-20T16:55:15.344Z] #66 1.560 + shift
16:55:15 [2021-08-20T16:55:15.344Z] #66 1.560 + '[' '!' -f /tmp/install/rootlesskit.installer ']'
16:55:15 [2021-08-20T16:55:15.344Z] #66 1.560 + . /tmp/install/rootlesskit.installer
16:55:15 [2021-08-20T16:55:15.344Z] #66 1.560 ++ : 87d443683ac1e8aba4110b8081f15aaae432aaa2
16:55:15 [2021-08-20T16:55:15.344Z] #66 1.560 + install_rootlesskit
16:55:15 [2021-08-20T16:55:15.344Z] #66 1.560 + case "$1" in
16:55:15 [2021-08-20T16:55:15.344Z] #66 1.560 + export CGO_ENABLED=0
16:55:15 [2021-08-20T16:55:15.344Z] #66 1.560 + CGO_ENABLED=0
16:55:15 [2021-08-20T16:55:15.344Z] #66 1.560 + _install_rootlesskit
16:55:15 [2021-08-20T16:55:15.344Z] #66 1.561 + echo 'Install rootlesskit version 87d443683ac1e8aba4110b8081f15aaae432aaa2'
16:55:15 [2021-08-20T16:55:15.344Z] #66 1.561 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.596NcMUsBs/src/github.com/rootless-containers/rootlesskit
16:55:15 [2021-08-20T16:55:15.344Z] #66 1.564 Install rootlesskit version 87d443683ac1e8aba4110b8081f15aaae432aaa2
16:55:15 [2021-08-20T16:55:15.344Z] #66 1.564 Cloning into '/tmp/tmp.596NcMUsBs/src/github.com/rootless-containers/rootlesskit'...
16:55:15 [2021-08-20T16:55:15.344Z] #66 3.852 + cd /tmp/tmp.596NcMUsBs/src/github.com/rootless-containers/rootlesskit
16:55:15 [2021-08-20T16:55:15.344Z] #66 3.852 + git checkout -q 87d443683ac1e8aba4110b8081f15aaae432aaa2
16:55:15 [2021-08-20T16:55:15.344Z] #66 3.859 + export GO111MODULE=on
16:55:15 [2021-08-20T16:55:15.344Z] #66 3.859 + GO111MODULE=on
16:55:15 [2021-08-20T16:55:15.344Z] #66 3.859 + export GOPROXY=https://proxy.golang.org
16:55:15 [2021-08-20T16:55:15.344Z] #66 3.859 + GOPROXY=https://proxy.golang.org
16:55:15 [2021-08-20T16:55:15.344Z] #66 3.859 + for f in rootlesskit rootlesskit-docker-proxy
16:55:15 [2021-08-20T16:55:15.344Z] #66 3.859 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit
16:55:15 [2021-08-20T16:55:15.344Z] #66 4.614 go: downloading github.com/pkg/errors v0.9.1
16:55:15 [2021-08-20T16:55:15.344Z] #66 4.617 go: downloading github.com/sirupsen/logrus v1.8.1
16:55:15 [2021-08-20T16:55:15.344Z] #66 4.674 go: downloading github.com/urfave/cli/v2 v2.3.0
16:55:15 [2021-08-20T16:55:15.344Z] #66 4.863 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4
16:55:15 [2021-08-20T16:55:15.344Z] #66 6.048 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
16:55:15 [2021-08-20T16:55:15.344Z] #66 6.605 go: downloading github.com/google/uuid v1.3.0
16:55:15 [2021-08-20T16:55:15.344Z] #66 6.697 go: downloading github.com/moby/vpnkit v0.5.0
16:55:15 [2021-08-20T16:55:15.344Z] #66 7.009 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
16:55:15 [2021-08-20T16:55:15.344Z] #66 7.115 go: downloading github.com/gofrs/flock v0.8.1
16:55:15 [2021-08-20T16:55:15.344Z] #66 7.166 go: downloading github.com/gorilla/mux v1.8.0
16:55:15 [2021-08-20T16:55:15.344Z] #66 7.258 go: downloading github.com/moby/sys/mountinfo v0.4.1
16:55:15 [2021-08-20T16:55:15.344Z] #66 7.361 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0
16:55:15 [2021-08-20T16:55:15.344Z] #66 7.450 go: downloading github.com/u-root/u-root v7.0.0+incompatible
16:55:15 [2021-08-20T16:55:15.344Z] #66 8.925 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777
16:55:15 [2021-08-20T16:55:15.344Z] #66 8.981 go: downloading github.com/russross/blackfriday/v2 v2.1.0
16:55:15 [2021-08-20T16:55:15.353Z] #13 102.0 Selecting previously unselected package libpcre16-3:amd64.
16:55:15 [2021-08-20T16:55:15.353Z] #13 102.0 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ...
16:55:15 [2021-08-20T16:55:15.353Z] #13 102.0 Unpacking libpcre16-3:amd64 (2:8.39-12) ...
16:55:15 [2021-08-20T16:55:15.358Z] #20 16.24 Selecting previously unselected package libpython3-stdlib:arm64.
16:55:15 [2021-08-20T16:55:15.358Z] #20 16.24 Preparing to unpack .../libpython3-stdlib_3.7.3-1_arm64.deb ...
16:55:15 [2021-08-20T16:55:15.358Z] #20 16.25 Unpacking libpython3-stdlib:arm64 (3.7.3-1) ...
16:55:15 [2021-08-20T16:55:15.358Z] #20 16.33 Setting up python3-minimal (3.7.3-1) ...
16:55:15 [2021-08-20T16:55:15.515Z] #20 11.94 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB]
16:55:15 [2021-08-20T16:55:15.515Z] #20 11.96 Get:49 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB]
16:55:15 [2021-08-20T16:55:15.610Z] #13 102.1 Selecting previously unselected package libpcre32-3:amd64.
16:55:15 [2021-08-20T16:55:15.610Z] #13 102.1 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ...
16:55:15 [2021-08-20T16:55:15.610Z] #13 102.2 Unpacking libpcre32-3:amd64 (2:8.39-12) ...
16:55:15 [2021-08-20T16:55:15.610Z] #13 102.3 Selecting previously unselected package libpcrecpp0v5:amd64.
16:55:15 [2021-08-20T16:55:15.610Z] #13 102.3 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ...
16:55:15 [2021-08-20T16:55:15.610Z] #13 102.3 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ...
16:55:15 [2021-08-20T16:55:15.774Z] #20 12.35 debconf: delaying package configuration, since apt-utils is not installed
16:55:15 [2021-08-20T16:55:15.774Z] #20 12.42 Fetched 28.6 MB in 1s (29.9 MB/s)
16:55:15 [2021-08-20T16:55:15.774Z] #20 12.46 Selecting previously unselected package pigz.
16:55:15 [2021-08-20T16:55:15.868Z] #13 102.4 Selecting previously unselected package libpcre3-dev:amd64.
16:55:15 [2021-08-20T16:55:15.868Z] #13 102.4 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ...
16:55:15 [2021-08-20T16:55:15.868Z] #13 102.5 Unpacking libpcre3-dev:amd64 (2:8.39-12) ...
16:55:15 [2021-08-20T16:55:15.927Z] The recommended git tool is: git
16:55:16 [2021-08-20T16:55:16.034Z] #20 12.46 (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.)
16:55:16 [2021-08-20T16:55:16.034Z] #20 12.49 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ...
16:55:16 [2021-08-20T16:55:16.034Z] #20 12.50 Unpacking pigz (2.4-1) ...
16:55:16 [2021-08-20T16:55:16.034Z] #20 12.56 Selecting previously unselected package libpython3.7-minimal:amd64.
16:55:16 [2021-08-20T16:55:16.034Z] #20 12.56 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_amd64.deb ...
16:55:16 [2021-08-20T16:55:16.034Z] #20 12.57 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ...
16:55:16 [2021-08-20T16:55:16.293Z] #20 12.77 Selecting previously unselected package python3.7-minimal.
16:55:16 [2021-08-20T16:55:16.293Z] #20 12.77 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_amd64.deb ...
16:55:16 [2021-08-20T16:55:16.293Z] #20 12.78 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ...
16:55:16 [2021-08-20T16:55:16.304Z] #20 17.09 Selecting previously unselected package python3.
16:55:16 [2021-08-20T16:55:16.304Z] #20 17.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 ... 24080 files and directories currently installed.)
16:55:16 [2021-08-20T16:55:16.304Z] #20 17.16 Preparing to unpack .../00-python3_3.7.3-1_arm64.deb ...
16:55:16 [2021-08-20T16:55:16.304Z] #20 17.18 Unpacking python3 (3.7.3-1) ...
16:55:16 [2021-08-20T16:55:16.304Z] #20 17.29 Selecting previously unselected package libip4tc0:arm64.
16:55:16 [2021-08-20T16:55:16.304Z] #20 17.29 Preparing to unpack .../01-libip4tc0_1.8.2-4_arm64.deb ...
16:55:16 [2021-08-20T16:55:16.304Z] #20 17.31 Unpacking libip4tc0:arm64 (1.8.2-4) ...
16:55:16 [2021-08-20T16:55:16.431Z] #13 102.9 Selecting previously unselected package libselinux1-dev:amd64.
16:55:16 [2021-08-20T16:55:16.432Z] #13 102.9 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ...
16:55:16 [2021-08-20T16:55:16.432Z] #13 102.9 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ...
16:55:16 [2021-08-20T16:55:16.432Z] #13 103.1 Selecting previously unselected package libdevmapper-dev:amd64.
16:55:16 [2021-08-20T16:55:16.432Z] #13 103.2 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ...
16:55:16 [2021-08-20T16:55:16.432Z] #13 103.2 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ...
16:55:16 [2021-08-20T16:55:16.567Z] #20 17.43 Selecting previously unselected package libip6tc0:arm64.
16:55:16 [2021-08-20T16:55:16.567Z] #20 17.44 Preparing to unpack .../02-libip6tc0_1.8.2-4_arm64.deb ...
16:55:16 [2021-08-20T16:55:16.567Z] #20 17.45 Unpacking libip6tc0:arm64 (1.8.2-4) ...
16:55:16 [2021-08-20T16:55:16.567Z] #20 17.53 Selecting previously unselected package libiptc0:arm64.
16:55:16 [2021-08-20T16:55:16.567Z] #20 17.54 Preparing to unpack .../03-libiptc0_1.8.2-4_arm64.deb ...
16:55:16 [2021-08-20T16:55:16.567Z] #20 17.56 Unpacking libiptc0:arm64 (1.8.2-4) ...
16:55:16 [2021-08-20T16:55:16.689Z] #13 103.2 Selecting previously unselected package libseccomp-dev:amd64.
16:55:16 [2021-08-20T16:55:16.689Z] #13 103.3 Preparing to unpack .../23-libseccomp-dev_2.4.4-1~bpo10+1_amd64.deb ...
16:55:16 [2021-08-20T16:55:16.689Z] #13 103.3 Unpacking libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ...
16:55:16 [2021-08-20T16:55:16.829Z] #20 17.64 Selecting previously unselected package libnfnetlink0:arm64.
16:55:16 [2021-08-20T16:55:16.829Z] #20 17.65 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_arm64.deb ...
16:55:16 [2021-08-20T16:55:16.829Z] #20 17.66 Unpacking libnfnetlink0:arm64 (1.0.1-3+b1) ...
16:55:16 [2021-08-20T16:55:16.829Z] #20 17.73 Selecting previously unselected package libnetfilter-conntrack3:arm64.
16:55:16 [2021-08-20T16:55:16.829Z] #20 17.73 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_arm64.deb ...
16:55:16 [2021-08-20T16:55:16.829Z] #20 17.74 Unpacking libnetfilter-conntrack3:arm64 (1.0.7-1) ...
16:55:16 [2021-08-20T16:55:16.829Z] #20 17.84 Selecting previously unselected package libnftnl11:arm64.
16:55:16 [2021-08-20T16:55:16.829Z] #20 17.85 Preparing to unpack .../06-libnftnl11_1.1.2-2_arm64.deb ...
16:55:16 [2021-08-20T16:55:16.829Z] #20 17.86 Unpacking libnftnl11:arm64 (1.1.2-2) ...
16:55:16 [2021-08-20T16:55:16.862Z] #20 13.19 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ...
16:55:16 [2021-08-20T16:55:16.862Z] #20 13.21 Setting up python3.7-minimal (3.7.3-2+deb10u3) ...
16:55:16 [2021-08-20T16:55:16.946Z] #13 103.4 Selecting previously unselected package libsystemd-dev:amd64.
16:55:16 [2021-08-20T16:55:16.946Z] #13 103.4 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u8_amd64.deb ...
16:55:16 [2021-08-20T16:55:16.946Z] #13 103.4 Unpacking libsystemd-dev:amd64 (241-7~deb10u8) ...
16:55:17 [2021-08-20T16:55:17.093Z] #20 17.98 Selecting previously unselected package iptables.
16:55:17 [2021-08-20T16:55:17.093Z] #20 17.99 Preparing to unpack .../07-iptables_1.8.2-4_arm64.deb ...
16:55:17 [2021-08-20T16:55:17.093Z] #20 18.00 Unpacking iptables (1.8.2-4) ...
16:55:17 [2021-08-20T16:55:17.213Z] #13 103.8 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ...
16:55:17 [2021-08-20T16:55:17.213Z] #13 103.8 Setting up libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ...
16:55:17 [2021-08-20T16:55:17.213Z] #13 103.9 Setting up libapparmor1:amd64 (2.13.2-10) ...
16:55:17 [2021-08-20T16:55:17.213Z] #13 103.9 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
16:55:17 [2021-08-20T16:55:17.213Z] #13 103.9 Setting up libpcre16-3:amd64 (2:8.39-12) ...
16:55:17 [2021-08-20T16:55:17.213Z] #13 103.9 Setting up libsepol1-dev:amd64 (2.8-1) ...
16:55:17 [2021-08-20T16:55:17.213Z] #13 103.9 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
16:55:17 [2021-08-20T16:55:17.355Z] #20 18.28 Selecting previously unselected package xxd.
16:55:17 [2021-08-20T16:55:17.355Z] #20 18.29 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_arm64.deb ...
16:55:17 [2021-08-20T16:55:17.355Z] #20 18.30 Unpacking xxd (2:8.1.0875-5) ...
16:55:17 [2021-08-20T16:55:17.479Z] #13 103.9 Setting up libbtrfs0 (4.20.1-2) ...
16:55:17 [2021-08-20T16:55:17.479Z] #13 103.9 Setting up libpcre32-3:amd64 (2:8.39-12) ...
16:55:17 [2021-08-20T16:55:17.479Z] #13 104.0 Setting up libudev-dev:amd64 (241-7~deb10u8) ...
16:55:17 [2021-08-20T16:55:17.479Z] #13 104.0 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
16:55:17 [2021-08-20T16:55:17.479Z] #13 104.0 Setting up libbtrfs-dev (4.20.1-2) ...
16:55:17 [2021-08-20T16:55:17.479Z] #13 104.0 Setting up libapparmor-dev:amd64 (2.13.2-10) ...
16:55:17 [2021-08-20T16:55:17.479Z] #13 104.1 Setting up mingw-w64-common (6.0.0-3) ...
16:55:17 [2021-08-20T16:55:17.479Z] #13 104.1 Setting up libsystemd-dev:amd64 (241-7~deb10u8) ...
16:55:17 [2021-08-20T16:55:17.479Z] #13 104.1 Setting up mingw-w64-x86-64-dev (6.0.0-3) ...
16:55:17 [2021-08-20T16:55:17.479Z] #13 104.1 Setting up libpcre3-dev:amd64 (2:8.39-12) ...
16:55:17 [2021-08-20T16:55:17.479Z] #13 104.1 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
16:55:17 [2021-08-20T16:55:17.479Z] #13 104.2 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
16:55:17 [2021-08-20T16:55:17.479Z] #13 104.2 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode
16:55:17 [2021-08-20T16:55:17.479Z] #13 104.2 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
16:55:17 [2021-08-20T16:55:17.479Z] #13 104.2 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
16:55:17 [2021-08-20T16:55:17.479Z] #13 104.2 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode
16:55:17 [2021-08-20T16:55:17.479Z] #13 104.2 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ...
16:55:17 [2021-08-20T16:55:17.479Z] #13 104.2 Setting up libselinux1-dev:amd64 (2.8-1+b1) ...
16:55:17 [2021-08-20T16:55:17.479Z] #13 104.2 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
16:55:17 [2021-08-20T16:55:17.618Z] #20 18.42 Selecting previously unselected package vim-common.
16:55:17 [2021-08-20T16:55:17.618Z] #20 18.42 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ...
16:55:17 [2021-08-20T16:55:17.618Z] #20 18.45 Unpacking vim-common (2:8.1.0875-5) ...
16:55:17 [2021-08-20T16:55:17.618Z] #20 18.67 Selecting previously unselected package bash-completion.
16:55:17 [2021-08-20T16:55:17.737Z] #13 104.3 Setting up dmsetup (2:1.02.155-3) ...
16:55:17 [2021-08-20T16:55:17.737Z] #13 104.3 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ...
16:55:17 [2021-08-20T16:55:17.737Z] #13 104.3 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ...
16:55:17 [2021-08-20T16:55:17.737Z] #13 104.3 Processing triggers for libc-bin (2.28-10) ...
16:55:17 [2021-08-20T16:55:17.800Z] #20 14.12 Selecting previously unselected package python3-minimal.
16:55:17 [2021-08-20T16:55:17.800Z] #20 14.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 ... 23695 files and directories currently installed.)
16:55:17 [2021-08-20T16:55:17.800Z] #20 14.15 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ...
16:55:17 [2021-08-20T16:55:17.800Z] #20 14.16 Unpacking python3-minimal (3.7.3-1) ...
16:55:17 [2021-08-20T16:55:17.800Z] #20 14.21 Selecting previously unselected package libmpdec2:amd64.
16:55:17 [2021-08-20T16:55:17.800Z] #20 14.22 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ...
16:55:17 [2021-08-20T16:55:17.800Z] #20 14.23 Unpacking libmpdec2:amd64 (2.4.2-2) ...
16:55:17 [2021-08-20T16:55:17.800Z] #20 14.29 Selecting previously unselected package libpython3.7-stdlib:amd64.
16:55:17 [2021-08-20T16:55:17.800Z] #20 14.30 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u3_amd64.deb ...
16:55:17 [2021-08-20T16:55:17.800Z] #20 14.30 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ...
16:55:17 [2021-08-20T16:55:17.881Z] #20 18.67 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ...
16:55:18 [2021-08-20T16:55:18.318Z] #20 14.79 Selecting previously unselected package python3.7.
16:55:18 [2021-08-20T16:55:18.318Z] #20 14.80 Preparing to unpack .../python3.7_3.7.3-2+deb10u3_amd64.deb ...
16:55:18 [2021-08-20T16:55:18.318Z] #20 14.80 Unpacking python3.7 (3.7.3-2+deb10u3) ...
16:55:18 [2021-08-20T16:55:18.318Z] #20 14.92 Selecting previously unselected package libpython3-stdlib:amd64.
16:55:18 [2021-08-20T16:55:18.318Z] #20 14.92 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ...
16:55:18 [2021-08-20T16:55:18.318Z] #20 14.92 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ...
16:55:18 [2021-08-20T16:55:18.318Z] #20 14.97 Setting up python3-minimal (3.7.3-1) ...
16:55:18 [2021-08-20T16:55:18.886Z] #20 15.35 Selecting previously unselected package python3.
16:55:18 [2021-08-20T16:55:18.886Z] #20 15.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 ... 24107 files and directories currently installed.)
16:55:18 [2021-08-20T16:55:18.886Z] #20 15.39 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ...
16:55:18 [2021-08-20T16:55:18.886Z] #20 15.40 Unpacking python3 (3.7.3-1) ...
16:55:18 [2021-08-20T16:55:18.886Z] #20 15.45 Selecting previously unselected package libip4tc0:amd64.
16:55:18 [2021-08-20T16:55:18.886Z] #20 15.46 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ...
16:55:18 [2021-08-20T16:55:18.886Z] #20 15.47 Unpacking libip4tc0:amd64 (1.8.2-4) ...
16:55:18 [2021-08-20T16:55:18.886Z] #20 15.53 Selecting previously unselected package libip6tc0:amd64.
16:55:18 [2021-08-20T16:55:18.886Z] #20 15.53 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ...
16:55:18 [2021-08-20T16:55:18.886Z] #20 15.53 Unpacking libip6tc0:amd64 (1.8.2-4) ...
16:55:19 [2021-08-20T16:55:19.107Z] #13 DONE 105.8s
16:55:19 [2021-08-20T16:55:19.107Z] 
16:55:19 [2021-08-20T16:55:19.107Z] #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
16:55:19 [2021-08-20T16:55:19.107Z] #59 sha256:d323e3fc26383080ff40efbb0e6f67d73ece52f2fc28d83bffea2a2f4ea49322
16:55:19 [2021-08-20T16:55:19.107Z] #59 108.1 + for f in rootlesskit rootlesskit-docker-proxy
16:55:19 [2021-08-20T16:55:19.107Z] #59 108.1 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy
16:55:19 [2021-08-20T16:55:19.145Z] #20 15.60 Selecting previously unselected package libiptc0:amd64.
16:55:19 [2021-08-20T16:55:19.146Z] #20 15.60 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ...
16:55:19 [2021-08-20T16:55:19.146Z] #20 15.61 Unpacking libiptc0:amd64 (1.8.2-4) ...
16:55:19 [2021-08-20T16:55:19.146Z] #20 15.70 Selecting previously unselected package libnfnetlink0:amd64.
16:55:19 [2021-08-20T16:55:19.146Z] #20 15.70 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ...
16:55:19 [2021-08-20T16:55:19.146Z] #20 15.70 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ...
16:55:19 [2021-08-20T16:55:19.146Z] #20 15.75 Selecting previously unselected package libnetfilter-conntrack3:amd64.
16:55:19 [2021-08-20T16:55:19.146Z] #20 15.75 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ...
16:55:19 [2021-08-20T16:55:19.146Z] #20 15.76 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ...
16:55:19 [2021-08-20T16:55:19.146Z] #20 15.82 Selecting previously unselected package libnftnl11:amd64.
16:55:19 [2021-08-20T16:55:19.146Z] #20 15.82 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ...
16:55:19 [2021-08-20T16:55:19.405Z] #20 15.83 Unpacking libnftnl11:amd64 (1.1.2-2) ...
16:55:19 [2021-08-20T16:55:19.405Z] #20 15.89 Selecting previously unselected package iptables.
16:55:19 [2021-08-20T16:55:19.405Z] #20 15.90 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ...
16:55:19 [2021-08-20T16:55:19.405Z] #20 15.91 Unpacking iptables (1.8.2-4) ...
16:55:19 [2021-08-20T16:55:19.665Z] #20 16.11 Selecting previously unselected package xxd.
16:55:19 [2021-08-20T16:55:19.665Z] #20 16.12 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ...
16:55:19 [2021-08-20T16:55:19.665Z] #20 16.13 Unpacking xxd (2:8.1.0875-5) ...
16:55:19 [2021-08-20T16:55:19.665Z] #20 16.21 Selecting previously unselected package vim-common.
16:55:19 [2021-08-20T16:55:19.665Z] #20 16.21 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ...
16:55:19 [2021-08-20T16:55:19.665Z] #20 16.24 Unpacking vim-common (2:8.1.0875-5) ...
16:55:19 [2021-08-20T16:55:19.925Z] #20 16.34 Selecting previously unselected package bash-completion.
16:55:19 [2021-08-20T16:55:19.925Z] #20 16.34 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ...
16:55:20 [2021-08-20T16:55:20.436Z] #20 21.10 Unpacking bash-completion (1:2.8-6) ...
16:55:20 [2021-08-20T16:55:20.436Z] #20 21.46 Selecting previously unselected package bzip2.
16:55:20 [2021-08-20T16:55:20.699Z] #20 21.48 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_arm64.deb ...
16:55:20 [2021-08-20T16:55:20.699Z] #20 21.49 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
16:55:20 [2021-08-20T16:55:20.699Z] #20 21.60 Selecting previously unselected package xz-utils.
16:55:20 [2021-08-20T16:55:20.699Z] #20 21.60 Preparing to unpack .../12-xz-utils_5.2.4-1_arm64.deb ...
16:55:20 [2021-08-20T16:55:20.699Z] #20 21.62 Unpacking xz-utils (5.2.4-1) ...
16:55:20 [2021-08-20T16:55:20.961Z] #20 21.75 Selecting previously unselected package apparmor.
16:55:20 [2021-08-20T16:55:20.962Z] #20 21.76 Preparing to unpack .../13-apparmor_2.13.2-10_arm64.deb ...
16:55:20 [2021-08-20T16:55:20.962Z] #20 21.82 Unpacking apparmor (2.13.2-10) ...
16:55:21 [2021-08-20T16:55:21.008Z] #59 ...
16:55:21 [2021-08-20T16:55:21.008Z] 
16:55:21 [2021-08-20T16:55:21.008Z] #14 [dev-systemd-false  1/25] RUN groupadd -r docker
16:55:21 [2021-08-20T16:55:21.008Z] #14 sha256:58746fa8b69a01ee72bed03088ea56fb7c4f3c4ff6c6787f21a78c669a783b1c
16:55:21 [2021-08-20T16:55:21.008Z] #14 DONE 1.7s
16:55:21 [2021-08-20T16:55:21.008Z] 
16:55:21 [2021-08-20T16:55:21.008Z] #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
16:55:21 [2021-08-20T16:55:21.008Z] #54 sha256:86ed8e4e7167a846cf123b00b422c594d9424ccd4b0a0d7a47aee967c35bf091
16:55:21 [2021-08-20T16:55:21.008Z] #54 1.653 + RM_GOPATH=0
16:55:21 [2021-08-20T16:55:21.008Z] #54 1.654 + TMP_GOPATH=
16:55:21 [2021-08-20T16:55:21.008Z] #54 1.654 + : /build
16:55:21 [2021-08-20T16:55:21.008Z] #54 1.654 + '[' -z '' ']'
16:55:21 [2021-08-20T16:55:21.008Z] #54 1.655 ++ mktemp -d
16:55:21 [2021-08-20T16:55:21.008Z] #54 1.664 + export GOPATH=/tmp/tmp.CSnfH9RtMX
16:55:21 [2021-08-20T16:55:21.008Z] #54 1.664 + GOPATH=/tmp/tmp.CSnfH9RtMX
16:55:21 [2021-08-20T16:55:21.008Z] #54 1.664 + RM_GOPATH=1
16:55:21 [2021-08-20T16:55:21.008Z] #54 1.665 + case "$(go env GOARCH)" in
16:55:21 [2021-08-20T16:55:21.008Z] #54 1.665 ++ go env GOARCH
16:55:21 [2021-08-20T16:55:21.008Z] #54 1.675 + export GO_BUILDMODE=-buildmode=pie
16:55:21 [2021-08-20T16:55:21.008Z] #54 1.675 + GO_BUILDMODE=-buildmode=pie
16:55:21 [2021-08-20T16:55:21.008Z] #54 1.678 ++ dirname /tmp/install/install.sh
16:55:21 [2021-08-20T16:55:21.008Z] #54 1.681 + dir=/tmp/install
16:55:21 [2021-08-20T16:55:21.008Z] #54 1.682 + bin=runc
16:55:21 [2021-08-20T16:55:21.008Z] #54 1.682 + shift
16:55:21 [2021-08-20T16:55:21.008Z] #54 1.682 + '[' '!' -f /tmp/install/runc.installer ']'
16:55:21 [2021-08-20T16:55:21.008Z] #54 1.683 + . /tmp/install/runc.installer
16:55:21 [2021-08-20T16:55:21.008Z] #54 1.684 ++ : 4144b63817ebcc5b358fc2c8ef95f7cddd709aa7
16:55:21 [2021-08-20T16:55:21.008Z] #54 1.685 + install_runc
16:55:21 [2021-08-20T16:55:21.008Z] #54 1.687 + grep -q '^3\.10\.0.*\.el7\.'
16:55:21 [2021-08-20T16:55:21.008Z] #54 1.688 + uname -r
16:55:21 [2021-08-20T16:55:21.008Z] #54 1.696 + RUNC_BUILDTAGS='seccomp '
16:55:21 [2021-08-20T16:55:21.008Z] #54 1.696 Install runc version 4144b63817ebcc5b358fc2c8ef95f7cddd709aa7 (build tags: seccomp )
16:55:21 [2021-08-20T16:55:21.008Z] #54 1.696 + echo 'Install runc version 4144b63817ebcc5b358fc2c8ef95f7cddd709aa7 (build tags: seccomp )'
16:55:21 [2021-08-20T16:55:21.008Z] #54 1.696 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.CSnfH9RtMX/src/github.com/opencontainers/runc
16:55:21 [2021-08-20T16:55:21.008Z] #54 1.699 Cloning into '/tmp/tmp.CSnfH9RtMX/src/github.com/opencontainers/runc'...
16:55:21 [2021-08-20T16:55:21.224Z] #20 22.11 Selecting previously unselected package aufs-tools.
16:55:21 [2021-08-20T16:55:21.224Z] #20 22.12 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_arm64.deb ...
16:55:21 [2021-08-20T16:55:21.224Z] #20 22.13 Unpacking aufs-tools (1:4.14+20190211-1) ...
16:55:21 [2021-08-20T16:55:21.224Z] #20 22.27 Selecting previously unselected package libonig5:arm64.
16:55:21 [2021-08-20T16:55:21.224Z] #20 22.28 Preparing to unpack .../15-libonig5_6.9.1-1_arm64.deb ...
16:55:21 [2021-08-20T16:55:21.224Z] #20 22.29 Unpacking libonig5:arm64 (6.9.1-1) ...
16:55:21 [2021-08-20T16:55:21.306Z] #20 17.84 Unpacking bash-completion (1:2.8-6) ...
16:55:21 [2021-08-20T16:55:21.487Z] #20 22.46 Selecting previously unselected package libjq1:arm64.
16:55:21 [2021-08-20T16:55:21.487Z] #20 22.46 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_arm64.deb ...
16:55:21 [2021-08-20T16:55:21.487Z] #20 22.47 Unpacking libjq1:arm64 (1.5+dfsg-2+b1) ...
16:55:21 [2021-08-20T16:55:21.487Z] #20 22.55 Selecting previously unselected package jq.
16:55:21 [2021-08-20T16:55:21.487Z] #20 22.55 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_arm64.deb ...
16:55:21 [2021-08-20T16:55:21.566Z] #20 18.04 Selecting previously unselected package bzip2.
16:55:21 [2021-08-20T16:55:21.566Z] #20 18.04 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ...
16:55:21 [2021-08-20T16:55:21.566Z] #20 18.05 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
16:55:21 [2021-08-20T16:55:21.566Z] #20 18.11 Selecting previously unselected package xz-utils.
16:55:21 [2021-08-20T16:55:21.566Z] #20 18.12 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ...
16:55:21 [2021-08-20T16:55:21.566Z] #20 18.13 Unpacking xz-utils (5.2.4-1) ...
16:55:21 [2021-08-20T16:55:21.566Z] #20 18.26 Selecting previously unselected package apparmor.
16:55:21 [2021-08-20T16:55:21.749Z] #20 22.56 Unpacking jq (1.5+dfsg-2+b1) ...
16:55:21 [2021-08-20T16:55:21.749Z] #20 22.68 Selecting previously unselected package libaio1:arm64.
16:55:21 [2021-08-20T16:55:21.749Z] #20 22.70 Preparing to unpack .../18-libaio1_0.3.112-3_arm64.deb ...
16:55:21 [2021-08-20T16:55:21.749Z] #20 22.71 Unpacking libaio1:arm64 (0.3.112-3) ...
16:55:21 [2021-08-20T16:55:21.826Z] #20 18.26 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ...
16:55:21 [2021-08-20T16:55:21.826Z] #20 18.31 Unpacking apparmor (2.13.2-10) ...
16:55:21 [2021-08-20T16:55:21.826Z] #20 18.51 Selecting previously unselected package aufs-tools.
16:55:21 [2021-08-20T16:55:21.826Z] #20 18.51 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ...
16:55:21 [2021-08-20T16:55:21.826Z] #20 18.52 Unpacking aufs-tools (1:4.14+20190211-1) ...
16:55:22 [2021-08-20T16:55:22.011Z] #20 22.78 Selecting previously unselected package libgpm2:arm64.
16:55:22 [2021-08-20T16:55:22.011Z] #20 22.80 Preparing to unpack .../19-libgpm2_1.20.7-5_arm64.deb ...
16:55:22 [2021-08-20T16:55:22.011Z] #20 22.81 Unpacking libgpm2:arm64 (1.20.7-5) ...
16:55:22 [2021-08-20T16:55:22.011Z] #20 22.89 Selecting previously unselected package libicu63:arm64.
16:55:22 [2021-08-20T16:55:22.011Z] #20 22.89 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_arm64.deb ...
16:55:22 [2021-08-20T16:55:22.011Z] #20 22.91 Unpacking libicu63:arm64 (63.1-6+deb10u1) ...
16:55:22 [2021-08-20T16:55:22.086Z] #20 18.61 Selecting previously unselected package libonig5:amd64.
16:55:22 [2021-08-20T16:55:22.086Z] #20 18.61 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ...
16:55:22 [2021-08-20T16:55:22.086Z] #20 18.62 Unpacking libonig5:amd64 (6.9.1-1) ...
16:55:22 [2021-08-20T16:55:22.086Z] #20 18.73 Selecting previously unselected package libjq1:amd64.
16:55:22 [2021-08-20T16:55:22.345Z] #20 18.73 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ...
16:55:22 [2021-08-20T16:55:22.345Z] #20 18.74 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ...
16:55:22 [2021-08-20T16:55:22.345Z] #20 18.81 Selecting previously unselected package jq.
16:55:22 [2021-08-20T16:55:22.345Z] #20 18.82 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ...
16:55:22 [2021-08-20T16:55:22.345Z] #20 18.82 Unpacking jq (1.5+dfsg-2+b1) ...
16:55:22 [2021-08-20T16:55:22.345Z] #20 18.89 Selecting previously unselected package libaio1:amd64.
16:55:22 [2021-08-20T16:55:22.345Z] #20 18.89 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ...
16:55:22 [2021-08-20T16:55:22.345Z] #20 18.89 Unpacking libaio1:amd64 (0.3.112-3) ...
16:55:22 [2021-08-20T16:55:22.345Z] #20 18.93 Selecting previously unselected package libgpm2:amd64.
16:55:22 [2021-08-20T16:55:22.345Z] #20 18.94 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ...
16:55:22 [2021-08-20T16:55:22.345Z] #20 18.95 Unpacking libgpm2:amd64 (1.20.7-5) ...
16:55:22 [2021-08-20T16:55:22.381Z] #54 ...
16:55:22 [2021-08-20T16:55:22.381Z] 
16:55:22 [2021-08-20T16:55:22.381Z] #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
16:55:22 [2021-08-20T16:55:22.381Z] #15 sha256:74db7bd2063fa98c13d766f62a3c8d81f4c6b6d2dc4f3bb027b631bc56673585
16:55:22 [2021-08-20T16:55:22.381Z] #15 DONE 1.5s
16:55:22 [2021-08-20T16:55:22.604Z] #20 18.99 Selecting previously unselected package libicu63:amd64.
16:55:22 [2021-08-20T16:55:22.604Z] #20 19.00 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ...
16:55:22 [2021-08-20T16:55:22.604Z] #20 19.00 Unpacking libicu63:amd64 (63.1-6+deb10u1) ...
16:55:22 [2021-08-20T16:55:22.639Z] 
16:55:22 [2021-08-20T16:55:22.639Z] #16 [dev-systemd-false  3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
16:55:22 [2021-08-20T16:55:22.639Z] #16 sha256:d8e3ee992f816589dc3075b4c4959c8cc8c6d49faef86c7b6e16bd6e1f40a909
16:55:22 [2021-08-20T16:55:22.639Z] #16 ...
16:55:22 [2021-08-20T16:55:22.639Z] 
16:55:22 [2021-08-20T16:55:22.639Z] #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
16:55:22 [2021-08-20T16:55:22.639Z] #59 sha256:d323e3fc26383080ff40efbb0e6f67d73ece52f2fc28d83bffea2a2f4ea49322
16:55:22 [2021-08-20T16:55:22.639Z] #59 DONE 113.5s
16:55:22 [2021-08-20T16:55:22.896Z] 
16:55:22 [2021-08-20T16:55:22.896Z] #60 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build
16:55:22 [2021-08-20T16:55:22.896Z] #60 sha256:992696f91fc357a6268f65d2bafc033c45e06f56346026579d9f35be0980af24
16:55:22 [2021-08-20T16:55:22.896Z] #60 DONE 0.2s
16:55:22 [2021-08-20T16:55:22.896Z] 
16:55:22 [2021-08-20T16:55:22.896Z] #61 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build
16:55:22 [2021-08-20T16:55:22.896Z] #61 sha256:8d9c9e95d45bc0fff18ad091856f23b9ccb6a69a44eacf0d6a4397e7bdd179fe
16:55:23 [2021-08-20T16:55:23.153Z] #61 DONE 0.1s
16:55:23 [2021-08-20T16:55:23.153Z] 
16:55:23 [2021-08-20T16:55:23.153Z] #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
16:55:23 [2021-08-20T16:55:23.153Z] #46 sha256:85d5a20cf7ff740618d370a7abe4e4d0ed219e61a71d9cde09b95fcdd5820b66
16:55:23 [2021-08-20T16:55:23.153Z] #46 106.2 vendor/golang.org/x/net/idna
16:55:23 [2021-08-20T16:55:23.153Z] #46 108.2 vendor/golang.org/x/net/http2/hpack
16:55:23 [2021-08-20T16:55:23.153Z] #46 109.3 mime
16:55:23 [2021-08-20T16:55:23.153Z] #46 111.1 mime/quotedprintable
16:55:23 [2021-08-20T16:55:23.153Z] #46 111.8 net/http/internal
16:55:23 [2021-08-20T16:55:23.932Z] #20 24.46 Selecting previously unselected package libnet1:arm64.
16:55:23 [2021-08-20T16:55:23.932Z] #20 24.47 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_arm64.deb ...
16:55:23 [2021-08-20T16:55:23.932Z] #20 24.48 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ...
16:55:23 [2021-08-20T16:55:23.932Z] #20 24.57 Selecting previously unselected package libnl-3-200:arm64.
16:55:23 [2021-08-20T16:55:23.932Z] #20 24.59 Preparing to unpack .../22-libnl-3-200_3.4.0-1_arm64.deb ...
16:55:23 [2021-08-20T16:55:23.932Z] #20 24.60 Unpacking libnl-3-200:arm64 (3.4.0-1) ...
16:55:23 [2021-08-20T16:55:23.932Z] #20 24.69 Selecting previously unselected package libprotobuf-c1:arm64.
16:55:23 [2021-08-20T16:55:23.932Z] #20 24.71 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_arm64.deb ...
16:55:23 [2021-08-20T16:55:23.932Z] #20 24.71 Unpacking libprotobuf-c1:arm64 (1.3.1-1+b1) ...
16:55:23 [2021-08-20T16:55:23.932Z] #20 24.81 Selecting previously unselected package libreadline5:arm64.
16:55:23 [2021-08-20T16:55:23.932Z] #20 24.82 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_arm64.deb ...
16:55:23 [2021-08-20T16:55:23.932Z] #20 24.83 Unpacking libreadline5:arm64 (5.2+dfsg-3+b13) ...
16:55:23 [2021-08-20T16:55:23.932Z] #20 24.96 Selecting previously unselected package net-tools.
16:55:24 [2021-08-20T16:55:24.087Z] #46 ...
16:55:24 [2021-08-20T16:55:24.087Z] 
16:55:24 [2021-08-20T16:55:24.087Z] #16 [dev-systemd-false  3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
16:55:24 [2021-08-20T16:55:24.087Z] #16 sha256:d8e3ee992f816589dc3075b4c4959c8cc8c6d49faef86c7b6e16bd6e1f40a909
16:55:24 [2021-08-20T16:55:24.087Z] #16 1.665 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
16:55:24 [2021-08-20T16:55:24.195Z] #20 24.97 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_arm64.deb ...
16:55:24 [2021-08-20T16:55:24.195Z] #20 24.97 Unpacking net-tools (1.60+git20180626.aebd88e-1) ...
16:55:24 [2021-08-20T16:55:24.195Z] #20 25.14 Selecting previously unselected package patch.
16:55:24 [2021-08-20T16:55:24.195Z] #20 25.15 Preparing to unpack .../26-patch_2.7.6-3+deb10u1_arm64.deb ...
16:55:24 [2021-08-20T16:55:24.195Z] #20 25.16 Unpacking patch (2.7.6-3+deb10u1) ...
16:55:24 [2021-08-20T16:55:24.195Z] #20 25.26 Selecting previously unselected package python-pip-whl.
16:55:24 [2021-08-20T16:55:24.344Z] #16 DONE 1.8s
16:55:24 [2021-08-20T16:55:24.344Z] 
16:55:24 [2021-08-20T16:55:24.344Z] #17 [dev-systemd-false  4/25] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
16:55:24 [2021-08-20T16:55:24.344Z] #17 sha256:f71cf765f4ce7f9d8d8722f48a91a5e7c776453e2e881462d2aa27e0fa6cdcf1
16:55:24 [2021-08-20T16:55:24.457Z] #20 25.26 Preparing to unpack .../27-python-pip-whl_18.1-5_all.deb ...
16:55:24 [2021-08-20T16:55:24.457Z] #20 25.28 Unpacking python-pip-whl (18.1-5) ...
16:55:24 [2021-08-20T16:55:24.510Z] #20 20.71 Selecting previously unselected package libnet1:amd64.
16:55:24 [2021-08-20T16:55:24.510Z] #20 20.72 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
16:55:24 [2021-08-20T16:55:24.510Z] #20 20.72 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
16:55:24 [2021-08-20T16:55:24.510Z] #20 20.80 Selecting previously unselected package libnl-3-200:amd64.
16:55:24 [2021-08-20T16:55:24.510Z] #20 20.81 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ...
16:55:24 [2021-08-20T16:55:24.510Z] #20 20.81 Unpacking libnl-3-200:amd64 (3.4.0-1) ...
16:55:24 [2021-08-20T16:55:24.510Z] #20 20.86 Selecting previously unselected package libprotobuf-c1:amd64.
16:55:24 [2021-08-20T16:55:24.511Z] #20 20.87 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ...
16:55:24 [2021-08-20T16:55:24.511Z] #20 20.88 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ...
16:55:24 [2021-08-20T16:55:24.511Z] #20 20.92 Selecting previously unselected package libreadline5:amd64.
16:55:24 [2021-08-20T16:55:24.511Z] #20 20.93 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ...
16:55:24 [2021-08-20T16:55:24.511Z] #20 20.93 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ...
16:55:24 [2021-08-20T16:55:24.511Z] #20 21.00 Selecting previously unselected package net-tools.
16:55:24 [2021-08-20T16:55:24.511Z] #20 21.00 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ...
16:55:24 [2021-08-20T16:55:24.511Z] #20 21.01 Unpacking net-tools (1.60+git20180626.aebd88e-1) ...
16:55:24 [2021-08-20T16:55:24.511Z] #20 21.14 Selecting previously unselected package patch.
16:55:24 [2021-08-20T16:55:24.511Z] #20 21.14 Preparing to unpack .../26-patch_2.7.6-3+deb10u1_amd64.deb ...
16:55:24 [2021-08-20T16:55:24.511Z] #20 21.14 Unpacking patch (2.7.6-3+deb10u1) ...
16:55:24 [2021-08-20T16:55:24.720Z] #20 25.66 Selecting previously unselected package python3-lib2to3.
16:55:24 [2021-08-20T16:55:24.720Z] #20 25.67 Preparing to unpack .../28-python3-lib2to3_3.7.3-1_all.deb ...
16:55:24 [2021-08-20T16:55:24.720Z] #20 25.68 Unpacking python3-lib2to3 (3.7.3-1) ...
16:55:24 [2021-08-20T16:55:24.770Z] #20 21.24 Selecting previously unselected package python-pip-whl.
16:55:24 [2021-08-20T16:55:24.770Z] #20 21.24 Preparing to unpack .../27-python-pip-whl_18.1-5_all.deb ...
16:55:24 [2021-08-20T16:55:24.770Z] #20 21.24 Unpacking python-pip-whl (18.1-5) ...
16:55:24 [2021-08-20T16:55:24.983Z] #20 25.82 Selecting previously unselected package python3-distutils.
16:55:24 [2021-08-20T16:55:24.983Z] #20 25.82 Preparing to unpack .../29-python3-distutils_3.7.3-1_all.deb ...
16:55:24 [2021-08-20T16:55:24.983Z] #20 25.83 Unpacking python3-distutils (3.7.3-1) ...
16:55:24 [2021-08-20T16:55:24.983Z] #20 25.98 Selecting previously unselected package python3-pip.
16:55:24 [2021-08-20T16:55:24.983Z] #20 26.00 Preparing to unpack .../30-python3-pip_18.1-5_all.deb ...
16:55:24 [2021-08-20T16:55:24.983Z] #20 26.01 Unpacking python3-pip (18.1-5) ...
16:55:25 [2021-08-20T16:55:25.030Z] #20 21.54 Selecting previously unselected package python3-lib2to3.
16:55:25 [2021-08-20T16:55:25.030Z] #20 21.55 Preparing to unpack .../28-python3-lib2to3_3.7.3-1_all.deb ...
16:55:25 [2021-08-20T16:55:25.030Z] #20 21.56 Unpacking python3-lib2to3 (3.7.3-1) ...
16:55:25 [2021-08-20T16:55:25.030Z] #20 21.64 Selecting previously unselected package python3-distutils.
16:55:25 [2021-08-20T16:55:25.030Z] #20 21.65 Preparing to unpack .../29-python3-distutils_3.7.3-1_all.deb ...
16:55:25 [2021-08-20T16:55:25.030Z] #20 21.66 Unpacking python3-distutils (3.7.3-1) ...
16:55:25 [2021-08-20T16:55:25.030Z] #20 21.76 Selecting previously unselected package python3-pip.
16:55:25 [2021-08-20T16:55:25.245Z] #20 26.12 Selecting previously unselected package python3-pkg-resources.
16:55:25 [2021-08-20T16:55:25.245Z] #20 26.13 Preparing to unpack .../31-python3-pkg-resources_40.8.0-1_all.deb ...
16:55:25 [2021-08-20T16:55:25.245Z] #20 26.14 Unpacking python3-pkg-resources (40.8.0-1) ...
16:55:25 [2021-08-20T16:55:25.245Z] #20 26.26 Selecting previously unselected package python3-setuptools.
16:55:25 [2021-08-20T16:55:25.289Z] #20 21.76 Preparing to unpack .../30-python3-pip_18.1-5_all.deb ...
16:55:25 [2021-08-20T16:55:25.289Z] #20 21.77 Unpacking python3-pip (18.1-5) ...
16:55:25 [2021-08-20T16:55:25.289Z] #20 21.87 Selecting previously unselected package python3-pkg-resources.
16:55:25 [2021-08-20T16:55:25.289Z] #20 21.88 Preparing to unpack .../31-python3-pkg-resources_40.8.0-1_all.deb ...
16:55:25 [2021-08-20T16:55:25.289Z] #20 21.88 Unpacking python3-pkg-resources (40.8.0-1) ...
16:55:25 [2021-08-20T16:55:25.289Z] #20 21.97 Selecting previously unselected package python3-setuptools.
16:55:25 [2021-08-20T16:55:25.289Z] #20 21.97 Preparing to unpack .../32-python3-setuptools_40.8.0-1_all.deb ...
16:55:25 [2021-08-20T16:55:25.289Z] #20 21.98 Unpacking python3-setuptools (40.8.0-1) ...
16:55:25 [2021-08-20T16:55:25.508Z] #20 26.26 Preparing to unpack .../32-python3-setuptools_40.8.0-1_all.deb ...
16:55:25 [2021-08-20T16:55:25.508Z] #20 26.28 Unpacking python3-setuptools (40.8.0-1) ...
16:55:25 [2021-08-20T16:55:25.508Z] #20 26.43 Selecting previously unselected package python3-wheel.
16:55:25 [2021-08-20T16:55:25.508Z] #20 26.44 Preparing to unpack .../33-python3-wheel_0.32.3-2_all.deb ...
16:55:25 [2021-08-20T16:55:25.508Z] #20 26.45 Unpacking python3-wheel (0.32.3-2) ...
16:55:25 [2021-08-20T16:55:25.549Z] #20 22.13 Selecting previously unselected package python3-wheel.
16:55:25 [2021-08-20T16:55:25.549Z] #20 22.13 Preparing to unpack .../33-python3-wheel_0.32.3-2_all.deb ...
16:55:25 [2021-08-20T16:55:25.549Z] #20 22.14 Unpacking python3-wheel (0.32.3-2) ...
16:55:25 [2021-08-20T16:55:25.549Z] #20 22.21 Selecting previously unselected package sudo.
16:55:25 [2021-08-20T16:55:25.549Z] #20 22.22 Preparing to unpack .../34-sudo_1.8.27-1+deb10u3_amd64.deb ...
16:55:25 [2021-08-20T16:55:25.549Z] #20 22.22 Unpacking sudo (1.8.27-1+deb10u3) ...
16:55:25 [2021-08-20T16:55:25.771Z] #20 26.57 Selecting previously unselected package sudo.
16:55:25 [2021-08-20T16:55:25.771Z] #20 26.58 Preparing to unpack .../34-sudo_1.8.27-1+deb10u3_arm64.deb ...
16:55:25 [2021-08-20T16:55:25.771Z] #20 26.60 Unpacking sudo (1.8.27-1+deb10u3) ...
16:55:26 [2021-08-20T16:55:26.034Z] #20 26.95 Selecting previously unselected package thin-provisioning-tools.
16:55:26 [2021-08-20T16:55:26.034Z] #20 26.96 Preparing to unpack .../35-thin-provisioning-tools_0.7.6-2.1_arm64.deb ...
16:55:26 [2021-08-20T16:55:26.034Z] #20 26.96 Unpacking thin-provisioning-tools (0.7.6-2.1) ...
16:55:26 [2021-08-20T16:55:26.118Z] #20 22.50 Selecting previously unselected package thin-provisioning-tools.
16:55:26 [2021-08-20T16:55:26.119Z] #20 22.50 Preparing to unpack .../35-thin-provisioning-tools_0.7.6-2.1_amd64.deb ...
16:55:26 [2021-08-20T16:55:26.119Z] #20 22.51 Unpacking thin-provisioning-tools (0.7.6-2.1) ...
16:55:26 [2021-08-20T16:55:26.119Z] #20 22.65 Selecting previously unselected package uidmap.
16:55:26 [2021-08-20T16:55:26.119Z] #20 22.65 Preparing to unpack .../36-uidmap_1%3a4.5-1.1_amd64.deb ...
16:55:26 [2021-08-20T16:55:26.119Z] #20 22.65 Unpacking uidmap (1:4.5-1.1) ...
16:55:26 [2021-08-20T16:55:26.241Z] #17 DONE 2.0s
16:55:26 [2021-08-20T16:55:26.241Z] 
16:55:26 [2021-08-20T16:55:26.241Z] #18 [dev-systemd-false  5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
16:55:26 [2021-08-20T16:55:26.241Z] #18 sha256:e2357bf2a6df0aa1e766d679ee6b42ffce152bc1a857bfb148dc94b50f7bd496
16:55:26 [2021-08-20T16:55:26.296Z] #20 27.13 Selecting previously unselected package uidmap.
16:55:26 [2021-08-20T16:55:26.296Z] #20 27.14 Preparing to unpack .../36-uidmap_1%3a4.5-1.1_arm64.deb ...
16:55:26 [2021-08-20T16:55:26.296Z] #20 27.16 Unpacking uidmap (1:4.5-1.1) ...
16:55:26 [2021-08-20T16:55:26.296Z] #20 27.31 Selecting previously unselected package vim-runtime.
16:55:26 [2021-08-20T16:55:26.296Z] #20 27.31 Preparing to unpack .../37-vim-runtime_2%3a8.1.0875-5_all.deb ...
16:55:26 [2021-08-20T16:55:26.296Z] #20 27.36 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime'
16:55:26 [2021-08-20T16:55:26.378Z] #20 22.75 Selecting previously unselected package vim-runtime.
16:55:26 [2021-08-20T16:55:26.378Z] #20 22.75 Preparing to unpack .../37-vim-runtime_2%3a8.1.0875-5_all.deb ...
16:55:26 [2021-08-20T16:55:26.378Z] #20 22.77 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime'
16:55:26 [2021-08-20T16:55:26.378Z] #20 22.78 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime'
16:55:26 [2021-08-20T16:55:26.378Z] #20 22.79 Unpacking vim-runtime (2:8.1.0875-5) ...
16:55:26 [2021-08-20T16:55:26.559Z] #20 27.39 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime'
16:55:26 [2021-08-20T16:55:26.559Z] #20 27.39 Unpacking vim-runtime (2:8.1.0875-5) ...
16:55:27 [2021-08-20T16:55:27.614Z] #18 DONE 1.1s
16:55:27 [2021-08-20T16:55:27.614Z] 
16:55:27 [2021-08-20T16:55:27.614Z] #19 [dev-systemd-false  6/25] RUN ldconfig
16:55:27 [2021-08-20T16:55:27.614Z] #19 sha256:75fd611654daef8c47b70bf72a3d9fd79faff776b1e5e7a3921ca2c4359b49cd
16:55:27 [2021-08-20T16:55:27.759Z] #20 24.35 Selecting previously unselected package vim.
16:55:27 [2021-08-20T16:55:27.759Z] #20 24.35 Preparing to unpack .../38-vim_2%3a8.1.0875-5_amd64.deb ...
16:55:27 [2021-08-20T16:55:27.759Z] #20 24.37 Unpacking vim (2:8.1.0875-5) ...
16:55:28 [2021-08-20T16:55:28.328Z] #20 24.68 Selecting previously unselected package xfsprogs.
16:55:28 [2021-08-20T16:55:28.328Z] #20 24.68 Preparing to unpack .../39-xfsprogs_4.20.0-1_amd64.deb ...
16:55:28 [2021-08-20T16:55:28.328Z] #20 24.68 Unpacking xfsprogs (4.20.0-1) ...
16:55:28 [2021-08-20T16:55:28.328Z] #20 24.94 Selecting previously unselected package zip.
16:55:28 [2021-08-20T16:55:28.328Z] #20 24.95 Preparing to unpack .../40-zip_3.0-11+b1_amd64.deb ...
16:55:28 [2021-08-20T16:55:28.328Z] #20 24.95 Unpacking zip (3.0-11+b1) ...
16:55:28 [2021-08-20T16:55:28.328Z] #20 25.05 Setting up aufs-tools (1:4.14+20190211-1) ...
16:55:28 [2021-08-20T16:55:28.482Z] #20 29.19 Selecting previously unselected package vim.
16:55:28 [2021-08-20T16:55:28.482Z] #20 29.19 Preparing to unpack .../38-vim_2%3a8.1.0875-5_arm64.deb ...
16:55:28 [2021-08-20T16:55:28.482Z] #20 29.22 Unpacking vim (2:8.1.0875-5) ...
16:55:28 [2021-08-20T16:55:28.482Z] #20 29.57 Selecting previously unselected package xfsprogs.
16:55:28 [2021-08-20T16:55:28.546Z] #19 DONE 1.2s
16:55:28 [2021-08-20T16:55:28.547Z] 
16:55:28 [2021-08-20T16:55:28.547Z] #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
16:55:28 [2021-08-20T16:55:28.547Z] #20 sha256:82675fdcd5a95b728c160c709a71f1ea64ea45abf965d47240b1e7786400b6f0
16:55:28 [2021-08-20T16:55:28.587Z] #20 25.08 Setting up net-tools (1.60+git20180626.aebd88e-1) ...
16:55:28 [2021-08-20T16:55:28.587Z] #20 25.10 Setting up libip6tc0:amd64 (1.8.2-4) ...
16:55:28 [2021-08-20T16:55:28.587Z] #20 25.12 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ...
16:55:28 [2021-08-20T16:55:28.587Z] #20 25.13 Setting up libgpm2:amd64 (1.20.7-5) ...
16:55:28 [2021-08-20T16:55:28.587Z] #20 25.14 Setting up libip4tc0:amd64 (1.8.2-4) ...
16:55:28 [2021-08-20T16:55:28.587Z] #20 25.16 Setting up uidmap (1:4.5-1.1) ...
16:55:28 [2021-08-20T16:55:28.587Z] #20 25.17 Setting up libnftnl11:amd64 (1.1.2-2) ...
16:55:28 [2021-08-20T16:55:28.587Z] #20 25.18 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
16:55:28 [2021-08-20T16:55:28.587Z] #20 25.20 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
16:55:28 [2021-08-20T16:55:28.587Z] #20 25.21 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ...
16:55:28 [2021-08-20T16:55:28.587Z] #20 25.22 Setting up libicu63:amd64 (63.1-6+deb10u1) ...
16:55:28 [2021-08-20T16:55:28.587Z] #20 25.23 Setting up xxd (2:8.1.0875-5) ...
16:55:28 [2021-08-20T16:55:28.587Z] #20 25.25 Setting up zip (3.0-11+b1) ...
16:55:28 [2021-08-20T16:55:28.744Z] #20 29.58 Preparing to unpack .../39-xfsprogs_4.20.0-1_arm64.deb ...
16:55:28 [2021-08-20T16:55:28.744Z] #20 29.61 Unpacking xfsprogs (4.20.0-1) ...
16:55:28 [2021-08-20T16:55:28.847Z] #20 25.26 Setting up vim-common (2:8.1.0875-5) ...
16:55:28 [2021-08-20T16:55:28.847Z] #20 25.29 Setting up bash-completion (1:2.8-6) ...
16:55:29 [2021-08-20T16:55:29.021Z] #20 29.91 Selecting previously unselected package zip.
16:55:29 [2021-08-20T16:55:29.021Z] #20 29.93 Preparing to unpack .../40-zip_3.0-11+b1_arm64.deb ...
16:55:29 [2021-08-20T16:55:29.021Z] #20 29.94 Unpacking zip (3.0-11+b1) ...
16:55:29 [2021-08-20T16:55:29.284Z] #20 30.09 Setting up aufs-tools (1:4.14+20190211-1) ...
16:55:29 [2021-08-20T16:55:29.284Z] #20 30.11 Setting up net-tools (1.60+git20180626.aebd88e-1) ...
16:55:29 [2021-08-20T16:55:29.284Z] #20 30.16 Setting up libip6tc0:arm64 (1.8.2-4) ...
16:55:29 [2021-08-20T16:55:29.284Z] #20 30.20 Setting up libreadline5:arm64 (5.2+dfsg-3+b13) ...
16:55:29 [2021-08-20T16:55:29.284Z] #20 30.21 Setting up libgpm2:arm64 (1.20.7-5) ...
16:55:29 [2021-08-20T16:55:29.284Z] #20 30.23 Setting up libip4tc0:arm64 (1.8.2-4) ...
16:55:29 [2021-08-20T16:55:29.284Z] #20 30.25 Setting up uidmap (1:4.5-1.1) ...
16:55:29 [2021-08-20T16:55:29.284Z] #20 30.27 Setting up libnftnl11:arm64 (1.1.2-2) ...
16:55:29 [2021-08-20T16:55:29.284Z] #20 30.28 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ...
16:55:29 [2021-08-20T16:55:29.284Z] #20 30.30 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
16:55:29 [2021-08-20T16:55:29.284Z] #20 30.32 Setting up libprotobuf-c1:arm64 (1.3.1-1+b1) ...
16:55:29 [2021-08-20T16:55:29.284Z] #20 30.33 Setting up libicu63:arm64 (63.1-6+deb10u1) ...
16:55:29 [2021-08-20T16:55:29.284Z] #20 30.35 Setting up xxd (2:8.1.0875-5) ...
16:55:29 [2021-08-20T16:55:29.284Z] #20 30.36 Setting up zip (3.0-11+b1) ...
16:55:29 [2021-08-20T16:55:29.284Z] #20 30.38 Setting up vim-common (2:8.1.0875-5) ...
16:55:29 [2021-08-20T16:55:29.546Z] #20 30.42 Setting up bash-completion (1:2.8-6) ...
16:55:30 [2021-08-20T16:55:30.227Z] #20 26.86 Setting up libiptc0:amd64 (1.8.2-4) ...
16:55:30 [2021-08-20T16:55:30.227Z] #20 26.87 Setting up xz-utils (5.2.4-1) ...
16:55:30 [2021-08-20T16:55:30.227Z] #20 26.89 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
16:55:30 [2021-08-20T16:55:30.227Z] #20 26.90 Setting up patch (2.7.6-3+deb10u1) ...
16:55:30 [2021-08-20T16:55:30.227Z] #20 26.92 Setting up sudo (1.8.27-1+deb10u3) ...
16:55:30 [2021-08-20T16:55:30.232Z] #66 ...
16:55:30 [2021-08-20T16:55:30.232Z] 
16:55:30 [2021-08-20T16:55:30.232Z] #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
16:55:30 [2021-08-20T16:55:30.232Z] #43 sha256:ad956d3e5ecf4373b7dbba9e194184ccdbb2acf44b67c59650cf1a82587762de
16:55:30 [2021-08-20T16:55:30.232Z] #43 24.91 Fetched 48.3 MB in 23s (2067 kB/s)
16:55:30 [2021-08-20T16:55:30.443Z] #20 1.509 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB]
16:55:30 [2021-08-20T16:55:30.443Z] #20 1.596 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB]
16:55:30 [2021-08-20T16:55:30.443Z] #20 1.604 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
16:55:30 [2021-08-20T16:55:30.443Z] #20 1.624 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
16:55:30 [2021-08-20T16:55:30.443Z] #20 2.016 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [486 kB]
16:55:30 [2021-08-20T16:55:30.487Z] #20 26.97 invoke-rc.d: could not determine current runlevel
16:55:30 [2021-08-20T16:55:30.487Z] #20 26.98 invoke-rc.d: policy-rc.d denied execution of start.
16:55:30 [2021-08-20T16:55:30.487Z] #20 26.99 Setting up pigz (2.4-1) ...
16:55:30 [2021-08-20T16:55:30.487Z] #20 27.00 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ...
16:55:30 [2021-08-20T16:55:30.487Z] #20 27.01 Setting up libnl-3-200:amd64 (3.4.0-1) ...
16:55:30 [2021-08-20T16:55:30.487Z] #20 27.03 Setting up python-pip-whl (18.1-5) ...
16:55:30 [2021-08-20T16:55:30.487Z] #20 27.04 Setting up libmpdec2:amd64 (2.4.2-2) ...
16:55:30 [2021-08-20T16:55:30.487Z] #20 27.06 Setting up vim-runtime (2:8.1.0875-5) ...
16:55:30 [2021-08-20T16:55:30.747Z] #20 27.30 Setting up libaio1:amd64 (0.3.112-3) ...
16:55:30 [2021-08-20T16:55:30.747Z] #20 27.32 Setting up libonig5:amd64 (6.9.1-1) ...
16:55:30 [2021-08-20T16:55:30.747Z] #20 27.33 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ...
16:55:30 [2021-08-20T16:55:30.747Z] #20 27.35 Setting up vim (2:8.1.0875-5) ...
16:55:30 [2021-08-20T16:55:30.747Z] #20 27.36 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
16:55:30 [2021-08-20T16:55:30.747Z] #20 27.36 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
16:55:30 [2021-08-20T16:55:30.747Z] #20 27.37 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
16:55:30 [2021-08-20T16:55:30.747Z] #20 27.38 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
16:55:30 [2021-08-20T16:55:30.747Z] #20 27.39 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
16:55:30 [2021-08-20T16:55:30.747Z] #20 27.39 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
16:55:30 [2021-08-20T16:55:30.747Z] #20 27.40 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
16:55:30 [2021-08-20T16:55:30.747Z] #20 27.40 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
16:55:30 [2021-08-20T16:55:30.747Z] #20 27.42 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ...
16:55:30 [2021-08-20T16:55:30.747Z] #20 27.43 Setting up thin-provisioning-tools (0.7.6-2.1) ...
16:55:30 [2021-08-20T16:55:30.747Z] #20 27.44 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ...
16:55:30 [2021-08-20T16:55:30.747Z] #20 27.46 Setting up jq (1.5+dfsg-2+b1) ...
16:55:30 [2021-08-20T16:55:30.747Z] #20 27.47 Setting up libpython3-stdlib:amd64 (3.7.3-1) ...
16:55:30 [2021-08-20T16:55:30.747Z] #20 27.48 Setting up python3.7 (3.7.3-2+deb10u3) ...
16:55:31 [2021-08-20T16:55:31.335Z] Fetching without tags
16:55:31 [2021-08-20T16:55:31.375Z] #20 2.896 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
16:55:32 [2021-08-20T16:55:32.108Z] Merging remotes/origin/master commit 41568dfc665ad4033d7fc860a5dac8102915008e into PR head commit d7abbd01ebf9a77dcfea00f71c1266a7cc7730a8
16:55:32 [2021-08-20T16:55:32.117Z] #20 32.97 Setting up libiptc0:arm64 (1.8.2-4) ...
16:55:32 [2021-08-20T16:55:32.117Z] #20 32.99 Setting up xz-utils (5.2.4-1) ...
16:55:32 [2021-08-20T16:55:32.117Z] #20 33.01 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
16:55:32 [2021-08-20T16:55:32.117Z] #20 33.02 Setting up patch (2.7.6-3+deb10u1) ...
16:55:32 [2021-08-20T16:55:32.117Z] #20 33.04 Setting up sudo (1.8.27-1+deb10u3) ...
16:55:32 [2021-08-20T16:55:32.117Z] #20 33.13 invoke-rc.d: could not determine current runlevel
16:55:32 [2021-08-20T16:55:32.117Z] #20 33.15 invoke-rc.d: policy-rc.d denied execution of start.
16:55:32 [2021-08-20T16:55:32.127Z] #20 28.75 Setting up iptables (1.8.2-4) ...
16:55:32 [2021-08-20T16:55:32.127Z] #20 28.76 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
16:55:32 [2021-08-20T16:55:32.127Z] #20 28.77 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
16:55:32 [2021-08-20T16:55:32.127Z] #20 28.77 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
16:55:32 [2021-08-20T16:55:32.127Z] #20 28.78 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
16:55:32 [2021-08-20T16:55:32.127Z] #20 28.78 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
16:55:32 [2021-08-20T16:55:32.127Z] #20 28.79 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
16:55:32 [2021-08-20T16:55:32.380Z] #20 33.15 Setting up pigz (2.4-1) ...
16:55:32 [2021-08-20T16:55:32.380Z] #20 33.17 Setting up libnfnetlink0:arm64 (1.0.1-3+b1) ...
16:55:32 [2021-08-20T16:55:32.380Z] #20 33.19 Setting up libnl-3-200:arm64 (3.4.0-1) ...
16:55:32 [2021-08-20T16:55:32.380Z] #20 33.22 Setting up python-pip-whl (18.1-5) ...
16:55:32 [2021-08-20T16:55:32.380Z] #20 33.24 Setting up libmpdec2:arm64 (2.4.2-2) ...
16:55:32 [2021-08-20T16:55:32.380Z] #20 33.26 Setting up vim-runtime (2:8.1.0875-5) ...
16:55:32 [2021-08-20T16:55:32.386Z] #20 28.79 Setting up python3 (3.7.3-1) ...
16:55:32 [2021-08-20T16:55:32.386Z] #20 29.00 Setting up python3-wheel (0.32.3-2) ...
16:55:32 [2021-08-20T16:55:32.644Z] #20 33.65 Setting up libaio1:arm64 (0.3.112-3) ...
16:55:30 [2021-08-20T16:55:30.991Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
16:55:31 [2021-08-20T16:55:31.049Z]  > git config --add remote.origin.fetch +refs/pull/42765/head:refs/remotes/origin/PR-42765 # timeout=10
16:55:31 [2021-08-20T16:55:31.111Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
16:55:31 [2021-08-20T16:55:31.236Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
16:55:31 [2021-08-20T16:55:31.368Z] Fetching upstream changes from https://github.com/moby/moby.git
16:55:31 [2021-08-20T16:55:31.368Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:55:31 [2021-08-20T16:55:31.371Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42765/head:refs/remotes/origin/PR-42765 +refs/heads/master:refs/remotes/origin/master # timeout=10
16:55:32 [2021-08-20T16:55:32.140Z]  > git config core.sparsecheckout # timeout=10
16:55:32 [2021-08-20T16:55:32.195Z]  > git checkout -f d7abbd01ebf9a77dcfea00f71c1266a7cc7730a8 # timeout=10
16:55:32 [2021-08-20T16:55:32.746Z] #20 3.994 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [301 kB]
16:55:32 [2021-08-20T16:55:32.906Z] #20 33.67 Setting up libonig5:arm64 (6.9.1-1) ...
16:55:32 [2021-08-20T16:55:32.906Z] #20 33.69 Setting up libpython3.7-stdlib:arm64 (3.7.3-2+deb10u3) ...
16:55:32 [2021-08-20T16:55:32.906Z] #20 33.70 Setting up vim (2:8.1.0875-5) ...
16:55:32 [2021-08-20T16:55:32.906Z] #20 33.72 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
16:55:32 [2021-08-20T16:55:32.906Z] #20 33.74 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
16:55:32 [2021-08-20T16:55:32.906Z] #20 33.75 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
16:55:32 [2021-08-20T16:55:32.906Z] #20 33.76 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
16:55:32 [2021-08-20T16:55:32.906Z] #20 33.77 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
16:55:32 [2021-08-20T16:55:32.906Z] #20 33.78 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
16:55:32 [2021-08-20T16:55:32.906Z] #20 33.79 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
16:55:32 [2021-08-20T16:55:32.906Z] #20 33.81 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
16:55:32 [2021-08-20T16:55:32.906Z] #20 33.83 Setting up libjq1:arm64 (1.5+dfsg-2+b1) ...
16:55:32 [2021-08-20T16:55:32.906Z] #20 33.86 Setting up thin-provisioning-tools (0.7.6-2.1) ...
16:55:32 [2021-08-20T16:55:32.906Z] #20 33.88 Setting up libnetfilter-conntrack3:arm64 (1.0.7-1) ...
16:55:32 [2021-08-20T16:55:32.954Z] #20 29.42 Setting up apparmor (2.13.2-10) ...
16:55:33 [2021-08-20T16:55:33.168Z] #20 33.89 Setting up jq (1.5+dfsg-2+b1) ...
16:55:33 [2021-08-20T16:55:33.168Z] #20 33.92 Setting up libpython3-stdlib:arm64 (3.7.3-1) ...
16:55:33 [2021-08-20T16:55:33.168Z] #20 33.95 Setting up python3.7 (3.7.3-2+deb10u3) ...
16:55:33 [2021-08-20T16:55:33.677Z] #20 5.292 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [15.2 kB]
16:55:33 [2021-08-20T16:55:33.891Z] #20 30.50 Setting up xfsprogs (4.20.0-1) ...
16:55:33 [2021-08-20T16:55:33.891Z] #20 30.52 Setting up python3-lib2to3 (3.7.3-1) ...
16:55:34 [2021-08-20T16:55:34.151Z] #20 30.74 Setting up python3-pkg-resources (40.8.0-1) ...
16:55:34 [2021-08-20T16:55:34.619Z] #20 ...
16:55:34 [2021-08-20T16:55:34.619Z] 
16:55:34 [2021-08-20T16:55:34.619Z] #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
16:55:34 [2021-08-20T16:55:34.619Z] #46 sha256:85d5a20cf7ff740618d370a7abe4e4d0ed219e61a71d9cde09b95fcdd5820b66
16:55:34 [2021-08-20T16:55:34.619Z] #46 115.3 crypto/tls
16:55:34 [2021-08-20T16:55:34.619Z] #46 122.9 net/http/httptrace
16:55:34 [2021-08-20T16:55:34.619Z] #46 123.2 net/http
16:55:34 [2021-08-20T16:55:34.619Z] #46 ...
16:55:34 [2021-08-20T16:55:34.619Z] 
16:55:34 [2021-08-20T16:55:34.619Z] #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
16:55:34 [2021-08-20T16:55:34.619Z] #54 sha256:86ed8e4e7167a846cf123b00b422c594d9424ccd4b0a0d7a47aee967c35bf091
16:55:34 [2021-08-20T16:55:34.619Z] #54 12.49 + cd /tmp/tmp.CSnfH9RtMX/src/github.com/opencontainers/runc
16:55:34 [2021-08-20T16:55:34.619Z] #54 12.49 + git checkout -q 4144b63817ebcc5b358fc2c8ef95f7cddd709aa7
16:55:34 [2021-08-20T16:55:34.619Z] #54 13.04 + '[' -z '' ']'
16:55:34 [2021-08-20T16:55:34.619Z] #54 13.04 + target=static
16:55:34 [2021-08-20T16:55:34.619Z] #54 13.04 + make 'BUILDTAGS=seccomp ' static
16:55:34 [2021-08-20T16:55:34.619Z] #54 13.20 CGO_ENABLED=1 go build -trimpath   -tags "seccomp  netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit=v1.0.1-0-g4144b638 -X main.version=1.0.1 " -o runc .
16:55:34 [2021-08-20T16:55:34.720Z] #20 31.20 Setting up python3-distutils (3.7.3-1) ...
16:55:34 [2021-08-20T16:55:34.720Z] #20 31.47 Setting up python3-setuptools (40.8.0-1) ...
16:55:35 [2021-08-20T16:55:35.089Z] #20 36.06 Setting up iptables (1.8.2-4) ...
16:55:35 [2021-08-20T16:55:35.089Z] #20 36.10 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
16:55:35 [2021-08-20T16:55:35.351Z] #20 36.13 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
16:55:35 [2021-08-20T16:55:35.351Z] #20 36.15 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
16:55:35 [2021-08-20T16:55:35.351Z] #20 36.16 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
16:55:35 [2021-08-20T16:55:35.351Z] #20 36.17 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
16:55:35 [2021-08-20T16:55:35.351Z] #20 36.18 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
16:55:35 [2021-08-20T16:55:35.351Z] #20 36.19 Setting up python3 (3.7.3-1) ...
16:55:35 [2021-08-20T16:55:35.658Z] #20 32.10 Setting up python3-pip (18.1-5) ...
16:55:36 [2021-08-20T16:55:36.229Z] #20 32.59 Processing triggers for libc-bin (2.28-10) ...
16:55:36 [2021-08-20T16:55:36.229Z] #20 32.61 Processing triggers for mime-support (3.62) ...
16:55:36 [2021-08-20T16:55:36.229Z] #20 DONE 32.9s
16:55:36 [2021-08-20T16:55:36.229Z] 
16:55:36 [2021-08-20T16:55:36.230Z] #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
16:55:36 [2021-08-20T16:55:36.230Z] #50 sha256:e5ccb0875faba935735f03d94f777e3085900bd8a55d43fcfe22b3e59b1808c9
16:55:36 [2021-08-20T16:55:36.230Z] #50 124.7 + /build/golangci-lint --version
16:55:36 [2021-08-20T16:55:36.297Z] #20 37.08 Setting up python3-wheel (0.32.3-2) ...
16:55:36 [2021-08-20T16:55:36.298Z] #20 ...
16:55:36 [2021-08-20T16:55:36.298Z] 
16:55:36 [2021-08-20T16:55:36.298Z] #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
16:55:36 [2021-08-20T16:55:36.298Z] #50 sha256:8ef116967111439b2bf606c868bbde0dd05990b6c407b243b2ffe1bd5af49107
16:55:36 [2021-08-20T16:55:36.298Z] #50 116.1 + /build/golangci-lint --version
16:55:36 [2021-08-20T16:55:36.298Z] #50 116.5 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown)
16:55:36 [2021-08-20T16:55:36.298Z] #50 DONE 117.4s
16:55:36 [2021-08-20T16:55:36.488Z] #50 125.0 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown)
16:55:36 [2021-08-20T16:55:36.488Z] #50 DONE 125.2s
16:55:36 [2021-08-20T16:55:36.488Z] 
16:55:36 [2021-08-20T16:55:36.488Z] #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
16:55:36 [2021-08-20T16:55:36.488Z] #21 sha256:e5b463cbebcd1a58f57f7934d6d28f64663aa24dd79c180a15bed4b0965e0b92
16:55:36 [2021-08-20T16:55:36.560Z] 
16:55:36 [2021-08-20T16:55:36.560Z] #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
16:55:36 [2021-08-20T16:55:36.560Z] #24 sha256:9cd17ff151754752f15bd1fadef5cddf1947d8c9ad97381cd0febbb3c3815618
16:55:36 [2021-08-20T16:55:36.083Z]  > git remote # timeout=10
16:55:36 [2021-08-20T16:55:36.152Z]  > git config --get remote.origin.url # timeout=10
16:55:36 [2021-08-20T16:55:36.206Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:55:36 [2021-08-20T16:55:36.209Z]  > git merge 41568dfc665ad4033d7fc860a5dac8102915008e # timeout=10
16:55:36 [2021-08-20T16:55:36.805Z] #43 24.91 Reading package lists...
16:55:36 [2021-08-20T16:55:36.805Z] #43 ...
16:55:36 [2021-08-20T16:55:36.805Z] 
16:55:36 [2021-08-20T16:55:36.805Z] #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
16:55:36 [2021-08-20T16:55:36.805Z] #19 sha256:83fa67fc6295bfbd75dad05f393b58dbb33f295f1ec5bb7657180a45326467b8
16:55:36 [2021-08-20T16:55:36.805Z] #19 25.76 Fetched 51.2 MB in 25s (2083 kB/s)
16:55:36 [2021-08-20T16:55:36.805Z] #19 25.76 Reading package lists...
16:55:36 [2021-08-20T16:55:36.805Z] #19 ...
16:55:36 [2021-08-20T16:55:36.805Z] 
16:55:36 [2021-08-20T16:55:36.805Z] #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
16:55:36 [2021-08-20T16:55:36.805Z] #66 sha256:253bdab5d56f07ee3323c7abafb60fb07f9cc6bf8c635fce980f4e440b9bdc52
16:55:36 [2021-08-20T16:55:36.805Z] #66 27.53 + for f in rootlesskit rootlesskit-docker-proxy
16:55:36 [2021-08-20T16:55:36.805Z] #66 27.53 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy
16:55:36 [2021-08-20T16:55:36.805Z] #66 DONE 31.1s
16:55:36 [2021-08-20T16:55:36.805Z] 
16:55:36 [2021-08-20T16:55:36.805Z] #67 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build
16:55:36 [2021-08-20T16:55:36.805Z] #67 sha256:b6da6e8528b0a3bd49c249a2b02034349159a3e6647f96c6d6208590d4af858b
16:55:36 [2021-08-20T16:55:36.805Z] #67 DONE 0.0s
16:55:36 [2021-08-20T16:55:36.805Z] 
16:55:36 [2021-08-20T16:55:36.805Z] #68 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build
16:55:36 [2021-08-20T16:55:36.805Z] #68 sha256:8edb56e2f637da6da47fa32e520761eedc43d9cc39c2947ecf32c7e59f08df71
16:55:36 [2021-08-20T16:55:36.805Z] #68 DONE 0.1s
16:55:36 [2021-08-20T16:55:36.805Z] 
16:55:36 [2021-08-20T16:55:36.805Z] #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
16:55:36 [2021-08-20T16:55:36.805Z] #63 sha256:870ac01ecd08e3d30c60dcdb1c55ff001035559e36d991627ee9fb9300ead48e
16:55:36 [2021-08-20T16:55:36.805Z] #63 26.19 Fetched 48.3 MB in 24s (1980 kB/s)
16:55:36 [2021-08-20T16:55:36.823Z] #24 ...
16:55:36 [2021-08-20T16:55:36.823Z] 
16:55:36 [2021-08-20T16:55:36.823Z] #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
16:55:36 [2021-08-20T16:55:36.823Z] #20 sha256:6308ee64ea978ada25965b0d074b938aebfb3b778ba37391d531d63fb3c4aa80
16:55:36 [2021-08-20T16:55:36.823Z] #20 37.78 Setting up apparmor (2.13.2-10) ...
16:55:36 [2021-08-20T16:55:36.877Z] Running on azwin-2-c5ab00 in d:\jenkins\workspace\moby_PR-42765
[Pipeline] {
[Pipeline] ws
16:55:36 [2021-08-20T16:55:36.915Z] Running in d:\gopath\src\github.com\docker\docker
[Pipeline] {
[Pipeline] checkout
16:55:36 [2021-08-20T16:55:36.975Z] Merge succeeded, producing 57d5e286260cddf8b0d75e8c5c3a32635193984b
16:55:36 [2021-08-20T16:55:36.975Z] Checking out Revision 57d5e286260cddf8b0d75e8c5c3a32635193984b (PR-42765)
16:55:37 [2021-08-20T16:55:37.462Z] Commit message: "Merge commit '41568dfc665ad4033d7fc860a5dac8102915008e' into HEAD"
16:55:37 [2021-08-20T16:55:37.743Z] #63 26.19 Reading package lists...
16:55:37 [2021-08-20T16:55:37.743Z] #63 ...
16:55:37 [2021-08-20T16:55:37.743Z] 
16:55:37 [2021-08-20T16:55:37.743Z] #71 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64
16:55:37 [2021-08-20T16:55:37.743Z] #71 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9
16:55:37 [2021-08-20T16:55:37.743Z] #71 CACHED
16:55:37 [2021-08-20T16:55:37.743Z] 
16:55:37 [2021-08-20T16:55:37.743Z] #73 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64
16:55:37 [2021-08-20T16:55:37.743Z] #73 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9
16:55:37 [2021-08-20T16:55:37.743Z] #73 CACHED
16:55:37 [2021-08-20T16:55:37.743Z] 
16:55:37 [2021-08-20T16:55:37.743Z] #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
16:55:37 [2021-08-20T16:55:37.743Z] #43 sha256:ad956d3e5ecf4373b7dbba9e194184ccdbb2acf44b67c59650cf1a82587762de
16:55:36 [2021-08-20T16:55:36.879Z]  > git rev-parse "HEAD^{commit}" # timeout=10
16:55:37 [2021-08-20T16:55:37.008Z]  > git config core.sparsecheckout # timeout=10
16:55:37 [2021-08-20T16:55:37.063Z]  > git checkout -f 57d5e286260cddf8b0d75e8c5c3a32635193984b # timeout=10
16:55:37 [2021-08-20T16:55:37.496Z]  > git rev-list --no-walk d7abbd01ebf9a77dcfea00f71c1266a7cc7730a8 # timeout=10
16:55:37 [2021-08-20T16:55:37.864Z] #21 1.338 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
16:55:37 [2021-08-20T16:55:37.864Z] #21 1.342 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
16:55:37 [2021-08-20T16:55:37.864Z] #21 1.345 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
16:55:37 [2021-08-20T16:55:37.864Z] #21 DONE 1.4s
16:55:37 [2021-08-20T16:55:37.864Z] 
16:55:37 [2021-08-20T16:55:37.864Z] #22 [dev-systemd-false  9/25] RUN pip3 install yamllint==1.26.1
16:55:37 [2021-08-20T16:55:37.864Z] #22 sha256:3e42016d37af5e4965c027aeb8f335af632fc27a7929c8090178907f11cb5d67
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
16:55:38 [2021-08-20T16:55:38.678Z] The recommended git tool is: git
16:55:38 [2021-08-20T16:55:38.753Z] #20 39.66 Setting up xfsprogs (4.20.0-1) ...
16:55:38 [2021-08-20T16:55:38.753Z] #20 39.68 Setting up python3-lib2to3 (3.7.3-1) ...
16:55:38 [2021-08-20T16:55:38.902Z] #54 ...
16:55:38 [2021-08-20T16:55:38.902Z] 
16:55:38 [2021-08-20T16:55:38.902Z] #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
16:55:38 [2021-08-20T16:55:38.902Z] #20 sha256:82675fdcd5a95b728c160c709a71f1ea64ea45abf965d47240b1e7786400b6f0
16:55:38 [2021-08-20T16:55:38.902Z] #20 10.28 Fetched 8996 kB in 9s (998 kB/s)
16:55:39 [2021-08-20T16:55:39.016Z] #20 40.03 Setting up python3-pkg-resources (40.8.0-1) ...
16:55:39 [2021-08-20T16:55:39.259Z] + docker version
16:55:39 [2021-08-20T16:55:39.259Z] Client:
16:55:39 [2021-08-20T16:55:39.259Z]  Version:           20.10.8
16:55:39 [2021-08-20T16:55:39.259Z]  API version:       1.41
16:55:39 [2021-08-20T16:55:39.259Z]  Go version:        go1.16.6
16:55:39 [2021-08-20T16:55:39.259Z]  Git commit:        3967b7d
16:55:39 [2021-08-20T16:55:39.259Z]  Built:             Fri Jul 30 19:58:50 2021
16:55:39 [2021-08-20T16:55:39.259Z]  OS/Arch:           windows/amd64
16:55:39 [2021-08-20T16:55:39.259Z]  Context:           default
16:55:39 [2021-08-20T16:55:39.259Z]  Experimental:      true
16:55:39 [2021-08-20T16:55:39.259Z] 
16:55:39 [2021-08-20T16:55:39.259Z] Server: Docker Engine - Community
16:55:39 [2021-08-20T16:55:39.259Z]  Engine:
16:55:39 [2021-08-20T16:55:39.259Z]   Version:          20.10.8
16:55:39 [2021-08-20T16:55:39.259Z]   API version:      1.41 (minimum version 1.24)
16:55:39 [2021-08-20T16:55:39.259Z]   Go version:       go1.16.6
16:55:39 [2021-08-20T16:55:39.259Z]   Git commit:       75249d8
16:55:39 [2021-08-20T16:55:39.259Z]   Built:            Fri Jul 30 19:54:29 2021
16:55:39 [2021-08-20T16:55:39.259Z]   OS/Arch:          windows/amd64
16:55:39 [2021-08-20T16:55:39.259Z]   Experimental:     true
16:55:39 [2021-08-20T16:55:39.286Z] using credential docker-jenkins-github-credentials
16:55:39 [2021-08-20T16:55:39.358Z] Cloning the remote Git repository
16:55:39 [2021-08-20T16:55:39.358Z] Cloning with configured refspecs honoured and without tags
[Pipeline] sh
16:55:39 [2021-08-20T16:55:39.650Z] #43 24.91 Reading package lists...
16:55:39 [2021-08-20T16:55:39.539Z] Cloning repository https://github.com/moby/moby.git
16:55:39 [2021-08-20T16:55:39.987Z] #20 40.73 Setting up python3-distutils (3.7.3-1) ...
16:55:39 [2021-08-20T16:55:39.987Z] #20 41.09 Setting up python3-setuptools (40.8.0-1) ...
16:55:40 [2021-08-20T16:55:40.278Z] + docker info
16:55:40 [2021-08-20T16:55:40.278Z] Client:
16:55:40 [2021-08-20T16:55:40.278Z]  Context:    default
16:55:40 [2021-08-20T16:55:40.278Z]  Debug Mode: false
16:55:40 [2021-08-20T16:55:40.278Z] 
16:55:40 [2021-08-20T16:55:40.278Z] Server:
16:55:40 [2021-08-20T16:55:40.278Z]  Containers: 0
16:55:40 [2021-08-20T16:55:40.278Z]   Running: 0
16:55:40 [2021-08-20T16:55:40.278Z]   Paused: 0
16:55:40 [2021-08-20T16:55:40.278Z]   Stopped: 0
16:55:40 [2021-08-20T16:55:40.278Z]  Images: 10
16:55:40 [2021-08-20T16:55:40.278Z]  Server Version: 20.10.8
16:55:40 [2021-08-20T16:55:40.278Z]  Storage Driver: windowsfilter (windows) lcow (linux)
16:55:40 [2021-08-20T16:55:40.278Z]   Windows: 
16:55:40 [2021-08-20T16:55:40.278Z]   LCOW: 
16:55:40 [2021-08-20T16:55:40.278Z]  Logging Driver: json-file
16:55:40 [2021-08-20T16:55:40.278Z]  Plugins:
16:55:40 [2021-08-20T16:55:40.278Z]   Volume: local
16:55:40 [2021-08-20T16:55:40.278Z]   Network: ics internal l2bridge l2tunnel nat null overlay private transparent
16:55:40 [2021-08-20T16:55:40.278Z]   Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog
16:55:40 [2021-08-20T16:55:40.278Z]  Swarm: inactive
16:55:40 [2021-08-20T16:55:40.278Z]  Default Isolation: process
16:55:40 [2021-08-20T16:55:40.278Z]  Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500)
16:55:40 [2021-08-20T16:55:40.278Z]  Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.169)
16:55:40 [2021-08-20T16:55:40.278Z]  OSType: windows
16:55:40 [2021-08-20T16:55:40.278Z]  Architecture: x86_64
16:55:40 [2021-08-20T16:55:40.278Z]  CPUs: 4
16:55:40 [2021-08-20T16:55:40.278Z]  Total Memory: 32GiB
16:55:40 [2021-08-20T16:55:40.278Z]  Name: azwin-2-6f5e20
16:55:40 [2021-08-20T16:55:40.278Z]  ID: IZDY:S4YB:5XRY:IF4H:5UNK:3VIE:VJMV:FD3Q:73SO:QIKD:XA3T:57CT
16:55:40 [2021-08-20T16:55:40.278Z]  Docker Root Dir: D:\docker
16:55:40 [2021-08-20T16:55:40.278Z]  Debug Mode: false
16:55:40 [2021-08-20T16:55:40.278Z]  Registry: https://index.docker.io/v1/
16:55:40 [2021-08-20T16:55:40.278Z]  Labels:
16:55:40 [2021-08-20T16:55:40.278Z]  Experimental: true
16:55:40 [2021-08-20T16:55:40.278Z]  Insecure Registries:
16:55:40 [2021-08-20T16:55:40.278Z]   10.0.0.4:5000
16:55:40 [2021-08-20T16:55:40.278Z]   127.0.0.0/8
16:55:40 [2021-08-20T16:55:40.278Z]  Registry Mirrors:
16:55:40 [2021-08-20T16:55:40.278Z]   http://10.0.0.4:5000/
16:55:40 [2021-08-20T16:55:40.278Z]  Live Restore Enabled: false
16:55:40 [2021-08-20T16:55:40.278Z]  Product License: Community Engine
16:55:40 [2021-08-20T16:55:40.278Z] 
16:55:40 [2021-08-20T16:55:40.408Z] #22 2.602 Collecting yamllint==1.26.1
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Run tests)
[Pipeline] powershell
16:55:40 [2021-08-20T16:55:40.943Z] #20 41.92 Setting up python3-pip (18.1-5) ...
16:55:39 [2021-08-20T16:55:39.923Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
16:55:40 [2021-08-20T16:55:40.749Z] Fetching upstream changes from https://github.com/moby/moby.git
16:55:40 [2021-08-20T16:55:40.749Z]  > git --version # timeout=10
16:55:40 [2021-08-20T16:55:40.785Z]  > git --version # 'git version 2.24.1.windows.2'
16:55:40 [2021-08-20T16:55:40.786Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:55:40 [2021-08-20T16:55:40.788Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42765/head:refs/remotes/origin/PR-42765 +refs/heads/master:refs/remotes/origin/master # timeout=10
16:55:41 [2021-08-20T16:55:41.892Z] #20 42.66 Processing triggers for libc-bin (2.28-10) ...
16:55:41 [2021-08-20T16:55:41.892Z] #20 42.71 Processing triggers for mime-support (3.62) ...
16:55:42 [2021-08-20T16:55:42.154Z] #20 DONE 43.1s
16:55:42 [2021-08-20T16:55:42.154Z] 
16:55:42 [2021-08-20T16:55:42.154Z] #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
16:55:42 [2021-08-20T16:55:42.154Z] #21 sha256:9f0efae441e26d84ec4e8b4697e011e275fd82a3c86ad04f79a2473dcc815cb1
16:55:42 [2021-08-20T16:55:42.175Z] #20 10.28 Reading package lists...
16:55:43 [2021-08-20T16:55:43.545Z] #21 1.239 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
16:55:43 [2021-08-20T16:55:43.545Z] #21 1.245 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
16:55:43 [2021-08-20T16:55:43.545Z] #21 1.250 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
16:55:43 [2021-08-20T16:55:43.807Z] #21 DONE 1.8s
16:55:43 [2021-08-20T16:55:43.807Z] 
16:55:43 [2021-08-20T16:55:43.807Z] #22 [dev-systemd-false  9/25] RUN pip3 install yamllint==1.26.1
16:55:43 [2021-08-20T16:55:43.807Z] #22 sha256:8b01ac923bd76447fbd7f440bc50081acf6a29ace1356c1bd28b48615a75ec62
16:55:44 [2021-08-20T16:55:44.631Z] #20 13.99 Reading package lists...
16:55:44 [2021-08-20T16:55:44.631Z] #20 ...
16:55:44 [2021-08-20T16:55:44.631Z] 
16:55:44 [2021-08-20T16:55:44.631Z] #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
16:55:44 [2021-08-20T16:55:44.631Z] #46 sha256:85d5a20cf7ff740618d370a7abe4e4d0ed219e61a71d9cde09b95fcdd5820b66
16:55:44 [2021-08-20T16:55:44.631Z] #46 134.9 github.com/LK4D4/vndr/godl
16:55:44 [2021-08-20T16:55:44.888Z] #46 135.7 github.com/LK4D4/vndr
16:55:45 [2021-08-20T16:55:45.687Z] #22 7.810   Downloading https://files.pythonhosted.org/packages/50/a1/9093baeb2545d43c22bbcc98c94b926d324598b50e196b492b0882dcb465/yamllint-1.26.1.tar.gz (126kB)
16:55:45 [2021-08-20T16:55:45.687Z] #22 8.085 Collecting pathspec>=0.5.3 (from yamllint==1.26.1)
16:55:45 [2021-08-20T16:55:45.946Z] #22 8.102   Downloading https://files.pythonhosted.org/packages/42/ba/a9d64c7bcbc7e3e8e5f93a52721b377e994c22d16196e2b0f1236774353a/pathspec-0.9.0-py2.py3-none-any.whl
16:55:45 [2021-08-20T16:55:45.946Z] #22 8.120 Collecting pyyaml (from yamllint==1.26.1)
16:55:45 [2021-08-20T16:55:45.946Z] #22 8.186   Downloading https://files.pythonhosted.org/packages/7a/a5/393c087efdc78091afa2af9f1378762f9821c9c1d7a22c5753fb5ac5f97a/PyYAML-5.4.1-cp37-cp37m-manylinux1_x86_64.whl (636kB)
16:55:45 [2021-08-20T16:55:45.946Z] #22 8.274 Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from yamllint==1.26.1) (40.8.0)
16:55:45 [2021-08-20T16:55:45.946Z] #22 8.275 Building wheels for collected packages: yamllint
16:55:45 [2021-08-20T16:55:45.946Z] #22 8.276   Running setup.py bdist_wheel for yamllint: started
16:55:46 [2021-08-20T16:55:46.205Z] #22 8.605   Running setup.py bdist_wheel for yamllint: finished with status 'done'
16:55:46 [2021-08-20T16:55:46.221Z] #43 34.32 Reading package lists...
16:55:46 [2021-08-20T16:55:46.221Z] #43 ...
16:55:46 [2021-08-20T16:55:46.221Z] 
16:55:46 [2021-08-20T16:55:46.221Z] #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
16:55:46 [2021-08-20T16:55:46.221Z] #19 sha256:83fa67fc6295bfbd75dad05f393b58dbb33f295f1ec5bb7657180a45326467b8
16:55:46 [2021-08-20T16:55:46.221Z] #19 25.76 Reading package lists...
16:55:46 [2021-08-20T16:55:46.465Z] #22 8.605   Stored in directory: /root/.cache/pip/wheels/db/c9/7f/2b7d21ea348b5085f20219b71cb64093a23036b73dd3412627
16:55:46 [2021-08-20T16:55:46.465Z] #22 8.625 Successfully built yamllint
16:55:46 [2021-08-20T16:55:46.465Z] #22 8.632 Installing collected packages: pathspec, pyyaml, yamllint
16:55:46 [2021-08-20T16:55:46.465Z] #22 8.755 Successfully installed pathspec-0.9.0 pyyaml-5.4.1 yamllint-1.26.1
16:55:47 [2021-08-20T16:55:47.034Z] #22 ...
16:55:47 [2021-08-20T16:55:47.034Z] 
16:55:47 [2021-08-20T16:55:47.034Z] #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
16:55:47 [2021-08-20T16:55:47.034Z] #57 sha256:7b20a2d651c2337ff279a73b2e490b18980d43f0ce0ae50f2295b19f80629733
16:55:47 [2021-08-20T16:55:47.034Z] #57 97.44 + bin/containerd
16:55:47 [2021-08-20T16:55:47.034Z] #57 ...
16:55:47 [2021-08-20T16:55:47.034Z] 
16:55:47 [2021-08-20T16:55:47.034Z] #22 [dev-systemd-false  9/25] RUN pip3 install yamllint==1.26.1
16:55:47 [2021-08-20T16:55:47.034Z] #22 sha256:3e42016d37af5e4965c027aeb8f335af632fc27a7929c8090178907f11cb5d67
16:55:47 [2021-08-20T16:55:47.034Z] #22 DONE 9.2s
16:55:47 [2021-08-20T16:55:47.294Z] 
16:55:47 [2021-08-20T16:55:47.294Z] #25 [dev-systemd-false 10/25] COPY --from=dockercli     /build/ /usr/local/cli
16:55:47 [2021-08-20T16:55:47.294Z] #25 sha256:0449e36ff478cd99d071e159666b9d084723ba140cb55a0df2a918c6d55179be
16:55:47 [2021-08-20T16:55:47.294Z] #25 DONE 0.1s
16:55:47 [2021-08-20T16:55:47.294Z] 
16:55:47 [2021-08-20T16:55:47.294Z] #30 [dev-systemd-false 11/25] COPY --from=frozen-images /build/ /docker-frozen-images
16:55:47 [2021-08-20T16:55:47.294Z] #30 sha256:fe465cc672c62fab2a914d32ac1a7ec194a89599663f799172ab72bf411d0604
16:55:47 [2021-08-20T16:55:47.599Z] #19 35.19 Reading package lists...
16:55:47 [2021-08-20T16:55:47.599Z] #19 ...
16:55:47 [2021-08-20T16:55:47.599Z] 
16:55:47 [2021-08-20T16:55:47.599Z] #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
16:55:47 [2021-08-20T16:55:47.599Z] #43 sha256:ad956d3e5ecf4373b7dbba9e194184ccdbb2acf44b67c59650cf1a82587762de
16:55:47 [2021-08-20T16:55:47.599Z] #43 34.32 Reading package lists...
16:55:48 [2021-08-20T16:55:48.020Z] #22 3.724 Collecting yamllint==1.26.1
16:55:48 [2021-08-20T16:55:48.167Z] #43 41.68 Building dependency tree...
16:55:48 [2021-08-20T16:55:48.167Z] #43 43.13 Reading state information...
16:55:48 [2021-08-20T16:55:48.674Z] #30 DONE 1.3s
16:55:48 [2021-08-20T16:55:48.674Z] 
16:55:48 [2021-08-20T16:55:48.674Z] #33 [dev-systemd-false 12/25] COPY --from=swagger       /build/ /usr/local/bin/
16:55:48 [2021-08-20T16:55:48.674Z] #33 sha256:8671f47188e3df46768cb64e4e514e4692b474d7a08a1fa9ebf9d4de861dd1fb
16:55:48 [2021-08-20T16:55:48.674Z] #33 DONE 0.2s
16:55:48 [2021-08-20T16:55:48.674Z] 
16:55:48 [2021-08-20T16:55:48.674Z] #35 [dev-systemd-false 13/25] COPY --from=tomll         /build/ /usr/local/bin/
16:55:48 [2021-08-20T16:55:48.674Z] #35 sha256:1913d603da71237b1076d63ef6f4758898751a17055d2105550c11c921fa8a9e
16:55:48 [2021-08-20T16:55:48.674Z] #35 DONE 0.1s
16:55:48 [2021-08-20T16:55:48.674Z] 
16:55:48 [2021-08-20T16:55:48.674Z] #38 [dev-systemd-false 14/25] COPY --from=tini          /build/ /usr/local/bin/
16:55:48 [2021-08-20T16:55:48.674Z] #38 sha256:5ae6690430a3c4c391856440afe20ee4324f6a961b1ea430b39051b417630bf1
16:55:48 [2021-08-20T16:55:48.674Z] #38 DONE 0.1s
16:55:48 [2021-08-20T16:55:48.674Z] 
16:55:48 [2021-08-20T16:55:48.674Z] #41 [dev-systemd-false 15/25] COPY --from=registry      /build/ /usr/local/bin/
16:55:48 [2021-08-20T16:55:48.674Z] #41 sha256:98064c66f5f3e1cf63fc3af02def7b25f4e889a83c8bb13b15aac7de0b94606b
16:55:48 [2021-08-20T16:55:48.936Z] #41 DONE 0.2s
16:55:48 [2021-08-20T16:55:48.936Z] 
16:55:48 [2021-08-20T16:55:48.936Z] #45 [dev-systemd-false 16/25] COPY --from=criu          /build/ /usr/local/bin/
16:55:48 [2021-08-20T16:55:48.936Z] #45 sha256:b6fcc328061a5cdc3f8c8485e42deb531bfa39dc0117a5c51fb8ea527c6b061d
16:55:48 [2021-08-20T16:55:48.936Z] #45 DONE 0.1s
16:55:48 [2021-08-20T16:55:48.936Z] 
16:55:48 [2021-08-20T16:55:48.936Z] #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
16:55:48 [2021-08-20T16:55:48.936Z] #57 sha256:7b20a2d651c2337ff279a73b2e490b18980d43f0ce0ae50f2295b19f80629733
16:55:48 [2021-08-20T16:55:48.936Z] #57 ...
16:55:48 [2021-08-20T16:55:48.936Z] 
16:55:48 [2021-08-20T16:55:48.936Z] #47 [dev-systemd-false 17/25] COPY --from=vndr          /build/ /usr/local/bin/
16:55:48 [2021-08-20T16:55:48.936Z] #47 sha256:4fb94608165723e31922696aab8ea0666834add0fb54b60708da6ffb9a861e7b
16:55:48 [2021-08-20T16:55:48.936Z] #47 DONE 0.1s
16:55:49 [2021-08-20T16:55:49.067Z] #46 DONE 139.9s
16:55:49 [2021-08-20T16:55:49.067Z] 
16:55:49 [2021-08-20T16:55:49.067Z] #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 "c56166c036004ba7a3a321e5951ba472b9ae298c"         && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger
16:55:49 [2021-08-20T16:55:49.067Z] #32 sha256:327e8e81819b507b71e8420db5daf3da357aa8d9edb41d21198b8391f7acf947
16:55:49 [2021-08-20T16:55:49.067Z] #32 DONE 139.8s
16:55:49 [2021-08-20T16:55:49.067Z] 
16:55:49 [2021-08-20T16:55:49.067Z] #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
16:55:49 [2021-08-20T16:55:49.067Z] #20 sha256:82675fdcd5a95b728c160c709a71f1ea64ea45abf965d47240b1e7786400b6f0
16:55:49 [2021-08-20T16:55:49.067Z] #20 13.99 Reading package lists...
16:55:49 [2021-08-20T16:55:49.067Z] #20 17.52 Building dependency tree...
16:55:49 [2021-08-20T16:55:49.067Z] #20 18.96 libcap2-bin is already the newest version (1:2.25-2).
16:55:49 [2021-08-20T16:55:49.067Z] #20 18.96 The following additional packages will be installed:
16:55:49 [2021-08-20T16:55:49.067Z] #20 18.96   libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2
16:55:49 [2021-08-20T16:55:49.067Z] #20 18.96   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib
16:55:49 [2021-08-20T16:55:49.067Z] #20 18.96   libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3
16:55:49 [2021-08-20T16:55:49.067Z] #20 18.96   python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources
16:55:49 [2021-08-20T16:55:49.067Z] #20 18.97   python3.7 python3.7-minimal vim-runtime xxd
16:55:49 [2021-08-20T16:55:49.067Z] #20 18.97 Suggested packages:
16:55:49 [2021-08-20T16:55:49.067Z] #20 18.97   apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm ed diffutils-doc
16:55:49 [2021-08-20T16:55:49.067Z] #20 18.97   python3-doc python3-tk python3-venv python-setuptools-doc python3.7-venv
16:55:49 [2021-08-20T16:55:49.067Z] #20 18.97   python3.7-doc binfmt-support ctags vim-doc vim-scripts xfsdump acl attr
16:55:49 [2021-08-20T16:55:49.067Z] #20 18.97   quota
16:55:49 [2021-08-20T16:55:49.067Z] #20 18.97 Recommended packages:
16:55:49 [2021-08-20T16:55:49.067Z] #20 18.97   aufs-dkms nftables build-essential python3-dev python3-keyring
16:55:49 [2021-08-20T16:55:49.067Z] #20 18.97   python3-keyrings.alt python3-xdg unzip
16:55:49 [2021-08-20T16:55:49.067Z] #20 20.49 The following NEW packages will be installed:
16:55:49 [2021-08-20T16:55:49.067Z] #20 20.50   apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2
16:55:49 [2021-08-20T16:55:49.067Z] #20 20.50   libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1
16:55:49 [2021-08-20T16:55:49.067Z] #20 20.50   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5
16:55:49 [2021-08-20T16:55:49.067Z] #20 20.50   libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib
16:55:49 [2021-08-20T16:55:49.067Z] #20 20.50   libreadline5 net-tools patch pigz python-pip-whl python3 python3-distutils
16:55:49 [2021-08-20T16:55:49.067Z] #20 20.50   python3-lib2to3 python3-minimal python3-pip python3-pkg-resources
16:55:49 [2021-08-20T16:55:49.067Z] #20 20.50   python3-setuptools python3-wheel python3.7 python3.7-minimal sudo
16:55:49 [2021-08-20T16:55:49.067Z] #20 20.50   thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd
16:55:49 [2021-08-20T16:55:49.067Z] #20 20.50   xz-utils zip
16:55:49 [2021-08-20T16:55:49.196Z] 
16:55:49 [2021-08-20T16:55:49.196Z] #49 [dev-systemd-false 18/25] COPY --from=gotestsum     /build/ /usr/local/bin/
16:55:49 [2021-08-20T16:55:49.196Z] #49 sha256:3d47c2c20149ba08cc60daba5188c19ddd4c8c5c384395af3996381b4082b03c
16:55:49 [2021-08-20T16:55:49.196Z] #49 DONE 0.1s
16:55:49 [2021-08-20T16:55:49.196Z] 
16:55:49 [2021-08-20T16:55:49.196Z] #51 [dev-systemd-false 19/25] COPY --from=golangci_lint /build/ /usr/local/bin/
16:55:49 [2021-08-20T16:55:49.196Z] #51 sha256:63e4f3c06b11c30f9c45aa46bc97556a0f58c12d23ce3696da7d33ad1af67e1b
16:55:49 [2021-08-20T16:55:49.196Z] #51 DONE 0.2s
16:55:49 [2021-08-20T16:55:49.196Z] 
16:55:49 [2021-08-20T16:55:49.196Z] #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
16:55:49 [2021-08-20T16:55:49.196Z] #57 sha256:7b20a2d651c2337ff279a73b2e490b18980d43f0ce0ae50f2295b19f80629733
16:55:49 [2021-08-20T16:55:49.324Z] #20 20.82 0 upgraded, 49 newly installed, 0 to remove and 0 not upgraded.
16:55:49 [2021-08-20T16:55:49.324Z] #20 20.82 Need to get 28.6 MB of archives.
16:55:49 [2021-08-20T16:55:49.324Z] #20 20.82 After this operation, 116 MB of additional disk space will be used.
16:55:49 [2021-08-20T16:55:49.324Z] #20 20.82 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB]
16:55:49 [2021-08-20T16:55:49.324Z] #20 20.82 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u3 [589 kB]
16:55:49 [2021-08-20T16:55:49.324Z] #20 20.86 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u3 [1737 kB]
16:55:49 [2021-08-20T16:55:49.324Z] #20 20.96 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB]
16:55:49 [2021-08-20T16:55:49.324Z] #20 20.97 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB]
16:55:49 [2021-08-20T16:55:49.455Z] #57 ...
16:55:49 [2021-08-20T16:55:49.455Z] 
16:55:49 [2021-08-20T16:55:49.455Z] #53 [dev-systemd-false 20/25] COPY --from=shfmt         /build/ /usr/local/bin/
16:55:49 [2021-08-20T16:55:49.455Z] #53 sha256:f0487848539b6be08cef9378a18daab9ac855687987fb472684faf942f70e638
16:55:49 [2021-08-20T16:55:49.455Z] #53 DONE 0.1s
16:55:49 [2021-08-20T16:55:49.455Z] 
16:55:49 [2021-08-20T16:55:49.456Z] #55 [dev-systemd-false 21/25] COPY --from=runc          /build/ /usr/local/bin/
16:55:49 [2021-08-20T16:55:49.456Z] #55 sha256:967f1ef32628d4490d4c7b5027bc51739810f40e6121f36cf862461be2822391
16:55:49 [2021-08-20T16:55:49.456Z] #55 DONE 0.1s
16:55:49 [2021-08-20T16:55:49.456Z] 
16:55:49 [2021-08-20T16:55:49.456Z] #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
16:55:49 [2021-08-20T16:55:49.456Z] #57 sha256:7b20a2d651c2337ff279a73b2e490b18980d43f0ce0ae50f2295b19f80629733
16:55:49 [2021-08-20T16:55:49.546Z] #43 44.44 The following additional packages will be installed:
16:55:49 [2021-08-20T16:55:49.546Z] #43 44.46   cmake-data libarchive13 libjsoncpp1 librhash0 libuv1 xxd
16:55:49 [2021-08-20T16:55:49.546Z] #43 44.49 Suggested packages:
16:55:49 [2021-08-20T16:55:49.546Z] #43 44.49   cmake-doc ninja-build lrzip
16:55:49 [2021-08-20T16:55:49.546Z] #43 44.49 Recommended packages:
16:55:49 [2021-08-20T16:55:49.546Z] #43 44.49   vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny
16:55:49 [2021-08-20T16:55:49.581Z] #20 20.99 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u3 [1734 kB]
16:55:49 [2021-08-20T16:55:49.581Z] #20 21.11 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u3 [330 kB]
16:55:49 [2021-08-20T16:55:49.806Z] #43 ...
16:55:49 [2021-08-20T16:55:49.806Z] 
16:55:49 [2021-08-20T16:55:49.806Z] #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
16:55:49 [2021-08-20T16:55:49.806Z] #63 sha256:870ac01ecd08e3d30c60dcdb1c55ff001035559e36d991627ee9fb9300ead48e
16:55:49 [2021-08-20T16:55:49.806Z] #63 26.19 Reading package lists...
16:55:49 [2021-08-20T16:55:49.806Z] #63 34.99 Reading package lists...
16:55:49 [2021-08-20T16:55:49.806Z] #63 41.78 Building dependency tree...
16:55:49 [2021-08-20T16:55:49.806Z] #63 43.62 Reading state information...
16:55:49 [2021-08-20T16:55:49.806Z] #63 44.71 The following additional packages will be installed:
16:55:49 [2021-08-20T16:55:49.806Z] #63 44.72   libbtrfs0
16:55:49 [2021-08-20T16:55:49.837Z] #20 21.15 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB]
16:55:49 [2021-08-20T16:55:49.837Z] #20 21.15 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB]
16:55:49 [2021-08-20T16:55:49.837Z] #20 21.15 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB]
16:55:49 [2021-08-20T16:55:49.837Z] #20 21.15 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB]
16:55:49 [2021-08-20T16:55:49.837Z] #20 21.15 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB]
16:55:49 [2021-08-20T16:55:49.837Z] #20 21.17 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB]
16:55:49 [2021-08-20T16:55:49.838Z] #20 21.17 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB]
16:55:49 [2021-08-20T16:55:49.838Z] #20 21.18 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB]
16:55:49 [2021-08-20T16:55:49.838Z] #20 21.18 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB]
16:55:49 [2021-08-20T16:55:49.838Z] #20 21.22 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB]
16:55:49 [2021-08-20T16:55:49.838Z] #20 21.22 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB]
16:55:49 [2021-08-20T16:55:49.838Z] #20 21.24 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB]
16:55:49 [2021-08-20T16:55:49.838Z] #20 21.26 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB]
16:55:49 [2021-08-20T16:55:49.838Z] #20 21.26 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB]
16:55:49 [2021-08-20T16:55:49.838Z] #20 21.29 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB]
16:55:49 [2021-08-20T16:55:49.838Z] #20 21.32 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB]
16:55:49 [2021-08-20T16:55:49.838Z] #20 21.35 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB]
16:55:49 [2021-08-20T16:55:49.838Z] #20 21.35 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB]
16:55:49 [2021-08-20T16:55:49.838Z] #20 21.37 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB]
16:55:49 [2021-08-20T16:55:49.838Z] #20 21.37 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB]
16:55:49 [2021-08-20T16:55:49.838Z] #20 21.37 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB]
16:55:49 [2021-08-20T16:55:49.838Z] #20 21.37 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB]
16:55:50 [2021-08-20T16:55:50.064Z] #63 44.89 The following NEW packages will be installed:
16:55:50 [2021-08-20T16:55:50.064Z] #63 44.91   libbtrfs-dev libbtrfs0
16:55:50 [2021-08-20T16:55:50.064Z] #63 ...
16:55:50 [2021-08-20T16:55:50.064Z] 
16:55:50 [2021-08-20T16:55:50.064Z] #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
16:55:50 [2021-08-20T16:55:50.064Z] #43 sha256:ad956d3e5ecf4373b7dbba9e194184ccdbb2acf44b67c59650cf1a82587762de
16:55:50 [2021-08-20T16:55:50.064Z] #43 44.97 The following NEW packages will be installed:
16:55:50 [2021-08-20T16:55:50.064Z] #43 44.99   cmake cmake-data libarchive13 libjsoncpp1 librhash0 libuv1 vim-common xxd
16:55:50 [2021-08-20T16:55:50.323Z] #43 45.35 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded.
16:55:50 [2021-08-20T16:55:50.323Z] #43 45.35 Need to get 5913 kB of archives.
16:55:50 [2021-08-20T16:55:50.323Z] #43 45.35 After this operation, 27.4 MB of additional disk space will be used.
16:55:50 [2021-08-20T16:55:50.323Z] #43 45.35 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB]
16:55:50 [2021-08-20T16:55:50.323Z] #43 45.35 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB]
16:55:50 [2021-08-20T16:55:50.323Z] #43 45.35 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB]
16:55:50 [2021-08-20T16:55:50.323Z] #43 45.39 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB]
16:55:50 [2021-08-20T16:55:50.581Z] #43 45.40 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB]
16:55:50 [2021-08-20T16:55:50.581Z] #43 45.40 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB]
16:55:50 [2021-08-20T16:55:50.581Z] #43 45.41 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 libuv1 amd64 1.24.1-1+deb10u1 [110 kB]
16:55:50 [2021-08-20T16:55:50.581Z] #43 45.41 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB]
16:55:50 [2021-08-20T16:55:50.767Z] #20 21.96 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
16:55:50 [2021-08-20T16:55:50.767Z] #20 21.98 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB]
16:55:50 [2021-08-20T16:55:50.767Z] #20 21.98 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB]
16:55:50 [2021-08-20T16:55:50.767Z] #20 21.98 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB]
16:55:50 [2021-08-20T16:55:50.767Z] #20 21.98 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB]
16:55:50 [2021-08-20T16:55:50.767Z] #20 22.02 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 patch amd64 2.7.6-3+deb10u1 [126 kB]
16:55:50 [2021-08-20T16:55:50.767Z] #20 22.02 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB]
16:55:50 [2021-08-20T16:55:50.767Z] #20 22.13 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB]
16:55:50 [2021-08-20T16:55:50.767Z] #20 22.13 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB]
16:55:50 [2021-08-20T16:55:50.767Z] #20 22.16 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB]
16:55:50 [2021-08-20T16:55:50.767Z] #20 22.17 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB]
16:55:50 [2021-08-20T16:55:50.767Z] #20 22.17 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB]
16:55:50 [2021-08-20T16:55:50.767Z] #20 22.20 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB]
16:55:50 [2021-08-20T16:55:50.767Z] #20 22.20 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u3 [1244 kB]
16:55:50 [2021-08-20T16:55:50.767Z] #20 22.33 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB]
16:55:50 [2021-08-20T16:55:50.767Z] #20 22.35 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB]
16:55:50 [2021-08-20T16:55:50.767Z] #20 22.36 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB]
16:55:51 [2021-08-20T16:55:51.149Z] #43 46.01 debconf: delaying package configuration, since apt-utils is not installed
16:55:51 [2021-08-20T16:55:51.149Z] #43 46.22 Fetched 5913 kB in 0s (13.4 MB/s)
16:55:51 [2021-08-20T16:55:51.256Z] DEBUG: print all environment variables to check how Jenkins runs this script
16:55:51 [2021-08-20T16:55:51.256Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-d7ae1d0d\powershellScript.ps1'; exit $LASTEXITCODE;
16:55:51 [2021-08-20T16:55:51.256Z] ----------------------------------------------------------------------------
16:55:51 [2021-08-20T16:55:51.256Z] 
16:55:51 [2021-08-20T16:55:51.256Z] INFO: executeCI.ps1 starting at Fri Aug 20 16:55:51 CUT 2021
16:55:51 [2021-08-20T16:55:51.256Z] 
16:55:51 [2021-08-20T16:55:51.256Z] INFO: Script version 05-Feb-2019 09:03 PDT
16:55:51 [2021-08-20T16:55:51.256Z] INFO: Running git version 2.24.1.windows.2
16:55:51 [2021-08-20T16:55:51.256Z] INFO: Branch:fe_release Build:20348.1.210507-1500
16:55:51 [2021-08-20T16:55:51.256Z] INFO: Environment variables:
16:55:51 [2021-08-20T16:55:51.256Z] 
16:55:51 [2021-08-20T16:55:51.256Z] Name                           Value                                                                                   
16:55:51 [2021-08-20T16:55:51.256Z] ----                           -----                                                                                   
16:55:51 [2021-08-20T16:55:51.256Z] ALLUSERSPROFILE                C:\ProgramData                                                                          
16:55:51 [2021-08-20T16:55:51.256Z] APPDATA                        C:\Windows\system32\config\systemprofile\AppData\Roaming                                
16:55:51 [2021-08-20T16:55:51.256Z] APT_MIRROR                     cdn-fastly.deb.debian.org                                                               
16:55:51 [2021-08-20T16:55:51.256Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.12                     
16:55:51 [2021-08-20T16:55:51.256Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}]                                    
16:55:51 [2021-08-20T16:55:51.256Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.12                                                                                 
16:55:51 [2021-08-20T16:55:51.256Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN                                                                                 
16:55:51 [2021-08-20T16:55:51.256Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16                                                                           
16:55:51 [2021-08-20T16:55:51.256Z] BRANCH_NAME                    PR-42765                                                                                
16:55:51 [2021-08-20T16:55:51.331Z] #20 22.82 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB]
16:55:51 [2021-08-20T16:55:51.408Z] #43 46.28 Selecting previously unselected package xxd.
16:55:51 [2021-08-20T16:55:51.408Z] #43 46.28 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 29521 files and directories currently installed.)
16:55:51 [2021-08-20T16:55:51.408Z] #43 46.31 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ...
16:55:51 [2021-08-20T16:55:51.408Z] #43 46.35 Unpacking xxd (2:8.1.0875-5) ...
16:55:51 [2021-08-20T16:55:51.408Z] #43 46.45 Selecting previously unselected package vim-common.
16:55:51 [2021-08-20T16:55:51.408Z] #43 46.45 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ...
16:55:51 [2021-08-20T16:55:51.588Z] #20 22.91 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB]
16:55:51 [2021-08-20T16:55:51.588Z] #20 22.95 Get:49 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB]
16:55:51 [2021-08-20T16:55:51.668Z] #43 46.47 Unpacking vim-common (2:8.1.0875-5) ...
16:55:51 [2021-08-20T16:55:51.668Z] #43 46.61 Selecting previously unselected package cmake-data.#43 ...
16:55:51 [2021-08-20T16:55:51.668Z] 
16:55:51 [2021-08-20T16:55:51.668Z] #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
16:55:51 [2021-08-20T16:55:51.668Z] #63 sha256:870ac01ecd08e3d30c60dcdb1c55ff001035559e36d991627ee9fb9300ead48e
16:55:51 [2021-08-20T16:55:51.668Z] #63 45.30 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
16:55:51 [2021-08-20T16:55:51.668Z] #63 45.30 Need to get 119 kB of archives.
16:55:51 [2021-08-20T16:55:51.668Z] #63 45.30 After this operation, 387 kB of additional disk space will be used.
16:55:51 [2021-08-20T16:55:51.668Z] #63 45.30 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB]
16:55:51 [2021-08-20T16:55:51.668Z] #63 45.31 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB]
16:55:51 [2021-08-20T16:55:51.668Z] #63 45.87 debconf: delaying package configuration, since apt-utils is not installed
16:55:51 [2021-08-20T16:55:51.668Z] #63 46.09 Fetched 119 kB in 0s (442 kB/s)
16:55:51 [2021-08-20T16:55:51.668Z] #63 46.17 Selecting previously unselected package libbtrfs0.
16:55:51 [2021-08-20T16:55:51.668Z] #63 46.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 ... 29521 files and directories currently installed.)
16:55:51 [2021-08-20T16:55:51.668Z] #63 46.19 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ...
16:55:51 [2021-08-20T16:55:51.668Z] #63 46.21 Unpacking libbtrfs0 (4.20.1-2) ...
16:55:51 [2021-08-20T16:55:51.668Z] #63 46.24 Selecting previously unselected package libbtrfs-dev.
16:55:51 [2021-08-20T16:55:51.668Z] #63 46.24 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ...
16:55:51 [2021-08-20T16:55:51.668Z] #63 46.26 Unpacking libbtrfs-dev (4.20.1-2) ...
16:55:51 [2021-08-20T16:55:51.668Z] #63 46.40 Setting up libbtrfs0 (4.20.1-2) ...
16:55:51 [2021-08-20T16:55:51.668Z] #63 46.43 Setting up libbtrfs-dev (4.20.1-2) ...
16:55:51 [2021-08-20T16:55:51.668Z] #63 46.46 Processing triggers for libc-bin (2.28-10) ...
16:55:51 [2021-08-20T16:55:51.668Z] #63 DONE 46.7s
16:55:51 [2021-08-20T16:55:51.668Z] 
16:55:51 [2021-08-20T16:55:51.668Z] #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
16:55:51 [2021-08-20T16:55:51.668Z] #43 sha256:ad956d3e5ecf4373b7dbba9e194184ccdbb2acf44b67c59650cf1a82587762de
16:55:51 [2021-08-20T16:55:51.668Z] #43 46.61 Selecting previously unselected package cmake-data.
16:55:51 [2021-08-20T16:55:51.668Z] #43 46.62 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ...
16:55:51 [2021-08-20T16:55:51.668Z] #43 46.62 Unpacking cmake-data (3.13.4-1) ...
16:55:51 [2021-08-20T16:55:51.713Z] BUILD_DISPLAY_NAME             #2                                                                                      
16:55:51 [2021-08-20T16:55:51.713Z] BUILD_ID                       2                                                                                       
16:55:51 [2021-08-20T16:55:51.713Z] BUILD_NUMBER                   2                                                                                       
16:55:51 [2021-08-20T16:55:51.713Z] BUILD_TAG                      jenkins-moby-PR-42765-2                                                                 
16:55:51 [2021-08-20T16:55:51.713Z] BUILD_URL                      https://ci-next.docker.com/public/job/moby/job/PR-42765/2/                              
16:55:51 [2021-08-20T16:55:51.713Z] CHANGE_AUTHOR                  thaJeztah                                                                               
16:55:51 [2021-08-20T16:55:51.713Z] CHANGE_AUTHOR_DISPLAY_NAME     Sebastiaan van Stijn                                                                    
16:55:51 [2021-08-20T16:55:51.713Z] CHANGE_BRANCH                  windows_2022_ltsc                                                                       
16:55:51 [2021-08-20T16:55:51.713Z] CHANGE_FORK                    thaJeztah/docker                                                                        
16:55:51 [2021-08-20T16:55:51.713Z] CHANGE_ID                      42765                                                                                   
16:55:51 [2021-08-20T16:55:51.713Z] CHANGE_TARGET                  master                                                                                  
16:55:51 [2021-08-20T16:55:51.713Z] CHANGE_TITLE                   Jenkinsfile: windows 2022 LTSC mcr.microsoft.com/windows/servercore:ltsc2022            
16:55:51 [2021-08-20T16:55:51.713Z] CHANGE_URL                     https://github.com/moby/moby/pull/42765                                                 
16:55:51 [2021-08-20T16:55:51.713Z] CHECK_CONFIG_COMMIT            2b0755b936416834e14208c6c37b36977e67ea35                                                
16:55:51 [2021-08-20T16:55:51.713Z] CommonProgramFiles             C:\Program Files\Common Files                                                           
16:55:51 [2021-08-20T16:55:51.713Z] CommonProgramFiles(x86)        C:\Program Files (x86)\Common Files                                                     
16:55:51 [2021-08-20T16:55:51.713Z] CommonProgramW6432             C:\Program Files\Common Files                                                           
16:55:51 [2021-08-20T16:55:51.713Z] COMPUTERNAME                   azwin-2-6f5e20                                                                          
16:55:51 [2021-08-20T16:55:51.713Z] ComSpec                        C:\Windows\system32\cmd.exe                                                             
16:55:51 [2021-08-20T16:55:51.713Z] ConfigSequenceNumber           0                                                                                       
16:55:51 [2021-08-20T16:55:51.713Z] DOCKER_BUILDKIT                0                                                                                       
16:55:51 [2021-08-20T16:55:51.713Z] DOCKER_DUT_DEBUG               1                                                                                       
16:55:51 [2021-08-20T16:55:51.713Z] DOCKER_EXPERIMENTAL            1                                                                                       
16:55:51 [2021-08-20T16:55:51.713Z] DOCKER_GRAPHDRIVER             overlay2                                                                                
16:55:51 [2021-08-20T16:55:51.713Z] DOCKER_WINDOWS_CONTAINERD_R... 1                                                                                       
16:55:51 [2021-08-20T16:55:51.713Z] DriverData                     C:\Windows\System32\Drivers\DriverData                                                  
16:55:51 [2021-08-20T16:55:51.713Z] EXECUTOR_NUMBER                0                                                                                       
16:55:51 [2021-08-20T16:55:51.713Z] FQDN                           azwin-2-6f5e20.westus.cloudapp.azure.com                                                
16:55:51 [2021-08-20T16:55:51.713Z] GIT_BRANCH                     PR-42765                                                                                
16:55:51 [2021-08-20T16:55:51.713Z] GIT_COMMIT                     57d5e286260cddf8b0d75e8c5c3a32635193984b                                                
16:55:51 [2021-08-20T16:55:51.713Z] GIT_PREVIOUS_COMMIT            d7abbd01ebf9a77dcfea00f71c1266a7cc7730a8                                                
16:55:51 [2021-08-20T16:55:51.713Z] GIT_PREVIOUS_SUCCESSFUL_COMMIT d7abbd01ebf9a77dcfea00f71c1266a7cc7730a8                                                
16:55:51 [2021-08-20T16:55:51.713Z] GIT_URL                        https://github.com/moby/moby.git                                                        
16:55:51 [2021-08-20T16:55:51.713Z] HUDSON_COOKIE                  ab5e8c3f-a074-4d58-91f1-21f8651ce8ea                                                    
16:55:51 [2021-08-20T16:55:51.713Z] HUDSON_HOME                    /var/cloudbees-jenkins-distribution                                                     
16:55:51 [2021-08-20T16:55:51.713Z] HUDSON_SERVER_COOKIE           aaf6decb76ababb5                                                                        
16:55:51 [2021-08-20T16:55:51.713Z] HUDSON_URL                     https://ci-next.docker.com/public/                                                      
16:55:51 [2021-08-20T16:55:51.713Z] JAVA_HOME                      C:\java-1.8.0-openjdk-1.8.0.302-1.b08.ojdkbuild.windows.x86_64                          
16:55:51 [2021-08-20T16:55:51.713Z] JENKINS_HOME                   /var/cloudbees-jenkins-distribution                                                     
16:55:51 [2021-08-20T16:55:51.713Z] JENKINS_NODE_COOKIE            d9257e6f-f2bc-4b57-8f6f-c186b87567e2                                                    
16:55:51 [2021-08-20T16:55:51.713Z] JENKINS_SERVER_COOKIE          durable-2f56e31ca5b2498536d5dc93c29eccaf                                                
16:55:51 [2021-08-20T16:55:51.713Z] JENKINS_URL                    https://ci-next.docker.com/public/                                                      
16:55:51 [2021-08-20T16:55:51.713Z] JOB_BASE_NAME                  PR-42765                                                                                
16:55:51 [2021-08-20T16:55:51.713Z] JOB_DISPLAY_URL                https://ci-next.docker.com/public/job/moby/job/PR-42765/display/redirect                
16:55:51 [2021-08-20T16:55:51.713Z] JOB_NAME                       moby/PR-42765                                                                           
16:55:51 [2021-08-20T16:55:51.713Z] JOB_URL                        https://ci-next.docker.com/public/job/moby/job/PR-42765/                                
16:55:51 [2021-08-20T16:55:51.713Z] library.jps.version            master                                                                                  
16:55:51 [2021-08-20T16:55:51.713Z] LOCALAPPDATA                   C:\Windows\system32\config\systemprofile\AppData\Local                                  
16:55:51 [2021-08-20T16:55:51.713Z] NODE_LABELS                    amd64 azure azwin-2-6f5e20 azwin-2022 docker west-us windows windows-2022 x86_64        
16:55:51 [2021-08-20T16:55:51.713Z] NODE_NAME                      azwin-2-6f5e20                                                                          
16:55:51 [2021-08-20T16:55:51.713Z] NUMBER_OF_PROCESSORS           4                                                                                       
16:55:51 [2021-08-20T16:55:51.713Z] OS                             Windows_NT                                                                              
16:55:51 [2021-08-20T16:55:51.713Z] Path                           C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo...
16:55:51 [2021-08-20T16:55:51.713Z] PATHEXT                        .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL                              
16:55:51 [2021-08-20T16:55:51.713Z] PROCESSOR_ARCHITECTURE         AMD64                                                                                   
16:55:51 [2021-08-20T16:55:51.713Z] PROCESSOR_IDENTIFIER           Intel64 Family 6 Model 79 Stepping 1, GenuineIntel                                      
16:55:51 [2021-08-20T16:55:51.713Z] PROCESSOR_LEVEL                6                                                                                       
16:55:51 [2021-08-20T16:55:51.713Z] PROCESSOR_REVISION             4f01                                                                                    
16:55:51 [2021-08-20T16:55:51.713Z] ProgramData                    C:\ProgramData                                                                          
16:55:51 [2021-08-20T16:55:51.713Z] ProgramFiles                   C:\Program Files                                                                        
16:55:51 [2021-08-20T16:55:51.713Z] ProgramFiles(x86)              C:\Program Files (x86)                                                                  
16:55:51 [2021-08-20T16:55:51.713Z] ProgramW6432                   C:\Program Files                                                                        
16:55:51 [2021-08-20T16:55:51.713Z] PROMPT                         $P$G                                                                                    
16:55:51 [2021-08-20T16:55:51.713Z] PSExecutionPolicyPreference    Bypass                                                                                  
16:55:51 [2021-08-20T16:55:51.713Z] PSModulePath                   WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste...
16:55:51 [2021-08-20T16:55:51.713Z] PUBLIC                         C:\Users\Public                                                                         
16:55:51 [2021-08-20T16:55:51.713Z] RUN_ARTIFACTS_DISPLAY_URL      https://ci-next.docker.com/public/job/moby/job/PR-42765/2/display/redirect?page=artif...
16:55:51 [2021-08-20T16:55:51.713Z] RUN_CHANGES_DISPLAY_URL        https://ci-next.docker.com/public/job/moby/job/PR-42765/2/display/redirect?page=changes 
16:55:51 [2021-08-20T16:55:51.713Z] RUN_DISPLAY_URL                https://ci-next.docker.com/public/job/moby/job/PR-42765/2/display/redirect              
16:55:51 [2021-08-20T16:55:51.713Z] RUN_TESTS_DISPLAY_URL          https://ci-next.docker.com/public/job/moby/job/PR-42765/2/display/redirect?page=tests   
16:55:51 [2021-08-20T16:55:51.713Z] SKIP_VALIDATION_TESTS          1                                                                                       
16:55:51 [2021-08-20T16:55:51.713Z] SOURCES_DRIVE                  d                                                                                       
16:55:51 [2021-08-20T16:55:51.713Z] SOURCES_SUBDIR                 gopath                                                                                  
16:55:51 [2021-08-20T16:55:51.713Z] STAGE_NAME                     Run tests                                                                               
16:55:51 [2021-08-20T16:55:51.713Z] SystemDrive                    C:                                                                                      
16:55:51 [2021-08-20T16:55:51.713Z] SystemRoot                     C:\Windows                                                                              
16:55:51 [2021-08-20T16:55:51.713Z] TEMP                           C:\Windows\TEMP                                                                         
16:55:51 [2021-08-20T16:55:51.713Z] TESTDEBUG                      0                                                                                       
16:55:51 [2021-08-20T16:55:51.713Z] TESTRUN_DRIVE                  d                                                                                       
16:55:51 [2021-08-20T16:55:51.714Z] TESTRUN_SUBDIR                 CI                                                                                      
16:55:51 [2021-08-20T16:55:51.714Z] TIMEOUT                        120m                                                                                    
16:55:51 [2021-08-20T16:55:51.714Z] TMP                            C:\Windows\TEMP                                                                         
16:55:51 [2021-08-20T16:55:51.714Z] USERDOMAIN                     WORKGROUP                                                                               
16:55:51 [2021-08-20T16:55:51.714Z] USERNAME                       azwin-2-6f5e20$                                                                         
16:55:51 [2021-08-20T16:55:51.714Z] USERPROFILE                    C:\Windows\system32\config\systemprofile                                                
16:55:51 [2021-08-20T16:55:51.714Z] windir                         C:\Windows                                                                              
16:55:51 [2021-08-20T16:55:51.714Z] WINDOWS_BASE_IMAGE             mcr.microsoft.com/windows/servercore                                                    
16:55:51 [2021-08-20T16:55:51.714Z] WINDOWS_BASE_IMAGE_TAG         ltsc2022                                                                                
16:55:51 [2021-08-20T16:55:51.714Z] WORKSPACE                      d:\gopath\src\github.com\docker\docker                                                  
16:55:51 [2021-08-20T16:55:51.714Z] WORKSPACE_TMP                  d:\gopath\src\github.com\docker\docker@tmp                                              
16:55:51 [2021-08-20T16:55:51.714Z] 
16:55:51 [2021-08-20T16:55:51.714Z] 
16:55:51 [2021-08-20T16:55:51.714Z] 
16:55:51 [2021-08-20T16:55:51.714Z] INFO: Sources under d:\gopath\...
16:55:51 [2021-08-20T16:55:51.714Z] INFO: Test run under d:\CI\...
16:55:51 [2021-08-20T16:55:51.714Z] INFO: Running in D:\gopath\src\github.com\docker\docker
16:55:51 [2021-08-20T16:55:51.714Z] INFO: docker/docker repository was found
16:55:51 [2021-08-20T16:55:51.845Z] #20 23.44 debconf: delaying package configuration, since apt-utils is not installed
16:55:52 [2021-08-20T16:55:52.102Z] #20 23.53 Fetched 28.6 MB in 2s (11.8 MB/s)
16:55:52 [2021-08-20T16:55:52.102Z] #20 23.58 Selecting previously unselected package pigz.
16:55:52 [2021-08-20T16:55:52.102Z] #20 23.58 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 23446 files and directories currently installed.)
16:55:52 [2021-08-20T16:55:52.102Z] #20 23.62 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ...
16:55:52 [2021-08-20T16:55:52.102Z] #20 23.62 Unpacking pigz (2.4-1) ...
16:55:52 [2021-08-20T16:55:52.102Z] #20 23.71 Selecting previously unselected package libpython3.7-minimal:amd64.
16:55:52 [2021-08-20T16:55:52.173Z] INFO: Image microsoft/windowsservercore:latest is already loaded in the control daemon
16:55:52 [2021-08-20T16:55:52.173Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.20348.1'
16:55:52 [2021-08-20T16:55:52.173Z] INFO: Docker version of control daemon
16:55:52 [2021-08-20T16:55:52.173Z] 
16:55:52 [2021-08-20T16:55:52.173Z] Client:
16:55:52 [2021-08-20T16:55:52.173Z]  Version:           20.10.8
16:55:52 [2021-08-20T16:55:52.174Z]  API version:       1.41
16:55:52 [2021-08-20T16:55:52.174Z]  Go version:        go1.16.6
16:55:52 [2021-08-20T16:55:52.174Z]  Git commit:        3967b7d
16:55:52 [2021-08-20T16:55:52.174Z]  Built:             Fri Jul 30 19:58:50 2021
16:55:52 [2021-08-20T16:55:52.174Z]  OS/Arch:           windows/amd64
16:55:52 [2021-08-20T16:55:52.174Z]  Context:           default
16:55:52 [2021-08-20T16:55:52.174Z]  Experimental:      true
16:55:52 [2021-08-20T16:55:52.174Z] 
16:55:52 [2021-08-20T16:55:52.174Z] Server: Docker Engine - Community
16:55:52 [2021-08-20T16:55:52.174Z]  Engine:
16:55:52 [2021-08-20T16:55:52.174Z]   Version:          20.10.8
16:55:52 [2021-08-20T16:55:52.174Z]   API version:      1.41 (minimum version 1.24)
16:55:52 [2021-08-20T16:55:52.174Z]   Go version:       go1.16.6
16:55:52 [2021-08-20T16:55:52.174Z]   Git commit:       75249d8
16:55:52 [2021-08-20T16:55:52.174Z]   Built:            Fri Jul 30 19:54:29 2021
16:55:52 [2021-08-20T16:55:52.174Z]   OS/Arch:          windows/amd64
16:55:52 [2021-08-20T16:55:52.174Z]   Experimental:     true
16:55:52 [2021-08-20T16:55:52.174Z] 
16:55:52 [2021-08-20T16:55:52.174Z] INFO: Docker info of control daemon
16:55:52 [2021-08-20T16:55:52.174Z] 
16:55:52 [2021-08-20T16:55:52.174Z] Client:
16:55:52 [2021-08-20T16:55:52.174Z]  Context:    default
16:55:52 [2021-08-20T16:55:52.174Z]  Debug Mode: false
16:55:52 [2021-08-20T16:55:52.174Z] 
16:55:52 [2021-08-20T16:55:52.174Z] Server:
16:55:52 [2021-08-20T16:55:52.174Z]  Containers: 0
16:55:52 [2021-08-20T16:55:52.174Z]   Running: 0
16:55:52 [2021-08-20T16:55:52.174Z]   Paused: 0
16:55:52 [2021-08-20T16:55:52.174Z]   Stopped: 0
16:55:52 [2021-08-20T16:55:52.174Z]  Images: 10
16:55:52 [2021-08-20T16:55:52.174Z]  Server Version: 20.10.8
16:55:52 [2021-08-20T16:55:52.174Z]  Storage Driver: windowsfilter (windows) lcow (linux)
16:55:52 [2021-08-20T16:55:52.174Z]   Windows: 
16:55:52 [2021-08-20T16:55:52.174Z]   LCOW: 
16:55:52 [2021-08-20T16:55:52.174Z]  Logging Driver: json-file
16:55:52 [2021-08-20T16:55:52.174Z]  Plugins:
16:55:52 [2021-08-20T16:55:52.174Z]   Volume: local
16:55:52 [2021-08-20T16:55:52.174Z]   Network: ics internal l2bridge l2tunnel nat null overlay private transparent
16:55:52 [2021-08-20T16:55:52.174Z]   Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog
16:55:52 [2021-08-20T16:55:52.174Z]  Swarm: inactive
16:55:52 [2021-08-20T16:55:52.174Z]  Default Isolation: process
16:55:52 [2021-08-20T16:55:52.174Z]  Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500)
16:55:52 [2021-08-20T16:55:52.174Z]  Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.169)
16:55:52 [2021-08-20T16:55:52.174Z]  OSType: windows
16:55:52 [2021-08-20T16:55:52.174Z]  Architecture: x86_64
16:55:52 [2021-08-20T16:55:52.174Z]  CPUs: 4
16:55:52 [2021-08-20T16:55:52.174Z]  Total Memory: 32GiB
16:55:52 [2021-08-20T16:55:52.174Z]  Name: azwin-2-6f5e20
16:55:52 [2021-08-20T16:55:52.174Z]  ID: IZDY:S4YB:5XRY:IF4H:5UNK:3VIE:VJMV:FD3Q:73SO:QIKD:XA3T:57CT
16:55:52 [2021-08-20T16:55:52.174Z]  Docker Root Dir: D:\docker
16:55:52 [2021-08-20T16:55:52.174Z]  Debug Mode: false
16:55:52 [2021-08-20T16:55:52.174Z]  Registry: https://index.docker.io/v1/
16:55:52 [2021-08-20T16:55:52.174Z]  Labels:
16:55:52 [2021-08-20T16:55:52.174Z]  Experimental: true
16:55:52 [2021-08-20T16:55:52.174Z]  Insecure Registries:
16:55:52 [2021-08-20T16:55:52.174Z]   10.0.0.4:5000
16:55:52 [2021-08-20T16:55:52.174Z]   127.0.0.0/8
16:55:52 [2021-08-20T16:55:52.174Z]  Registry Mirrors:
16:55:52 [2021-08-20T16:55:52.174Z]   http://10.0.0.4:5000/
16:55:52 [2021-08-20T16:55:52.174Z]  Live Restore Enabled: false
16:55:52 [2021-08-20T16:55:52.174Z]  Product License: Community Engine
16:55:52 [2021-08-20T16:55:52.174Z] 
16:55:52 [2021-08-20T16:55:52.174Z] 
16:55:52 [2021-08-20T16:55:52.174Z] INFO: Commit hash is 57d5e28626
16:55:52 [2021-08-20T16:55:52.174Z] INFO: Nuke-Everything...
16:55:52 [2021-08-20T16:55:52.360Z] #20 23.71 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_amd64.deb ...
16:55:52 [2021-08-20T16:55:52.360Z] #20 23.72 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ...
16:55:52 [2021-08-20T16:55:52.607Z] #43 47.40 Selecting previously unselected package libarchive13:amd64.
16:55:52 [2021-08-20T16:55:52.607Z] #43 47.40 Preparing to unpack .../3-libarchive13_3.3.3-4+deb10u1_amd64.deb ...
16:55:52 [2021-08-20T16:55:52.607Z] #43 47.42 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ...
16:55:52 [2021-08-20T16:55:52.607Z] #43 47.59 Selecting previously unselected package libjsoncpp1:amd64.
16:55:52 [2021-08-20T16:55:52.607Z] #43 47.60 Preparing to unpack .../4-libjsoncpp1_1.7.4-3_amd64.deb ...
16:55:52 [2021-08-20T16:55:52.607Z] #43 47.61 Unpacking libjsoncpp1:amd64 (1.7.4-3) ...
16:55:52 [2021-08-20T16:55:52.620Z] #20 24.08 Selecting previously unselected package python3.7-minimal.
16:55:52 [2021-08-20T16:55:52.620Z] #20 24.09 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_amd64.deb ...
16:55:52 [2021-08-20T16:55:52.620Z] #20 24.10 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ...
16:55:52 [2021-08-20T16:55:52.630Z] INFO: Container count on control daemon to delete is 0
16:55:52 [2021-08-20T16:55:52.630Z] INFO: Nuking d:\CI
16:55:52 [2021-08-20T16:55:52.630Z] INFO: Zapped successfully
16:55:52 [2021-08-20T16:55:52.866Z] #43 47.68 Selecting previously unselected package librhash0:amd64.
16:55:52 [2021-08-20T16:55:52.866Z] #43 47.69 Preparing to unpack .../5-librhash0_1.3.8-1_amd64.deb ...
16:55:52 [2021-08-20T16:55:52.866Z] #43 47.69 Unpacking librhash0:amd64 (1.3.8-1) ...
16:55:52 [2021-08-20T16:55:52.866Z] #43 47.75 Selecting previously unselected package libuv1:amd64.
16:55:52 [2021-08-20T16:55:52.866Z] #43 47.76 Preparing to unpack .../6-libuv1_1.24.1-1+deb10u1_amd64.deb ...
16:55:52 [2021-08-20T16:55:52.866Z] #43 47.76 Unpacking libuv1:amd64 (1.24.1-1+deb10u1) ...
16:55:52 [2021-08-20T16:55:52.866Z] #43 47.80 Selecting previously unselected package cmake.
16:55:52 [2021-08-20T16:55:52.866Z] #43 47.81 Preparing to unpack .../7-cmake_3.13.4-1_amd64.deb ...
16:55:52 [2021-08-20T16:55:52.866Z] #43 47.81 Unpacking cmake (3.13.4-1) ...
16:55:53 [2021-08-20T16:55:53.089Z] INFO: Location for testing is d:\CI\PR-42765\2
16:55:53 [2021-08-20T16:55:53.090Z] INFO: Validating GOLang consistency in Dockerfile.windows...
16:55:53 [2021-08-20T16:55:53.090Z] 
16:55:53 [2021-08-20T16:55:53.090Z] 
16:55:53 [2021-08-20T16:55:53.090Z] INFO: Building the image from Dockerfile.windows at 08/20/2021 16:55:52...
16:55:53 [2021-08-20T16:55:53.090Z] 
16:55:53 [2021-08-20T16:55:53.321Z] #22 9.032   Downloading https://files.pythonhosted.org/packages/50/a1/9093baeb2545d43c22bbcc98c94b926d324598b50e196b492b0882dcb465/yamllint-1.26.1.tar.gz (126kB)
16:55:53 [2021-08-20T16:55:53.321Z] #22 ...
16:55:53 [2021-08-20T16:55:53.321Z] 
16:55:53 [2021-08-20T16:55:53.321Z] #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
16:55:53 [2021-08-20T16:55:53.321Z] #57 sha256:4e3612f4ce5a544d960725d8fca2a4a91f8e24df5eddd1b700d60eae6996f27e
16:55:53 [2021-08-20T16:55:53.321Z] #57 100.5 + bin/containerd
16:55:53 [2021-08-20T16:55:53.435Z] #43 48.45 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ...
16:55:53 [2021-08-20T16:55:53.435Z] #43 48.47 Setting up xxd (2:8.1.0875-5) ...
16:55:53 [2021-08-20T16:55:53.435Z] #43 48.49 Setting up libuv1:amd64 (1.24.1-1+deb10u1) ...
16:55:53 [2021-08-20T16:55:53.435Z] #43 48.50 Setting up vim-common (2:8.1.0875-5) ...
16:55:53 [2021-08-20T16:55:53.435Z] #43 48.53 Setting up librhash0:amd64 (1.3.8-1) ...
16:55:53 [2021-08-20T16:55:53.435Z] #43 48.54 Setting up cmake-data (3.13.4-1) ...
16:55:53 [2021-08-20T16:55:53.435Z] #43 48.56 Setting up libjsoncpp1:amd64 (1.7.4-3) ...
16:55:53 [2021-08-20T16:55:53.552Z] #20 24.83 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ...
16:55:53 [2021-08-20T16:55:53.552Z] #20 24.85 Setting up python3.7-minimal (3.7.3-2+deb10u3) ...
16:55:53 [2021-08-20T16:55:53.694Z] #43 48.58 Setting up cmake (3.13.4-1) ...
16:55:53 [2021-08-20T16:55:53.694Z] #43 48.59 Processing triggers for libc-bin (2.28-10) ...
16:55:53 [2021-08-20T16:55:53.694Z] #43 48.68 Processing triggers for mime-support (3.62) ...
16:55:53 [2021-08-20T16:55:53.896Z] #57 ...
16:55:53 [2021-08-20T16:55:53.896Z] 
16:55:53 [2021-08-20T16:55:53.896Z] #22 [dev-systemd-false  9/25] RUN pip3 install yamllint==1.26.1
16:55:53 [2021-08-20T16:55:53.896Z] #22 sha256:8b01ac923bd76447fbd7f440bc50081acf6a29ace1356c1bd28b48615a75ec62
16:55:53 [2021-08-20T16:55:53.896Z] #22 9.893 Collecting pathspec>=0.5.3 (from yamllint==1.26.1)
16:55:53 [2021-08-20T16:55:53.896Z] #22 9.930   Downloading https://files.pythonhosted.org/packages/42/ba/a9d64c7bcbc7e3e8e5f93a52721b377e994c22d16196e2b0f1236774353a/pathspec-0.9.0-py2.py3-none-any.whl
16:55:53 [2021-08-20T16:55:53.896Z] #22 9.978 Collecting pyyaml (from yamllint==1.26.1)
16:55:54 [2021-08-20T16:55:54.158Z] #22 10.15   Downloading https://files.pythonhosted.org/packages/a0/a4/d63f2d7597e1a4b55aa3b4d6c5b029991d3b824b5bd331af8d4ab1ed687d/PyYAML-5.4.1.tar.gz (175kB)
16:55:54 [2021-08-20T16:55:54.637Z] #43 DONE 49.3s
16:55:54 [2021-08-20T16:55:54.637Z] 
16:55:54 [2021-08-20T16:55:54.637Z] #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
16:55:54 [2021-08-20T16:55:54.637Z] #44 sha256:3619a08b7f1b0c39a37876ddfa0ef0c1b4a553d43799ecca511ea3b1a7fb169c
16:55:54 [2021-08-20T16:55:54.733Z] #22 10.69   Installing build dependencies: started
16:55:54 [2021-08-20T16:55:54.922Z] #20 26.39 Selecting previously unselected package python3-minimal.
16:55:54 [2021-08-20T16:55:54.922Z] #20 26.39 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 23695 files and directories currently installed.)
16:55:54 [2021-08-20T16:55:54.922Z] #20 26.42 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ...
16:55:54 [2021-08-20T16:55:54.922Z] #20 26.44 Unpacking python3-minimal (3.7.3-1) ...
16:55:54 [2021-08-20T16:55:54.922Z] #20 26.50 Selecting previously unselected package libmpdec2:amd64.
16:55:55 [2021-08-20T16:55:55.179Z] #20 26.51 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ...
16:55:55 [2021-08-20T16:55:55.179Z] #20 26.52 Unpacking libmpdec2:amd64 (2.4.2-2) ...
16:55:55 [2021-08-20T16:55:55.179Z] #20 26.62 Selecting previously unselected package libpython3.7-stdlib:amd64.
16:55:55 [2021-08-20T16:55:55.179Z] #20 26.62 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u3_amd64.deb ...
16:55:55 [2021-08-20T16:55:55.179Z] #20 26.63 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ...
16:55:55 [2021-08-20T16:55:55.508Z] Fetching without tags
16:55:55 [2021-08-20T16:55:55.578Z] #44 1.079 + RM_GOPATH=0
16:55:55 [2021-08-20T16:55:55.578Z] #44 1.081 + TMP_GOPATH=
16:55:55 [2021-08-20T16:55:55.578Z] #44 1.081 + : /build
16:55:55 [2021-08-20T16:55:55.578Z] #44 1.081 + '[' -z '' ']'
16:55:55 [2021-08-20T16:55:55.578Z] #44 1.082 ++ mktemp -d
16:55:55 [2021-08-20T16:55:55.578Z] #44 1.085 + export GOPATH=/tmp/tmp.uh5BzpB744
16:55:55 [2021-08-20T16:55:55.578Z] #44 1.085 + GOPATH=/tmp/tmp.uh5BzpB744
16:55:55 [2021-08-20T16:55:55.578Z] #44 1.085 + RM_GOPATH=1
16:55:55 [2021-08-20T16:55:55.578Z] #44 1.085 + case "$(go env GOARCH)" in
16:55:55 [2021-08-20T16:55:55.578Z] #44 1.086 ++ go env GOARCH
16:55:55 [2021-08-20T16:55:55.578Z] #44 1.104 + export GO_BUILDMODE=-buildmode=pie
16:55:55 [2021-08-20T16:55:55.578Z] #44 1.105 + GO_BUILDMODE=-buildmode=pie
16:55:55 [2021-08-20T16:55:55.578Z] #44 1.110 ++ dirname /tmp/install/install.sh
16:55:55 [2021-08-20T16:55:55.578Z] #44 1.111 + dir=/tmp/install
16:55:55 [2021-08-20T16:55:55.578Z] #44 1.111 + bin=tini
16:55:55 [2021-08-20T16:55:55.578Z] #44 1.111 + shift
16:55:55 [2021-08-20T16:55:55.578Z] #44 1.111 + '[' '!' -f /tmp/install/tini.installer ']'
16:55:55 [2021-08-20T16:55:55.578Z] #44 1.111 + . /tmp/install/tini.installer
16:55:55 [2021-08-20T16:55:55.578Z] #44 1.112 ++ : de40ad007797e0dcd8b7126f27bb87401d224240
16:55:55 [2021-08-20T16:55:55.578Z] #44 1.112 + install_tini
16:55:55 [2021-08-20T16:55:55.578Z] #44 1.112 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240'
16:55:55 [2021-08-20T16:55:55.578Z] #44 1.112 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240
16:55:55 [2021-08-20T16:55:55.578Z] #44 1.113 + git clone https://github.com/krallin/tini.git /tmp/tmp.uh5BzpB744/tini
16:55:55 [2021-08-20T16:55:55.578Z] #44 1.114 Cloning into '/tmp/tmp.uh5BzpB744/tini'...
16:55:55 [2021-08-20T16:55:55.838Z] #44 1.518 + cd /tmp/tmp.uh5BzpB744/tini
16:55:55 [2021-08-20T16:55:55.838Z] #44 1.518 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240
16:55:55 [2021-08-20T16:55:55.838Z] #44 1.538 + cmake .
16:55:56 [2021-08-20T16:55:56.097Z] #44 1.719 -- The C compiler identification is GNU 8.3.0
16:55:56 [2021-08-20T16:55:56.097Z] #44 1.733 -- Check for working C compiler: /usr/bin/cc
16:55:56 [2021-08-20T16:55:56.097Z] #44 1.864 -- Check for working C compiler: /usr/bin/cc -- works
16:55:56 [2021-08-20T16:55:56.110Z] #20 27.50 Selecting previously unselected package python3.7.
16:55:56 [2021-08-20T16:55:56.110Z] #20 27.50 Preparing to unpack .../python3.7_3.7.3-2+deb10u3_amd64.deb ...
16:55:56 [2021-08-20T16:55:56.110Z] #20 27.51 Unpacking python3.7 (3.7.3-2+deb10u3) ...
16:55:56 [2021-08-20T16:55:56.110Z] #20 27.61 Selecting previously unselected package libpython3-stdlib:amd64.
16:55:56 [2021-08-20T16:55:56.110Z] #20 27.61 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ...
16:55:56 [2021-08-20T16:55:56.110Z] #20 27.62 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ...
16:55:56 [2021-08-20T16:55:56.356Z] #44 1.865 -- Detecting C compiler ABI info
16:55:56 [2021-08-20T16:55:56.356Z] #44 2.048 -- Detecting C compiler ABI info - done
16:55:56 [2021-08-20T16:55:56.356Z] #44 2.058 -- Detecting C compile features
16:55:56 [2021-08-20T16:55:56.366Z] #20 27.78 Setting up python3-minimal (3.7.3-1) ...
16:55:55 [2021-08-20T16:55:55.263Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
16:55:55 [2021-08-20T16:55:55.299Z]  > git config --add remote.origin.fetch +refs/pull/42765/head:refs/remotes/origin/PR-42765 # timeout=10
16:55:55 [2021-08-20T16:55:55.333Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
16:55:55 [2021-08-20T16:55:55.435Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
16:55:55 [2021-08-20T16:55:55.541Z] Fetching upstream changes from https://github.com/moby/moby.git
16:55:55 [2021-08-20T16:55:55.541Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:55:55 [2021-08-20T16:55:55.543Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42765/head:refs/remotes/origin/PR-42765 +refs/heads/master:refs/remotes/origin/master # timeout=10
16:55:56 [2021-08-20T16:55:56.557Z] Merging remotes/origin/master commit 41568dfc665ad4033d7fc860a5dac8102915008e into PR head commit d7abbd01ebf9a77dcfea00f71c1266a7cc7730a8
16:55:56 [2021-08-20T16:55:56.924Z] #44 2.699 -- Detecting C compile features - done
16:55:56 [2021-08-20T16:55:56.924Z] #44 2.719 -- Performing Test HAS_BUILTIN_FORTIFY
16:55:56 [2021-08-20T16:55:56.929Z] #20 28.41 Selecting previously unselected package python3.
16:55:56 [2021-08-20T16:55:56.929Z] #20 28.41 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 24107 files and directories currently installed.)
16:55:56 [2021-08-20T16:55:56.929Z] #20 28.44 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ...
16:55:56 [2021-08-20T16:55:56.929Z] #20 28.45 Unpacking python3 (3.7.3-1) ...
16:55:57 [2021-08-20T16:55:57.184Z] #44 2.785 -- Performing Test HAS_BUILTIN_FORTIFY - Failed
16:55:57 [2021-08-20T16:55:57.184Z] #44 2.824 -- Configuring done
16:55:57 [2021-08-20T16:55:57.184Z] #44 2.829 -- Generating done
16:55:57 [2021-08-20T16:55:57.184Z] #44 2.830 -- Build files have been written to: /tmp/tmp.uh5BzpB744/tini
16:55:57 [2021-08-20T16:55:57.184Z] #44 2.833 + make tini-static
16:55:57 [2021-08-20T16:55:57.184Z] #44 2.937 Scanning dependencies of target tini-static
16:55:57 [2021-08-20T16:55:57.186Z] #20 28.52 Selecting previously unselected package libip4tc0:amd64.
16:55:57 [2021-08-20T16:55:57.186Z] #20 28.54 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ...
16:55:57 [2021-08-20T16:55:57.186Z] #20 28.54 Unpacking libip4tc0:amd64 (1.8.2-4) ...
16:55:57 [2021-08-20T16:55:57.186Z] #20 28.63 Selecting previously unselected package libip6tc0:amd64.
16:55:57 [2021-08-20T16:55:57.186Z] #20 28.64 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ...
16:55:57 [2021-08-20T16:55:57.186Z] #20 28.65 Unpacking libip6tc0:amd64 (1.8.2-4) ...
16:55:57 [2021-08-20T16:55:57.443Z] #20 28.74 Selecting previously unselected package libiptc0:amd64.
16:55:57 [2021-08-20T16:55:57.443Z] #20 28.75 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ...
16:55:57 [2021-08-20T16:55:57.443Z] #20 28.75 Unpacking libiptc0:amd64 (1.8.2-4) ...
16:55:57 [2021-08-20T16:55:57.443Z] #20 28.83 Selecting previously unselected package libnfnetlink0:amd64.
16:55:57 [2021-08-20T16:55:57.443Z] #20 28.83 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ...
16:55:57 [2021-08-20T16:55:57.443Z] #20 28.84 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ...
16:55:57 [2021-08-20T16:55:57.443Z] #20 28.90 Selecting previously unselected package libnetfilter-conntrack3:amd64.
16:55:57 [2021-08-20T16:55:57.443Z] #20 28.90 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ...
16:55:57 [2021-08-20T16:55:57.443Z] #20 28.92 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ...
16:55:57 [2021-08-20T16:55:57.443Z] #20 29.01 Selecting previously unselected package libnftnl11:amd64.
16:55:57 [2021-08-20T16:55:57.443Z] #20 29.02 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ...
16:55:57 [2021-08-20T16:55:57.443Z] #20 29.03 Unpacking libnftnl11:amd64 (1.1.2-2) ...
16:55:57 [2021-08-20T16:55:57.443Z] #44 2.964 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o
16:55:57 [2021-08-20T16:55:57.700Z] #20 29.12 Selecting previously unselected package iptables.
16:55:57 [2021-08-20T16:55:57.700Z] #20 29.13 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ...
16:55:57 [2021-08-20T16:55:57.700Z] #20 29.13 Unpacking iptables (1.8.2-4) ...
16:55:57 [2021-08-20T16:55:57.707Z] #44 3.300 [100%] Linking C executable tini-static
16:55:57 [2021-08-20T16:55:57.707Z] #44 3.469 [100%] Built target tini-static
16:55:57 [2021-08-20T16:55:57.707Z] #44 3.491 + mkdir -p /build
16:55:57 [2021-08-20T16:55:57.957Z] #20 29.41 Selecting previously unselected package xxd.
16:55:57 [2021-08-20T16:55:57.957Z] #20 29.41 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ...
16:55:57 [2021-08-20T16:55:57.957Z] #20 29.44 Unpacking xxd (2:8.1.0875-5) ...
16:55:57 [2021-08-20T16:55:57.967Z] #44 3.492 + cp tini-static /build/docker-init
16:55:57 [2021-08-20T16:55:57.967Z] #44 DONE 3.7s
16:55:57 [2021-08-20T16:55:57.967Z] 
16:55:57 [2021-08-20T16:55:57.967Z] #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
16:55:57 [2021-08-20T16:55:57.967Z] #19 sha256:83fa67fc6295bfbd75dad05f393b58dbb33f295f1ec5bb7657180a45326467b8
16:55:57 [2021-08-20T16:55:57.967Z] #19 35.19 Reading package lists...
16:55:57 [2021-08-20T16:55:57.967Z] #19 42.96 Building dependency tree...
16:55:57 [2021-08-20T16:55:57.967Z] #19 44.22 Reading state information...
16:55:57 [2021-08-20T16:55:57.967Z] #19 45.22 The following additional packages will be installed:
16:55:57 [2021-08-20T16:55:57.967Z] #19 45.22   binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base
16:55:57 [2021-08-20T16:55:57.967Z] #19 45.22   gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1
16:55:57 [2021-08-20T16:55:57.967Z] #19 45.23   libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5
16:55:57 [2021-08-20T16:55:57.967Z] #19 45.23   libseccomp2 libselinux1-dev libsepol1-dev mingw-w64-common
16:55:57 [2021-08-20T16:55:57.967Z] #19 45.23   mingw-w64-x86-64-dev
16:55:57 [2021-08-20T16:55:57.967Z] #19 45.24 Suggested packages:
16:55:57 [2021-08-20T16:55:57.967Z] #19 45.24   gcc-8-locales seccomp wine64
16:55:57 [2021-08-20T16:55:57.967Z] #19 45.69 The following NEW packages will be installed:
16:55:57 [2021-08-20T16:55:57.967Z] #19 45.69   binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup
16:55:57 [2021-08-20T16:55:57.967Z] #19 45.69   g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev
16:55:57 [2021-08-20T16:55:57.967Z] #19 45.69   libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev
16:55:57 [2021-08-20T16:55:57.967Z] #19 45.70   libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev
16:55:57 [2021-08-20T16:55:57.967Z] #19 45.70   libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev
16:55:57 [2021-08-20T16:55:57.967Z] #19 45.71   libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev
16:55:57 [2021-08-20T16:55:57.967Z] #19 45.72 The following packages will be upgraded:
16:55:57 [2021-08-20T16:55:57.967Z] #19 45.73   libseccomp2
16:55:57 [2021-08-20T16:55:57.967Z] #19 46.08 1 upgraded, 25 newly installed, 0 to remove and 0 not upgraded.
16:55:57 [2021-08-20T16:55:57.967Z] #19 46.08 Need to get 77.8 MB of archives.
16:55:57 [2021-08-20T16:55:57.967Z] #19 46.08 After this operation, 487 MB of additional disk space will be used.
16:55:57 [2021-08-20T16:55:57.967Z] #19 46.08 Get:1 http://deb.debian.org/debian buster-backports/main amd64 libseccomp2 amd64 2.4.4-1~bpo10+1 [47.6 kB]
16:55:57 [2021-08-20T16:55:57.968Z] #19 46.08 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-i686 amd64 2.31.1-11+8.3 [2310 kB]
16:55:57 [2021-08-20T16:55:57.968Z] #19 46.12 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-x86-64 amd64 2.31.1-11+8.3 [2642 kB]
16:55:57 [2021-08-20T16:55:57.968Z] #19 46.16 Get:4 http://deb.debian.org/debian buster-backports/main amd64 libseccomp-dev amd64 2.4.4-1~bpo10+1 [74.0 kB]
16:55:57 [2021-08-20T16:55:57.968Z] #19 46.17 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB]
16:55:57 [2021-08-20T16:55:57.968Z] #19 46.18 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB]
16:55:57 [2021-08-20T16:55:57.968Z] #19 46.18 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB]
16:55:57 [2021-08-20T16:55:57.968Z] #19 46.18 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB]
16:55:57 [2021-08-20T16:55:57.968Z] #19 46.31 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB]
16:55:57 [2021-08-20T16:55:57.968Z] #19 46.44 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]
16:55:57 [2021-08-20T16:55:57.968Z] #19 46.44 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]
16:55:57 [2021-08-20T16:55:57.968Z] #19 47.31 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]
16:55:57 [2021-08-20T16:55:57.968Z] #19 48.09 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB]
16:55:57 [2021-08-20T16:55:57.968Z] #19 48.10 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB]
16:55:57 [2021-08-20T16:55:57.968Z] #19 48.11 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB]
16:55:57 [2021-08-20T16:55:57.968Z] #19 48.11 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB]
16:55:57 [2021-08-20T16:55:57.968Z] #19 48.11 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]
16:55:57 [2021-08-20T16:55:57.968Z] #19 48.11 Get:18 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 libudev-dev amd64 241-7~deb10u8 [110 kB]
16:55:57 [2021-08-20T16:55:57.968Z] #19 48.12 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB]
16:55:57 [2021-08-20T16:55:57.968Z] #19 48.13 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB]
16:55:57 [2021-08-20T16:55:57.968Z] #19 48.14 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB]
16:55:57 [2021-08-20T16:55:57.968Z] #19 48.15 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB]
16:55:57 [2021-08-20T16:55:57.968Z] #19 48.15 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB]
16:55:57 [2021-08-20T16:55:57.968Z] #19 48.16 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB]
16:55:57 [2021-08-20T16:55:57.968Z] #19 48.17 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB]
16:55:57 [2021-08-20T16:55:57.968Z] #19 48.17 Get:26 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 libsystemd-dev amd64 241-7~deb10u8 [322 kB]
16:55:57 [2021-08-20T16:55:57.968Z] #19 48.79 debconf: delaying package configuration, since apt-utils is not installed
16:55:57 [2021-08-20T16:55:57.968Z] #19 48.99 Fetched 77.8 MB in 2s (33.0 MB/s)
16:55:57 [2021-08-20T16:55:57.968Z] #19 49.05 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 29521 files and directories currently installed.)
16:55:57 [2021-08-20T16:55:57.968Z] #19 49.09 Preparing to unpack .../libseccomp2_2.4.4-1~bpo10+1_amd64.deb ...
16:55:57 [2021-08-20T16:55:57.968Z] #19 49.10 Unpacking libseccomp2:amd64 (2.4.4-1~bpo10+1) over (2.3.3-4) ...
16:55:57 [2021-08-20T16:55:57.968Z] #19 49.20 Setting up libseccomp2:amd64 (2.4.4-1~bpo10+1) ...
16:55:57 [2021-08-20T16:55:57.968Z] #19 49.30 Selecting previously unselected package binutils-mingw-w64-i686.
16:55:57 [2021-08-20T16:55:57.968Z] #19 49.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 ... 29521 files and directories currently installed.)
16:55:57 [2021-08-20T16:55:57.968Z] #19 49.33 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ...
16:55:57 [2021-08-20T16:55:57.968Z] #19 49.34 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
16:55:57 [2021-08-20T16:55:57.968Z] #19 49.90 Selecting previously unselected package binutils-mingw-w64-x86-64.
16:55:57 [2021-08-20T16:55:57.968Z] #19 49.90 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ...
16:55:57 [2021-08-20T16:55:57.968Z] #19 49.91 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
16:55:57 [2021-08-20T16:55:57.968Z] #19 50.67 Selecting previously unselected package binutils-mingw-w64.
16:55:57 [2021-08-20T16:55:57.968Z] #19 50.67 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ...
16:55:57 [2021-08-20T16:55:57.968Z] #19 50.67 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ...
16:55:57 [2021-08-20T16:55:57.968Z] #19 50.75 Selecting previously unselected package libdevmapper1.02.1:amd64.
16:55:57 [2021-08-20T16:55:57.968Z] #19 50.75 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ...
16:55:57 [2021-08-20T16:55:57.968Z] #19 50.76 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
16:55:57 [2021-08-20T16:55:57.968Z] #19 50.85 Selecting previously unselected package dmsetup.
16:55:57 [2021-08-20T16:55:57.968Z] #19 50.85 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ...
16:55:57 [2021-08-20T16:55:57.968Z] #19 50.86 Unpacking dmsetup (2:1.02.155-3) ...
16:55:57 [2021-08-20T16:55:57.968Z] #19 50.93 Selecting previously unselected package mingw-w64-common.
16:55:57 [2021-08-20T16:55:57.968Z] #19 50.93 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ...
16:55:57 [2021-08-20T16:55:57.968Z] #19 50.94 Unpacking mingw-w64-common (6.0.0-3) ...
16:55:58 [2021-08-20T16:55:58.218Z] #20 29.55 Selecting previously unselected package vim-common.
16:55:58 [2021-08-20T16:55:58.218Z] #20 29.57 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ...
16:55:58 [2021-08-20T16:55:58.218Z] #20 29.61 Unpacking vim-common (2:8.1.0875-5) ...
16:55:58 [2021-08-20T16:55:58.218Z] #20 29.77 Selecting previously unselected package bash-completion.
16:55:58 [2021-08-20T16:55:58.218Z] #20 29.77 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ...
16:55:56 [2021-08-20T16:55:56.659Z]  > git config core.sparsecheckout # timeout=10
16:55:56 [2021-08-20T16:55:56.692Z]  > git checkout -f d7abbd01ebf9a77dcfea00f71c1266a7cc7730a8 # timeout=10
16:55:59 [2021-08-20T16:55:59.189Z]  > git remote # timeout=10
16:55:59 [2021-08-20T16:55:59.263Z]  > git config --get remote.origin.url # timeout=10
16:55:59 [2021-08-20T16:55:59.303Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:55:59 [2021-08-20T16:55:59.304Z]  > git merge 41568dfc665ad4033d7fc860a5dac8102915008e # timeout=10
16:56:00 [2021-08-20T16:56:00.132Z] Merge succeeded, producing b1b88c94eef6d92b5c9cc98551071e5696d3ccba
16:56:00 [2021-08-20T16:56:00.132Z] Checking out Revision b1b88c94eef6d92b5c9cc98551071e5696d3ccba (PR-42765)
16:56:00 [2021-08-20T16:56:00.505Z] #19 53.06 Selecting previously unselected package mingw-w64-x86-64-dev.
16:56:00 [2021-08-20T16:56:00.505Z] #19 53.06 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ...
16:56:00 [2021-08-20T16:56:00.505Z] #19 53.07 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ...
16:56:00 [2021-08-20T16:56:00.742Z] #20 32.04 Unpacking bash-completion (1:2.8-6) ...
16:56:00 [2021-08-20T16:56:00.742Z] #20 32.40 Selecting previously unselected package bzip2.
16:56:01 [2021-08-20T16:56:01.003Z] #20 32.40 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ...
16:56:01 [2021-08-20T16:56:01.003Z] #20 32.42 Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
16:56:01 [2021-08-20T16:56:01.003Z] #20 32.51 Selecting previously unselected package xz-utils.
16:56:01 [2021-08-20T16:56:01.003Z] #20 32.51 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ...
16:56:01 [2021-08-20T16:56:01.003Z] #20 32.52 Unpacking xz-utils (5.2.4-1) ...
16:56:01 [2021-08-20T16:56:01.265Z] #20 32.68 Selecting previously unselected package apparmor.
16:56:01 [2021-08-20T16:56:01.265Z] #20 32.68 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ...
16:56:01 [2021-08-20T16:56:01.265Z] #20 32.76 Unpacking apparmor (2.13.2-10) ...
16:56:01 [2021-08-20T16:56:01.333Z] #22 ...
16:56:01 [2021-08-20T16:56:01.333Z] 
16:56:01 [2021-08-20T16:56:01.333Z] #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
16:56:01 [2021-08-20T16:56:01.333Z] #24 sha256:9cd17ff151754752f15bd1fadef5cddf1947d8c9ad97381cd0febbb3c3815618
16:56:01 [2021-08-20T16:56:01.333Z] #24 141.9 + return
16:56:01 [2021-08-20T16:56:01.333Z] #24 DONE 142.5s
16:56:01 [2021-08-20T16:56:01.333Z] 
16:56:01 [2021-08-20T16:56:01.333Z] #22 [dev-systemd-false  9/25] RUN pip3 install yamllint==1.26.1
16:56:01 [2021-08-20T16:56:01.333Z] #22 sha256:8b01ac923bd76447fbd7f440bc50081acf6a29ace1356c1bd28b48615a75ec62
16:56:01 [2021-08-20T16:56:01.444Z] #19 54.45 Selecting previously unselected package gcc-mingw-w64-base.
16:56:01 [2021-08-20T16:56:01.444Z] #19 54.45 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ...
16:56:01 [2021-08-20T16:56:01.444Z] #19 54.46 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
16:56:01 [2021-08-20T16:56:01.444Z] #19 54.52 Selecting previously unselected package gcc-mingw-w64-x86-64.
16:56:01 [2021-08-20T16:56:01.444Z] #19 54.52 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ...
16:56:01 [2021-08-20T16:56:01.444Z] #19 54.53 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
16:56:01 [2021-08-20T16:56:01.527Z] #20 33.05 Selecting previously unselected package aufs-tools.
16:56:01 [2021-08-20T16:56:01.527Z] #20 33.05 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ...
16:56:01 [2021-08-20T16:56:01.527Z] #20 33.08 Unpacking aufs-tools (1:4.14+20190211-1) ...
16:56:01 [2021-08-20T16:56:01.637Z] Sending build context to Docker daemon     61MB
16:56:01 [2021-08-20T16:56:01.637Z] 
16:56:01 [2021-08-20T16:56:01.637Z] Step 1/10 : FROM microsoft/windowsservercore
16:56:01 [2021-08-20T16:56:01.637Z]  ---> a4938fe7222f
16:56:01 [2021-08-20T16:56:01.637Z] Step 2/10 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
16:56:01 [2021-08-20T16:56:01.637Z]  ---> Using cache
16:56:01 [2021-08-20T16:56:01.637Z]  ---> 653fe56072d2
16:56:01 [2021-08-20T16:56:01.637Z] Step 3/10 : ARG GO_VERSION=1.16.7
16:56:01 [2021-08-20T16:56:01.637Z]  ---> Using cache
16:56:01 [2021-08-20T16:56:01.637Z]  ---> ecf42470e9e3
16:56:01 [2021-08-20T16:56:01.637Z] Step 4/10 : ARG GOTESTSUM_COMMIT=v0.5.3
16:56:01 [2021-08-20T16:56:01.637Z]  ---> Using cache
16:56:01 [2021-08-20T16:56:01.637Z]  ---> ed480807c1c4
16:56:01 [2021-08-20T16:56:01.637Z] 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}
16:56:01 [2021-08-20T16:56:01.637Z]  ---> Using cache
16:56:01 [2021-08-20T16:56:01.637Z]  ---> 774da2b2d5c0
16:56:01 [2021-08-20T16:56:01.638Z] 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;
16:56:01 [2021-08-20T16:56:01.638Z]  ---> Using cache
16:56:01 [2021-08-20T16:56:01.638Z]  ---> 67efadd4ede7
16:56:01 [2021-08-20T16:56:01.638Z] 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
16:56:01 [2021-08-20T16:56:01.638Z]  ---> Using cache
16:56:01 [2021-08-20T16:56:01.638Z]  ---> 495f1bea4c41
16:56:01 [2021-08-20T16:56:01.638Z] Step 8/10 : ENTRYPOINT ["powershell.exe"]
16:56:01 [2021-08-20T16:56:01.638Z]  ---> Using cache
16:56:01 [2021-08-20T16:56:01.638Z]  ---> d2a37f2d3805
16:56:01 [2021-08-20T16:56:01.638Z] Step 9/10 : WORKDIR ${GOPATH}\src\github.com\docker\docker
16:56:01 [2021-08-20T16:56:01.638Z]  ---> Using cache
16:56:01 [2021-08-20T16:56:01.638Z]  ---> b91cb5f7270a
16:56:01 [2021-08-20T16:56:01.638Z] Step 10/10 : COPY . .
16:56:01 [2021-08-20T16:56:01.786Z] #20 33.19 Selecting previously unselected package libonig5:amd64.
16:56:01 [2021-08-20T16:56:01.786Z] #20 33.20 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ...
16:56:01 [2021-08-20T16:56:01.786Z] #20 33.21 Unpacking libonig5:amd64 (6.9.1-1) ...
16:56:02 [2021-08-20T16:56:02.013Z] #19 ...
16:56:02 [2021-08-20T16:56:02.013Z] 
16:56:02 [2021-08-20T16:56:02.013Z] #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
16:56:02 [2021-08-20T16:56:02.013Z] #64 sha256:a21a1307b6c4dc54a8c075037adb665cd9abf242430e3578ce6a10b92ad0ddc2
16:56:02 [2021-08-20T16:56:02.013Z] #64 0.971 + RM_GOPATH=0
16:56:02 [2021-08-20T16:56:02.013Z] #64 0.971 + TMP_GOPATH=
16:56:02 [2021-08-20T16:56:02.013Z] #64 0.971 + : /build
16:56:02 [2021-08-20T16:56:02.013Z] #64 0.971 + '[' -z '' ']'
16:56:02 [2021-08-20T16:56:02.013Z] #64 0.971 ++ mktemp -d
16:56:02 [2021-08-20T16:56:02.013Z] #64 0.971 + export GOPATH=/tmp/tmp.nHMUYMowU9
16:56:02 [2021-08-20T16:56:02.013Z] #64 0.971 + GOPATH=/tmp/tmp.nHMUYMowU9
16:56:02 [2021-08-20T16:56:02.013Z] #64 0.971 + RM_GOPATH=1
16:56:02 [2021-08-20T16:56:02.013Z] #64 0.971 + case "$(go env GOARCH)" in
16:56:02 [2021-08-20T16:56:02.013Z] #64 0.971 ++ go env GOARCH
16:56:02 [2021-08-20T16:56:02.013Z] #64 0.980 + export GO_BUILDMODE=-buildmode=pie
16:56:02 [2021-08-20T16:56:02.013Z] #64 0.980 + GO_BUILDMODE=-buildmode=pie
16:56:02 [2021-08-20T16:56:02.013Z] #64 0.986 ++ dirname /tmp/install/install.sh
16:56:02 [2021-08-20T16:56:02.013Z] #64 0.988 + dir=/tmp/install
16:56:02 [2021-08-20T16:56:02.013Z] #64 0.992 + bin=containerd
16:56:02 [2021-08-20T16:56:02.013Z] #64 0.992 + shift
16:56:02 [2021-08-20T16:56:02.013Z] #64 0.993 + '[' '!' -f /tmp/install/containerd.installer ']'
16:56:02 [2021-08-20T16:56:02.013Z] #64 0.993 + . /tmp/install/containerd.installer
16:56:02 [2021-08-20T16:56:02.013Z] #64 0.993 ++ set -e
16:56:02 [2021-08-20T16:56:02.013Z] #64 0.993 ++ : 72cec4be58a9eb6b2910f5d10f1c01ca47d231c0
16:56:02 [2021-08-20T16:56:02.013Z] #64 0.993 + install_containerd
16:56:02 [2021-08-20T16:56:02.013Z] #64 0.998 + echo 'Install containerd version 72cec4be58a9eb6b2910f5d10f1c01ca47d231c0'
16:56:02 [2021-08-20T16:56:02.013Z] #64 0.998 Install containerd version 72cec4be58a9eb6b2910f5d10f1c01ca47d231c0
16:56:02 [2021-08-20T16:56:02.013Z] #64 0.998 + git clone https://github.com/containerd/containerd.git /tmp/tmp.nHMUYMowU9/src/github.com/containerd/containerd
16:56:02 [2021-08-20T16:56:02.013Z] #64 1.000 Cloning into '/tmp/tmp.nHMUYMowU9/src/github.com/containerd/containerd'...
16:56:02 [2021-08-20T16:56:02.045Z] #20 33.34 Selecting previously unselected package libjq1:amd64.
16:56:02 [2021-08-20T16:56:02.045Z] #20 33.35 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ...
16:56:02 [2021-08-20T16:56:02.045Z] #20 33.35 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ...
16:56:02 [2021-08-20T16:56:02.045Z] #20 33.47 Selecting previously unselected package jq.
16:56:02 [2021-08-20T16:56:02.045Z] #20 33.48 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ...
16:56:02 [2021-08-20T16:56:02.045Z] #20 33.49 Unpacking jq (1.5+dfsg-2+b1) ...
16:56:02 [2021-08-20T16:56:02.045Z] #20 33.58 Selecting previously unselected package libaio1:amd64.
16:56:02 [2021-08-20T16:56:02.045Z] #20 33.61 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ...
16:56:02 [2021-08-20T16:56:02.045Z] #20 33.61 Unpacking libaio1:amd64 (0.3.112-3) ...
16:56:02 [2021-08-20T16:56:02.045Z] #20 33.67 Selecting previously unselected package libgpm2:amd64.
16:56:02 [2021-08-20T16:56:02.304Z] #20 33.68 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ...
16:56:02 [2021-08-20T16:56:02.304Z] #20 33.69 Unpacking libgpm2:amd64 (1.20.7-5) ...
16:56:02 [2021-08-20T16:56:02.304Z] #20 33.74 Selecting previously unselected package libicu63:amd64.
16:56:02 [2021-08-20T16:56:02.304Z] #20 33.75 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ...
16:56:02 [2021-08-20T16:56:02.304Z] #20 33.75 Unpacking libicu63:amd64 (63.1-6+deb10u1) ...
16:56:00 [2021-08-20T16:56:00.047Z]  > git rev-parse "HEAD^{commit}" # timeout=10
16:56:00 [2021-08-20T16:56:00.165Z]  > git config core.sparsecheckout # timeout=10
16:56:00 [2021-08-20T16:56:00.199Z]  > git checkout -f b1b88c94eef6d92b5c9cc98551071e5696d3ccba # timeout=10
16:56:02 [2021-08-20T16:56:02.590Z] using credential docker-jenkins-github-credentials
16:56:02 [2021-08-20T16:56:02.664Z] Cloning the remote Git repository
16:56:02 [2021-08-20T16:56:02.664Z] Cloning with configured refspecs honoured and without tags
16:56:03 [2021-08-20T16:56:03.404Z] #64 11.69 + cd /tmp/tmp.nHMUYMowU9/src/github.com/containerd/containerd
16:56:03 [2021-08-20T16:56:03.404Z] #64 11.69 + git checkout -q 72cec4be58a9eb6b2910f5d10f1c01ca47d231c0
16:56:03 [2021-08-20T16:56:03.972Z] #64 12.18 + export 'BUILDTAGS=netgo osusergo static_build'
16:56:03 [2021-08-20T16:56:03.972Z] #64 12.18 + BUILDTAGS='netgo osusergo static_build'
16:56:03 [2021-08-20T16:56:03.972Z] #64 12.18 + export EXTRA_FLAGS=-buildmode=pie
16:56:03 [2021-08-20T16:56:03.972Z] #64 12.18 + EXTRA_FLAGS=-buildmode=pie
16:56:03 [2021-08-20T16:56:03.972Z] #64 12.18 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"'
16:56:03 [2021-08-20T16:56:03.972Z] #64 12.18 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"'
16:56:03 [2021-08-20T16:56:03.972Z] #64 12.18 + '[' '' = dynamic ']'
16:56:03 [2021-08-20T16:56:03.972Z] #64 12.18 + make
16:56:02 [2021-08-20T16:56:02.857Z] Cloning repository https://github.com/moby/moby.git
16:56:03 [2021-08-20T16:56:03.246Z]  > git init d:\gopath\src\github.com\docker\docker # timeout=10
16:56:04 [2021-08-20T16:56:04.176Z] Fetching upstream changes from https://github.com/moby/moby.git
16:56:04 [2021-08-20T16:56:04.176Z]  > git --version # timeout=10
16:56:04 [2021-08-20T16:56:04.232Z]  > git --version # 'git version 2.24.1.windows.2'
16:56:04 [2021-08-20T16:56:04.232Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:56:04 [2021-08-20T16:56:04.236Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42765/head:refs/remotes/origin/PR-42765 +refs/heads/master:refs/remotes/origin/master # timeout=10
16:56:04 [2021-08-20T16:56:04.568Z] #64 12.72 + bin/ctr
16:56:05 [2021-08-20T16:56:05.581Z] #20 36.59 Selecting previously unselected package libnet1:amd64.
16:56:05 [2021-08-20T16:56:05.581Z] #20 36.60 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
16:56:05 [2021-08-20T16:56:05.581Z] #20 36.61 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
16:56:05 [2021-08-20T16:56:05.581Z] #20 36.70 Selecting previously unselected package libnl-3-200:amd64.
16:56:05 [2021-08-20T16:56:05.581Z] #20 36.70 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ...
16:56:05 [2021-08-20T16:56:05.581Z] #20 36.71 Unpacking libnl-3-200:amd64 (3.4.0-1) ...
16:56:05 [2021-08-20T16:56:05.581Z] #20 36.78 Selecting previously unselected package libprotobuf-c1:amd64.
16:56:05 [2021-08-20T16:56:05.581Z] #20 36.78 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ...
16:56:05 [2021-08-20T16:56:05.581Z] #20 36.79 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ...
16:56:05 [2021-08-20T16:56:05.581Z] #20 36.85 Selecting previously unselected package libreadline5:amd64.
16:56:05 [2021-08-20T16:56:05.581Z] #20 36.86 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ...
16:56:05 [2021-08-20T16:56:05.581Z] #20 36.87 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ...
16:56:05 [2021-08-20T16:56:05.581Z] #20 36.98 Selecting previously unselected package net-tools.
16:56:05 [2021-08-20T16:56:05.581Z] #20 36.98 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ...
16:56:05 [2021-08-20T16:56:05.581Z] #20 36.99 Unpacking net-tools (1.60+git20180626.aebd88e-1) ...
16:56:05 [2021-08-20T16:56:05.581Z] #20 37.15 Selecting previously unselected package patch.
16:56:05 [2021-08-20T16:56:05.581Z] #20 37.16 Preparing to unpack .../26-patch_2.7.6-3+deb10u1_amd64.deb ...
16:56:05 [2021-08-20T16:56:05.581Z] #20 37.16 Unpacking patch (2.7.6-3+deb10u1) ...
16:56:05 [2021-08-20T16:56:05.838Z] #20 37.29 Selecting previously unselected package python-pip-whl.
16:56:05 [2021-08-20T16:56:05.838Z] #20 37.30 Preparing to unpack .../27-python-pip-whl_18.1-5_all.deb ...
16:56:05 [2021-08-20T16:56:05.838Z] #20 37.31 Unpacking python-pip-whl (18.1-5) ...
16:56:06 [2021-08-20T16:56:06.401Z] #20 37.76 Selecting previously unselected package python3-lib2to3.
16:56:06 [2021-08-20T16:56:06.401Z] #20 37.77 Preparing to unpack .../28-python3-lib2to3_3.7.3-1_all.deb ...
16:56:06 [2021-08-20T16:56:06.401Z] #20 37.78 Unpacking python3-lib2to3 (3.7.3-1) ...
16:56:06 [2021-08-20T16:56:06.401Z] #20 37.88 Selecting previously unselected package python3-distutils.
16:56:06 [2021-08-20T16:56:06.401Z] #20 37.88 Preparing to unpack .../29-python3-distutils_3.7.3-1_all.deb ...
16:56:06 [2021-08-20T16:56:06.401Z] #20 37.88 Unpacking python3-distutils (3.7.3-1) ...
16:56:06 [2021-08-20T16:56:06.607Z] #64 ...
16:56:06 [2021-08-20T16:56:06.607Z] 
16:56:06 [2021-08-20T16:56:06.607Z] #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
16:56:06 [2021-08-20T16:56:06.607Z] #19 sha256:83fa67fc6295bfbd75dad05f393b58dbb33f295f1ec5bb7657180a45326467b8
16:56:06 [2021-08-20T16:56:06.607Z] #19 59.56 Selecting previously unselected package g++-mingw-w64-x86-64.
16:56:06 [2021-08-20T16:56:06.607Z] #19 59.57 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ...
16:56:06 [2021-08-20T16:56:06.607Z] #19 59.57 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
16:56:06 [2021-08-20T16:56:06.658Z] #20 38.03 Selecting previously unselected package python3-pip.
16:56:06 [2021-08-20T16:56:06.658Z] #20 38.03 Preparing to unpack .../30-python3-pip_18.1-5_all.deb ...
16:56:06 [2021-08-20T16:56:06.658Z] #20 38.04 Unpacking python3-pip (18.1-5) ...
16:56:06 [2021-08-20T16:56:06.658Z] #20 38.15 Selecting previously unselected package python3-pkg-resources.
16:56:06 [2021-08-20T16:56:06.658Z] #20 38.16 Preparing to unpack .../31-python3-pkg-resources_40.8.0-1_all.deb ...
16:56:06 [2021-08-20T16:56:06.658Z] #20 38.16 Unpacking python3-pkg-resources (40.8.0-1) ...
16:56:06 [2021-08-20T16:56:06.926Z] #20 38.26 Selecting previously unselected package python3-setuptools.
16:56:06 [2021-08-20T16:56:06.926Z] #20 38.28 Preparing to unpack .../32-python3-setuptools_40.8.0-1_all.deb ...
16:56:06 [2021-08-20T16:56:06.926Z] #20 38.28 Unpacking python3-setuptools (40.8.0-1) ...
16:56:06 [2021-08-20T16:56:06.926Z] #20 38.51 Selecting previously unselected package python3-wheel.
16:56:07 [2021-08-20T16:56:07.185Z] #20 38.52 Preparing to unpack .../33-python3-wheel_0.32.3-2_all.deb ...
16:56:07 [2021-08-20T16:56:07.185Z] #20 38.52 Unpacking python3-wheel (0.32.3-2) ...
16:56:07 [2021-08-20T16:56:07.185Z] #20 38.60 Selecting previously unselected package sudo.
16:56:07 [2021-08-20T16:56:07.185Z] #20 38.60 Preparing to unpack .../34-sudo_1.8.27-1+deb10u3_amd64.deb ...
16:56:07 [2021-08-20T16:56:07.185Z] #20 38.61 Unpacking sudo (1.8.27-1+deb10u3) ...
16:56:07 [2021-08-20T16:56:07.441Z] #20 39.06 Selecting previously unselected package thin-provisioning-tools.
16:56:07 [2021-08-20T16:56:07.698Z] #20 39.06 Preparing to unpack .../35-thin-provisioning-tools_0.7.6-2.1_amd64.deb ...
16:56:07 [2021-08-20T16:56:07.698Z] #20 39.08 Unpacking thin-provisioning-tools (0.7.6-2.1) ...
16:56:07 [2021-08-20T16:56:07.698Z] #20 39.29 Selecting previously unselected package uidmap.
16:56:07 [2021-08-20T16:56:07.698Z] #20 39.30 Preparing to unpack .../36-uidmap_1%3a4.5-1.1_amd64.deb ...
16:56:07 [2021-08-20T16:56:07.938Z] #22 23.99   Installing build dependencies: finished with status 'done'
16:56:07 [2021-08-20T16:56:07.955Z] #20 39.31 Unpacking uidmap (1:4.5-1.1) ...
16:56:07 [2021-08-20T16:56:07.955Z] #20 39.42 Selecting previously unselected package vim-runtime.
16:56:07 [2021-08-20T16:56:07.955Z] #20 39.43 Preparing to unpack .../37-vim-runtime_2%3a8.1.0875-5_all.deb ...
16:56:07 [2021-08-20T16:56:07.955Z] #20 39.47 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime'
16:56:07 [2021-08-20T16:56:07.955Z] #20 39.51 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime'
16:56:07 [2021-08-20T16:56:07.955Z] #20 39.51 Unpacking vim-runtime (2:8.1.0875-5) ...
16:56:10 [2021-08-20T16:56:10.796Z] #19 63.61 Selecting previously unselected package libapparmor1:amd64.
16:56:10 [2021-08-20T16:56:10.796Z] #19 63.62 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ...
16:56:10 [2021-08-20T16:56:10.796Z] #19 63.62 Unpacking libapparmor1:amd64 (2.13.2-10) ...
16:56:10 [2021-08-20T16:56:10.796Z] #19 63.69 Selecting previously unselected package libapparmor-dev:amd64.
16:56:10 [2021-08-20T16:56:10.796Z] #19 63.70 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ...
16:56:10 [2021-08-20T16:56:10.796Z] #19 63.70 Unpacking libapparmor-dev:amd64 (2.13.2-10) ...
16:56:10 [2021-08-20T16:56:10.796Z] #19 63.76 Selecting previously unselected package libbtrfs0.
16:56:10 [2021-08-20T16:56:10.796Z] #19 63.77 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ...
16:56:10 [2021-08-20T16:56:10.796Z] #19 63.77 Unpacking libbtrfs0 (4.20.1-2) ...
16:56:10 [2021-08-20T16:56:10.796Z] #19 63.81 Selecting previously unselected package libbtrfs-dev.
16:56:10 [2021-08-20T16:56:10.796Z] #19 63.81 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ...
16:56:10 [2021-08-20T16:56:10.796Z] #19 63.82 Unpacking libbtrfs-dev (4.20.1-2) ...
16:56:10 [2021-08-20T16:56:10.796Z] #19 63.88 Selecting previously unselected package libdevmapper-event1.02.1:amd64.
16:56:10 [2021-08-20T16:56:10.796Z] #19 63.89 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ...
16:56:10 [2021-08-20T16:56:10.796Z] #19 63.89 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ...
16:56:10 [2021-08-20T16:56:10.796Z] #19 63.94 Selecting previously unselected package libudev-dev:amd64.
16:56:10 [2021-08-20T16:56:10.967Z] Commit message: "Merge commit '41568dfc665ad4033d7fc860a5dac8102915008e' into HEAD"
16:56:11 [2021-08-20T16:56:11.055Z] #19 63.94 Preparing to unpack .../15-libudev-dev_241-7~deb10u8_amd64.deb ...
16:56:11 [2021-08-20T16:56:11.055Z] #19 63.96 Unpacking libudev-dev:amd64 (241-7~deb10u8) ...
16:56:11 [2021-08-20T16:56:11.055Z] #19 64.02 Selecting previously unselected package libsepol1-dev:amd64.
16:56:11 [2021-08-20T16:56:11.055Z] #19 64.03 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ...
16:56:11 [2021-08-20T16:56:11.055Z] #19 64.03 Unpacking libsepol1-dev:amd64 (2.8-1) ...
16:56:11 [2021-08-20T16:56:11.055Z] #19 64.14 Selecting previously unselected package libpcre16-3:amd64.
16:56:11 [2021-08-20T16:56:11.055Z] #19 64.15 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ...
16:56:11 [2021-08-20T16:56:11.055Z] #19 64.16 Unpacking libpcre16-3:amd64 (2:8.39-12) ...
16:56:11 [2021-08-20T16:56:11.055Z] #19 64.23 Selecting previously unselected package libpcre32-3:amd64.
16:56:11 [2021-08-20T16:56:11.228Z] #20 42.20 Selecting previously unselected package vim.
16:56:11 [2021-08-20T16:56:11.228Z] #20 42.20 Preparing to unpack .../38-vim_2%3a8.1.0875-5_amd64.deb ...
16:56:11 [2021-08-20T16:56:11.228Z] #20 42.22 Unpacking vim (2:8.1.0875-5) ...
16:56:11 [2021-08-20T16:56:11.228Z] #20 42.72 Selecting previously unselected package xfsprogs.
16:56:11 [2021-08-20T16:56:11.228Z] #20 42.73 Preparing to unpack .../39-xfsprogs_4.20.0-1_amd64.deb ...
16:56:11 [2021-08-20T16:56:11.228Z] #20 42.74 Unpacking xfsprogs (4.20.0-1) ...
16:56:11 [2021-08-20T16:56:11.000Z]  > git rev-list --no-walk d7abbd01ebf9a77dcfea00f71c1266a7cc7730a8 # timeout=10
16:56:11 [2021-08-20T16:56:11.314Z] #19 64.23 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ...
16:56:11 [2021-08-20T16:56:11.314Z] #19 64.24 Unpacking libpcre32-3:amd64 (2:8.39-12) ...
16:56:11 [2021-08-20T16:56:11.314Z] #19 64.31 Selecting previously unselected package libpcrecpp0v5:amd64.
16:56:11 [2021-08-20T16:56:11.314Z] #19 64.32 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ...
16:56:11 [2021-08-20T16:56:11.314Z] #19 64.32 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ...
16:56:11 [2021-08-20T16:56:11.314Z] #19 64.36 Selecting previously unselected package libpcre3-dev:amd64.
16:56:11 [2021-08-20T16:56:11.314Z] #19 64.37 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ...
16:56:11 [2021-08-20T16:56:11.314Z] #19 64.37 Unpacking libpcre3-dev:amd64 (2:8.39-12) ...
16:56:11 [2021-08-20T16:56:11.314Z] #19 64.50 Selecting previously unselected package libselinux1-dev:amd64.
16:56:11 [2021-08-20T16:56:11.573Z] #19 64.51 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ...
16:56:11 [2021-08-20T16:56:11.573Z] #19 64.51 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ...
16:56:11 [2021-08-20T16:56:11.573Z] #19 64.62 Selecting previously unselected package libdevmapper-dev:amd64.
16:56:11 [2021-08-20T16:56:11.573Z] #19 64.63 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ...
16:56:11 [2021-08-20T16:56:11.573Z] #19 64.63 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ...
16:56:11 [2021-08-20T16:56:11.573Z] #19 64.68 Selecting previously unselected package libseccomp-dev:amd64.
16:56:11 [2021-08-20T16:56:11.573Z] #19 64.69 Preparing to unpack .../23-libseccomp-dev_2.4.4-1~bpo10+1_amd64.deb ...
16:56:11 [2021-08-20T16:56:11.573Z] #19 64.70 Unpacking libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ...
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
[Pipeline] sh
16:56:11 [2021-08-20T16:56:11.793Z] #20 43.14 Selecting previously unselected package zip.
16:56:11 [2021-08-20T16:56:11.793Z] #20 43.16 Preparing to unpack .../40-zip_3.0-11+b1_amd64.deb ...
16:56:11 [2021-08-20T16:56:11.793Z] #20 43.17 Unpacking zip (3.0-11+b1) ...
16:56:11 [2021-08-20T16:56:11.793Z] #20 43.34 Setting up aufs-tools (1:4.14+20190211-1) ...
16:56:11 [2021-08-20T16:56:11.793Z] #20 43.36 Setting up net-tools (1.60+git20180626.aebd88e-1) ...
16:56:11 [2021-08-20T16:56:11.832Z] #19 64.76 Selecting previously unselected package libsystemd-dev:amd64.
16:56:11 [2021-08-20T16:56:11.832Z] #19 64.77 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u8_amd64.deb ...
16:56:11 [2021-08-20T16:56:11.832Z] #19 64.77 Unpacking libsystemd-dev:amd64 (241-7~deb10u8) ...
16:56:11 [2021-08-20T16:56:11.832Z] #19 64.95 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ...
16:56:11 [2021-08-20T16:56:11.832Z] #19 64.96 Setting up libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ...
16:56:11 [2021-08-20T16:56:11.832Z] #19 64.97 Setting up libapparmor1:amd64 (2.13.2-10) ...
16:56:11 [2021-08-20T16:56:11.832Z] #19 64.99 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ...
16:56:11 [2021-08-20T16:56:11.832Z] #19 65.00 Setting up libpcre16-3:amd64 (2:8.39-12) ...
16:56:11 [2021-08-20T16:56:11.832Z] #19 65.01 Setting up libsepol1-dev:amd64 (2.8-1) ...
16:56:12 [2021-08-20T16:56:12.050Z] #20 43.38 Setting up libip6tc0:amd64 (1.8.2-4) ...
16:56:12 [2021-08-20T16:56:12.050Z] #20 43.39 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ...
16:56:12 [2021-08-20T16:56:12.050Z] #20 43.41 Setting up libgpm2:amd64 (1.20.7-5) ...
16:56:12 [2021-08-20T16:56:12.050Z] #20 43.42 Setting up libip4tc0:amd64 (1.8.2-4) ...
16:56:12 [2021-08-20T16:56:12.050Z] #20 43.43 Setting up uidmap (1:4.5-1.1) ...
16:56:12 [2021-08-20T16:56:12.050Z] #20 43.44 Setting up libnftnl11:amd64 (1.1.2-2) ...
16:56:12 [2021-08-20T16:56:12.050Z] #20 43.46 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
16:56:12 [2021-08-20T16:56:12.050Z] #20 43.47 Setting up bzip2 (1.0.6-9.2~deb10u1) ...
16:56:12 [2021-08-20T16:56:12.050Z] #20 43.49 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ...
16:56:12 [2021-08-20T16:56:12.050Z] #20 43.50 Setting up libicu63:amd64 (63.1-6+deb10u1) ...
16:56:12 [2021-08-20T16:56:12.050Z] #20 43.51 Setting up xxd (2:8.1.0875-5) ...
16:56:12 [2021-08-20T16:56:12.050Z] #20 43.53 Setting up zip (3.0-11+b1) ...
16:56:12 [2021-08-20T16:56:12.050Z] #20 43.54 Setting up vim-common (2:8.1.0875-5) ...
16:56:12 [2021-08-20T16:56:12.050Z] #20 43.58 Setting up bash-completion (1:2.8-6) ...
16:56:12 [2021-08-20T16:56:12.090Z] #19 65.02 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ...
16:56:12 [2021-08-20T16:56:12.090Z] #19 65.03 Setting up libbtrfs0 (4.20.1-2) ...
16:56:12 [2021-08-20T16:56:12.090Z] #19 65.04 Setting up libpcre32-3:amd64 (2:8.39-12) ...
16:56:12 [2021-08-20T16:56:12.090Z] #19 65.05 Setting up libudev-dev:amd64 (241-7~deb10u8) ...
16:56:12 [2021-08-20T16:56:12.090Z] #19 65.07 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ...
16:56:12 [2021-08-20T16:56:12.090Z] #19 65.08 Setting up libbtrfs-dev (4.20.1-2) ...
16:56:12 [2021-08-20T16:56:12.090Z] #19 65.09 Setting up libapparmor-dev:amd64 (2.13.2-10) ...
16:56:12 [2021-08-20T16:56:12.090Z] #19 65.10 Setting up mingw-w64-common (6.0.0-3) ...
16:56:12 [2021-08-20T16:56:12.090Z] #19 65.11 Setting up libsystemd-dev:amd64 (241-7~deb10u8) ...
16:56:12 [2021-08-20T16:56:12.090Z] #19 65.12 Setting up mingw-w64-x86-64-dev (6.0.0-3) ...
16:56:12 [2021-08-20T16:56:12.090Z] #19 65.13 Setting up libpcre3-dev:amd64 (2:8.39-12) ...
16:56:12 [2021-08-20T16:56:12.090Z] #19 65.14 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
16:56:12 [2021-08-20T16:56:12.090Z] #19 65.16 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
16:56:12 [2021-08-20T16:56:12.090Z] #19 65.16 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
16:56:12 [2021-08-20T16:56:12.090Z] #19 65.17 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ...
16:56:12 [2021-08-20T16:56:12.090Z] #19 65.18 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
16:56:12 [2021-08-20T16:56:12.090Z] #19 65.18 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
16:56:12 [2021-08-20T16:56:12.090Z] #19 65.19 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ...
16:56:12 [2021-08-20T16:56:12.090Z] #19 65.20 Setting up libselinux1-dev:amd64 (2.8-1+b1) ...
16:56:12 [2021-08-20T16:56:12.090Z] #19 65.21 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
16:56:12 [2021-08-20T16:56:12.349Z] #19 65.22 Setting up dmsetup (2:1.02.155-3) ...
16:56:12 [2021-08-20T16:56:12.349Z] #19 65.23 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ...
16:56:12 [2021-08-20T16:56:12.349Z] #19 65.24 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ...
16:56:12 [2021-08-20T16:56:12.349Z] #19 65.25 Processing triggers for libc-bin (2.28-10) ...
16:56:13 [2021-08-20T16:56:13.234Z] #22 28.57 Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from yamllint==1.26.1) (40.8.0)
16:56:13 [2021-08-20T16:56:13.234Z] #22 28.57 Building wheels for collected packages: yamllint, pyyaml
16:56:13 [2021-08-20T16:56:13.234Z] #22 28.58   Running setup.py bdist_wheel for yamllint: started
16:56:13 [2021-08-20T16:56:13.234Z] #22 29.25   Running setup.py bdist_wheel for yamllint: finished with status 'done'
16:56:13 [2021-08-20T16:56:13.234Z] #22 29.25   Stored in directory: /root/.cache/pip/wheels/db/c9/7f/2b7d21ea348b5085f20219b71cb64093a23036b73dd3412627
16:56:13 [2021-08-20T16:56:13.234Z] #22 29.30   Running setup.py bdist_wheel for pyyaml: started
16:56:13 [2021-08-20T16:56:13.288Z] #19 DONE 66.3s
16:56:13 [2021-08-20T16:56:13.289Z] 
16:56:13 [2021-08-20T16:56:13.289Z] #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
16:56:13 [2021-08-20T16:56:13.289Z] #20 sha256:ffffea6e3f44d6af937424192a7c0ad275ab3af4b5aeee35119a25a02e30757b
16:56:14 [2021-08-20T16:56:14.176Z] #22 30.30   Running setup.py bdist_wheel for pyyaml: finished with status 'done'
16:56:14 [2021-08-20T16:56:14.176Z] #22 30.30   Stored in directory: /root/.cache/pip/wheels/2a/d4/92/cf299bdf4162957ca8126b46e913e29f76a4f17ca762c45028
16:56:14 [2021-08-20T16:56:14.176Z] #22 30.41 Successfully built yamllint pyyaml
16:56:14 [2021-08-20T16:56:14.357Z] + docker version
16:56:14 [2021-08-20T16:56:14.438Z] #22 30.43 Installing collected packages: pathspec, pyyaml, yamllint
16:56:14 [2021-08-20T16:56:14.438Z] #22 30.67 Successfully installed pathspec-0.9.0 pyyaml-5.4.1 yamllint-1.26.1
16:56:14 [2021-08-20T16:56:14.571Z] #20 45.90 Setting up libiptc0:amd64 (1.8.2-4) ...
16:56:14 [2021-08-20T16:56:14.571Z] #20 45.91 Setting up xz-utils (5.2.4-1) ...
16:56:14 [2021-08-20T16:56:14.571Z] #20 45.93 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
16:56:14 [2021-08-20T16:56:14.571Z] #20 45.95 Setting up patch (2.7.6-3+deb10u1) ...
16:56:14 [2021-08-20T16:56:14.571Z] #20 45.96 Setting up sudo (1.8.27-1+deb10u3) ...
16:56:14 [2021-08-20T16:56:14.571Z] #20 46.02 invoke-rc.d: could not determine current runlevel
16:56:14 [2021-08-20T16:56:14.571Z] #20 46.03 invoke-rc.d: policy-rc.d denied execution of start.
16:56:14 [2021-08-20T16:56:14.571Z] #20 46.04 Setting up pigz (2.4-1) ...
16:56:14 [2021-08-20T16:56:14.571Z] #20 46.05 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ...
16:56:14 [2021-08-20T16:56:14.571Z] #20 46.07 Setting up libnl-3-200:amd64 (3.4.0-1) ...
16:56:14 [2021-08-20T16:56:14.571Z] #20 46.10 Setting up python-pip-whl (18.1-5) ...
16:56:14 [2021-08-20T16:56:14.571Z] #20 46.11 Setting up libmpdec2:amd64 (2.4.2-2) ...
16:56:14 [2021-08-20T16:56:14.571Z] #20 46.13 Setting up vim-runtime (2:8.1.0875-5) ...
16:56:14 [2021-08-20T16:56:14.672Z] #20 1.223 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB]
16:56:14 [2021-08-20T16:56:14.672Z] #20 1.236 Hit:2 http://cdn-fastly.deb.debian.org/debian buster InRelease
16:56:14 [2021-08-20T16:56:14.672Z] #20 1.246 Hit:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease
16:56:14 [2021-08-20T16:56:14.672Z] #20 1.311 Hit:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease
16:56:14 [2021-08-20T16:56:14.672Z] #20 1.413 Get:5 http://deb.debian.org/debian buster-backports/main armhf Packages [476 kB]
16:56:14 [2021-08-20T16:56:14.672Z] #20 1.437 Get:6 http://deb.debian.org/debian buster-backports/main amd64 Packages [486 kB]
16:56:14 [2021-08-20T16:56:14.672Z] #20 1.451 Get:7 http://deb.debian.org/debian buster-backports/main ppc64el Packages [469 kB]
16:56:14 [2021-08-20T16:56:14.672Z] #20 1.467 Get:8 http://deb.debian.org/debian buster-backports/main s390x Packages [451 kB]
16:56:14 [2021-08-20T16:56:14.672Z] #20 1.486 Get:9 http://deb.debian.org/debian buster-backports/main armel Packages [454 kB]
16:56:14 [2021-08-20T16:56:14.672Z] #20 1.502 Get:10 http://deb.debian.org/debian buster-backports/main arm64 Packages [481 kB]
16:56:15 [2021-08-20T16:56:15.009Z] #22 DONE 31.0s
16:56:15 [2021-08-20T16:56:15.009Z] 
16:56:15 [2021-08-20T16:56:15.009Z] #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
16:56:15 [2021-08-20T16:56:15.009Z] #57 sha256:4e3612f4ce5a544d960725d8fca2a4a91f8e24df5eddd1b700d60eae6996f27e
16:56:15 [2021-08-20T16:56:15.009Z] #57 ...
16:56:15 [2021-08-20T16:56:15.009Z] 
16:56:15 [2021-08-20T16:56:15.009Z] #25 [dev-systemd-false 10/25] COPY --from=dockercli     /build/ /usr/local/cli
16:56:15 [2021-08-20T16:56:15.009Z] #25 sha256:bb9024c84d9d3f9d71d2b36951f17bec6e3f9f31eca4b0ccaabfb43eab34b6fc
16:56:15 [2021-08-20T16:56:15.134Z] #20 46.54 Setting up libaio1:amd64 (0.3.112-3) ...
16:56:15 [2021-08-20T16:56:15.135Z] #20 46.56 Setting up libonig5:amd64 (6.9.1-1) ...
16:56:15 [2021-08-20T16:56:15.135Z] #20 46.59 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ...
16:56:15 [2021-08-20T16:56:15.135Z] #20 46.63 Setting up vim (2:8.1.0875-5) ...
16:56:15 [2021-08-20T16:56:15.135Z] #20 46.66 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
16:56:15 [2021-08-20T16:56:15.135Z] #20 46.67 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
16:56:15 [2021-08-20T16:56:15.135Z] #20 46.68 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
16:56:15 [2021-08-20T16:56:15.135Z] #20 46.68 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
16:56:15 [2021-08-20T16:56:15.135Z] #20 46.73 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
16:56:15 [2021-08-20T16:56:15.135Z] #20 46.74 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
16:56:15 [2021-08-20T16:56:15.135Z] #20 46.75 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
16:56:15 [2021-08-20T16:56:15.135Z] #20 46.75 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
16:56:15 [2021-08-20T16:56:15.392Z] #20 46.77 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ...
16:56:15 [2021-08-20T16:56:15.392Z] #20 46.80 Setting up thin-provisioning-tools (0.7.6-2.1) ...
16:56:15 [2021-08-20T16:56:15.392Z] #20 46.83 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ...
16:56:15 [2021-08-20T16:56:15.392Z] #20 46.84 Setting up jq (1.5+dfsg-2+b1) ...
16:56:15 [2021-08-20T16:56:15.392Z] #20 46.87 Setting up libpython3-stdlib:amd64 (3.7.3-1) ...
16:56:15 [2021-08-20T16:56:15.392Z] #20 46.89 Setting up python3.7 (3.7.3-2+deb10u3) ...
16:56:15 [2021-08-20T16:56:15.581Z] #25 DONE 0.6s
16:56:15 [2021-08-20T16:56:15.581Z] 
16:56:15 [2021-08-20T16:56:15.581Z] #30 [dev-systemd-false 11/25] COPY --from=frozen-images /build/ /docker-frozen-images
16:56:15 [2021-08-20T16:56:15.581Z] #30 sha256:ae9d31eb3ea6f72956a11f4777e29a12ca2e4300bc3e29270053efaaac1de801
16:56:16 [2021-08-20T16:56:16.050Z] #20 2.579 Fetched 2864 kB in 2s (1790 kB/s)
16:56:17 [2021-08-20T16:56:17.918Z] #20 49.21 Setting up iptables (1.8.2-4) ...
16:56:17 [2021-08-20T16:56:17.918Z] #20 49.23 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
16:56:17 [2021-08-20T16:56:17.918Z] #20 49.24 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
16:56:17 [2021-08-20T16:56:17.918Z] #20 49.25 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
16:56:17 [2021-08-20T16:56:17.918Z] #20 49.25 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
16:56:17 [2021-08-20T16:56:17.918Z] #20 49.26 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
16:56:17 [2021-08-20T16:56:17.918Z] #20 49.26 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
16:56:17 [2021-08-20T16:56:17.918Z] #20 49.27 Setting up python3 (3.7.3-1) ...
16:56:18 [2021-08-20T16:56:18.176Z] #20 49.60 Setting up python3-wheel (0.32.3-2) ...
16:56:18 [2021-08-20T16:56:18.740Z] #20 50.22 Setting up apparmor (2.13.2-10) ...
16:56:18 [2021-08-20T16:56:18.885Z] #30 DONE 3.4s
16:56:18 [2021-08-20T16:56:18.885Z] 
16:56:18 [2021-08-20T16:56:18.885Z] #33 [dev-systemd-false 12/25] COPY --from=swagger       /build/ /usr/local/bin/
16:56:18 [2021-08-20T16:56:18.885Z] #33 sha256:9a84624b1b9bab487790c3506aa47161b535f33745ade18f344250f176878471
16:56:19 [2021-08-20T16:56:19.147Z] #33 DONE 0.2s
16:56:19 [2021-08-20T16:56:19.147Z] 
16:56:19 [2021-08-20T16:56:19.147Z] #35 [dev-systemd-false 13/25] COPY --from=tomll         /build/ /usr/local/bin/
16:56:19 [2021-08-20T16:56:19.147Z] #35 sha256:0689ac20fe51ab75522a07050ea44192b84ea7b647e9f9d739daca9cc94387f5
16:56:19 [2021-08-20T16:56:19.147Z] #35 DONE 0.1s
16:56:19 [2021-08-20T16:56:19.147Z] 
16:56:19 [2021-08-20T16:56:19.147Z] #38 [dev-systemd-false 14/25] COPY --from=tini          /build/ /usr/local/bin/
16:56:19 [2021-08-20T16:56:19.147Z] #38 sha256:358328dfc80332dde6d9d8b0cee3fa8a364dd3258e041113b3383a01f7a74b38
16:56:19 [2021-08-20T16:56:19.147Z] #38 DONE 0.1s
16:56:19 [2021-08-20T16:56:19.147Z] 
16:56:19 [2021-08-20T16:56:19.147Z] #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
16:56:19 [2021-08-20T16:56:19.147Z] #57 sha256:4e3612f4ce5a544d960725d8fca2a4a91f8e24df5eddd1b700d60eae6996f27e
16:56:19 [2021-08-20T16:56:19.407Z] #57 ...
16:56:19 [2021-08-20T16:56:19.407Z] 
16:56:19 [2021-08-20T16:56:19.407Z] #41 [dev-systemd-false 15/25] COPY --from=registry      /build/ /usr/local/bin/
16:56:19 [2021-08-20T16:56:19.407Z] #41 sha256:379016a52ec9a76a57df9a1108fc39f7a3da645b566ecb19efa4f97ebba141ff
16:56:19 [2021-08-20T16:56:19.407Z] #41 DONE 0.2s
16:56:19 [2021-08-20T16:56:19.407Z] 
16:56:19 [2021-08-20T16:56:19.407Z] #45 [dev-systemd-false 16/25] COPY --from=criu          /build/ /usr/local/bin/
16:56:19 [2021-08-20T16:56:19.407Z] #45 sha256:a4d4ce5359599a08e60cb4c2902042ed26c12efcb84870be8f08cd3e05d241d7
16:56:19 [2021-08-20T16:56:19.669Z] #45 DONE 0.1s
16:56:19 [2021-08-20T16:56:19.669Z] 
16:56:19 [2021-08-20T16:56:19.669Z] #47 [dev-systemd-false 17/25] COPY --from=vndr          /build/ /usr/local/bin/
16:56:19 [2021-08-20T16:56:19.669Z] #47 sha256:32f6c0cabcdda8ce0d37716fb80171cb6e93230c2b2812b5d00d0a7da6ff3933
16:56:19 [2021-08-20T16:56:19.669Z] #47 DONE 0.1s
16:56:19 [2021-08-20T16:56:19.669Z] 
16:56:19 [2021-08-20T16:56:19.669Z] #49 [dev-systemd-false 18/25] COPY --from=gotestsum     /build/ /usr/local/bin/
16:56:19 [2021-08-20T16:56:19.669Z] #49 sha256:ab12caa2c1052ad2cda1dc82a9c91555ae081d0093d429ef99727abc9b60b771
16:56:19 [2021-08-20T16:56:19.669Z] #49 DONE 0.1s
16:56:19 [2021-08-20T16:56:19.669Z] 
16:56:19 [2021-08-20T16:56:19.669Z] #51 [dev-systemd-false 19/25] COPY --from=golangci_lint /build/ /usr/local/bin/
16:56:19 [2021-08-20T16:56:19.669Z] #51 sha256:7c9aeb6d03940c0e7791c1c5b25df5967a27d1f7b452450f80bed42350ee5875
16:56:19 [2021-08-20T16:56:19.941Z] #51 DONE 0.2s
16:56:19 [2021-08-20T16:56:19.941Z] 
16:56:19 [2021-08-20T16:56:19.941Z] #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
16:56:19 [2021-08-20T16:56:19.941Z] #57 sha256:4e3612f4ce5a544d960725d8fca2a4a91f8e24df5eddd1b700d60eae6996f27e
16:56:19 [2021-08-20T16:56:19.941Z] #57 ...
16:56:19 [2021-08-20T16:56:19.941Z] 
16:56:19 [2021-08-20T16:56:19.941Z] #53 [dev-systemd-false 20/25] COPY --from=shfmt         /build/ /usr/local/bin/
16:56:19 [2021-08-20T16:56:19.941Z] #53 sha256:9947035cab0f83c8c5f168f34f0e0dba5166c0f8a2884af46100ed5f1e3beca4
16:56:19 [2021-08-20T16:56:19.941Z] #53 DONE 0.1s
16:56:19 [2021-08-20T16:56:19.941Z] 
16:56:19 [2021-08-20T16:56:19.941Z] #55 [dev-systemd-false 21/25] COPY --from=runc          /build/ /usr/local/bin/
16:56:19 [2021-08-20T16:56:19.941Z] #55 sha256:defb055cf86753052e0d605afd92047d3bd0dcf61c63f11c200fe22fb9f85f1c
16:56:20 [2021-08-20T16:56:20.202Z] #55 DONE 0.1s
16:56:20 [2021-08-20T16:56:20.202Z] 
16:56:20 [2021-08-20T16:56:20.202Z] #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
16:56:20 [2021-08-20T16:56:20.202Z] #57 sha256:4e3612f4ce5a544d960725d8fca2a4a91f8e24df5eddd1b700d60eae6996f27e
16:56:20 [2021-08-20T16:56:20.634Z] #20 52.12 Setting up xfsprogs (4.20.0-1) ...
16:56:20 [2021-08-20T16:56:20.634Z] #20 52.14 Setting up python3-lib2to3 (3.7.3-1) ...
16:56:20 [2021-08-20T16:56:20.891Z] #20 52.38 Setting up python3-pkg-resources (40.8.0-1) ...
16:56:21 [2021-08-20T16:56:21.324Z] #20 2.579 Reading package lists...
16:56:21 [2021-08-20T16:56:21.398Z] Client:
16:56:21 [2021-08-20T16:56:21.398Z]  Version:           20.10.8
16:56:21 [2021-08-20T16:56:21.398Z]  API version:       1.41
16:56:21 [2021-08-20T16:56:21.398Z]  Go version:        go1.16.6
16:56:21 [2021-08-20T16:56:21.398Z]  Git commit:        3967b7d
16:56:21 [2021-08-20T16:56:21.398Z]  Built:             Fri Jul 30 19:58:50 2021
16:56:21 [2021-08-20T16:56:21.398Z]  OS/Arch:           windows/amd64
16:56:21 [2021-08-20T16:56:21.398Z]  Context:           default
16:56:21 [2021-08-20T16:56:21.398Z]  Experimental:      true
16:56:21 [2021-08-20T16:56:21.398Z] 
16:56:21 [2021-08-20T16:56:21.398Z] Server: Docker Engine - Community
16:56:21 [2021-08-20T16:56:21.398Z]  Engine:
16:56:21 [2021-08-20T16:56:21.398Z]   Version:          20.10.8
16:56:21 [2021-08-20T16:56:21.398Z]   API version:      1.41 (minimum version 1.24)
16:56:21 [2021-08-20T16:56:21.398Z]   Go version:       go1.16.6
16:56:21 [2021-08-20T16:56:21.398Z]   Git commit:       75249d8
16:56:21 [2021-08-20T16:56:21.398Z]   Built:            Fri Jul 30 19:54:29 2021
16:56:21 [2021-08-20T16:56:21.398Z]   OS/Arch:          windows/amd64
16:56:21 [2021-08-20T16:56:21.398Z]   Experimental:     true
16:56:21 [2021-08-20T16:56:21.626Z] #57 127.8 # github.com/containerd/containerd/cmd/containerd
16:56:21 [2021-08-20T16:56:21.626Z] #57 127.8 /usr/bin/ld: /tmp/go-link-609159012/000019.o: in function `New':
16:56:21 [2021-08-20T16:56:21.626Z] #57 127.8 /tmp/tmp.sXO1b3t9FG/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
16:56:21 [2021-08-20T16:56:21.626Z] #57 127.9 + bin/containerd-stress
16:56:21 [2021-08-20T16:56:21.626Z] #57 129.0 + bin/containerd-shim
16:56:21 [2021-08-20T16:56:21.821Z] #20 53.28 Setting up python3-distutils (3.7.3-1) ...
[Pipeline] sh
16:56:22 [2021-08-20T16:56:22.449Z] #20 53.77 Setting up python3-setuptools (40.8.0-1) ...
16:56:22 [2021-08-20T16:56:22.904Z] + docker info
16:56:22 [2021-08-20T16:56:22.904Z] Client:
16:56:22 [2021-08-20T16:56:22.904Z]  Context:    default
16:56:22 [2021-08-20T16:56:22.904Z]  Debug Mode: false
16:56:22 [2021-08-20T16:56:22.904Z] 
16:56:22 [2021-08-20T16:56:22.904Z] Server:
16:56:22 [2021-08-20T16:56:22.904Z]  Containers: 0
16:56:22 [2021-08-20T16:56:22.904Z]   Running: 0
16:56:22 [2021-08-20T16:56:22.904Z]   Paused: 0
16:56:22 [2021-08-20T16:56:22.904Z]   Stopped: 0
16:56:22 [2021-08-20T16:56:22.904Z]  Images: 0
16:56:22 [2021-08-20T16:56:22.904Z]  Server Version: 20.10.8
16:56:22 [2021-08-20T16:56:22.904Z]  Storage Driver: lcow (linux) windowsfilter (windows)
16:56:22 [2021-08-20T16:56:22.904Z]   LCOW: 
16:56:22 [2021-08-20T16:56:22.904Z]   Windows: 
16:56:22 [2021-08-20T16:56:22.904Z]  Logging Driver: json-file
16:56:22 [2021-08-20T16:56:22.904Z]  Plugins:
16:56:22 [2021-08-20T16:56:22.904Z]   Volume: local
16:56:22 [2021-08-20T16:56:22.904Z]   Network: ics internal l2bridge l2tunnel nat null overlay private transparent
16:56:22 [2021-08-20T16:56:22.904Z]   Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog
16:56:22 [2021-08-20T16:56:22.904Z]  Swarm: inactive
16:56:22 [2021-08-20T16:56:22.904Z]  Default Isolation: process
16:56:22 [2021-08-20T16:56:22.904Z]  Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500)
16:56:22 [2021-08-20T16:56:22.904Z]  Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.169)
16:56:22 [2021-08-20T16:56:22.904Z]  OSType: windows
16:56:22 [2021-08-20T16:56:22.904Z]  Architecture: x86_64
16:56:22 [2021-08-20T16:56:22.904Z]  CPUs: 4
16:56:22 [2021-08-20T16:56:22.904Z]  Total Memory: 32GiB
16:56:22 [2021-08-20T16:56:22.904Z]  Name: azwin-2-fedae0
16:56:22 [2021-08-20T16:56:22.904Z]  ID: IZDY:S4YB:5XRY:IF4H:5UNK:3VIE:VJMV:FD3Q:73SO:QIKD:XA3T:57CT
16:56:22 [2021-08-20T16:56:22.904Z]  Docker Root Dir: D:\docker
16:56:22 [2021-08-20T16:56:22.904Z]  Debug Mode: false
16:56:22 [2021-08-20T16:56:22.904Z]  Registry: https://index.docker.io/v1/
16:56:22 [2021-08-20T16:56:22.904Z]  Labels:
16:56:22 [2021-08-20T16:56:22.904Z]  Experimental: true
16:56:22 [2021-08-20T16:56:22.904Z]  Insecure Registries:
16:56:22 [2021-08-20T16:56:22.904Z]   10.0.0.4:5000
16:56:22 [2021-08-20T16:56:22.904Z]   127.0.0.0/8
16:56:22 [2021-08-20T16:56:22.904Z]  Registry Mirrors:
16:56:22 [2021-08-20T16:56:22.904Z]   http://10.0.0.4:5000/
16:56:22 [2021-08-20T16:56:22.904Z]  Live Restore Enabled: false
16:56:22 [2021-08-20T16:56:22.904Z]  Product License: Community Engine
16:56:22 [2021-08-20T16:56:22.904Z] 
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Run tests)
[Pipeline] powershell
16:56:23 [2021-08-20T16:56:23.394Z] #20 54.86 Setting up python3-pip (18.1-5) ...
16:56:24 [2021-08-20T16:56:24.294Z] Fetching without tags
16:56:24 [2021-08-20T16:56:24.329Z] #20 55.68 Processing triggers for libc-bin (2.28-10) ...
16:56:24 [2021-08-20T16:56:24.329Z] #20 55.73 Processing triggers for mime-support (3.62) ...
16:56:24 [2021-08-20T16:56:24.404Z] #57 141.3 # github.com/containerd/containerd/cmd/containerd
16:56:24 [2021-08-20T16:56:24.404Z] #57 141.3 /usr/bin/ld: /tmp/go-link-586965890/000019.o: in function `New':
16:56:24 [2021-08-20T16:56:24.404Z] #57 141.3 /tmp/tmp.zJkF9hUPpr/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
16:56:24 [2021-08-20T16:56:24.404Z] #57 141.4 + bin/containerd-stress
16:56:25 [2021-08-20T16:56:25.077Z] Merging remotes/origin/master commit 41568dfc665ad4033d7fc860a5dac8102915008e into PR head commit d7abbd01ebf9a77dcfea00f71c1266a7cc7730a8
16:56:25 [2021-08-20T16:56:25.261Z] #20 ...
16:56:25 [2021-08-20T16:56:25.261Z] 
16:56:25 [2021-08-20T16:56:25.261Z] #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
16:56:25 [2021-08-20T16:56:25.261Z] #40 sha256:31736fe214c91336173addd02086baee88a153b6f405eb3118f95276bd6e57da
16:56:25 [2021-08-20T16:56:25.261Z] #40 175.7 + dpkg --print-architecture
16:56:25 [2021-08-20T16:56:25.261Z] #40 175.7 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd
16:56:23 [2021-08-20T16:56:23.969Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
16:56:24 [2021-08-20T16:56:24.025Z]  > git config --add remote.origin.fetch +refs/pull/42765/head:refs/remotes/origin/PR-42765 # timeout=10
16:56:24 [2021-08-20T16:56:24.078Z]  > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
16:56:24 [2021-08-20T16:56:24.203Z]  > git config remote.origin.url https://github.com/moby/moby.git # timeout=10
16:56:24 [2021-08-20T16:56:24.330Z] Fetching upstream changes from https://github.com/moby/moby.git
16:56:24 [2021-08-20T16:56:24.330Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:56:24 [2021-08-20T16:56:24.333Z]  > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42765/head:refs/remotes/origin/PR-42765 +refs/heads/master:refs/remotes/origin/master # timeout=10
16:56:25 [2021-08-20T16:56:25.183Z]  > git config core.sparsecheckout # timeout=10
16:56:25 [2021-08-20T16:56:25.240Z]  > git checkout -f d7abbd01ebf9a77dcfea00f71c1266a7cc7730a8 # timeout=10
16:56:25 [2021-08-20T16:56:25.818Z] #57 135.9 + bin/containerd-shim-runc-v1
16:56:25 [2021-08-20T16:56:25.825Z] #40 176.2 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go
16:56:25 [2021-08-20T16:56:25.825Z] #40 176.2 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry
16:56:26 [2021-08-20T16:56:26.600Z] #20 7.906 Reading package lists...
16:56:26 [2021-08-20T16:56:26.759Z] #40 ...
16:56:26 [2021-08-20T16:56:26.759Z] 
16:56:26 [2021-08-20T16:56:26.759Z] #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
16:56:26 [2021-08-20T16:56:26.759Z] #20 sha256:82675fdcd5a95b728c160c709a71f1ea64ea45abf965d47240b1e7786400b6f0
16:56:26 [2021-08-20T16:56:26.759Z] #20 DONE 58.1s
16:56:26 [2021-08-20T16:56:26.759Z] 
16:56:26 [2021-08-20T16:56:26.759Z] #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
16:56:26 [2021-08-20T16:56:26.759Z] #21 sha256:e5b463cbebcd1a58f57f7934d6d28f64663aa24dd79c180a15bed4b0965e0b92
16:56:26 [2021-08-20T16:56:26.949Z] #57 144.3 + bin/containerd-shim
16:56:27 [2021-08-20T16:56:27.692Z] #21 1.001 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
16:56:27 [2021-08-20T16:56:27.692Z] #21 1.006 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
16:56:27 [2021-08-20T16:56:27.692Z] #21 1.009 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
16:56:27 [2021-08-20T16:56:27.692Z] #21 DONE 1.1s
16:56:27 [2021-08-20T16:56:27.692Z] 
16:56:27 [2021-08-20T16:56:27.692Z] #22 [dev-systemd-false  9/25] RUN pip3 install yamllint==1.26.1
16:56:27 [2021-08-20T16:56:27.692Z] #22 sha256:3e42016d37af5e4965c027aeb8f335af632fc27a7929c8090178907f11cb5d67
16:56:27 [2021-08-20T16:56:27.979Z] #20 13.24 Building dependency tree...
16:56:27 [2021-08-20T16:56:27.979Z] #20 14.42 Reading state information...
16:56:28 [2021-08-20T16:56:28.386Z]  > git remote # timeout=10
16:56:28 [2021-08-20T16:56:28.919Z] #20 15.50 The following additional packages will be installed:
16:56:28 [2021-08-20T16:56:28.919Z] #20 15.50   gcc-8-base:arm64 gcc-8-base:armel gcc-8-base:armhf gcc-8-base:ppc64el
16:56:28 [2021-08-20T16:56:28.919Z] #20 15.50   gcc-8-base:s390x libapparmor1:arm64 libapparmor1:armel libapparmor1:armhf
16:56:28 [2021-08-20T16:56:28.919Z] #20 15.50   libapparmor1:ppc64el libapparmor1:s390x libc6:arm64 libc6:armel libc6:armhf
16:56:28 [2021-08-20T16:56:28.919Z] #20 15.50   libc6:ppc64el libc6:s390x libgcc1:arm64 libgcc1:armel libgcc1:armhf
16:56:28 [2021-08-20T16:56:28.919Z] #20 15.51   libgcc1:ppc64el libgcc1:s390x
16:56:28 [2021-08-20T16:56:28.919Z] #20 15.52 Suggested packages:
16:56:28 [2021-08-20T16:56:28.919Z] #20 15.52   glibc-doc:arm64 libc-l10n:arm64 locales:arm64 glibc-doc:armel
16:56:28 [2021-08-20T16:56:28.919Z] #20 15.52   libc-l10n:armel locales:armel glibc-doc:armhf libc-l10n:armhf locales:armhf
16:56:28 [2021-08-20T16:56:28.919Z] #20 15.52   glibc-doc:ppc64el libc-l10n:ppc64el locales:ppc64el glibc-doc:s390x
16:56:28 [2021-08-20T16:56:28.919Z] #20 15.52   libc-l10n:s390x locales:s390x
16:56:28 [2021-08-20T16:56:28.919Z] #20 15.52 Recommended packages:
16:56:28 [2021-08-20T16:56:28.919Z] #20 15.52   libidn2-0:arm64 libidn2-0:armel libidn2-0:armhf libidn2-0:ppc64el
16:56:28 [2021-08-20T16:56:28.919Z] #20 15.52   libidn2-0:s390x
16:56:28 [2021-08-20T16:56:28.919Z] #20 15.73 The following NEW packages will be installed:
16:56:28 [2021-08-20T16:56:28.919Z] #20 15.73   gcc-8-base:arm64 gcc-8-base:armel gcc-8-base:armhf gcc-8-base:ppc64el
16:56:29 [2021-08-20T16:56:29.178Z] #20 15.73   gcc-8-base:s390x libapparmor-dev:arm64 libapparmor-dev:armel
16:56:29 [2021-08-20T16:56:29.178Z] #20 15.73   libapparmor-dev:armhf libapparmor-dev:ppc64el libapparmor-dev:s390x
16:56:29 [2021-08-20T16:56:29.178Z] #20 15.73   libapparmor1:arm64 libapparmor1:armel libapparmor1:armhf
16:56:29 [2021-08-20T16:56:29.178Z] #20 15.73   libapparmor1:ppc64el libapparmor1:s390x libc6:arm64 libc6:armel libc6:armhf
16:56:29 [2021-08-20T16:56:29.178Z] #20 15.73   libc6:ppc64el libc6:s390x libgcc1:arm64 libgcc1:armel libgcc1:armhf
16:56:29 [2021-08-20T16:56:29.178Z] #20 15.74   libgcc1:ppc64el libgcc1:s390x
16:56:29 [2021-08-20T16:56:29.438Z] #20 16.09 0 upgraded, 25 newly installed, 0 to remove and 0 not upgraded.
16:56:29 [2021-08-20T16:56:29.438Z] #20 16.09 Need to get 15.0 MB of archives.
16:56:29 [2021-08-20T16:56:29.438Z] #20 16.09 After this operation, 68.1 MB of additional disk space will be used.
16:56:29 [2021-08-20T16:56:29.438Z] #20 16.09 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main armel gcc-8-base armel 8.3.0-6 [191 kB]
16:56:29 [2021-08-20T16:56:29.438Z] #20 16.09 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main armhf gcc-8-base armhf 8.3.0-6 [191 kB]
16:56:29 [2021-08-20T16:56:29.438Z] #20 16.10 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el gcc-8-base ppc64el 8.3.0-6 [191 kB]
16:56:29 [2021-08-20T16:56:29.438Z] #20 16.10 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x gcc-8-base s390x 8.3.0-6 [191 kB]
16:56:29 [2021-08-20T16:56:29.438Z] #20 16.11 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main arm64 gcc-8-base arm64 8.3.0-6 [191 kB]
16:56:29 [2021-08-20T16:56:29.438Z] #20 16.11 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x libgcc1 s390x 1:8.3.0-6 [24.8 kB]
16:56:29 [2021-08-20T16:56:29.438Z] #20 16.13 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x libc6 s390x 2.28-10 [2505 kB]
16:56:29 [2021-08-20T16:56:29.438Z] #20 16.19 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x libapparmor1 s390x 2.13.2-10 [93.1 kB]
16:56:29 [2021-08-20T16:56:29.438Z] #20 16.20 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x libapparmor-dev s390x 2.13.2-10 [135 kB]
16:56:29 [2021-08-20T16:56:29.438Z] #20 16.20 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libgcc1 ppc64el 1:8.3.0-6 [30.2 kB]
16:56:29 [2021-08-20T16:56:29.438Z] #20 16.20 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libc6 ppc64el 2.28-10 [2887 kB]
16:56:29 [2021-08-20T16:56:29.438Z] #20 16.25 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libapparmor1 ppc64el 2.13.2-10 [98.2 kB]
16:56:29 [2021-08-20T16:56:29.438Z] #20 16.25 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libapparmor-dev ppc64el 2.13.2-10 [141 kB]
16:56:29 [2021-08-20T16:56:29.438Z] #20 16.25 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main armhf libgcc1 armhf 1:8.3.0-6 [37.2 kB]
16:56:29 [2021-08-20T16:56:29.438Z] #20 16.26 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main armhf libc6 armhf 2.28-10 [2390 kB]
16:56:29 [2021-08-20T16:56:29.438Z] #20 16.30 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main armhf libapparmor1 armhf 2.13.2-10 [89.6 kB]
16:56:29 [2021-08-20T16:56:29.505Z] Merge succeeded, producing f7ebafa5c65656342de9b08f11dd22807bbf0fe9
16:56:29 [2021-08-20T16:56:29.505Z] Checking out Revision f7ebafa5c65656342de9b08f11dd22807bbf0fe9 (PR-42765)
16:56:29 [2021-08-20T16:56:29.696Z] #20 16.31 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main armhf libapparmor-dev armhf 2.13.2-10 [132 kB]
16:56:29 [2021-08-20T16:56:29.696Z] #20 16.31 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main armel libgcc1 armel 1:8.3.0-6 [38.4 kB]
16:56:29 [2021-08-20T16:56:29.696Z] #20 16.31 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main armel libc6 armel 2.28-10 [2399 kB]
16:56:29 [2021-08-20T16:56:29.696Z] #20 16.35 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main armel libapparmor1 armel 2.13.2-10 [90.3 kB]
16:56:29 [2021-08-20T16:56:29.696Z] #20 16.35 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main armel libapparmor-dev armel 2.13.2-10 [133 kB]
16:56:29 [2021-08-20T16:56:29.696Z] #20 16.36 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libgcc1 arm64 1:8.3.0-6 [34.4 kB]
16:56:29 [2021-08-20T16:56:29.696Z] #20 16.36 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libc6 arm64 2.28-10 [2521 kB]
16:56:29 [2021-08-20T16:56:29.696Z] #20 16.41 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libapparmor1 arm64 2.13.2-10 [93.8 kB]
16:56:29 [2021-08-20T16:56:29.696Z] #20 16.41 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main arm64 libapparmor-dev arm64 2.13.2-10 [137 kB]
16:56:30 [2021-08-20T16:56:30.266Z] #20 16.91 debconf: delaying package configuration, since apt-utils is not installed
16:56:30 [2021-08-20T16:56:30.266Z] #20 17.06 Fetched 15.0 MB in 1s (25.6 MB/s)
16:56:30 [2021-08-20T16:56:30.266Z] #20 17.10 Selecting previously unselected package gcc-8-base:armhf.
16:56:30 [2021-08-20T16:56:30.526Z] #20 17.10 (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.)
16:56:30 [2021-08-20T16:56:30.526Z] #20 17.13 Preparing to unpack .../00-gcc-8-base_8.3.0-6_armhf.deb ...
16:56:30 [2021-08-20T16:56:30.526Z] #20 17.14 Unpacking gcc-8-base:armhf (8.3.0-6) ...
16:56:30 [2021-08-20T16:56:30.526Z] #20 17.21 Selecting previously unselected package gcc-8-base:ppc64el.
16:56:30 [2021-08-20T16:56:30.526Z] #20 17.21 Preparing to unpack .../01-gcc-8-base_8.3.0-6_ppc64el.deb ...
16:56:30 [2021-08-20T16:56:30.526Z] #20 17.22 Unpacking gcc-8-base:ppc64el (8.3.0-6) ...
16:56:30 [2021-08-20T16:56:30.526Z] #20 17.27 Selecting previously unselected package gcc-8-base:s390x.
16:56:30 [2021-08-20T16:56:30.526Z] #20 17.28 Preparing to unpack .../02-gcc-8-base_8.3.0-6_s390x.deb ...
16:56:30 [2021-08-20T16:56:30.526Z] #20 17.29 Unpacking gcc-8-base:s390x (8.3.0-6) ...
16:56:30 [2021-08-20T16:56:30.785Z] #20 17.34 Selecting previously unselected package gcc-8-base:arm64.
16:56:30 [2021-08-20T16:56:30.785Z] #20 17.34 Preparing to unpack .../03-gcc-8-base_8.3.0-6_arm64.deb ...
16:56:30 [2021-08-20T16:56:30.785Z] #20 17.35 Unpacking gcc-8-base:arm64 (8.3.0-6) ...
16:56:30 [2021-08-20T16:56:30.785Z] #20 17.40 Selecting previously unselected package gcc-8-base:armel.
16:56:30 [2021-08-20T16:56:30.785Z] #20 17.41 Preparing to unpack .../04-gcc-8-base_8.3.0-6_armel.deb ...
16:56:30 [2021-08-20T16:56:30.785Z] #20 17.41 Unpacking gcc-8-base:armel (8.3.0-6) ...
16:56:30 [2021-08-20T16:56:30.785Z] #20 17.50 Selecting previously unselected package libgcc1:arm64.
16:56:30 [2021-08-20T16:56:30.785Z] #20 17.50 Preparing to unpack .../05-libgcc1_1%3a8.3.0-6_arm64.deb ...
16:56:30 [2021-08-20T16:56:30.785Z] #20 17.51 Unpacking libgcc1:arm64 (1:8.3.0-6) ...
16:56:30 [2021-08-20T16:56:30.785Z] #20 17.58 Selecting previously unselected package libc6:arm64.
16:56:30 [2021-08-20T16:56:30.785Z] #20 17.58 Preparing to unpack .../06-libc6_2.28-10_arm64.deb ...
16:56:31 [2021-08-20T16:56:31.045Z] #20 17.74 Unpacking libc6:arm64 (2.28-10) ...
16:56:31 [2021-08-20T16:56:31.092Z] #57 141.0 + bin/containerd-shim-runc-v2
16:56:31 [2021-08-20T16:56:31.092Z] #57 141.6 + binaries
16:56:31 [2021-08-20T16:56:31.092Z] #57 141.6 + install -D bin/containerd /build/containerd
16:56:31 [2021-08-20T16:56:31.092Z] #57 141.6 + install -D bin/containerd-shim /build/containerd-shim
16:56:31 [2021-08-20T16:56:31.092Z] #57 141.6 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
16:56:31 [2021-08-20T16:56:31.092Z] #57 141.6 + install -D bin/ctr /build/ctr
16:56:31 [2021-08-20T16:56:31.553Z]  ---> 1a9e6b72c4fc
16:56:31 [2021-08-20T16:56:31.553Z] Successfully built 1a9e6b72c4fc
16:56:31 [2021-08-20T16:56:31.553Z] Successfully tagged docker:latest
16:56:31 [2021-08-20T16:56:31.553Z] INFO: Image build ended at 08/20/2021 16:56:31. Duration:00:00:38.8377039
16:56:31 [2021-08-20T16:56:31.614Z] #20 18.22 Selecting previously unselected package libapparmor1:arm64.
16:56:31 [2021-08-20T16:56:31.614Z] #20 18.23 Preparing to unpack .../07-libapparmor1_2.13.2-10_arm64.deb ...
16:56:31 [2021-08-20T16:56:31.614Z] #20 18.23 Unpacking libapparmor1:arm64 (2.13.2-10) ...
16:56:31 [2021-08-20T16:56:31.614Z] #20 18.28 Selecting previously unselected package libapparmor-dev:arm64.
16:56:31 [2021-08-20T16:56:31.614Z] #20 18.28 Preparing to unpack .../08-libapparmor-dev_2.13.2-10_arm64.deb ...
16:56:31 [2021-08-20T16:56:31.614Z] #20 18.29 Unpacking libapparmor-dev:arm64 (2.13.2-10) ...
16:56:31 [2021-08-20T16:56:31.614Z] #20 18.35 Selecting previously unselected package libgcc1:armel.
16:56:31 [2021-08-20T16:56:31.614Z] #20 18.35 Preparing to unpack .../09-libgcc1_1%3a8.3.0-6_armel.deb ...
16:56:31 [2021-08-20T16:56:31.614Z] #20 18.35 Unpacking libgcc1:armel (1:8.3.0-6) ...
16:56:31 [2021-08-20T16:56:31.614Z] #20 18.42 Selecting previously unselected package libc6:armel.
16:56:31 [2021-08-20T16:56:31.614Z] #20 18.42 Preparing to unpack .../10-libc6_2.28-10_armel.deb ...
16:56:28 [2021-08-20T16:56:28.467Z]  > git config --get remote.origin.url # timeout=10
16:56:28 [2021-08-20T16:56:28.522Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials
16:56:28 [2021-08-20T16:56:28.524Z]  > git merge 41568dfc665ad4033d7fc860a5dac8102915008e # timeout=10
16:56:29 [2021-08-20T16:56:29.388Z]  > git rev-parse "HEAD^{commit}" # timeout=10
16:56:29 [2021-08-20T16:56:29.539Z]  > git config core.sparsecheckout # timeout=10
16:56:29 [2021-08-20T16:56:29.591Z]  > git checkout -f f7ebafa5c65656342de9b08f11dd22807bbf0fe9 # timeout=10
16:56:31 [2021-08-20T16:56:31.874Z] #20 18.61 Unpacking libc6:armel (2.28-10) ...
16:56:32 [2021-08-20T16:56:32.009Z] 
16:56:32 [2021-08-20T16:56:32.009Z] 
16:56:32 [2021-08-20T16:56:32.009Z] INFO: Building the test binaries at 08/20/2021 16:56:31...
16:56:32 [2021-08-20T16:56:32.027Z] #57 DONE 142.2s
16:56:32 [2021-08-20T16:56:32.121Z] DEBUG: print all environment variables to check how Jenkins runs this script
16:56:32 [2021-08-20T16:56:32.121Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-f7a997c3\powershellScript.ps1'; exit $LASTEXITCODE;
16:56:32 [2021-08-20T16:56:32.121Z] ----------------------------------------------------------------------------
16:56:32 [2021-08-20T16:56:32.121Z] 
16:56:32 [2021-08-20T16:56:32.121Z] INFO: executeCI.ps1 starting at Fri Aug 20 16:56:30 CUT 2021
16:56:32 [2021-08-20T16:56:32.121Z] 
16:56:32 [2021-08-20T16:56:32.121Z] INFO: Script version 05-Feb-2019 09:03 PDT
16:56:32 [2021-08-20T16:56:32.121Z] INFO: Running git version 2.24.1.windows.2
16:56:32 [2021-08-20T16:56:32.121Z] INFO: Branch:fe_release Build:20348.1.210507-1500
16:56:32 [2021-08-20T16:56:32.121Z] INFO: Environment variables:
16:56:32 [2021-08-20T16:56:32.121Z] 
16:56:32 [2021-08-20T16:56:32.121Z] Name                           Value                                                                                   
16:56:32 [2021-08-20T16:56:32.121Z] ----                           -----                                                                                   
16:56:32 [2021-08-20T16:56:32.121Z] ALLUSERSPROFILE                C:\ProgramData                                                                          
16:56:32 [2021-08-20T16:56:32.121Z] APPDATA                        C:\Windows\system32\config\systemprofile\AppData\Roaming                                
16:56:32 [2021-08-20T16:56:32.121Z] APT_MIRROR                     cdn-fastly.deb.debian.org                                                               
16:56:32 [2021-08-20T16:56:32.121Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.12                     
16:56:32 [2021-08-20T16:56:32.121Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}]                                    
16:56:32 [2021-08-20T16:56:32.121Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.12                                                                                 
16:56:32 [2021-08-20T16:56:32.121Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN                                                                                 
16:56:32 [2021-08-20T16:56:32.121Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16                                                                           
16:56:32 [2021-08-20T16:56:32.121Z] BRANCH_NAME                    PR-42765                                                                                
16:56:32 [2021-08-20T16:56:32.121Z] BUILD_DISPLAY_NAME             #2                                                                                      
16:56:32 [2021-08-20T16:56:32.121Z] BUILD_ID                       2                                                                                       
16:56:32 [2021-08-20T16:56:32.121Z] BUILD_NUMBER                   2                                                                                       
16:56:32 [2021-08-20T16:56:32.121Z] BUILD_TAG                      jenkins-moby-PR-42765-2                                                                 
16:56:32 [2021-08-20T16:56:32.121Z] BUILD_URL                      https://ci-next.docker.com/public/job/moby/job/PR-42765/2/                              
16:56:32 [2021-08-20T16:56:32.121Z] CHANGE_AUTHOR                  thaJeztah                                                                               
16:56:32 [2021-08-20T16:56:32.121Z] CHANGE_AUTHOR_DISPLAY_NAME     Sebastiaan van Stijn                                                                    
16:56:32 [2021-08-20T16:56:32.121Z] CHANGE_BRANCH                  windows_2022_ltsc                                                                       
16:56:32 [2021-08-20T16:56:32.121Z] CHANGE_FORK                    thaJeztah/docker                                                                        
16:56:32 [2021-08-20T16:56:32.121Z] CHANGE_ID                      42765                                                                                   
16:56:32 [2021-08-20T16:56:32.121Z] CHANGE_TARGET                  master                                                                                  
16:56:32 [2021-08-20T16:56:32.121Z] CHANGE_TITLE                   Jenkinsfile: windows 2022 LTSC mcr.microsoft.com/windows/servercore:ltsc2022            
16:56:32 [2021-08-20T16:56:32.121Z] CHANGE_URL                     https://github.com/moby/moby/pull/42765                                                 
16:56:32 [2021-08-20T16:56:32.121Z] CHECK_CONFIG_COMMIT            2b0755b936416834e14208c6c37b36977e67ea35                                                
16:56:32 [2021-08-20T16:56:32.121Z] CommonProgramFiles             C:\Program Files\Common Files                                                           
16:56:32 [2021-08-20T16:56:32.121Z] CommonProgramFiles(x86)        C:\Program Files (x86)\Common Files                                                     
16:56:32 [2021-08-20T16:56:32.121Z] CommonProgramW6432             C:\Program Files\Common Files                                                           
16:56:32 [2021-08-20T16:56:32.121Z] COMPUTERNAME                   azwin-2-fedae0                                                                          
16:56:32 [2021-08-20T16:56:32.121Z] ComSpec                        C:\Windows\system32\cmd.exe                                                             
16:56:32 [2021-08-20T16:56:32.121Z] ConfigSequenceNumber           0                                                                                       
16:56:32 [2021-08-20T16:56:32.121Z] DOCKER_BUILDKIT                0                                                                                       
16:56:32 [2021-08-20T16:56:32.121Z] DOCKER_DUT_DEBUG               1                                                                                       
16:56:32 [2021-08-20T16:56:32.121Z] DOCKER_EXPERIMENTAL            1                                                                                       
16:56:32 [2021-08-20T16:56:32.121Z] DOCKER_GRAPHDRIVER             overlay2                                                                                
16:56:32 [2021-08-20T16:56:32.121Z] DriverData                     C:\Windows\System32\Drivers\DriverData                                                  
16:56:32 [2021-08-20T16:56:32.121Z] EXECUTOR_NUMBER                0                                                                                       
16:56:32 [2021-08-20T16:56:32.122Z] FQDN                           azwin-2-fedae0.westus.cloudapp.azure.com                                                
16:56:32 [2021-08-20T16:56:32.122Z] GIT_BRANCH                     PR-42765                                                                                
16:56:32 [2021-08-20T16:56:32.122Z] GIT_COMMIT                     b1b88c94eef6d92b5c9cc98551071e5696d3ccba                                                
16:56:32 [2021-08-20T16:56:32.122Z] GIT_PREVIOUS_COMMIT            d7abbd01ebf9a77dcfea00f71c1266a7cc7730a8                                                
16:56:32 [2021-08-20T16:56:32.122Z] GIT_PREVIOUS_SUCCESSFUL_COMMIT d7abbd01ebf9a77dcfea00f71c1266a7cc7730a8                                                
16:56:32 [2021-08-20T16:56:32.122Z] GIT_URL                        https://github.com/moby/moby.git                                                        
16:56:32 [2021-08-20T16:56:32.122Z] HUDSON_COOKIE                  faf205cb-b11b-492c-badb-33edbb3d3b00                                                    
16:56:32 [2021-08-20T16:56:32.122Z] HUDSON_HOME                    /var/cloudbees-jenkins-distribution                                                     
16:56:32 [2021-08-20T16:56:32.122Z] HUDSON_SERVER_COOKIE           aaf6decb76ababb5                                                                        
16:56:32 [2021-08-20T16:56:32.122Z] HUDSON_URL                     https://ci-next.docker.com/public/                                                      
16:56:32 [2021-08-20T16:56:32.122Z] JAVA_HOME                      C:\java-1.8.0-openjdk-1.8.0.302-1.b08.ojdkbuild.windows.x86_64                          
16:56:32 [2021-08-20T16:56:32.122Z] JENKINS_HOME                   /var/cloudbees-jenkins-distribution                                                     
16:56:32 [2021-08-20T16:56:32.122Z] JENKINS_NODE_COOKIE            5f3c4f77-44f8-4393-9262-a860687486d0                                                    
16:56:32 [2021-08-20T16:56:32.122Z] JENKINS_SERVER_COOKIE          durable-2f56e31ca5b2498536d5dc93c29eccaf                                                
16:56:32 [2021-08-20T16:56:32.122Z] JENKINS_URL                    https://ci-next.docker.com/public/                                                      
16:56:32 [2021-08-20T16:56:32.122Z] JOB_BASE_NAME                  PR-42765                                                                                
16:56:32 [2021-08-20T16:56:32.122Z] JOB_DISPLAY_URL                https://ci-next.docker.com/public/job/moby/job/PR-42765/display/redirect                
16:56:32 [2021-08-20T16:56:32.122Z] JOB_NAME                       moby/PR-42765                                                                           
16:56:32 [2021-08-20T16:56:32.122Z] JOB_URL                        https://ci-next.docker.com/public/job/moby/job/PR-42765/                                
16:56:32 [2021-08-20T16:56:32.122Z] library.jps.version            master                                                                                  
16:56:32 [2021-08-20T16:56:32.122Z] LOCALAPPDATA                   C:\Windows\system32\config\systemprofile\AppData\Local                                  
16:56:32 [2021-08-20T16:56:32.122Z] NODE_LABELS                    amd64 azure azwin-2-fedae0 azwin-2022 docker west-us windows windows-2022 x86_64        
16:56:32 [2021-08-20T16:56:32.122Z] NODE_NAME                      azwin-2-fedae0                                                                          
16:56:32 [2021-08-20T16:56:32.122Z] NUMBER_OF_PROCESSORS           4                                                                                       
16:56:32 [2021-08-20T16:56:32.122Z] OS                             Windows_NT                                                                              
16:56:32 [2021-08-20T16:56:32.122Z] Path                           C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo...
16:56:32 [2021-08-20T16:56:32.122Z] PATHEXT                        .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL                              
16:56:32 [2021-08-20T16:56:32.122Z] PROCESSOR_ARCHITECTURE         AMD64                                                                                   
16:56:32 [2021-08-20T16:56:32.122Z] PROCESSOR_IDENTIFIER           Intel64 Family 6 Model 79 Stepping 1, GenuineIntel                                      
16:56:32 [2021-08-20T16:56:32.122Z] PROCESSOR_LEVEL                6                                                                                       
16:56:32 [2021-08-20T16:56:32.122Z] PROCESSOR_REVISION             4f01                                                                                    
16:56:32 [2021-08-20T16:56:32.122Z] ProgramData                    C:\ProgramData                                                                          
16:56:32 [2021-08-20T16:56:32.122Z] ProgramFiles                   C:\Program Files                                                                        
16:56:32 [2021-08-20T16:56:32.122Z] ProgramFiles(x86)              C:\Program Files (x86)                                                                  
16:56:32 [2021-08-20T16:56:32.122Z] ProgramW6432                   C:\Program Files                                                                        
16:56:32 [2021-08-20T16:56:32.122Z] PROMPT                         $P$G                                                                                    
16:56:32 [2021-08-20T16:56:32.122Z] PSExecutionPolicyPreference    Bypass                                                                                  
16:56:32 [2021-08-20T16:56:32.122Z] PSModulePath                   WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste...
16:56:32 [2021-08-20T16:56:32.122Z] PUBLIC                         C:\Users\Public                                                                         
16:56:32 [2021-08-20T16:56:32.122Z] RUN_ARTIFACTS_DISPLAY_URL      https://ci-next.docker.com/public/job/moby/job/PR-42765/2/display/redirect?page=artif...
16:56:32 [2021-08-20T16:56:32.122Z] RUN_CHANGES_DISPLAY_URL        https://ci-next.docker.com/public/job/moby/job/PR-42765/2/display/redirect?page=changes 
16:56:32 [2021-08-20T16:56:32.122Z] RUN_DISPLAY_URL                https://ci-next.docker.com/public/job/moby/job/PR-42765/2/display/redirect              
16:56:32 [2021-08-20T16:56:32.122Z] RUN_TESTS_DISPLAY_URL          https://ci-next.docker.com/public/job/moby/job/PR-42765/2/display/redirect?page=tests   
16:56:32 [2021-08-20T16:56:32.122Z] SKIP_VALIDATION_TESTS          1                                                                                       
16:56:32 [2021-08-20T16:56:32.122Z] SOURCES_DRIVE                  d                                                                                       
16:56:32 [2021-08-20T16:56:32.122Z] SOURCES_SUBDIR                 gopath                                                                                  
16:56:32 [2021-08-20T16:56:32.122Z] STAGE_NAME                     Run tests                                                                               
16:56:32 [2021-08-20T16:56:32.122Z] SystemDrive                    C:                                                                                      
16:56:32 [2021-08-20T16:56:32.122Z] SystemRoot                     C:\Windows                                                                              
16:56:32 [2021-08-20T16:56:32.122Z] TEMP                           C:\Windows\TEMP                                                                         
16:56:32 [2021-08-20T16:56:32.122Z] TESTDEBUG                      0                                                                                       
16:56:32 [2021-08-20T16:56:32.122Z] TESTRUN_DRIVE                  d                                                                                       
16:56:32 [2021-08-20T16:56:32.122Z] TESTRUN_SUBDIR                 CI                                                                                      
16:56:32 [2021-08-20T16:56:32.122Z] TIMEOUT                        120m                                                                                    
16:56:32 [2021-08-20T16:56:32.122Z] TMP                            C:\Windows\TEMP                                                                         
16:56:32 [2021-08-20T16:56:32.122Z] USERDOMAIN                     WORKGROUP                                                                               
16:56:32 [2021-08-20T16:56:32.122Z] USERNAME                       azwin-2-fedae0$                                                                         
16:56:32 [2021-08-20T16:56:32.122Z] USERPROFILE                    C:\Windows\system32\config\systemprofile                                                
16:56:32 [2021-08-20T16:56:32.122Z] windir                         C:\Windows                                                                              
16:56:32 [2021-08-20T16:56:32.122Z] WINDOWS_BASE_IMAGE             mcr.microsoft.com/windows/servercore                                                    
16:56:32 [2021-08-20T16:56:32.122Z] WINDOWS_BASE_IMAGE_TAG         ltsc2022                                                                                
16:56:32 [2021-08-20T16:56:32.122Z] WORKSPACE                      d:\gopath\src\github.com\docker\docker                                                  
16:56:32 [2021-08-20T16:56:32.122Z] WORKSPACE_TMP                  d:\gopath\src\github.com\docker\docker@tmp                                              
16:56:32 [2021-08-20T16:56:32.122Z] 
16:56:32 [2021-08-20T16:56:32.122Z] 
16:56:32 [2021-08-20T16:56:32.122Z] 
16:56:32 [2021-08-20T16:56:32.122Z] INFO: Sources under d:\gopath\...
16:56:32 [2021-08-20T16:56:32.122Z] INFO: Test run under d:\CI\...
16:56:32 [2021-08-20T16:56:32.122Z] INFO: Running in D:\gopath\src\github.com\docker\docker
16:56:32 [2021-08-20T16:56:32.122Z] INFO: docker/docker repository was found
16:56:32 [2021-08-20T16:56:32.122Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2022 from docker hub. This may take some time...
16:56:32 [2021-08-20T16:56:32.443Z] #20 19.05 Selecting previously unselected package libapparmor1:armel.
16:56:32 [2021-08-20T16:56:32.443Z] #20 19.06 Preparing to unpack .../11-libapparmor1_2.13.2-10_armel.deb ...
16:56:32 [2021-08-20T16:56:32.443Z] #20 19.06 Unpacking libapparmor1:armel (2.13.2-10) ...
16:56:32 [2021-08-20T16:56:32.443Z] #20 19.11 Selecting previously unselected package libapparmor-dev:armel.
16:56:32 [2021-08-20T16:56:32.443Z] #20 19.11 Preparing to unpack .../12-libapparmor-dev_2.13.2-10_armel.deb ...
16:56:32 [2021-08-20T16:56:32.443Z] #20 19.12 Unpacking libapparmor-dev:armel (2.13.2-10) ...
16:56:32 [2021-08-20T16:56:32.443Z] #20 19.18 Selecting previously unselected package libgcc1:armhf.
16:56:32 [2021-08-20T16:56:32.443Z] #20 19.19 Preparing to unpack .../13-libgcc1_1%3a8.3.0-6_armhf.deb ...
16:56:32 [2021-08-20T16:56:32.443Z] #20 19.20 Unpacking libgcc1:armhf (1:8.3.0-6) ...
16:56:32 [2021-08-20T16:56:32.443Z] #20 19.26 Selecting previously unselected package libc6:armhf.
16:56:32 [2021-08-20T16:56:32.443Z] #20 19.27 Preparing to unpack .../14-libc6_2.28-10_armhf.deb ...
16:56:32 [2021-08-20T16:56:32.577Z] ltsc2022: Pulling from windows/servercore
16:56:32 [2021-08-20T16:56:32.594Z] 
16:56:32 [2021-08-20T16:56:32.594Z] #58 [dev-systemd-false 22/25] COPY --from=containerd    /build/ /usr/local/bin/
16:56:32 [2021-08-20T16:56:32.594Z] #58 sha256:7b3fe3714fac5ac59e75426802812bb70f9a072a4f254325ec0faa83ef2864d5
16:56:32 [2021-08-20T16:56:32.702Z] #20 19.45 Unpacking libc6:armhf (2.28-10) ...
16:56:32 [2021-08-20T16:56:32.853Z] #58 DONE 0.2s
16:56:32 [2021-08-20T16:56:32.853Z] 
16:56:32 [2021-08-20T16:56:32.853Z] #62 [dev-systemd-false 23/25] COPY --from=rootlesskit   /build/ /usr/local/bin/
16:56:32 [2021-08-20T16:56:32.853Z] #62 sha256:f3beec862612ec9b2228a36edf351ebc413f32a270bd7796b6eabd315a26f5a6
16:56:32 [2021-08-20T16:56:32.853Z] #62 DONE 0.1s
16:56:32 [2021-08-20T16:56:32.953Z] #22 4.370 Collecting yamllint==1.26.1
16:56:32 [2021-08-20T16:56:32.961Z] #20 19.84 Selecting previously unselected package libapparmor1:armhf.
16:56:32 [2021-08-20T16:56:32.961Z] #20 19.85 Preparing to unpack .../15-libapparmor1_2.13.2-10_armhf.deb ...
16:56:32 [2021-08-20T16:56:32.961Z] #20 19.85 Unpacking libapparmor1:armhf (2.13.2-10) ...
16:56:33 [2021-08-20T16:56:33.033Z] 8f616e6e9eec: Pulling fs layer
16:56:33 [2021-08-20T16:56:33.033Z] 393f6f5bddce: Pulling fs layer
16:56:33 [2021-08-20T16:56:33.111Z] 
16:56:33 [2021-08-20T16:56:33.111Z] #67 [dev-systemd-false 24/25] COPY --from=vpnkit        /build/ /usr/local/bin/
16:56:33 [2021-08-20T16:56:33.111Z] #67 sha256:5c756959edcc0d2ba69f07c1ee842fcada95897cf216a37530f7ad4d3551ba62
16:56:33 [2021-08-20T16:56:33.221Z] #20 19.90 Selecting previously unselected package libapparmor-dev:armhf.
16:56:33 [2021-08-20T16:56:33.221Z] #20 19.90 Preparing to unpack .../16-libapparmor-dev_2.13.2-10_armhf.deb ...
16:56:33 [2021-08-20T16:56:33.221Z] #20 19.96 Unpacking libapparmor-dev:armhf (2.13.2-10) ...
16:56:33 [2021-08-20T16:56:33.221Z] #20 20.02 Selecting previously unselected package libgcc1:ppc64el.
16:56:33 [2021-08-20T16:56:33.221Z] #20 20.03 Preparing to unpack .../17-libgcc1_1%3a8.3.0-6_ppc64el.deb ...
16:56:33 [2021-08-20T16:56:33.221Z] #20 20.03 Unpacking libgcc1:ppc64el (1:8.3.0-6) ...
16:56:33 [2021-08-20T16:56:33.221Z] #20 20.11 Selecting previously unselected package libc6:ppc64el.
16:56:33 [2021-08-20T16:56:33.480Z] #20 20.11 Preparing to unpack .../18-libc6_2.28-10_ppc64el.deb ...
16:56:33 [2021-08-20T16:56:33.480Z] #20 20.25 Unpacking libc6:ppc64el (2.28-10) ...
16:56:33 [2021-08-20T16:56:33.547Z] #57 150.2 + bin/containerd-shim-runc-v1
16:56:34 [2021-08-20T16:56:34.047Z] #67 DONE 0.9s
16:56:34 [2021-08-20T16:56:34.047Z] 
16:56:34 [2021-08-20T16:56:34.047Z] #68 [dev-systemd-false 25/25] WORKDIR /go/src/github.com/docker/docker
16:56:34 [2021-08-20T16:56:34.047Z] #68 sha256:ef39f878618c937704045cb7f720c51bbb05f42442fff5591d9e38a6e8451a7f
16:56:34 [2021-08-20T16:56:34.047Z] #68 DONE 0.0s
16:56:34 [2021-08-20T16:56:34.047Z] 
16:56:34 [2021-08-20T16:56:34.047Z] #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
16:56:34 [2021-08-20T16:56:34.047Z] #69 sha256:dbf054a5824cdf7fd2ce2a9608ad617dbb2f33c518de782b3c4cef51210c0e85
16:56:34 [2021-08-20T16:56:34.420Z] #20 20.88 Selecting previously unselected package libapparmor1:ppc64el.
16:56:34 [2021-08-20T16:56:34.420Z] #20 20.88 Preparing to unpack .../19-libapparmor1_2.13.2-10_ppc64el.deb ...
16:56:34 [2021-08-20T16:56:34.420Z] #20 20.89 Unpacking libapparmor1:ppc64el (2.13.2-10) ...
16:56:34 [2021-08-20T16:56:34.420Z] #20 20.93 Selecting previously unselected package libapparmor-dev:ppc64el.
16:56:34 [2021-08-20T16:56:34.420Z] #20 20.95 Preparing to unpack .../20-libapparmor-dev_2.13.2-10_ppc64el.deb ...
16:56:34 [2021-08-20T16:56:34.420Z] #20 20.95 Unpacking libapparmor-dev:ppc64el (2.13.2-10) ...
16:56:34 [2021-08-20T16:56:34.420Z] #20 21.01 Selecting previously unselected package libgcc1:s390x.
16:56:34 [2021-08-20T16:56:34.420Z] #20 21.02 Preparing to unpack .../21-libgcc1_1%3a8.3.0-6_s390x.deb ...
16:56:34 [2021-08-20T16:56:34.420Z] #20 21.03 Unpacking libgcc1:s390x (1:8.3.0-6) ...
16:56:34 [2021-08-20T16:56:34.420Z] #20 21.09 Selecting previously unselected package libc6:s390x.
16:56:34 [2021-08-20T16:56:34.420Z] #20 21.09 Preparing to unpack .../22-libc6_2.28-10_s390x.deb ...
16:56:34 [2021-08-20T16:56:34.420Z] #20 21.26 Unpacking libc6:s390x (2.28-10) ...
16:56:34 [2021-08-20T16:56:34.615Z] #69 0.715 Hit:1 http://deb.debian.org/debian buster-backports InRelease
16:56:34 [2021-08-20T16:56:34.615Z] #69 0.791 Hit:2 http://cdn-fastly.deb.debian.org/debian buster InRelease
16:56:34 [2021-08-20T16:56:34.874Z] #69 0.891 Hit:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease
16:56:34 [2021-08-20T16:56:34.874Z] #69 0.975 Hit:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease
16:56:34 [2021-08-20T16:56:34.988Z] #20 21.74 Selecting previously unselected package libapparmor1:s390x.
16:56:34 [2021-08-20T16:56:34.988Z] #20 21.75 Preparing to unpack .../23-libapparmor1_2.13.2-10_s390x.deb ...
16:56:34 [2021-08-20T16:56:34.988Z] #20 21.75 Unpacking libapparmor1:s390x (2.13.2-10) ...
16:56:34 [2021-08-20T16:56:34.988Z] #20 21.80 Selecting previously unselected package libapparmor-dev:s390x.
16:56:34 [2021-08-20T16:56:34.988Z] #20 21.81 Preparing to unpack .../24-libapparmor-dev_2.13.2-10_s390x.deb ...
16:56:35 [2021-08-20T16:56:35.247Z] #20 21.82 Unpacking libapparmor-dev:s390x (2.13.2-10) ...
16:56:35 [2021-08-20T16:56:35.247Z] #20 21.92 Setting up gcc-8-base:arm64 (8.3.0-6) ...
16:56:35 [2021-08-20T16:56:35.247Z] #20 21.94 Setting up gcc-8-base:armel (8.3.0-6) ...
16:56:35 [2021-08-20T16:56:35.247Z] #20 21.95 Setting up gcc-8-base:armhf (8.3.0-6) ...
16:56:35 [2021-08-20T16:56:35.247Z] #20 21.96 Setting up gcc-8-base:ppc64el (8.3.0-6) ...
16:56:35 [2021-08-20T16:56:35.247Z] #20 21.97 Setting up gcc-8-base:s390x (8.3.0-6) ...
16:56:35 [2021-08-20T16:56:35.247Z] #20 21.98 Setting up libc6:arm64 (2.28-10) ...
16:56:35 [2021-08-20T16:56:35.812Z] #69 1.070 Reading package lists...
16:56:36 [2021-08-20T16:56:36.381Z] #69 1.709 Reading package lists...
16:56:36 [2021-08-20T16:56:36.381Z] #69 2.348 Building dependency tree...
16:56:36 [2021-08-20T16:56:36.381Z] #69 2.482 Reading state information...
16:56:36 [2021-08-20T16:56:36.381Z] #69 2.593 The following additional packages will be installed:
16:56:36 [2021-08-20T16:56:36.626Z] #20 23.16 Setting up libc6:armel (2.28-10) ...
16:56:36 [2021-08-20T16:56:36.640Z] #69 2.593   libargon2-1 libcryptsetup12 libdbus-1-3 libidn11 libjson-c3 libkmod2
16:56:36 [2021-08-20T16:56:36.640Z] #69 2.594   libpam-systemd
16:56:36 [2021-08-20T16:56:36.640Z] #69 2.594 Suggested packages:
16:56:36 [2021-08-20T16:56:36.640Z] #69 2.594   systemd-container policykit-1
16:56:36 [2021-08-20T16:56:36.640Z] #69 2.594 Recommended packages:
16:56:36 [2021-08-20T16:56:36.640Z] #69 2.594   libnss-systemd
16:56:36 [2021-08-20T16:56:36.640Z] #69 2.645 The following NEW packages will be installed:
16:56:36 [2021-08-20T16:56:36.640Z] #69 2.646   dbus dbus-user-session libargon2-1 libcryptsetup12 libdbus-1-3 libidn11
16:56:36 [2021-08-20T16:56:36.640Z] #69 2.647   libjson-c3 libkmod2 libpam-systemd systemd systemd-sysv
16:56:36 [2021-08-20T16:56:36.687Z] INFO: make.ps1 starting at 08/20/2021 16:56:36
16:56:36 [2021-08-20T16:56:36.898Z] #69 2.912 0 upgraded, 11 newly installed, 0 to remove and 0 not upgraded.
16:56:36 [2021-08-20T16:56:36.898Z] #69 2.912 Need to get 4759 kB of archives.
16:56:36 [2021-08-20T16:56:36.898Z] #69 2.912 After this operation, 16.6 MB of additional disk space will be used.
16:56:36 [2021-08-20T16:56:36.898Z] #69 2.912 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libargon2-1 amd64 0~20171227-0.2 [19.6 kB]
16:56:36 [2021-08-20T16:56:36.898Z] #69 2.914 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjson-c3 amd64 0.12.1+ds-2+deb10u1 [27.3 kB]
16:56:36 [2021-08-20T16:56:36.898Z] #69 2.915 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcryptsetup12 amd64 2:2.1.0-5+deb10u2 [193 kB]
16:56:36 [2021-08-20T16:56:36.898Z] #69 2.918 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libidn11 amd64 1.33-2.2 [116 kB]
16:56:36 [2021-08-20T16:56:36.898Z] #69 2.920 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libkmod2 amd64 26-1 [52.7 kB]
16:56:36 [2021-08-20T16:56:36.898Z] #69 2.921 Get:6 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 systemd amd64 241-7~deb10u8 [3496 kB]
16:56:36 [2021-08-20T16:56:36.898Z] #69 2.961 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 systemd-sysv amd64 241-7~deb10u8 [100 kB]
16:56:36 [2021-08-20T16:56:36.898Z] #69 2.962 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdbus-1-3 amd64 1.12.20-0+deb10u1 [215 kB]
16:56:36 [2021-08-20T16:56:36.898Z] #69 2.964 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dbus amd64 1.12.20-0+deb10u1 [236 kB]
16:56:36 [2021-08-20T16:56:36.898Z] #69 2.967 Get:10 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 libpam-systemd amd64 241-7~deb10u8 [209 kB]
16:56:36 [2021-08-20T16:56:36.898Z] #69 2.969 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dbus-user-session amd64 1.12.20-0+deb10u1 [94.5 kB]
16:56:36 [2021-08-20T16:56:36.898Z] #69 3.086 debconf: delaying package configuration, since apt-utils is not installed
16:56:36 [2021-08-20T16:56:36.898Z] #69 3.109 Fetched 4759 kB in 0s (15.2 MB/s)
16:56:36 [2021-08-20T16:56:36.898Z] #69 3.133 Selecting previously unselected package libargon2-1:amd64.
16:56:36 [2021-08-20T16:56:36.898Z] #69 3.133 (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.)
16:56:37 [2021-08-20T16:56:37.145Z] INFO: Git commit (57d5e28626) assumed from DOCKER_GITCOMMIT environment variable
16:56:37 [2021-08-20T16:56:37.145Z] INFO: Invoking autogen...
16:56:37 [2021-08-20T16:56:37.157Z] #69 3.147 Preparing to unpack .../0-libargon2-1_0~20171227-0.2_amd64.deb ...
16:56:37 [2021-08-20T16:56:37.157Z] #69 3.154 Unpacking libargon2-1:amd64 (0~20171227-0.2) ...
16:56:37 [2021-08-20T16:56:37.157Z] #69 3.183 Selecting previously unselected package libjson-c3:amd64.
16:56:37 [2021-08-20T16:56:37.157Z] #69 3.186 Preparing to unpack .../1-libjson-c3_0.12.1+ds-2+deb10u1_amd64.deb ...
16:56:37 [2021-08-20T16:56:37.157Z] #69 3.191 Unpacking libjson-c3:amd64 (0.12.1+ds-2+deb10u1) ...
16:56:37 [2021-08-20T16:56:37.157Z] #69 3.224 Selecting previously unselected package libcryptsetup12:amd64.
16:56:37 [2021-08-20T16:56:37.157Z] #69 3.227 Preparing to unpack .../2-libcryptsetup12_2%3a2.1.0-5+deb10u2_amd64.deb ...
16:56:37 [2021-08-20T16:56:37.157Z] #69 3.231 Unpacking libcryptsetup12:amd64 (2:2.1.0-5+deb10u2) ...
16:56:37 [2021-08-20T16:56:37.157Z] #69 3.280 Selecting previously unselected package libidn11:amd64.
16:56:37 [2021-08-20T16:56:37.157Z] #69 3.283 Preparing to unpack .../3-libidn11_1.33-2.2_amd64.deb ...
16:56:37 [2021-08-20T16:56:37.157Z] #69 3.286 Unpacking libidn11:amd64 (1.33-2.2) ...
16:56:37 [2021-08-20T16:56:37.157Z] #69 3.330 Selecting previously unselected package libkmod2:amd64.
16:56:37 [2021-08-20T16:56:37.157Z] #69 3.330 Preparing to unpack .../4-libkmod2_26-1_amd64.deb ...
16:56:37 [2021-08-20T16:56:37.157Z] #69 3.335 Unpacking libkmod2:amd64 (26-1) ...
16:56:37 [2021-08-20T16:56:37.157Z] #69 3.377 Selecting previously unselected package systemd.
16:56:37 [2021-08-20T16:56:37.157Z] #69 3.380 Preparing to unpack .../5-systemd_241-7~deb10u8_amd64.deb ...
16:56:37 [2021-08-20T16:56:37.416Z] #69 3.420 Unpacking systemd (241-7~deb10u8) ...
16:56:37 [2021-08-20T16:56:37.601Z] INFO: Building daemon...
16:56:37 [2021-08-20T16:56:37.675Z] #69 3.814 Setting up libargon2-1:amd64 (0~20171227-0.2) ...
16:56:37 [2021-08-20T16:56:37.675Z] #69 3.824 Setting up libjson-c3:amd64 (0.12.1+ds-2+deb10u1) ...
16:56:37 [2021-08-20T16:56:37.675Z] #69 3.834 Setting up libcryptsetup12:amd64 (2:2.1.0-5+deb10u2) ...
16:56:37 [2021-08-20T16:56:37.675Z] #69 3.846 Setting up libidn11:amd64 (1.33-2.2) ...
16:56:37 [2021-08-20T16:56:37.675Z] #69 3.857 Setting up libkmod2:amd64 (26-1) ...
16:56:37 [2021-08-20T16:56:37.675Z] #69 3.870 Setting up systemd (241-7~deb10u8) ...
16:56:37 [2021-08-20T16:56:37.675Z] #69 3.916 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
16:56:37 [2021-08-20T16:56:37.762Z] #57 154.6 + bin/containerd-shim-runc-v2
16:56:37 [2021-08-20T16:56:37.934Z] #69 3.918 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
16:56:37 [2021-08-20T16:56:37.934Z] #69 3.922 Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service.
16:56:37 [2021-08-20T16:56:37.934Z] #69 3.922 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service.
16:56:38 [2021-08-20T16:56:38.007Z] #20 24.38 Setting up libc6:armhf (2.28-10) ...
16:56:38 [2021-08-20T16:56:38.192Z] #69 4.334 Selecting previously unselected package systemd-sysv.
16:56:38 [2021-08-20T16:56:38.216Z] #22 9.737   Downloading https://files.pythonhosted.org/packages/50/a1/9093baeb2545d43c22bbcc98c94b926d324598b50e196b492b0882dcb465/yamllint-1.26.1.tar.gz (126kB)
16:56:38 [2021-08-20T16:56:38.334Z] #57 155.5 + binaries
16:56:38 [2021-08-20T16:56:38.334Z] #57 155.5 + install -D bin/containerd /build/containerd
16:56:38 [2021-08-20T16:56:38.334Z] #57 155.5 + install -D bin/containerd-shim /build/containerd-shim
16:56:38 [2021-08-20T16:56:38.334Z] #57 155.5 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
16:56:38 [2021-08-20T16:56:38.334Z] #57 155.6 + install -D bin/ctr /build/ctr
16:56:38 [2021-08-20T16:56:38.451Z] #69 4.334 (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.)
16:56:38 [2021-08-20T16:56:38.451Z] #69 4.349 Preparing to unpack .../systemd-sysv_241-7~deb10u8_amd64.deb ...
16:56:38 [2021-08-20T16:56:38.451Z] #69 4.352 Unpacking systemd-sysv (241-7~deb10u8) ...
16:56:38 [2021-08-20T16:56:38.451Z] #69 4.395 Selecting previously unselected package libdbus-1-3:amd64.
16:56:38 [2021-08-20T16:56:38.451Z] #69 4.397 Preparing to unpack .../libdbus-1-3_1.12.20-0+deb10u1_amd64.deb ...
16:56:38 [2021-08-20T16:56:38.451Z] #69 4.401 Unpacking libdbus-1-3:amd64 (1.12.20-0+deb10u1) ...
16:56:38 [2021-08-20T16:56:38.451Z] #69 4.457 Selecting previously unselected package dbus.
16:56:38 [2021-08-20T16:56:38.451Z] #69 4.460 Preparing to unpack .../dbus_1.12.20-0+deb10u1_amd64.deb ...
16:56:38 [2021-08-20T16:56:38.451Z] #69 4.470 Unpacking dbus (1.12.20-0+deb10u1) ...
16:56:38 [2021-08-20T16:56:38.451Z] #69 4.529 Selecting previously unselected package libpam-systemd:amd64.
16:56:38 [2021-08-20T16:56:38.451Z] #69 4.532 Preparing to unpack .../libpam-systemd_241-7~deb10u8_amd64.deb ...
16:56:38 [2021-08-20T16:56:38.451Z] #69 4.536 Unpacking libpam-systemd:amd64 (241-7~deb10u8) ...
16:56:38 [2021-08-20T16:56:38.451Z] #69 4.576 Selecting previously unselected package dbus-user-session.
16:56:38 [2021-08-20T16:56:38.473Z] #22 10.68 Collecting pathspec>=0.5.3 (from yamllint==1.26.1)
16:56:38 [2021-08-20T16:56:38.473Z] #22 10.73   Downloading https://files.pythonhosted.org/packages/42/ba/a9d64c7bcbc7e3e8e5f93a52721b377e994c22d16196e2b0f1236774353a/pathspec-0.9.0-py2.py3-none-any.whl
16:56:38 [2021-08-20T16:56:38.473Z] #22 10.79 Collecting pyyaml (from yamllint==1.26.1)
16:56:38 [2021-08-20T16:56:38.709Z] #69 4.579 Preparing to unpack .../dbus-user-session_1.12.20-0+deb10u1_amd64.deb ...
16:56:38 [2021-08-20T16:56:38.709Z] #69 4.583 Unpacking dbus-user-session (1.12.20-0+deb10u1) ...
16:56:38 [2021-08-20T16:56:38.709Z] #69 4.624 Setting up systemd-sysv (241-7~deb10u8) ...
16:56:38 [2021-08-20T16:56:38.709Z] #69 4.637 Setting up libdbus-1-3:amd64 (1.12.20-0+deb10u1) ...
16:56:38 [2021-08-20T16:56:38.709Z] #69 4.648 Setting up dbus (1.12.20-0+deb10u1) ...
16:56:38 [2021-08-20T16:56:38.709Z] #69 4.767 invoke-rc.d: could not determine current runlevel
16:56:38 [2021-08-20T16:56:38.709Z] #69 4.769 invoke-rc.d: policy-rc.d denied execution of start.
16:56:38 [2021-08-20T16:56:38.709Z] #69 4.774 Setting up libpam-systemd:amd64 (241-7~deb10u8) ...
16:56:38 [2021-08-20T16:56:38.730Z] #22 10.99   Downloading https://files.pythonhosted.org/packages/7a/a5/393c087efdc78091afa2af9f1378762f9821c9c1d7a22c5753fb5ac5f97a/PyYAML-5.4.1-cp37-cp37m-manylinux1_x86_64.whl (636kB)
16:56:38 [2021-08-20T16:56:38.904Z] #57 DONE 155.9s
16:56:38 [2021-08-20T16:56:38.951Z] #20 25.59 Setting up libc6:ppc64el (2.28-10) ...
16:56:38 [2021-08-20T16:56:38.968Z] #69 4.884 Setting up dbus-user-session (1.12.20-0+deb10u1) ...
16:56:38 [2021-08-20T16:56:38.968Z] #69 4.899 Processing triggers for systemd (241-7~deb10u8) ...
16:56:38 [2021-08-20T16:56:38.968Z] #69 4.907 Processing triggers for libc-bin (2.28-10) ...
16:56:38 [2021-08-20T16:56:38.968Z] #69 DONE 5.1s
16:56:38 [2021-08-20T16:56:38.968Z] 
16:56:38 [2021-08-20T16:56:38.968Z] #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
16:56:38 [2021-08-20T16:56:38.968Z] #70 sha256:7707d38bfc7b9213e9cab6ae8f3c7c62c8091be3500b65830a226ec33301b2b6
16:56:38 [2021-08-20T16:56:38.987Z] #22 11.24 Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from yamllint==1.26.1) (40.8.0)
16:56:38 [2021-08-20T16:56:38.987Z] #22 11.24 Building wheels for collected packages: yamllint
16:56:38 [2021-08-20T16:56:38.987Z] #22 11.24   Running setup.py bdist_wheel for yamllint: started
16:56:39 [2021-08-20T16:56:39.535Z] #70 0.472   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
16:56:39 [2021-08-20T16:56:39.535Z] #70 0.475                                  Dload  Upload   Total   Spent    Left  Speed
16:56:39 [2021-08-20T16:56:39.794Z] #70 0.476 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  1823  100  1823    0     0   7757      0 --:--:-- --:--:-- --:--:--  7757
16:56:39 [2021-08-20T16:56:39.794Z] #70 DONE 0.8s
16:56:39 [2021-08-20T16:56:39.926Z] #22 12.25   Running setup.py bdist_wheel for yamllint: finished with status 'done'
16:56:39 [2021-08-20T16:56:39.926Z] #22 12.25   Stored in directory: /root/.cache/pip/wheels/db/c9/7f/2b7d21ea348b5085f20219b71cb64093a23036b73dd3412627
16:56:39 [2021-08-20T16:56:39.926Z] #22 12.30 Successfully built yamllint
16:56:39 [2021-08-20T16:56:39.926Z] #22 12.31 Installing collected packages: pathspec, pyyaml, yamllint
16:56:40 [2021-08-20T16:56:40.053Z] 
16:56:40 [2021-08-20T16:56:40.053Z] #71 [final 1/1] COPY . /go/src/github.com/docker/docker
16:56:40 [2021-08-20T16:56:40.053Z] #71 sha256:a4f6bfa7ccd1ac8b9e87946e9918f1382a2aeeafb283c0b5df42bfe19e804361
16:56:40 [2021-08-20T16:56:40.291Z] 
16:56:40 [2021-08-20T16:56:40.291Z] #58 [dev-systemd-false 22/25] COPY --from=containerd    /build/ /usr/local/bin/
16:56:40 [2021-08-20T16:56:40.291Z] #58 sha256:661e467d7cb182725dfd2d8c40fd06a6e1d8ead1d9fb466b3bd1b2db7ae8b029
16:56:40 [2021-08-20T16:56:40.331Z] #20 26.85 Setting up libc6:s390x (2.28-10) ...
16:56:40 [2021-08-20T16:56:40.474Z] Commit message: "Merge commit '41568dfc665ad4033d7fc860a5dac8102915008e' into HEAD"
16:56:40 [2021-08-20T16:56:40.490Z] #22 12.64 Successfully installed pathspec-0.9.0 pyyaml-5.4.1 yamllint-1.26.1
16:56:40 [2021-08-20T16:56:40.552Z] #58 DONE 0.3s
16:56:40 [2021-08-20T16:56:40.552Z] 
16:56:40 [2021-08-20T16:56:40.552Z] #62 [dev-systemd-false 23/25] COPY --from=rootlesskit   /build/ /usr/local/bin/
16:56:40 [2021-08-20T16:56:40.552Z] #62 sha256:5f7c0b2d63108108eda42b766c38a50130fe43cc1e133679262e850ff98dbc09
16:56:40 [2021-08-20T16:56:40.552Z] #62 DONE 0.1s
16:56:40 [2021-08-20T16:56:40.748Z] #22 DONE 13.1s
16:56:40 [2021-08-20T16:56:40.748Z] 
16:56:40 [2021-08-20T16:56:40.748Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build     --mount=type=cache,target=/go/pkg/mod     --mount=type=tmpfs,target=/go/src/         set -x         && git clone https://github.com/docker/distribution.git .         && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827"         && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"            go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry         && case $(dpkg --print-architecture) in                amd64|armhf|ppc64*|s390x)                git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd";                GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go";                    go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry;                 ;;            esac
16:56:40 [2021-08-20T16:56:40.748Z] #40 sha256:31736fe214c91336173addd02086baee88a153b6f405eb3118f95276bd6e57da
16:56:40 [2021-08-20T16:56:40.813Z] 
16:56:40 [2021-08-20T16:56:40.813Z] #67 [dev-systemd-false 24/25] COPY --from=vpnkit        /build/ /usr/local/bin/
16:56:40 [2021-08-20T16:56:40.813Z] #67 sha256:7e42d72837ace903e8d419228c1accc04865f1beceafbc91bfd542daf8270d66
16:56:40 [2021-08-20T16:56:40.509Z]  > git rev-list --no-walk d7abbd01ebf9a77dcfea00f71c1266a7cc7730a8 # timeout=10
16:56:40 [2021-08-20T16:56:40.988Z] #71 DONE 1.0s
16:56:40 [2021-08-20T16:56:40.988Z] 
16:56:40 [2021-08-20T16:56:40.988Z] #72 exporting to image
16:56:40 [2021-08-20T16:56:40.988Z] #72 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
16:56:40 [2021-08-20T16:56:40.988Z] #72 exporting layers
16:56:41 [2021-08-20T16:56:41.005Z] #40 ...
16:56:41 [2021-08-20T16:56:41.005Z] 
16:56:41 [2021-08-20T16:56:41.005Z] #25 [dev-systemd-false 10/25] COPY --from=dockercli     /build/ /usr/local/cli
16:56:41 [2021-08-20T16:56:41.005Z] #25 sha256:5ad6e2c1d504c9c5d719db2294db5c6f8fce183ee975e449089f5fc86b587116
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Print info)
16:56:41 [2021-08-20T16:56:41.270Z] #20 28.09 Setting up libapparmor1:arm64 (2.13.2-10) ...
16:56:41 [2021-08-20T16:56:41.270Z] #20 28.11 Setting up libapparmor1:armel (2.13.2-10) ...
16:56:41 [2021-08-20T16:56:41.270Z] #20 28.12 Setting up libapparmor1:armhf (2.13.2-10) ...
16:56:41 [2021-08-20T16:56:41.270Z] #20 28.13 Setting up libapparmor1:ppc64el (2.13.2-10) ...
16:56:41 [2021-08-20T16:56:41.270Z] #20 28.14 Setting up libapparmor1:s390x (2.13.2-10) ...
[Pipeline] sh
16:56:41 [2021-08-20T16:56:41.384Z] #67 DONE 0.6s
16:56:41 [2021-08-20T16:56:41.384Z] 
16:56:41 [2021-08-20T16:56:41.384Z] #68 [dev-systemd-false 25/25] WORKDIR /go/src/github.com/docker/docker
16:56:41 [2021-08-20T16:56:41.384Z] #68 sha256:46c710c882f58f61aaf9024b3c1e1ed06321cc70419f0cb89541b2793cc0063f
16:56:41 [2021-08-20T16:56:41.384Z] #68 DONE 0.0s
16:56:41 [2021-08-20T16:56:41.384Z] 
16:56:41 [2021-08-20T16:56:41.384Z] #69 [final 1/1] COPY . /go/src/github.com/docker/docker
16:56:41 [2021-08-20T16:56:41.384Z] #69 sha256:74eb0f29d17b9f25eceac628b7bdf0496f5bcfd7d61f6dbb927e61a9c29cf82d
16:56:41 [2021-08-20T16:56:41.534Z] #20 28.15 Setting up libgcc1:arm64 (1:8.3.0-6) ...
16:56:41 [2021-08-20T16:56:41.534Z] #20 28.17 Setting up libgcc1:armel (1:8.3.0-6) ...
16:56:41 [2021-08-20T16:56:41.534Z] #20 28.18 Setting up libgcc1:armhf (1:8.3.0-6) ...
16:56:41 [2021-08-20T16:56:41.534Z] #20 28.19 Setting up libgcc1:ppc64el (1:8.3.0-6) ...
16:56:41 [2021-08-20T16:56:41.534Z] #20 28.20 Setting up libgcc1:s390x (1:8.3.0-6) ...
16:56:41 [2021-08-20T16:56:41.534Z] #20 28.21 Setting up libapparmor-dev:arm64 (2.13.2-10) ...
16:56:41 [2021-08-20T16:56:41.534Z] #20 28.22 Setting up libapparmor-dev:armel (2.13.2-10) ...
16:56:41 [2021-08-20T16:56:41.534Z] #20 28.24 Setting up libapparmor-dev:armhf (2.13.2-10) ...
16:56:41 [2021-08-20T16:56:41.534Z] #20 28.26 Setting up libapparmor-dev:ppc64el (2.13.2-10) ...
16:56:41 [2021-08-20T16:56:41.534Z] #20 28.29 Setting up libapparmor-dev:s390x (2.13.2-10) ...
16:56:41 [2021-08-20T16:56:41.534Z] #20 28.31 Processing triggers for libc-bin (2.28-10) ...
16:56:41 [2021-08-20T16:56:41.568Z] 393f6f5bddce: Verifying Checksum
16:56:41 [2021-08-20T16:56:41.568Z] 393f6f5bddce: Download complete
16:56:41 [2021-08-20T16:56:41.570Z] #25 DONE 0.6s
16:56:41 [2021-08-20T16:56:41.570Z] 
16:56:41 [2021-08-20T16:56:41.570Z] #30 [dev-systemd-false 11/25] COPY --from=frozen-images /build/ /docker-frozen-images
16:56:41 [2021-08-20T16:56:41.570Z] #30 sha256:bed0b53888280987e22006be43daeaffa14f70c1cca6892340a59f80c08fe49a
16:56:42 [2021-08-20T16:56:42.475Z] #20 DONE 29.1s
16:56:42 [2021-08-20T16:56:42.475Z] 
16:56:42 [2021-08-20T16:56:42.475Z] #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
16:56:42 [2021-08-20T16:56:42.475Z] #61 sha256:5330aaf0e2f715294589e420b3e6fdc59c8f5e5df37445f5e327e5e381547370
16:56:43 [2021-08-20T16:56:43.864Z] #61 1.210 + RM_GOPATH=0
16:56:43 [2021-08-20T16:56:43.864Z] #61 1.211 + TMP_GOPATH=
16:56:43 [2021-08-20T16:56:43.864Z] #61 1.211 + : /build
16:56:43 [2021-08-20T16:56:43.864Z] #61 1.211 + '[' -z '' ']'
16:56:43 [2021-08-20T16:56:43.864Z] #61 1.212 ++ mktemp -d
16:56:43 [2021-08-20T16:56:43.864Z] #61 1.213 + export GOPATH=/tmp/tmp.ncbNKjixLt
16:56:43 [2021-08-20T16:56:43.864Z] #61 1.213 + GOPATH=/tmp/tmp.ncbNKjixLt
16:56:43 [2021-08-20T16:56:43.864Z] #61 1.213 + RM_GOPATH=1
16:56:43 [2021-08-20T16:56:43.864Z] #61 1.214 + case "$(go env GOARCH)" in
16:56:43 [2021-08-20T16:56:43.864Z] #61 1.214 ++ go env GOARCH
16:56:43 [2021-08-20T16:56:43.864Z] #61 1.218 + export GO_BUILDMODE=-buildmode=pie
16:56:43 [2021-08-20T16:56:43.864Z] #61 1.218 + GO_BUILDMODE=-buildmode=pie
16:56:43 [2021-08-20T16:56:43.864Z] #61 1.219 ++ dirname /tmp/install/install.sh
16:56:43 [2021-08-20T16:56:43.864Z] #61 1.222 + dir=/tmp/install
16:56:43 [2021-08-20T16:56:43.864Z] #61 1.222 + bin=runc
16:56:43 [2021-08-20T16:56:43.864Z] #61 1.222 + shift
16:56:43 [2021-08-20T16:56:43.864Z] #61 1.223 + '[' '!' -f /tmp/install/runc.installer ']'
16:56:43 [2021-08-20T16:56:43.864Z] #61 1.223 + . /tmp/install/runc.installer
16:56:43 [2021-08-20T16:56:43.864Z] #61 1.223 ++ : 4144b63817ebcc5b358fc2c8ef95f7cddd709aa7
16:56:43 [2021-08-20T16:56:43.864Z] #61 1.223 + install_runc
16:56:43 [2021-08-20T16:56:43.864Z] #61 1.223 + grep -q '^3\.10\.0.*\.el7\.'
16:56:43 [2021-08-20T16:56:43.864Z] #61 1.224 + uname -r
16:56:43 [2021-08-20T16:56:43.864Z] #61 1.225 + RUNC_BUILDTAGS='seccomp '
16:56:43 [2021-08-20T16:56:43.864Z] #61 1.226 + echo 'Install runc version 4144b63817ebcc5b358fc2c8ef95f7cddd709aa7 (build tags: seccomp )'
16:56:43 [2021-08-20T16:56:43.864Z] #61 1.226 Install runc version 4144b63817ebcc5b358fc2c8ef95f7cddd709aa7 (build tags: seccomp )
16:56:43 [2021-08-20T16:56:43.864Z] #61 1.226 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.ncbNKjixLt/src/github.com/opencontainers/runc
16:56:43 [2021-08-20T16:56:43.864Z] #61 1.228 Cloning into '/tmp/tmp.ncbNKjixLt/src/github.com/opencontainers/runc'...
16:56:43 [2021-08-20T16:56:43.864Z] #61 ...
16:56:43 [2021-08-20T16:56:43.864Z] 
16:56:43 [2021-08-20T16:56:43.864Z] #21 [dev-systemd-false  1/25] RUN groupadd -r docker
16:56:43 [2021-08-20T16:56:43.864Z] #21 sha256:4283cb1e8c16472a96644d3c876f5fc4a9994eae376fbaa2e971e1e45d8c3bd8
16:56:43 [2021-08-20T16:56:43.864Z] #21 DONE 1.3s
16:56:43 [2021-08-20T16:56:43.864Z] 
16:56:43 [2021-08-20T16:56:43.864Z] #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
16:56:43 [2021-08-20T16:56:43.864Z] #22 sha256:ccd1b2699167efa4ad181798cc777c00b0b9ea84f1d00cb6eb44892d6eec8d72
16:56:43 [2021-08-20T16:56:43.921Z] + docker version
16:56:44 [2021-08-20T16:56:44.801Z] #22 DONE 1.0s
16:56:44 [2021-08-20T16:56:44.802Z] 
16:56:44 [2021-08-20T16:56:44.802Z] #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
16:56:44 [2021-08-20T16:56:44.802Z] #64 sha256:a21a1307b6c4dc54a8c075037adb665cd9abf242430e3578ce6a10b92ad0ddc2
16:56:44 [2021-08-20T16:56:44.802Z] #64 51.47 + bin/containerd
16:56:45 [2021-08-20T16:56:45.743Z] #64 ...
16:56:45 [2021-08-20T16:56:45.743Z] 
16:56:45 [2021-08-20T16:56:45.743Z] #23 [dev-systemd-false  3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc
16:56:45 [2021-08-20T16:56:45.743Z] #23 sha256:c150647480063362889de2f1e3f46a04755d4086f8f9a96cee79596168ae923d
16:56:45 [2021-08-20T16:56:45.743Z] #23 1.052 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc'
16:56:45 [2021-08-20T16:56:45.743Z] #23 DONE 1.1s
16:56:46 [2021-08-20T16:56:46.003Z] 
16:56:46 [2021-08-20T16:56:46.003Z] #24 [dev-systemd-false  4/25] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc
16:56:46 [2021-08-20T16:56:46.003Z] #24 sha256:e23685049c9bf73160936aba3d757afdf662b268af061d1b937c1f0136f4dfa1
16:56:46 [2021-08-20T16:56:46.824Z] #30 ...
16:56:46 [2021-08-20T16:56:46.824Z] 
16:56:46 [2021-08-20T16:56:46.824Z] #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
16:56:46 [2021-08-20T16:56:46.824Z] #50 sha256:4e0f4d11787acc3d4459bf67a31cf3c3038d6c42a400e561f4f7a164e602858e
16:56:46 [2021-08-20T16:56:46.824Z] #50 197.3 + /build/golangci-lint --version
16:56:46 [2021-08-20T16:56:46.824Z] #50 ...
16:56:46 [2021-08-20T16:56:46.824Z] 
16:56:46 [2021-08-20T16:56:46.825Z] #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
16:56:46 [2021-08-20T16:56:46.825Z] #40 sha256:31736fe214c91336173addd02086baee88a153b6f405eb3118f95276bd6e57da
16:56:46 [2021-08-20T16:56:46.825Z] #40 DONE 197.2s
16:56:46 [2021-08-20T16:56:46.825Z] 
16:56:46 [2021-08-20T16:56:46.825Z] #30 [dev-systemd-false 11/25] COPY --from=frozen-images /build/ /docker-frozen-images
16:56:46 [2021-08-20T16:56:46.825Z] #30 sha256:bed0b53888280987e22006be43daeaffa14f70c1cca6892340a59f80c08fe49a
16:56:46 [2021-08-20T16:56:46.825Z] #30 DONE 5.3s
16:56:46 [2021-08-20T16:56:46.825Z] 
16:56:46 [2021-08-20T16:56:46.825Z] #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
16:56:46 [2021-08-20T16:56:46.825Z] #50 sha256:4e0f4d11787acc3d4459bf67a31cf3c3038d6c42a400e561f4f7a164e602858e
16:56:46 [2021-08-20T16:56:46.825Z] #50 197.6 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown)
16:56:46 [2021-08-20T16:56:46.942Z] #24 DONE 1.1s
16:56:46 [2021-08-20T16:56:46.942Z] 
16:56:46 [2021-08-20T16:56:46.942Z] #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
16:56:46 [2021-08-20T16:56:46.942Z] #64 sha256:a21a1307b6c4dc54a8c075037adb665cd9abf242430e3578ce6a10b92ad0ddc2
16:56:47 [2021-08-20T16:56:47.082Z] #50 DONE 197.9s
16:56:47 [2021-08-20T16:56:47.082Z] 
16:56:47 [2021-08-20T16:56:47.082Z] #33 [dev-systemd-false 12/25] COPY --from=swagger       /build/ /usr/local/bin/
16:56:47 [2021-08-20T16:56:47.082Z] #33 sha256:f80e8fbd9a297590cc965225d697e1fe6d01835282c3db2c4b67c13307bca807
16:56:47 [2021-08-20T16:56:47.082Z] #33 DONE 0.4s
16:56:47 [2021-08-20T16:56:47.082Z] 
16:56:47 [2021-08-20T16:56:47.082Z] #35 [dev-systemd-false 13/25] COPY --from=tomll         /build/ /usr/local/bin/
16:56:47 [2021-08-20T16:56:47.082Z] #35 sha256:2a1729b1602c36d5f2b089076f429bc49e39475f4a402c0a4b068d5b9125de69
16:56:47 [2021-08-20T16:56:47.339Z] #35 DONE 0.1s
16:56:47 [2021-08-20T16:56:47.339Z] 
16:56:47 [2021-08-20T16:56:47.339Z] #38 [dev-systemd-false 14/25] COPY --from=tini          /build/ /usr/local/bin/
16:56:47 [2021-08-20T16:56:47.339Z] #38 sha256:da5bf3de3e0eaf994bc5a0de8a03959c503c947e7329bb9616bf79f0c17adbb9
16:56:47 [2021-08-20T16:56:47.596Z] #38 DONE 0.3s
16:56:47 [2021-08-20T16:56:47.596Z] 
16:56:47 [2021-08-20T16:56:47.596Z] #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
16:56:47 [2021-08-20T16:56:47.596Z] #54 sha256:86ed8e4e7167a846cf123b00b422c594d9424ccd4b0a0d7a47aee967c35bf091
16:56:47 [2021-08-20T16:56:47.676Z] #72 exporting layers 6.8s done
16:56:47 [2021-08-20T16:56:47.676Z] #72 writing image sha256:bf5fefb58eba8777a12147d1ee041a7c734d55646051c7ce541302bff0d6543d done
16:56:47 [2021-08-20T16:56:47.676Z] #72 naming to docker.io/library/docker:fd3e16cb5aa3e192bd4a94c47e3f2a1b971cf423 done
16:56:47 [2021-08-20T16:56:47.676Z] #72 DONE 6.8s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
16:56:47 [2021-08-20T16:56:47.986Z] #69 DONE 5.6s
16:56:47 [2021-08-20T16:56:47.986Z] 
16:56:47 [2021-08-20T16:56:47.986Z] #70 exporting to image
16:56:47 [2021-08-20T16:56:47.986Z] #70 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
16:56:47 [2021-08-20T16:56:47.986Z] #70 exporting layers
16:56:48 [2021-08-20T16:56:48.025Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42765/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_GITCOMMIT=fd3e16cb5aa3e192bd4a94c47e3f2a1b971cf423 -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:fd3e16cb5aa3e192bd4a94c47e3f2a1b971cf423 hack/make.sh dynbinary test-integration
16:56:48 [2021-08-20T16:56:48.323Z] #64 ...
16:56:48 [2021-08-20T16:56:48.323Z] 
16:56:48 [2021-08-20T16:56:48.323Z] #25 [dev-systemd-false  5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker
16:56:48 [2021-08-20T16:56:48.323Z] #25 sha256:238560b17dbeb2895f0c56b1cebce5ae6d86b3ee2eeb9e0dce4095c960ddba8f
16:56:48 [2021-08-20T16:56:48.323Z] #25 DONE 1.1s
16:56:48 [2021-08-20T16:56:48.323Z] 
16:56:48 [2021-08-20T16:56:48.323Z] #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
16:56:48 [2021-08-20T16:56:48.323Z] #61 sha256:5330aaf0e2f715294589e420b3e6fdc59c8f5e5df37445f5e327e5e381547370
16:56:48 [2021-08-20T16:56:48.323Z] #61 4.963 + cd /tmp/tmp.ncbNKjixLt/src/github.com/opencontainers/runc
16:56:48 [2021-08-20T16:56:48.323Z] #61 4.963 + git checkout -q 4144b63817ebcc5b358fc2c8ef95f7cddd709aa7
16:56:48 [2021-08-20T16:56:48.323Z] #61 5.123 + '[' -z '' ']'
16:56:48 [2021-08-20T16:56:48.323Z] #61 5.123 + target=static
16:56:48 [2021-08-20T16:56:48.323Z] #61 5.123 + make 'BUILDTAGS=seccomp ' static
16:56:48 [2021-08-20T16:56:48.323Z] #61 5.339 CGO_ENABLED=1 go build -trimpath   -tags "seccomp  netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit=v1.0.1-0-g4144b638 -X main.version=1.0.1 " -o runc .
16:56:48 [2021-08-20T16:56:48.593Z] Created symlink /etc/systemd/system/systemd-firstboot.service → /dev/null.
16:56:48 [2021-08-20T16:56:48.593Z] Created symlink /etc/systemd/system/systemd-udevd.service → /dev/null.
16:56:48 [2021-08-20T16:56:48.593Z] Created symlink /etc/systemd/system/multi-user.target.wants/docker-entrypoint.service → /etc/systemd/system/docker-entrypoint.service.
16:56:48 [2021-08-20T16:56:48.593Z] hack/dind-systemd: starting /lib/systemd/systemd --show-status=false --unit=docker-entrypoint.target
16:56:48 [2021-08-20T16:56:48.593Z] 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)
16:56:48 [2021-08-20T16:56:48.593Z] Detected virtualization docker.
16:56:48 [2021-08-20T16:56:48.593Z] Detected architecture x86-64.
16:56:48 [2021-08-20T16:56:48.593Z] Set hostname to <708fb684febd>.
16:56:49 [2021-08-20T16:56:49.162Z] + source /etc/docker-entrypoint-cmd
16:56:49 [2021-08-20T16:56:49.162Z] ++ hack/make.sh dynbinary test-integration
16:56:49 [2021-08-20T16:56:49.162Z] 
16:56:49 [2021-08-20T16:56:49.162Z] Removing bundles/
16:56:49 [2021-08-20T16:56:49.162Z] 
16:56:49 [2021-08-20T16:56:49.162Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
16:56:49 [2021-08-20T16:56:49.162Z] Building: bundles/dynbinary-daemon/dockerd-dev
16:56:49 [2021-08-20T16:56:49.162Z] GOOS="" GOARCH="" GOARM=""
16:56:49 [2021-08-20T16:56:49.262Z] #61 ...
16:56:49 [2021-08-20T16:56:49.262Z] 
16:56:49 [2021-08-20T16:56:49.262Z] #26 [dev-systemd-false  6/25] RUN ldconfig
16:56:49 [2021-08-20T16:56:49.262Z] #26 sha256:25d80193b30efb071fd3bd573eaf6d63cdd7009e46d6188cdb08d06fc031a9b7
16:56:49 [2021-08-20T16:56:49.262Z] #26 DONE 1.0s
16:56:49 [2021-08-20T16:56:49.262Z] 
16:56:49 [2021-08-20T16:56:49.262Z] #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
16:56:49 [2021-08-20T16:56:49.262Z] #27 sha256:443205566622fa80ff9e8af8f0e91c16e1705752746ca2bd00dc8abbe4167b18
16:56:49 [2021-08-20T16:56:49.491Z] #54 ...
16:56:49 [2021-08-20T16:56:49.491Z] 
16:56:49 [2021-08-20T16:56:49.491Z] #41 [dev-systemd-false 15/25] COPY --from=registry      /build/ /usr/local/bin/
16:56:49 [2021-08-20T16:56:49.491Z] #41 sha256:29931fd3bb3e01098c8f6ee422494143939966fa8679427200bd14796dbb66ad
16:56:50 [2021-08-20T16:56:50.200Z] #27 1.153 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB]
16:56:50 [2021-08-20T16:56:50.200Z] #27 1.183 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [122 kB]
16:56:50 [2021-08-20T16:56:50.200Z] #27 1.253 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB]
16:56:50 [2021-08-20T16:56:50.200Z] #27 1.260 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB]
16:56:50 [2021-08-20T16:56:50.422Z] #41 DONE 0.7s
16:56:50 [2021-08-20T16:56:50.422Z] 
16:56:50 [2021-08-20T16:56:50.422Z] #45 [dev-systemd-false 16/25] COPY --from=criu          /build/ /usr/local/bin/
16:56:50 [2021-08-20T16:56:50.422Z] #45 sha256:33d4d0299f812bcc982c4b67b9fadb718cf146dc2da4fcad251d5b2c3cf1558f
16:56:50 [2021-08-20T16:56:50.422Z] #45 DONE 0.1s
16:56:50 [2021-08-20T16:56:50.422Z] 
16:56:50 [2021-08-20T16:56:50.422Z] #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
16:56:50 [2021-08-20T16:56:50.422Z] #57 sha256:e1d0c77c6bcb94fe362364115bf965ddc9f0a98adeadeee92cd128043b63819c
16:56:50 [2021-08-20T16:56:50.422Z] #57 ...
16:56:50 [2021-08-20T16:56:50.422Z] 
16:56:50 [2021-08-20T16:56:50.422Z] #47 [dev-systemd-false 17/25] COPY --from=vndr          /build/ /usr/local/bin/
16:56:50 [2021-08-20T16:56:50.422Z] #47 sha256:ad997034dc86399e87b74a164f53d405dd3cbf70d13d579b7adce776ff094448
16:56:50 [2021-08-20T16:56:50.422Z] #47 DONE 0.2s
16:56:50 [2021-08-20T16:56:50.422Z] 
16:56:50 [2021-08-20T16:56:50.422Z] #49 [dev-systemd-false 18/25] COPY --from=gotestsum     /build/ /usr/local/bin/
16:56:50 [2021-08-20T16:56:50.422Z] #49 sha256:287903d8c5be5b459b84452ce0b92bb9ed58bf40fc3a756365105380b5b67143
16:56:50 [2021-08-20T16:56:50.422Z] #49 DONE 0.1s
16:56:50 [2021-08-20T16:56:50.422Z] 
16:56:50 [2021-08-20T16:56:50.422Z] #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
16:56:50 [2021-08-20T16:56:50.422Z] #54 sha256:86ed8e4e7167a846cf123b00b422c594d9424ccd4b0a0d7a47aee967c35bf091
16:56:50 [2021-08-20T16:56:50.459Z] #27 1.414 Get:5 http://deb.debian.org/debian buster-backports/main armel Packages [454 kB]
16:56:50 [2021-08-20T16:56:50.459Z] #27 1.475 Get:6 http://deb.debian.org/debian buster-backports/main armhf Packages [476 kB]
16:56:50 [2021-08-20T16:56:50.459Z] #27 1.485 Get:7 http://deb.debian.org/debian buster-backports/main arm64 Packages [481 kB]
16:56:50 [2021-08-20T16:56:50.459Z] #27 1.499 Get:8 http://deb.debian.org/debian buster-backports/main amd64 Packages [486 kB]
16:56:50 [2021-08-20T16:56:50.459Z] #27 1.507 Get:9 http://deb.debian.org/debian buster-backports/main s390x Packages [451 kB]
16:56:50 [2021-08-20T16:56:50.459Z] #27 1.514 Get:10 http://deb.debian.org/debian buster-backports/main ppc64el Packages [469 kB]
16:56:50 [2021-08-20T16:56:50.679Z] #54 ...
16:56:50 [2021-08-20T16:56:50.679Z] 
16:56:50 [2021-08-20T16:56:50.679Z] #51 [dev-systemd-false 19/25] COPY --from=golangci_lint /build/ /usr/local/bin/
16:56:50 [2021-08-20T16:56:50.679Z] #51 sha256:817a98295dfc30634ad779ff0242d68bf4ac2031fc693f6a267932210d621a61
16:56:50 [2021-08-20T16:56:50.980Z] Client:
16:56:50 [2021-08-20T16:56:50.980Z]  Version:           20.10.8
16:56:50 [2021-08-20T16:56:50.980Z]  API version:       1.41
16:56:50 [2021-08-20T16:56:50.980Z]  Go version:        go1.16.6
16:56:50 [2021-08-20T16:56:50.980Z]  Git commit:        3967b7d
16:56:50 [2021-08-20T16:56:50.980Z]  Built:             Fri Jul 30 19:58:50 2021
16:56:50 [2021-08-20T16:56:50.980Z]  OS/Arch:           windows/amd64
16:56:50 [2021-08-20T16:56:50.980Z]  Context:           default
16:56:50 [2021-08-20T16:56:50.980Z]  Experimental:      true
16:56:50 [2021-08-20T16:56:50.980Z] 
16:56:50 [2021-08-20T16:56:50.980Z] Server: Docker Engine - Community
16:56:50 [2021-08-20T16:56:50.980Z]  Engine:
16:56:50 [2021-08-20T16:56:50.980Z]   Version:          20.10.8
16:56:50 [2021-08-20T16:56:50.980Z]   API version:      1.41 (minimum version 1.24)
16:56:50 [2021-08-20T16:56:50.980Z]   Go version:       go1.16.6
16:56:50 [2021-08-20T16:56:50.980Z]   Git commit:       75249d8
16:56:50 [2021-08-20T16:56:50.980Z]   Built:            Fri Jul 30 19:54:29 2021
16:56:50 [2021-08-20T16:56:50.980Z]   OS/Arch:          windows/amd64
16:56:50 [2021-08-20T16:56:50.980Z]   Experimental:     true
16:56:51 [2021-08-20T16:56:51.028Z] #27 1.978 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB]
16:56:51 [2021-08-20T16:56:51.243Z] #51 DONE 0.5s
16:56:51 [2021-08-20T16:56:51.243Z] 
16:56:51 [2021-08-20T16:56:51.243Z] #53 [dev-systemd-false 20/25] COPY --from=shfmt         /build/ /usr/local/bin/
16:56:51 [2021-08-20T16:56:51.243Z] #53 sha256:1c18b35de50b4b75fc673fec5ff9622cf85eb4dea15b72d823f4cecab52eb62c
16:56:51 [2021-08-20T16:56:51.243Z] #53 DONE 0.1s
16:56:51 [2021-08-20T16:56:51.243Z] 
16:56:51 [2021-08-20T16:56:51.243Z] #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
16:56:51 [2021-08-20T16:56:51.243Z] #57 sha256:e1d0c77c6bcb94fe362364115bf965ddc9f0a98adeadeee92cd128043b63819c
16:56:51 [2021-08-20T16:56:51.288Z] #27 2.366 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7693 kB]
[Pipeline] sh
16:56:51 [2021-08-20T16:56:51.856Z] #27 2.813 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB]
16:56:52 [2021-08-20T16:56:52.116Z] #27 3.194 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main arm64 Packages [7735 kB]
16:56:52 [2021-08-20T16:56:52.495Z] + docker info
16:56:52 [2021-08-20T16:56:52.683Z] #27 3.617 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main armhf Packages [7698 kB]
16:56:52 [2021-08-20T16:56:52.944Z] #27 3.958 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main armel Packages [7628 kB]
16:56:53 [2021-08-20T16:56:53.204Z] #27 ...
16:56:53 [2021-08-20T16:56:53.204Z] 
16:56:53 [2021-08-20T16:56:53.204Z] #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
16:56:53 [2021-08-20T16:56:53.204Z] #61 sha256:5330aaf0e2f715294589e420b3e6fdc59c8f5e5df37445f5e327e5e381547370
16:56:53 [2021-08-20T16:56:53.204Z] #61 9.818 CGO_ENABLED=1 go build -trimpath   -tags "seccomp  netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit=v1.0.1-0-g4144b638 -X main.version=1.0.1 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty
16:56:53 [2021-08-20T16:56:53.204Z] #61 10.64 + mkdir -p /build
16:56:53 [2021-08-20T16:56:53.204Z] #61 10.65 + cp runc /build/runc
16:56:53 [2021-08-20T16:56:53.204Z] #61 DONE 10.8s
16:56:53 [2021-08-20T16:56:53.204Z] 
16:56:53 [2021-08-20T16:56:53.204Z] #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
16:56:53 [2021-08-20T16:56:53.204Z] #27 sha256:443205566622fa80ff9e8af8f0e91c16e1705752746ca2bd00dc8abbe4167b18
16:56:53 [2021-08-20T16:56:53.463Z] #27 4.451 Get:17 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main armhf Packages [295 kB]
16:56:53 [2021-08-20T16:56:53.463Z] #27 4.460 Get:18 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main arm64 Packages [296 kB]
16:56:53 [2021-08-20T16:56:53.463Z] #27 4.474 Get:19 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [301 kB]
16:56:53 [2021-08-20T16:56:53.463Z] #27 4.484 Get:20 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [272 kB]
16:56:53 [2021-08-20T16:56:53.463Z] #27 4.498 Get:21 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [291 kB]
16:56:53 [2021-08-20T16:56:53.463Z] #27 4.514 Get:22 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main armel Packages [275 kB]
16:56:53 [2021-08-20T16:56:53.463Z] #27 4.524 Get:23 http://cdn-fastly.deb.debian.org/debian buster-updates/main armhf Packages [14.4 kB]
16:56:53 [2021-08-20T16:56:53.463Z] #27 4.546 Get:24 http://cdn-fastly.deb.debian.org/debian buster-updates/main armel Packages [14.1 kB]
16:56:53 [2021-08-20T16:56:53.463Z] #27 4.546 Get:25 http://cdn-fastly.deb.debian.org/debian buster-updates/main arm64 Packages [14.5 kB]
16:56:53 [2021-08-20T16:56:53.463Z] #27 4.546 Get:26 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [12.6 kB]
16:56:53 [2021-08-20T16:56:53.463Z] #27 4.546 Get:27 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [15.2 kB]
16:56:53 [2021-08-20T16:56:53.463Z] #27 4.546 Get:28 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [13.8 kB]
16:56:54 [2021-08-20T16:56:54.573Z] #70 exporting layers 6.7s done
16:56:54 [2021-08-20T16:56:54.573Z] #70 writing image sha256:b2cc1e5c2f49addb373fa46610ce4980e116ccacf52eaa542569647f2b356636 0.0s done
16:56:54 [2021-08-20T16:56:54.573Z] #70 naming to docker.io/library/docker:bb4368c855a5ea0a3cbefdcb58411faf42d18aef done
16:56:54 [2021-08-20T16:56:54.573Z] #70 DONE 6.7s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] sh
16:56:54 [2021-08-20T16:56:54.919Z] + sudo modprobe ip6table_filter
[Pipeline] sh
16:56:55 [2021-08-20T16:56:55.208Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42765/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=bb4368c855a5ea0a3cbefdcb58411faf42d18aef -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:bb4368c855a5ea0a3cbefdcb58411faf42d18aef hack/test/unit
16:56:56 [2021-08-20T16:56:56.150Z] + BUILDFLAGS=(-tags 'netgo seccomp libdm_no_deferred_remove')
16:56:56 [2021-08-20T16:56:56.150Z] + TESTFLAGS+=' -test.timeout=5m'
16:56:56 [2021-08-20T16:56:56.150Z] + TESTDIRS=./...
16:56:56 [2021-08-20T16:56:56.150Z] + exclude_paths='/vendor/|/integration'
16:56:56 [2021-08-20T16:56:56.150Z] ++ go list ./...
16:56:56 [2021-08-20T16:56:56.150Z] ++ grep -vE '(/vendor/|/integration)'
16:56:56 [2021-08-20T16:56:56.158Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
16:56:56 [2021-08-20T16:56:56.158Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
16:56:56 [2021-08-20T16:56:56.327Z] 8f616e6e9eec: Verifying Checksum
16:56:56 [2021-08-20T16:56:56.327Z] 8f616e6e9eec: Download complete
16:56:57 [2021-08-20T16:56:57.536Z] + pkg_list='github.com/docker/docker/api
16:56:57 [2021-08-20T16:56:57.536Z] github.com/docker/docker/api/server
16:56:57 [2021-08-20T16:56:57.536Z] github.com/docker/docker/api/server/backend/build
16:56:57 [2021-08-20T16:56:57.536Z] github.com/docker/docker/api/server/httputils
16:56:57 [2021-08-20T16:56:57.536Z] github.com/docker/docker/api/server/middleware
16:56:57 [2021-08-20T16:56:57.536Z] github.com/docker/docker/api/server/router
16:56:57 [2021-08-20T16:56:57.536Z] github.com/docker/docker/api/server/router/build
16:56:57 [2021-08-20T16:56:57.536Z] github.com/docker/docker/api/server/router/checkpoint
16:56:57 [2021-08-20T16:56:57.536Z] github.com/docker/docker/api/server/router/container
16:56:57 [2021-08-20T16:56:57.536Z] github.com/docker/docker/api/server/router/debug
16:56:57 [2021-08-20T16:56:57.536Z] github.com/docker/docker/api/server/router/distribution
16:56:57 [2021-08-20T16:56:57.536Z] github.com/docker/docker/api/server/router/grpc
16:56:57 [2021-08-20T16:56:57.536Z] github.com/docker/docker/api/server/router/image
16:56:57 [2021-08-20T16:56:57.536Z] github.com/docker/docker/api/server/router/network
16:56:57 [2021-08-20T16:56:57.536Z] github.com/docker/docker/api/server/router/plugin
16:56:57 [2021-08-20T16:56:57.536Z] github.com/docker/docker/api/server/router/session
16:56:57 [2021-08-20T16:56:57.536Z] github.com/docker/docker/api/server/router/swarm
16:56:57 [2021-08-20T16:56:57.536Z] github.com/docker/docker/api/server/router/system
16:56:57 [2021-08-20T16:56:57.536Z] github.com/docker/docker/api/server/router/volume
16:56:57 [2021-08-20T16:56:57.536Z] github.com/docker/docker/api/types
16:56:57 [2021-08-20T16:56:57.536Z] github.com/docker/docker/api/types/backend
16:56:57 [2021-08-20T16:56:57.536Z] github.com/docker/docker/api/types/blkiodev
16:56:57 [2021-08-20T16:56:57.536Z] github.com/docker/docker/api/types/container
16:56:57 [2021-08-20T16:56:57.536Z] github.com/docker/docker/api/types/events
16:56:57 [2021-08-20T16:56:57.536Z] github.com/docker/docker/api/types/filters
16:56:57 [2021-08-20T16:56:57.536Z] github.com/docker/docker/api/types/image
16:56:57 [2021-08-20T16:56:57.536Z] github.com/docker/docker/api/types/mount
16:56:57 [2021-08-20T16:56:57.536Z] github.com/docker/docker/api/types/network
16:56:57 [2021-08-20T16:56:57.536Z] github.com/docker/docker/api/types/plugins/logdriver
16:56:57 [2021-08-20T16:56:57.536Z] github.com/docker/docker/api/types/registry
16:56:57 [2021-08-20T16:56:57.536Z] github.com/docker/docker/api/types/strslice
16:56:57 [2021-08-20T16:56:57.536Z] github.com/docker/docker/api/types/swarm
16:56:57 [2021-08-20T16:56:57.536Z] github.com/docker/docker/api/types/swarm/runtime
16:56:57 [2021-08-20T16:56:57.536Z] github.com/docker/docker/api/types/time
16:56:57 [2021-08-20T16:56:57.536Z] github.com/docker/docker/api/types/versions
16:56:57 [2021-08-20T16:56:57.536Z] github.com/docker/docker/api/types/versions/v1p19
16:56:57 [2021-08-20T16:56:57.536Z] github.com/docker/docker/api/types/versions/v1p20
16:56:57 [2021-08-20T16:56:57.536Z] github.com/docker/docker/api/types/volume
16:56:57 [2021-08-20T16:56:57.536Z] github.com/docker/docker/builder
16:56:57 [2021-08-20T16:56:57.536Z] github.com/docker/docker/builder/builder-next
16:56:57 [2021-08-20T16:56:57.536Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
16:56:57 [2021-08-20T16:56:57.536Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
16:56:57 [2021-08-20T16:56:57.536Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
16:56:57 [2021-08-20T16:56:57.536Z] github.com/docker/docker/builder/builder-next/exporter
16:56:57 [2021-08-20T16:56:57.536Z] github.com/docker/docker/builder/builder-next/imagerefchecker
16:56:57 [2021-08-20T16:56:57.536Z] github.com/docker/docker/builder/builder-next/worker
16:56:57 [2021-08-20T16:56:57.536Z] github.com/docker/docker/builder/dockerfile
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/builder/dockerignore
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/builder/remotecontext
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/builder/remotecontext/git
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/cli
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/cli/config
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/cli/debug
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/client
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/cmd/docker-proxy
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/cmd/dockerd
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/cmd/dockerd/trap
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/container
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/container/stream
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/contrib/apparmor
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/contrib/docker-device-tool
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/contrib/httpserver
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/daemon
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/daemon/cluster
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/daemon/cluster/controllers/plugin
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/daemon/cluster/convert
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/daemon/cluster/executor
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/daemon/cluster/executor/container
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/daemon/cluster/provider
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/daemon/config
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/daemon/discovery
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/daemon/events
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/daemon/events/testutils
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/daemon/exec
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/daemon/graphdriver
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/daemon/graphdriver/aufs
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/daemon/graphdriver/btrfs
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/daemon/graphdriver/copy
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/daemon/graphdriver/devmapper
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/daemon/graphdriver/graphtest
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/daemon/graphdriver/overlay
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/daemon/graphdriver/overlay2
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/daemon/graphdriver/overlayutils
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/daemon/graphdriver/register
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/daemon/graphdriver/vfs
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/daemon/graphdriver/zfs
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/daemon/images
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/daemon/initlayer
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/daemon/links
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/daemon/listeners
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/daemon/logger
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/daemon/logger/awslogs
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/daemon/logger/fluentd
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/daemon/logger/gcplogs
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/daemon/logger/gelf
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/daemon/logger/journald
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/daemon/logger/jsonfilelog
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/daemon/logger/local
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/daemon/logger/logentries
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/daemon/logger/loggerutils
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/daemon/logger/loggerutils/cache
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/daemon/logger/splunk
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/daemon/logger/syslog
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/daemon/logger/templates
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/daemon/names
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/daemon/network
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/daemon/stats
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/distribution
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/distribution/metadata
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/distribution/utils
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/distribution/xfer
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/dockerversion
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/errdefs
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/image
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/image/cache
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/image/tarexport
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/image/v1
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/internal/test/suite
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/layer
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/libcontainerd
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/libcontainerd/queue
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/libcontainerd/remote
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/libcontainerd/supervisor
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/libcontainerd/types
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/libnetwork
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/libnetwork/api
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/libnetwork/bitseq
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/libnetwork/cluster
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/libnetwork/cmd/diagnostic
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/libnetwork/cmd/ovrouter
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/libnetwork/cmd/readme_test
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/libnetwork/config
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/libnetwork/datastore
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/libnetwork/diagnostic
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/libnetwork/discoverapi
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/libnetwork/driverapi
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/libnetwork/drivers/bridge
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/libnetwork/drivers/host
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/libnetwork/drivers/ipvlan
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/libnetwork/drivers/macvlan
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/libnetwork/drivers/null
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/libnetwork/drivers/overlay
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/libnetwork/drivers/remote
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/libnetwork/drivers/remote/api
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/libnetwork/drivers/windows
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/libnetwork/drvregistry
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/libnetwork/etchosts
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/libnetwork/hostdiscovery
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/libnetwork/idm
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/libnetwork/internal/caller
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/libnetwork/internal/setmatrix
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/libnetwork/ipam
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/libnetwork/ipamapi
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/libnetwork/ipams/builtin
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/libnetwork/ipams/null
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/libnetwork/ipams/remote
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/libnetwork/ipams/remote/api
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/libnetwork/ipams/windowsipam
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/libnetwork/ipamutils
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/libnetwork/iptables
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/libnetwork/netlabel
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/libnetwork/netutils
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/libnetwork/networkdb
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/libnetwork/ns
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/libnetwork/options
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/libnetwork/osl
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/libnetwork/osl/kernel
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/libnetwork/portallocator
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/libnetwork/portmapper
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/libnetwork/resolvconf
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/libnetwork/testutils
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/libnetwork/types
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/oci
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/oci/caps
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/opts
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/pkg/aaparser
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/pkg/archive
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/pkg/authorization
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/pkg/broadcaster
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/pkg/capabilities
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/pkg/chrootarchive
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/pkg/containerfs
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/pkg/devicemapper
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/pkg/directory
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/pkg/discovery
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/pkg/discovery/file
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/pkg/discovery/kv
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/pkg/discovery/memory
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/pkg/discovery/nodes
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/pkg/dmesg
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/pkg/filenotify
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/pkg/fileutils
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/pkg/fsutils
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/pkg/homedir
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/pkg/idtools
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/pkg/ioutils
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/pkg/jsonmessage
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/pkg/locker
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/pkg/longpath
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/pkg/loopback
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/pkg/mount
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/pkg/namesgenerator
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/pkg/parsers
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/pkg/parsers/kernel
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/pkg/parsers/operatingsystem
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/pkg/pidfile
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/pkg/platform
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/pkg/plugingetter
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/pkg/plugins
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/pkg/plugins/transport
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/pkg/pools
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/pkg/progress
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/pkg/pubsub
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/pkg/reexec
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/pkg/signal
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/pkg/stack
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/pkg/stdcopy
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/pkg/streamformatter
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/pkg/stringid
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/pkg/symlink
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/pkg/sysinfo
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/pkg/system
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/pkg/tailfile
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/pkg/tarsum
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/pkg/term
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/pkg/term/windows
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/pkg/truncindex
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/pkg/urlutil
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/pkg/useragent
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/plugin
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/plugin/executor/containerd
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/plugin/v2
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/profiles/apparmor
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/profiles/seccomp
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/quota
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/reference
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/registry
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/registry/resumable
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/restartmanager
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/rootless
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/rootless/specconv
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/runconfig
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/runconfig/opts
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/testutil
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/testutil/daemon
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/testutil/environment
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/testutil/fakecontext
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/testutil/fakegit
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/testutil/fakestorage
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/testutil/fixtures/load
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/testutil/fixtures/plugin
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/testutil/fixtures/plugin/basic
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/testutil/registry
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/testutil/request
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/volume
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/volume/drivers
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/volume/local
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/volume/mounts
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/volume/service
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/volume/service/opts
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/volume/testutils'
16:56:57 [2021-08-20T16:56:57.537Z] ++ echo 'github.com/docker/docker/api
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/api/server
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/api/server/backend/build
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/api/server/httputils
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/api/server/middleware
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/api/server/router
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/api/server/router/build
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/api/server/router/checkpoint
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/api/server/router/container
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/api/server/router/debug
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/api/server/router/distribution
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/api/server/router/grpc
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/api/server/router/image
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/api/server/router/network
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/api/server/router/plugin
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/api/server/router/session
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/api/server/router/swarm
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/api/server/router/system
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/api/server/router/volume
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/api/types
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/api/types/backend
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/api/types/blkiodev
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/api/types/container
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/api/types/events
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/api/types/filters
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/api/types/image
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/api/types/mount
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/api/types/network
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/api/types/plugins/logdriver
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/api/types/registry
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/api/types/strslice
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/api/types/swarm
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/api/types/swarm/runtime
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/api/types/time
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/api/types/versions
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/api/types/versions/v1p19
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/api/types/versions/v1p20
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/api/types/volume
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/builder
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/builder/builder-next
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/builder/builder-next/exporter
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/builder/builder-next/imagerefchecker
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/builder/builder-next/worker
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/builder/dockerfile
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/builder/dockerignore
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/builder/remotecontext
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/builder/remotecontext/git
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/cli
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/cli/config
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/cli/debug
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/client
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/cmd/docker-proxy
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/cmd/dockerd
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/cmd/dockerd/trap
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/container
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/container/stream
16:56:57 [2021-08-20T16:56:57.537Z] github.com/docker/docker/contrib/apparmor
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/contrib/docker-device-tool
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/contrib/httpserver
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/daemon
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/daemon/cluster
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/daemon/cluster/controllers/plugin
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/daemon/cluster/convert
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/daemon/cluster/executor
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/daemon/cluster/executor/container
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/daemon/cluster/provider
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/daemon/config
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/daemon/discovery
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/daemon/events
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/daemon/events/testutils
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/daemon/exec
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/daemon/graphdriver
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/daemon/graphdriver/aufs
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/daemon/graphdriver/btrfs
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/daemon/graphdriver/copy
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/daemon/graphdriver/devmapper
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/daemon/graphdriver/graphtest
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/daemon/graphdriver/overlay
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/daemon/graphdriver/overlay2
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/daemon/graphdriver/overlayutils
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/daemon/graphdriver/register
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/daemon/graphdriver/vfs
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/daemon/graphdriver/zfs
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/daemon/images
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/daemon/initlayer
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/daemon/links
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/daemon/listeners
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/daemon/logger
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/daemon/logger/awslogs
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/daemon/logger/fluentd
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/daemon/logger/gcplogs
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/daemon/logger/gelf
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/daemon/logger/journald
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/daemon/logger/jsonfilelog
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/daemon/logger/local
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/daemon/logger/logentries
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/daemon/logger/loggerutils
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/daemon/logger/loggerutils/cache
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/daemon/logger/splunk
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/daemon/logger/syslog
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/daemon/logger/templates
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/daemon/names
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/daemon/network
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/daemon/stats
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/distribution
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/distribution/metadata
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/distribution/utils
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/distribution/xfer
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/dockerversion
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/errdefs
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/image
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/image/cache
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/image/tarexport
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/image/v1
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/internal/test/suite
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/layer
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/libcontainerd
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/libcontainerd/queue
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/libcontainerd/remote
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/libcontainerd/supervisor
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/libcontainerd/types
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/libnetwork
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/libnetwork/api
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/libnetwork/bitseq
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/libnetwork/cluster
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/libnetwork/cmd/diagnostic
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/libnetwork/cmd/ovrouter
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/libnetwork/cmd/readme_test
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/libnetwork/config
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/libnetwork/datastore
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/libnetwork/diagnostic
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/libnetwork/discoverapi
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/libnetwork/driverapi
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/libnetwork/drivers/bridge
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/libnetwork/drivers/host
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/libnetwork/drivers/ipvlan
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/libnetwork/drivers/macvlan
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/libnetwork/drivers/null
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/libnetwork/drivers/overlay
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/libnetwork/drivers/remote
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/libnetwork/drivers/remote/api
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/libnetwork/drivers/windows
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/libnetwork/drvregistry
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/libnetwork/etchosts
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/libnetwork/hostdiscovery
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/libnetwork/idm
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/libnetwork/internal/caller
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/libnetwork/internal/setmatrix
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/libnetwork/ipam
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/libnetwork/ipamapi
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/libnetwork/ipams/builtin
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/libnetwork/ipams/null
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/libnetwork/ipams/remote
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/libnetwork/ipams/remote/api
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/libnetwork/ipams/windowsipam
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/libnetwork/ipamutils
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/libnetwork/iptables
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/libnetwork/netlabel
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/libnetwork/netutils
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/libnetwork/networkdb
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/libnetwork/ns
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/libnetwork/options
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/libnetwork/osl
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/libnetwork/osl/kernel
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/libnetwork/portallocator
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/libnetwork/portmapper
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/libnetwork/resolvconf
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/libnetwork/testutils
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/libnetwork/types
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/oci
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/oci/caps
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/opts
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/pkg/aaparser
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/pkg/archive
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/pkg/authorization
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/pkg/broadcaster
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/pkg/capabilities
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/pkg/chrootarchive
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/pkg/containerfs
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/pkg/devicemapper
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/pkg/directory
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/pkg/discovery
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/pkg/discovery/file
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/pkg/discovery/kv
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/pkg/discovery/memory
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/pkg/discovery/nodes
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/pkg/dmesg
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/pkg/filenotify
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/pkg/fileutils
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/pkg/fsutils
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/pkg/homedir
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/pkg/idtools
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/pkg/ioutils
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/pkg/jsonmessage
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/pkg/locker
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/pkg/longpath
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/pkg/loopback
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/pkg/mount
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/pkg/namesgenerator
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/pkg/parsers
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/pkg/parsers/kernel
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/pkg/parsers/operatingsystem
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/pkg/pidfile
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/pkg/platform
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/pkg/plugingetter
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/pkg/plugins
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/pkg/plugins/transport
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/pkg/pools
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/pkg/progress
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/pkg/pubsub
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/pkg/reexec
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/pkg/signal
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/pkg/stack
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/pkg/stdcopy
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/pkg/streamformatter
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/pkg/stringid
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/pkg/symlink
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/pkg/sysinfo
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/pkg/system
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/pkg/tailfile
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/pkg/tarsum
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/pkg/term
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/pkg/term/windows
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/pkg/truncindex
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/pkg/urlutil
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/pkg/useragent
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/plugin
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/plugin/executor/containerd
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/plugin/v2
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/profiles/apparmor
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/profiles/seccomp
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/quota
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/reference
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/registry
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/registry/resumable
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/restartmanager
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/rootless
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/rootless/specconv
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/runconfig
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/runconfig/opts
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/testutil
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/testutil/daemon
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/testutil/environment
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/testutil/fakecontext
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/testutil/fakegit
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/testutil/fakestorage
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/testutil/fixtures/load
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/testutil/fixtures/plugin
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/testutil/fixtures/plugin/basic
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/testutil/registry
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/testutil/request
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/volume
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/volume/drivers
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/volume/local
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/volume/mounts
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/volume/service
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/volume/service/opts
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/volume/testutils'
16:56:57 [2021-08-20T16:56:57.538Z] ++ grep --fixed-strings -v /libnetwork
16:56:57 [2021-08-20T16:56:57.538Z] + base_pkg_list='github.com/docker/docker/api
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/api/server
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/api/server/backend/build
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/api/server/httputils
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/api/server/middleware
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/api/server/router
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/api/server/router/build
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/api/server/router/checkpoint
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/api/server/router/container
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/api/server/router/debug
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/api/server/router/distribution
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/api/server/router/grpc
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/api/server/router/image
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/api/server/router/network
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/api/server/router/plugin
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/api/server/router/session
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/api/server/router/swarm
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/api/server/router/system
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/api/server/router/volume
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/api/types
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/api/types/backend
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/api/types/blkiodev
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/api/types/container
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/api/types/events
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/api/types/filters
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/api/types/image
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/api/types/mount
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/api/types/network
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/api/types/plugins/logdriver
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/api/types/registry
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/api/types/strslice
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/api/types/swarm
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/api/types/swarm/runtime
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/api/types/time
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/api/types/versions
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/api/types/versions/v1p19
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/api/types/versions/v1p20
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/api/types/volume
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/builder
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/builder/builder-next
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/builder/builder-next/exporter
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/builder/builder-next/imagerefchecker
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/builder/builder-next/worker
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/builder/dockerfile
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/builder/dockerignore
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/builder/remotecontext
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/builder/remotecontext/git
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/cli
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/cli/config
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/cli/debug
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/client
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/cmd/docker-proxy
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/cmd/dockerd
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/cmd/dockerd/trap
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/container
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/container/stream
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/contrib/apparmor
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/contrib/docker-device-tool
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/contrib/httpserver
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/daemon
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/daemon/cluster
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/daemon/cluster/controllers/plugin
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/daemon/cluster/convert
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/daemon/cluster/executor
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/daemon/cluster/executor/container
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/daemon/cluster/provider
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/daemon/config
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/daemon/discovery
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/daemon/events
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/daemon/events/testutils
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/daemon/exec
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/daemon/graphdriver
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/daemon/graphdriver/aufs
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/daemon/graphdriver/btrfs
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/daemon/graphdriver/copy
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/daemon/graphdriver/devmapper
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/daemon/graphdriver/graphtest
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/daemon/graphdriver/overlay
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/daemon/graphdriver/overlay2
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/daemon/graphdriver/overlayutils
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/daemon/graphdriver/register
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/daemon/graphdriver/vfs
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/daemon/graphdriver/zfs
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/daemon/images
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/daemon/initlayer
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/daemon/links
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/daemon/listeners
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/daemon/logger
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/daemon/logger/awslogs
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/daemon/logger/fluentd
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/daemon/logger/gcplogs
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/daemon/logger/gelf
16:56:57 [2021-08-20T16:56:57.538Z] github.com/docker/docker/daemon/logger/journald
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/daemon/logger/jsonfilelog
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/daemon/logger/local
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/daemon/logger/logentries
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/daemon/logger/loggerutils
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/daemon/logger/loggerutils/cache
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/daemon/logger/splunk
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/daemon/logger/syslog
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/daemon/logger/templates
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/daemon/names
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/daemon/network
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/daemon/stats
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/distribution
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/distribution/metadata
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/distribution/utils
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/distribution/xfer
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/dockerversion
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/errdefs
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/image
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/image/cache
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/image/tarexport
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/image/v1
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/internal/test/suite
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/layer
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/libcontainerd
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/libcontainerd/queue
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/libcontainerd/remote
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/libcontainerd/supervisor
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/libcontainerd/types
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/oci
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/oci/caps
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/opts
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/pkg/aaparser
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/pkg/archive
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/pkg/authorization
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/pkg/broadcaster
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/pkg/capabilities
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/pkg/chrootarchive
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/pkg/containerfs
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/pkg/devicemapper
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/pkg/directory
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/pkg/discovery
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/pkg/discovery/file
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/pkg/discovery/kv
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/pkg/discovery/memory
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/pkg/discovery/nodes
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/pkg/dmesg
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/pkg/filenotify
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/pkg/fileutils
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/pkg/fsutils
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/pkg/homedir
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/pkg/idtools
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/pkg/ioutils
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/pkg/jsonmessage
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/pkg/locker
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/pkg/longpath
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/pkg/loopback
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/pkg/mount
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/pkg/namesgenerator
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/pkg/parsers
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/pkg/parsers/kernel
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/pkg/parsers/operatingsystem
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/pkg/pidfile
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/pkg/platform
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/pkg/plugingetter
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/pkg/plugins
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/pkg/plugins/transport
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/pkg/pools
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/pkg/progress
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/pkg/pubsub
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/pkg/reexec
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/pkg/signal
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/pkg/stack
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/pkg/stdcopy
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/pkg/streamformatter
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/pkg/stringid
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/pkg/symlink
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/pkg/sysinfo
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/pkg/system
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/pkg/tailfile
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/pkg/tarsum
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/pkg/term
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/pkg/term/windows
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/pkg/truncindex
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/pkg/urlutil
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/pkg/useragent
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/plugin
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/plugin/executor/containerd
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/plugin/v2
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/profiles/apparmor
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/profiles/seccomp
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/quota
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/reference
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/registry
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/registry/resumable
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/restartmanager
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/rootless
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/rootless/specconv
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/runconfig
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/runconfig/opts
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/testutil
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/testutil/daemon
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/testutil/environment
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/testutil/fakecontext
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/testutil/fakegit
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/testutil/fakestorage
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/testutil/fixtures/load
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/testutil/fixtures/plugin
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/testutil/fixtures/plugin/basic
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/testutil/registry
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/testutil/request
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/volume
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/volume/drivers
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/volume/local
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/volume/mounts
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/volume/service
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/volume/service/opts
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/volume/testutils'
16:56:57 [2021-08-20T16:56:57.539Z] ++ echo 'github.com/docker/docker/api
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/api/server
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/api/server/backend/build
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/api/server/httputils
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/api/server/middleware
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/api/server/router
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/api/server/router/build
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/api/server/router/checkpoint
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/api/server/router/container
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/api/server/router/debug
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/api/server/router/distribution
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/api/server/router/grpc
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/api/server/router/image
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/api/server/router/network
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/api/server/router/plugin
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/api/server/router/session
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/api/server/router/swarm
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/api/server/router/system
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/api/server/router/volume
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/api/types
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/api/types/backend
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/api/types/blkiodev
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/api/types/container
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/api/types/events
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/api/types/filters
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/api/types/image
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/api/types/mount
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/api/types/network
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/api/types/plugins/logdriver
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/api/types/registry
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/api/types/strslice
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/api/types/swarm
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/api/types/swarm/runtime
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/api/types/time
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/api/types/versions
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/api/types/versions/v1p19
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/api/types/versions/v1p20
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/api/types/volume
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/builder
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/builder/builder-next
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/builder/builder-next/exporter
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/builder/builder-next/imagerefchecker
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/builder/builder-next/worker
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/builder/dockerfile
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/builder/dockerignore
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/builder/remotecontext
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/builder/remotecontext/git
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/cli
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/cli/config
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/cli/debug
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/client
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/cmd/docker-proxy
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/cmd/dockerd
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/cmd/dockerd/trap
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/container
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/container/stream
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/contrib/apparmor
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/contrib/docker-device-tool
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/contrib/httpserver
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/daemon
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/daemon/cluster
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/daemon/cluster/controllers/plugin
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/daemon/cluster/convert
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/daemon/cluster/executor
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/daemon/cluster/executor/container
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/daemon/cluster/provider
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/daemon/config
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/daemon/discovery
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/daemon/events
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/daemon/events/testutils
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/daemon/exec
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/daemon/graphdriver
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/daemon/graphdriver/aufs
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/daemon/graphdriver/btrfs
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/daemon/graphdriver/copy
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/daemon/graphdriver/devmapper
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/daemon/graphdriver/graphtest
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/daemon/graphdriver/overlay
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/daemon/graphdriver/overlay2
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/daemon/graphdriver/overlayutils
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/daemon/graphdriver/register
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/daemon/graphdriver/vfs
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/daemon/graphdriver/zfs
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/daemon/images
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/daemon/initlayer
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/daemon/links
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/daemon/listeners
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/daemon/logger
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/daemon/logger/awslogs
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/daemon/logger/fluentd
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/daemon/logger/gcplogs
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/daemon/logger/gelf
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/daemon/logger/journald
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/daemon/logger/jsonfilelog
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/daemon/logger/local
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/daemon/logger/logentries
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/daemon/logger/loggerutils
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/daemon/logger/loggerutils/cache
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/daemon/logger/splunk
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/daemon/logger/syslog
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/daemon/logger/templates
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/daemon/names
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/daemon/network
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/daemon/stats
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/distribution
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/distribution/metadata
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/distribution/utils
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/distribution/xfer
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/dockerversion
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/errdefs
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/image
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/image/cache
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/image/tarexport
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/image/v1
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/internal/test/suite
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/layer
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/libcontainerd
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/libcontainerd/queue
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/libcontainerd/remote
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/libcontainerd/supervisor
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/libcontainerd/types
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/libnetwork
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/libnetwork/api
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/libnetwork/bitseq
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/libnetwork/cluster
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/libnetwork/cmd/diagnostic
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/libnetwork/cmd/ovrouter
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/libnetwork/cmd/readme_test
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/libnetwork/config
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/libnetwork/datastore
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/libnetwork/diagnostic
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/libnetwork/discoverapi
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/libnetwork/driverapi
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/libnetwork/drivers/bridge
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/libnetwork/drivers/host
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/libnetwork/drivers/ipvlan
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/libnetwork/drivers/macvlan
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/libnetwork/drivers/null
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/libnetwork/drivers/overlay
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/libnetwork/drivers/remote
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/libnetwork/drivers/remote/api
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/libnetwork/drivers/windows
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/libnetwork/drvregistry
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/libnetwork/etchosts
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/libnetwork/hostdiscovery
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/libnetwork/idm
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/libnetwork/internal/caller
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/libnetwork/internal/setmatrix
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/libnetwork/ipam
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/libnetwork/ipamapi
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/libnetwork/ipams/builtin
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/libnetwork/ipams/null
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/libnetwork/ipams/remote
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/libnetwork/ipams/remote/api
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/libnetwork/ipams/windowsipam
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/libnetwork/ipamutils
16:56:57 [2021-08-20T16:56:57.539Z] github.com/docker/docker/libnetwork/iptables
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/netlabel
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/netutils
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/networkdb
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/ns
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/options
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/osl
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/osl/kernel
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/portallocator
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/portmapper
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/resolvconf
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/testutils
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/types
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/oci
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/oci/caps
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/opts
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/pkg/aaparser
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/pkg/archive
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/pkg/authorization
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/pkg/broadcaster
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/pkg/capabilities
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/pkg/chrootarchive
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/pkg/containerfs
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/pkg/devicemapper
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/pkg/directory
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/pkg/discovery
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/pkg/discovery/file
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/pkg/discovery/kv
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/pkg/discovery/memory
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/pkg/discovery/nodes
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/pkg/dmesg
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/pkg/filenotify
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/pkg/fileutils
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/pkg/fsutils
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/pkg/homedir
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/pkg/idtools
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/pkg/ioutils
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/pkg/jsonmessage
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/pkg/locker
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/pkg/longpath
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/pkg/loopback
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/pkg/mount
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/pkg/namesgenerator
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/pkg/parsers
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/pkg/parsers/kernel
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/pkg/parsers/operatingsystem
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/pkg/pidfile
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/pkg/platform
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/pkg/plugingetter
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/pkg/plugins
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/pkg/plugins/transport
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/pkg/pools
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/pkg/progress
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/pkg/pubsub
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/pkg/reexec
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/pkg/signal
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/pkg/stack
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/pkg/stdcopy
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/pkg/streamformatter
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/pkg/stringid
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/pkg/symlink
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/pkg/sysinfo
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/pkg/system
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/pkg/tailfile
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/pkg/tarsum
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/pkg/term
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/pkg/term/windows
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/pkg/truncindex
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/pkg/urlutil
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/pkg/useragent
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/plugin
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/plugin/executor/containerd
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/plugin/v2
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/profiles/apparmor
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/profiles/seccomp
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/quota
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/reference
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/registry
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/registry/resumable
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/restartmanager
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/rootless
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/rootless/specconv
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/runconfig
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/runconfig/opts
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/testutil
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/testutil/daemon
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/testutil/environment
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/testutil/fakecontext
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/testutil/fakegit
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/testutil/fakestorage
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/testutil/fixtures/load
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/testutil/fixtures/plugin
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/testutil/fixtures/plugin/basic
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/testutil/registry
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/testutil/request
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/volume
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/volume/drivers
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/volume/local
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/volume/mounts
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/volume/service
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/volume/service/opts
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/volume/testutils'
16:56:57 [2021-08-20T16:56:57.540Z] ++ grep --fixed-strings /libnetwork
16:56:57 [2021-08-20T16:56:57.540Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/api
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/bitseq
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/cluster
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/cmd/diagnostic
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/cmd/ovrouter
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/cmd/readme_test
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/config
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/datastore
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/diagnostic
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/discoverapi
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/driverapi
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/drivers/bridge
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/drivers/host
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/drivers/ipvlan
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/drivers/macvlan
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/drivers/null
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/drivers/overlay
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/drivers/remote
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/drivers/remote/api
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/drivers/windows
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/drvregistry
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/etchosts
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/hostdiscovery
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/idm
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/internal/caller
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/internal/setmatrix
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/ipam
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/ipamapi
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/ipams/builtin
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/ipams/null
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/ipams/remote
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/ipams/remote/api
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/ipams/windowsipam
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/ipamutils
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/iptables
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/netlabel
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/netutils
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/networkdb
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/ns
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/options
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/osl
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/osl/kernel
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/portallocator
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/portmapper
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/resolvconf
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/testutils
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/types'
16:56:57 [2021-08-20T16:56:57.540Z] + grep --fixed-strings libnetwork/drivers/bridge
16:56:57 [2021-08-20T16:56:57.540Z] + echo 'github.com/docker/docker/libnetwork
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/api
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/bitseq
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/cluster
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/cmd/diagnostic
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/cmd/ovrouter
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/cmd/readme_test
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/config
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/datastore
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/diagnostic
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/discoverapi
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/driverapi
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/drivers/bridge
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/drivers/host
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/drivers/ipvlan
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/drivers/macvlan
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/drivers/null
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/drivers/overlay
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/drivers/remote
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/drivers/remote/api
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/drivers/windows
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/drvregistry
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/etchosts
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/hostdiscovery
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/idm
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/internal/caller
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/internal/setmatrix
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/ipam
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/ipamapi
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/ipams/builtin
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/ipams/null
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/ipams/remote
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/ipams/remote/api
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/ipams/windowsipam
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/ipamutils
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/iptables
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/netlabel
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/netutils
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/networkdb
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/ns
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/options
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/osl
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/osl/kernel
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/portallocator
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/portmapper
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/resolvconf
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/testutils
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/types'
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/drivers/bridge
16:56:57 [2021-08-20T16:56:57.540Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
16:56:57 [2021-08-20T16:56:57.540Z] + type docker-proxy
16:56:57 [2021-08-20T16:56:57.540Z] hack/test/unit: line 25: type: docker-proxy: not found
16:56:57 [2021-08-20T16:56:57.540Z] + hack/make.sh binary-proxy install-proxy
16:56:57 [2021-08-20T16:56:57.540Z] 
16:56:57 [2021-08-20T16:56:57.540Z] Removing bundles/
16:56:57 [2021-08-20T16:56:57.540Z] 
16:56:57 [2021-08-20T16:56:57.540Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy)
16:56:57 [2021-08-20T16:56:57.801Z] Building: bundles/binary-proxy/docker-proxy-dev
16:56:57 [2021-08-20T16:56:57.801Z] GOOS="" GOARCH="" GOARM=""
16:57:05 [2021-08-20T16:57:05.007Z] Client:
16:57:05 [2021-08-20T16:57:05.007Z]  Context:    default
16:57:05 [2021-08-20T16:57:05.007Z]  Debug Mode: false
16:57:05 [2021-08-20T16:57:05.007Z]  Plugins:
16:57:05 [2021-08-20T16:57:05.007Z]   app: Docker Application (Docker Inc., v0.8.0)
16:57:05 [2021-08-20T16:57:05.007Z]   cluster: Manage Mirantis Container Cloud clusters (Mirantis Inc., v1.9.0)
16:57:05 [2021-08-20T16:57:05.007Z]   registry: Manage Docker registries (Docker Inc., 0.1.0)
16:57:05 [2021-08-20T16:57:05.007Z] 
16:57:05 [2021-08-20T16:57:05.007Z] Server:
16:57:05 [2021-08-20T16:57:05.007Z]  Containers: 0
16:57:05 [2021-08-20T16:57:05.007Z]   Running: 0
16:57:05 [2021-08-20T16:57:05.007Z]   Paused: 0
16:57:05 [2021-08-20T16:57:05.007Z]   Stopped: 0
16:57:05 [2021-08-20T16:57:05.007Z]  Images: 0
16:57:05 [2021-08-20T16:57:05.007Z]  Server Version: 20.10.8
16:57:05 [2021-08-20T16:57:05.007Z]  Storage Driver: windowsfilter (windows) lcow (linux)
16:57:05 [2021-08-20T16:57:05.007Z]   Windows: 
16:57:05 [2021-08-20T16:57:05.007Z]   LCOW: 
16:57:05 [2021-08-20T16:57:05.007Z]  Logging Driver: json-file
16:57:05 [2021-08-20T16:57:05.007Z]  Plugins:
16:57:05 [2021-08-20T16:57:05.007Z]   Volume: local
16:57:05 [2021-08-20T16:57:05.007Z]   Network: ics internal l2bridge l2tunnel nat null overlay private transparent
16:57:05 [2021-08-20T16:57:05.007Z]   Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog
16:57:05 [2021-08-20T16:57:05.007Z]  Swarm: inactive
16:57:05 [2021-08-20T16:57:05.007Z]  Default Isolation: process
16:57:05 [2021-08-20T16:57:05.007Z]  Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434)
16:57:05 [2021-08-20T16:57:05.007Z]  Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2114)
16:57:05 [2021-08-20T16:57:05.007Z]  OSType: windows
16:57:05 [2021-08-20T16:57:05.007Z]  Architecture: x86_64
16:57:05 [2021-08-20T16:57:05.007Z]  CPUs: 4
16:57:05 [2021-08-20T16:57:05.007Z]  Total Memory: 32GiB
16:57:05 [2021-08-20T16:57:05.007Z]  Name: azwin-2-c5ab00
16:57:05 [2021-08-20T16:57:05.007Z]  ID: XY73:YXCL:4JV2:L5OD:3LLO:K3OC:FGXE:SVIG:WUSL:HBJG:UQY5:VISZ
16:57:05 [2021-08-20T16:57:05.007Z]  Docker Root Dir: D:\docker
16:57:05 [2021-08-20T16:57:05.007Z]  Debug Mode: false
16:57:05 [2021-08-20T16:57:05.007Z]  Registry: https://index.docker.io/v1/
16:57:05 [2021-08-20T16:57:05.007Z]  Labels:
16:57:05 [2021-08-20T16:57:05.007Z]  Experimental: true
16:57:05 [2021-08-20T16:57:05.007Z]  Insecure Registries:
16:57:05 [2021-08-20T16:57:05.007Z]   10.0.0.4:5000
16:57:05 [2021-08-20T16:57:05.007Z]   127.0.0.0/8
16:57:05 [2021-08-20T16:57:05.007Z]  Registry Mirrors:
16:57:05 [2021-08-20T16:57:05.007Z]   http://10.0.0.4:5000/
16:57:05 [2021-08-20T16:57:05.007Z]  Live Restore Enabled: false
16:57:05 [2021-08-20T16:57:05.007Z]  Product License: Community Engine
16:57:05 [2021-08-20T16:57:05.007Z] 
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Run tests)
[Pipeline] powershell
16:57:05 [2021-08-20T16:57:05.673Z] #27 14.82 Fetched 51.2 MB in 14s (3683 kB/s)
16:57:05 [2021-08-20T16:57:05.939Z] Created binary: bundles/binary-proxy/docker-proxy-dev
16:57:05 [2021-08-20T16:57:05.939Z] 
16:57:05 [2021-08-20T16:57:05.939Z] ---> Making bundle: install-proxy (in bundles/install-proxy)
16:57:05 [2021-08-20T16:57:05.939Z] Installing docker-proxy to /usr/local/bin/
16:57:06 [2021-08-20T16:57:06.201Z] 
16:57:06 [2021-08-20T16:57:06.201Z] + mkdir -p bundles
16:57:06 [2021-08-20T16:57:06.201Z] + '[' -n 'github.com/docker/docker/api
16:57:06 [2021-08-20T16:57:06.201Z] github.com/docker/docker/api/server
16:57:06 [2021-08-20T16:57:06.201Z] github.com/docker/docker/api/server/backend/build
16:57:06 [2021-08-20T16:57:06.201Z] github.com/docker/docker/api/server/httputils
16:57:06 [2021-08-20T16:57:06.201Z] github.com/docker/docker/api/server/middleware
16:57:06 [2021-08-20T16:57:06.201Z] github.com/docker/docker/api/server/router
16:57:06 [2021-08-20T16:57:06.201Z] github.com/docker/docker/api/server/router/build
16:57:06 [2021-08-20T16:57:06.201Z] github.com/docker/docker/api/server/router/checkpoint
16:57:06 [2021-08-20T16:57:06.201Z] github.com/docker/docker/api/server/router/container
16:57:06 [2021-08-20T16:57:06.201Z] github.com/docker/docker/api/server/router/debug
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/api/server/router/distribution
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/api/server/router/grpc
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/api/server/router/image
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/api/server/router/network
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/api/server/router/plugin
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/api/server/router/session
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/api/server/router/swarm
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/api/server/router/system
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/api/server/router/volume
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/api/types
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/api/types/backend
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/api/types/blkiodev
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/api/types/container
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/api/types/events
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/api/types/filters
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/api/types/image
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/api/types/mount
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/api/types/network
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/api/types/plugins/logdriver
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/api/types/registry
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/api/types/strslice
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/api/types/swarm
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/api/types/swarm/runtime
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/api/types/time
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/api/types/versions
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/api/types/versions/v1p19
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/api/types/versions/v1p20
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/api/types/volume
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/builder
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/builder/builder-next
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/builder/builder-next/exporter
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/builder/builder-next/imagerefchecker
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/builder/builder-next/worker
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/builder/dockerfile
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/builder/dockerignore
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/builder/remotecontext
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/builder/remotecontext/git
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/cli
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/cli/config
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/cli/debug
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/client
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/cmd/docker-proxy
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/cmd/dockerd
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/cmd/dockerd/trap
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/container
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/container/stream
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/contrib/apparmor
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/contrib/docker-device-tool
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/contrib/httpserver
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/daemon
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/daemon/cluster
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/daemon/cluster/controllers/plugin
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/daemon/cluster/convert
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/daemon/cluster/executor
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/daemon/cluster/executor/container
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/daemon/cluster/provider
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/daemon/config
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/daemon/discovery
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/daemon/events
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/daemon/events/testutils
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/daemon/exec
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/daemon/graphdriver
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/daemon/graphdriver/aufs
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/daemon/graphdriver/btrfs
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/daemon/graphdriver/copy
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/daemon/graphdriver/devmapper
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/daemon/graphdriver/graphtest
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/daemon/graphdriver/overlay
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/daemon/graphdriver/overlay2
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/daemon/graphdriver/overlayutils
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/daemon/graphdriver/register
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/daemon/graphdriver/vfs
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/daemon/graphdriver/zfs
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/daemon/images
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/daemon/initlayer
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/daemon/links
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/daemon/listeners
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/daemon/logger
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/daemon/logger/awslogs
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/daemon/logger/fluentd
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/daemon/logger/gcplogs
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/daemon/logger/gelf
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/daemon/logger/journald
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/daemon/logger/jsonfilelog
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/daemon/logger/local
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/daemon/logger/logentries
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/daemon/logger/loggerutils
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/daemon/logger/loggerutils/cache
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/daemon/logger/splunk
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/daemon/logger/syslog
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/daemon/logger/templates
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/daemon/names
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/daemon/network
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/daemon/stats
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/distribution
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/distribution/metadata
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/distribution/utils
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/distribution/xfer
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/dockerversion
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/errdefs
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/image
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/image/cache
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/image/tarexport
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/image/v1
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/internal/test/suite
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/layer
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/libcontainerd
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/libcontainerd/queue
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/libcontainerd/remote
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/libcontainerd/supervisor
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/libcontainerd/types
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/oci
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/oci/caps
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/opts
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/pkg/aaparser
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/pkg/archive
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/pkg/authorization
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/pkg/broadcaster
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/pkg/capabilities
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/pkg/chrootarchive
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/pkg/containerfs
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/pkg/devicemapper
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/pkg/directory
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/pkg/discovery
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/pkg/discovery/file
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/pkg/discovery/kv
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/pkg/discovery/memory
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/pkg/discovery/nodes
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/pkg/dmesg
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/pkg/filenotify
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/pkg/fileutils
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/pkg/fsutils
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/pkg/homedir
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/pkg/idtools
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/pkg/ioutils
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/pkg/jsonmessage
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/pkg/locker
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/pkg/longpath
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/pkg/loopback
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/pkg/mount
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/pkg/namesgenerator
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/pkg/parsers
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/pkg/parsers/kernel
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/pkg/parsers/operatingsystem
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/pkg/pidfile
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/pkg/platform
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/pkg/plugingetter
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/pkg/plugins
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/pkg/plugins/transport
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/pkg/pools
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/pkg/progress
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/pkg/pubsub
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/pkg/reexec
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/pkg/signal
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/pkg/stack
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/pkg/stdcopy
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/pkg/streamformatter
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/pkg/stringid
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/pkg/symlink
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/pkg/sysinfo
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/pkg/system
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/pkg/tailfile
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/pkg/tarsum
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/pkg/term
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/pkg/term/windows
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/pkg/truncindex
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/pkg/urlutil
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/pkg/useragent
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/plugin
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/plugin/executor/containerd
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/plugin/v2
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/profiles/apparmor
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/profiles/seccomp
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/quota
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/reference
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/registry
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/registry/resumable
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/restartmanager
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/rootless
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/rootless/specconv
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/runconfig
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/runconfig/opts
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/testutil
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/testutil/daemon
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/testutil/environment
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/testutil/fakecontext
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/testutil/fakegit
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/testutil/fakestorage
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/testutil/fixtures/load
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/testutil/fixtures/plugin
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/testutil/fixtures/plugin/basic
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/testutil/registry
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/testutil/request
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/volume
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/volume/drivers
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/volume/local
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/volume/mounts
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/volume/service
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/volume/service/opts
16:57:06 [2021-08-20T16:57:06.202Z] github.com/docker/docker/volume/testutils' ']'
16:57:06 [2021-08-20T16:57:06.203Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report.json --junitfile=bundles/junit-report.xml -- -tags 'netgo seccomp libdm_no_deferred_remove' -cover -coverprofile=bundles/profile.out -covermode=atomic -test.timeout=5m github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/dockerignore github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/client github.com/docker/docker/cmd/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/discovery github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/aufs github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/copy github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/overlayutils github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/discovery github.com/docker/docker/pkg/discovery/file github.com/docker/docker/pkg/discovery/kv github.com/docker/docker/pkg/discovery/memory github.com/docker/docker/pkg/discovery/nodes github.com/docker/docker/pkg/dmesg github.com/docker/docker/pkg/filenotify github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/fsutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/locker github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/loopback github.com/docker/docker/pkg/mount github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/namesgenerator/cmd/names-generator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/stack github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/symlink github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/term github.com/docker/docker/pkg/term/windows github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/apparmor github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/rootless/specconv github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils
16:57:07 [2021-08-20T16:57:07.589Z] ?   	github.com/docker/docker/api	[no test files]
16:57:09 [2021-08-20T16:57:09.916Z] #27 14.82 Reading package lists...
16:57:13 [2021-08-20T16:57:13.138Z] #57 180.5 + bin/containerd
16:57:14 [2021-08-20T16:57:14.513Z] #57 ...
16:57:14 [2021-08-20T16:57:14.513Z] 
16:57:14 [2021-08-20T16:57:14.513Z] #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
16:57:14 [2021-08-20T16:57:14.513Z] #54 sha256:86ed8e4e7167a846cf123b00b422c594d9424ccd4b0a0d7a47aee967c35bf091
16:57:14 [2021-08-20T16:57:14.513Z] #54 113.5 CGO_ENABLED=1 go build -trimpath   -tags "seccomp  netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit=v1.0.1-0-g4144b638 -X main.version=1.0.1 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty
16:57:14 [2021-08-20T16:57:14.513Z] #54 114.1 + mkdir -p /build
16:57:14 [2021-08-20T16:57:14.513Z] #54 114.1 + cp runc /build/runc
16:57:14 [2021-08-20T16:57:14.513Z] #54 DONE 115.0s
16:57:14 [2021-08-20T16:57:14.513Z] 
16:57:14 [2021-08-20T16:57:14.513Z] #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
16:57:14 [2021-08-20T16:57:14.513Z] #57 sha256:e1d0c77c6bcb94fe362364115bf965ddc9f0a98adeadeee92cd128043b63819c
16:57:15 [2021-08-20T16:57:15.189Z] #27 20.45 Reading package lists...
16:57:15 [2021-08-20T16:57:15.885Z] #57 ...
16:57:15 [2021-08-20T16:57:15.885Z] 
16:57:15 [2021-08-20T16:57:15.885Z] #55 [dev-systemd-false 21/25] COPY --from=runc          /build/ /usr/local/bin/
16:57:15 [2021-08-20T16:57:15.885Z] #55 sha256:2c6c7deb9cc14a5d1113b25ee39e3a542d95c40959bf1e5887237da1f7cba0eb
16:57:15 [2021-08-20T16:57:15.885Z] #55 DONE 0.3s
16:57:15 [2021-08-20T16:57:15.885Z] 
16:57:15 [2021-08-20T16:57:15.885Z] #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
16:57:15 [2021-08-20T16:57:15.885Z] #57 sha256:e1d0c77c6bcb94fe362364115bf965ddc9f0a98adeadeee92cd128043b63819c
16:57:16 [2021-08-20T16:57:16.125Z] #27 25.90 Building dependency tree...
16:57:16 [2021-08-20T16:57:16.384Z] #27 27.16 Reading state information...
16:57:16 [2021-08-20T16:57:16.953Z] #27 28.04 bzip2 is already the newest version (1.0.6-9.2~deb10u1).
16:57:16 [2021-08-20T16:57:16.953Z] #27 28.04 libcap2-bin is already the newest version (1:2.25-2).
16:57:16 [2021-08-20T16:57:16.953Z] #27 28.04 patch is already the newest version (2.7.6-3+deb10u1).
16:57:16 [2021-08-20T16:57:16.953Z] #27 28.04 xz-utils is already the newest version (5.2.4-1).
16:57:16 [2021-08-20T16:57:16.953Z] #27 28.04 The following additional packages will be installed:
16:57:17 [2021-08-20T16:57:17.213Z] #27 28.05   libaio1 libgpm2 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2
16:57:17 [2021-08-20T16:57:17.213Z] #27 28.05   libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib
16:57:17 [2021-08-20T16:57:17.213Z] #27 28.05   libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3
16:57:17 [2021-08-20T16:57:17.213Z] #27 28.05   python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources
16:57:17 [2021-08-20T16:57:17.213Z] #27 28.05   python3.7 python3.7-minimal vim-runtime xxd
16:57:17 [2021-08-20T16:57:17.213Z] #27 28.07 Suggested packages:
16:57:17 [2021-08-20T16:57:17.213Z] #27 28.07   apparmor-profiles-extra apparmor-utils kmod gpm python3-doc python3-tk
16:57:17 [2021-08-20T16:57:17.213Z] #27 28.07   python3-venv python-setuptools-doc python3.7-venv python3.7-doc
16:57:17 [2021-08-20T16:57:17.213Z] #27 28.07   binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota
16:57:17 [2021-08-20T16:57:17.213Z] #27 28.07 Recommended packages:
16:57:17 [2021-08-20T16:57:17.213Z] #27 28.07   aufs-dkms nftables build-essential python3-dev python3-keyring
16:57:17 [2021-08-20T16:57:17.213Z] #27 28.07   python3-keyrings.alt python3-xdg unzip
16:57:17 [2021-08-20T16:57:17.940Z] DEBUG: print all environment variables to check how Jenkins runs this script
16:57:17 [2021-08-20T16:57:17.940Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-a3a168e3\powershellScript.ps1'; exit $LASTEXITCODE;
16:57:17 [2021-08-20T16:57:17.940Z] ----------------------------------------------------------------------------
16:57:17 [2021-08-20T16:57:17.940Z] 
16:57:17 [2021-08-20T16:57:17.940Z] INFO: executeCI.ps1 starting at Fri Aug 20 16:57:17 CUT 2021
16:57:17 [2021-08-20T16:57:17.940Z] 
16:57:17 [2021-08-20T16:57:17.940Z] INFO: Script version 05-Feb-2019 09:03 PDT
16:57:18 [2021-08-20T16:57:18.399Z] INFO: Running git version 2.24.1.windows.2
16:57:18 [2021-08-20T16:57:18.399Z] INFO: Branch:rs5_release Build:17763.1.180914-1434
16:57:18 [2021-08-20T16:57:18.399Z] INFO: Environment variables:
16:57:18 [2021-08-20T16:57:18.399Z] 
16:57:18 [2021-08-20T16:57:18.399Z] Name                           Value                                                                                   
16:57:18 [2021-08-20T16:57:18.399Z] ----                           -----                                                                                   
16:57:18 [2021-08-20T16:57:18.399Z] ALLUSERSPROFILE                C:\ProgramData                                                                          
16:57:18 [2021-08-20T16:57:18.399Z] APPDATA                        C:\Windows\system32\config\systemprofile\AppData\Roaming                                
16:57:18 [2021-08-20T16:57:18.399Z] APT_MIRROR                     cdn-fastly.deb.debian.org                                                               
16:57:18 [2021-08-20T16:57:18.399Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.12                     
16:57:18 [2021-08-20T16:57:18.399Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}]                                    
16:57:18 [2021-08-20T16:57:18.399Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.12                                                                                 
16:57:18 [2021-08-20T16:57:18.399Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN                                                                                 
16:57:18 [2021-08-20T16:57:18.399Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16                                                                           
16:57:18 [2021-08-20T16:57:18.399Z] BRANCH_NAME                    PR-42765                                                                                
16:57:18 [2021-08-20T16:57:18.399Z] BUILD_DISPLAY_NAME             #2                                                                                      
16:57:18 [2021-08-20T16:57:18.399Z] BUILD_ID                       2                                                                                       
16:57:18 [2021-08-20T16:57:18.399Z] BUILD_NUMBER                   2                                                                                       
16:57:18 [2021-08-20T16:57:18.399Z] BUILD_TAG                      jenkins-moby-PR-42765-2                                                                 
16:57:18 [2021-08-20T16:57:18.399Z] BUILD_URL                      https://ci-next.docker.com/public/job/moby/job/PR-42765/2/                              
16:57:18 [2021-08-20T16:57:18.399Z] CHANGE_AUTHOR                  thaJeztah                                                                               
16:57:18 [2021-08-20T16:57:18.399Z] CHANGE_AUTHOR_DISPLAY_NAME     Sebastiaan van Stijn                                                                    
16:57:18 [2021-08-20T16:57:18.399Z] CHANGE_BRANCH                  windows_2022_ltsc                                                                       
16:57:18 [2021-08-20T16:57:18.399Z] CHANGE_FORK                    thaJeztah/docker                                                                        
16:57:18 [2021-08-20T16:57:18.399Z] CHANGE_ID                      42765                                                                                   
16:57:18 [2021-08-20T16:57:18.399Z] CHANGE_TARGET                  master                                                                                  
16:57:18 [2021-08-20T16:57:18.399Z] CHANGE_TITLE                   Jenkinsfile: windows 2022 LTSC mcr.microsoft.com/windows/servercore:ltsc2022            
16:57:18 [2021-08-20T16:57:18.399Z] CHANGE_URL                     https://github.com/moby/moby/pull/42765                                                 
16:57:18 [2021-08-20T16:57:18.399Z] CHECK_CONFIG_COMMIT            2b0755b936416834e14208c6c37b36977e67ea35                                                
16:57:18 [2021-08-20T16:57:18.399Z] CommonProgramFiles             C:\Program Files\Common Files                                                           
16:57:18 [2021-08-20T16:57:18.399Z] CommonProgramFiles(x86)        C:\Program Files (x86)\Common Files                                                     
16:57:18 [2021-08-20T16:57:18.399Z] CommonProgramW6432             C:\Program Files\Common Files                                                           
16:57:18 [2021-08-20T16:57:18.399Z] COMPUTERNAME                   azwin-2-c5ab00                                                                          
16:57:18 [2021-08-20T16:57:18.399Z] ComSpec                        C:\Windows\system32\cmd.exe                                                             
16:57:18 [2021-08-20T16:57:18.399Z] ConfigSequenceNumber           0                                                                                       
16:57:18 [2021-08-20T16:57:18.399Z] DOCKER_BUILDKIT                0                                                                                       
16:57:18 [2021-08-20T16:57:18.399Z] DOCKER_DUT_DEBUG               1                                                                                       
16:57:18 [2021-08-20T16:57:18.399Z] DOCKER_EXPERIMENTAL            1                                                                                       
16:57:18 [2021-08-20T16:57:18.399Z] DOCKER_GRAPHDRIVER             overlay2                                                                                
16:57:18 [2021-08-20T16:57:18.399Z] DriverData                     C:\Windows\System32\Drivers\DriverData                                                  
16:57:18 [2021-08-20T16:57:18.399Z] EXECUTOR_NUMBER                0                                                                                       
16:57:18 [2021-08-20T16:57:18.399Z] FQDN                           azwin-2-c5ab00.westus.cloudapp.azure.com                                                
16:57:18 [2021-08-20T16:57:18.399Z] GIT_BRANCH                     PR-42765                                                                                
16:57:18 [2021-08-20T16:57:18.399Z] GIT_COMMIT                     f7ebafa5c65656342de9b08f11dd22807bbf0fe9                                                
16:57:18 [2021-08-20T16:57:18.399Z] GIT_PREVIOUS_COMMIT            d7abbd01ebf9a77dcfea00f71c1266a7cc7730a8                                                
16:57:18 [2021-08-20T16:57:18.399Z] GIT_PREVIOUS_SUCCESSFUL_COMMIT d7abbd01ebf9a77dcfea00f71c1266a7cc7730a8                                                
16:57:18 [2021-08-20T16:57:18.399Z] GIT_URL                        https://github.com/moby/moby.git                                                        
16:57:18 [2021-08-20T16:57:18.399Z] HUDSON_COOKIE                  a1a0ccdd-6d28-4b3d-a8eb-62734400ded4                                                    
16:57:18 [2021-08-20T16:57:18.399Z] HUDSON_HOME                    /var/cloudbees-jenkins-distribution                                                     
16:57:18 [2021-08-20T16:57:18.399Z] HUDSON_SERVER_COOKIE           aaf6decb76ababb5                                                                        
16:57:18 [2021-08-20T16:57:18.399Z] HUDSON_URL                     https://ci-next.docker.com/public/                                                      
16:57:18 [2021-08-20T16:57:18.399Z] JAVA_HOME                      C:\java-1.8.0-openjdk-1.8.0.302-1.b08.ojdkbuild.windows.x86_64                          
16:57:18 [2021-08-20T16:57:18.399Z] JENKINS_HOME                   /var/cloudbees-jenkins-distribution                                                     
16:57:18 [2021-08-20T16:57:18.399Z] JENKINS_NODE_COOKIE            a98e34b3-c8d9-4ecb-bd74-f9b80dc52edc                                                    
16:57:18 [2021-08-20T16:57:18.399Z] JENKINS_SERVER_COOKIE          durable-2f56e31ca5b2498536d5dc93c29eccaf                                                
16:57:18 [2021-08-20T16:57:18.399Z] JENKINS_URL                    https://ci-next.docker.com/public/                                                      
16:57:18 [2021-08-20T16:57:18.399Z] JOB_BASE_NAME                  PR-42765                                                                                
16:57:18 [2021-08-20T16:57:18.399Z] JOB_DISPLAY_URL                https://ci-next.docker.com/public/job/moby/job/PR-42765/display/redirect                
16:57:18 [2021-08-20T16:57:18.399Z] JOB_NAME                       moby/PR-42765                                                                           
16:57:18 [2021-08-20T16:57:18.399Z] JOB_URL                        https://ci-next.docker.com/public/job/moby/job/PR-42765/                                
16:57:18 [2021-08-20T16:57:18.399Z] library.jps.version            master                                                                                  
16:57:18 [2021-08-20T16:57:18.399Z] LOCALAPPDATA                   C:\Windows\system32\config\systemprofile\AppData\Local                                  
16:57:18 [2021-08-20T16:57:18.399Z] NODE_LABELS                    amd64 azure azwin-2-c5ab00 azwin-2019 docker west-us windows windows-2019 x86_64        
16:57:18 [2021-08-20T16:57:18.399Z] NODE_NAME                      azwin-2-c5ab00                                                                          
16:57:18 [2021-08-20T16:57:18.399Z] NUMBER_OF_PROCESSORS           4                                                                                       
16:57:18 [2021-08-20T16:57:18.399Z] OS                             Windows_NT                                                                              
16:57:18 [2021-08-20T16:57:18.399Z] Path                           C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo...
16:57:18 [2021-08-20T16:57:18.399Z] PATHEXT                        .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL                              
16:57:18 [2021-08-20T16:57:18.399Z] PROCESSOR_ARCHITECTURE         AMD64                                                                                   
16:57:18 [2021-08-20T16:57:18.399Z] PROCESSOR_IDENTIFIER           Intel64 Family 6 Model 79 Stepping 1, GenuineIntel                                      
16:57:18 [2021-08-20T16:57:18.399Z] PROCESSOR_LEVEL                6                                                                                       
16:57:18 [2021-08-20T16:57:18.399Z] PROCESSOR_REVISION             4f01                                                                                    
16:57:18 [2021-08-20T16:57:18.399Z] ProgramData                    C:\ProgramData                                                                          
16:57:18 [2021-08-20T16:57:18.399Z] ProgramFiles                   C:\Program Files                                                                        
16:57:18 [2021-08-20T16:57:18.399Z] ProgramFiles(x86)              C:\Program Files (x86)                                                                  
16:57:18 [2021-08-20T16:57:18.399Z] ProgramW6432                   C:\Program Files                                                                        
16:57:18 [2021-08-20T16:57:18.399Z] PROMPT                         $P$G                                                                                    
16:57:18 [2021-08-20T16:57:18.399Z] PSExecutionPolicyPreference    Bypass                                                                                  
16:57:18 [2021-08-20T16:57:18.399Z] PSModulePath                   WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste...
16:57:18 [2021-08-20T16:57:18.399Z] PUBLIC                         C:\Users\Public                                                                         
16:57:18 [2021-08-20T16:57:18.399Z] RUN_ARTIFACTS_DISPLAY_URL      https://ci-next.docker.com/public/job/moby/job/PR-42765/2/display/redirect?page=artif...
16:57:18 [2021-08-20T16:57:18.399Z] RUN_CHANGES_DISPLAY_URL        https://ci-next.docker.com/public/job/moby/job/PR-42765/2/display/redirect?page=changes 
16:57:18 [2021-08-20T16:57:18.399Z] RUN_DISPLAY_URL                https://ci-next.docker.com/public/job/moby/job/PR-42765/2/display/redirect              
16:57:18 [2021-08-20T16:57:18.399Z] RUN_TESTS_DISPLAY_URL          https://ci-next.docker.com/public/job/moby/job/PR-42765/2/display/redirect?page=tests   
16:57:18 [2021-08-20T16:57:18.399Z] SKIP_VALIDATION_TESTS          1                                                                                       
16:57:18 [2021-08-20T16:57:18.399Z] SOURCES_DRIVE                  d                                                                                       
16:57:18 [2021-08-20T16:57:18.399Z] SOURCES_SUBDIR                 gopath                                                                                  
16:57:18 [2021-08-20T16:57:18.399Z] STAGE_NAME                     Run tests                                                                               
16:57:18 [2021-08-20T16:57:18.400Z] SystemDrive                    C:                                                                                      
16:57:18 [2021-08-20T16:57:18.400Z] SystemRoot                     C:\Windows                                                                              
16:57:18 [2021-08-20T16:57:18.400Z] TEMP                           C:\Windows\TEMP                                                                         
16:57:18 [2021-08-20T16:57:18.400Z] TESTDEBUG                      0                                                                                       
16:57:18 [2021-08-20T16:57:18.400Z] TESTRUN_DRIVE                  d                                                                                       
16:57:18 [2021-08-20T16:57:18.400Z] TESTRUN_SUBDIR                 CI                                                                                      
16:57:18 [2021-08-20T16:57:18.400Z] TIMEOUT                        120m                                                                                    
16:57:18 [2021-08-20T16:57:18.400Z] TMP                            C:\Windows\TEMP                                                                         
16:57:18 [2021-08-20T16:57:18.400Z] USERDOMAIN                     WORKGROUP                                                                               
16:57:18 [2021-08-20T16:57:18.400Z] USERNAME                       azwin-2-c5ab00$                                                                         
16:57:18 [2021-08-20T16:57:18.400Z] USERPROFILE                    C:\Windows\system32\config\systemprofile                                                
16:57:18 [2021-08-20T16:57:18.400Z] windir                         C:\Windows                                                                              
16:57:18 [2021-08-20T16:57:18.400Z] WINDOWS_BASE_IMAGE             mcr.microsoft.com/windows/servercore                                                    
16:57:18 [2021-08-20T16:57:18.400Z] WINDOWS_BASE_IMAGE_TAG         ltsc2019                                                                                
16:57:18 [2021-08-20T16:57:18.400Z] WORKSPACE                      d:\gopath\src\github.com\docker\docker                                                  
16:57:18 [2021-08-20T16:57:18.400Z] WORKSPACE_TMP                  d:\gopath\src\github.com\docker\docker@tmp                                              
16:57:18 [2021-08-20T16:57:18.400Z] 
16:57:18 [2021-08-20T16:57:18.400Z] 
16:57:18 [2021-08-20T16:57:18.400Z] 
16:57:18 [2021-08-20T16:57:18.593Z] #27 29.39 The following NEW packages will be installed:
16:57:18 [2021-08-20T16:57:18.593Z] #27 29.40   apparmor aufs-tools bash-completion iptables jq libaio1 libgpm2 libip4tc0
16:57:18 [2021-08-20T16:57:18.593Z] #27 29.40   libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 libnetfilter-conntrack3
16:57:18 [2021-08-20T16:57:18.593Z] #27 29.40   libnfnetlink0 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1
16:57:18 [2021-08-20T16:57:18.593Z] #27 29.41   libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib libreadline5
16:57:18 [2021-08-20T16:57:18.593Z] #27 29.41   net-tools pigz python-pip-whl python3 python3-distutils python3-lib2to3
16:57:18 [2021-08-20T16:57:18.593Z] #27 29.41   python3-minimal python3-pip python3-pkg-resources python3-setuptools
16:57:18 [2021-08-20T16:57:18.593Z] #27 29.41   python3-wheel python3.7 python3.7-minimal sudo thin-provisioning-tools
16:57:18 [2021-08-20T16:57:18.593Z] #27 29.41   uidmap vim vim-common vim-runtime xfsprogs xxd zip
16:57:18 [2021-08-20T16:57:18.853Z] #27 29.76 0 upgraded, 45 newly installed, 0 to remove and 0 not upgraded.
16:57:18 [2021-08-20T16:57:18.853Z] #27 29.76 Need to get 20.0 MB of archives.
16:57:18 [2021-08-20T16:57:18.853Z] #27 29.76 After this operation, 82.5 MB of additional disk space will be used.
16:57:18 [2021-08-20T16:57:18.853Z] #27 29.76 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB]
16:57:18 [2021-08-20T16:57:18.853Z] #27 29.76 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u3 [589 kB]
16:57:18 [2021-08-20T16:57:18.853Z] #27 29.78 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u3 [1737 kB]
16:57:18 [2021-08-20T16:57:18.853Z] #27 29.81 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB]
16:57:18 [2021-08-20T16:57:18.853Z] #27 29.81 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB]
16:57:18 [2021-08-20T16:57:18.853Z] #27 29.81 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u3 [1734 kB]
16:57:18 [2021-08-20T16:57:18.853Z] #27 29.85 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u3 [330 kB]
16:57:18 [2021-08-20T16:57:18.853Z] #27 29.85 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB]
16:57:18 [2021-08-20T16:57:18.853Z] #27 29.85 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB]
16:57:18 [2021-08-20T16:57:18.853Z] #27 29.86 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB]
16:57:18 [2021-08-20T16:57:18.853Z] #27 29.86 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB]
16:57:18 [2021-08-20T16:57:18.853Z] #27 29.86 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB]
16:57:18 [2021-08-20T16:57:18.853Z] #27 29.86 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB]
16:57:18 [2021-08-20T16:57:18.853Z] #27 29.87 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB]
16:57:18 [2021-08-20T16:57:18.853Z] #27 29.87 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB]
16:57:18 [2021-08-20T16:57:18.853Z] #27 29.87 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB]
16:57:18 [2021-08-20T16:57:18.853Z] #27 29.87 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB]
16:57:18 [2021-08-20T16:57:18.853Z] #27 29.88 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB]
16:57:18 [2021-08-20T16:57:18.853Z] #27 29.88 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB]
16:57:18 [2021-08-20T16:57:18.853Z] #27 29.88 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB]
16:57:18 [2021-08-20T16:57:18.853Z] #27 29.89 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB]
16:57:18 [2021-08-20T16:57:18.853Z] #27 29.90 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB]
16:57:18 [2021-08-20T16:57:18.853Z] #27 29.90 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB]
16:57:18 [2021-08-20T16:57:18.853Z] #27 29.90 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB]
16:57:18 [2021-08-20T16:57:18.853Z] #27 29.91 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB]
16:57:18 [2021-08-20T16:57:18.853Z] #27 29.91 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB]
16:57:18 [2021-08-20T16:57:18.853Z] #27 29.91 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB]
16:57:18 [2021-08-20T16:57:18.853Z] #27 29.91 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB]
16:57:18 [2021-08-20T16:57:18.853Z] #27 29.91 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB]
16:57:18 [2021-08-20T16:57:18.853Z] #27 29.91 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB]
16:57:18 [2021-08-20T16:57:18.853Z] #27 29.91 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB]
16:57:18 [2021-08-20T16:57:18.853Z] #27 29.92 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB]
16:57:18 [2021-08-20T16:57:18.853Z] #27 29.94 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB]
16:57:18 [2021-08-20T16:57:18.853Z] #27 29.94 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB]
16:57:18 [2021-08-20T16:57:18.853Z] #27 29.95 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB]
16:57:18 [2021-08-20T16:57:18.853Z] #27 29.95 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB]
16:57:18 [2021-08-20T16:57:18.853Z] #27 30.01 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB]
16:57:19 [2021-08-20T16:57:19.113Z] #27 30.02 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB]
16:57:19 [2021-08-20T16:57:19.113Z] #27 30.02 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u3 [1244 kB]
16:57:19 [2021-08-20T16:57:19.113Z] #27 30.05 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB]
16:57:19 [2021-08-20T16:57:19.113Z] #27 30.06 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB]
16:57:19 [2021-08-20T16:57:19.113Z] #27 30.06 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB]
16:57:19 [2021-08-20T16:57:19.365Z] INFO: Sources under d:\gopath\...
16:57:19 [2021-08-20T16:57:19.365Z] INFO: Test run under d:\CI\...
16:57:19 [2021-08-20T16:57:19.365Z] INFO: Running in D:\gopath\src\github.com\docker\docker
16:57:19 [2021-08-20T16:57:19.365Z] INFO: docker/docker repository was found
16:57:19 [2021-08-20T16:57:19.365Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub. This may take some time...
16:57:19 [2021-08-20T16:57:19.374Z] #27 30.17 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB]
16:57:19 [2021-08-20T16:57:19.374Z] #27 30.19 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB]
16:57:19 [2021-08-20T16:57:19.374Z] #27 30.20 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB]
16:57:19 [2021-08-20T16:57:19.633Z] #27 30.61 debconf: delaying package configuration, since apt-utils is not installed
16:57:19 [2021-08-20T16:57:19.823Z] ltsc2019: Pulling from windows/servercore
16:57:19 [2021-08-20T16:57:19.823Z] 4612f6d0b889: Pulling fs layer
16:57:19 [2021-08-20T16:57:19.823Z] c67ded6868b6: Pulling fs layer
16:57:19 [2021-08-20T16:57:19.893Z] #27 30.76 Fetched 20.0 MB in 1s (28.6 MB/s)
16:57:19 [2021-08-20T16:57:19.893Z] #27 30.80 Selecting previously unselected package pigz.
16:57:19 [2021-08-20T16:57:19.893Z] #27 30.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 ... 39111 files and directories currently installed.)
16:57:19 [2021-08-20T16:57:19.893Z] #27 30.85 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ...
16:57:19 [2021-08-20T16:57:19.893Z] #27 30.85 Unpacking pigz (2.4-1) ...
16:57:20 [2021-08-20T16:57:20.153Z] #27 30.92 Selecting previously unselected package libpython3.7-minimal:amd64.
16:57:20 [2021-08-20T16:57:20.153Z] #27 30.92 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_amd64.deb ...
16:57:20 [2021-08-20T16:57:20.153Z] #27 30.93 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ...
16:57:20 [2021-08-20T16:57:20.153Z] #27 31.11 Selecting previously unselected package python3.7-minimal.
16:57:20 [2021-08-20T16:57:20.153Z] #27 31.11 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_amd64.deb ...
16:57:20 [2021-08-20T16:57:20.153Z] #27 31.13 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ...
16:57:20 [2021-08-20T16:57:20.723Z] #27 31.56 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ...
16:57:20 [2021-08-20T16:57:20.723Z] #27 31.62 Setting up python3.7-minimal (3.7.3-2+deb10u3) ...
16:57:21 [2021-08-20T16:57:21.292Z] #27 32.34 Selecting previously unselected package python3-minimal.
16:57:21 [2021-08-20T16:57:21.292Z] #27 32.34 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 39360 files and directories currently installed.)
16:57:21 [2021-08-20T16:57:21.292Z] #27 32.40 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ...
16:57:21 [2021-08-20T16:57:21.292Z] #27 32.40 Unpacking python3-minimal (3.7.3-1) ...
16:57:21 [2021-08-20T16:57:21.552Z] #27 32.45 Selecting previously unselected package libmpdec2:amd64.
16:57:21 [2021-08-20T16:57:21.552Z] #27 32.46 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ...
16:57:21 [2021-08-20T16:57:21.552Z] #27 32.47 Unpacking libmpdec2:amd64 (2.4.2-2) ...
16:57:21 [2021-08-20T16:57:21.552Z] #27 32.52 Selecting previously unselected package libpython3.7-stdlib:amd64.
16:57:21 [2021-08-20T16:57:21.552Z] #27 32.53 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u3_amd64.deb ...
16:57:21 [2021-08-20T16:57:21.552Z] #27 32.54 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ...
16:57:21 [2021-08-20T16:57:21.812Z] #27 32.89 Selecting previously unselected package python3.7.
16:57:22 [2021-08-20T16:57:22.072Z] #27 32.90 Preparing to unpack .../python3.7_3.7.3-2+deb10u3_amd64.deb ...
16:57:22 [2021-08-20T16:57:22.072Z] #27 32.90 Unpacking python3.7 (3.7.3-2+deb10u3) ...
16:57:22 [2021-08-20T16:57:22.072Z] #27 32.97 Selecting previously unselected package libpython3-stdlib:amd64.
16:57:22 [2021-08-20T16:57:22.072Z] #27 32.99 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ...
16:57:22 [2021-08-20T16:57:22.072Z] #27 32.99 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ...
16:57:22 [2021-08-20T16:57:22.072Z] #27 33.06 Setting up python3-minimal (3.7.3-1) ...
16:57:22 [2021-08-20T16:57:22.330Z] #27 33.41 Selecting previously unselected package python3.
16:57:22 [2021-08-20T16:57:22.590Z] #27 33.41 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 39772 files and directories currently installed.)
16:57:22 [2021-08-20T16:57:22.590Z] #27 33.45 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ...
16:57:22 [2021-08-20T16:57:22.590Z] #27 33.46 Unpacking python3 (3.7.3-1) ...
16:57:22 [2021-08-20T16:57:22.590Z] #27 33.52 Selecting previously unselected package libip4tc0:amd64.
16:57:22 [2021-08-20T16:57:22.590Z] #27 33.54 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ...
16:57:22 [2021-08-20T16:57:22.590Z] #27 33.55 Unpacking libip4tc0:amd64 (1.8.2-4) ...
16:57:22 [2021-08-20T16:57:22.590Z] #27 33.61 Selecting previously unselected package libip6tc0:amd64.
16:57:22 [2021-08-20T16:57:22.590Z] #27 33.62 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ...
16:57:22 [2021-08-20T16:57:22.590Z] #27 33.63 Unpacking libip6tc0:amd64 (1.8.2-4) ...
16:57:22 [2021-08-20T16:57:22.590Z] #27 33.68 Selecting previously unselected package libiptc0:amd64.
16:57:22 [2021-08-20T16:57:22.590Z] #27 33.68 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ...
16:57:22 [2021-08-20T16:57:22.590Z] #27 33.69 Unpacking libiptc0:amd64 (1.8.2-4) ...
16:57:22 [2021-08-20T16:57:22.590Z] #27 33.74 Selecting previously unselected package libnfnetlink0:amd64.
16:57:22 [2021-08-20T16:57:22.849Z] #27 33.74 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ...
16:57:22 [2021-08-20T16:57:22.849Z] #27 33.75 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ...
16:57:22 [2021-08-20T16:57:22.849Z] #27 33.79 Selecting previously unselected package libnetfilter-conntrack3:amd64.
16:57:22 [2021-08-20T16:57:22.849Z] #27 33.79 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ...
16:57:22 [2021-08-20T16:57:22.849Z] #27 33.80 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ...
16:57:22 [2021-08-20T16:57:22.849Z] #27 33.85 Selecting previously unselected package libnftnl11:amd64.
16:57:22 [2021-08-20T16:57:22.849Z] #27 33.85 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ...
16:57:22 [2021-08-20T16:57:22.849Z] #27 33.86 Unpacking libnftnl11:amd64 (1.1.2-2) ...
16:57:22 [2021-08-20T16:57:22.849Z] #27 33.91 Selecting previously unselected package iptables.
16:57:22 [2021-08-20T16:57:22.849Z] #27 33.91 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ...
16:57:22 [2021-08-20T16:57:22.849Z] #27 33.91 Unpacking iptables (1.8.2-4) ...
16:57:23 [2021-08-20T16:57:23.108Z] #27 34.07 Selecting previously unselected package xxd.
16:57:23 [2021-08-20T16:57:23.108Z] #27 34.08 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ...
16:57:23 [2021-08-20T16:57:23.108Z] #27 34.09 Unpacking xxd (2:8.1.0875-5) ...
16:57:23 [2021-08-20T16:57:23.367Z] #27 34.17 Selecting previously unselected package vim-common.
16:57:23 [2021-08-20T16:57:23.367Z] #27 34.17 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ...
16:57:23 [2021-08-20T16:57:23.367Z] #27 34.19 Unpacking vim-common (2:8.1.0875-5) ...
16:57:23 [2021-08-20T16:57:23.367Z] #27 34.28 Selecting previously unselected package bash-completion.
16:57:23 [2021-08-20T16:57:23.367Z] #27 34.28 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ...
16:57:24 [2021-08-20T16:57:24.747Z] #27 35.56 Unpacking bash-completion (1:2.8-6) ...
16:57:24 [2021-08-20T16:57:24.747Z] #27 35.77 Selecting previously unselected package apparmor.
16:57:25 [2021-08-20T16:57:25.007Z] #27 35.77 Preparing to unpack .../11-apparmor_2.13.2-10_amd64.deb ...
16:57:25 [2021-08-20T16:57:25.007Z] #27 35.82 Unpacking apparmor (2.13.2-10) ...
16:57:25 [2021-08-20T16:57:25.007Z] #27 35.99 Selecting previously unselected package aufs-tools.
16:57:25 [2021-08-20T16:57:25.007Z] #27 36.00 Preparing to unpack .../12-aufs-tools_1%3a4.14+20190211-1_amd64.deb ...
16:57:25 [2021-08-20T16:57:25.007Z] #27 36.00 Unpacking aufs-tools (1:4.14+20190211-1) ...
16:57:25 [2021-08-20T16:57:25.007Z] #27 36.07 Selecting previously unselected package libonig5:amd64.
16:57:25 [2021-08-20T16:57:25.007Z] #27 36.08 Preparing to unpack .../13-libonig5_6.9.1-1_amd64.deb ...
16:57:25 [2021-08-20T16:57:25.007Z] #27 36.09 Unpacking libonig5:amd64 (6.9.1-1) ...
16:57:25 [2021-08-20T16:57:25.267Z] #27 36.17 Selecting previously unselected package libjq1:amd64.
16:57:25 [2021-08-20T16:57:25.267Z] #27 36.18 Preparing to unpack .../14-libjq1_1.5+dfsg-2+b1_amd64.deb ...
16:57:25 [2021-08-20T16:57:25.267Z] #27 36.19 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ...
16:57:25 [2021-08-20T16:57:25.267Z] #27 36.24 Selecting previously unselected package jq.
16:57:25 [2021-08-20T16:57:25.267Z] #27 36.25 Preparing to unpack .../15-jq_1.5+dfsg-2+b1_amd64.deb ...
16:57:25 [2021-08-20T16:57:25.267Z] #27 36.26 Unpacking jq (1.5+dfsg-2+b1) ...
16:57:25 [2021-08-20T16:57:25.526Z] #27 36.31 Selecting previously unselected package libaio1:amd64.
16:57:25 [2021-08-20T16:57:25.526Z] #27 36.32 Preparing to unpack .../16-libaio1_0.3.112-3_amd64.deb ...
16:57:25 [2021-08-20T16:57:25.526Z] #27 36.33 Unpacking libaio1:amd64 (0.3.112-3) ...
16:57:25 [2021-08-20T16:57:25.526Z] #27 36.37 Selecting previously unselected package libgpm2:amd64.
16:57:25 [2021-08-20T16:57:25.526Z] #27 36.38 Preparing to unpack .../17-libgpm2_1.20.7-5_amd64.deb ...
16:57:25 [2021-08-20T16:57:25.526Z] #27 36.39 Unpacking libgpm2:amd64 (1.20.7-5) ...
16:57:25 [2021-08-20T16:57:25.526Z] #27 36.44 Selecting previously unselected package libnet1:amd64.
16:57:25 [2021-08-20T16:57:25.526Z] #27 36.45 Preparing to unpack .../18-libnet1_1.1.6+dfsg-3.1_amd64.deb ...
16:57:25 [2021-08-20T16:57:25.526Z] #27 36.45 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ...
16:57:25 [2021-08-20T16:57:25.526Z] #27 36.50 Selecting previously unselected package libnl-3-200:amd64.
16:57:25 [2021-08-20T16:57:25.526Z] #27 36.51 Preparing to unpack .../19-libnl-3-200_3.4.0-1_amd64.deb ...
16:57:25 [2021-08-20T16:57:25.526Z] #27 36.52 Unpacking libnl-3-200:amd64 (3.4.0-1) ...
16:57:25 [2021-08-20T16:57:25.526Z] #27 36.58 Selecting previously unselected package libprotobuf-c1:amd64.
16:57:25 [2021-08-20T16:57:25.526Z] #27 36.58 Preparing to unpack .../20-libprotobuf-c1_1.3.1-1+b1_amd64.deb ...
16:57:25 [2021-08-20T16:57:25.526Z] #27 36.58 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ...
16:57:25 [2021-08-20T16:57:25.526Z] #27 36.63 Selecting previously unselected package libreadline5:amd64.
16:57:25 [2021-08-20T16:57:25.526Z] #27 36.63 Preparing to unpack .../21-libreadline5_5.2+dfsg-3+b13_amd64.deb ...
16:57:25 [2021-08-20T16:57:25.526Z] #27 36.63 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ...
16:57:25 [2021-08-20T16:57:25.526Z] #27 36.68 Selecting previously unselected package net-tools.
16:57:25 [2021-08-20T16:57:25.722Z] ok  	github.com/docker/docker/api/server	0.026s	coverage: 9.0% of statements
16:57:25 [2021-08-20T16:57:25.785Z] #27 36.69 Preparing to unpack .../22-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ...
16:57:25 [2021-08-20T16:57:25.785Z] #27 36.69 Unpacking net-tools (1.60+git20180626.aebd88e-1) ...
16:57:25 [2021-08-20T16:57:25.785Z] #27 36.78 Selecting previously unselected package python-pip-whl.
16:57:25 [2021-08-20T16:57:25.785Z] #27 36.78 Preparing to unpack .../23-python-pip-whl_18.1-5_all.deb ...
16:57:25 [2021-08-20T16:57:25.785Z] #27 36.78 Unpacking python-pip-whl (18.1-5) ...
16:57:26 [2021-08-20T16:57:26.044Z] #27 37.02 Selecting previously unselected package python3-lib2to3.
16:57:26 [2021-08-20T16:57:26.044Z] #27 37.02 Preparing to unpack .../24-python3-lib2to3_3.7.3-1_all.deb ...
16:57:26 [2021-08-20T16:57:26.044Z] #27 37.02 Unpacking python3-lib2to3 (3.7.3-1) ...
16:57:26 [2021-08-20T16:57:26.044Z] #27 37.08 Selecting previously unselected package python3-distutils.
16:57:26 [2021-08-20T16:57:26.044Z] #27 37.08 Preparing to unpack .../25-python3-distutils_3.7.3-1_all.deb ...
16:57:26 [2021-08-20T16:57:26.302Z] #27 37.08 Unpacking python3-distutils (3.7.3-1) ...
16:57:26 [2021-08-20T16:57:26.303Z] #27 37.15 Selecting previously unselected package python3-pip.
16:57:26 [2021-08-20T16:57:26.303Z] #27 37.16 Preparing to unpack .../26-python3-pip_18.1-5_all.deb ...
16:57:26 [2021-08-20T16:57:26.303Z] #27 37.17 Unpacking python3-pip (18.1-5) ...
16:57:26 [2021-08-20T16:57:26.303Z] #27 37.24 Selecting previously unselected package python3-pkg-resources.
16:57:26 [2021-08-20T16:57:26.303Z] #27 37.25 Preparing to unpack .../27-python3-pkg-resources_40.8.0-1_all.deb ...
16:57:26 [2021-08-20T16:57:26.303Z] #27 37.25 Unpacking python3-pkg-resources (40.8.0-1) ...
16:57:26 [2021-08-20T16:57:26.303Z] #27 37.34 Selecting previously unselected package python3-setuptools.
16:57:26 [2021-08-20T16:57:26.303Z] #27 37.34 Preparing to unpack .../28-python3-setuptools_40.8.0-1_all.deb ...
16:57:26 [2021-08-20T16:57:26.303Z] #27 37.35 Unpacking python3-setuptools (40.8.0-1) ...
16:57:26 [2021-08-20T16:57:26.562Z] #27 37.45 Selecting previously unselected package python3-wheel.
16:57:26 [2021-08-20T16:57:26.562Z] #27 37.46 Preparing to unpack .../29-python3-wheel_0.32.3-2_all.deb ...
16:57:26 [2021-08-20T16:57:26.562Z] #27 37.47 Unpacking python3-wheel (0.32.3-2) ...
16:57:26 [2021-08-20T16:57:26.562Z] #27 37.52 Selecting previously unselected package sudo.
16:57:26 [2021-08-20T16:57:26.562Z] #27 37.53 Preparing to unpack .../30-sudo_1.8.27-1+deb10u3_amd64.deb ...
16:57:26 [2021-08-20T16:57:26.562Z] #27 37.54 Unpacking sudo (1.8.27-1+deb10u3) ...
16:57:26 [2021-08-20T16:57:26.822Z] #27 37.77 Selecting previously unselected package thin-provisioning-tools.
16:57:26 [2021-08-20T16:57:26.822Z] #27 37.77 Preparing to unpack .../31-thin-provisioning-tools_0.7.6-2.1_amd64.deb ...
16:57:26 [2021-08-20T16:57:26.822Z] #27 37.78 Unpacking thin-provisioning-tools (0.7.6-2.1) ...
16:57:26 [2021-08-20T16:57:26.822Z] #27 37.89 Selecting previously unselected package uidmap.
16:57:27 [2021-08-20T16:57:27.081Z] #27 37.89 Preparing to unpack .../32-uidmap_1%3a4.5-1.1_amd64.deb ...
16:57:27 [2021-08-20T16:57:27.081Z] #27 37.90 Unpacking uidmap (1:4.5-1.1) ...
16:57:27 [2021-08-20T16:57:27.081Z] #27 37.96 Selecting previously unselected package vim-runtime.
16:57:27 [2021-08-20T16:57:27.081Z] #27 37.96 Preparing to unpack .../33-vim-runtime_2%3a8.1.0875-5_all.deb ...
16:57:27 [2021-08-20T16:57:27.081Z] #27 37.98 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime'
16:57:27 [2021-08-20T16:57:27.081Z] #27 38.01 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime'
16:57:27 [2021-08-20T16:57:27.081Z] #27 38.01 Unpacking vim-runtime (2:8.1.0875-5) ...
16:57:28 [2021-08-20T16:57:28.018Z] #27 39.18 Selecting previously unselected package vim.
16:57:28 [2021-08-20T16:57:28.277Z] #27 39.18 Preparing to unpack .../34-vim_2%3a8.1.0875-5_amd64.deb ...
16:57:28 [2021-08-20T16:57:28.277Z] #27 39.19 Unpacking vim (2:8.1.0875-5) ...
16:57:28 [2021-08-20T16:57:28.537Z] #27 39.40 Selecting previously unselected package xfsprogs.
16:57:28 [2021-08-20T16:57:28.537Z] #27 39.40 Preparing to unpack .../35-xfsprogs_4.20.0-1_amd64.deb ...
16:57:28 [2021-08-20T16:57:28.537Z] #27 39.41 Unpacking xfsprogs (4.20.0-1) ...
16:57:28 [2021-08-20T16:57:28.537Z] #27 39.62 Selecting previously unselected package zip.
16:57:28 [2021-08-20T16:57:28.795Z] #27 39.62 Preparing to unpack .../36-zip_3.0-11+b1_amd64.deb ...
16:57:28 [2021-08-20T16:57:28.795Z] #27 39.63 Unpacking zip (3.0-11+b1) ...
16:57:28 [2021-08-20T16:57:28.795Z] #27 39.73 Setting up aufs-tools (1:4.14+20190211-1) ...
16:57:28 [2021-08-20T16:57:28.795Z] #27 39.75 Setting up net-tools (1.60+git20180626.aebd88e-1) ...
16:57:28 [2021-08-20T16:57:28.795Z] #27 39.76 Setting up libip6tc0:amd64 (1.8.2-4) ...
16:57:28 [2021-08-20T16:57:28.795Z] #27 39.77 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ...
16:57:28 [2021-08-20T16:57:28.795Z] #27 39.78 Setting up libgpm2:amd64 (1.20.7-5) ...
16:57:28 [2021-08-20T16:57:28.795Z] #27 39.79 Setting up libip4tc0:amd64 (1.8.2-4) ...
16:57:28 [2021-08-20T16:57:28.795Z] #27 39.80 Setting up uidmap (1:4.5-1.1) ...
16:57:28 [2021-08-20T16:57:28.795Z] #27 39.81 Setting up libnftnl11:amd64 (1.1.2-2) ...
16:57:28 [2021-08-20T16:57:28.796Z] #27 39.82 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ...
16:57:28 [2021-08-20T16:57:28.796Z] #27 39.83 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ...
16:57:29 [2021-08-20T16:57:29.054Z] #27 39.84 Setting up xxd (2:8.1.0875-5) ...
16:57:29 [2021-08-20T16:57:29.054Z] #27 39.85 Setting up zip (3.0-11+b1) ...
16:57:29 [2021-08-20T16:57:29.054Z] #27 39.86 Setting up vim-common (2:8.1.0875-5) ...
16:57:29 [2021-08-20T16:57:29.054Z] #27 39.88 Setting up bash-completion (1:2.8-6) ...
16:57:30 [2021-08-20T16:57:30.137Z] c67ded6868b6: Download complete
16:57:30 [2021-08-20T16:57:30.434Z] #27 41.17 Setting up libiptc0:amd64 (1.8.2-4) ...
16:57:30 [2021-08-20T16:57:30.434Z] #27 41.18 Setting up sudo (1.8.27-1+deb10u3) ...
16:57:30 [2021-08-20T16:57:30.434Z] #27 41.22 invoke-rc.d: could not determine current runlevel
16:57:30 [2021-08-20T16:57:30.434Z] #27 41.22 invoke-rc.d: policy-rc.d denied execution of start.
16:57:30 [2021-08-20T16:57:30.434Z] #27 41.23 Setting up pigz (2.4-1) ...
16:57:30 [2021-08-20T16:57:30.434Z] #27 41.24 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ...
16:57:30 [2021-08-20T16:57:30.434Z] #27 41.25 Setting up libnl-3-200:amd64 (3.4.0-1) ...
16:57:30 [2021-08-20T16:57:30.434Z] #27 41.27 Setting up python-pip-whl (18.1-5) ...
16:57:30 [2021-08-20T16:57:30.435Z] #27 41.28 Setting up libmpdec2:amd64 (2.4.2-2) ...
16:57:30 [2021-08-20T16:57:30.435Z] #27 41.29 Setting up vim-runtime (2:8.1.0875-5) ...
16:57:30 [2021-08-20T16:57:30.435Z] #27 41.48 Setting up libaio1:amd64 (0.3.112-3) ...
16:57:30 [2021-08-20T16:57:30.435Z] #27 41.49 Setting up libonig5:amd64 (6.9.1-1) ...
16:57:30 [2021-08-20T16:57:30.435Z] #27 41.50 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ...
16:57:30 [2021-08-20T16:57:30.435Z] #27 41.51 Setting up vim (2:8.1.0875-5) ...
16:57:30 [2021-08-20T16:57:30.435Z] #27 41.52 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode
16:57:30 [2021-08-20T16:57:30.694Z] #27 41.52 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode
16:57:30 [2021-08-20T16:57:30.694Z] #27 41.53 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode
16:57:30 [2021-08-20T16:57:30.694Z] #27 41.53 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode
16:57:30 [2021-08-20T16:57:30.694Z] #27 41.53 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode
16:57:30 [2021-08-20T16:57:30.694Z] #27 41.54 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode
16:57:30 [2021-08-20T16:57:30.694Z] #27 41.54 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode
16:57:30 [2021-08-20T16:57:30.694Z] #27 41.55 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode
16:57:30 [2021-08-20T16:57:30.694Z] #27 41.56 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ...
16:57:30 [2021-08-20T16:57:30.694Z] #27 41.57 Setting up thin-provisioning-tools (0.7.6-2.1) ...
16:57:30 [2021-08-20T16:57:30.694Z] #27 41.59 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ...
16:57:30 [2021-08-20T16:57:30.694Z] #27 41.60 Setting up jq (1.5+dfsg-2+b1) ...
16:57:30 [2021-08-20T16:57:30.694Z] #27 41.62 Setting up libpython3-stdlib:amd64 (3.7.3-1) ...
16:57:30 [2021-08-20T16:57:30.694Z] #27 41.63 Setting up python3.7 (3.7.3-2+deb10u3) ...
16:57:31 [2021-08-20T16:57:31.633Z] #27 42.56 Setting up iptables (1.8.2-4) ...
16:57:31 [2021-08-20T16:57:31.633Z] #27 42.57 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
16:57:31 [2021-08-20T16:57:31.633Z] #27 42.58 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
16:57:31 [2021-08-20T16:57:31.633Z] #27 42.59 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
16:57:31 [2021-08-20T16:57:31.633Z] #27 42.59 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
16:57:31 [2021-08-20T16:57:31.633Z] #27 42.60 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
16:57:31 [2021-08-20T16:57:31.633Z] #27 42.60 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
16:57:31 [2021-08-20T16:57:31.633Z] #27 42.61 Setting up python3 (3.7.3-1) ...
16:57:31 [2021-08-20T16:57:31.894Z] #27 42.78 Setting up python3-wheel (0.32.3-2) ...
16:57:32 [2021-08-20T16:57:32.153Z] #27 43.05 Setting up apparmor (2.13.2-10) ...
16:57:33 [2021-08-20T16:57:33.093Z] #27 43.99 Setting up xfsprogs (4.20.0-1) ...
16:57:33 [2021-08-20T16:57:33.093Z] #27 44.00 Setting up python3-lib2to3 (3.7.3-1) ...
16:57:33 [2021-08-20T16:57:33.353Z] #27 44.18 Setting up python3-pkg-resources (40.8.0-1) ...
16:57:33 [2021-08-20T16:57:33.612Z] #27 44.52 Setting up python3-distutils (3.7.3-1) ...
16:57:33 [2021-08-20T16:57:33.612Z] #27 44.68 Setting up python3-setuptools (40.8.0-1) ...
16:57:34 [2021-08-20T16:57:34.182Z] #27 45.04 Setting up python3-pip (18.1-5) ...
16:57:34 [2021-08-20T16:57:34.444Z] #27 45.41 Processing triggers for libc-bin (2.28-10) ...
16:57:34 [2021-08-20T16:57:34.444Z] #27 45.45 Processing triggers for mime-support (3.62) ...
16:57:35 [2021-08-20T16:57:35.015Z] #27 DONE 46.0s
16:57:35 [2021-08-20T16:57:35.015Z] 
16:57:35 [2021-08-20T16:57:35.015Z] #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
16:57:35 [2021-08-20T16:57:35.016Z] #64 sha256:a21a1307b6c4dc54a8c075037adb665cd9abf242430e3578ce6a10b92ad0ddc2
16:57:35 [2021-08-20T16:57:35.016Z] #64 ...
16:57:35 [2021-08-20T16:57:35.016Z] 
16:57:35 [2021-08-20T16:57:35.016Z] #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
16:57:35 [2021-08-20T16:57:35.016Z] #28 sha256:18347a56ef65d4920c3f85a8792ef17d75c23851caab350cde28076af0b8141f
16:57:35 [2021-08-20T16:57:35.959Z] #28 0.817 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode
16:57:35 [2021-08-20T16:57:35.959Z] #28 0.821 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode
16:57:35 [2021-08-20T16:57:35.959Z] #28 0.825 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting
16:57:35 [2021-08-20T16:57:35.959Z] #28 DONE 1.0s
16:57:35 [2021-08-20T16:57:35.959Z] 
16:57:35 [2021-08-20T16:57:35.959Z] #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
16:57:35 [2021-08-20T16:57:35.959Z] #64 sha256:a21a1307b6c4dc54a8c075037adb665cd9abf242430e3578ce6a10b92ad0ddc2
16:57:36 [2021-08-20T16:57:36.219Z] #64 ...
16:57:36 [2021-08-20T16:57:36.219Z] 
16:57:36 [2021-08-20T16:57:36.219Z] #29 [dev-systemd-false  9/25] RUN pip3 install yamllint==1.26.1
16:57:36 [2021-08-20T16:57:36.219Z] #29 sha256:c8f11d6dda6785b6eb7a8f037928bb26e27c39285625dfa1b8327e5e568bc533
16:57:38 [2021-08-20T16:57:38.125Z] #29 2.106 Collecting yamllint==1.26.1
16:57:42 [2021-08-20T16:57:42.511Z] 4612f6d0b889: Verifying Checksum
16:57:42 [2021-08-20T16:57:42.511Z] 4612f6d0b889: Download complete
16:57:43 [2021-08-20T16:57:43.397Z] #29 ...
16:57:43 [2021-08-20T16:57:43.397Z] 
16:57:43 [2021-08-20T16:57:43.397Z] #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
16:57:43 [2021-08-20T16:57:43.397Z] #64 sha256:a21a1307b6c4dc54a8c075037adb665cd9abf242430e3578ce6a10b92ad0ddc2
16:57:43 [2021-08-20T16:57:43.397Z] #64 107.9 # github.com/containerd/containerd/cmd/containerd
16:57:43 [2021-08-20T16:57:43.397Z] #64 107.9 /usr/bin/ld: /tmp/go-link-074921598/000019.o: in function `New':
16:57:43 [2021-08-20T16:57:43.397Z] #64 107.9 /tmp/tmp.nHMUYMowU9/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
16:57:43 [2021-08-20T16:57:43.397Z] #64 107.9 + bin/containerd-stress
16:57:43 [2021-08-20T16:57:43.397Z] #64 109.0 + bin/containerd-shim
16:57:44 [2021-08-20T16:57:44.778Z] #64 ...
16:57:44 [2021-08-20T16:57:44.778Z] 
16:57:44 [2021-08-20T16:57:44.778Z] #29 [dev-systemd-false  9/25] RUN pip3 install yamllint==1.26.1
16:57:44 [2021-08-20T16:57:44.778Z] #29 sha256:c8f11d6dda6785b6eb7a8f037928bb26e27c39285625dfa1b8327e5e568bc533
16:57:44 [2021-08-20T16:57:44.778Z] #29 7.342   Downloading https://files.pythonhosted.org/packages/50/a1/9093baeb2545d43c22bbcc98c94b926d324598b50e196b492b0882dcb465/yamllint-1.26.1.tar.gz (126kB)
16:57:44 [2021-08-20T16:57:44.778Z] #29 7.748 Collecting pathspec>=0.5.3 (from yamllint==1.26.1)
16:57:44 [2021-08-20T16:57:44.778Z] #29 7.770   Downloading https://files.pythonhosted.org/packages/42/ba/a9d64c7bcbc7e3e8e5f93a52721b377e994c22d16196e2b0f1236774353a/pathspec-0.9.0-py2.py3-none-any.whl
16:57:44 [2021-08-20T16:57:44.778Z] #29 7.797 Collecting pyyaml (from yamllint==1.26.1)
16:57:44 [2021-08-20T16:57:44.778Z] #29 7.887   Downloading https://files.pythonhosted.org/packages/7a/a5/393c087efdc78091afa2af9f1378762f9821c9c1d7a22c5753fb5ac5f97a/PyYAML-5.4.1-cp37-cp37m-manylinux1_x86_64.whl (636kB)
16:57:44 [2021-08-20T16:57:44.778Z] #29 8.008 Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from yamllint==1.26.1) (40.8.0)
16:57:44 [2021-08-20T16:57:44.778Z] #29 8.010 Building wheels for collected packages: yamllint
16:57:44 [2021-08-20T16:57:44.778Z] #29 8.011   Running setup.py bdist_wheel for yamllint: started
16:57:44 [2021-08-20T16:57:44.778Z] #29 8.364   Running setup.py bdist_wheel for yamllint: finished with status 'done'
16:57:44 [2021-08-20T16:57:44.778Z] #29 8.365   Stored in directory: /root/.cache/pip/wheels/db/c9/7f/2b7d21ea348b5085f20219b71cb64093a23036b73dd3412627
16:57:44 [2021-08-20T16:57:44.778Z] #29 8.383 Successfully built yamllint
16:57:44 [2021-08-20T16:57:44.778Z] #29 8.390 Installing collected packages: pathspec, pyyaml, yamllint
16:57:44 [2021-08-20T16:57:44.778Z] #29 8.534 Successfully installed pathspec-0.9.0 pyyaml-5.4.1 yamllint-1.26.1
16:57:44 [2021-08-20T16:57:44.778Z] #29 DONE 8.8s
16:57:44 [2021-08-20T16:57:44.778Z] 
16:57:44 [2021-08-20T16:57:44.778Z] #32 [dev-systemd-false 10/25] COPY --from=dockercli     /build/ /usr/local/cli
16:57:44 [2021-08-20T16:57:44.779Z] #32 sha256:ce194ebedc12e54ac2c4e848e1c26984e0ace75134989577a115a10505e85244
16:57:45 [2021-08-20T16:57:45.038Z] #32 DONE 0.2s
16:57:45 [2021-08-20T16:57:45.038Z] 
16:57:45 [2021-08-20T16:57:45.038Z] #37 [dev-systemd-false 11/25] COPY --from=frozen-images /build/ /docker-frozen-images
16:57:45 [2021-08-20T16:57:45.038Z] #37 sha256:8bb6bda988d1b22a849955ece6e171834ddda8311e25f130105f837a9b28fe17
16:57:46 [2021-08-20T16:57:46.418Z] #37 DONE 1.3s
16:57:46 [2021-08-20T16:57:46.418Z] 
16:57:46 [2021-08-20T16:57:46.418Z] #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
16:57:46 [2021-08-20T16:57:46.418Z] #64 sha256:a21a1307b6c4dc54a8c075037adb665cd9abf242430e3578ce6a10b92ad0ddc2
16:57:46 [2021-08-20T16:57:46.418Z] #64 ...
16:57:46 [2021-08-20T16:57:46.418Z] 
16:57:46 [2021-08-20T16:57:46.418Z] #40 [dev-systemd-false 12/25] COPY --from=swagger       /build/ /usr/local/bin/
16:57:46 [2021-08-20T16:57:46.418Z] #40 sha256:a5055d7bf3760db732305189b2bb08fc31f1356b25781a73ccc88687fef38c01
16:57:46 [2021-08-20T16:57:46.418Z] #40 DONE 0.1s
16:57:46 [2021-08-20T16:57:46.418Z] 
16:57:46 [2021-08-20T16:57:46.418Z] #42 [dev-systemd-false 13/25] COPY --from=tomll         /build/ /usr/local/bin/
16:57:46 [2021-08-20T16:57:46.418Z] #42 sha256:3299da9e0e4a7e8b4e3fb1cb6a5c92315a58f0584c9f3414f55e5df3c682b7c3
16:57:46 [2021-08-20T16:57:46.418Z] #42 DONE 0.1s
16:57:46 [2021-08-20T16:57:46.418Z] 
16:57:46 [2021-08-20T16:57:46.418Z] #45 [dev-systemd-false 14/25] COPY --from=tini          /build/ /usr/local/bin/
16:57:46 [2021-08-20T16:57:46.418Z] #45 sha256:4892c48d0725c4c7903d34af0ee07609be55dc6ca30f228ccfe9560f8c01ee1b
16:57:46 [2021-08-20T16:57:46.418Z] #45 DONE 0.1s
16:57:46 [2021-08-20T16:57:46.418Z] 
16:57:46 [2021-08-20T16:57:46.418Z] #48 [dev-systemd-false 15/25] COPY --from=registry      /build/ /usr/local/bin/
16:57:46 [2021-08-20T16:57:46.418Z] #48 sha256:75eb3e80b77544806349f6d4bf2ceae027da66f72404f75c45383977f391bd73
16:57:46 [2021-08-20T16:57:46.686Z] #48 DONE 0.1s
16:57:46 [2021-08-20T16:57:46.686Z] 
16:57:46 [2021-08-20T16:57:46.686Z] #52 [dev-systemd-false 16/25] COPY --from=criu          /build/ /usr/local/bin/
16:57:46 [2021-08-20T16:57:46.686Z] #52 sha256:7629f9294909a56e371b9903e7b6239093d7e445887c69c46cc4866fccc9edd2
16:57:46 [2021-08-20T16:57:46.686Z] #52 DONE 0.1s
16:57:46 [2021-08-20T16:57:46.686Z] 
16:57:46 [2021-08-20T16:57:46.686Z] #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
16:57:46 [2021-08-20T16:57:46.686Z] #64 sha256:a21a1307b6c4dc54a8c075037adb665cd9abf242430e3578ce6a10b92ad0ddc2
16:57:46 [2021-08-20T16:57:46.686Z] #64 ...
16:57:46 [2021-08-20T16:57:46.686Z] 
16:57:46 [2021-08-20T16:57:46.686Z] #54 [dev-systemd-false 17/25] COPY --from=vndr          /build/ /usr/local/bin/
16:57:46 [2021-08-20T16:57:46.686Z] #54 sha256:d5b4285c750f310626da34b1f18e9616c80223b6393b86666cb95968a41169df
16:57:46 [2021-08-20T16:57:46.686Z] #54 DONE 0.1s
16:57:46 [2021-08-20T16:57:46.686Z] 
16:57:46 [2021-08-20T16:57:46.686Z] #56 [dev-systemd-false 18/25] COPY --from=gotestsum     /build/ /usr/local/bin/
16:57:46 [2021-08-20T16:57:46.686Z] #56 sha256:d8db3d77cc4829b55d011e6654bd2a26441bf79131fd5d86035e1a663f400cbb
16:57:46 [2021-08-20T16:57:46.945Z] #56 DONE 0.1s
16:57:46 [2021-08-20T16:57:46.945Z] 
16:57:46 [2021-08-20T16:57:46.945Z] #58 [dev-systemd-false 19/25] COPY --from=golangci_lint /build/ /usr/local/bin/
16:57:46 [2021-08-20T16:57:46.945Z] #58 sha256:9f621328cb735f4af7ab814a85dd8246f7cda9c637554357e756c3f79abfc872
16:57:46 [2021-08-20T16:57:46.945Z] #58 DONE 0.1s
16:57:46 [2021-08-20T16:57:46.945Z] 
16:57:46 [2021-08-20T16:57:46.945Z] #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
16:57:46 [2021-08-20T16:57:46.945Z] #64 sha256:a21a1307b6c4dc54a8c075037adb665cd9abf242430e3578ce6a10b92ad0ddc2
16:57:46 [2021-08-20T16:57:46.945Z] #64 ...
16:57:46 [2021-08-20T16:57:46.945Z] 
16:57:46 [2021-08-20T16:57:46.945Z] #60 [dev-systemd-false 20/25] COPY --from=shfmt         /build/ /usr/local/bin/
16:57:46 [2021-08-20T16:57:46.945Z] #60 sha256:82d4fc9f9c5964b1f8515d597f92945994e34ee6f7426151900499d361b2a044
16:57:46 [2021-08-20T16:57:46.945Z] #60 DONE 0.1s
16:57:46 [2021-08-20T16:57:46.945Z] 
16:57:46 [2021-08-20T16:57:46.945Z] #62 [dev-systemd-false 21/25] COPY --from=runc          /build/ /usr/local/bin/
16:57:46 [2021-08-20T16:57:46.945Z] #62 sha256:95cc61a9b3dac9ef5a7acfc221e75a26ebaabd012b7ad948d9e978a6897f3dae
16:57:47 [2021-08-20T16:57:47.204Z] #62 DONE 0.1s
16:57:47 [2021-08-20T16:57:47.204Z] 
16:57:47 [2021-08-20T16:57:47.204Z] #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
16:57:47 [2021-08-20T16:57:47.204Z] #64 sha256:a21a1307b6c4dc54a8c075037adb665cd9abf242430e3578ce6a10b92ad0ddc2
16:57:47 [2021-08-20T16:57:47.934Z] #57 212.3 # github.com/containerd/containerd/cmd/containerd
16:57:47 [2021-08-20T16:57:47.934Z] #57 212.3 /usr/bin/ld: /tmp/go-link-496342104/000019.o: in function `New':
16:57:47 [2021-08-20T16:57:47.934Z] #57 212.3 /tmp/tmp.7oPIONFlXU/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
16:57:47 [2021-08-20T16:57:47.934Z] #57 212.3 + bin/containerd-stress
16:57:47 [2021-08-20T16:57:47.934Z] #57 213.4 + bin/containerd-shim
16:57:49 [2021-08-20T16:57:49.109Z] #64 117.4 + bin/containerd-shim-runc-v1
16:57:51 [2021-08-20T16:57:51.209Z] #57 220.4 + bin/containerd-shim-runc-v1
16:57:54 [2021-08-20T16:57:54.384Z] #64 122.5 + bin/containerd-shim-runc-v2
16:57:54 [2021-08-20T16:57:54.952Z] #64 123.1 + binaries
16:57:54 [2021-08-20T16:57:54.952Z] #64 123.1 + install -D bin/containerd /build/containerd
16:57:54 [2021-08-20T16:57:54.952Z] #64 123.1 + install -D bin/containerd-shim /build/containerd-shim
16:57:54 [2021-08-20T16:57:54.952Z] #64 123.1 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
16:57:54 [2021-08-20T16:57:54.952Z] #64 123.1 + install -D bin/ctr /build/ctr
16:57:55 [2021-08-20T16:57:55.212Z] #64 DONE 123.3s
16:57:56 [2021-08-20T16:57:56.463Z] #57 225.3 + bin/containerd-shim-runc-v2
16:57:56 [2021-08-20T16:57:56.463Z] #57 225.9 + binaries
16:57:56 [2021-08-20T16:57:56.463Z] #57 225.9 + install -D bin/containerd /build/containerd
16:57:56 [2021-08-20T16:57:56.463Z] #57 225.9 + install -D bin/containerd-shim /build/containerd-shim
16:57:56 [2021-08-20T16:57:56.463Z] #57 226.0 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2
16:57:56 [2021-08-20T16:57:56.463Z] #57 226.0 + install -D bin/ctr /build/ctr
16:57:56 [2021-08-20T16:57:56.589Z] 
16:57:56 [2021-08-20T16:57:56.589Z] #65 [dev-systemd-false 22/25] COPY --from=containerd    /build/ /usr/local/bin/
16:57:56 [2021-08-20T16:57:56.589Z] #65 sha256:1b490935673fc1db64166dede857f685805ef185ef0afa055568f94f9875b2af
16:57:56 [2021-08-20T16:57:56.589Z] #65 DONE 0.2s
16:57:56 [2021-08-20T16:57:56.589Z] 
16:57:56 [2021-08-20T16:57:56.589Z] #69 [dev-systemd-false 23/25] COPY --from=rootlesskit   /build/ /usr/local/bin/
16:57:56 [2021-08-20T16:57:56.589Z] #69 sha256:29a1caf2c45068a06e15b849a0a48302f9a541e83377c7f1585e14ba2cae4f7e
16:57:56 [2021-08-20T16:57:56.589Z] #69 DONE 0.1s
16:57:56 [2021-08-20T16:57:56.589Z] 
16:57:56 [2021-08-20T16:57:56.589Z] #74 [dev-systemd-false 24/25] COPY --from=vpnkit        /build/ /usr/local/bin/
16:57:56 [2021-08-20T16:57:56.589Z] #74 sha256:faf61bd91f73d86496779fea5ba44332fb997fdd9220088edcccce2ff19c84ea
16:57:57 [2021-08-20T16:57:57.156Z] #74 DONE 0.6s
16:57:57 [2021-08-20T16:57:57.156Z] 
16:57:57 [2021-08-20T16:57:57.156Z] #75 [dev-systemd-false 25/25] WORKDIR /go/src/github.com/docker/docker
16:57:57 [2021-08-20T16:57:57.156Z] #75 sha256:0d1c9be235fd568c3ded75201c1d2b58b39c3f7fe5a9362f79afcabd5c941ec0
16:57:57 [2021-08-20T16:57:57.156Z] #75 DONE 0.0s
16:57:57 [2021-08-20T16:57:57.156Z] 
16:57:57 [2021-08-20T16:57:57.156Z] #76 [final 1/1] COPY . /go/src/github.com/docker/docker
16:57:57 [2021-08-20T16:57:57.156Z] #76 sha256:15d8761f69fb372d0dd109b492c53747070a7aafb5a52bf75ffe100fb6f1398e
16:57:58 [2021-08-20T16:57:58.408Z] #57 DONE 228.1s
16:57:59 [2021-08-20T16:57:59.337Z] 
16:57:59 [2021-08-20T16:57:59.337Z] #58 [dev-systemd-false 22/25] COPY --from=containerd    /build/ /usr/local/bin/
16:57:59 [2021-08-20T16:57:59.337Z] #58 sha256:e176e8a1867806b3c0ea5a68eb9639da27ad677e8004a05c689302bd04d9b168
16:57:59 [2021-08-20T16:57:59.898Z] #58 DONE 0.5s
16:57:59 [2021-08-20T16:57:59.898Z] 
16:57:59 [2021-08-20T16:57:59.898Z] #62 [dev-systemd-false 23/25] COPY --from=rootlesskit   /build/ /usr/local/bin/
16:57:59 [2021-08-20T16:57:59.898Z] #62 sha256:5c801e87c80533260df70922705f552e0c12876a71ebcd5caa3e00a521f7e29c
16:58:00 [2021-08-20T16:58:00.154Z] #62 DONE 0.1s
16:58:00 [2021-08-20T16:58:00.154Z] 
16:58:00 [2021-08-20T16:58:00.154Z] #67 [dev-systemd-false 24/25] COPY --from=vpnkit        /build/ /usr/local/bin/
16:58:00 [2021-08-20T16:58:00.154Z] #67 sha256:7c5f22fec7e90c7e140f4d393f4c83b69a28862d55e7f88de9b08590fb448a89
16:58:00 [2021-08-20T16:58:00.410Z] #67 DONE 0.5s
16:58:00 [2021-08-20T16:58:00.666Z] 
16:58:00 [2021-08-20T16:58:00.666Z] #68 [dev-systemd-false 25/25] WORKDIR /go/src/github.com/docker/docker
16:58:00 [2021-08-20T16:58:00.666Z] #68 sha256:1a9faf08e6c2b1d32332e4b6be9364199e38d580fa0f1e1c68e4e3493f33a058
16:58:00 [2021-08-20T16:58:00.666Z] #68 DONE 0.0s
16:58:00 [2021-08-20T16:58:00.666Z] 
16:58:00 [2021-08-20T16:58:00.666Z] #69 [final 1/1] COPY . /go/src/github.com/docker/docker
16:58:00 [2021-08-20T16:58:00.666Z] #69 sha256:a69cdb9de5999858d52809efde37ff810762f427e053996d20f9b15386ae8212
16:58:01 [2021-08-20T16:58:01.229Z] #69 DONE 0.8s
16:58:01 [2021-08-20T16:58:01.344Z] #76 DONE 4.0s
16:58:01 [2021-08-20T16:58:01.344Z] 
16:58:01 [2021-08-20T16:58:01.344Z] #77 exporting to image
16:58:01 [2021-08-20T16:58:01.344Z] #77 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
16:58:01 [2021-08-20T16:58:01.344Z] #77 exporting layers
16:58:01 [2021-08-20T16:58:01.486Z] 
16:58:01 [2021-08-20T16:58:01.486Z] #70 exporting to image
16:58:01 [2021-08-20T16:58:01.486Z] #70 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
16:58:01 [2021-08-20T16:58:01.486Z] #70 exporting layers
16:58:03 [2021-08-20T16:58:03.611Z] INFO: Downloading docker/cli version 17.06.2-ce from stable...
16:58:03 [2021-08-20T16:58:03.611Z] 
16:58:03 [2021-08-20T16:58:03.611Z]  ________   ____  __.
16:58:03 [2021-08-20T16:58:03.611Z]  \_____  \ |    |/ _|
16:58:03 [2021-08-20T16:58:03.611Z]  /   |   \|      <
16:58:03 [2021-08-20T16:58:03.611Z]  /    |    \    |  \
16:58:03 [2021-08-20T16:58:03.611Z]  \_______  /____|__ \
16:58:03 [2021-08-20T16:58:03.611Z]          \/        \/
16:58:03 [2021-08-20T16:58:03.611Z] 
16:58:03 [2021-08-20T16:58:03.611Z] INFO: make.ps1 ended at 08/20/2021 16:58:03
16:58:05 [2021-08-20T16:58:05.789Z] INFO: Binaries build ended at 08/20/2021 16:58:05. Duration:00:01:33.5030458
16:58:06 [2021-08-20T16:58:06.245Z] INFO: Copying the built daemon binary to d:\CI\PR-42765\2\binary\dockerd-57d5e28626.exe...
16:58:06 [2021-08-20T16:58:06.702Z] INFO: Copying the built client binary to d:\CI\PR-42765\2\binary\docker-57d5e28626.exe...
16:58:06 [2021-08-20T16:58:06.702Z] INFO: Copying dockerversion from the container...
16:58:06 [2021-08-20T16:58:06.702Z] INFO: Copying the golang package from the container to d:\CI\PR-42765\2\installer\go.zip...
16:58:07 [2021-08-20T16:58:07.664Z] INFO: Extracting go.zip to d:\CI\PR-42765\2\go
16:58:08 [2021-08-20T16:58:08.029Z] #70 exporting layers 6.4s done
16:58:08 [2021-08-20T16:58:08.029Z] #70 writing image sha256:6813b2dcb13183279d5a43715c648f6072c76305488bcaa5477cdf10a54177d8 done
16:58:08 [2021-08-20T16:58:08.029Z] #70 naming to docker.io/library/docker:9742ede2c4c0a5a12194d93615f8f4e717154bfc done
16:58:08 [2021-08-20T16:58:08.029Z] #70 DONE 6.4s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
16:58:08 [2021-08-20T16:58:08.330Z] 8f616e6e9eec: Pull complete
16:58:08 [2021-08-20T16:58:08.377Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42765/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_GITCOMMIT=9742ede2c4c0a5a12194d93615f8f4e717154bfc -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:9742ede2c4c0a5a12194d93615f8f4e717154bfc hack/make.sh dynbinary test-integration
16:58:08 [2021-08-20T16:58:08.942Z] 
16:58:08 [2021-08-20T16:58:08.942Z] Removing bundles/
16:58:08 [2021-08-20T16:58:08.942Z] 
16:58:08 [2021-08-20T16:58:08.942Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
16:58:08 [2021-08-20T16:58:08.942Z] Building: bundles/dynbinary-daemon/dockerd-dev
16:58:08 [2021-08-20T16:58:08.942Z] GOOS="" GOARCH="" GOARM=""
16:58:13 [2021-08-20T16:58:13.553Z] #77 exporting layers 11.2s done
16:58:13 [2021-08-20T16:58:13.553Z] #77 writing image sha256:90eeab02dfa59f0def7f9d1f37faaa39dc19124682bc8ac41db2ea66fa7f4f68 0.0s done
16:58:13 [2021-08-20T16:58:13.553Z] #77 naming to docker.io/library/docker:fd3e16cb5aa3e192bd4a94c47e3f2a1b971cf423 done
16:58:13 [2021-08-20T16:58:13.553Z] #77 DONE 11.2s
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Validate)
[Pipeline] sh
16:58:13 [2021-08-20T16:58:13.905Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42765/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42765/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=fd3e16cb5aa3e192bd4a94c47e3f2a1b971cf423 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:fd3e16cb5aa3e192bd4a94c47e3f2a1b971cf423 hack/validate/default
16:58:14 [2021-08-20T16:58:14.853Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
16:58:14 [2021-08-20T16:58:14.853Z] No api/types/ or api/swagger.yaml changes in diff.
16:58:14 [2021-08-20T16:58:14.853Z] Congratulations!  All TOML source files changed here have valid syntax.
16:58:14 [2021-08-20T16:58:14.853Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
16:58:14 [2021-08-20T16:58:14.853Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
16:58:14 [2021-08-20T16:58:14.853Z] Congratulations!  No new tests were added to integration-cli.
16:58:14 [2021-08-20T16:58:14.853Z] 
16:58:14 [2021-08-20T16:58:14.853Z] INFO Start validation with golang-ci-lint
16:58:14 [2021-08-20T16:58:14.853Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
16:58:14 [2021-08-20T16:58:14.853Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
16:58:14 [2021-08-20T16:58:14.853Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
16:58:17 [2021-08-20T16:58:17.568Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main
16:58:25 [2021-08-20T16:58:25.626Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
16:58:25 [2021-08-20T16:58:25.626Z] Building: bundles/dynbinary-daemon/docker-proxy-dev
16:58:25 [2021-08-20T16:58:25.626Z] GOOS="" GOARCH="" GOARM=""
16:58:25 [2021-08-20T16:58:25.626Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev
16:58:25 [2021-08-20T16:58:25.626Z] 
16:58:25 [2021-08-20T16:58:25.626Z] ---> Making bundle: test-integration (in bundles/test-integration)
16:58:25 [2021-08-20T16:58:25.626Z] DOCKER_SYSTEMD=1
16:58:25 [2021-08-20T16:58:25.626Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
16:58:25 [2021-08-20T16:58:25.626Z] HOSTNAME=708fb684febd
16:58:25 [2021-08-20T16:58:25.626Z] DEST=bundles/test-integration
16:58:25 [2021-08-20T16:58:25.626Z] PWD=/go/src/github.com/docker/docker
16:58:25 [2021-08-20T16:58:25.626Z] DOCKER_GITCOMMIT=fd3e16cb5aa3e192bd4a94c47e3f2a1b971cf423
16:58:25 [2021-08-20T16:58:25.626Z] container=docker
16:58:25 [2021-08-20T16:58:25.626Z] HOME=/root
16:58:25 [2021-08-20T16:58:25.626Z] LANG=C.UTF-8
16:58:25 [2021-08-20T16:58:25.626Z] INVOCATION_ID=88c1b98c1dd040ccbbd0af218146cedd
16:58:25 [2021-08-20T16:58:25.626Z] GOLANG_VERSION=1.16.7
16:58:25 [2021-08-20T16:58:25.626Z] VALIDATE_REPO=https://github.com/moby/moby.git
16:58:25 [2021-08-20T16:58:25.626Z] VALIDATE_BRANCH=master
16:58:25 [2021-08-20T16:58:25.626Z] TERM=xterm
16:58:25 [2021-08-20T16:58:25.626Z] DOCKER_PKG=github.com/docker/docker
16:58:25 [2021-08-20T16:58:25.626Z] SHLVL=3
16:58:25 [2021-08-20T16:58:25.626Z] TIMEOUT=120m
16:58:25 [2021-08-20T16:58:25.626Z] DOCKER_BUILDTAGS=apparmor seccomp journald
16:58:25 [2021-08-20T16:58:25.626Z] DOCKER_GRAPHDRIVER=overlay2
16:58:25 [2021-08-20T16:58:25.626Z] GO111MODULE=off
16:58:25 [2021-08-20T16:58:25.626Z] DOCKER_EXPERIMENTAL=1
16:58:25 [2021-08-20T16:58:25.626Z] TEST_SKIP_INTEGRATION_CLI=1
16:58:25 [2021-08-20T16:58:25.626Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
16:58:25 [2021-08-20T16:58:25.626Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
16:58:25 [2021-08-20T16:58:25.626Z] GOPATH=/go
16:58:25 [2021-08-20T16:58:25.626Z] PKG_CONFIG=pkg-config
16:58:25 [2021-08-20T16:58:25.626Z] _=/usr/bin/env
16:58:25 [2021-08-20T16:58:25.626Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
16:58:37 [2021-08-20T16:58:37.566Z] INFO: Extraction ended at 08/20/2021 16:58:34. Duration:00:00:27.0618440
16:58:37 [2021-08-20T16:58:37.566Z] INFO: Updating the golang and path environment variables
16:58:37 [2021-08-20T16:58:37.566Z] INFO: GOPATH=d:\gopath
16:58:37 [2021-08-20T16:58:37.566Z] INFO: go version go1.16.7 windows/amd64
16:58:37 [2021-08-20T16:58:37.566Z] INFO: Running the daemon under test in debug mode
16:58:37 [2021-08-20T16:58:37.566Z] INFO: Starting a daemon under test...
16:58:37 [2021-08-20T16:58:37.566Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-42765\2\daemon --pidfile d:\CI\PR-42765\2\docker.pid -D
16:58:37 [2021-08-20T16:58:37.566Z] INFO: Process started successfully.
16:58:37 [2021-08-20T16:58:37.566Z] INFO: Start tailing logs of the daemon under tests
16:58:37 [2021-08-20T16:58:37.566Z] INFO: Waiting for the daemon under test to start...
16:58:47 [2021-08-20T16:58:47.225Z] ok  	github.com/docker/docker/api/server/httputils	0.034s	coverage: 14.7% of statements
16:58:47 [2021-08-20T16:58:47.225Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
16:58:47 [2021-08-20T16:58:47.225Z] ok  	github.com/docker/docker/api/server/middleware	0.037s	coverage: 37.7% of statements
16:58:47 [2021-08-20T16:58:47.225Z] ?   	github.com/docker/docker/api/server/router	[no test files]
16:58:47 [2021-08-20T16:58:47.225Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
16:58:47 [2021-08-20T16:58:47.225Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
16:58:47 [2021-08-20T16:58:47.225Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
16:58:47 [2021-08-20T16:58:47.225Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
16:58:47 [2021-08-20T16:58:47.225Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
16:58:47 [2021-08-20T16:58:47.225Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
16:58:47 [2021-08-20T16:58:47.225Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
16:58:47 [2021-08-20T16:58:47.225Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
16:58:47 [2021-08-20T16:58:47.225Z] ok  	github.com/docker/docker/api/server/router/swarm	0.017s	coverage: 5.7% of statements
16:58:47 [2021-08-20T16:58:47.225Z] ok  	github.com/docker/docker/api/types/filters	0.020s	coverage: 92.2% of statements
16:58:47 [2021-08-20T16:58:47.225Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
16:58:47 [2021-08-20T16:58:47.225Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
16:58:47 [2021-08-20T16:58:47.225Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
16:58:47 [2021-08-20T16:58:47.225Z] ?   	github.com/docker/docker/api/server/router/volume	[no test files]
16:58:47 [2021-08-20T16:58:47.225Z] ?   	github.com/docker/docker/api/types	[no test files]
16:58:47 [2021-08-20T16:58:47.225Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
16:58:47 [2021-08-20T16:58:47.225Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
16:58:47 [2021-08-20T16:58:47.225Z] ?   	github.com/docker/docker/api/types/container	[no test files]
16:58:47 [2021-08-20T16:58:47.225Z] ?   	github.com/docker/docker/api/types/events	[no test files]
16:58:47 [2021-08-20T16:58:47.225Z] ?   	github.com/docker/docker/api/types/image	[no test files]
16:58:47 [2021-08-20T16:58:47.225Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
16:58:47 [2021-08-20T16:58:47.225Z] ?   	github.com/docker/docker/api/types/network	[no test files]
16:58:47 [2021-08-20T16:58:47.225Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
16:58:47 [2021-08-20T16:58:47.225Z] ?   	github.com/docker/docker/api/types/registry	[no test files]
16:58:47 [2021-08-20T16:58:47.225Z] ok  	github.com/docker/docker/api/types/strslice	0.010s	coverage: 90.0% of statements
16:58:47 [2021-08-20T16:58:47.225Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
16:58:47 [2021-08-20T16:58:47.225Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
16:58:47 [2021-08-20T16:58:47.225Z] ok  	github.com/docker/docker/api/types/time	0.022s	coverage: 100.0% of statements
16:58:47 [2021-08-20T16:58:47.225Z] ok  	github.com/docker/docker/api/types/versions	0.012s	coverage: 75.0% of statements
16:58:47 [2021-08-20T16:58:47.225Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
16:58:47 [2021-08-20T16:58:47.225Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
16:58:47 [2021-08-20T16:58:47.225Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
16:58:47 [2021-08-20T16:58:47.225Z] ?   	github.com/docker/docker/builder	[no test files]
16:58:47 [2021-08-20T16:58:47.225Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
16:58:47 [2021-08-20T16:58:47.225Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
16:58:47 [2021-08-20T16:58:47.225Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
16:58:47 [2021-08-20T16:58:47.225Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
16:58:47 [2021-08-20T16:58:47.225Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
16:58:47 [2021-08-20T16:58:47.225Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
16:58:47 [2021-08-20T16:58:47.225Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
16:58:47 [2021-08-20T16:58:47.225Z] ok  	github.com/docker/docker/builder/remotecontext	0.225s	coverage: 13.7% of statements
16:58:47 [2021-08-20T16:58:47.225Z] ok  	github.com/docker/docker/cli/debug	0.018s	coverage: 100.0% of statements
16:58:47 [2021-08-20T16:58:47.225Z] ok  	github.com/docker/docker/builder/dockerfile	0.370s	coverage: 49.0% of statements
16:58:47 [2021-08-20T16:58:47.225Z] ?   	github.com/docker/docker/builder/dockerignore	[no test files]
16:58:47 [2021-08-20T16:58:47.225Z] ok  	github.com/docker/docker/cmd/docker-proxy	0.027s	coverage: 69.3% of statements
16:58:48 [2021-08-20T16:58:48.645Z] ok  	github.com/docker/docker/builder/remotecontext/git	5.156s	coverage: 86.3% of statements
16:58:48 [2021-08-20T16:58:48.645Z] ?   	github.com/docker/docker/cli	[no test files]
16:58:48 [2021-08-20T16:58:48.645Z] ?   	github.com/docker/docker/cli/config	[no test files]
16:58:49 [2021-08-20T16:58:49.612Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
16:58:52 [2021-08-20T16:58:52.861Z] ok  	github.com/docker/docker/client	0.237s	coverage: 75.4% of statements
16:58:55 [2021-08-20T16:58:55.312Z] ...INFO: Daemon under test started and replied!
16:58:55 [2021-08-20T16:58:55.312Z] INFO: Docker version of the daemon under test
16:58:55 [2021-08-20T16:58:55.312Z] 
16:58:55 [2021-08-20T16:58:55.312Z] Client:
16:58:55 [2021-08-20T16:58:55.312Z]  Version:      17.06.2-ce
16:58:55 [2021-08-20T16:58:55.312Z]  API version:  1.30
16:58:55 [2021-08-20T16:58:55.312Z]  Go version:   go1.8.3
16:58:55 [2021-08-20T16:58:55.312Z]  Git commit:   cec0b72
16:58:55 [2021-08-20T16:58:55.312Z]  Built:        Tue Sep  5 19:57:19 2017
16:58:55 [2021-08-20T16:58:55.312Z]  OS/Arch:      windows/amd64
16:58:55 [2021-08-20T16:58:55.312Z] 
16:58:55 [2021-08-20T16:58:55.312Z] Server:
16:58:55 [2021-08-20T16:58:55.312Z]  Version:      0.0.0-dev
16:58:55 [2021-08-20T16:58:55.312Z]  API version:  1.42 (minimum version 1.24)
16:58:55 [2021-08-20T16:58:55.312Z]  Go version:   go1.16.7
16:58:55 [2021-08-20T16:58:55.312Z]  Git commit:   57d5e28626
16:58:55 [2021-08-20T16:58:55.312Z]  Built:        08/20/2021 16:56:36
16:58:55 [2021-08-20T16:58:55.312Z]  OS/Arch:      windows/amd64
16:58:55 [2021-08-20T16:58:55.312Z]  Experimental: false
16:58:55 [2021-08-20T16:58:55.312Z] 
16:58:55 [2021-08-20T16:58:55.312Z] INFO: Docker info of the daemon under test
16:58:55 [2021-08-20T16:58:55.312Z] 
16:58:55 [2021-08-20T16:58:55.312Z] Containers: 0
16:58:55 [2021-08-20T16:58:55.312Z]  Running: 0
16:58:55 [2021-08-20T16:58:55.312Z]  Paused: 0
16:58:55 [2021-08-20T16:58:55.312Z]  Stopped: 0
16:58:55 [2021-08-20T16:58:55.312Z] Images: 0
16:58:55 [2021-08-20T16:58:55.312Z] Server Version: 0.0.0-dev
16:58:55 [2021-08-20T16:58:55.312Z] Storage Driver: windowsfilter
16:58:55 [2021-08-20T16:58:55.312Z]  Windows: 
16:58:55 [2021-08-20T16:58:55.312Z] Logging Driver: json-file
16:58:55 [2021-08-20T16:58:55.312Z] Plugins: 
16:58:55 [2021-08-20T16:58:55.312Z]  Volume: local
16:58:55 [2021-08-20T16:58:55.312Z]  Network: ics internal l2bridge l2tunnel nat null overlay private transparent
16:58:55 [2021-08-20T16:58:55.312Z]  Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog
16:58:55 [2021-08-20T16:58:55.312Z] Swarm: inactive
16:58:55 [2021-08-20T16:58:55.312Z] Default Isolation: process
16:58:55 [2021-08-20T16:58:55.312Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500)
16:58:55 [2021-08-20T16:58:55.312Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.169)
16:58:55 [2021-08-20T16:58:55.312Z] OSType: windows
16:58:55 [2021-08-20T16:58:55.312Z] Architecture: x86_64
16:58:55 [2021-08-20T16:58:55.312Z] CPUs: 4
16:58:55 [2021-08-20T16:58:55.312Z] Total Memory: 32GiB
16:58:55 [2021-08-20T16:58:55.312Z] Name: azwin-2-6f5e20
16:58:55 [2021-08-20T16:58:55.312Z] ID: V6FM:PVVQ:XWNU:6LIQ:HYXL:OEPD:7DMK:ENAN:S5EY:EA7Z:3EX2:4SFR
16:58:55 [2021-08-20T16:58:55.312Z] Docker Root Dir: D:\CI\PR-42765\2\daemon
16:58:55 [2021-08-20T16:58:55.312Z] Debug Mode (client): false
16:58:55 [2021-08-20T16:58:55.312Z] Debug Mode (server): true
16:58:55 [2021-08-20T16:58:55.312Z]  File Descriptors: -1
16:58:55 [2021-08-20T16:58:55.312Z]  Goroutines: 16
16:58:55 [2021-08-20T16:58:55.312Z]  System Time: 2021-08-20T16:58:54.2641959Z
16:58:55 [2021-08-20T16:58:55.312Z]  EventsListeners: 0
16:58:55 [2021-08-20T16:58:55.312Z] Registry: https://index.docker.io/v1/
16:58:55 [2021-08-20T16:58:55.312Z] Labels:
16:58:55 [2021-08-20T16:58:55.312Z] Experimental: false
16:58:55 [2021-08-20T16:58:55.312Z] Insecure Registries:
16:58:55 [2021-08-20T16:58:55.312Z]  127.0.0.0/8
16:58:55 [2021-08-20T16:58:55.312Z] Live Restore Enabled: false
16:58:55 [2021-08-20T16:58:55.312Z] 
16:58:55 [2021-08-20T16:58:55.312Z] 
16:58:55 [2021-08-20T16:58:55.312Z] INFO: Docker images of the daemon under test
16:58:55 [2021-08-20T16:58:55.312Z] 
16:58:55 [2021-08-20T16:58:55.312Z] REPOSITORY          TAG                 IMAGE ID            CREATED             SIZE
16:58:55 [2021-08-20T16:58:55.312Z] 
16:58:55 [2021-08-20T16:58:55.312Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore
16:58:55 [2021-08-20T16:58:55.312Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2022 from docker hub into daemon under test. This may take some time...
16:58:55 [2021-08-20T16:58:55.312Z] ltsc2022: Pulling from windows/servercore
16:58:55 [2021-08-20T16:58:55.312Z] 8f616e6e9eec: Pulling fs layer
16:58:55 [2021-08-20T16:58:55.312Z] 393f6f5bddce: Pulling fs layer
16:59:04 [2021-08-20T16:59:04.352Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
16:59:04 [2021-08-20T16:59:04.352Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
16:59:16 [2021-08-20T16:59:16.375Z] 8f616e6e9eec: Verifying Checksum
16:59:16 [2021-08-20T16:59:16.375Z] 8f616e6e9eec: Download complete
16:59:17 [2021-08-20T16:59:17.341Z] 393f6f5bddce: Verifying Checksum
16:59:17 [2021-08-20T16:59:17.341Z] 393f6f5bddce: Download complete
16:59:28 [2021-08-20T16:59:28.293Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
16:59:28 [2021-08-20T16:59:28.293Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
16:59:30 [2021-08-20T16:59:30.193Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
16:59:30 [2021-08-20T16:59:30.910Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main
16:59:32 [2021-08-20T16:59:32.088Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
16:59:33 [2021-08-20T16:59:33.018Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
16:59:36 [2021-08-20T16:59:36.292Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
16:59:39 [2021-08-20T16:59:39.594Z] ok  	github.com/docker/docker/cmd/dockerd/trap	3.131s	coverage: 0.0% of statements
16:59:39 [2021-08-20T16:59:39.594Z] ok  	github.com/docker/docker/container	0.168s	coverage: 34.8% of statements
16:59:39 [2021-08-20T16:59:39.594Z] ok  	github.com/docker/docker/cmd/dockerd	0.194s	coverage: 29.1% of statements
16:59:39 [2021-08-20T16:59:39.594Z] ?   	github.com/docker/docker/cmd/dockerd/trap/testfiles	[no test files]
16:59:39 [2021-08-20T16:59:39.594Z] ?   	github.com/docker/docker/container/stream	[no test files]
16:59:39 [2021-08-20T16:59:39.594Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
16:59:39 [2021-08-20T16:59:39.594Z] ?   	github.com/docker/docker/contrib/docker-device-tool	[no test files]
16:59:39 [2021-08-20T16:59:39.594Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
16:59:39 [2021-08-20T16:59:39.594Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.022s	coverage: 65.3% of statements
16:59:40 [2021-08-20T16:59:40.906Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
16:59:41 [2021-08-20T16:59:41.006Z] ok  	github.com/docker/docker/daemon/cluster	0.241s	coverage: 0.5% of statements
16:59:41 [2021-08-20T16:59:41.006Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.088s	coverage: 35.9% of statements
16:59:44 [2021-08-20T16:59:44.330Z] ok  	github.com/docker/docker/daemon/discovery	0.035s	coverage: 30.0% of statements
16:59:44 [2021-08-20T16:59:44.330Z] ok  	github.com/docker/docker/daemon/config	0.059s	coverage: 81.1% of statements
16:59:44 [2021-08-20T16:59:44.902Z] ok  	github.com/docker/docker/daemon/events	0.066s	coverage: 50.0% of statements
16:59:45 [2021-08-20T16:59:45.339Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
16:59:45 [2021-08-20T16:59:45.339Z] Building: bundles/dynbinary-daemon/docker-proxy-dev
16:59:45 [2021-08-20T16:59:45.339Z] GOOS="" GOARCH="" GOARM=""
16:59:45 [2021-08-20T16:59:45.339Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev
16:59:45 [2021-08-20T16:59:45.339Z] 
16:59:45 [2021-08-20T16:59:45.339Z] ---> Making bundle: test-integration (in bundles/test-integration)
16:59:45 [2021-08-20T16:59:45.339Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
16:59:45 [2021-08-20T16:59:45.339Z] HOSTNAME=12490d61245f
16:59:45 [2021-08-20T16:59:45.339Z] DEST=bundles/test-integration
16:59:45 [2021-08-20T16:59:45.339Z] PWD=/go/src/github.com/docker/docker
16:59:45 [2021-08-20T16:59:45.339Z] DOCKER_ROOTLESS=1
16:59:45 [2021-08-20T16:59:45.339Z] DOCKER_GITCOMMIT=9742ede2c4c0a5a12194d93615f8f4e717154bfc
16:59:45 [2021-08-20T16:59:45.339Z] container=docker
16:59:45 [2021-08-20T16:59:45.339Z] HOME=/root
16:59:45 [2021-08-20T16:59:45.339Z] GOLANG_VERSION=1.16.7
16:59:45 [2021-08-20T16:59:45.339Z] VALIDATE_REPO=https://github.com/moby/moby.git
16:59:45 [2021-08-20T16:59:45.339Z] VALIDATE_BRANCH=master
16:59:45 [2021-08-20T16:59:45.339Z] TERM=xterm
16:59:45 [2021-08-20T16:59:45.339Z] DOCKER_PKG=github.com/docker/docker
16:59:45 [2021-08-20T16:59:45.339Z] SHLVL=1
16:59:45 [2021-08-20T16:59:45.339Z] TIMEOUT=120m
16:59:45 [2021-08-20T16:59:45.339Z] DOCKER_BUILDTAGS=apparmor seccomp journald
16:59:45 [2021-08-20T16:59:45.339Z] DOCKER_GRAPHDRIVER=overlay2
16:59:45 [2021-08-20T16:59:45.339Z] GO111MODULE=off
16:59:45 [2021-08-20T16:59:45.339Z] DOCKER_EXPERIMENTAL=1
16:59:45 [2021-08-20T16:59:45.339Z] TEST_SKIP_INTEGRATION_CLI=1
16:59:45 [2021-08-20T16:59:45.339Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
16:59:45 [2021-08-20T16:59:45.339Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
16:59:45 [2021-08-20T16:59:45.339Z] GOPATH=/go
16:59:45 [2021-08-20T16:59:45.339Z] PKG_CONFIG=pkg-config
16:59:45 [2021-08-20T16:59:45.339Z] _=/usr/bin/env
16:59:45 [2021-08-20T16:59:45.339Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
16:59:45 [2021-08-20T16:59:45.475Z] ok  	github.com/docker/docker/daemon/graphdriver	0.015s	coverage: 2.2% of statements
16:59:46 [2021-08-20T16:59:46.248Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
16:59:48 [2021-08-20T16:59:48.143Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
16:59:49 [2021-08-20T16:59:49.487Z] 393f6f5bddce: Pull complete
16:59:49 [2021-08-20T16:59:49.487Z] Digest: sha256:8f756a7fd4fe963cc7dd2c3ad1597327535da8e8f55a7d1932780934efa87e04
16:59:49 [2021-08-20T16:59:49.487Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2022
16:59:49 [2021-08-20T16:59:49.487Z] mcr.microsoft.com/windows/servercore:ltsc2022
16:59:49 [2021-08-20T16:59:49.487Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2022 completed successfully
16:59:49 [2021-08-20T16:59:49.487Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2022 as microsoft/windowsservercore
16:59:49 [2021-08-20T16:59:49.487Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.20348.169'
16:59:49 [2021-08-20T16:59:49.487Z] INFO: Docker version of control daemon
16:59:49 [2021-08-20T16:59:49.487Z] 
16:59:49 [2021-08-20T16:59:49.487Z] Client:
16:59:49 [2021-08-20T16:59:49.487Z]  Version:           20.10.8
16:59:49 [2021-08-20T16:59:49.487Z]  API version:       1.41
16:59:49 [2021-08-20T16:59:49.487Z]  Go version:        go1.16.6
16:59:49 [2021-08-20T16:59:49.487Z]  Git commit:        3967b7d
16:59:49 [2021-08-20T16:59:49.487Z]  Built:             Fri Jul 30 19:58:50 2021
16:59:49 [2021-08-20T16:59:49.487Z]  OS/Arch:           windows/amd64
16:59:49 [2021-08-20T16:59:49.487Z]  Context:           default
16:59:49 [2021-08-20T16:59:49.487Z]  Experimental:      true
16:59:49 [2021-08-20T16:59:49.487Z] 
16:59:49 [2021-08-20T16:59:49.487Z] Server: Docker Engine - Community
16:59:49 [2021-08-20T16:59:49.487Z]  Engine:
16:59:49 [2021-08-20T16:59:49.487Z]   Version:          20.10.8
16:59:49 [2021-08-20T16:59:49.487Z]   API version:      1.41 (minimum version 1.24)
16:59:49 [2021-08-20T16:59:49.487Z]   Go version:       go1.16.6
16:59:49 [2021-08-20T16:59:49.487Z]   Git commit:       75249d8
16:59:49 [2021-08-20T16:59:49.487Z]   Built:            Fri Jul 30 19:54:29 2021
16:59:49 [2021-08-20T16:59:49.487Z]   OS/Arch:          windows/amd64
16:59:49 [2021-08-20T16:59:49.487Z]   Experimental:     true
16:59:49 [2021-08-20T16:59:49.487Z] 
16:59:49 [2021-08-20T16:59:49.487Z] INFO: Docker info of control daemon
16:59:49 [2021-08-20T16:59:49.487Z] 
16:59:49 [2021-08-20T16:59:49.487Z] Client:
16:59:49 [2021-08-20T16:59:49.487Z]  Context:    default
16:59:49 [2021-08-20T16:59:49.487Z]  Debug Mode: false
16:59:49 [2021-08-20T16:59:49.487Z] 
16:59:49 [2021-08-20T16:59:49.487Z] Server:
16:59:49 [2021-08-20T16:59:49.487Z]  Containers: 0
16:59:49 [2021-08-20T16:59:49.487Z]   Running: 0
16:59:49 [2021-08-20T16:59:49.487Z]   Paused: 0
16:59:49 [2021-08-20T16:59:49.487Z]   Stopped: 0
16:59:49 [2021-08-20T16:59:49.487Z]  Images: 1
16:59:49 [2021-08-20T16:59:49.487Z]  Server Version: 20.10.8
16:59:49 [2021-08-20T16:59:49.487Z]  Storage Driver: windowsfilter (windows) lcow (linux)
16:59:49 [2021-08-20T16:59:49.487Z]   Windows: 
16:59:49 [2021-08-20T16:59:49.487Z]   LCOW: 
16:59:49 [2021-08-20T16:59:49.487Z]  Logging Driver: json-file
16:59:49 [2021-08-20T16:59:49.487Z]  Plugins:
16:59:49 [2021-08-20T16:59:49.487Z]   Volume: local
16:59:49 [2021-08-20T16:59:49.487Z]   Network: ics internal l2bridge l2tunnel nat null overlay private transparent
16:59:49 [2021-08-20T16:59:49.487Z]   Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog
16:59:49 [2021-08-20T16:59:49.487Z]  Swarm: inactive
16:59:49 [2021-08-20T16:59:49.487Z]  Default Isolation: process
16:59:49 [2021-08-20T16:59:49.487Z]  Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500)
16:59:49 [2021-08-20T16:59:49.487Z]  Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.169)
16:59:49 [2021-08-20T16:59:49.487Z]  OSType: windows
16:59:49 [2021-08-20T16:59:49.487Z]  Architecture: x86_64
16:59:49 [2021-08-20T16:59:49.487Z]  CPUs: 4
16:59:49 [2021-08-20T16:59:49.487Z]  Total Memory: 32GiB
16:59:49 [2021-08-20T16:59:49.487Z]  Name: azwin-2-fedae0
16:59:49 [2021-08-20T16:59:49.487Z]  ID: IZDY:S4YB:5XRY:IF4H:5UNK:3VIE:VJMV:FD3Q:73SO:QIKD:XA3T:57CT
16:59:49 [2021-08-20T16:59:49.487Z]  Docker Root Dir: D:\docker
16:59:49 [2021-08-20T16:59:49.487Z]  Debug Mode: false
16:59:49 [2021-08-20T16:59:49.487Z]  Registry: https://index.docker.io/v1/
16:59:49 [2021-08-20T16:59:49.487Z]  Labels:
16:59:49 [2021-08-20T16:59:49.487Z]  Experimental: true
16:59:49 [2021-08-20T16:59:49.487Z]  Insecure Registries:
16:59:49 [2021-08-20T16:59:49.487Z]   10.0.0.4:5000
16:59:49 [2021-08-20T16:59:49.487Z]   127.0.0.0/8
16:59:49 [2021-08-20T16:59:49.487Z]  Registry Mirrors:
16:59:49 [2021-08-20T16:59:49.487Z]   http://10.0.0.4:5000/
16:59:49 [2021-08-20T16:59:49.487Z]  Live Restore Enabled: false
16:59:49 [2021-08-20T16:59:49.487Z]  Product License: Community Engine
16:59:49 [2021-08-20T16:59:49.487Z] 
16:59:49 [2021-08-20T16:59:49.487Z] 
16:59:49 [2021-08-20T16:59:49.487Z] INFO: Commit hash is b1b88c94ee
16:59:49 [2021-08-20T16:59:49.487Z] INFO: Nuke-Everything...
16:59:49 [2021-08-20T16:59:49.487Z] INFO: Container count on control daemon to delete is 0
16:59:49 [2021-08-20T16:59:49.487Z] INFO: Nuking d:\CI
16:59:49 [2021-08-20T16:59:49.487Z] INFO: Zapped successfully
16:59:49 [2021-08-20T16:59:49.487Z] INFO: Location for testing is d:\CI\PR-42765\2
16:59:49 [2021-08-20T16:59:49.487Z] INFO: Validating GOLang consistency in Dockerfile.windows...
16:59:49 [2021-08-20T16:59:49.487Z] 
16:59:49 [2021-08-20T16:59:49.487Z] 
16:59:49 [2021-08-20T16:59:49.487Z] INFO: Building the image from Dockerfile.windows at 08/20/2021 16:59:42...
16:59:49 [2021-08-20T16:59:49.487Z] 
16:59:49 [2021-08-20T16:59:49.487Z] Sending build context to Docker daemon     61MB
16:59:49 [2021-08-20T16:59:49.487Z] 
16:59:49 [2021-08-20T16:59:49.487Z] Step 1/10 : FROM microsoft/windowsservercore
16:59:49 [2021-08-20T16:59:49.487Z]  ---> 801c33f5de3a
16:59:49 [2021-08-20T16:59:49.487Z] Step 2/10 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
16:59:49 [2021-08-20T16:59:49.487Z]  ---> Running in ad801d3ae38e
16:59:49 [2021-08-20T16:59:49.487Z] Removing intermediate container ad801d3ae38e
16:59:49 [2021-08-20T16:59:49.487Z]  ---> e14cd3c7361b
16:59:49 [2021-08-20T16:59:49.487Z] Step 3/10 : ARG GO_VERSION=1.16.7
16:59:49 [2021-08-20T16:59:49.487Z]  ---> Running in 56eceb9e2ff5
16:59:49 [2021-08-20T16:59:49.487Z] Removing intermediate container 56eceb9e2ff5
16:59:49 [2021-08-20T16:59:49.487Z]  ---> f5c571bbeee5
16:59:49 [2021-08-20T16:59:49.487Z] Step 4/10 : ARG GOTESTSUM_COMMIT=v0.5.3
16:59:49 [2021-08-20T16:59:49.487Z]  ---> Running in c61b5fcc0bbb
16:59:49 [2021-08-20T16:59:49.487Z] Removing intermediate container c61b5fcc0bbb
16:59:49 [2021-08-20T16:59:49.487Z]  ---> f88f6cd9a23e
16:59:49 [2021-08-20T16:59:49.487Z] 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}
16:59:49 [2021-08-20T16:59:49.487Z]  ---> Running in 1213d755d782
16:59:49 [2021-08-20T16:59:49.487Z] Removing intermediate container 1213d755d782
16:59:49 [2021-08-20T16:59:49.487Z]  ---> 682b1947004c
16:59:49 [2021-08-20T16:59:49.487Z] 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;
16:59:49 [2021-08-20T16:59:49.487Z]  ---> Running in 7444c01133b6
16:59:49 [2021-08-20T16:59:49.684Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	3.476s	coverage: 13.8% of statements
16:59:50 [2021-08-20T16:59:50.257Z] ok  	github.com/docker/docker/daemon/graphdriver/btrfs	0.016s	coverage: 3.1% of statements
16:59:50 [2021-08-20T16:59:50.519Z] ok  	github.com/docker/docker/daemon/graphdriver/aufs	2.814s	coverage: 73.3% of statements
16:59:51 [2021-08-20T16:59:51.091Z] ok  	github.com/docker/docker/daemon/graphdriver/copy	0.877s	coverage: 56.2% of statements
16:59:51 [2021-08-20T16:59:51.472Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
16:59:52 [2021-08-20T16:59:52.409Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
16:59:52 [2021-08-20T16:59:52.479Z] ok  	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	0.012s	coverage: 1.9% of statements
16:59:53 [2021-08-20T16:59:53.115Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
16:59:53 [2021-08-20T16:59:53.115Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
16:59:53 [2021-08-20T16:59:53.115Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
16:59:53 [2021-08-20T16:59:53.682Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
16:59:53 [2021-08-20T16:59:53.682Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
16:59:54 [2021-08-20T16:59:54.151Z] 
16:59:54 [2021-08-20T16:59:54.151Z] SUCCESS: Specified value was saved.
16:59:54 [2021-08-20T16:59:54.151Z] INFO: Downloading git...
16:59:54 [2021-08-20T16:59:54.154Z] 4612f6d0b889: Pull complete
16:59:54 [2021-08-20T16:59:54.404Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay	0.798s	coverage: 49.4% of statements
16:59:54 [2021-08-20T16:59:54.925Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
16:59:55 [2021-08-20T16:59:55.058Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
16:59:55 [2021-08-20T16:59:55.112Z] INFO: Downloading go...
16:59:55 [2021-08-20T16:59:55.791Z] ok  	github.com/docker/docker/daemon	12.318s	coverage: 17.5% of statements
16:59:55 [2021-08-20T16:59:55.791Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
16:59:55 [2021-08-20T16:59:55.791Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
16:59:55 [2021-08-20T16:59:55.791Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
16:59:55 [2021-08-20T16:59:55.791Z] ?   	github.com/docker/docker/daemon/exec	[no test files]
16:59:56 [2021-08-20T16:59:56.053Z] ok  	github.com/docker/docker/daemon/graphdriver/vfs	0.019s	coverage: 57.5% of statements
16:59:56 [2021-08-20T16:59:56.627Z] ok  	github.com/docker/docker/daemon/graphdriver/devmapper	4.167s	coverage: 46.2% of statements
16:59:56 [2021-08-20T16:59:56.627Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
16:59:57 [2021-08-20T16:59:57.201Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay2	2.019s	coverage: 57.7% of statements
16:59:57 [2021-08-20T16:59:57.201Z] ?   	github.com/docker/docker/daemon/graphdriver/overlayutils	[no test files]
16:59:57 [2021-08-20T16:59:57.201Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
16:59:57 [2021-08-20T16:59:57.284Z] INFO: Downloading compiler 1 of 3...
16:59:57 [2021-08-20T16:59:57.284Z] INFO: Downloading compiler 2 of 3...
16:59:57 [2021-08-20T16:59:57.284Z] INFO: Downloading compiler 3 of 3...
16:59:57 [2021-08-20T16:59:57.444Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
16:59:57 [2021-08-20T16:59:57.595Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
16:59:57 [2021-08-20T16:59:57.738Z] INFO: Extracting git...
16:59:57 [2021-08-20T16:59:57.776Z] ok  	github.com/docker/docker/daemon/links	0.011s	coverage: 93.0% of statements
16:59:57 [2021-08-20T16:59:57.776Z] ok  	github.com/docker/docker/daemon/graphdriver/zfs	0.025s	coverage: 3.0% of statements
16:59:58 [2021-08-20T16:59:58.531Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
16:59:59 [2021-08-20T16:59:59.163Z] ok  	github.com/docker/docker/daemon/images	0.044s	coverage: 6.7% of statements
16:59:59 [2021-08-20T16:59:59.163Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
16:59:59 [2021-08-20T16:59:59.163Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
16:59:59 [2021-08-20T16:59:59.466Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
16:59:59 [2021-08-20T16:59:59.737Z] ok  	github.com/docker/docker/daemon/logger/gelf	0.012s	coverage: 67.0% of statements
16:59:59 [2021-08-20T16:59:59.737Z] ok  	github.com/docker/docker/daemon/logger	0.244s	coverage: 43.5% of statements
17:00:00 [2021-08-20T17:00:00.034Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
17:00:00 [2021-08-20T17:00:00.310Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.366s	coverage: 77.4% of statements
17:00:00 [2021-08-20T17:00:00.310Z] ?   	github.com/docker/docker/daemon/logger/fluentd	[no test files]
17:00:00 [2021-08-20T17:00:00.310Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
17:00:00 [2021-08-20T17:00:00.571Z] ok  	github.com/docker/docker/daemon/logger/journald	0.019s	coverage: 23.9% of statements
17:00:00 [2021-08-20T17:00:00.604Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
17:00:00 [2021-08-20T17:00:00.713Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
17:00:00 [2021-08-20T17:00:00.834Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.020s	coverage: 87.2% of statements
17:00:00 [2021-08-20T17:00:00.834Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.025s	coverage: 69.9% of statements
17:00:01 [2021-08-20T17:00:01.541Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
17:00:01 [2021-08-20T17:00:01.779Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.029s	coverage: 31.5% of statements
17:00:01 [2021-08-20T17:00:01.779Z] ok  	github.com/docker/docker/daemon/logger/local	0.053s	coverage: 75.2% of statements
17:00:01 [2021-08-20T17:00:01.779Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
17:00:01 [2021-08-20T17:00:01.779Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.072s	coverage: 55.1% of statements
17:00:02 [2021-08-20T17:00:02.723Z] ok  	github.com/docker/docker/daemon/logger/templates	0.019s	coverage: 8.3% of statements
17:00:02 [2021-08-20T17:00:02.723Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.014s	coverage: 46.8% of statements
17:00:02 [2021-08-20T17:00:02.918Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
17:00:03 [2021-08-20T17:00:03.231Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
17:00:03 [2021-08-20T17:00:03.486Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
17:00:03 [2021-08-20T17:00:03.669Z] ok  	github.com/docker/docker/daemon/network	0.048s	coverage: 63.8% of statements
17:00:04 [2021-08-20T17:00:04.054Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
17:00:04 [2021-08-20T17:00:04.613Z] ok  	github.com/docker/docker/distribution/metadata	0.173s	coverage: 48.2% of statements
17:00:04 [2021-08-20T17:00:04.875Z] ok  	github.com/docker/docker/daemon/logger/splunk	1.836s	coverage: 82.5% of statements
17:00:04 [2021-08-20T17:00:04.875Z] ?   	github.com/docker/docker/daemon/names	[no test files]
17:00:04 [2021-08-20T17:00:04.875Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
17:00:04 [2021-08-20T17:00:04.990Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
17:00:04 [2021-08-20T17:00:04.990Z] Using test binary docker
17:00:04 [2021-08-20T17:00:04.990Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
17:00:04 [2021-08-20T17:00:04.990Z] Starting apparmor (via systemctl): apparmor.service.
17:00:04 [2021-08-20T17:00:04.990Z] INFO: Waiting for daemon to start...
17:00:04 [2021-08-20T17:00:04.990Z] Starting dockerd
17:00:05 [2021-08-20T17:00:05.748Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
17:00:05 [2021-08-20T17:00:05.819Z] ok  	github.com/docker/docker/errdefs	0.008s	coverage: 53.1% of statements
17:00:06 [2021-08-20T17:00:06.081Z] ok  	github.com/docker/docker/distribution	0.187s	coverage: 25.8% of statements
17:00:06 [2021-08-20T17:00:06.081Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
17:00:07 [2021-08-20T17:00:07.026Z] ok  	github.com/docker/docker/image/cache	0.037s	coverage: 19.2% of statements
17:00:07 [2021-08-20T17:00:07.026Z] ok  	github.com/docker/docker/image	0.044s	coverage: 86.6% of statements
17:00:07 [2021-08-20T17:00:07.149Z] .
17:00:07 [2021-08-20T17:00:07.149Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
17:00:07 [2021-08-20T17:00:07.149Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
17:00:07 [2021-08-20T17:00:07.149Z] Error: No such image: emptyfs
17:00:07 [2021-08-20T17:00:07.287Z] ok  	github.com/docker/docker/distribution/xfer	1.791s	coverage: 85.6% of statements
17:00:07 [2021-08-20T17:00:07.287Z] ?   	github.com/docker/docker/dockerversion	[no test files]
17:00:07 [2021-08-20T17:00:07.408Z] Running integration-test (iteration 1)
17:00:07 [2021-08-20T17:00:07.408Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m 
17:00:07 [2021-08-20T17:00:07.549Z] ok  	github.com/docker/docker/image/tarexport	0.028s	coverage: 0.7% of statements
17:00:07 [2021-08-20T17:00:07.810Z] ok  	github.com/docker/docker/image/v1	0.023s	coverage: 25.0% of statements
17:00:07 [2021-08-20T17:00:07.810Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
17:00:08 [2021-08-20T17:00:08.072Z] ok  	github.com/docker/docker/libcontainerd/queue	0.041s	coverage: 100.0% of statements
17:00:08 [2021-08-20T17:00:08.270Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
17:00:08 [2021-08-20T17:00:08.270Z] Using test binary docker
17:00:08 [2021-08-20T17:00:08.527Z] +++ /etc/init.d/apparmor start
17:00:08 [2021-08-20T17:00:08.527Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
17:00:08 [2021-08-20T17:00:08.527Z] Starting dockerd
17:00:08 [2021-08-20T17:00:08.527Z] INFO: Waiting for daemon to start...
17:00:08 [2021-08-20T17:00:08.527Z] +++ 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
17:00:08 [2021-08-20T17:00:08.646Z] ok  	github.com/docker/docker/oci	0.018s	coverage: 43.3% of statements
17:00:09 [2021-08-20T17:00:09.220Z] ok  	github.com/docker/docker/pkg/aaparser	0.027s	coverage: 52.9% of statements
17:00:09 [2021-08-20T17:00:09.220Z] ok  	github.com/docker/docker/opts	0.048s	coverage: 67.1% of statements
17:00:10 [2021-08-20T17:00:10.064Z] INFO: Expanding go...
17:00:10 [2021-08-20T17:00:10.610Z] ok  	github.com/docker/docker/pkg/broadcaster	0.034s	coverage: 100.0% of statements
17:00:11 [2021-08-20T17:00:11.050Z] .
17:00:11 [2021-08-20T17:00:11.050Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
17:00:11 [2021-08-20T17:00:11.050Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
17:00:11 [2021-08-20T17:00:11.050Z] Error: No such image: emptyfs
17:00:11 [2021-08-20T17:00:11.050Z] ++++ tar -cC bundles/test-integration/emptyfs .
17:00:11 [2021-08-20T17:00:11.050Z] ++++ docker load
17:00:11 [2021-08-20T17:00:11.182Z] ok  	github.com/docker/docker/pkg/capabilities	0.014s	coverage: 87.5% of statements
17:00:11 [2021-08-20T17:00:11.308Z] Running integration-test (iteration 1)
17:00:11 [2021-08-20T17:00:11.308Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m 
17:00:11 [2021-08-20T17:00:11.308Z] ++ 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
17:00:11 [2021-08-20T17:00:11.308Z] ++ set -e
17:00:11 [2021-08-20T17:00:11.308Z] ++ '[' -n 0 ']'
17:00:11 [2021-08-20T17:00:11.308Z] ++ set -x
17:00:11 [2021-08-20T17:00:11.308Z] ++ 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
17:00:11 [2021-08-20T17:00:11.756Z] ok  	github.com/docker/docker/pkg/authorization	1.566s	coverage: 68.3% of statements
17:00:12 [2021-08-20T17:00:12.702Z] ok  	github.com/docker/docker/pkg/directory	0.007s	coverage: 80.0% of statements
17:00:13 [2021-08-20T17:00:13.275Z] ok  	github.com/docker/docker/pkg/archive	1.175s	coverage: 82.5% of statements
17:00:13 [2021-08-20T17:00:13.848Z] ok  	github.com/docker/docker/pkg/discovery/file	0.010s	coverage: 97.6% of statements
17:00:14 [2021-08-20T17:00:14.421Z] ok  	github.com/docker/docker/pkg/discovery	0.006s	coverage: 58.3% of statements
17:00:14 [2021-08-20T17:00:14.994Z] ok  	github.com/docker/docker/pkg/discovery/memory	0.006s	coverage: 92.3% of statements
17:00:15 [2021-08-20T17:00:15.256Z] ok  	github.com/docker/docker/pkg/discovery/nodes	0.005s	coverage: 93.8% of statements
17:00:15 [2021-08-20T17:00:15.256Z] ok  	github.com/docker/docker/pkg/chrootarchive	2.978s	coverage: 43.2% of statements
17:00:15 [2021-08-20T17:00:15.517Z] ok  	github.com/docker/docker/pkg/dmesg	0.006s	coverage: 83.3% of statements
17:00:16 [2021-08-20T17:00:16.461Z] ok  	github.com/docker/docker/pkg/filenotify	0.611s	coverage: 67.0% of statements
17:00:17 [2021-08-20T17:00:17.034Z] ok  	github.com/docker/docker/pkg/fileutils	0.018s	coverage: 83.1% of statements
17:00:17 [2021-08-20T17:00:17.295Z] ok  	github.com/docker/docker/pkg/homedir	0.004s	coverage: 11.4% of statements
17:00:17 [2021-08-20T17:00:17.556Z] ok  	github.com/docker/docker/pkg/fsutils	0.250s	coverage: 85.1% of statements
17:00:17 [2021-08-20T17:00:17.556Z] ok  	github.com/docker/docker/pkg/discovery/kv	3.066s	coverage: 84.1% of statements
17:00:18 [2021-08-20T17:00:18.130Z] ok  	github.com/docker/docker/layer	7.915s	coverage: 68.8% of statements
17:00:18 [2021-08-20T17:00:18.130Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
17:00:18 [2021-08-20T17:00:18.130Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
17:00:18 [2021-08-20T17:00:18.130Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
17:00:18 [2021-08-20T17:00:18.130Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
17:00:18 [2021-08-20T17:00:18.130Z] ?   	github.com/docker/docker/oci/caps	[no test files]
17:00:18 [2021-08-20T17:00:18.130Z] ?   	github.com/docker/docker/pkg/containerfs	[no test files]
17:00:18 [2021-08-20T17:00:18.130Z] ?   	github.com/docker/docker/pkg/devicemapper	[no test files]
17:00:18 [2021-08-20T17:00:18.704Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.010s	coverage: 91.7% of statements
17:00:18 [2021-08-20T17:00:18.704Z] ok  	github.com/docker/docker/pkg/longpath	0.012s	coverage: 100.0% of statements
17:00:18 [2021-08-20T17:00:18.965Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.008s	coverage: 85.7% of statements
17:00:18 [2021-08-20T17:00:18.965Z] ok  	github.com/docker/docker/pkg/idtools	0.854s	coverage: 69.5% of statements
17:00:19 [2021-08-20T17:00:19.227Z] ok  	github.com/docker/docker/pkg/ioutils	0.621s	coverage: 70.5% of statements
17:00:19 [2021-08-20T17:00:19.227Z] ?   	github.com/docker/docker/pkg/locker	[no test files]
17:00:19 [2021-08-20T17:00:19.227Z] ?   	github.com/docker/docker/pkg/loopback	[no test files]
17:00:19 [2021-08-20T17:00:19.227Z] ?   	github.com/docker/docker/pkg/mount	[no test files]
17:00:19 [2021-08-20T17:00:19.227Z] ?   	github.com/docker/docker/pkg/namesgenerator/cmd/names-generator	[no test files]
17:00:19 [2021-08-20T17:00:19.227Z] ok  	github.com/docker/docker/pkg/parsers	0.011s	coverage: 97.0% of statements
17:00:19 [2021-08-20T17:00:19.488Z] ok  	github.com/docker/docker/pkg/parsers/kernel	0.035s	coverage: 60.0% of statements
17:00:19 [2021-08-20T17:00:19.749Z] ok  	github.com/docker/docker/pkg/parsers/operatingsystem	0.036s	coverage: 86.7% of statements
17:00:19 [2021-08-20T17:00:19.749Z] ok  	github.com/docker/docker/pkg/pidfile	0.017s	coverage: 82.4% of statements
17:00:19 [2021-08-20T17:00:19.749Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
17:00:19 [2021-08-20T17:00:19.749Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
17:00:20 [2021-08-20T17:00:20.322Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.024s	coverage: 56.8% of statements
17:00:20 [2021-08-20T17:00:20.895Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.010s	coverage: 85.7% of statements
17:00:20 [2021-08-20T17:00:20.895Z] ok  	github.com/docker/docker/pkg/pools	0.016s	coverage: 88.2% of statements
17:00:20 [2021-08-20T17:00:20.895Z] ok  	github.com/docker/docker/pkg/progress	0.007s	coverage: 75.9% of statements
17:00:21 [2021-08-20T17:00:21.467Z] ok  	github.com/docker/docker/pkg/reexec	0.015s	coverage: 82.4% of statements
17:00:22 [2021-08-20T17:00:22.304Z] Loaded image: buildpack-deps:buster
17:00:22 [2021-08-20T17:00:22.304Z] Loaded image: busybox:latest
17:00:22 [2021-08-20T17:00:22.304Z] Loaded image: busybox:glibc
17:00:22 [2021-08-20T17:00:22.410Z] ok  	github.com/docker/docker/pkg/pubsub	1.069s	coverage: 75.0% of statements
17:00:22 [2021-08-20T17:00:22.410Z] ok  	github.com/docker/docker/pkg/stack	0.007s	coverage: 90.9% of statements
17:00:22 [2021-08-20T17:00:22.410Z] ok  	github.com/docker/docker/pkg/stdcopy	0.009s	coverage: 100.0% of statements
17:00:22 [2021-08-20T17:00:22.671Z] ok  	github.com/docker/docker/pkg/stringid	0.007s	coverage: 70.6% of statements
17:00:22 [2021-08-20T17:00:22.933Z] ok  	github.com/docker/docker/pkg/streamformatter	0.006s	coverage: 66.2% of statements
17:00:23 [2021-08-20T17:00:23.241Z] Loaded image: debian:bullseye
17:00:23 [2021-08-20T17:00:23.500Z] Loaded image: hello-world:latest
17:00:23 [2021-08-20T17:00:23.500Z] Loaded image: arm32v7/hello-world:latest
17:00:23 [2021-08-20T17:00:23.500Z] INFO: Testing against a local daemon
17:00:23 [2021-08-20T17:00:23.500Z] === RUN   TestCgroupNamespacesBuild
17:00:23 [2021-08-20T17:00:23.536Z] ok  	github.com/docker/docker/pkg/sysinfo	0.012s	coverage: 52.1% of statements
17:00:24 [2021-08-20T17:00:24.015Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
17:00:24 [2021-08-20T17:00:24.015Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
17:00:24 [2021-08-20T17:00:24.124Z] ok  	github.com/docker/docker/pkg/system	0.028s	coverage: 40.1% of statements
17:00:24 [2021-08-20T17:00:24.124Z] ok  	github.com/docker/docker/pkg/tailfile	0.209s	coverage: 88.6% of statements
17:00:24 [2021-08-20T17:00:24.389Z] testing: warning: no tests to run
17:00:24 [2021-08-20T17:00:24.389Z] coverage: [no statements]
17:00:24 [2021-08-20T17:00:24.389Z] ok  	github.com/docker/docker/pkg/term/windows	0.004s	coverage: [no statements] [no tests to run]
17:00:24 [2021-08-20T17:00:24.651Z] ok  	github.com/docker/docker/pkg/truncindex	0.107s	coverage: 91.5% of statements
17:00:24 [2021-08-20T17:00:24.651Z] ok  	github.com/docker/docker/pkg/tarsum	0.118s	coverage: 89.3% of statements
17:00:24 [2021-08-20T17:00:24.912Z] ok  	github.com/docker/docker/pkg/urlutil	0.006s	coverage: 100.0% of statements
17:00:25 [2021-08-20T17:00:25.174Z] ok  	github.com/docker/docker/pkg/useragent	0.006s	coverage: 88.9% of statements
17:00:25 [2021-08-20T17:00:25.404Z] --- PASS: TestCgroupNamespacesBuild (1.58s)
17:00:25 [2021-08-20T17:00:25.404Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
17:00:25 [2021-08-20T17:00:25.748Z] ok  	github.com/docker/docker/plugin/v2	0.009s	coverage: 14.4% of statements
17:00:26 [2021-08-20T17:00:26.694Z] ok  	github.com/docker/docker/profiles/seccomp	0.023s	coverage: 86.0% of statements
17:00:26 [2021-08-20T17:00:26.781Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.47s)
17:00:26 [2021-08-20T17:00:26.781Z] === RUN   TestBuildWithSession
17:00:26 [2021-08-20T17:00:26.781Z]     build_session_test.go:25: TODO: BuildKit
17:00:26 [2021-08-20T17:00:26.781Z] --- SKIP: TestBuildWithSession (0.00s)
17:00:26 [2021-08-20T17:00:26.781Z] === RUN   TestBuildSquashParent
17:00:27 [2021-08-20T17:00:27.638Z] ok  	github.com/docker/docker/plugin	0.539s	coverage: 23.2% of statements
17:00:27 [2021-08-20T17:00:27.638Z] ok  	github.com/docker/docker/reference	0.017s	coverage: 84.4% of statements
17:00:29 [2021-08-20T17:00:29.025Z] ok  	github.com/docker/docker/quota	0.643s	coverage: 71.4% of statements
17:00:29 [2021-08-20T17:00:29.287Z] ok  	github.com/docker/docker/registry/resumable	0.023s	coverage: 100.0% of statements
17:00:29 [2021-08-20T17:00:29.548Z] ok  	github.com/docker/docker/restartmanager	0.027s	coverage: 45.3% of statements
17:00:29 [2021-08-20T17:00:29.548Z] ok  	github.com/docker/docker/registry	0.150s	coverage: 58.8% of statements
17:00:30 [2021-08-20T17:00:30.493Z] ok  	github.com/docker/docker/runconfig	0.017s	coverage: 66.1% of statements
17:00:30 [2021-08-20T17:00:30.493Z] ok  	github.com/docker/docker/testutil	0.007s	coverage: 62.5% of statements
17:00:31 [2021-08-20T17:00:31.088Z] INFO: Expanding compiler 1 of 3...
17:00:31 [2021-08-20T17:00:31.089Z] INFO: Expanding compiler 2 of 3...
17:00:33 [2021-08-20T17:00:33.046Z] ok  	github.com/docker/docker/volume/drivers	0.014s	coverage: 36.1% of statements
17:00:33 [2021-08-20T17:00:33.345Z] --- PASS: TestBuildSquashParent (6.35s)
17:00:33 [2021-08-20T17:00:33.345Z] === RUN   TestBuildWithRemoveAndForceRemove
17:00:33 [2021-08-20T17:00:33.345Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
17:00:33 [2021-08-20T17:00:33.345Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
17:00:33 [2021-08-20T17:00:33.345Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
17:00:33 [2021-08-20T17:00:33.345Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
17:00:33 [2021-08-20T17:00:33.345Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
17:00:33 [2021-08-20T17:00:33.345Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
17:00:33 [2021-08-20T17:00:33.345Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
17:00:33 [2021-08-20T17:00:33.345Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
17:00:33 [2021-08-20T17:00:33.345Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
17:00:33 [2021-08-20T17:00:33.345Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
17:00:33 [2021-08-20T17:00:33.345Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
17:00:33 [2021-08-20T17:00:33.345Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
17:00:33 [2021-08-20T17:00:33.345Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
17:00:33 [2021-08-20T17:00:33.345Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
17:00:34 [2021-08-20T17:00:34.434Z] ok  	github.com/docker/docker/volume/local	0.273s	coverage: 76.4% of statements
17:00:34 [2021-08-20T17:00:34.695Z] ok  	github.com/docker/docker/volume/mounts	0.026s	coverage: 67.7% of statements
17:00:34 [2021-08-20T17:00:34.799Z] INFO: Expanding compiler 3 of 3...
17:00:35 [2021-08-20T17:00:35.249Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
17:00:35 [2021-08-20T17:00:35.253Z] INFO: Removing downloaded files...
17:00:35 [2021-08-20T17:00:35.253Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ...
17:00:35 [2021-08-20T17:00:35.254Z] INFO: Configuring git core.autocrlf...
17:00:35 [2021-08-20T17:00:35.508Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
17:00:36 [2021-08-20T17:00:36.079Z] ok  	github.com/docker/docker/volume/service	0.022s	coverage: 72.3% of statements
17:00:36 [2021-08-20T17:00:36.342Z] INFO [loader] Go packages loading at mode 575 (deps|exports_file|imports|name|compiled_files|files|types_sizes) took 2m14.883143103s 
17:00:36 [2021-08-20T17:00:36.342Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 537.471056ms 
17:00:37 [2021-08-20T17:00:37.413Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
17:00:37 [2021-08-20T17:00:37.673Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
17:00:40 [2021-08-20T17:00:40.207Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.03s)
17:00:40 [2021-08-20T17:00:40.207Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.30s)
17:00:40 [2021-08-20T17:00:40.207Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.55s)
17:00:40 [2021-08-20T17:00:40.207Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.16s)
17:00:40 [2021-08-20T17:00:40.207Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.18s)
17:00:40 [2021-08-20T17:00:40.207Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.18s)
17:00:40 [2021-08-20T17:00:40.207Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.12s)
17:00:40 [2021-08-20T17:00:40.207Z] === RUN   TestBuildMultiStageCopy
17:00:40 [2021-08-20T17:00:40.207Z] === RUN   TestBuildMultiStageCopy/copy_to_root
17:00:41 [2021-08-20T17:00:41.583Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
17:00:41 [2021-08-20T17:00:41.843Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
17:00:42 [2021-08-20T17:00:42.102Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
17:00:42 [2021-08-20T17:00:42.360Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
17:00:42 [2021-08-20T17:00:42.618Z] --- PASS: TestBuildMultiStageCopy (2.70s)
17:00:42 [2021-08-20T17:00:42.618Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (1.89s)
17:00:42 [2021-08-20T17:00:42.618Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.19s)
17:00:42 [2021-08-20T17:00:42.618Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.20s)
17:00:42 [2021-08-20T17:00:42.618Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.20s)
17:00:42 [2021-08-20T17:00:42.618Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.20s)
17:00:42 [2021-08-20T17:00:42.618Z] === RUN   TestBuildMultiStageParentConfig
17:00:43 [2021-08-20T17:00:43.185Z] --- PASS: TestBuildMultiStageParentConfig (0.56s)
17:00:43 [2021-08-20T17:00:43.185Z] === RUN   TestBuildLabelWithTargets
17:00:44 [2021-08-20T17:00:44.120Z] --- PASS: TestBuildLabelWithTargets (0.89s)
17:00:44 [2021-08-20T17:00:44.120Z] === RUN   TestBuildWithEmptyLayers
17:00:44 [2021-08-20T17:00:44.379Z] --- PASS: TestBuildWithEmptyLayers (0.41s)
17:00:44 [2021-08-20T17:00:44.379Z] === RUN   TestBuildMultiStageOnBuild
17:00:45 [2021-08-20T17:00:45.909Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main
17:00:46 [2021-08-20T17:00:46.284Z] --- PASS: TestBuildMultiStageOnBuild (2.04s)
17:00:46 [2021-08-20T17:00:46.284Z] === RUN   TestBuildUncleanTarFilenames
17:00:47 [2021-08-20T17:00:47.238Z] --- PASS: TestBuildUncleanTarFilenames (0.81s)
17:00:47 [2021-08-20T17:00:47.238Z] === RUN   TestBuildMultiStageLayerLeak
17:00:49 [2021-08-20T17:00:49.772Z] --- PASS: TestBuildMultiStageLayerLeak (2.13s)
17:00:49 [2021-08-20T17:00:49.772Z] === RUN   TestBuildWithHugeFile
17:00:54 [2021-08-20T17:00:54.182Z] ok  	github.com/docker/docker/pkg/plugins	33.667s	coverage: 76.6% of statements
17:00:54 [2021-08-20T17:00:54.182Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
17:00:54 [2021-08-20T17:00:54.182Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
17:00:54 [2021-08-20T17:00:54.182Z] ?   	github.com/docker/docker/pkg/signal	[no test files]
17:00:54 [2021-08-20T17:00:54.182Z] ?   	github.com/docker/docker/pkg/symlink	[no test files]
17:00:54 [2021-08-20T17:00:54.182Z] ?   	github.com/docker/docker/pkg/term	[no test files]
17:00:54 [2021-08-20T17:00:54.182Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
17:00:54 [2021-08-20T17:00:54.182Z] ?   	github.com/docker/docker/profiles/apparmor	[no test files]
17:00:54 [2021-08-20T17:00:54.182Z] ?   	github.com/docker/docker/rootless	[no test files]
17:00:54 [2021-08-20T17:00:54.182Z] ?   	github.com/docker/docker/rootless/specconv	[no test files]
17:00:54 [2021-08-20T17:00:54.182Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
17:00:54 [2021-08-20T17:00:54.182Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
17:00:54 [2021-08-20T17:00:54.182Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
17:00:54 [2021-08-20T17:00:54.182Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
17:00:54 [2021-08-20T17:00:54.182Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
17:00:54 [2021-08-20T17:00:54.182Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
17:00:54 [2021-08-20T17:00:54.182Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
17:00:54 [2021-08-20T17:00:54.182Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
17:00:54 [2021-08-20T17:00:54.182Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
17:00:54 [2021-08-20T17:00:54.182Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
17:00:54 [2021-08-20T17:00:54.182Z] ?   	github.com/docker/docker/testutil/request	[no test files]
17:00:54 [2021-08-20T17:00:54.182Z] ?   	github.com/docker/docker/volume	[no test files]
17:00:54 [2021-08-20T17:00:54.182Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
17:00:54 [2021-08-20T17:00:54.182Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
17:00:54 [2021-08-20T17:00:54.182Z] 
17:00:54 [2021-08-20T17:00:54.182Z] === Skipped
17:00:54 [2021-08-20T17:00:54.182Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s)
17:00:54 [2021-08-20T17:00:54.182Z]     network_proxy_test.go:194: Need to start CI docker with --ipv6
17:00:54 [2021-08-20T17:00:54.182Z] 
17:00:54 [2021-08-20T17:00:54.182Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s)
17:00:54 [2021-08-20T17:00:54.182Z]     network_proxy_test.go:209: No support for dual stack yet
17:00:54 [2021-08-20T17:00:54.182Z] 
17:00:54 [2021-08-20T17:00:54.182Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s)
17:00:54 [2021-08-20T17:00:54.182Z]     network_proxy_test.go:238: Need to start CI docker with --ipv6
17:00:54 [2021-08-20T17:00:54.182Z] 
17:00:54 [2021-08-20T17:00:54.182Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s)
17:00:54 [2021-08-20T17:00:54.182Z]     network_proxy_test.go:299: Need to start CI docker with --ipv6
17:00:54 [2021-08-20T17:00:54.182Z] 
17:00:54 [2021-08-20T17:00:54.182Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s)
17:00:54 [2021-08-20T17:00:54.182Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
17:00:54 [2021-08-20T17:00:54.182Z]     graphtest_unix.go:44: Driver btrfs not supported
17:00:54 [2021-08-20T17:00:54.182Z] 
17:00:54 [2021-08-20T17:00:54.182Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s)
17:00:54 [2021-08-20T17:00:54.182Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
17:00:54 [2021-08-20T17:00:54.182Z]     graphtest_unix.go:44: Driver btrfs not supported
17:00:54 [2021-08-20T17:00:54.182Z] 
17:00:54 [2021-08-20T17:00:54.182Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s)
17:00:54 [2021-08-20T17:00:54.182Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
17:00:54 [2021-08-20T17:00:54.182Z]     graphtest_unix.go:44: Driver btrfs not supported
17:00:54 [2021-08-20T17:00:54.182Z] 
17:00:54 [2021-08-20T17:00:54.182Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s)
17:00:54 [2021-08-20T17:00:54.182Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
17:00:54 [2021-08-20T17:00:54.182Z]     graphtest_unix.go:44: Driver btrfs not supported
17:00:54 [2021-08-20T17:00:54.182Z] 
17:00:54 [2021-08-20T17:00:54.182Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s)
17:00:54 [2021-08-20T17:00:54.182Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
17:00:54 [2021-08-20T17:00:54.182Z]     graphtest_unix.go:44: Driver btrfs not supported
17:00:54 [2021-08-20T17:00:54.182Z] 
17:00:54 [2021-08-20T17:00:54.182Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s)
17:00:54 [2021-08-20T17:00:54.182Z]     graphtest_unix.go:71: No driver to put!
17:00:54 [2021-08-20T17:00:54.182Z] 
17:00:54 [2021-08-20T17:00:54.182Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s)
17:00:54 [2021-08-20T17:00:54.182Z] time="2021-08-20T16:59:52Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
17:00:54 [2021-08-20T17:00:54.182Z]     graphtest_unix.go:42: graphdriver: driver not supported
17:00:54 [2021-08-20T17:00:54.182Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
17:00:54 [2021-08-20T17:00:54.182Z] 
17:00:54 [2021-08-20T17:00:54.182Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s)
17:00:54 [2021-08-20T17:00:54.182Z] time="2021-08-20T16:59:52Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
17:00:54 [2021-08-20T17:00:54.182Z]     graphtest_unix.go:42: graphdriver: driver not supported
17:00:54 [2021-08-20T17:00:54.182Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
17:00:54 [2021-08-20T17:00:54.182Z] 
17:00:54 [2021-08-20T17:00:54.182Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s)
17:00:54 [2021-08-20T17:00:54.182Z] time="2021-08-20T16:59:52Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
17:00:54 [2021-08-20T17:00:54.182Z]     graphtest_unix.go:42: graphdriver: driver not supported
17:00:54 [2021-08-20T17:00:54.182Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
17:00:54 [2021-08-20T17:00:54.182Z] 
17:00:54 [2021-08-20T17:00:54.182Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s)
17:00:54 [2021-08-20T17:00:54.182Z] time="2021-08-20T16:59:52Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
17:00:54 [2021-08-20T17:00:54.182Z]     graphtest_unix.go:42: graphdriver: driver not supported
17:00:54 [2021-08-20T17:00:54.182Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
17:00:54 [2021-08-20T17:00:54.182Z] 
17:00:54 [2021-08-20T17:00:54.182Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s)
17:00:54 [2021-08-20T17:00:54.182Z] time="2021-08-20T16:59:52Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
17:00:54 [2021-08-20T17:00:54.182Z]     graphtest_unix.go:42: graphdriver: driver not supported
17:00:54 [2021-08-20T17:00:54.182Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
17:00:54 [2021-08-20T17:00:54.182Z] 
17:00:54 [2021-08-20T17:00:54.182Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s)
17:00:54 [2021-08-20T17:00:54.182Z]     graphtest_unix.go:71: No driver to put!
17:00:54 [2021-08-20T17:00:54.182Z] 
17:00:54 [2021-08-20T17:00:54.182Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s)
17:00:54 [2021-08-20T17:00:54.182Z]     overlay_test.go:44: Fails to compute changes after apply intermittently
17:00:54 [2021-08-20T17:00:54.182Z] 
17:00:54 [2021-08-20T17:00:54.182Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s)
17:00:54 [2021-08-20T17:00:54.182Z]     overlay_test.go:49: Fails to compute changes intermittently
17:00:54 [2021-08-20T17:00:54.182Z] 
17:00:54 [2021-08-20T17:00:54.182Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s)
17:00:54 [2021-08-20T17:00:54.183Z]     overlay_test.go:65: Cannot run test with naive change algorithm
17:00:54 [2021-08-20T17:00:54.183Z] 
17:00:54 [2021-08-20T17:00:54.183Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s)
17:00:54 [2021-08-20T17:00:54.183Z]     graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas
17:00:54 [2021-08-20T17:00:54.183Z] 
17:00:54 [2021-08-20T17:00:54.183Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s)
17:00:54 [2021-08-20T17:00:54.183Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
17:00:54 [2021-08-20T17:00:54.183Z]     graphtest_unix.go:44: Driver zfs not supported
17:00:54 [2021-08-20T17:00:54.183Z] 
17:00:54 [2021-08-20T17:00:54.183Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s)
17:00:54 [2021-08-20T17:00:54.183Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
17:00:54 [2021-08-20T17:00:54.183Z]     graphtest_unix.go:44: Driver zfs not supported
17:00:54 [2021-08-20T17:00:54.183Z] 
17:00:54 [2021-08-20T17:00:54.183Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s)
17:00:54 [2021-08-20T17:00:54.183Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
17:00:54 [2021-08-20T17:00:54.183Z]     graphtest_unix.go:44: Driver zfs not supported
17:00:54 [2021-08-20T17:00:54.183Z] 
17:00:54 [2021-08-20T17:00:54.183Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s)
17:00:54 [2021-08-20T17:00:54.183Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
17:00:54 [2021-08-20T17:00:54.183Z]     graphtest_unix.go:44: Driver zfs not supported
17:00:54 [2021-08-20T17:00:54.183Z] 
17:00:54 [2021-08-20T17:00:54.183Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s)
17:00:54 [2021-08-20T17:00:54.183Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
17:00:54 [2021-08-20T17:00:54.183Z]     graphtest_unix.go:44: Driver zfs not supported
17:00:54 [2021-08-20T17:00:54.183Z] 
17:00:54 [2021-08-20T17:00:54.183Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s)
17:00:54 [2021-08-20T17:00:54.183Z]     graphtest_unix.go:71: No driver to put!
17:00:54 [2021-08-20T17:00:54.183Z] 
17:00:54 [2021-08-20T17:00:54.183Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s)
17:00:54 [2021-08-20T17:00:54.183Z]     sysinfo_linux_test.go:88: AppArmor Must be Disabled
17:00:54 [2021-08-20T17:00:54.183Z] 
17:00:54 [2021-08-20T17:00:54.183Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s)
17:00:54 [2021-08-20T17:00:54.183Z]     sysinfo_linux_test.go:108: cgroup namespaces must be disabled
17:00:54 [2021-08-20T17:00:54.183Z] 
17:00:54 [2021-08-20T17:00:54.183Z] 
17:00:54 [2021-08-20T17:00:54.183Z] DONE 2309 tests, 28 skipped in 228.134s
17:00:54 [2021-08-20T17:00:54.183Z] + '[' -n 'github.com/docker/docker/libnetwork
17:00:54 [2021-08-20T17:00:54.183Z] github.com/docker/docker/libnetwork/api
17:00:54 [2021-08-20T17:00:54.183Z] github.com/docker/docker/libnetwork/bitseq
17:00:54 [2021-08-20T17:00:54.183Z] github.com/docker/docker/libnetwork/cluster
17:00:54 [2021-08-20T17:00:54.183Z] github.com/docker/docker/libnetwork/cmd/diagnostic
17:00:54 [2021-08-20T17:00:54.183Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
17:00:54 [2021-08-20T17:00:54.183Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
17:00:54 [2021-08-20T17:00:54.183Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
17:00:54 [2021-08-20T17:00:54.183Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
17:00:54 [2021-08-20T17:00:54.183Z] github.com/docker/docker/libnetwork/cmd/ovrouter
17:00:54 [2021-08-20T17:00:54.183Z] github.com/docker/docker/libnetwork/cmd/readme_test
17:00:54 [2021-08-20T17:00:54.183Z] github.com/docker/docker/libnetwork/config
17:00:54 [2021-08-20T17:00:54.183Z] github.com/docker/docker/libnetwork/datastore
17:00:54 [2021-08-20T17:00:54.183Z] github.com/docker/docker/libnetwork/diagnostic
17:00:54 [2021-08-20T17:00:54.183Z] github.com/docker/docker/libnetwork/discoverapi
17:00:54 [2021-08-20T17:00:54.183Z] github.com/docker/docker/libnetwork/driverapi
17:00:54 [2021-08-20T17:00:54.183Z] github.com/docker/docker/libnetwork/drivers/bridge
17:00:54 [2021-08-20T17:00:54.183Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
17:00:54 [2021-08-20T17:00:54.183Z] github.com/docker/docker/libnetwork/drivers/host
17:00:54 [2021-08-20T17:00:54.183Z] github.com/docker/docker/libnetwork/drivers/ipvlan
17:00:54 [2021-08-20T17:00:54.183Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
17:00:54 [2021-08-20T17:00:54.183Z] github.com/docker/docker/libnetwork/drivers/macvlan
17:00:54 [2021-08-20T17:00:54.183Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
17:00:54 [2021-08-20T17:00:54.183Z] github.com/docker/docker/libnetwork/drivers/null
17:00:54 [2021-08-20T17:00:54.183Z] github.com/docker/docker/libnetwork/drivers/overlay
17:00:54 [2021-08-20T17:00:54.183Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
17:00:54 [2021-08-20T17:00:54.183Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
17:00:54 [2021-08-20T17:00:54.183Z] github.com/docker/docker/libnetwork/drivers/remote
17:00:54 [2021-08-20T17:00:54.183Z] github.com/docker/docker/libnetwork/drivers/remote/api
17:00:54 [2021-08-20T17:00:54.183Z] github.com/docker/docker/libnetwork/drivers/windows
17:00:54 [2021-08-20T17:00:54.183Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
17:00:54 [2021-08-20T17:00:54.183Z] github.com/docker/docker/libnetwork/drvregistry
17:00:54 [2021-08-20T17:00:54.183Z] github.com/docker/docker/libnetwork/etchosts
17:00:54 [2021-08-20T17:00:54.183Z] github.com/docker/docker/libnetwork/hostdiscovery
17:00:54 [2021-08-20T17:00:54.183Z] github.com/docker/docker/libnetwork/idm
17:00:54 [2021-08-20T17:00:54.183Z] github.com/docker/docker/libnetwork/internal/caller
17:00:54 [2021-08-20T17:00:54.183Z] github.com/docker/docker/libnetwork/internal/setmatrix
17:00:54 [2021-08-20T17:00:54.183Z] github.com/docker/docker/libnetwork/ipam
17:00:54 [2021-08-20T17:00:54.183Z] github.com/docker/docker/libnetwork/ipamapi
17:00:54 [2021-08-20T17:00:54.183Z] github.com/docker/docker/libnetwork/ipams/builtin
17:00:54 [2021-08-20T17:00:54.183Z] github.com/docker/docker/libnetwork/ipams/null
17:00:54 [2021-08-20T17:00:54.183Z] github.com/docker/docker/libnetwork/ipams/remote
17:00:54 [2021-08-20T17:00:54.183Z] github.com/docker/docker/libnetwork/ipams/remote/api
17:00:54 [2021-08-20T17:00:54.183Z] github.com/docker/docker/libnetwork/ipams/windowsipam
17:00:54 [2021-08-20T17:00:54.183Z] github.com/docker/docker/libnetwork/ipamutils
17:00:54 [2021-08-20T17:00:54.183Z] github.com/docker/docker/libnetwork/iptables
17:00:54 [2021-08-20T17:00:54.183Z] github.com/docker/docker/libnetwork/netlabel
17:00:54 [2021-08-20T17:00:54.183Z] github.com/docker/docker/libnetwork/netutils
17:00:54 [2021-08-20T17:00:54.183Z] github.com/docker/docker/libnetwork/networkdb
17:00:54 [2021-08-20T17:00:54.183Z] github.com/docker/docker/libnetwork/ns
17:00:54 [2021-08-20T17:00:54.183Z] github.com/docker/docker/libnetwork/options
17:00:54 [2021-08-20T17:00:54.183Z] github.com/docker/docker/libnetwork/osl
17:00:54 [2021-08-20T17:00:54.183Z] github.com/docker/docker/libnetwork/osl/kernel
17:00:54 [2021-08-20T17:00:54.183Z] github.com/docker/docker/libnetwork/portallocator
17:00:54 [2021-08-20T17:00:54.183Z] github.com/docker/docker/libnetwork/portmapper
17:00:54 [2021-08-20T17:00:54.183Z] github.com/docker/docker/libnetwork/resolvconf
17:00:54 [2021-08-20T17:00:54.183Z] github.com/docker/docker/libnetwork/testutils
17:00:54 [2021-08-20T17:00:54.183Z] github.com/docker/docker/libnetwork/types' ']'
17:00:54 [2021-08-20T17:00:54.183Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report-libnetwork.json --junitfile=bundles/junit-report-libnetwork.xml -- -tags 'netgo seccomp libdm_no_deferred_remove' -cover -coverprofile=bundles/profile-libnetwork.out -covermode=atomic -p=1 -test.timeout=5m github.com/docker/docker/libnetwork github.com/docker/docker/libnetwork/api github.com/docker/docker/libnetwork/bitseq github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/networkdb-test github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient github.com/docker/docker/libnetwork/cmd/ovrouter github.com/docker/docker/libnetwork/cmd/readme_test github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/hostdiscovery github.com/docker/docker/libnetwork/idm github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/setmatrix github.com/docker/docker/libnetwork/ipam github.com/docker/docker/libnetwork/ipamapi github.com/docker/docker/libnetwork/ipams/builtin github.com/docker/docker/libnetwork/ipams/null github.com/docker/docker/libnetwork/ipams/remote github.com/docker/docker/libnetwork/ipams/remote/api github.com/docker/docker/libnetwork/ipams/windowsipam github.com/docker/docker/libnetwork/ipamutils github.com/docker/docker/libnetwork/iptables github.com/docker/docker/libnetwork/netlabel github.com/docker/docker/libnetwork/netutils github.com/docker/docker/libnetwork/networkdb github.com/docker/docker/libnetwork/ns github.com/docker/docker/libnetwork/options github.com/docker/docker/libnetwork/osl github.com/docker/docker/libnetwork/osl/kernel github.com/docker/docker/libnetwork/portallocator github.com/docker/docker/libnetwork/portmapper github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/libnetwork/testutils github.com/docker/docker/libnetwork/types
17:00:57 [2021-08-20T17:00:57.950Z] Loaded image: buildpack-deps:buster
17:00:57 [2021-08-20T17:00:57.951Z] Loaded image: busybox:latest
17:00:57 [2021-08-20T17:00:57.951Z] Loaded image: busybox:glibc
17:00:58 [2021-08-20T17:00:58.082Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
17:00:58 [2021-08-20T17:00:58.538Z] 8f616e6e9eec: Pull complete
17:01:01 [2021-08-20T17:01:01.227Z] Loaded image: debian:bullseye
17:01:01 [2021-08-20T17:01:01.485Z] Loaded image: hello-world:latest
17:01:01 [2021-08-20T17:01:01.742Z] Loaded image: arm32v7/hello-world:latest
17:01:01 [2021-08-20T17:01:01.742Z] INFO: Testing against a local daemon
17:01:01 [2021-08-20T17:01:01.742Z] === RUN   TestCgroupNamespacesBuild
17:01:05 [2021-08-20T17:01:05.918Z] --- PASS: TestCgroupNamespacesBuild (3.40s)
17:01:05 [2021-08-20T17:01:05.918Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
17:01:07 [2021-08-20T17:01:07.812Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.56s)
17:01:07 [2021-08-20T17:01:07.812Z] === RUN   TestBuildWithSession
17:01:07 [2021-08-20T17:01:07.812Z]     build_session_test.go:25: TODO: BuildKit
17:01:07 [2021-08-20T17:01:07.812Z] --- SKIP: TestBuildWithSession (0.00s)
17:01:07 [2021-08-20T17:01:07.812Z] === RUN   TestBuildSquashParent
17:01:08 [2021-08-20T17:01:08.033Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
17:01:08 [2021-08-20T17:01:08.290Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
17:01:09 [2021-08-20T17:01:09.220Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
17:01:09 [2021-08-20T17:01:09.784Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
17:01:10 [2021-08-20T17:01:10.040Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
17:01:11 [2021-08-20T17:01:11.409Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
17:01:13 [2021-08-20T17:01:13.966Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
17:01:14 [2021-08-20T17:01:14.910Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
17:01:15 [2021-08-20T17:01:15.842Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
17:01:16 [2021-08-20T17:01:16.405Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
17:01:16 [2021-08-20T17:01:16.968Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
17:01:17 [2021-08-20T17:01:17.899Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
17:01:18 [2021-08-20T17:01:18.828Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
17:01:19 [2021-08-20T17:01:19.757Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
17:01:19 [2021-08-20T17:01:19.996Z] --- PASS: TestBuildSquashParent (12.40s)
17:01:19 [2021-08-20T17:01:19.996Z] === RUN   TestBuildWithRemoveAndForceRemove
17:01:19 [2021-08-20T17:01:19.996Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
17:01:19 [2021-08-20T17:01:19.996Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
17:01:19 [2021-08-20T17:01:19.996Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
17:01:19 [2021-08-20T17:01:19.996Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
17:01:19 [2021-08-20T17:01:19.996Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
17:01:19 [2021-08-20T17:01:19.996Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
17:01:19 [2021-08-20T17:01:19.996Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
17:01:19 [2021-08-20T17:01:19.996Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
17:01:20 [2021-08-20T17:01:20.253Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
17:01:20 [2021-08-20T17:01:20.253Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
17:01:20 [2021-08-20T17:01:20.253Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
17:01:20 [2021-08-20T17:01:20.253Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
17:01:20 [2021-08-20T17:01:20.253Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
17:01:20 [2021-08-20T17:01:20.253Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
17:01:20 [2021-08-20T17:01:20.321Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
17:01:21 [2021-08-20T17:01:21.251Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
17:01:21 [2021-08-20T17:01:21.251Z] Using test binary docker
17:01:21 [2021-08-20T17:01:21.251Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
17:01:21 [2021-08-20T17:01:21.251Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
17:01:21 [2021-08-20T17:01:21.251Z] INFO: Waiting for daemon to start...
17:01:21 [2021-08-20T17:01:21.251Z] Starting dockerd
17:01:24 [2021-08-20T17:01:24.520Z] .
17:01:24 [2021-08-20T17:01:24.520Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
17:01:24 [2021-08-20T17:01:24.776Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
17:01:24 [2021-08-20T17:01:24.776Z] Error: No such image: emptyfs
17:01:24 [2021-08-20T17:01:24.776Z] Running integration-test (iteration 1)
17:01:24 [2021-08-20T17:01:24.776Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m 
17:01:26 [2021-08-20T17:01:26.806Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
17:01:26 [2021-08-20T17:01:26.806Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
17:01:32 [2021-08-20T17:01:32.072Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
17:01:32 [2021-08-20T17:01:32.072Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
17:01:37 [2021-08-20T17:01:37.331Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s)
17:01:37 [2021-08-20T17:01:37.331Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (5.60s)
17:01:37 [2021-08-20T17:01:37.331Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (5.60s)
17:01:37 [2021-08-20T17:01:37.331Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (5.43s)
17:01:37 [2021-08-20T17:01:37.331Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (5.49s)
17:01:37 [2021-08-20T17:01:37.331Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (5.24s)
17:01:37 [2021-08-20T17:01:37.331Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (5.46s)
17:01:37 [2021-08-20T17:01:37.331Z] === RUN   TestBuildMultiStageCopy
17:01:37 [2021-08-20T17:01:37.331Z] === RUN   TestBuildMultiStageCopy/copy_to_root
17:01:40 [2021-08-20T17:01:40.606Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
17:01:41 [2021-08-20T17:01:41.172Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
17:01:41 [2021-08-20T17:01:41.429Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
17:01:41 [2021-08-20T17:01:41.995Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
17:01:42 [2021-08-20T17:01:42.558Z] --- PASS: TestBuildMultiStageCopy (5.91s)
17:01:42 [2021-08-20T17:01:42.558Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (3.89s)
17:01:42 [2021-08-20T17:01:42.558Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.47s)
17:01:42 [2021-08-20T17:01:42.558Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.50s)
17:01:42 [2021-08-20T17:01:42.558Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.52s)
17:01:42 [2021-08-20T17:01:42.558Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.52s)
17:01:42 [2021-08-20T17:01:42.558Z] === RUN   TestBuildMultiStageParentConfig
17:01:43 [2021-08-20T17:01:43.930Z] --- PASS: TestBuildMultiStageParentConfig (1.19s)
17:01:43 [2021-08-20T17:01:43.930Z] === RUN   TestBuildLabelWithTargets
17:01:45 [2021-08-20T17:01:45.831Z] --- PASS: TestBuildLabelWithTargets (2.03s)
17:01:45 [2021-08-20T17:01:45.831Z] === RUN   TestBuildWithEmptyLayers
17:01:46 [2021-08-20T17:01:46.006Z] --- PASS: TestBuildWithHugeFile (52.51s)
17:01:46 [2021-08-20T17:01:46.006Z] === RUN   TestBuildWCOWSandboxSize
17:01:46 [2021-08-20T17:01:46.006Z]     build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control
17:01:46 [2021-08-20T17:01:46.006Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s)
17:01:46 [2021-08-20T17:01:46.006Z] === RUN   TestBuildWithEmptyDockerfile
17:01:46 [2021-08-20T17:01:46.006Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
17:01:46 [2021-08-20T17:01:46.006Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
17:01:46 [2021-08-20T17:01:46.006Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
17:01:46 [2021-08-20T17:01:46.006Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
17:01:46 [2021-08-20T17:01:46.006Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
17:01:46 [2021-08-20T17:01:46.006Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
17:01:46 [2021-08-20T17:01:46.006Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
17:01:46 [2021-08-20T17:01:46.006Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
17:01:46 [2021-08-20T17:01:46.006Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
17:01:46 [2021-08-20T17:01:46.006Z] --- PASS: TestBuildWithEmptyDockerfile (0.11s)
17:01:46 [2021-08-20T17:01:46.006Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.16s)
17:01:46 [2021-08-20T17:01:46.006Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.16s)
17:01:46 [2021-08-20T17:01:46.007Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s)
17:01:46 [2021-08-20T17:01:46.007Z] === RUN   TestBuildPreserveOwnership
17:01:46 [2021-08-20T17:01:46.007Z] === RUN   TestBuildPreserveOwnership/copy_from
17:01:46 [2021-08-20T17:01:46.007Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
17:01:46 [2021-08-20T17:01:46.574Z] --- PASS: TestBuildPreserveOwnership (4.39s)
17:01:46 [2021-08-20T17:01:46.574Z]     --- PASS: TestBuildPreserveOwnership/copy_from (3.05s)
17:01:46 [2021-08-20T17:01:46.574Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.31s)
17:01:46 [2021-08-20T17:01:46.574Z] === RUN   TestBuildPlatformInvalid
17:01:46 [2021-08-20T17:01:46.574Z] --- PASS: TestBuildPlatformInvalid (0.08s)
17:01:46 [2021-08-20T17:01:46.574Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
17:01:46 [2021-08-20T17:01:46.674Z] Loaded image: buildpack-deps:buster
17:01:46 [2021-08-20T17:01:46.674Z] Loaded image: busybox:latest
17:01:46 [2021-08-20T17:01:46.674Z] Loaded image: busybox:glibc
17:01:47 [2021-08-20T17:01:47.215Z] --- PASS: TestBuildWithEmptyLayers (1.14s)
17:01:47 [2021-08-20T17:01:47.215Z] === RUN   TestBuildMultiStageOnBuild
17:01:47 [2021-08-20T17:01:47.319Z] Removing intermediate container 7444c01133b6
17:01:47 [2021-08-20T17:01:47.319Z]  ---> cf1e3f50f2a5
17:01:47 [2021-08-20T17:01:47.319Z] 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
17:01:47 [2021-08-20T17:01:47.319Z]  ---> Running in d6d217eb794a
17:01:47 [2021-08-20T17:01:47.319Z] INFO: Building gotestsum version v0.5.3 in C:\gopath
17:01:47 [2021-08-20T17:01:47.319Z] go: downloading gotest.tools/gotestsum v0.5.3
17:01:47 [2021-08-20T17:01:47.319Z] go: downloading github.com/fatih/color v1.9.0
17:01:47 [2021-08-20T17:01:47.319Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
17:01:47 [2021-08-20T17:01:47.319Z] go: downloading github.com/pkg/errors v0.9.1
17:01:47 [2021-08-20T17:01:47.319Z] go: downloading github.com/spf13/pflag v1.0.3
17:01:47 [2021-08-20T17:01:47.319Z] go: downloading github.com/mattn/go-colorable v0.1.6
17:01:47 [2021-08-20T17:01:47.319Z] go: downloading github.com/mattn/go-isatty v0.0.12
17:01:47 [2021-08-20T17:01:47.319Z] go: downloading github.com/jonboulle/clockwork v0.1.0
17:01:47 [2021-08-20T17:01:47.319Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
17:01:47 [2021-08-20T17:01:47.319Z] go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58
17:01:47 [2021-08-20T17:01:47.319Z] go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
17:01:47 [2021-08-20T17:01:47.319Z] go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
17:01:48 [2021-08-20T17:01:48.570Z] Loaded image: debian:bullseye
17:01:48 [2021-08-20T17:01:48.570Z] Loaded image: hello-world:latest
17:01:48 [2021-08-20T17:01:48.570Z] Loaded image: arm32v7/hello-world:latest
17:01:48 [2021-08-20T17:01:48.570Z] INFO: Testing against a local daemon
17:01:48 [2021-08-20T17:01:48.570Z] === RUN   TestCgroupNamespacesBuild
17:01:48 [2021-08-20T17:01:48.849Z] INFO: Build done for gotestsum...
17:01:49 [2021-08-20T17:01:49.939Z] --- PASS: TestCgroupNamespacesBuild (1.56s)
17:01:49 [2021-08-20T17:01:49.939Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
17:01:51 [2021-08-20T17:01:51.307Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.42s)
17:01:51 [2021-08-20T17:01:51.307Z] === RUN   TestBuildWithSession
17:01:51 [2021-08-20T17:01:51.307Z]     build_session_test.go:25: TODO: BuildKit
17:01:51 [2021-08-20T17:01:51.307Z] --- SKIP: TestBuildWithSession (0.00s)
17:01:51 [2021-08-20T17:01:51.307Z] === RUN   TestBuildSquashParent
17:01:51 [2021-08-20T17:01:51.405Z] --- PASS: TestBuildMultiStageOnBuild (4.01s)
17:01:51 [2021-08-20T17:01:51.405Z] === RUN   TestBuildUncleanTarFilenames
17:01:52 [2021-08-20T17:01:52.335Z] --- PASS: TestBuildUncleanTarFilenames (1.53s)
17:01:52 [2021-08-20T17:01:52.335Z] === RUN   TestBuildMultiStageLayerLeak
17:01:56 [2021-08-20T17:01:56.512Z] --- PASS: TestBuildMultiStageLayerLeak (4.00s)
17:01:56 [2021-08-20T17:01:56.512Z] === RUN   TestBuildWithHugeFile
17:01:57 [2021-08-20T17:01:57.795Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m26.302677163s with top 10 stages: buildssa: 1m38.859778066s, goimports: 22.176779198s, unconvert: 14.216544433s, gosec: 11.245914635s, golint: 6.916057521s, ineffassign: 5.62613829s, misspell: 5.511955511s, inspect: 3.951269492s, vrp: 3.243363383s, varcheck: 2.127246316s 
17:01:59 [2021-08-20T17:01:59.128Z] Removing intermediate container d6d217eb794a
17:01:59 [2021-08-20T17:01:59.128Z]  ---> faabf30c5326
17:01:59 [2021-08-20T17:01:59.128Z] Step 8/10 : ENTRYPOINT ["powershell.exe"]
17:01:59 [2021-08-20T17:01:59.128Z]  ---> Running in 302d164f61b4
17:01:59 [2021-08-20T17:01:59.396Z] --- PASS: TestBuildSquashParent (7.46s)
17:01:59 [2021-08-20T17:01:59.396Z] === RUN   TestBuildWithRemoveAndForceRemove
17:01:59 [2021-08-20T17:01:59.396Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
17:01:59 [2021-08-20T17:01:59.396Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
17:01:59 [2021-08-20T17:01:59.396Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
17:01:59 [2021-08-20T17:01:59.396Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
17:01:59 [2021-08-20T17:01:59.396Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
17:01:59 [2021-08-20T17:01:59.396Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
17:01:59 [2021-08-20T17:01:59.396Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
17:01:59 [2021-08-20T17:01:59.396Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
17:01:59 [2021-08-20T17:01:59.396Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
17:01:59 [2021-08-20T17:01:59.396Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
17:01:59 [2021-08-20T17:01:59.396Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
17:01:59 [2021-08-20T17:01:59.396Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
17:01:59 [2021-08-20T17:01:59.396Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
17:01:59 [2021-08-20T17:01:59.396Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
17:01:59 [2021-08-20T17:01:59.584Z] Removing intermediate container 302d164f61b4
17:01:59 [2021-08-20T17:01:59.584Z]  ---> 87d6ce39e0b2
17:01:59 [2021-08-20T17:01:59.584Z] Step 9/10 : WORKDIR ${GOPATH}\src\github.com\docker\docker
17:01:59 [2021-08-20T17:01:59.584Z]  ---> Running in 3bdecdbfb5eb
17:02:00 [2021-08-20T17:02:00.039Z] Removing intermediate container 3bdecdbfb5eb
17:02:00 [2021-08-20T17:02:00.039Z]  ---> 697db12da096
17:02:00 [2021-08-20T17:02:00.039Z] Step 10/10 : COPY . .
17:02:01 [2021-08-20T17:02:01.289Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
17:02:01 [2021-08-20T17:02:01.289Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
17:02:01 [2021-08-20T17:02:01.463Z] Loaded image: buildpack-deps:buster
17:02:01 [2021-08-20T17:02:01.463Z] Loaded image: busybox:latest
17:02:01 [2021-08-20T17:02:01.463Z] Loaded image: busybox:glibc
17:02:03 [2021-08-20T17:02:03.369Z] Loaded image: debian:bullseye
17:02:03 [2021-08-20T17:02:03.629Z] Loaded image: hello-world:latest
17:02:03 [2021-08-20T17:02:03.887Z] Loaded image: arm32v7/hello-world:latest
17:02:04 [2021-08-20T17:02:04.560Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
17:02:04 [2021-08-20T17:02:04.560Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
17:02:05 [2021-08-20T17:02:05.928Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s)
17:02:05 [2021-08-20T17:02:05.929Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.29s)
17:02:05 [2021-08-20T17:02:05.929Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.32s)
17:02:05 [2021-08-20T17:02:05.929Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.82s)
17:02:05 [2021-08-20T17:02:05.929Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.99s)
17:02:05 [2021-08-20T17:02:05.929Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.93s)
17:02:05 [2021-08-20T17:02:05.929Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.89s)
17:02:05 [2021-08-20T17:02:05.929Z] === RUN   TestBuildMultiStageCopy
17:02:05 [2021-08-20T17:02:05.929Z] === RUN   TestBuildMultiStageCopy/copy_to_root
17:02:09 [2021-08-20T17:02:09.199Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
17:02:10 [2021-08-20T17:02:10.127Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
17:02:11 [2021-08-20T17:02:11.055Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
17:02:12 [2021-08-20T17:02:12.007Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (24.14s)
17:02:12 [2021-08-20T17:02:12.007Z] PASS
17:02:12 [2021-08-20T17:02:12.007Z] 
17:02:12 [2021-08-20T17:02:12.007Z] === Skipped
17:02:12 [2021-08-20T17:02:12.007Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s)
17:02:12 [2021-08-20T17:02:12.007Z]     build_session_test.go:25: TODO: BuildKit
17:02:12 [2021-08-20T17:02:12.007Z] 
17:02:12 [2021-08-20T17:02:12.007Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s)
17:02:12 [2021-08-20T17:02:12.007Z]     build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control
17:02:12 [2021-08-20T17:02:12.007Z] 
17:02:12 [2021-08-20T17:02:12.007Z] 
17:02:12 [2021-08-20T17:02:12.007Z] DONE 34 tests, 2 skipped in 123.486s
17:02:12 [2021-08-20T17:02:12.007Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m 
17:02:12 [2021-08-20T17:02:12.007Z] INFO: Testing against a local daemon
17:02:12 [2021-08-20T17:02:12.007Z] === RUN   TestConfigInspect
17:02:12 [2021-08-20T17:02:12.421Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
17:02:12 [2021-08-20T17:02:12.943Z] --- PASS: TestConfigInspect (1.82s)
17:02:12 [2021-08-20T17:02:12.943Z] === RUN   TestConfigList
17:02:13 [2021-08-20T17:02:13.348Z] --- PASS: TestBuildMultiStageCopy (7.11s)
17:02:13 [2021-08-20T17:02:13.348Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (3.11s)
17:02:13 [2021-08-20T17:02:13.349Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.00s)
17:02:13 [2021-08-20T17:02:13.349Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.00s)
17:02:13 [2021-08-20T17:02:13.349Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.00s)
17:02:13 [2021-08-20T17:02:13.349Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.00s)
17:02:13 [2021-08-20T17:02:13.349Z] === RUN   TestBuildMultiStageParentConfig
17:02:14 [2021-08-20T17:02:14.849Z] --- PASS: TestConfigList (2.17s)
17:02:14 [2021-08-20T17:02:14.849Z] === RUN   TestConfigsCreateAndDelete
17:02:15 [2021-08-20T17:02:15.894Z] INFO [runner/unused/goanalysis] analyzers took 32.643705303s with top 10 stages: buildssa: 27.820830984s, U1000: 4.822874319s 
17:02:15 [2021-08-20T17:02:15.894Z] INFO [runner] Issues before processing: 2857, after processing: 0 
17:02:15 [2021-08-20T17:02:15.894Z] INFO [runner] Processors filtering stat (out/in): autogenerated_exclude: 1893/2282, exclude-rules: 78/1893, cgo: 2282/2857, skip_dirs: 2282/2282, exclude: 1893/1893, filename_unadjuster: 2282/2282, skip_files: 2282/2282, identifier_marker: 1893/1893, path_prettifier: 2282/2282, nolint: 0/78 
17:02:15 [2021-08-20T17:02:15.894Z] INFO [runner] processing took 177.604164ms with stages: nolint: 64.461673ms, identifier_marker: 57.491737ms, path_prettifier: 22.997941ms, exclude-rules: 14.69618ms, autogenerated_exclude: 14.508183ms, skip_dirs: 3.011024ms, cgo: 282.286µs, filename_unadjuster: 147.604µs, max_same_issues: 2.078µs, exclude: 1.21µs, uniq_by_line: 970ns, source_code: 726ns, diff: 613ns, skip_files: 585ns, path_shortener: 534ns, max_from_linter: 521ns, max_per_file_from_linter: 299ns 
17:02:15 [2021-08-20T17:02:15.894Z] INFO [runner] linters took 1m44.807493747s with stages: goanalysis_metalinter: 1m21.566173481s, unused: 23.063542596s 
17:02:15 [2021-08-20T17:02:15.894Z] INFO File cache stats: 1688 entries of total size 8.5MiB 
17:02:15 [2021-08-20T17:02:15.894Z] INFO Memory: 2404 samples, avg is 483.7MB, max is 3970.3MB 
17:02:15 [2021-08-20T17:02:15.894Z] INFO Execution took 4m0.243909278s                
17:02:15 [2021-08-20T17:02:15.894Z] Congratulations! The shell scripts are properly formatted.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Docker-py)
[Pipeline] sh
17:02:16 [2021-08-20T17:02:16.555Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42765/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=fd3e16cb5aa3e192bd4a94c47e3f2a1b971cf423 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:fd3e16cb5aa3e192bd4a94c47e3f2a1b971cf423 hack/make.sh dynbinary test-docker-py
17:02:17 [2021-08-20T17:02:17.123Z] 
17:02:17 [2021-08-20T17:02:17.123Z] Removing bundles/
17:02:17 [2021-08-20T17:02:17.123Z] 
17:02:17 [2021-08-20T17:02:17.123Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
17:02:17 [2021-08-20T17:02:17.123Z] Building: bundles/dynbinary-daemon/dockerd-dev
17:02:17 [2021-08-20T17:02:17.123Z] GOOS="" GOARCH="" GOARM=""
17:02:17 [2021-08-20T17:02:17.413Z] --- PASS: TestConfigsCreateAndDelete (2.16s)
17:02:17 [2021-08-20T17:02:17.413Z] === RUN   TestConfigsUpdate
17:02:18 [2021-08-20T17:02:18.595Z] --- PASS: TestBuildMultiStageParentConfig (5.00s)
17:02:18 [2021-08-20T17:02:18.595Z] === RUN   TestBuildLabelWithTargets
17:02:19 [2021-08-20T17:02:19.317Z] --- PASS: TestConfigsUpdate (2.20s)
17:02:19 [2021-08-20T17:02:19.317Z] === RUN   TestTemplatedConfig
17:02:20 [2021-08-20T17:02:20.988Z] c67ded6868b6: Pull complete
17:02:20 [2021-08-20T17:02:20.988Z] Digest: sha256:1be9c8378b8c32d31538253a4b96169f5138a5f6d4c0a04e8d8f9a80b9ac8097
17:02:20 [2021-08-20T17:02:20.988Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019
17:02:20 [2021-08-20T17:02:20.988Z] mcr.microsoft.com/windows/servercore:ltsc2019
17:02:20 [2021-08-20T17:02:20.988Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 completed successfully
17:02:20 [2021-08-20T17:02:20.988Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore
17:02:20 [2021-08-20T17:02:20.988Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.17763.2114'
17:02:20 [2021-08-20T17:02:20.988Z] INFO: Docker version of control daemon
17:02:20 [2021-08-20T17:02:20.988Z] 
17:02:20 [2021-08-20T17:02:20.988Z] Client:
17:02:20 [2021-08-20T17:02:20.988Z]  Version:           20.10.8
17:02:20 [2021-08-20T17:02:20.988Z]  API version:       1.41
17:02:20 [2021-08-20T17:02:20.988Z]  Go version:        go1.16.6
17:02:20 [2021-08-20T17:02:20.988Z]  Git commit:        3967b7d
17:02:20 [2021-08-20T17:02:20.988Z]  Built:             Fri Jul 30 19:58:50 2021
17:02:20 [2021-08-20T17:02:20.988Z]  OS/Arch:           windows/amd64
17:02:20 [2021-08-20T17:02:20.988Z]  Context:           default
17:02:20 [2021-08-20T17:02:20.988Z]  Experimental:      true
17:02:20 [2021-08-20T17:02:20.988Z] 
17:02:20 [2021-08-20T17:02:20.988Z] Server: Docker Engine - Community
17:02:20 [2021-08-20T17:02:20.988Z]  Engine:
17:02:20 [2021-08-20T17:02:20.988Z]   Version:          20.10.8
17:02:20 [2021-08-20T17:02:20.988Z]   API version:      1.41 (minimum version 1.24)
17:02:20 [2021-08-20T17:02:20.988Z]   Go version:       go1.16.6
17:02:20 [2021-08-20T17:02:20.988Z]   Git commit:       75249d8
17:02:20 [2021-08-20T17:02:20.988Z]   Built:            Fri Jul 30 19:54:29 2021
17:02:20 [2021-08-20T17:02:20.988Z]   OS/Arch:          windows/amd64
17:02:20 [2021-08-20T17:02:20.988Z]   Experimental:     true
17:02:20 [2021-08-20T17:02:20.988Z] 
17:02:20 [2021-08-20T17:02:20.988Z] INFO: Docker info of control daemon
17:02:20 [2021-08-20T17:02:20.988Z] 
17:02:20 [2021-08-20T17:02:20.988Z] Client:
17:02:20 [2021-08-20T17:02:20.988Z]  Context:    default
17:02:20 [2021-08-20T17:02:20.988Z]  Debug Mode: false
17:02:20 [2021-08-20T17:02:20.988Z]  Plugins:
17:02:20 [2021-08-20T17:02:20.988Z]   app: Docker Application (Docker Inc., v0.8.0)
17:02:20 [2021-08-20T17:02:20.988Z]   cluster: Manage Mirantis Container Cloud clusters (Mirantis Inc., v1.9.0)
17:02:20 [2021-08-20T17:02:20.988Z]   registry: Manage Docker registries (Docker Inc., 0.1.0)
17:02:20 [2021-08-20T17:02:20.988Z] 
17:02:20 [2021-08-20T17:02:20.988Z] Server:
17:02:20 [2021-08-20T17:02:20.988Z]  Containers: 0
17:02:20 [2021-08-20T17:02:20.988Z]   Running: 0
17:02:20 [2021-08-20T17:02:20.988Z]   Paused: 0
17:02:20 [2021-08-20T17:02:20.988Z]   Stopped: 0
17:02:20 [2021-08-20T17:02:20.988Z]  Images: 1
17:02:20 [2021-08-20T17:02:20.988Z]  Server Version: 20.10.8
17:02:20 [2021-08-20T17:02:20.988Z]  Storage Driver: windowsfilter (windows) lcow (linux)
17:02:20 [2021-08-20T17:02:20.988Z]   Windows: 
17:02:20 [2021-08-20T17:02:20.988Z]   LCOW: 
17:02:20 [2021-08-20T17:02:20.988Z]  Logging Driver: json-file
17:02:20 [2021-08-20T17:02:20.988Z]  Plugins:
17:02:20 [2021-08-20T17:02:20.988Z]   Volume: local
17:02:20 [2021-08-20T17:02:20.988Z]   Network: ics internal l2bridge l2tunnel nat null overlay private transparent
17:02:20 [2021-08-20T17:02:20.988Z]   Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog
17:02:20 [2021-08-20T17:02:20.988Z]  Swarm: inactive
17:02:20 [2021-08-20T17:02:20.988Z]  Default Isolation: process
17:02:20 [2021-08-20T17:02:20.988Z]  Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434)
17:02:20 [2021-08-20T17:02:20.988Z]  Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2114)
17:02:20 [2021-08-20T17:02:20.988Z]  OSType: windows
17:02:20 [2021-08-20T17:02:20.988Z]  Architecture: x86_64
17:02:20 [2021-08-20T17:02:20.988Z]  CPUs: 4
17:02:20 [2021-08-20T17:02:20.988Z]  Total Memory: 32GiB
17:02:20 [2021-08-20T17:02:20.988Z]  Name: azwin-2-c5ab00
17:02:20 [2021-08-20T17:02:20.988Z]  ID: XY73:YXCL:4JV2:L5OD:3LLO:K3OC:FGXE:SVIG:WUSL:HBJG:UQY5:VISZ
17:02:20 [2021-08-20T17:02:20.988Z]  Docker Root Dir: D:\docker
17:02:20 [2021-08-20T17:02:20.988Z]  Debug Mode: false
17:02:20 [2021-08-20T17:02:20.988Z]  Registry: https://index.docker.io/v1/
17:02:20 [2021-08-20T17:02:20.988Z]  Labels:
17:02:20 [2021-08-20T17:02:20.988Z]  Experimental: true
17:02:20 [2021-08-20T17:02:20.988Z]  Insecure Registries:
17:02:20 [2021-08-20T17:02:20.988Z]   10.0.0.4:5000
17:02:20 [2021-08-20T17:02:20.988Z]   127.0.0.0/8
17:02:20 [2021-08-20T17:02:20.988Z]  Registry Mirrors:
17:02:20 [2021-08-20T17:02:20.988Z]   http://10.0.0.4:5000/
17:02:20 [2021-08-20T17:02:20.988Z]  Live Restore Enabled: false
17:02:20 [2021-08-20T17:02:20.988Z]  Product License: Community Engine
17:02:20 [2021-08-20T17:02:20.988Z] 
17:02:20 [2021-08-20T17:02:20.988Z] 
17:02:20 [2021-08-20T17:02:20.988Z] INFO: Commit hash is f7ebafa5c6
17:02:20 [2021-08-20T17:02:20.988Z] INFO: Nuke-Everything...
17:02:20 [2021-08-20T17:02:20.988Z] INFO: Container count on control daemon to delete is 0
17:02:20 [2021-08-20T17:02:20.988Z] INFO: Nuking d:\CI
17:02:20 [2021-08-20T17:02:20.988Z] INFO: Zapped successfully
17:02:20 [2021-08-20T17:02:20.988Z] INFO: Location for testing is d:\CI\PR-42765\2
17:02:20 [2021-08-20T17:02:20.988Z] INFO: Validating GOLang consistency in Dockerfile.windows...
17:02:20 [2021-08-20T17:02:20.988Z] 
17:02:20 [2021-08-20T17:02:20.988Z] 
17:02:20 [2021-08-20T17:02:20.988Z] INFO: Building the image from Dockerfile.windows at 08/20/2021 17:02:16...
17:02:20 [2021-08-20T17:02:20.988Z] 
17:02:22 [2021-08-20T17:02:22.604Z] --- PASS: TestTemplatedConfig (3.36s)
17:02:22 [2021-08-20T17:02:22.604Z] === RUN   TestConfigCreateResolve
17:02:23 [2021-08-20T17:02:23.162Z] Sending build context to Docker daemon     61MB
17:02:23 [2021-08-20T17:02:23.163Z] 
17:02:23 [2021-08-20T17:02:23.163Z] Step 1/10 : FROM microsoft/windowsservercore
17:02:23 [2021-08-20T17:02:23.163Z]  ---> d1724c2d9a84
17:02:23 [2021-08-20T17:02:23.163Z] Step 2/10 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"]
17:02:23 [2021-08-20T17:02:23.619Z]  ---> Running in 2a5fcbb545a5
17:02:24 [2021-08-20T17:02:24.081Z] Removing intermediate container 2a5fcbb545a5
17:02:24 [2021-08-20T17:02:24.082Z]  ---> 3f4f768defa0
17:02:24 [2021-08-20T17:02:24.082Z] Step 3/10 : ARG GO_VERSION=1.16.7
17:02:24 [2021-08-20T17:02:24.082Z]  ---> Running in 9541d21af499
17:02:24 [2021-08-20T17:02:24.539Z] Removing intermediate container 9541d21af499
17:02:24 [2021-08-20T17:02:24.539Z]  ---> 63f699a5837a
17:02:24 [2021-08-20T17:02:24.539Z] Step 4/10 : ARG GOTESTSUM_COMMIT=v0.5.3
17:02:24 [2021-08-20T17:02:24.539Z]  ---> Running in e582c99a8ea5
17:02:24 [2021-08-20T17:02:24.996Z] Removing intermediate container e582c99a8ea5
17:02:24 [2021-08-20T17:02:24.996Z]  ---> e640c899573a
17:02:24 [2021-08-20T17:02:24.996Z] 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}
17:02:24 [2021-08-20T17:02:24.996Z]  ---> Running in 9ec2d1cc9a29
17:02:24 [2021-08-20T17:02:24.996Z] Removing intermediate container 9ec2d1cc9a29
17:02:24 [2021-08-20T17:02:24.996Z]  ---> 00fab3ce9591
17:02:24 [2021-08-20T17:02:24.997Z] 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;
17:02:25 [2021-08-20T17:02:25.137Z] --- PASS: TestConfigCreateResolve (2.26s)
17:02:25 [2021-08-20T17:02:25.137Z] PASS
17:02:25 [2021-08-20T17:02:25.137Z] 
17:02:25 [2021-08-20T17:02:25.137Z] DONE 6 tests in 13.996s
17:02:25 [2021-08-20T17:02:25.137Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m 
17:02:25 [2021-08-20T17:02:25.137Z] INFO: Testing against a local daemon
17:02:25 [2021-08-20T17:02:25.137Z] === RUN   TestCheckpoint
17:02:25 [2021-08-20T17:02:25.137Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
17:02:25 [2021-08-20T17:02:25.137Z] --- SKIP: TestCheckpoint (0.00s)
17:02:25 [2021-08-20T17:02:25.137Z] === RUN   TestContainerInvalidJSON
17:02:25 [2021-08-20T17:02:25.137Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
17:02:25 [2021-08-20T17:02:25.137Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
17:02:25 [2021-08-20T17:02:25.137Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
17:02:25 [2021-08-20T17:02:25.137Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
17:02:25 [2021-08-20T17:02:25.137Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
17:02:25 [2021-08-20T17:02:25.137Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
17:02:25 [2021-08-20T17:02:25.137Z] --- PASS: TestContainerInvalidJSON (0.01s)
17:02:25 [2021-08-20T17:02:25.137Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
17:02:25 [2021-08-20T17:02:25.137Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
17:02:25 [2021-08-20T17:02:25.137Z] === RUN   TestCopyFromContainerPathDoesNotExist
17:02:25 [2021-08-20T17:02:25.137Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.06s)
17:02:25 [2021-08-20T17:02:25.137Z] === RUN   TestCopyFromContainerPathIsNotDir
17:02:25 [2021-08-20T17:02:25.137Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s)
17:02:25 [2021-08-20T17:02:25.137Z] === RUN   TestCopyToContainerPathDoesNotExist
17:02:25 [2021-08-20T17:02:25.137Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.07s)
17:02:25 [2021-08-20T17:02:25.137Z] === RUN   TestCopyToContainerPathIsNotDir
17:02:25 [2021-08-20T17:02:25.137Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s)
17:02:25 [2021-08-20T17:02:25.137Z] === RUN   TestCopyFromContainer
17:02:25 [2021-08-20T17:02:25.138Z]  ---> 8a458ec40a10
17:02:25 [2021-08-20T17:02:25.138Z] Successfully built 8a458ec40a10
17:02:25 [2021-08-20T17:02:25.138Z] Successfully tagged docker:latest
17:02:25 [2021-08-20T17:02:25.138Z] INFO: Image build ended at 08/20/2021 17:02:22. Duration:00:02:40.0522520
17:02:25 [2021-08-20T17:02:25.138Z] 
17:02:25 [2021-08-20T17:02:25.138Z] 
17:02:25 [2021-08-20T17:02:25.138Z] INFO: Building the test binaries at 08/20/2021 17:02:22...
17:02:25 [2021-08-20T17:02:25.454Z]  ---> Running in d4604c37f625
17:02:26 [2021-08-20T17:02:26.098Z] INFO: make.ps1 starting at 08/20/2021 17:02:25
17:02:26 [2021-08-20T17:02:26.098Z] INFO: Git commit (b1b88c94ee) assumed from DOCKER_GITCOMMIT environment variable
17:02:26 [2021-08-20T17:02:26.098Z] INFO: Invoking autogen...
17:02:26 [2021-08-20T17:02:26.516Z] === RUN   TestCopyFromContainer//
17:02:26 [2021-08-20T17:02:26.516Z] === RUN   TestCopyFromContainer//bar/root
17:02:26 [2021-08-20T17:02:26.553Z] INFO: Building daemon...
17:02:26 [2021-08-20T17:02:26.681Z] --- PASS: TestBuildLabelWithTargets (8.00s)
17:02:26 [2021-08-20T17:02:26.681Z] === RUN   TestBuildWithEmptyLayers
17:02:26 [2021-08-20T17:02:26.776Z] === RUN   TestCopyFromContainer//bar/root/
17:02:26 [2021-08-20T17:02:26.776Z] === RUN   TestCopyFromContainer/bar/quux
17:02:26 [2021-08-20T17:02:26.776Z] === RUN   TestCopyFromContainer/bar/quux/
17:02:26 [2021-08-20T17:02:26.776Z] === RUN   TestCopyFromContainer/bar/quux/baz
17:02:27 [2021-08-20T17:02:27.035Z] === RUN   TestCopyFromContainer/bar/filesymlink
17:02:27 [2021-08-20T17:02:27.035Z] === RUN   TestCopyFromContainer/bar/dirsymlink
17:02:27 [2021-08-20T17:02:27.035Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
17:02:27 [2021-08-20T17:02:27.035Z] === RUN   TestCopyFromContainer/bar/notarget
17:02:27 [2021-08-20T17:02:27.294Z] --- PASS: TestCopyFromContainer (1.95s)
17:02:27 [2021-08-20T17:02:27.294Z]     --- PASS: TestCopyFromContainer// (0.06s)
17:02:27 [2021-08-20T17:02:27.294Z]     --- PASS: TestCopyFromContainer//bar/root (0.07s)
17:02:27 [2021-08-20T17:02:27.294Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.06s)
17:02:27 [2021-08-20T17:02:27.294Z]     --- PASS: TestCopyFromContainer/bar/quux (0.06s)
17:02:27 [2021-08-20T17:02:27.294Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.05s)
17:02:27 [2021-08-20T17:02:27.294Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.07s)
17:02:27 [2021-08-20T17:02:27.294Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.05s)
17:02:27 [2021-08-20T17:02:27.294Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.05s)
17:02:27 [2021-08-20T17:02:27.294Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.05s)
17:02:27 [2021-08-20T17:02:27.294Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.05s)
17:02:27 [2021-08-20T17:02:27.294Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
17:02:27 [2021-08-20T17:02:27.294Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
17:02:27 [2021-08-20T17:02:27.295Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
17:02:27 [2021-08-20T17:02:27.295Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
17:02:27 [2021-08-20T17:02:27.295Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
17:02:27 [2021-08-20T17:02:27.295Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
17:02:27 [2021-08-20T17:02:27.295Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
17:02:27 [2021-08-20T17:02:27.295Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
17:02:27 [2021-08-20T17:02:27.295Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
17:02:27 [2021-08-20T17:02:27.295Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
17:02:27 [2021-08-20T17:02:27.295Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s)
17:02:27 [2021-08-20T17:02:27.295Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
17:02:27 [2021-08-20T17:02:27.295Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
17:02:27 [2021-08-20T17:02:27.295Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
17:02:27 [2021-08-20T17:02:27.295Z] === RUN   TestCreateLinkToNonExistingContainer
17:02:27 [2021-08-20T17:02:27.295Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s)
17:02:27 [2021-08-20T17:02:27.295Z] === RUN   TestCreateWithInvalidEnv
17:02:27 [2021-08-20T17:02:27.295Z] === RUN   TestCreateWithInvalidEnv/0
17:02:27 [2021-08-20T17:02:27.295Z] === PAUSE TestCreateWithInvalidEnv/0
17:02:27 [2021-08-20T17:02:27.295Z] === RUN   TestCreateWithInvalidEnv/1
17:02:27 [2021-08-20T17:02:27.295Z] === PAUSE TestCreateWithInvalidEnv/1
17:02:27 [2021-08-20T17:02:27.295Z] === RUN   TestCreateWithInvalidEnv/2
17:02:27 [2021-08-20T17:02:27.295Z] === PAUSE TestCreateWithInvalidEnv/2
17:02:27 [2021-08-20T17:02:27.295Z] === CONT  TestCreateWithInvalidEnv/0
17:02:27 [2021-08-20T17:02:27.295Z] === CONT  TestCreateWithInvalidEnv/2
17:02:27 [2021-08-20T17:02:27.295Z] === CONT  TestCreateWithInvalidEnv/1
17:02:27 [2021-08-20T17:02:27.295Z] --- PASS: TestCreateWithInvalidEnv (0.01s)
17:02:27 [2021-08-20T17:02:27.295Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
17:02:27 [2021-08-20T17:02:27.295Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
17:02:27 [2021-08-20T17:02:27.295Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
17:02:27 [2021-08-20T17:02:27.295Z] === RUN   TestCreateTmpfsMountsTarget
17:02:27 [2021-08-20T17:02:27.295Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s)
17:02:27 [2021-08-20T17:02:27.295Z] === RUN   TestCreateWithCustomMaskedPaths
17:02:29 [2021-08-20T17:02:29.241Z] --- PASS: TestBuildWithEmptyLayers (2.99s)
17:02:29 [2021-08-20T17:02:29.241Z] === RUN   TestBuildMultiStageOnBuild
17:02:29 [2021-08-20T17:02:29.831Z] --- PASS: TestCreateWithCustomMaskedPaths (2.35s)
17:02:29 [2021-08-20T17:02:29.831Z] === RUN   TestCreateWithCustomReadonlyPaths
17:02:32 [2021-08-20T17:02:32.366Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.33s)
17:02:32 [2021-08-20T17:02:32.366Z] === RUN   TestCreateWithInvalidHealthcheckParams
17:02:32 [2021-08-20T17:02:32.366Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
17:02:32 [2021-08-20T17:02:32.366Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
17:02:32 [2021-08-20T17:02:32.366Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
17:02:32 [2021-08-20T17:02:32.366Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
17:02:32 [2021-08-20T17:02:32.366Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
17:02:32 [2021-08-20T17:02:32.366Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
17:02:32 [2021-08-20T17:02:32.366Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
17:02:32 [2021-08-20T17:02:32.366Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
17:02:32 [2021-08-20T17:02:32.366Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
17:02:32 [2021-08-20T17:02:32.366Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
17:02:32 [2021-08-20T17:02:32.366Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
17:02:32 [2021-08-20T17:02:32.366Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
17:02:32 [2021-08-20T17:02:32.366Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
17:02:32 [2021-08-20T17:02:32.366Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
17:02:32 [2021-08-20T17:02:32.366Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
17:02:32 [2021-08-20T17:02:32.366Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
17:02:32 [2021-08-20T17:02:32.366Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s)
17:02:32 [2021-08-20T17:02:32.366Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s)
17:02:32 [2021-08-20T17:02:32.366Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
17:02:32 [2021-08-20T17:02:32.366Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
17:02:32 [2021-08-20T17:02:32.366Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s)
17:02:32 [2021-08-20T17:02:32.366Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
17:02:32 [2021-08-20T17:02:32.933Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.81s)
17:02:32 [2021-08-20T17:02:32.933Z] === RUN   TestCreateDifferentPlatform
17:02:32 [2021-08-20T17:02:32.933Z] === RUN   TestCreateDifferentPlatform/different_os
17:02:32 [2021-08-20T17:02:32.933Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
17:02:32 [2021-08-20T17:02:32.933Z] --- PASS: TestCreateDifferentPlatform (0.01s)
17:02:32 [2021-08-20T17:02:32.933Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
17:02:32 [2021-08-20T17:02:32.933Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
17:02:32 [2021-08-20T17:02:32.933Z] === RUN   TestCreateVolumesFromNonExistingContainer
17:02:32 [2021-08-20T17:02:32.933Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s)
17:02:32 [2021-08-20T17:02:32.933Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
17:02:32 [2021-08-20T17:02:32.933Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.08s)
17:02:32 [2021-08-20T17:02:32.933Z] === RUN   TestContainerStartOnDaemonRestart
17:02:32 [2021-08-20T17:02:32.933Z] === PAUSE TestContainerStartOnDaemonRestart
17:02:32 [2021-08-20T17:02:32.933Z] === RUN   TestDaemonRestartIpcMode
17:02:32 [2021-08-20T17:02:32.933Z] === PAUSE TestDaemonRestartIpcMode
17:02:32 [2021-08-20T17:02:32.933Z] === RUN   TestDaemonHostGatewayIP
17:02:32 [2021-08-20T17:02:32.933Z] === PAUSE TestDaemonHostGatewayIP
17:02:32 [2021-08-20T17:02:32.933Z] === RUN   TestRestartDaemonWithRestartingContainer
17:02:32 [2021-08-20T17:02:32.933Z] === PAUSE TestRestartDaemonWithRestartingContainer
17:02:32 [2021-08-20T17:02:32.933Z] === RUN   TestContainerKillOnDaemonStart
17:02:32 [2021-08-20T17:02:32.933Z] === PAUSE TestContainerKillOnDaemonStart
17:02:32 [2021-08-20T17:02:32.933Z] === RUN   TestDiff
17:02:33 [2021-08-20T17:02:33.871Z] --- PASS: TestDiff (0.94s)
17:02:33 [2021-08-20T17:02:33.871Z] === RUN   TestExecWithCloseStdin
17:02:34 [2021-08-20T17:02:34.494Z] --- PASS: TestBuildMultiStageOnBuild (5.02s)
17:02:34 [2021-08-20T17:02:34.495Z] === RUN   TestBuildUncleanTarFilenames
17:02:34 [2021-08-20T17:02:34.751Z] --- PASS: TestBuildUncleanTarFilenames (0.56s)
17:02:34 [2021-08-20T17:02:34.751Z] === RUN   TestBuildMultiStageLayerLeak
17:02:35 [2021-08-20T17:02:35.189Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
17:02:35 [2021-08-20T17:02:35.189Z] Using test binary docker
17:02:35 [2021-08-20T17:02:35.189Z] +++ /etc/init.d/apparmor start
17:02:35 [2021-08-20T17:02:35.189Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
17:02:35 [2021-08-20T17:02:35.189Z] INFO: Waiting for daemon to start...
17:02:35 [2021-08-20T17:02:35.189Z] Starting dockerd
17:02:35 [2021-08-20T17:02:35.189Z] +++ 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
17:02:35 [2021-08-20T17:02:35.249Z] --- PASS: TestExecWithCloseStdin (1.10s)
17:02:35 [2021-08-20T17:02:35.249Z] === RUN   TestExec
17:02:35 [2021-08-20T17:02:35.753Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration)
17:02:35 [2021-08-20T17:02:35.753Z] Using test binary docker
17:02:35 [2021-08-20T17:02:35.753Z] +++ /etc/init.d/apparmor start
17:02:35 [2021-08-20T17:02:35.753Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
17:02:35 [2021-08-20T17:02:35.753Z] INFO: Waiting for daemon to start...
17:02:35 [2021-08-20T17:02:35.753Z] Starting dockerd
17:02:35 [2021-08-20T17:02:35.753Z] +++ 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
17:02:36 [2021-08-20T17:02:36.186Z] --- PASS: TestExec (1.09s)
17:02:36 [2021-08-20T17:02:36.186Z] === RUN   TestExecUser
17:02:37 [2021-08-20T17:02:37.126Z] --- PASS: TestExecUser (1.11s)
17:02:37 [2021-08-20T17:02:37.126Z] === RUN   TestExportContainerAndImportImage
17:02:38 [2021-08-20T17:02:38.064Z] --- PASS: TestExportContainerAndImportImage (1.02s)
17:02:38 [2021-08-20T17:02:38.064Z] === RUN   TestExportContainerAfterDaemonRestart
17:02:39 [2021-08-20T17:02:39.444Z] --- PASS: TestExportContainerAfterDaemonRestart (1.29s)
17:02:39 [2021-08-20T17:02:39.444Z] === RUN   TestHealthCheckWorkdir
17:02:40 [2021-08-20T17:02:40.007Z] --- PASS: TestBuildMultiStageLayerLeak (4.43s)
17:02:40 [2021-08-20T17:02:40.007Z] === RUN   TestBuildWithHugeFile
17:02:41 [2021-08-20T17:02:41.270Z] .
17:02:41 [2021-08-20T17:02:41.270Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
17:02:41 [2021-08-20T17:02:41.270Z] 
17:02:41 [2021-08-20T17:02:41.270Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
17:02:41 [2021-08-20T17:02:41.270Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
17:02:41 [2021-08-20T17:02:41.270Z] Error: No such image: emptyfs
17:02:41 [2021-08-20T17:02:41.270Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
17:02:41 [2021-08-20T17:02:41.270Z] ++++ docker load
17:02:41 [2021-08-20T17:02:41.270Z] ++++ tar -cC bundles/test-integration/emptyfs .
17:02:41 [2021-08-20T17:02:41.270Z] Error: No such image: emptyfs
17:02:41 [2021-08-20T17:02:41.270Z] ++++ tar -cC bundles/test-integration/emptyfs .
17:02:41 [2021-08-20T17:02:41.270Z] ++++ docker load
17:02:41 [2021-08-20T17:02:41.270Z] Running integration-test (iteration 1)
17:02:41 [2021-08-20T17:02:41.270Z] Running /go/src/github.com/docker/docker/integration-cli (amd64.integration-cli) flags=-test.v -test.timeout=360m -test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/
17:02:41 [2021-08-20T17:02:41.270Z] ++ 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)/'
17:02:41 [2021-08-20T17:02:41.270Z] ++ set -e
17:02:41 [2021-08-20T17:02:41.270Z] ++ '[' -n 0 ']'
17:02:41 [2021-08-20T17:02:41.270Z] ++ set -x
17:02:41 [2021-08-20T17:02:41.270Z] ++ 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)/'
17:02:41 [2021-08-20T17:02:41.270Z] Running integration-test (iteration 1)
17:02:41 [2021-08-20T17:02:41.270Z] 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)/
17:02:41 [2021-08-20T17:02:41.270Z] ++ 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)/'
17:02:41 [2021-08-20T17:02:41.270Z] ++ set -e
17:02:41 [2021-08-20T17:02:41.270Z] ++ '[' -n 0 ']'
17:02:41 [2021-08-20T17:02:41.270Z] ++ set -x
17:02:41 [2021-08-20T17:02:41.270Z] ++ 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)/'
17:02:41 [2021-08-20T17:02:41.349Z] --- PASS: TestHealthCheckWorkdir (1.56s)
17:02:41 [2021-08-20T17:02:41.349Z] === RUN   TestHealthKillContainer
17:02:43 [2021-08-20T17:02:43.692Z] 
17:02:43 [2021-08-20T17:02:43.692Z] SUCCESS: Specified value was saved.
17:02:43 [2021-08-20T17:02:43.692Z] INFO: Downloading git...
17:02:44 [2021-08-20T17:02:44.650Z] --- PASS: TestHealthKillContainer (3.14s)
17:02:44 [2021-08-20T17:02:44.650Z] === RUN   TestInspectCpusetInConfigPre120
17:02:44 [2021-08-20T17:02:44.910Z] --- PASS: TestInspectCpusetInConfigPre120 (0.81s)
17:02:44 [2021-08-20T17:02:44.910Z] === RUN   TestIpcModeNone
17:02:45 [2021-08-20T17:02:45.877Z] INFO: Downloading go...
17:02:46 [2021-08-20T17:02:46.287Z] --- PASS: TestIpcModeNone (1.12s)
17:02:46 [2021-08-20T17:02:46.287Z] === RUN   TestIpcModePrivate
17:02:46 [2021-08-20T17:02:46.857Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:56, shared: false, mustBeShared: false
17:02:47 [2021-08-20T17:02:47.415Z] INFO: Downloading compiler 1 of 3...
17:02:47 [2021-08-20T17:02:47.425Z] --- PASS: TestIpcModePrivate (1.20s)
17:02:47 [2021-08-20T17:02:47.425Z] === RUN   TestIpcModeShareable
17:02:48 [2021-08-20T17:02:48.363Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:51, shared: true, mustBeShared: true
17:02:48 [2021-08-20T17:02:48.363Z] --- PASS: TestIpcModeShareable (1.14s)
17:02:48 [2021-08-20T17:02:48.363Z] === RUN   TestAPIIpcModeShareableAndContainer
17:02:48 [2021-08-20T17:02:48.380Z] INFO: Downloading compiler 2 of 3...
17:02:49 [2021-08-20T17:02:49.345Z] INFO: Downloading compiler 3 of 3...
17:02:50 [2021-08-20T17:02:50.311Z] INFO: Extracting git...
17:02:51 [2021-08-20T17:02:51.654Z] --- PASS: TestAPIIpcModeShareableAndContainer (3.00s)
17:02:51 [2021-08-20T17:02:51.654Z] === RUN   TestAPIIpcModeHost
17:02:52 [2021-08-20T17:02:52.593Z] --- PASS: TestAPIIpcModeHost (1.15s)
17:02:52 [2021-08-20T17:02:52.593Z] === RUN   TestDaemonIpcModeShareable
17:02:54 [2021-08-20T17:02:54.504Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:59, shared: true, mustBeShared: true
17:02:54 [2021-08-20T17:02:54.504Z] --- PASS: TestDaemonIpcModeShareable (1.71s)
17:02:54 [2021-08-20T17:02:54.504Z] === RUN   TestDaemonIpcModePrivate
17:02:55 [2021-08-20T17:02:55.886Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: false, mustBeShared: false
17:02:56 [2021-08-20T17:02:56.145Z] --- PASS: TestDaemonIpcModePrivate (1.72s)
17:02:56 [2021-08-20T17:02:56.145Z] === RUN   TestDaemonIpcModePrivateFromConfig
17:02:57 [2021-08-20T17:02:57.524Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: false, mustBeShared: false
17:02:57 [2021-08-20T17:02:57.783Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.74s)
17:02:57 [2021-08-20T17:02:57.783Z] === RUN   TestDaemonIpcModeShareableFromConfig
17:02:59 [2021-08-20T17:02:59.689Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:59, shared: true, mustBeShared: true
17:02:59 [2021-08-20T17:02:59.689Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.69s)
17:02:59 [2021-08-20T17:02:59.689Z] === RUN   TestIpcModeOlderClient
17:02:59 [2021-08-20T17:02:59.689Z] === PAUSE TestIpcModeOlderClient
17:02:59 [2021-08-20T17:02:59.689Z] === RUN   TestKillContainerInvalidSignal
17:03:00 [2021-08-20T17:03:00.258Z] --- PASS: TestKillContainerInvalidSignal (0.73s)
17:03:00 [2021-08-20T17:03:00.258Z] === RUN   TestKillContainer
17:03:00 [2021-08-20T17:03:00.258Z] === RUN   TestKillContainer/no_signal
17:03:00 [2021-08-20T17:03:00.691Z] ok  	github.com/docker/docker/libnetwork	46.908s	coverage: 41.0% of statements
17:03:00 [2021-08-20T17:03:00.827Z] === RUN   TestKillContainer/non_killing_signal
17:03:01 [2021-08-20T17:03:01.396Z] === RUN   TestKillContainer/killing_signal
17:03:02 [2021-08-20T17:03:02.333Z] --- PASS: TestKillContainer (2.20s)
17:03:02 [2021-08-20T17:03:02.333Z]     --- PASS: TestKillContainer/no_signal (0.71s)
17:03:02 [2021-08-20T17:03:02.333Z]     --- PASS: TestKillContainer/non_killing_signal (0.54s)
17:03:02 [2021-08-20T17:03:02.333Z]     --- PASS: TestKillContainer/killing_signal (0.70s)
17:03:02 [2021-08-20T17:03:02.333Z] === RUN   TestKillWithStopSignalAndRestartPolicies
17:03:02 [2021-08-20T17:03:02.333Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
17:03:03 [2021-08-20T17:03:03.271Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
17:03:03 [2021-08-20T17:03:03.839Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.41s)
17:03:03 [2021-08-20T17:03:03.839Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.69s)
17:03:03 [2021-08-20T17:03:03.839Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.56s)
17:03:03 [2021-08-20T17:03:03.839Z] === RUN   TestKillStoppedContainer
17:03:03 [2021-08-20T17:03:03.839Z] --- PASS: TestKillStoppedContainer (0.05s)
17:03:03 [2021-08-20T17:03:03.839Z] === RUN   TestKillStoppedContainerAPIPre120
17:03:03 [2021-08-20T17:03:03.839Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s)
17:03:03 [2021-08-20T17:03:03.839Z] === RUN   TestKillDifferentUserContainer
17:03:04 [2021-08-20T17:03:04.776Z] --- PASS: TestKillDifferentUserContainer (0.85s)
17:03:04 [2021-08-20T17:03:04.776Z] === RUN   TestInspectOomKilledTrue
17:03:04 [2021-08-20T17:03:04.776Z]     kill_test.go:158: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929)
17:03:04 [2021-08-20T17:03:04.776Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
17:03:04 [2021-08-20T17:03:04.776Z] === RUN   TestInspectOomKilledFalse
17:03:05 [2021-08-20T17:03:05.346Z] --- PASS: TestInspectOomKilledFalse (0.70s)
17:03:05 [2021-08-20T17:03:05.346Z] === RUN   TestLinksEtcHostsContentMatch
17:03:06 [2021-08-20T17:03:06.283Z] --- PASS: TestLinksEtcHostsContentMatch (0.87s)
17:03:06 [2021-08-20T17:03:06.283Z] === RUN   TestLinksContainerNames
17:03:07 [2021-08-20T17:03:07.690Z] --- PASS: TestLinksContainerNames (1.40s)
17:03:07 [2021-08-20T17:03:07.691Z] === RUN   TestLogsFollowTailEmpty
17:03:07 [2021-08-20T17:03:07.977Z] INFO: Expanding go...
17:03:08 [2021-08-20T17:03:08.628Z] --- PASS: TestLogsFollowTailEmpty (0.73s)
17:03:08 [2021-08-20T17:03:08.628Z] === RUN   TestContainerNetworkMountsNoChown
17:03:09 [2021-08-20T17:03:09.195Z] --- PASS: TestContainerNetworkMountsNoChown (0.68s)
17:03:09 [2021-08-20T17:03:09.195Z] === RUN   TestMountDaemonRoot
17:03:09 [2021-08-20T17:03:09.195Z] === RUN   TestMountDaemonRoot/default
17:03:09 [2021-08-20T17:03:09.195Z] === PAUSE TestMountDaemonRoot/default
17:03:09 [2021-08-20T17:03:09.195Z] === RUN   TestMountDaemonRoot/private
17:03:09 [2021-08-20T17:03:09.195Z] === PAUSE TestMountDaemonRoot/private
17:03:09 [2021-08-20T17:03:09.195Z] === RUN   TestMountDaemonRoot/rprivate
17:03:09 [2021-08-20T17:03:09.195Z] === PAUSE TestMountDaemonRoot/rprivate
17:03:09 [2021-08-20T17:03:09.195Z] === RUN   TestMountDaemonRoot/slave
17:03:09 [2021-08-20T17:03:09.195Z] === PAUSE TestMountDaemonRoot/slave
17:03:09 [2021-08-20T17:03:09.195Z] === RUN   TestMountDaemonRoot/rslave
17:03:09 [2021-08-20T17:03:09.195Z] === PAUSE TestMountDaemonRoot/rslave
17:03:09 [2021-08-20T17:03:09.195Z] === RUN   TestMountDaemonRoot/shared
17:03:09 [2021-08-20T17:03:09.195Z] === PAUSE TestMountDaemonRoot/shared
17:03:09 [2021-08-20T17:03:09.195Z] === RUN   TestMountDaemonRoot/rshared
17:03:09 [2021-08-20T17:03:09.195Z] === PAUSE TestMountDaemonRoot/rshared
17:03:09 [2021-08-20T17:03:09.195Z] === CONT  TestMountDaemonRoot/default
17:03:09 [2021-08-20T17:03:09.195Z] === RUN   TestMountDaemonRoot/default/mount_root
17:03:09 [2021-08-20T17:03:09.195Z] === PAUSE TestMountDaemonRoot/default/mount_root
17:03:09 [2021-08-20T17:03:09.195Z] === RUN   TestMountDaemonRoot/default/mount_subpath
17:03:09 [2021-08-20T17:03:09.195Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
17:03:09 [2021-08-20T17:03:09.195Z] === RUN   TestMountDaemonRoot/default/bind_root
17:03:09 [2021-08-20T17:03:09.195Z] === PAUSE TestMountDaemonRoot/default/bind_root
17:03:09 [2021-08-20T17:03:09.195Z] === RUN   TestMountDaemonRoot/default/bind_subpath
17:03:09 [2021-08-20T17:03:09.195Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
17:03:09 [2021-08-20T17:03:09.195Z] === CONT  TestMountDaemonRoot/default/mount_root
17:03:09 [2021-08-20T17:03:09.195Z] === CONT  TestMountDaemonRoot/rshared
17:03:09 [2021-08-20T17:03:09.195Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
17:03:09 [2021-08-20T17:03:09.195Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
17:03:09 [2021-08-20T17:03:09.195Z] === RUN   TestMountDaemonRoot/rshared/mount_root
17:03:09 [2021-08-20T17:03:09.195Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
17:03:09 [2021-08-20T17:03:09.195Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
17:03:09 [2021-08-20T17:03:09.195Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
17:03:09 [2021-08-20T17:03:09.195Z] === RUN   TestMountDaemonRoot/rshared/bind_root
17:03:09 [2021-08-20T17:03:09.195Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
17:03:09 [2021-08-20T17:03:09.195Z] === CONT  TestMountDaemonRoot/rprivate
17:03:09 [2021-08-20T17:03:09.195Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
17:03:09 [2021-08-20T17:03:09.195Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
17:03:09 [2021-08-20T17:03:09.195Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
17:03:09 [2021-08-20T17:03:09.195Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
17:03:09 [2021-08-20T17:03:09.195Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
17:03:09 [2021-08-20T17:03:09.195Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
17:03:09 [2021-08-20T17:03:09.195Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
17:03:09 [2021-08-20T17:03:09.195Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
17:03:09 [2021-08-20T17:03:09.195Z] === CONT  TestMountDaemonRoot/shared
17:03:09 [2021-08-20T17:03:09.195Z] === RUN   TestMountDaemonRoot/shared/bind_root
17:03:09 [2021-08-20T17:03:09.195Z] === PAUSE TestMountDaemonRoot/shared/bind_root
17:03:09 [2021-08-20T17:03:09.195Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
17:03:09 [2021-08-20T17:03:09.195Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
17:03:09 [2021-08-20T17:03:09.195Z] === RUN   TestMountDaemonRoot/shared/mount_root
17:03:09 [2021-08-20T17:03:09.195Z] === PAUSE TestMountDaemonRoot/shared/mount_root
17:03:09 [2021-08-20T17:03:09.195Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
17:03:09 [2021-08-20T17:03:09.195Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
17:03:09 [2021-08-20T17:03:09.195Z] === CONT  TestMountDaemonRoot/rslave
17:03:09 [2021-08-20T17:03:09.195Z] === RUN   TestMountDaemonRoot/rslave/bind_root
17:03:09 [2021-08-20T17:03:09.195Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
17:03:09 [2021-08-20T17:03:09.195Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
17:03:09 [2021-08-20T17:03:09.195Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
17:03:09 [2021-08-20T17:03:09.195Z] === RUN   TestMountDaemonRoot/rslave/mount_root
17:03:09 [2021-08-20T17:03:09.195Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
17:03:09 [2021-08-20T17:03:09.195Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
17:03:09 [2021-08-20T17:03:09.195Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
17:03:09 [2021-08-20T17:03:09.195Z] === CONT  TestMountDaemonRoot/slave
17:03:09 [2021-08-20T17:03:09.195Z] === RUN   TestMountDaemonRoot/slave/bind_root
17:03:09 [2021-08-20T17:03:09.195Z] === PAUSE TestMountDaemonRoot/slave/bind_root
17:03:09 [2021-08-20T17:03:09.195Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
17:03:09 [2021-08-20T17:03:09.195Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
17:03:09 [2021-08-20T17:03:09.195Z] === RUN   TestMountDaemonRoot/slave/mount_root
17:03:09 [2021-08-20T17:03:09.195Z] === PAUSE TestMountDaemonRoot/slave/mount_root
17:03:09 [2021-08-20T17:03:09.195Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
17:03:09 [2021-08-20T17:03:09.195Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
17:03:09 [2021-08-20T17:03:09.195Z] === CONT  TestMountDaemonRoot/default/bind_subpath
17:03:09 [2021-08-20T17:03:09.195Z] === CONT  TestMountDaemonRoot/private
17:03:09 [2021-08-20T17:03:09.195Z] === RUN   TestMountDaemonRoot/private/bind_subpath
17:03:09 [2021-08-20T17:03:09.195Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
17:03:09 [2021-08-20T17:03:09.195Z] === RUN   TestMountDaemonRoot/private/mount_root
17:03:09 [2021-08-20T17:03:09.195Z] === PAUSE TestMountDaemonRoot/private/mount_root
17:03:09 [2021-08-20T17:03:09.195Z] === RUN   TestMountDaemonRoot/private/mount_subpath
17:03:09 [2021-08-20T17:03:09.195Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
17:03:09 [2021-08-20T17:03:09.195Z] === RUN   TestMountDaemonRoot/private/bind_root
17:03:09 [2021-08-20T17:03:09.195Z] === PAUSE TestMountDaemonRoot/private/bind_root
17:03:09 [2021-08-20T17:03:09.195Z] === CONT  TestMountDaemonRoot/default/bind_root
17:03:09 [2021-08-20T17:03:09.195Z] === CONT  TestMountDaemonRoot/default/mount_subpath
17:03:09 [2021-08-20T17:03:09.195Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
17:03:09 [2021-08-20T17:03:09.195Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
17:03:09 [2021-08-20T17:03:09.195Z] === CONT  TestMountDaemonRoot/rshared/bind_root
17:03:09 [2021-08-20T17:03:09.195Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
17:03:09 [2021-08-20T17:03:09.195Z] === CONT  TestMountDaemonRoot/rshared/mount_root
17:03:09 [2021-08-20T17:03:09.454Z] === CONT  TestMountDaemonRoot/shared/bind_root
17:03:09 [2021-08-20T17:03:09.454Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
17:03:09 [2021-08-20T17:03:09.454Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
17:03:09 [2021-08-20T17:03:09.454Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
17:03:09 [2021-08-20T17:03:09.454Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
17:03:09 [2021-08-20T17:03:09.454Z] === CONT  TestMountDaemonRoot/shared/mount_root
17:03:09 [2021-08-20T17:03:09.454Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
17:03:09 [2021-08-20T17:03:09.454Z] === CONT  TestMountDaemonRoot/rslave/bind_root
17:03:09 [2021-08-20T17:03:09.454Z] === CONT  TestMountDaemonRoot/slave/bind_root
17:03:09 [2021-08-20T17:03:09.454Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
17:03:09 [2021-08-20T17:03:09.454Z] === CONT  TestMountDaemonRoot/rslave/mount_root
17:03:09 [2021-08-20T17:03:09.454Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
17:03:09 [2021-08-20T17:03:09.454Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
17:03:09 [2021-08-20T17:03:09.454Z] === CONT  TestMountDaemonRoot/slave/mount_root
17:03:09 [2021-08-20T17:03:09.454Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
17:03:09 [2021-08-20T17:03:09.454Z] === CONT  TestMountDaemonRoot/private/bind_subpath
17:03:09 [2021-08-20T17:03:09.454Z] === CONT  TestMountDaemonRoot/private/bind_root
17:03:09 [2021-08-20T17:03:09.454Z] === CONT  TestMountDaemonRoot/private/mount_subpath
17:03:09 [2021-08-20T17:03:09.454Z] === CONT  TestMountDaemonRoot/private/mount_root
17:03:09 [2021-08-20T17:03:09.712Z] --- PASS: TestMountDaemonRoot (0.02s)
17:03:09 [2021-08-20T17:03:09.712Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
17:03:09 [2021-08-20T17:03:09.712Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s)
17:03:09 [2021-08-20T17:03:09.712Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.06s)
17:03:09 [2021-08-20T17:03:09.712Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.05s)
17:03:09 [2021-08-20T17:03:09.712Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s)
17:03:09 [2021-08-20T17:03:09.712Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
17:03:09 [2021-08-20T17:03:09.712Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s)
17:03:09 [2021-08-20T17:03:09.712Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s)
17:03:09 [2021-08-20T17:03:09.712Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s)
17:03:09 [2021-08-20T17:03:09.712Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.06s)
17:03:09 [2021-08-20T17:03:09.712Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
17:03:09 [2021-08-20T17:03:09.712Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s)
17:03:09 [2021-08-20T17:03:09.713Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s)
17:03:09 [2021-08-20T17:03:09.713Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s)
17:03:09 [2021-08-20T17:03:09.713Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s)
17:03:09 [2021-08-20T17:03:09.713Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
17:03:09 [2021-08-20T17:03:09.713Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s)
17:03:09 [2021-08-20T17:03:09.713Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s)
17:03:09 [2021-08-20T17:03:09.713Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s)
17:03:09 [2021-08-20T17:03:09.713Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s)
17:03:09 [2021-08-20T17:03:09.713Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
17:03:09 [2021-08-20T17:03:09.713Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s)
17:03:09 [2021-08-20T17:03:09.713Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s)
17:03:09 [2021-08-20T17:03:09.713Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s)
17:03:09 [2021-08-20T17:03:09.713Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s)
17:03:09 [2021-08-20T17:03:09.713Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
17:03:09 [2021-08-20T17:03:09.713Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s)
17:03:09 [2021-08-20T17:03:09.713Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s)
17:03:09 [2021-08-20T17:03:09.713Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s)
17:03:09 [2021-08-20T17:03:09.713Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s)
17:03:09 [2021-08-20T17:03:09.713Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
17:03:09 [2021-08-20T17:03:09.713Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s)
17:03:09 [2021-08-20T17:03:09.713Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.02s)
17:03:09 [2021-08-20T17:03:09.713Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s)
17:03:09 [2021-08-20T17:03:09.713Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.02s)
17:03:09 [2021-08-20T17:03:09.713Z] === RUN   TestContainerBindMountNonRecursive
17:03:10 [2021-08-20T17:03:10.154Z] 393f6f5bddce: Pull complete
17:03:10 [2021-08-20T17:03:10.154Z] Digest: sha256:8f756a7fd4fe963cc7dd2c3ad1597327535da8e8f55a7d1932780934efa87e04
17:03:10 [2021-08-20T17:03:10.154Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2022
17:03:10 [2021-08-20T17:03:10.154Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2022 into daemon under test completed successfully
17:03:10 [2021-08-20T17:03:10.154Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2022 as microsoft/windowsservercore in daemon under test
17:03:10 [2021-08-20T17:03:10.154Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2022 is '10.0.20348.169'
17:03:10 [2021-08-20T17:03:10.154Z] WARN: Skipping validation tests
17:03:10 [2021-08-20T17:03:10.154Z] INFO: Running unit tests at 08/20/2021 17:02:57...
17:03:10 [2021-08-20T17:03:10.154Z] INFO: make.ps1 starting at 08/20/2021 17:03:02
17:03:10 [2021-08-20T17:03:10.154Z] INFO: Git commit (57d5e28626) assumed from DOCKER_GITCOMMIT environment variable
17:03:10 [2021-08-20T17:03:10.154Z] INFO: Invoking autogen...
17:03:10 [2021-08-20T17:03:10.154Z] INFO: Running unit tests...
17:03:11 [2021-08-20T17:03:11.620Z] --- PASS: TestContainerBindMountNonRecursive (1.97s)
17:03:11 [2021-08-20T17:03:11.620Z] === RUN   TestContainerVolumesMountedAsShared
17:03:11 [2021-08-20T17:03:11.880Z] --- PASS: TestContainerVolumesMountedAsShared (0.44s)
17:03:11 [2021-08-20T17:03:11.880Z] === RUN   TestContainerVolumesMountedAsSlave
17:03:12 [2021-08-20T17:03:12.323Z] INFO: Invoking unit tests run with C:\gopath/bin/\gotestsum.exe --format=standard-verbose --jsonfile=bundles\go-test-report-unit-tests.json --junitfile=bundles\junit-report-unit-tests.xml --  -cover -ldflags -w -a "-test.timeout=10m" github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/autogen/winresources/dockerd github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/dockerignore github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/client github.com/docker/docker/cmd/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/discovery github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/windows github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/etwlogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/local github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/libnetwork github.com/docker/docker/libnetwork/api github.com/docker/docker/libnetwork/bitseq github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/networkdb-test github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient github.com/docker/docker/libnetwork/cmd/readme_test github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/hostdiscovery github.com/docker/docker/libnetwork/idm github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/setmatrix github.com/docker/docker/libnetwork/ipam github.com/docker/docker/libnetwork/ipamapi github.com/docker/docker/libnetwork/ipams/builtin github.com/docker/docker/libnetwork/ipams/null github.com/docker/docker/libnetwork/ipams/remote github.com/docker/docker/libnetwork/ipams/remote/api github.com/docker/docker/libnetwork/ipams/windowsipam github.com/docker/docker/libnetwork/ipamutils github.com/docker/docker/libnetwork/netlabel github.com/docker/docker/libnetwork/netutils github.com/docker/docker/libnetwork/networkdb github.com/docker/docker/libnetwork/ns github.com/docker/docker/libnetwork/options github.com/docker/docker/libnetwork/osl github.com/docker/docker/libnetwork/osl/kernel github.com/docker/docker/libnetwork/portallocator github.com/docker/docker/libnetwork/portmapper github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/libnetwork/testutils github.com/docker/docker/libnetwork/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/discovery github.com/docker/docker/pkg/discovery/file github.com/docker/docker/pkg/discovery/kv github.com/docker/docker/pkg/discovery/memory github.com/docker/docker/pkg/discovery/nodes github.com/docker/docker/pkg/filenotify github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/locker github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/mount github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/namesgenerator/cmd/names-generator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/stack github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/symlink github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/term github.com/docker/docker/pkg/term/windows github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils
17:03:12 [2021-08-20T17:03:12.816Z] --- PASS: TestContainerVolumesMountedAsSlave (0.85s)
17:03:12 [2021-08-20T17:03:12.816Z] === RUN   TestNetworkNat
17:03:13 [2021-08-20T17:03:13.752Z] --- PASS: TestNetworkNat (0.72s)
17:03:13 [2021-08-20T17:03:13.752Z] === RUN   TestNetworkLocalhostTCPNat
17:03:14 [2021-08-20T17:03:14.321Z] --- PASS: TestNetworkLocalhostTCPNat (0.69s)
17:03:14 [2021-08-20T17:03:14.321Z] === RUN   TestNetworkLoopbackNat
17:03:17 [2021-08-20T17:03:17.609Z] --- PASS: TestNetworkLoopbackNat (3.16s)
17:03:17 [2021-08-20T17:03:17.609Z] === RUN   TestPause
17:03:18 [2021-08-20T17:03:18.178Z] --- PASS: TestPause (0.73s)
17:03:18 [2021-08-20T17:03:18.178Z] === RUN   TestPauseFailsOnWindowsServerContainers
17:03:18 [2021-08-20T17:03:18.178Z]     pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
17:03:18 [2021-08-20T17:03:18.178Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
17:03:18 [2021-08-20T17:03:18.178Z] === RUN   TestPauseStopPausedContainer
17:03:19 [2021-08-20T17:03:19.116Z] --- PASS: TestPauseStopPausedContainer (0.74s)
17:03:19 [2021-08-20T17:03:19.116Z] === RUN   TestPidHost
17:03:21 [2021-08-20T17:03:21.023Z] --- PASS: TestPidHost (2.04s)
17:03:21 [2021-08-20T17:03:21.023Z] === RUN   TestPsFilter
17:03:21 [2021-08-20T17:03:21.023Z] --- PASS: TestPsFilter (0.12s)
17:03:21 [2021-08-20T17:03:21.023Z] === RUN   TestRemoveContainerWithRemovedVolume
17:03:21 [2021-08-20T17:03:21.961Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.68s)
17:03:21 [2021-08-20T17:03:21.961Z] === RUN   TestRemoveContainerWithVolume
17:03:22 [2021-08-20T17:03:22.529Z] --- PASS: TestRemoveContainerWithVolume (0.73s)
17:03:22 [2021-08-20T17:03:22.529Z] === RUN   TestRemoveContainerRunning
17:03:22 [2021-08-20T17:03:22.650Z] ok  	github.com/docker/docker/libnetwork/api	1.407s	coverage: 83.2% of statements
17:03:23 [2021-08-20T17:03:23.097Z] --- PASS: TestRemoveContainerRunning (0.71s)
17:03:23 [2021-08-20T17:03:23.097Z] === RUN   TestRemoveContainerForceRemoveRunning
17:03:24 [2021-08-20T17:03:24.034Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.71s)
17:03:24 [2021-08-20T17:03:24.034Z] === RUN   TestRemoveInvalidContainer
17:03:24 [2021-08-20T17:03:24.034Z] --- PASS: TestRemoveInvalidContainer (0.01s)
17:03:24 [2021-08-20T17:03:24.034Z] === RUN   TestRenameLinkedContainer
17:03:24 [2021-08-20T17:03:24.561Z] ok  	github.com/docker/docker/libnetwork/bitseq	0.313s	coverage: 84.4% of statements
17:03:24 [2021-08-20T17:03:24.561Z] ?   	github.com/docker/docker/libnetwork/cluster	[no test files]
17:03:24 [2021-08-20T17:03:24.675Z] ?   	github.com/docker/docker/api	[no test files]
17:03:27 [2021-08-20T17:03:27.325Z] --- PASS: TestRenameLinkedContainer (2.84s)
17:03:27 [2021-08-20T17:03:27.325Z] === RUN   TestRenameStoppedContainer
17:03:27 [2021-08-20T17:03:27.325Z] --- PASS: TestRenameStoppedContainer (0.68s)
17:03:27 [2021-08-20T17:03:27.325Z] === RUN   TestRenameRunningContainerAndReuse
17:03:27 [2021-08-20T17:03:27.919Z] Loaded image: buildpack-deps:buster
17:03:27 [2021-08-20T17:03:27.919Z] Loaded image: busybox:latest
17:03:27 [2021-08-20T17:03:27.919Z] Loaded image: buildpack-deps:buster
17:03:27 [2021-08-20T17:03:27.919Z] Loaded image: busybox:glibc
17:03:27 [2021-08-20T17:03:27.919Z] Loaded image: busybox:latest
17:03:27 [2021-08-20T17:03:27.919Z] Loaded image: busybox:glibc
17:03:29 [2021-08-20T17:03:29.229Z] --- PASS: TestRenameRunningContainerAndReuse (1.44s)
17:03:29 [2021-08-20T17:03:29.229Z] === RUN   TestRenameInvalidName
17:03:29 [2021-08-20T17:03:29.488Z] --- PASS: TestRenameInvalidName (0.71s)
17:03:29 [2021-08-20T17:03:29.488Z] === RUN   TestRenameAnonymousContainer
17:03:32 [2021-08-20T17:03:32.019Z] --- PASS: TestRenameAnonymousContainer (2.45s)
17:03:32 [2021-08-20T17:03:32.019Z] === RUN   TestRenameContainerWithSameName
17:03:32 [2021-08-20T17:03:32.587Z] --- PASS: TestRenameContainerWithSameName (0.70s)
17:03:32 [2021-08-20T17:03:32.587Z] === RUN   TestRenameContainerWithLinkedContainer
17:03:33 [2021-08-20T17:03:33.100Z] INFO: Expanding compiler 1 of 3...
17:03:33 [2021-08-20T17:03:33.100Z] INFO: Expanding compiler 2 of 3...
17:03:34 [2021-08-20T17:03:34.473Z] Loaded image: debian:bullseye
17:03:34 [2021-08-20T17:03:34.473Z] Loaded image: debian:bullseye
17:03:34 [2021-08-20T17:03:34.473Z] Loaded image: hello-world:latest
17:03:34 [2021-08-20T17:03:34.473Z] Loaded image: hello-world:latest
17:03:34 [2021-08-20T17:03:34.473Z] Loaded image: arm32v7/hello-world:latest
17:03:34 [2021-08-20T17:03:34.473Z] Loaded image: arm32v7/hello-world:latest
17:03:34 [2021-08-20T17:03:34.473Z] INFO: Testing against a local daemon
17:03:34 [2021-08-20T17:03:34.473Z] INFO: Testing against a local daemon
17:03:34 [2021-08-20T17:03:34.473Z] === RUN   TestDockerDaemonSuite
17:03:34 [2021-08-20T17:03:34.473Z] === RUN   TestDockerSuite
17:03:34 [2021-08-20T17:03:34.473Z] === RUN   TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool
17:03:34 [2021-08-20T17:03:34.473Z] === RUN   TestDockerSuite/TestAPIClientVersionOldNotSupported
17:03:34 [2021-08-20T17:03:34.473Z] === RUN   TestDockerSuite/TestAPICreateDeletePredefinedNetworks
17:03:34 [2021-08-20T17:03:34.473Z] === RUN   TestDockerSuite/TestAPIErrorJSON
17:03:34 [2021-08-20T17:03:34.473Z] === RUN   TestDockerSuite/TestAPIErrorNotFoundJSON
17:03:34 [2021-08-20T17:03:34.473Z] === RUN   TestDockerSuite/TestAPIErrorNotFoundPlainText
17:03:34 [2021-08-20T17:03:34.473Z] === RUN   TestDockerSuite/TestAPIErrorPlainText
17:03:34 [2021-08-20T17:03:34.473Z] === RUN   TestDockerSuite/TestAPIGetEnabledCORS
17:03:34 [2021-08-20T17:03:34.473Z] === RUN   TestDockerSuite/TestAPIImagesDelete
17:03:34 [2021-08-20T17:03:34.505Z] --- PASS: TestRenameContainerWithLinkedContainer (1.48s)
17:03:34 [2021-08-20T17:03:34.505Z] === RUN   TestResize
17:03:34 [2021-08-20T17:03:34.553Z] ?   	github.com/docker/docker/libnetwork/cmd/diagnostic	[no test files]
17:03:35 [2021-08-20T17:03:35.035Z] === RUN   TestDockerSuite/TestAPIImagesFilter
17:03:35 [2021-08-20T17:03:35.035Z] === RUN   TestDockerSuite/TestAPIImagesHistory
17:03:35 [2021-08-20T17:03:35.072Z] --- PASS: TestResize (0.72s)
17:03:35 [2021-08-20T17:03:35.072Z] === RUN   TestResizeWithInvalidSize
17:03:35 [2021-08-20T17:03:35.598Z] === RUN   TestDockerSuite/TestAPIImagesImportBadSrc
17:03:35 [2021-08-20T17:03:35.598Z] === RUN   TestDockerSuite/TestAPIImagesSaveAndLoad
17:03:35 [2021-08-20T17:03:35.640Z] --- PASS: TestResizeWithInvalidSize (0.74s)
17:03:35 [2021-08-20T17:03:35.641Z] === RUN   TestResizeWhenContainerNotStarted
17:03:36 [2021-08-20T17:03:36.188Z] --- PASS: TestBuildWithHugeFile (52.38s)
17:03:36 [2021-08-20T17:03:36.188Z] === RUN   TestBuildWCOWSandboxSize
17:03:36 [2021-08-20T17:03:36.188Z]     build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control
17:03:36 [2021-08-20T17:03:36.188Z] --- SKIP: TestBuildWCOWSandboxSize (0.01s)
17:03:36 [2021-08-20T17:03:36.188Z] === RUN   TestBuildWithEmptyDockerfile
17:03:36 [2021-08-20T17:03:36.188Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
17:03:36 [2021-08-20T17:03:36.188Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
17:03:36 [2021-08-20T17:03:36.188Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
17:03:36 [2021-08-20T17:03:36.188Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
17:03:36 [2021-08-20T17:03:36.188Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
17:03:36 [2021-08-20T17:03:36.188Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
17:03:36 [2021-08-20T17:03:36.188Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
17:03:36 [2021-08-20T17:03:36.188Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
17:03:36 [2021-08-20T17:03:36.188Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
17:03:36 [2021-08-20T17:03:36.188Z] --- PASS: TestBuildWithEmptyDockerfile (0.11s)
17:03:36 [2021-08-20T17:03:36.188Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.13s)
17:03:36 [2021-08-20T17:03:36.188Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.13s)
17:03:36 [2021-08-20T17:03:36.188Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s)
17:03:36 [2021-08-20T17:03:36.188Z] === RUN   TestBuildPreserveOwnership
17:03:36 [2021-08-20T17:03:36.188Z] === RUN   TestBuildPreserveOwnership/copy_from
17:03:36 [2021-08-20T17:03:36.208Z] --- PASS: TestResizeWhenContainerNotStarted (0.69s)
17:03:36 [2021-08-20T17:03:36.208Z] === RUN   TestDaemonRestartKillContainers
17:03:36 [2021-08-20T17:03:36.208Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
17:03:36 [2021-08-20T17:03:36.208Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
17:03:36 [2021-08-20T17:03:36.208Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
17:03:36 [2021-08-20T17:03:36.208Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
17:03:36 [2021-08-20T17:03:36.208Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
17:03:36 [2021-08-20T17:03:36.208Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
17:03:36 [2021-08-20T17:03:36.208Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
17:03:36 [2021-08-20T17:03:36.208Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
17:03:36 [2021-08-20T17:03:36.208Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
17:03:36 [2021-08-20T17:03:36.208Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
17:03:36 [2021-08-20T17:03:36.208Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
17:03:36 [2021-08-20T17:03:36.208Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
17:03:36 [2021-08-20T17:03:36.208Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
17:03:36 [2021-08-20T17:03:36.208Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
17:03:36 [2021-08-20T17:03:36.208Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
17:03:36 [2021-08-20T17:03:36.208Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
17:03:36 [2021-08-20T17:03:36.208Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
17:03:36 [2021-08-20T17:03:36.208Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
17:03:36 [2021-08-20T17:03:36.208Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
17:03:36 [2021-08-20T17:03:36.208Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
17:03:36 [2021-08-20T17:03:36.208Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
17:03:36 [2021-08-20T17:03:36.208Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
17:03:36 [2021-08-20T17:03:36.208Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
17:03:36 [2021-08-20T17:03:36.208Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
17:03:36 [2021-08-20T17:03:36.208Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
17:03:36 [2021-08-20T17:03:36.208Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
17:03:36 [2021-08-20T17:03:36.528Z] === RUN   TestDockerSuite/TestAPIImagesSearchJSONContentType
17:03:36 [2021-08-20T17:03:36.528Z] === RUN   TestDockerSuite/TestAPIImagesSizeCompatibility
17:03:36 [2021-08-20T17:03:36.528Z] === RUN   TestDockerSuite/TestAPINetworkConnectDisconnect
17:03:38 [2021-08-20T17:03:38.077Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
17:03:38 [2021-08-20T17:03:38.425Z] === RUN   TestDockerSuite/TestAPINetworkCreateCheckDuplicate
17:03:38 [2021-08-20T17:03:38.588Z] INFO: Downloading docker/cli version 17.06.2-ce from stable...
17:03:38 [2021-08-20T17:03:38.588Z] 
17:03:38 [2021-08-20T17:03:38.588Z]  ________   ____  __.
17:03:38 [2021-08-20T17:03:38.588Z]  \_____  \ |    |/ _|
17:03:38 [2021-08-20T17:03:38.588Z]  /   |   \|      <
17:03:38 [2021-08-20T17:03:38.588Z]  /    |    \    |  \
17:03:38 [2021-08-20T17:03:38.588Z]  \_______  /____|__ \
17:03:38 [2021-08-20T17:03:38.588Z]          \/        \/
17:03:38 [2021-08-20T17:03:38.588Z] 
17:03:38 [2021-08-20T17:03:38.588Z] INFO: make.ps1 ended at 08/20/2021 17:03:29
17:03:38 [2021-08-20T17:03:38.588Z] INFO: Binaries build ended at 08/20/2021 17:03:31. Duration:00:01:08.7596023
17:03:38 [2021-08-20T17:03:38.588Z] INFO: Copying the built daemon binary to d:\CI\PR-42765\2\binary\dockerd-b1b88c94ee.exe...
17:03:38 [2021-08-20T17:03:38.588Z] INFO: Copying the built client binary to d:\CI\PR-42765\2\binary\docker-b1b88c94ee.exe...
17:03:38 [2021-08-20T17:03:38.588Z] INFO: Copying dockerversion from the container...
17:03:38 [2021-08-20T17:03:38.588Z] INFO: Copying the golang package from the container to d:\CI\PR-42765\2\installer\go.zip...
17:03:38 [2021-08-20T17:03:38.588Z] INFO: Extracting go.zip to d:\CI\PR-42765\2\go
17:03:38 [2021-08-20T17:03:38.741Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
17:03:38 [2021-08-20T17:03:38.741Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
17:03:38 [2021-08-20T17:03:38.910Z] INFO: Expanding compiler 3 of 3...
17:03:38 [2021-08-20T17:03:38.988Z] === RUN   TestDockerSuite/TestAPINetworkFilter
17:03:38 [2021-08-20T17:03:38.988Z] === RUN   TestDockerSuite/TestAPINetworkGetDefaults
17:03:38 [2021-08-20T17:03:38.988Z] === RUN   TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks
17:03:39 [2021-08-20T17:03:39.367Z] INFO: Removing downloaded files...
17:03:39 [2021-08-20T17:03:39.367Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ...
17:03:39 [2021-08-20T17:03:39.367Z] INFO: Configuring git core.autocrlf...
17:03:39 [2021-08-20T17:03:39.551Z] === RUN   TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon
17:03:40 [2021-08-20T17:03:40.114Z] === RUN   TestDockerSuite/TestAPINetworkInspectBridge
17:03:40 [2021-08-20T17:03:40.116Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
17:03:40 [2021-08-20T17:03:40.116Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
17:03:41 [2021-08-20T17:03:41.483Z] === RUN   TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork
17:03:41 [2021-08-20T17:03:41.491Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
17:03:41 [2021-08-20T17:03:41.491Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
17:03:41 [2021-08-20T17:03:41.740Z] === RUN   TestDockerDaemonSuite/TestCLIProxyProxyTCPSock
17:03:41 [2021-08-20T17:03:41.740Z] === RUN   TestDockerSuite/TestAPIOptionsRoute
17:03:41 [2021-08-20T17:03:41.740Z] === RUN   TestDockerSuite/TestAPIStatsContainerNotFound
17:03:41 [2021-08-20T17:03:41.740Z] === RUN   TestDockerSuite/TestAPIStatsNetworkStats
17:03:42 [2021-08-20T17:03:42.243Z] --- PASS: TestBuildPreserveOwnership (10.31s)
17:03:42 [2021-08-20T17:03:42.243Z]     --- PASS: TestBuildPreserveOwnership/copy_from (6.30s)
17:03:42 [2021-08-20T17:03:42.243Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (4.00s)
17:03:42 [2021-08-20T17:03:42.243Z] === RUN   TestBuildPlatformInvalid
17:03:42 [2021-08-20T17:03:42.243Z] --- PASS: TestBuildPlatformInvalid (0.08s)
17:03:42 [2021-08-20T17:03:42.243Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
17:03:42 [2021-08-20T17:03:42.243Z]     build_userns_linux_test.go:32: testEnv.IsRootless()
17:03:42 [2021-08-20T17:03:42.243Z] --- SKIP: TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s)
17:03:42 [2021-08-20T17:03:42.243Z] PASS
17:03:42 [2021-08-20T17:03:42.243Z] 
17:03:42 [2021-08-20T17:03:42.243Z] === Skipped
17:03:42 [2021-08-20T17:03:42.243Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s)
17:03:42 [2021-08-20T17:03:42.243Z]     build_session_test.go:25: TODO: BuildKit
17:03:42 [2021-08-20T17:03:42.243Z] 
17:03:42 [2021-08-20T17:03:42.243Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.01s)
17:03:42 [2021-08-20T17:03:42.243Z]     build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control
17:03:42 [2021-08-20T17:03:42.243Z] 
17:03:42 [2021-08-20T17:03:42.243Z] === SKIP: amd64.integration.build TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s)
17:03:42 [2021-08-20T17:03:42.243Z]     build_userns_linux_test.go:32: testEnv.IsRootless()
17:03:42 [2021-08-20T17:03:42.243Z] 
17:03:42 [2021-08-20T17:03:42.243Z] 
17:03:42 [2021-08-20T17:03:42.243Z] DONE 34 tests, 3 skipped in 137.441s
17:03:42 [2021-08-20T17:03:42.243Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m 
17:03:42 [2021-08-20T17:03:42.331Z] === RUN   TestMiddlewares
17:03:42 [2021-08-20T17:03:42.331Z] --- PASS: TestMiddlewares (0.00s)
17:03:42 [2021-08-20T17:03:42.331Z] PASS
17:03:42 [2021-08-20T17:03:42.331Z] coverage: 9.0% of statements
17:03:42 [2021-08-20T17:03:42.331Z] ok  	github.com/docker/docker/api/server	0.072s	coverage: 9.0% of statements
17:03:42 [2021-08-20T17:03:42.499Z] INFO: Testing against a local daemon
17:03:42 [2021-08-20T17:03:42.499Z] === RUN   TestConfigInspect
17:03:42 [2021-08-20T17:03:42.499Z]     config_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:03:42 [2021-08-20T17:03:42.499Z] --- SKIP: TestConfigInspect (0.02s)
17:03:42 [2021-08-20T17:03:42.499Z] === RUN   TestConfigList
17:03:42 [2021-08-20T17:03:42.499Z]     config_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:03:42 [2021-08-20T17:03:42.499Z] --- SKIP: TestConfigList (0.03s)
17:03:42 [2021-08-20T17:03:42.499Z] === RUN   TestConfigsCreateAndDelete
17:03:42 [2021-08-20T17:03:42.499Z]     config_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:03:42 [2021-08-20T17:03:42.499Z] --- SKIP: TestConfigsCreateAndDelete (0.01s)
17:03:42 [2021-08-20T17:03:42.499Z] === RUN   TestConfigsUpdate
17:03:42 [2021-08-20T17:03:42.499Z]     config_test.go:171: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:03:42 [2021-08-20T17:03:42.499Z] --- SKIP: TestConfigsUpdate (0.01s)
17:03:42 [2021-08-20T17:03:42.499Z] === RUN   TestTemplatedConfig
17:03:42 [2021-08-20T17:03:42.499Z]     config_test.go:221: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:03:42 [2021-08-20T17:03:42.499Z] --- SKIP: TestTemplatedConfig (0.00s)
17:03:42 [2021-08-20T17:03:42.499Z] === RUN   TestConfigCreateResolve
17:03:42 [2021-08-20T17:03:42.499Z]     config_test.go:333: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:03:42 [2021-08-20T17:03:42.499Z] --- SKIP: TestConfigCreateResolve (0.01s)
17:03:42 [2021-08-20T17:03:42.499Z] PASS
17:03:42 [2021-08-20T17:03:42.499Z] 
17:03:42 [2021-08-20T17:03:42.499Z] === Skipped
17:03:42 [2021-08-20T17:03:42.499Z] === SKIP: amd64.integration.config TestConfigInspect (0.02s)
17:03:42 [2021-08-20T17:03:42.499Z]     config_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:03:42 [2021-08-20T17:03:42.499Z] 
17:03:42 [2021-08-20T17:03:42.499Z] === SKIP: amd64.integration.config TestConfigList (0.03s)
17:03:42 [2021-08-20T17:03:42.499Z]     config_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:03:42 [2021-08-20T17:03:42.499Z] 
17:03:42 [2021-08-20T17:03:42.499Z] === SKIP: amd64.integration.config TestConfigsCreateAndDelete (0.01s)
17:03:42 [2021-08-20T17:03:42.499Z]     config_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:03:42 [2021-08-20T17:03:42.499Z] 
17:03:42 [2021-08-20T17:03:42.499Z] === SKIP: amd64.integration.config TestConfigsUpdate (0.01s)
17:03:42 [2021-08-20T17:03:42.499Z]     config_test.go:171: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:03:42 [2021-08-20T17:03:42.499Z] 
17:03:42 [2021-08-20T17:03:42.499Z] === SKIP: amd64.integration.config TestTemplatedConfig (0.00s)
17:03:42 [2021-08-20T17:03:42.499Z]     config_test.go:221: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:03:42 [2021-08-20T17:03:42.499Z] 
17:03:42 [2021-08-20T17:03:42.499Z] === SKIP: amd64.integration.config TestConfigCreateResolve (0.01s)
17:03:42 [2021-08-20T17:03:42.499Z]     config_test.go:333: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:03:42 [2021-08-20T17:03:42.499Z] 
17:03:42 [2021-08-20T17:03:42.499Z] 
17:03:42 [2021-08-20T17:03:42.499Z] DONE 6 tests, 6 skipped in 0.202s
17:03:42 [2021-08-20T17:03:42.499Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m 
17:03:42 [2021-08-20T17:03:42.755Z] INFO: Testing against a local daemon
17:03:42 [2021-08-20T17:03:42.755Z] === RUN   TestCheckpoint
17:03:42 [2021-08-20T17:03:42.755Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
17:03:42 [2021-08-20T17:03:42.755Z] --- SKIP: TestCheckpoint (0.00s)
17:03:42 [2021-08-20T17:03:42.755Z] === RUN   TestContainerInvalidJSON
17:03:42 [2021-08-20T17:03:42.755Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
17:03:42 [2021-08-20T17:03:42.755Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
17:03:42 [2021-08-20T17:03:42.755Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
17:03:42 [2021-08-20T17:03:42.755Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
17:03:42 [2021-08-20T17:03:42.755Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
17:03:42 [2021-08-20T17:03:42.755Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
17:03:42 [2021-08-20T17:03:42.755Z] --- PASS: TestContainerInvalidJSON (0.01s)
17:03:42 [2021-08-20T17:03:42.755Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
17:03:42 [2021-08-20T17:03:42.755Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
17:03:42 [2021-08-20T17:03:42.755Z] === RUN   TestCopyFromContainerPathDoesNotExist
17:03:42 [2021-08-20T17:03:42.755Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.06s)
17:03:42 [2021-08-20T17:03:42.755Z] === RUN   TestCopyFromContainerPathIsNotDir
17:03:42 [2021-08-20T17:03:42.755Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.06s)
17:03:42 [2021-08-20T17:03:42.755Z] === RUN   TestCopyToContainerPathDoesNotExist
17:03:43 [2021-08-20T17:03:43.011Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s)
17:03:43 [2021-08-20T17:03:43.011Z] === RUN   TestCopyToContainerPathIsNotDir
17:03:43 [2021-08-20T17:03:43.011Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s)
17:03:43 [2021-08-20T17:03:43.011Z] === RUN   TestCopyFromContainer
17:03:44 [2021-08-20T17:03:44.024Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
17:03:44 [2021-08-20T17:03:44.024Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
17:03:46 [2021-08-20T17:03:46.277Z] === RUN   TestCopyFromContainer//
17:03:46 [2021-08-20T17:03:46.277Z] === RUN   TestCopyFromContainer//bar/root
17:03:46 [2021-08-20T17:03:46.277Z] === RUN   TestCopyFromContainer//bar/root/
17:03:46 [2021-08-20T17:03:46.277Z] === RUN   TestCopyFromContainer/bar/quux
17:03:46 [2021-08-20T17:03:46.277Z] === RUN   TestCopyFromContainer/bar/quux/
17:03:46 [2021-08-20T17:03:46.533Z] === RUN   TestCopyFromContainer/bar/quux/baz
17:03:46 [2021-08-20T17:03:46.533Z] === RUN   TestCopyFromContainer/bar/filesymlink
17:03:46 [2021-08-20T17:03:46.533Z] === RUN   TestCopyFromContainer/bar/dirsymlink
17:03:46 [2021-08-20T17:03:46.533Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
17:03:46 [2021-08-20T17:03:46.533Z] === RUN   TestCopyFromContainer/bar/notarget
17:03:46 [2021-08-20T17:03:46.557Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
17:03:46 [2021-08-20T17:03:46.790Z] --- PASS: TestCopyFromContainer (3.75s)
17:03:46 [2021-08-20T17:03:46.790Z]     --- PASS: TestCopyFromContainer// (0.06s)
17:03:46 [2021-08-20T17:03:46.790Z]     --- PASS: TestCopyFromContainer//bar/root (0.06s)
17:03:46 [2021-08-20T17:03:46.790Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.06s)
17:03:46 [2021-08-20T17:03:46.790Z]     --- PASS: TestCopyFromContainer/bar/quux (0.05s)
17:03:46 [2021-08-20T17:03:46.790Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.05s)
17:03:46 [2021-08-20T17:03:46.790Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.05s)
17:03:46 [2021-08-20T17:03:46.790Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.05s)
17:03:46 [2021-08-20T17:03:46.790Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.05s)
17:03:46 [2021-08-20T17:03:46.790Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.05s)
17:03:46 [2021-08-20T17:03:46.790Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.05s)
17:03:46 [2021-08-20T17:03:46.790Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
17:03:46 [2021-08-20T17:03:46.790Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
17:03:46 [2021-08-20T17:03:46.790Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
17:03:46 [2021-08-20T17:03:46.790Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
17:03:46 [2021-08-20T17:03:46.790Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
17:03:46 [2021-08-20T17:03:46.790Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
17:03:46 [2021-08-20T17:03:46.790Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
17:03:46 [2021-08-20T17:03:46.790Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
17:03:46 [2021-08-20T17:03:46.790Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
17:03:46 [2021-08-20T17:03:46.790Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
17:03:46 [2021-08-20T17:03:46.790Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s)
17:03:46 [2021-08-20T17:03:46.790Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
17:03:46 [2021-08-20T17:03:46.790Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
17:03:46 [2021-08-20T17:03:46.790Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
17:03:46 [2021-08-20T17:03:46.790Z] === RUN   TestCreateLinkToNonExistingContainer
17:03:46 [2021-08-20T17:03:46.790Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s)
17:03:46 [2021-08-20T17:03:46.790Z] === RUN   TestCreateWithInvalidEnv
17:03:46 [2021-08-20T17:03:46.790Z] === RUN   TestCreateWithInvalidEnv/0
17:03:46 [2021-08-20T17:03:46.790Z] === PAUSE TestCreateWithInvalidEnv/0
17:03:46 [2021-08-20T17:03:46.790Z] === RUN   TestCreateWithInvalidEnv/1
17:03:46 [2021-08-20T17:03:46.790Z] === PAUSE TestCreateWithInvalidEnv/1
17:03:46 [2021-08-20T17:03:46.790Z] === RUN   TestCreateWithInvalidEnv/2
17:03:46 [2021-08-20T17:03:46.790Z] === PAUSE TestCreateWithInvalidEnv/2
17:03:46 [2021-08-20T17:03:46.790Z] === CONT  TestCreateWithInvalidEnv/0
17:03:46 [2021-08-20T17:03:46.790Z] === CONT  TestCreateWithInvalidEnv/2
17:03:46 [2021-08-20T17:03:46.790Z] === CONT  TestCreateWithInvalidEnv/1
17:03:46 [2021-08-20T17:03:46.790Z] --- PASS: TestCreateWithInvalidEnv (0.01s)
17:03:46 [2021-08-20T17:03:46.790Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
17:03:46 [2021-08-20T17:03:46.790Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
17:03:46 [2021-08-20T17:03:46.790Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
17:03:46 [2021-08-20T17:03:46.790Z] === RUN   TestCreateTmpfsMountsTarget
17:03:46 [2021-08-20T17:03:46.790Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s)
17:03:46 [2021-08-20T17:03:46.790Z] === RUN   TestCreateWithCustomMaskedPaths
17:03:46 [2021-08-20T17:03:46.816Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
17:03:48 [2021-08-20T17:03:48.682Z] --- PASS: TestCreateWithCustomMaskedPaths (1.87s)
17:03:48 [2021-08-20T17:03:48.682Z] === RUN   TestCreateWithCustomReadonlyPaths
17:03:49 [2021-08-20T17:03:49.348Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
17:03:49 [2021-08-20T17:03:49.348Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.20s)
17:03:49 [2021-08-20T17:03:49.348Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.30s)
17:03:49 [2021-08-20T17:03:49.348Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.47s)
17:03:49 [2021-08-20T17:03:49.348Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.43s)
17:03:49 [2021-08-20T17:03:49.348Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.37s)
17:03:49 [2021-08-20T17:03:49.348Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.40s)
17:03:49 [2021-08-20T17:03:49.348Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.29s)
17:03:49 [2021-08-20T17:03:49.348Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.31s)
17:03:49 [2021-08-20T17:03:49.348Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.92s)
17:03:49 [2021-08-20T17:03:49.348Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.00s)
17:03:49 [2021-08-20T17:03:49.348Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.20s)
17:03:49 [2021-08-20T17:03:49.348Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.28s)
17:03:49 [2021-08-20T17:03:49.348Z] === RUN   TestCgroupNamespacesRun
17:03:49 [2021-08-20T17:03:49.830Z] === RUN   TestDockerSuite/TestAPIStatsNetworkStatsVersioning
17:03:49 [2021-08-20T17:03:49.830Z] --- PASS: TestBuildWithHugeFile (113.09s)
17:03:49 [2021-08-20T17:03:49.830Z] === RUN   TestBuildWCOWSandboxSize
17:03:49 [2021-08-20T17:03:49.830Z]     build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control
17:03:49 [2021-08-20T17:03:49.830Z] --- SKIP: TestBuildWCOWSandboxSize (0.01s)
17:03:49 [2021-08-20T17:03:49.830Z] === RUN   TestBuildWithEmptyDockerfile
17:03:49 [2021-08-20T17:03:49.830Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
17:03:49 [2021-08-20T17:03:49.830Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
17:03:49 [2021-08-20T17:03:49.830Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
17:03:49 [2021-08-20T17:03:49.830Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
17:03:49 [2021-08-20T17:03:49.830Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
17:03:49 [2021-08-20T17:03:49.830Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
17:03:49 [2021-08-20T17:03:49.830Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
17:03:49 [2021-08-20T17:03:49.830Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
17:03:49 [2021-08-20T17:03:49.830Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
17:03:49 [2021-08-20T17:03:49.830Z] --- PASS: TestBuildWithEmptyDockerfile (0.04s)
17:03:49 [2021-08-20T17:03:49.830Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.10s)
17:03:49 [2021-08-20T17:03:49.830Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.10s)
17:03:49 [2021-08-20T17:03:49.830Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s)
17:03:49 [2021-08-20T17:03:49.830Z] === RUN   TestBuildPreserveOwnership
17:03:49 [2021-08-20T17:03:49.830Z] === RUN   TestBuildPreserveOwnership/copy_from
17:03:50 [2021-08-20T17:03:50.575Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.94s)
17:03:50 [2021-08-20T17:03:50.575Z] === RUN   TestCreateWithInvalidHealthcheckParams
17:03:50 [2021-08-20T17:03:50.575Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
17:03:50 [2021-08-20T17:03:50.575Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
17:03:50 [2021-08-20T17:03:50.575Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
17:03:50 [2021-08-20T17:03:50.575Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
17:03:50 [2021-08-20T17:03:50.575Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
17:03:50 [2021-08-20T17:03:50.575Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
17:03:50 [2021-08-20T17:03:50.575Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
17:03:50 [2021-08-20T17:03:50.575Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
17:03:50 [2021-08-20T17:03:50.575Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
17:03:50 [2021-08-20T17:03:50.575Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
17:03:50 [2021-08-20T17:03:50.575Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
17:03:50 [2021-08-20T17:03:50.575Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
17:03:50 [2021-08-20T17:03:50.575Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
17:03:50 [2021-08-20T17:03:50.575Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
17:03:50 [2021-08-20T17:03:50.575Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
17:03:50 [2021-08-20T17:03:50.575Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s)
17:03:50 [2021-08-20T17:03:50.575Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s)
17:03:50 [2021-08-20T17:03:50.575Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s)
17:03:50 [2021-08-20T17:03:50.575Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
17:03:50 [2021-08-20T17:03:50.575Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
17:03:50 [2021-08-20T17:03:50.575Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s)
17:03:50 [2021-08-20T17:03:50.575Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
17:03:50 [2021-08-20T17:03:50.727Z] --- PASS: TestCgroupNamespacesRun (1.70s)
17:03:50 [2021-08-20T17:03:50.727Z] === RUN   TestCgroupNamespacesRunPrivileged
17:03:50 [2021-08-20T17:03:50.727Z]     run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns
17:03:50 [2021-08-20T17:03:50.727Z] --- SKIP: TestCgroupNamespacesRunPrivileged (0.00s)
17:03:50 [2021-08-20T17:03:50.727Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
17:03:50 [2021-08-20T17:03:50.759Z] === RUN   TestDockerSuite/TestAPIStatsNoStreamConnectedContainers
17:03:51 [2021-08-20T17:03:51.503Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.62s)
17:03:51 [2021-08-20T17:03:51.503Z] === RUN   TestCreateDifferentPlatform
17:03:51 [2021-08-20T17:03:51.503Z] === RUN   TestCreateDifferentPlatform/different_os
17:03:51 [2021-08-20T17:03:51.503Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
17:03:51 [2021-08-20T17:03:51.503Z] --- PASS: TestCreateDifferentPlatform (0.01s)
17:03:51 [2021-08-20T17:03:51.503Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
17:03:51 [2021-08-20T17:03:51.503Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
17:03:51 [2021-08-20T17:03:51.503Z] === RUN   TestCreateVolumesFromNonExistingContainer
17:03:51 [2021-08-20T17:03:51.503Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s)
17:03:51 [2021-08-20T17:03:51.503Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
17:03:51 [2021-08-20T17:03:51.503Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s)
17:03:51 [2021-08-20T17:03:51.503Z] === RUN   TestContainerStartOnDaemonRestart
17:03:51 [2021-08-20T17:03:51.503Z]     daemon_linux_test.go:38: (*Execution).IsRootless-fm
17:03:51 [2021-08-20T17:03:51.503Z] --- SKIP: TestContainerStartOnDaemonRestart (0.00s)
17:03:51 [2021-08-20T17:03:51.503Z] === RUN   TestDaemonRestartIpcMode
17:03:51 [2021-08-20T17:03:51.503Z] === PAUSE TestDaemonRestartIpcMode
17:03:51 [2021-08-20T17:03:51.503Z] === RUN   TestDaemonHostGatewayIP
17:03:51 [2021-08-20T17:03:51.503Z]     daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network
17:03:51 [2021-08-20T17:03:51.503Z] --- SKIP: TestDaemonHostGatewayIP (0.00s)
17:03:51 [2021-08-20T17:03:51.503Z] === RUN   TestRestartDaemonWithRestartingContainer
17:03:51 [2021-08-20T17:03:51.503Z] === PAUSE TestRestartDaemonWithRestartingContainer
17:03:51 [2021-08-20T17:03:51.503Z] === RUN   TestContainerKillOnDaemonStart
17:03:51 [2021-08-20T17:03:51.503Z]     daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode
17:03:51 [2021-08-20T17:03:51.503Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s)
17:03:51 [2021-08-20T17:03:51.503Z] === RUN   TestDiff
17:03:52 [2021-08-20T17:03:52.065Z] --- PASS: TestDiff (0.64s)
17:03:52 [2021-08-20T17:03:52.065Z] === RUN   TestExecWithCloseStdin
17:03:52 [2021-08-20T17:03:52.629Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.70s)
17:03:52 [2021-08-20T17:03:52.630Z] === RUN   TestCgroupNamespacesRunHostMode
17:03:52 [2021-08-20T17:03:52.994Z] --- PASS: TestExecWithCloseStdin (0.92s)
17:03:52 [2021-08-20T17:03:52.994Z] === RUN   TestExec
17:03:53 [2021-08-20T17:03:53.276Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
17:03:53 [2021-08-20T17:03:53.276Z] === RUN   TestDockerSuite/TestAPIStatsNoStreamGetCpu
17:03:53 [2021-08-20T17:03:53.599Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
17:03:53 [2021-08-20T17:03:53.599Z] Building: bundles/dynbinary-daemon/docker-proxy-dev
17:03:53 [2021-08-20T17:03:53.599Z] GOOS="" GOARCH="" GOARM=""
17:03:53 [2021-08-20T17:03:53.599Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev
17:03:53 [2021-08-20T17:03:53.599Z] 
17:03:53 [2021-08-20T17:03:53.599Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py)
17:03:53 [2021-08-20T17:03:53.599Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py)
17:03:53 [2021-08-20T17:03:53.599Z] Using test binary docker
17:03:53 [2021-08-20T17:03:53.599Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
17:03:53 [2021-08-20T17:03:53.599Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
17:03:53 [2021-08-20T17:03:53.599Z] INFO: Waiting for daemon to start...
17:03:53 [2021-08-20T17:03:53.599Z] Starting dockerd
17:03:53 [2021-08-20T17:03:53.599Z] .
17:03:53 [2021-08-20T17:03:53.599Z] INFO: Building docker-sdk-python3:5.0.0...
17:03:53 [2021-08-20T17:03:53.921Z] --- PASS: TestExec (0.92s)
17:03:53 [2021-08-20T17:03:53.921Z] === RUN   TestExecUser
17:03:54 [2021-08-20T17:03:54.007Z] --- PASS: TestCgroupNamespacesRunHostMode (1.69s)
17:03:54 [2021-08-20T17:03:54.007Z] === RUN   TestCgroupNamespacesRunPrivateMode
17:03:54 [2021-08-20T17:03:54.205Z] --- PASS: TestBuildPreserveOwnership (4.55s)
17:03:54 [2021-08-20T17:03:54.205Z]     --- PASS: TestBuildPreserveOwnership/copy_from (3.05s)
17:03:54 [2021-08-20T17:03:54.205Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.49s)
17:03:54 [2021-08-20T17:03:54.205Z] === RUN   TestBuildPlatformInvalid
17:03:54 [2021-08-20T17:03:54.461Z] --- PASS: TestBuildPlatformInvalid (0.10s)
17:03:54 [2021-08-20T17:03:54.462Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
17:03:54 [2021-08-20T17:03:54.848Z] --- PASS: TestExecUser (0.89s)
17:03:54 [2021-08-20T17:03:54.848Z] === RUN   TestExportContainerAndImportImage
17:03:55 [2021-08-20T17:03:55.410Z] --- PASS: TestExportContainerAndImportImage (0.79s)
17:03:55 [2021-08-20T17:03:55.410Z] === RUN   TestExportContainerAfterDaemonRestart
17:03:55 [2021-08-20T17:03:55.829Z] === RUN   TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines
17:03:55 [2021-08-20T17:03:55.909Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.66s)
17:03:55 [2021-08-20T17:03:55.910Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
17:03:56 [2021-08-20T17:03:56.217Z] INFO: Extraction ended at 08/20/2021 17:03:53. Duration:00:00:20.4006839
17:03:56 [2021-08-20T17:03:56.217Z] INFO: Updating the golang and path environment variables
17:03:56 [2021-08-20T17:03:56.217Z] INFO: GOPATH=d:\gopath
17:03:56 [2021-08-20T17:03:56.217Z] INFO: go version go1.16.7 windows/amd64
17:03:56 [2021-08-20T17:03:56.217Z] INFO: Running the daemon under test in debug mode
17:03:56 [2021-08-20T17:03:56.217Z] INFO: Starting a daemon under test...
17:03:56 [2021-08-20T17:03:56.217Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-42765\2\daemon --pidfile d:\CI\PR-42765\2\docker.pid -D
17:03:56 [2021-08-20T17:03:56.217Z] INFO: Process started successfully.
17:03:56 [2021-08-20T17:03:56.217Z] INFO: Start tailing logs of the daemon under tests
17:03:56 [2021-08-20T17:03:56.217Z] INFO: Waiting for the daemon under test to start...
17:03:56 [2021-08-20T17:03:56.761Z] === RUN   TestDockerSuite/TestAppArmorDeniesChmodProc
17:03:56 [2021-08-20T17:03:56.776Z] --- PASS: TestExportContainerAfterDaemonRestart (1.33s)
17:03:56 [2021-08-20T17:03:56.776Z] === RUN   TestHealthCheckWorkdir
17:03:56 [2021-08-20T17:03:56.846Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.16s)
17:03:56 [2021-08-20T17:03:56.847Z] === RUN   TestCgroupNamespacesRunInvalidMode
17:03:57 [2021-08-20T17:03:57.783Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.68s)
17:03:57 [2021-08-20T17:03:57.783Z] === RUN   TestCgroupNamespacesRunOlderClient
17:03:58 [2021-08-20T17:03:58.130Z] === RUN   TestDockerSuite/TestAppArmorDeniesPtrace
17:03:58 [2021-08-20T17:03:58.143Z] --- PASS: TestHealthCheckWorkdir (1.29s)
17:03:58 [2021-08-20T17:03:58.143Z] === RUN   TestHealthKillContainer
17:03:58 [2021-08-20T17:03:58.388Z] === RUN   TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill
17:03:59 [2021-08-20T17:03:59.319Z] === RUN   TestDockerSuite/TestAppArmorTraceSelf
17:03:59 [2021-08-20T17:03:59.691Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.78s)
17:03:59 [2021-08-20T17:03:59.691Z] === RUN   TestNISDomainname
17:04:00 [2021-08-20T17:04:00.687Z]     docker_cli_daemon_test.go:1455: [dce998e1b25da] daemon is not started
17:04:00 [2021-08-20T17:04:00.687Z] === RUN   TestDockerSuite/TestAttachAfterDetach
17:04:01 [2021-08-20T17:04:01.075Z] --- PASS: TestNISDomainname (1.37s)
17:04:01 [2021-08-20T17:04:01.075Z] === RUN   TestHostnameDnsResolution
17:04:01 [2021-08-20T17:04:01.408Z] --- PASS: TestHealthKillContainer (2.97s)
17:04:01 [2021-08-20T17:04:01.408Z] === RUN   TestInspectCpusetInConfigPre120
17:04:01 [2021-08-20T17:04:01.664Z] --- PASS: TestInspectCpusetInConfigPre120 (0.62s)
17:04:01 [2021-08-20T17:04:01.664Z] === RUN   TestIpcModeNone
17:04:02 [2021-08-20T17:04:02.010Z] --- PASS: TestHostnameDnsResolution (1.23s)
17:04:02 [2021-08-20T17:04:02.010Z] === RUN   TestStats
17:04:02 [2021-08-20T17:04:02.061Z]     check_test.go:309: [d6860a78f3a0e] daemon is not started
17:04:02 [2021-08-20T17:04:02.061Z] === RUN   TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash
17:04:02 [2021-08-20T17:04:02.592Z] --- PASS: TestIpcModeNone (0.95s)
17:04:02 [2021-08-20T17:04:02.592Z] === RUN   TestIpcModePrivate
17:04:03 [2021-08-20T17:04:03.428Z] === RUN   TestDockerSuite/TestAttachClosedOnContainerStop
17:04:03 [2021-08-20T17:04:03.521Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:72, shared: false, mustBeShared: false
17:04:03 [2021-08-20T17:04:03.521Z] --- PASS: TestIpcModePrivate (0.92s)
17:04:03 [2021-08-20T17:04:03.521Z] === RUN   TestIpcModeShareable
17:04:03 [2021-08-20T17:04:03.521Z]     ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
17:04:03 [2021-08-20T17:04:03.521Z] --- SKIP: TestIpcModeShareable (0.00s)
17:04:03 [2021-08-20T17:04:03.521Z] === RUN   TestAPIIpcModeShareableAndContainer
17:04:04 [2021-08-20T17:04:04.798Z] === RUN   TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown
17:04:05 [2021-08-20T17:04:05.294Z] --- PASS: TestStats (2.75s)
17:04:05 [2021-08-20T17:04:05.294Z] === RUN   TestStopContainerWithTimeout
17:04:05 [2021-08-20T17:04:05.294Z] === RUN   TestStopContainerWithTimeout/0
17:04:05 [2021-08-20T17:04:05.294Z] === PAUSE TestStopContainerWithTimeout/0
17:04:05 [2021-08-20T17:04:05.294Z] === RUN   TestStopContainerWithTimeout/1
17:04:05 [2021-08-20T17:04:05.294Z] === PAUSE TestStopContainerWithTimeout/1
17:04:05 [2021-08-20T17:04:05.294Z] === RUN   TestStopContainerWithTimeout/3
17:04:05 [2021-08-20T17:04:05.294Z] === PAUSE TestStopContainerWithTimeout/3
17:04:05 [2021-08-20T17:04:05.294Z] === RUN   TestStopContainerWithTimeout/-1
17:04:05 [2021-08-20T17:04:05.294Z] === PAUSE TestStopContainerWithTimeout/-1
17:04:05 [2021-08-20T17:04:05.294Z] === CONT  TestStopContainerWithTimeout/0
17:04:05 [2021-08-20T17:04:05.294Z] === CONT  TestStopContainerWithTimeout/3
17:04:05 [2021-08-20T17:04:05.728Z] === RUN   TestDockerSuite/TestAttachDetach
17:04:05 [2021-08-20T17:04:05.861Z] === CONT  TestStopContainerWithTimeout/-1
17:04:06 [2021-08-20T17:04:06.750Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test	[no test files]
17:04:06 [2021-08-20T17:04:06.750Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient	[no test files]
17:04:06 [2021-08-20T17:04:06.750Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver	[no test files]
17:04:06 [2021-08-20T17:04:06.750Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient	[no test files]
17:04:06 [2021-08-20T17:04:06.750Z] ?   	github.com/docker/docker/libnetwork/cmd/ovrouter	[no test files]
17:04:06 [2021-08-20T17:04:06.793Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.58s)
17:04:06 [2021-08-20T17:04:06.793Z] === RUN   TestAPIIpcModeHost
17:04:06 [2021-08-20T17:04:06.793Z]     ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
17:04:06 [2021-08-20T17:04:06.793Z] --- SKIP: TestAPIIpcModeHost (0.00s)
17:04:06 [2021-08-20T17:04:06.793Z] === RUN   TestDaemonIpcModeShareable
17:04:06 [2021-08-20T17:04:06.793Z]     ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
17:04:06 [2021-08-20T17:04:06.793Z] --- SKIP: TestDaemonIpcModeShareable (0.00s)
17:04:06 [2021-08-20T17:04:06.793Z] === RUN   TestDaemonIpcModePrivate
17:04:07 [2021-08-20T17:04:07.097Z]     check_test.go:309: [d6bef22d22376] daemon is not started
17:04:07 [2021-08-20T17:04:07.097Z] === RUN   TestDockerDaemonSuite/TestDaemonAllocatesListeningPort
17:04:07 [2021-08-20T17:04:07.097Z] === RUN   TestDockerSuite/TestAttachDisconnect
17:04:07 [2021-08-20T17:04:07.729Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:75, shared: false, mustBeShared: false
17:04:07 [2021-08-20T17:04:07.730Z] --- PASS: TestDaemonIpcModePrivate (1.62s)
17:04:07 [2021-08-20T17:04:07.730Z] === RUN   TestDaemonIpcModePrivateFromConfig
17:04:07 [2021-08-20T17:04:07.730Z]     ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
17:04:07 [2021-08-20T17:04:07.730Z] --- SKIP: TestDaemonIpcModePrivateFromConfig (0.00s)
17:04:07 [2021-08-20T17:04:07.730Z] === RUN   TestDaemonIpcModeShareableFromConfig
17:04:07 [2021-08-20T17:04:07.730Z]     ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
17:04:07 [2021-08-20T17:04:07.730Z] --- SKIP: TestDaemonIpcModeShareableFromConfig (0.00s)
17:04:07 [2021-08-20T17:04:07.730Z] === RUN   TestIpcModeOlderClient
17:04:07 [2021-08-20T17:04:07.730Z] === PAUSE TestIpcModeOlderClient
17:04:07 [2021-08-20T17:04:07.730Z] === RUN   TestKillContainerInvalidSignal
17:04:07 [2021-08-20T17:04:07.762Z] === CONT  TestStopContainerWithTimeout/1
17:04:08 [2021-08-20T17:04:08.027Z] === RUN   TestDockerSuite/TestAttachMultipleAndRestart
17:04:08 [2021-08-20T17:04:08.689Z] --- PASS: TestKillContainerInvalidSignal (0.69s)
17:04:08 [2021-08-20T17:04:08.689Z] === RUN   TestKillContainer
17:04:08 [2021-08-20T17:04:08.689Z] === RUN   TestKillContainer/no_signal
17:04:09 [2021-08-20T17:04:09.264Z] === RUN   TestKillContainer/non_killing_signal
17:04:09 [2021-08-20T17:04:09.664Z] --- PASS: TestStopContainerWithTimeout (0.01s)
17:04:09 [2021-08-20T17:04:09.664Z]     --- PASS: TestStopContainerWithTimeout/0 (0.97s)
17:04:09 [2021-08-20T17:04:09.664Z]     --- PASS: TestStopContainerWithTimeout/3 (3.02s)
17:04:09 [2021-08-20T17:04:09.664Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.68s)
17:04:09 [2021-08-20T17:04:09.664Z]     --- PASS: TestStopContainerWithTimeout/1 (1.75s)
17:04:09 [2021-08-20T17:04:09.664Z] === RUN   TestDeleteDevicemapper
17:04:09 [2021-08-20T17:04:09.664Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
17:04:09 [2021-08-20T17:04:09.664Z] --- SKIP: TestDeleteDevicemapper (0.00s)
17:04:09 [2021-08-20T17:04:09.664Z] === RUN   TestStopContainerWithRestartPolicyAlways
17:04:09 [2021-08-20T17:04:09.837Z] === RUN   TestKillContainer/killing_signal
17:04:10 [2021-08-20T17:04:10.058Z] ?   	github.com/docker/docker/libnetwork/cmd/readme_test	[no test files]
17:04:10 [2021-08-20T17:04:10.398Z] --- PASS: TestKillContainer (1.99s)
17:04:10 [2021-08-20T17:04:10.398Z]     --- PASS: TestKillContainer/no_signal (0.65s)
17:04:10 [2021-08-20T17:04:10.398Z]     --- PASS: TestKillContainer/non_killing_signal (0.51s)
17:04:10 [2021-08-20T17:04:10.398Z]     --- PASS: TestKillContainer/killing_signal (0.63s)
17:04:10 [2021-08-20T17:04:10.398Z] === RUN   TestKillWithStopSignalAndRestartPolicies
17:04:10 [2021-08-20T17:04:10.398Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
17:04:10 [2021-08-20T17:04:10.606Z] === RUN   TestDockerSuite/TestAttachPausedContainer
17:04:11 [2021-08-20T17:04:11.325Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
17:04:11 [2021-08-20T17:04:11.536Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeExternal
17:04:11 [2021-08-20T17:04:11.537Z] === RUN   TestDockerSuite/TestAttachTTYWithoutStdin
17:04:11 [2021-08-20T17:04:11.887Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.28s)
17:04:11 [2021-08-20T17:04:11.887Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.63s)
17:04:11 [2021-08-20T17:04:11.887Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.49s)
17:04:11 [2021-08-20T17:04:11.887Z] === RUN   TestKillStoppedContainer
17:04:11 [2021-08-20T17:04:11.887Z] --- PASS: TestKillStoppedContainer (0.06s)
17:04:11 [2021-08-20T17:04:11.887Z] === RUN   TestKillStoppedContainerAPIPre120
17:04:11 [2021-08-20T17:04:11.887Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.05s)
17:04:11 [2021-08-20T17:04:11.887Z] === RUN   TestKillDifferentUserContainer
17:04:12 [2021-08-20T17:04:12.452Z] --- PASS: TestKillDifferentUserContainer (0.64s)
17:04:12 [2021-08-20T17:04:12.452Z] === RUN   TestInspectOomKilledTrue
17:04:12 [2021-08-20T17:04:12.452Z]     kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none"
17:04:12 [2021-08-20T17:04:12.452Z] --- SKIP: TestInspectOomKilledTrue (0.01s)
17:04:12 [2021-08-20T17:04:12.452Z] === RUN   TestInspectOomKilledFalse
17:04:12 [2021-08-20T17:04:12.452Z]     kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
17:04:12 [2021-08-20T17:04:12.452Z] --- SKIP: TestInspectOomKilledFalse (0.00s)
17:04:12 [2021-08-20T17:04:12.452Z] === RUN   TestLinksEtcHostsContentMatch
17:04:12 [2021-08-20T17:04:12.452Z]     links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts
17:04:12 [2021-08-20T17:04:12.452Z] --- SKIP: TestLinksEtcHostsContentMatch (0.00s)
17:04:12 [2021-08-20T17:04:12.452Z] === RUN   TestLinksContainerNames
17:04:12 [2021-08-20T17:04:12.904Z] === RUN   TestDockerSuite/TestBuildAPIBuildGitWithF
17:04:12 [2021-08-20T17:04:12.950Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.26s)
17:04:12 [2021-08-20T17:04:12.950Z] === RUN   TestUpdateMemory
17:04:13 [2021-08-20T17:04:13.355Z] ok  	github.com/docker/docker/libnetwork/config	0.078s	coverage: 24.0% of statements
17:04:13 [2021-08-20T17:04:13.818Z] --- PASS: TestLinksContainerNames (1.40s)
17:04:13 [2021-08-20T17:04:13.819Z] === RUN   TestLogsFollowTailEmpty
17:04:13 [2021-08-20T17:04:13.842Z] ...INFO: Daemon under test started and replied!
17:04:13 [2021-08-20T17:04:13.842Z] INFO: Docker version of the daemon under test
17:04:13 [2021-08-20T17:04:13.842Z] 
17:04:13 [2021-08-20T17:04:13.842Z] Client:
17:04:13 [2021-08-20T17:04:13.842Z]  Version:      17.06.2-ce
17:04:13 [2021-08-20T17:04:13.842Z]  API version:  1.30
17:04:13 [2021-08-20T17:04:13.842Z]  Go version:   go1.8.3
17:04:13 [2021-08-20T17:04:13.842Z]  Git commit:   cec0b72
17:04:13 [2021-08-20T17:04:13.842Z]  Built:        Tue Sep  5 19:57:19 2017
17:04:13 [2021-08-20T17:04:13.842Z]  OS/Arch:      windows/amd64
17:04:13 [2021-08-20T17:04:13.842Z] 
17:04:13 [2021-08-20T17:04:13.842Z] Server:
17:04:13 [2021-08-20T17:04:13.842Z]  Version:      0.0.0-dev
17:04:13 [2021-08-20T17:04:13.842Z]  API version:  1.42 (minimum version 1.24)
17:04:13 [2021-08-20T17:04:13.842Z]  Go version:   go1.16.7
17:04:13 [2021-08-20T17:04:13.842Z]  Git commit:   b1b88c94ee
17:04:13 [2021-08-20T17:04:13.842Z]  Built:        08/20/2021 17:02:26
17:04:13 [2021-08-20T17:04:13.842Z]  OS/Arch:      windows/amd64
17:04:13 [2021-08-20T17:04:13.842Z]  Experimental: false
17:04:13 [2021-08-20T17:04:13.842Z] 
17:04:13 [2021-08-20T17:04:13.842Z] INFO: Docker info of the daemon under test
17:04:13 [2021-08-20T17:04:13.842Z] 
17:04:13 [2021-08-20T17:04:13.842Z] Containers: 0
17:04:13 [2021-08-20T17:04:13.842Z]  Running: 0
17:04:13 [2021-08-20T17:04:13.842Z]  Paused: 0
17:04:13 [2021-08-20T17:04:13.842Z]  Stopped: 0
17:04:13 [2021-08-20T17:04:13.842Z] Images: 0
17:04:13 [2021-08-20T17:04:13.842Z] Server Version: 0.0.0-dev
17:04:13 [2021-08-20T17:04:13.842Z] Storage Driver: windowsfilter
17:04:13 [2021-08-20T17:04:13.842Z]  Windows: 
17:04:13 [2021-08-20T17:04:13.842Z] Logging Driver: json-file
17:04:13 [2021-08-20T17:04:13.842Z] Plugins: 
17:04:13 [2021-08-20T17:04:13.842Z]  Volume: local
17:04:13 [2021-08-20T17:04:13.842Z]  Network: ics internal l2bridge l2tunnel nat null overlay private transparent
17:04:13 [2021-08-20T17:04:13.842Z]  Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog
17:04:13 [2021-08-20T17:04:13.842Z] Swarm: inactive
17:04:13 [2021-08-20T17:04:13.842Z] Default Isolation: process
17:04:13 [2021-08-20T17:04:13.842Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500)
17:04:13 [2021-08-20T17:04:13.842Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.169)
17:04:13 [2021-08-20T17:04:13.842Z] OSType: windows
17:04:13 [2021-08-20T17:04:13.842Z] Architecture: x86_64
17:04:13 [2021-08-20T17:04:13.842Z] CPUs: 4
17:04:13 [2021-08-20T17:04:13.842Z] Total Memory: 32GiB
17:04:13 [2021-08-20T17:04:13.842Z] Name: azwin-2-fedae0
17:04:13 [2021-08-20T17:04:13.842Z] ID: CBJC:WCQW:MTLR:OITY:S55C:DZ5C:VJJ3:2MCK:DIMR:CQKB:WQLJ:U7XX
17:04:13 [2021-08-20T17:04:13.842Z] Docker Root Dir: D:\CI\PR-42765\2\daemon
17:04:13 [2021-08-20T17:04:13.842Z] Debug Mode (client): false
17:04:13 [2021-08-20T17:04:13.842Z] Debug Mode (server): true
17:04:13 [2021-08-20T17:04:13.842Z]  File Descriptors: -1
17:04:13 [2021-08-20T17:04:13.842Z]  Goroutines: 16
17:04:13 [2021-08-20T17:04:13.842Z]  System Time: 2021-08-20T17:04:12.9327267Z
17:04:13 [2021-08-20T17:04:13.842Z]  EventsListeners: 0
17:04:13 [2021-08-20T17:04:13.842Z] Registry: https://index.docker.io/v1/
17:04:13 [2021-08-20T17:04:13.842Z] Labels:
17:04:13 [2021-08-20T17:04:13.842Z] Experimental: false
17:04:13 [2021-08-20T17:04:13.842Z] Insecure Registries:
17:04:13 [2021-08-20T17:04:13.842Z]  127.0.0.0/8
17:04:13 [2021-08-20T17:04:13.842Z] Live Restore Enabled: false
17:04:13 [2021-08-20T17:04:13.842Z] 
17:04:13 [2021-08-20T17:04:13.842Z] 
17:04:13 [2021-08-20T17:04:13.842Z] INFO: Docker images of the daemon under test
17:04:13 [2021-08-20T17:04:13.842Z] 
17:04:13 [2021-08-20T17:04:13.842Z] REPOSITORY          TAG                 IMAGE ID            CREATED             SIZE
17:04:13 [2021-08-20T17:04:13.842Z] 
17:04:13 [2021-08-20T17:04:13.842Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore
17:04:13 [2021-08-20T17:04:13.842Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2022 from docker hub into daemon under test. This may take some time...
17:04:13 [2021-08-20T17:04:13.842Z] ltsc2022: Pulling from windows/servercore
17:04:13 [2021-08-20T17:04:13.842Z] 8f616e6e9eec: Pulling fs layer
17:04:13 [2021-08-20T17:04:13.842Z] 393f6f5bddce: Pulling fs layer
17:04:14 [2021-08-20T17:04:14.328Z] --- PASS: TestUpdateMemory (1.37s)
17:04:14 [2021-08-20T17:04:14.328Z] === RUN   TestUpdateCPUQuota
17:04:14 [2021-08-20T17:04:14.746Z] --- PASS: TestLogsFollowTailEmpty (0.69s)
17:04:14 [2021-08-20T17:04:14.746Z] === RUN   TestContainerNetworkMountsNoChown
17:04:14 [2021-08-20T17:04:14.797Z] === RUN   TestDockerSuite/TestBuildAPIDockerFileRemote
17:04:15 [2021-08-20T17:04:15.053Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork
17:04:15 [2021-08-20T17:04:15.307Z] --- PASS: TestContainerNetworkMountsNoChown (0.64s)
17:04:15 [2021-08-20T17:04:15.308Z] === RUN   TestMountDaemonRoot
17:04:15 [2021-08-20T17:04:15.308Z] === RUN   TestMountDaemonRoot/default
17:04:15 [2021-08-20T17:04:15.308Z] === PAUSE TestMountDaemonRoot/default
17:04:15 [2021-08-20T17:04:15.308Z] === RUN   TestMountDaemonRoot/private
17:04:15 [2021-08-20T17:04:15.308Z] === PAUSE TestMountDaemonRoot/private
17:04:15 [2021-08-20T17:04:15.308Z] === RUN   TestMountDaemonRoot/rprivate
17:04:15 [2021-08-20T17:04:15.308Z] === PAUSE TestMountDaemonRoot/rprivate
17:04:15 [2021-08-20T17:04:15.308Z] === RUN   TestMountDaemonRoot/slave
17:04:15 [2021-08-20T17:04:15.308Z] === PAUSE TestMountDaemonRoot/slave
17:04:15 [2021-08-20T17:04:15.308Z] === RUN   TestMountDaemonRoot/rslave
17:04:15 [2021-08-20T17:04:15.308Z] === PAUSE TestMountDaemonRoot/rslave
17:04:15 [2021-08-20T17:04:15.308Z] === RUN   TestMountDaemonRoot/shared
17:04:15 [2021-08-20T17:04:15.308Z] === PAUSE TestMountDaemonRoot/shared
17:04:15 [2021-08-20T17:04:15.308Z] === RUN   TestMountDaemonRoot/rshared
17:04:15 [2021-08-20T17:04:15.308Z] === PAUSE TestMountDaemonRoot/rshared
17:04:15 [2021-08-20T17:04:15.308Z] === CONT  TestMountDaemonRoot/default
17:04:15 [2021-08-20T17:04:15.308Z] === RUN   TestMountDaemonRoot/default/bind_root
17:04:15 [2021-08-20T17:04:15.308Z] === PAUSE TestMountDaemonRoot/default/bind_root
17:04:15 [2021-08-20T17:04:15.308Z] === RUN   TestMountDaemonRoot/default/bind_subpath
17:04:15 [2021-08-20T17:04:15.308Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
17:04:15 [2021-08-20T17:04:15.308Z] === RUN   TestMountDaemonRoot/default/mount_root
17:04:15 [2021-08-20T17:04:15.308Z] === PAUSE TestMountDaemonRoot/default/mount_root
17:04:15 [2021-08-20T17:04:15.308Z] === RUN   TestMountDaemonRoot/default/mount_subpath
17:04:15 [2021-08-20T17:04:15.308Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
17:04:15 [2021-08-20T17:04:15.308Z] === CONT  TestMountDaemonRoot/default/bind_root
17:04:15 [2021-08-20T17:04:15.308Z] === CONT  TestMountDaemonRoot/rshared
17:04:15 [2021-08-20T17:04:15.308Z] === RUN   TestMountDaemonRoot/rshared/mount_root
17:04:15 [2021-08-20T17:04:15.308Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
17:04:15 [2021-08-20T17:04:15.308Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
17:04:15 [2021-08-20T17:04:15.308Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
17:04:15 [2021-08-20T17:04:15.308Z] === RUN   TestMountDaemonRoot/rshared/bind_root
17:04:15 [2021-08-20T17:04:15.308Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
17:04:15 [2021-08-20T17:04:15.308Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
17:04:15 [2021-08-20T17:04:15.308Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
17:04:15 [2021-08-20T17:04:15.308Z] === CONT  TestMountDaemonRoot/rshared/mount_root
17:04:15 [2021-08-20T17:04:15.308Z] === CONT  TestMountDaemonRoot/shared
17:04:15 [2021-08-20T17:04:15.308Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
17:04:15 [2021-08-20T17:04:15.308Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
17:04:15 [2021-08-20T17:04:15.308Z] === RUN   TestMountDaemonRoot/shared/mount_root
17:04:15 [2021-08-20T17:04:15.308Z] === PAUSE TestMountDaemonRoot/shared/mount_root
17:04:15 [2021-08-20T17:04:15.308Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
17:04:15 [2021-08-20T17:04:15.308Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
17:04:15 [2021-08-20T17:04:15.308Z] === RUN   TestMountDaemonRoot/shared/bind_root
17:04:15 [2021-08-20T17:04:15.308Z] === PAUSE TestMountDaemonRoot/shared/bind_root
17:04:15 [2021-08-20T17:04:15.308Z] === CONT  TestMountDaemonRoot/rslave
17:04:15 [2021-08-20T17:04:15.308Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
17:04:15 [2021-08-20T17:04:15.308Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
17:04:15 [2021-08-20T17:04:15.308Z] === RUN   TestMountDaemonRoot/rslave/mount_root
17:04:15 [2021-08-20T17:04:15.308Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
17:04:15 [2021-08-20T17:04:15.308Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
17:04:15 [2021-08-20T17:04:15.308Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
17:04:15 [2021-08-20T17:04:15.308Z] === RUN   TestMountDaemonRoot/rslave/bind_root
17:04:15 [2021-08-20T17:04:15.308Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
17:04:15 [2021-08-20T17:04:15.308Z] === CONT  TestMountDaemonRoot/slave
17:04:15 [2021-08-20T17:04:15.308Z] === RUN   TestMountDaemonRoot/slave/bind_root
17:04:15 [2021-08-20T17:04:15.308Z] === PAUSE TestMountDaemonRoot/slave/bind_root
17:04:15 [2021-08-20T17:04:15.308Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
17:04:15 [2021-08-20T17:04:15.308Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
17:04:15 [2021-08-20T17:04:15.308Z] === RUN   TestMountDaemonRoot/slave/mount_root
17:04:15 [2021-08-20T17:04:15.308Z] === PAUSE TestMountDaemonRoot/slave/mount_root
17:04:15 [2021-08-20T17:04:15.308Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
17:04:15 [2021-08-20T17:04:15.308Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
17:04:15 [2021-08-20T17:04:15.308Z] === CONT  TestMountDaemonRoot/rprivate
17:04:15 [2021-08-20T17:04:15.308Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
17:04:15 [2021-08-20T17:04:15.308Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
17:04:15 [2021-08-20T17:04:15.308Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
17:04:15 [2021-08-20T17:04:15.308Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
17:04:15 [2021-08-20T17:04:15.308Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
17:04:15 [2021-08-20T17:04:15.308Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
17:04:15 [2021-08-20T17:04:15.308Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
17:04:15 [2021-08-20T17:04:15.308Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
17:04:15 [2021-08-20T17:04:15.308Z] === CONT  TestMountDaemonRoot/private
17:04:15 [2021-08-20T17:04:15.308Z] === RUN   TestMountDaemonRoot/private/bind_root
17:04:15 [2021-08-20T17:04:15.308Z] === PAUSE TestMountDaemonRoot/private/bind_root
17:04:15 [2021-08-20T17:04:15.308Z] === RUN   TestMountDaemonRoot/private/bind_subpath
17:04:15 [2021-08-20T17:04:15.308Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
17:04:15 [2021-08-20T17:04:15.308Z] === RUN   TestMountDaemonRoot/private/mount_root
17:04:15 [2021-08-20T17:04:15.308Z] === PAUSE TestMountDaemonRoot/private/mount_root
17:04:15 [2021-08-20T17:04:15.308Z] === RUN   TestMountDaemonRoot/private/mount_subpath
17:04:15 [2021-08-20T17:04:15.308Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
17:04:15 [2021-08-20T17:04:15.308Z] === CONT  TestMountDaemonRoot/default/mount_subpath
17:04:15 [2021-08-20T17:04:15.308Z] === CONT  TestMountDaemonRoot/default/mount_root
17:04:15 [2021-08-20T17:04:15.308Z] === CONT  TestMountDaemonRoot/default/bind_subpath
17:04:15 [2021-08-20T17:04:15.308Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
17:04:15 [2021-08-20T17:04:15.308Z] === CONT  TestMountDaemonRoot/rshared/bind_root
17:04:15 [2021-08-20T17:04:15.308Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
17:04:15 [2021-08-20T17:04:15.564Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
17:04:15 [2021-08-20T17:04:15.564Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
17:04:15 [2021-08-20T17:04:15.564Z] === CONT  TestMountDaemonRoot/shared/bind_root
17:04:15 [2021-08-20T17:04:15.564Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
17:04:15 [2021-08-20T17:04:15.564Z] === CONT  TestMountDaemonRoot/shared/mount_root
17:04:15 [2021-08-20T17:04:15.564Z] === CONT  TestMountDaemonRoot/slave/bind_root
17:04:15 [2021-08-20T17:04:15.564Z] === CONT  TestMountDaemonRoot/rslave/bind_root
17:04:15 [2021-08-20T17:04:15.564Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
17:04:15 [2021-08-20T17:04:15.564Z] === CONT  TestMountDaemonRoot/rslave/mount_root
17:04:15 [2021-08-20T17:04:15.564Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
17:04:15 [2021-08-20T17:04:15.564Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
17:04:15 [2021-08-20T17:04:15.564Z] === CONT  TestMountDaemonRoot/slave/mount_root
17:04:15 [2021-08-20T17:04:15.564Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
17:04:15 [2021-08-20T17:04:15.821Z] === CONT  TestMountDaemonRoot/private/bind_root
17:04:15 [2021-08-20T17:04:15.821Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
17:04:15 [2021-08-20T17:04:15.821Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
17:04:15 [2021-08-20T17:04:15.821Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
17:04:15 [2021-08-20T17:04:15.821Z] === CONT  TestMountDaemonRoot/private/mount_subpath
17:04:15 [2021-08-20T17:04:15.821Z] === CONT  TestMountDaemonRoot/private/mount_root
17:04:15 [2021-08-20T17:04:15.821Z] === CONT  TestMountDaemonRoot/private/bind_subpath
17:04:15 [2021-08-20T17:04:15.821Z] --- PASS: TestMountDaemonRoot (0.02s)
17:04:15 [2021-08-20T17:04:15.821Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
17:04:15 [2021-08-20T17:04:15.821Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.04s)
17:04:15 [2021-08-20T17:04:15.821Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.04s)
17:04:15 [2021-08-20T17:04:15.821Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.04s)
17:04:15 [2021-08-20T17:04:15.821Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s)
17:04:15 [2021-08-20T17:04:15.821Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
17:04:15 [2021-08-20T17:04:15.821Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s)
17:04:15 [2021-08-20T17:04:15.821Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s)
17:04:15 [2021-08-20T17:04:15.821Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s)
17:04:15 [2021-08-20T17:04:15.821Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s)
17:04:15 [2021-08-20T17:04:15.821Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
17:04:15 [2021-08-20T17:04:15.821Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s)
17:04:15 [2021-08-20T17:04:15.821Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s)
17:04:15 [2021-08-20T17:04:15.821Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s)
17:04:15 [2021-08-20T17:04:15.821Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.08s)
17:04:15 [2021-08-20T17:04:15.821Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
17:04:15 [2021-08-20T17:04:15.821Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s)
17:04:15 [2021-08-20T17:04:15.821Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s)
17:04:15 [2021-08-20T17:04:15.821Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s)
17:04:15 [2021-08-20T17:04:15.821Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s)
17:04:15 [2021-08-20T17:04:15.821Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
17:04:15 [2021-08-20T17:04:15.821Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.07s)
17:04:15 [2021-08-20T17:04:15.821Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s)
17:04:15 [2021-08-20T17:04:15.821Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s)
17:04:15 [2021-08-20T17:04:15.821Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s)
17:04:15 [2021-08-20T17:04:15.821Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
17:04:15 [2021-08-20T17:04:15.821Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s)
17:04:15 [2021-08-20T17:04:15.821Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s)
17:04:15 [2021-08-20T17:04:15.821Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s)
17:04:15 [2021-08-20T17:04:15.821Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s)
17:04:15 [2021-08-20T17:04:15.821Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
17:04:15 [2021-08-20T17:04:15.821Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.02s)
17:04:15 [2021-08-20T17:04:15.821Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s)
17:04:15 [2021-08-20T17:04:15.821Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.02s)
17:04:15 [2021-08-20T17:04:15.821Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s)
17:04:15 [2021-08-20T17:04:15.821Z] === RUN   TestContainerBindMountNonRecursive
17:04:15 [2021-08-20T17:04:15.821Z]     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)
17:04:15 [2021-08-20T17:04:15.821Z] --- SKIP: TestContainerBindMountNonRecursive (0.01s)
17:04:15 [2021-08-20T17:04:15.821Z] === RUN   TestContainerVolumesMountedAsShared
17:04:15 [2021-08-20T17:04:15.821Z]     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)
17:04:15 [2021-08-20T17:04:15.821Z] --- SKIP: TestContainerVolumesMountedAsShared (0.00s)
17:04:15 [2021-08-20T17:04:15.821Z] === RUN   TestContainerVolumesMountedAsSlave
17:04:15 [2021-08-20T17:04:15.821Z]     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)
17:04:15 [2021-08-20T17:04:15.821Z] --- SKIP: TestContainerVolumesMountedAsSlave (0.00s)
17:04:15 [2021-08-20T17:04:15.821Z] === RUN   TestNetworkNat
17:04:16 [2021-08-20T17:04:16.651Z] ok  	github.com/docker/docker/libnetwork/datastore	0.005s	coverage: 21.9% of statements
17:04:16 [2021-08-20T17:04:16.652Z] ?   	github.com/docker/docker/libnetwork/diagnostic	[no test files]
17:04:16 [2021-08-20T17:04:16.652Z] ?   	github.com/docker/docker/libnetwork/discoverapi	[no test files]
17:04:16 [2021-08-20T17:04:16.750Z] --- PASS: TestNetworkNat (0.78s)
17:04:16 [2021-08-20T17:04:16.750Z] === RUN   TestNetworkLocalhostTCPNat
17:04:17 [2021-08-20T17:04:17.313Z] --- PASS: TestNetworkLocalhostTCPNat (0.64s)
17:04:17 [2021-08-20T17:04:17.313Z] === RUN   TestNetworkLoopbackNat
17:04:17 [2021-08-20T17:04:17.573Z] === RUN   TestDockerSuite/TestBuildAPIDoubleDockerfile
17:04:17 [2021-08-20T17:04:17.830Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeFixedCidr
17:04:19 [2021-08-20T17:04:19.201Z] === RUN   TestDockerSuite/TestBuildAPILowerDockerfile
17:04:20 [2021-08-20T17:04:20.578Z] --- PASS: TestNetworkLoopbackNat (2.98s)
17:04:20 [2021-08-20T17:04:20.578Z] === RUN   TestPause
17:04:20 [2021-08-20T17:04:20.578Z]     pause_test.go:24: testEnv.DaemonInfo.CgroupDriver == "none"
17:04:20 [2021-08-20T17:04:20.578Z] --- SKIP: TestPause (0.00s)
17:04:20 [2021-08-20T17:04:20.578Z] === RUN   TestPauseFailsOnWindowsServerContainers
17:04:20 [2021-08-20T17:04:20.578Z]     pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
17:04:20 [2021-08-20T17:04:20.578Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
17:04:20 [2021-08-20T17:04:20.578Z] === RUN   TestPauseStopPausedContainer
17:04:20 [2021-08-20T17:04:20.578Z]     pause_test.go:72: testEnv.DaemonInfo.CgroupDriver == "none"
17:04:20 [2021-08-20T17:04:20.578Z] --- SKIP: TestPauseStopPausedContainer (0.01s)
17:04:20 [2021-08-20T17:04:20.578Z] === RUN   TestPidHost
17:04:21 [2021-08-20T17:04:21.093Z] === RUN   TestDockerSuite/TestBuildAPIRemoteTarballContext
17:04:21 [2021-08-20T17:04:21.093Z] === RUN   TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile
17:04:21 [2021-08-20T17:04:21.934Z] ok  	github.com/docker/docker/libnetwork/driverapi	0.005s	coverage: 68.9% of statements
17:04:21 [2021-08-20T17:04:21.944Z] --- PASS: TestPidHost (1.79s)
17:04:21 [2021-08-20T17:04:21.944Z] === RUN   TestPsFilter
17:04:22 [2021-08-20T17:04:22.200Z] --- PASS: TestPsFilter (0.11s)
17:04:22 [2021-08-20T17:04:22.200Z] === RUN   TestRemoveContainerWithRemovedVolume
17:04:22 [2021-08-20T17:04:22.443Z] --- PASS: TestUpdateCPUQuota (6.98s)
17:04:22 [2021-08-20T17:04:22.443Z] === RUN   TestUpdatePidsLimit
17:04:22 [2021-08-20T17:04:22.443Z] === RUN   TestUpdatePidsLimit/update_from_none
17:04:22 [2021-08-20T17:04:22.443Z] === RUN   TestUpdatePidsLimit/no_change
17:04:22 [2021-08-20T17:04:22.461Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2
17:04:22 [2021-08-20T17:04:22.461Z] === RUN   TestDockerSuite/TestBuildAPIUnnormalizedTarPaths
17:04:22 [2021-08-20T17:04:22.702Z] === RUN   TestUpdatePidsLimit/update_lower
17:04:22 [2021-08-20T17:04:22.762Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.61s)
17:04:22 [2021-08-20T17:04:22.762Z] === RUN   TestRemoveContainerWithVolume
17:04:23 [2021-08-20T17:04:23.269Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
17:04:23 [2021-08-20T17:04:23.324Z] --- PASS: TestRemoveContainerWithVolume (0.63s)
17:04:23 [2021-08-20T17:04:23.324Z] === RUN   TestRemoveContainerRunning
17:04:23 [2021-08-20T17:04:23.390Z] === RUN   TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace
17:04:23 [2021-08-20T17:04:23.647Z] Loaded image: buildpack-deps:buster
17:04:23 [2021-08-20T17:04:23.886Z] --- PASS: TestRemoveContainerRunning (0.64s)
17:04:23 [2021-08-20T17:04:23.886Z] === RUN   TestRemoveContainerForceRemoveRunning
17:04:23 [2021-08-20T17:04:23.903Z] Loaded image: busybox:latest
17:04:24 [2021-08-20T17:04:24.205Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
17:04:24 [2021-08-20T17:04:24.466Z] Loaded image: busybox:glibc
17:04:24 [2021-08-20T17:04:24.773Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
17:04:24 [2021-08-20T17:04:24.815Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.63s)
17:04:24 [2021-08-20T17:04:24.815Z] === RUN   TestRemoveInvalidContainer
17:04:24 [2021-08-20T17:04:24.815Z] --- PASS: TestRemoveInvalidContainer (0.01s)
17:04:24 [2021-08-20T17:04:24.815Z] === RUN   TestRenameLinkedContainer
17:04:25 [2021-08-20T17:04:25.711Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
17:04:27 [2021-08-20T17:04:27.087Z] --- PASS: TestUpdatePidsLimit (5.72s)
17:04:27 [2021-08-20T17:04:27.087Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.74s)
17:04:27 [2021-08-20T17:04:27.087Z]     --- PASS: TestUpdatePidsLimit/no_change (0.73s)
17:04:27 [2021-08-20T17:04:27.087Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.72s)
17:04:27 [2021-08-20T17:04:27.087Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.72s)
17:04:27 [2021-08-20T17:04:27.087Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.72s)
17:04:27 [2021-08-20T17:04:27.087Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.75s)
17:04:27 [2021-08-20T17:04:27.087Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.73s)
17:04:27 [2021-08-20T17:04:27.087Z] === RUN   TestUpdateRestartPolicy
17:04:27 [2021-08-20T17:04:27.330Z] --- PASS: TestRenameLinkedContainer (2.61s)
17:04:27 [2021-08-20T17:04:27.330Z] === RUN   TestRenameStoppedContainer
17:04:27 [2021-08-20T17:04:27.737Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeIP
17:04:27 [2021-08-20T17:04:27.893Z] --- PASS: TestRenameStoppedContainer (0.66s)
17:04:27 [2021-08-20T17:04:27.893Z] === RUN   TestRenameRunningContainerAndReuse
17:04:28 [2021-08-20T17:04:28.515Z] ok  	github.com/docker/docker/libnetwork/drivers/bridge	2.662s	coverage: 59.9% of statements
17:04:28 [2021-08-20T17:04:28.515Z] ?   	github.com/docker/docker/libnetwork/drivers/bridge/brmanager	[no test files]
17:04:29 [2021-08-20T17:04:29.258Z] --- PASS: TestRenameRunningContainerAndReuse (1.27s)
17:04:29 [2021-08-20T17:04:29.258Z] === RUN   TestRenameInvalidName
17:04:29 [2021-08-20T17:04:29.454Z] ok  	github.com/docker/docker/libnetwork/drivers/host	0.004s	coverage: 34.8% of statements
17:04:29 [2021-08-20T17:04:29.820Z] --- PASS: TestRenameInvalidName (0.65s)
17:04:29 [2021-08-20T17:04:29.820Z] === RUN   TestRenameAnonymousContainer
17:04:31 [2021-08-20T17:04:31.010Z] === RUN   TestDockerDaemonSuite/TestDaemonBridgeNone
17:04:31 [2021-08-20T17:04:31.010Z] Loaded image: debian:bullseye
17:04:31 [2021-08-20T17:04:31.010Z] Loaded image: hello-world:latest
17:04:31 [2021-08-20T17:04:31.267Z] Loaded image: arm32v7/hello-world:latest
17:04:31 [2021-08-20T17:04:31.463Z] 8f616e6e9eec: Verifying Checksum
17:04:31 [2021-08-20T17:04:31.463Z] 8f616e6e9eec: Download complete
17:04:31 [2021-08-20T17:04:31.831Z] === RUN   TestDockerDaemonSuite/TestDaemonCgroupParent
17:04:32 [2021-08-20T17:04:32.339Z] --- PASS: TestRenameAnonymousContainer (2.22s)
17:04:32 [2021-08-20T17:04:32.339Z] === RUN   TestRenameContainerWithSameName
17:04:32 [2021-08-20T17:04:32.901Z] --- PASS: TestRenameContainerWithSameName (0.69s)
17:04:32 [2021-08-20T17:04:32.901Z] === RUN   TestRenameContainerWithLinkedContainer
17:04:34 [2021-08-20T17:04:34.268Z] --- PASS: TestRenameContainerWithLinkedContainer (1.35s)
17:04:34 [2021-08-20T17:04:34.268Z] === RUN   TestResize
17:04:34 [2021-08-20T17:04:34.829Z] --- PASS: TestResize (0.69s)
17:04:34 [2021-08-20T17:04:34.829Z] === RUN   TestResizeWithInvalidSize
17:04:35 [2021-08-20T17:04:35.102Z] === RUN   TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress
17:04:35 [2021-08-20T17:04:35.394Z] --- PASS: TestResizeWithInvalidSize (0.66s)
17:04:35 [2021-08-20T17:04:35.395Z] === RUN   TestResizeWhenContainerNotStarted
17:04:35 [2021-08-20T17:04:35.665Z]     check_test.go:309: [d8ebb947592d4] daemon is not started
17:04:35 [2021-08-20T17:04:35.665Z] === RUN   TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress
17:04:36 [2021-08-20T17:04:36.034Z] ok  	github.com/docker/docker/libnetwork/drivers/ipvlan	0.024s	coverage: 4.0% of statements
17:04:36 [2021-08-20T17:04:36.034Z] ?   	github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager	[no test files]
17:04:36 [2021-08-20T17:04:36.228Z]     check_test.go:309: [dde8d5239ec7f] daemon is not started
17:04:36 [2021-08-20T17:04:36.228Z] === RUN   TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode
17:04:36 [2021-08-20T17:04:36.325Z] --- PASS: TestResizeWhenContainerNotStarted (0.68s)
17:04:36 [2021-08-20T17:04:36.325Z] === RUN   TestDaemonRestartKillContainers
17:04:36 [2021-08-20T17:04:36.325Z]     restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore
17:04:36 [2021-08-20T17:04:36.325Z] --- SKIP: TestDaemonRestartKillContainers (0.00s)
17:04:36 [2021-08-20T17:04:36.325Z] === RUN   TestCgroupNamespacesRun
17:04:37 [2021-08-20T17:04:37.692Z] --- PASS: TestCgroupNamespacesRun (1.65s)
17:04:37 [2021-08-20T17:04:37.692Z] === RUN   TestCgroupNamespacesRunPrivileged
17:04:38 [2021-08-20T17:04:38.749Z] === RUN   TestDockerDaemonSuite/TestDaemonDebugLog
17:04:39 [2021-08-20T17:04:39.057Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.12s)
17:04:39 [2021-08-20T17:04:39.057Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
17:04:39 [2021-08-20T17:04:39.313Z]     check_test.go:309: [df341172e5cf8] daemon is not started
17:04:39 [2021-08-20T17:04:39.313Z] === RUN   TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit
17:04:40 [2021-08-20T17:04:40.279Z] sha256:c04ffa2160ed5ad580770f207a21aa25c561aab9538207aad03e973d1f82dcd9
17:04:40 [2021-08-20T17:04:40.279Z] INFO: Starting docker-py tests...
17:04:40 [2021-08-20T17:04:40.279Z] ============================= test session starts ==============================
17:04:40 [2021-08-20T17:04:40.279Z] platform linux -- Python 3.7.11, pytest-4.3.1, py-1.10.0, pluggy-0.13.1
17:04:40 [2021-08-20T17:04:40.279Z] rootdir: /src, inifile: pytest.ini
17:04:40 [2021-08-20T17:04:40.279Z] plugins: timeout-1.3.3, cov-2.6.1
17:04:40 [2021-08-20T17:04:40.279Z] collected 390 items / 1 deselected / 389 selected
17:04:40 [2021-08-20T17:04:40.279Z] 
17:04:40 [2021-08-20T17:04:40.428Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.63s)
17:04:40 [2021-08-20T17:04:40.428Z] === RUN   TestCgroupNamespacesRunHostMode
17:04:41 [2021-08-20T17:04:41.836Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (47.16s)
17:04:41 [2021-08-20T17:04:41.836Z] PASS
17:04:41 [2021-08-20T17:04:41.836Z] 
17:04:41 [2021-08-20T17:04:41.836Z] === Skipped
17:04:41 [2021-08-20T17:04:41.836Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s)
17:04:41 [2021-08-20T17:04:41.836Z]     build_session_test.go:25: TODO: BuildKit
17:04:41 [2021-08-20T17:04:41.836Z] 
17:04:41 [2021-08-20T17:04:41.836Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.01s)
17:04:41 [2021-08-20T17:04:41.836Z]     build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control
17:04:41 [2021-08-20T17:04:41.836Z] 
17:04:41 [2021-08-20T17:04:41.836Z] 
17:04:41 [2021-08-20T17:04:41.836Z] DONE 34 tests, 2 skipped in 270.304s
17:04:41 [2021-08-20T17:04:41.836Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m 
17:04:41 [2021-08-20T17:04:41.836Z] ++ 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
17:04:41 [2021-08-20T17:04:41.836Z] ++ set -e
17:04:41 [2021-08-20T17:04:41.836Z] ++ '[' -n 0 ']'
17:04:41 [2021-08-20T17:04:41.836Z] ++ set -x
17:04:41 [2021-08-20T17:04:41.836Z] ++ 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
17:04:41 [2021-08-20T17:04:41.836Z] INFO: Testing against a local daemon
17:04:41 [2021-08-20T17:04:41.836Z] === RUN   TestConfigInspect
17:04:41 [2021-08-20T17:04:41.975Z] --- PASS: TestUpdateRestartPolicy (12.74s)
17:04:41 [2021-08-20T17:04:41.975Z] === RUN   TestUpdateRestartWithAutoRemove
17:04:41 [2021-08-20T17:04:41.975Z] --- PASS: TestUpdateRestartWithAutoRemove (0.70s)
17:04:41 [2021-08-20T17:04:41.975Z] === RUN   TestWaitNonBlocked
17:04:41 [2021-08-20T17:04:41.975Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
17:04:41 [2021-08-20T17:04:41.975Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
17:04:41 [2021-08-20T17:04:41.975Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
17:04:41 [2021-08-20T17:04:41.975Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
17:04:41 [2021-08-20T17:04:41.975Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
17:04:41 [2021-08-20T17:04:41.975Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
17:04:41 [2021-08-20T17:04:41.975Z] --- PASS: TestWaitNonBlocked (0.02s)
17:04:41 [2021-08-20T17:04:41.975Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.16s)
17:04:41 [2021-08-20T17:04:41.975Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.18s)
17:04:41 [2021-08-20T17:04:41.975Z] === RUN   TestWaitBlocked
17:04:41 [2021-08-20T17:04:41.975Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
17:04:41 [2021-08-20T17:04:41.975Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
17:04:41 [2021-08-20T17:04:41.975Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
17:04:41 [2021-08-20T17:04:41.975Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
17:04:41 [2021-08-20T17:04:41.975Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
17:04:41 [2021-08-20T17:04:41.975Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
17:04:42 [2021-08-20T17:04:42.093Z] === RUN   TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet
17:04:42 [2021-08-20T17:04:42.317Z] --- PASS: TestCgroupNamespacesRunHostMode (1.62s)
17:04:42 [2021-08-20T17:04:42.317Z] === RUN   TestCgroupNamespacesRunPrivateMode
17:04:42 [2021-08-20T17:04:42.910Z] --- PASS: TestWaitBlocked (0.01s)
17:04:42 [2021-08-20T17:04:42.911Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.20s)
17:04:42 [2021-08-20T17:04:42.911Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.25s)
17:04:42 [2021-08-20T17:04:42.911Z] === CONT  TestContainerStartOnDaemonRestart
17:04:42 [2021-08-20T17:04:42.911Z] === CONT  TestContainerKillOnDaemonStart
17:04:43 [2021-08-20T17:04:43.461Z] === RUN   TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit
17:04:43 [2021-08-20T17:04:43.822Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.60s)
17:04:43 [2021-08-20T17:04:43.822Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
17:04:44 [2021-08-20T17:04:44.162Z] ok  	github.com/docker/docker/libnetwork/drivers/macvlan	0.024s	coverage: 4.5% of statements
17:04:44 [2021-08-20T17:04:44.162Z] ?   	github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager	[no test files]
17:04:44 [2021-08-20T17:04:44.750Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.14s)
17:04:44 [2021-08-20T17:04:44.750Z] === RUN   TestCgroupNamespacesRunInvalidMode
17:04:44 [2021-08-20T17:04:44.934Z] --- PASS: TestConfigInspect (2.89s)
17:04:44 [2021-08-20T17:04:44.934Z] === RUN   TestConfigList
17:04:45 [2021-08-20T17:04:45.545Z] ok  	github.com/docker/docker/libnetwork/drivers/null	0.004s	coverage: 34.8% of statements
17:04:45 [2021-08-20T17:04:45.679Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.71s)
17:04:45 [2021-08-20T17:04:45.679Z] === RUN   TestCgroupNamespacesRunOlderClient
17:04:46 [2021-08-20T17:04:46.198Z] --- PASS: TestContainerStartOnDaemonRestart (2.86s)
17:04:46 [2021-08-20T17:04:46.198Z] === CONT  TestIpcModeOlderClient
17:04:46 [2021-08-20T17:04:46.198Z] --- PASS: TestIpcModeOlderClient (0.06s)
17:04:46 [2021-08-20T17:04:46.198Z] === CONT  TestDaemonHostGatewayIP
17:04:46 [2021-08-20T17:04:46.302Z] === RUN   TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig
17:04:47 [2021-08-20T17:04:47.230Z] === RUN   TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload
17:04:47 [2021-08-20T17:04:47.487Z] === RUN   TestDockerSuite/TestBuildAddBadLinks
17:04:47 [2021-08-20T17:04:47.487Z] --- PASS: TestConfigList (2.93s)
17:04:47 [2021-08-20T17:04:47.487Z] === RUN   TestConfigsCreateAndDelete
17:04:47 [2021-08-20T17:04:47.569Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.61s)
17:04:47 [2021-08-20T17:04:47.569Z] === RUN   TestNISDomainname
17:04:47 [2021-08-20T17:04:47.569Z]     run_linux_test.go:29: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632)
17:04:47 [2021-08-20T17:04:47.569Z] --- SKIP: TestNISDomainname (0.01s)
17:04:47 [2021-08-20T17:04:47.569Z] === RUN   TestHostnameDnsResolution
17:04:47 [2021-08-20T17:04:47.743Z] === RUN   TestDockerDaemonSuite/TestDaemonEvents
17:04:47 [2021-08-20T17:04:47.999Z] === RUN   TestDockerSuite/TestBuildAddBadLinksVolume
17:04:48 [2021-08-20T17:04:48.496Z] --- PASS: TestHostnameDnsResolution (1.09s)
17:04:48 [2021-08-20T17:04:48.496Z] === RUN   TestStats
17:04:48 [2021-08-20T17:04:48.496Z]     stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none"
17:04:48 [2021-08-20T17:04:48.496Z] --- SKIP: TestStats (0.00s)
17:04:48 [2021-08-20T17:04:48.496Z] === RUN   TestStopContainerWithTimeout
17:04:48 [2021-08-20T17:04:48.496Z] === RUN   TestStopContainerWithTimeout/0
17:04:48 [2021-08-20T17:04:48.496Z] === PAUSE TestStopContainerWithTimeout/0
17:04:48 [2021-08-20T17:04:48.496Z] === RUN   TestStopContainerWithTimeout/1
17:04:48 [2021-08-20T17:04:48.496Z] === PAUSE TestStopContainerWithTimeout/1
17:04:48 [2021-08-20T17:04:48.496Z] === RUN   TestStopContainerWithTimeout/3
17:04:48 [2021-08-20T17:04:48.496Z] === PAUSE TestStopContainerWithTimeout/3
17:04:48 [2021-08-20T17:04:48.496Z] === RUN   TestStopContainerWithTimeout/-1
17:04:48 [2021-08-20T17:04:48.496Z] === PAUSE TestStopContainerWithTimeout/-1
17:04:48 [2021-08-20T17:04:48.496Z] === CONT  TestStopContainerWithTimeout/0
17:04:48 [2021-08-20T17:04:48.496Z] === CONT  TestStopContainerWithTimeout/-1
17:04:49 [2021-08-20T17:04:49.368Z] === RUN   TestDockerSuite/TestBuildAddBrokenTar
17:04:49 [2021-08-20T17:04:49.423Z] === CONT  TestStopContainerWithTimeout/3
17:04:49 [2021-08-20T17:04:49.485Z] --- PASS: TestDaemonHostGatewayIP (3.23s)
17:04:49 [2021-08-20T17:04:49.485Z] === CONT  TestRestartDaemonWithRestartingContainer
17:04:49 [2021-08-20T17:04:49.624Z] === RUN   TestDockerSuite/TestBuildAddCacheOnFileChange
17:04:49 [2021-08-20T17:04:49.881Z] === RUN   TestDockerSuite/TestBuildAddChangeOwnership
17:04:50 [2021-08-20T17:04:50.138Z] --- PASS: TestConfigsCreateAndDelete (2.62s)
17:04:50 [2021-08-20T17:04:50.138Z] === RUN   TestConfigsUpdate
17:04:51 [2021-08-20T17:04:51.315Z] === CONT  TestStopContainerWithTimeout/1
17:04:51 [2021-08-20T17:04:51.388Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.28s)
17:04:51 [2021-08-20T17:04:51.388Z] === CONT  TestDaemonRestartIpcMode
17:04:51 [2021-08-20T17:04:51.514Z] === RUN   TestDockerDaemonSuite/TestDaemonEventsWithFilters
17:04:52 [2021-08-20T17:04:52.077Z] === RUN   TestDockerSuite/TestBuildAddCurrentDirWithCache
17:04:53 [2021-08-20T17:04:53.006Z] --- PASS: TestConfigsUpdate (2.58s)
17:04:53 [2021-08-20T17:04:53.006Z] === RUN   TestTemplatedConfig
17:04:53 [2021-08-20T17:04:53.243Z] --- PASS: TestStopContainerWithTimeout (0.02s)
17:04:53 [2021-08-20T17:04:53.243Z]     --- PASS: TestStopContainerWithTimeout/0 (0.94s)
17:04:53 [2021-08-20T17:04:53.243Z]     --- PASS: TestStopContainerWithTimeout/-1 (2.94s)
17:04:53 [2021-08-20T17:04:53.243Z]     --- PASS: TestStopContainerWithTimeout/3 (2.61s)
17:04:53 [2021-08-20T17:04:53.243Z]     --- PASS: TestStopContainerWithTimeout/1 (1.65s)
17:04:53 [2021-08-20T17:04:53.243Z] === RUN   TestDeleteDevicemapper
17:04:53 [2021-08-20T17:04:53.243Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
17:04:53 [2021-08-20T17:04:53.243Z] --- SKIP: TestDeleteDevicemapper (0.00s)
17:04:53 [2021-08-20T17:04:53.243Z] === RUN   TestStopContainerWithRestartPolicyAlways
17:04:53 [2021-08-20T17:04:53.934Z] === RUN   TestDockerSuite/TestBuildAddCurrentDirWithoutCache
17:04:54 [2021-08-20T17:04:54.378Z] === RUN   TestBoolValue
17:04:54 [2021-08-20T17:04:54.378Z] --- PASS: TestBoolValue (0.00s)
17:04:54 [2021-08-20T17:04:54.378Z] === RUN   TestBoolValueOrDefault
17:04:54 [2021-08-20T17:04:54.378Z] --- PASS: TestBoolValueOrDefault (0.00s)
17:04:54 [2021-08-20T17:04:54.378Z] === RUN   TestInt64ValueOrZero
17:04:54 [2021-08-20T17:04:54.378Z] --- PASS: TestInt64ValueOrZero (0.00s)
17:04:54 [2021-08-20T17:04:54.378Z] === RUN   TestInt64ValueOrDefault
17:04:54 [2021-08-20T17:04:54.378Z] --- PASS: TestInt64ValueOrDefault (0.00s)
17:04:54 [2021-08-20T17:04:54.378Z] === RUN   TestInt64ValueOrDefaultWithError
17:04:54 [2021-08-20T17:04:54.378Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s)
17:04:54 [2021-08-20T17:04:54.378Z] === RUN   TestJsonContentType
17:04:54 [2021-08-20T17:04:54.378Z] --- PASS: TestJsonContentType (0.00s)
17:04:54 [2021-08-20T17:04:54.378Z] PASS
17:04:54 [2021-08-20T17:04:54.378Z] coverage: 14.7% of statements
17:04:54 [2021-08-20T17:04:54.378Z] ok  	github.com/docker/docker/api/server/httputils	0.084s	coverage: 14.7% of statements
17:04:54 [2021-08-20T17:04:54.378Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
17:04:54 [2021-08-20T17:04:54.378Z] === RUN   TestMaskSecretKeys
17:04:54 [2021-08-20T17:04:54.378Z] === RUN   TestMaskSecretKeys/secret/config_create_and_update_requests
17:04:54 [2021-08-20T17:04:54.378Z] === RUN   TestMaskSecretKeys/masking_other_fields_(recursively)
17:04:54 [2021-08-20T17:04:54.378Z] === RUN   TestMaskSecretKeys/case_insensitive_field_matching
17:04:54 [2021-08-20T17:04:54.378Z] --- PASS: TestMaskSecretKeys (0.00s)
17:04:54 [2021-08-20T17:04:54.378Z]     --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s)
17:04:54 [2021-08-20T17:04:54.378Z]     --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s)
17:04:54 [2021-08-20T17:04:54.378Z]     --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s)
17:04:54 [2021-08-20T17:04:54.378Z] === RUN   TestVersionMiddlewareVersion
17:04:54 [2021-08-20T17:04:54.378Z] --- PASS: TestVersionMiddlewareVersion (0.00s)
17:04:54 [2021-08-20T17:04:54.378Z] === RUN   TestVersionMiddlewareWithErrorsReturnsHeaders
17:04:54 [2021-08-20T17:04:54.378Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s)
17:04:54 [2021-08-20T17:04:54.378Z] PASS
17:04:54 [2021-08-20T17:04:54.378Z] coverage: 37.7% of statements
17:04:54 [2021-08-20T17:04:54.378Z] ok  	github.com/docker/docker/api/server/middleware	0.059s	coverage: 37.7% of statements
17:04:54 [2021-08-20T17:04:54.378Z] ?   	github.com/docker/docker/api/server/router	[no test files]
17:04:54 [2021-08-20T17:04:54.378Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
17:04:54 [2021-08-20T17:04:54.378Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
17:04:54 [2021-08-20T17:04:54.378Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
17:04:54 [2021-08-20T17:04:54.378Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
17:04:54 [2021-08-20T17:04:54.378Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
17:04:54 [2021-08-20T17:04:54.378Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
17:04:54 [2021-08-20T17:04:54.378Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
17:04:54 [2021-08-20T17:04:54.378Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
17:04:54 [2021-08-20T17:04:54.499Z] === RUN   TestDockerSuite/TestBuildAddDirContentToExistingDir
17:04:54 [2021-08-20T17:04:54.675Z] --- PASS: TestDaemonRestartIpcMode (2.88s)
17:04:54 [2021-08-20T17:04:54.835Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
17:04:54 [2021-08-20T17:04:54.835Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
17:04:54 [2021-08-20T17:04:54.934Z] --- PASS: TestContainerKillOnDaemonStart (12.11s)
17:04:54 [2021-08-20T17:04:54.934Z] PASS
17:04:54 [2021-08-20T17:04:54.934Z] 
17:04:54 [2021-08-20T17:04:54.934Z] === Skipped
17:04:54 [2021-08-20T17:04:54.934Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s)
17:04:54 [2021-08-20T17:04:54.934Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
17:04:54 [2021-08-20T17:04:54.934Z] 
17:04:54 [2021-08-20T17:04:54.934Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s)
17:04:54 [2021-08-20T17:04:54.934Z]     kill_test.go:158: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929)
17:04:54 [2021-08-20T17:04:54.934Z] 
17:04:54 [2021-08-20T17:04:54.934Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
17:04:54 [2021-08-20T17:04:54.934Z]     pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
17:04:54 [2021-08-20T17:04:54.934Z] 
17:04:54 [2021-08-20T17:04:54.934Z] === SKIP: amd64.integration.container TestCgroupNamespacesRunPrivileged (0.00s)
17:04:54 [2021-08-20T17:04:54.934Z]     run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns
17:04:54 [2021-08-20T17:04:54.934Z] 
17:04:54 [2021-08-20T17:04:54.934Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s)
17:04:54 [2021-08-20T17:04:54.934Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
17:04:54 [2021-08-20T17:04:54.934Z] 
17:04:54 [2021-08-20T17:04:54.934Z] 
17:04:54 [2021-08-20T17:04:54.934Z] DONE 195 tests, 5 skipped in 150.032s
17:04:54 [2021-08-20T17:04:54.934Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m 
17:04:54 [2021-08-20T17:04:54.934Z] === RUN   TestConfigDaemonLibtrustID
17:04:55 [2021-08-20T17:04:55.062Z] === RUN   TestDockerDaemonSuite/TestDaemonExitOnFailure
17:04:55 [2021-08-20T17:04:55.152Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.22s)
17:04:55 [2021-08-20T17:04:55.152Z] === RUN   TestUpdateMemory
17:04:55 [2021-08-20T17:04:55.152Z]     update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none"
17:04:55 [2021-08-20T17:04:55.152Z] --- SKIP: TestUpdateMemory (0.00s)
17:04:55 [2021-08-20T17:04:55.152Z] === RUN   TestUpdateCPUQuota
17:04:55 [2021-08-20T17:04:55.152Z]     update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none"
17:04:55 [2021-08-20T17:04:55.152Z] --- SKIP: TestUpdateCPUQuota (0.00s)
17:04:55 [2021-08-20T17:04:55.152Z] === RUN   TestUpdatePidsLimit
17:04:55 [2021-08-20T17:04:55.152Z]     update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none"
17:04:55 [2021-08-20T17:04:55.152Z] --- SKIP: TestUpdatePidsLimit (0.00s)
17:04:55 [2021-08-20T17:04:55.152Z] === RUN   TestUpdateRestartPolicy
17:04:55 [2021-08-20T17:04:55.502Z] --- PASS: TestConfigDaemonLibtrustID (0.52s)
17:04:55 [2021-08-20T17:04:55.502Z] === RUN   TestDaemonConfigValidation
17:04:55 [2021-08-20T17:04:55.502Z] === RUN   TestDaemonConfigValidation/config_with_no_content
17:04:55 [2021-08-20T17:04:55.502Z] === PAUSE TestDaemonConfigValidation/config_with_no_content
17:04:55 [2021-08-20T17:04:55.502Z] === RUN   TestDaemonConfigValidation/config_with_{}
17:04:55 [2021-08-20T17:04:55.502Z] === PAUSE TestDaemonConfigValidation/config_with_{}
17:04:55 [2021-08-20T17:04:55.502Z] === RUN   TestDaemonConfigValidation/invalid_config
17:04:55 [2021-08-20T17:04:55.502Z] === PAUSE TestDaemonConfigValidation/invalid_config
17:04:55 [2021-08-20T17:04:55.502Z] === RUN   TestDaemonConfigValidation/malformed_config
17:04:55 [2021-08-20T17:04:55.502Z] === PAUSE TestDaemonConfigValidation/malformed_config
17:04:55 [2021-08-20T17:04:55.502Z] === RUN   TestDaemonConfigValidation/valid_config
17:04:55 [2021-08-20T17:04:55.502Z] === PAUSE TestDaemonConfigValidation/valid_config
17:04:55 [2021-08-20T17:04:55.502Z] === CONT  TestDaemonConfigValidation/config_with_no_content
17:04:55 [2021-08-20T17:04:55.502Z] === CONT  TestDaemonConfigValidation/malformed_config
17:04:55 [2021-08-20T17:04:55.502Z] === CONT  TestDaemonConfigValidation/valid_config
17:04:55 [2021-08-20T17:04:55.502Z] === CONT  TestDaemonConfigValidation/invalid_config
17:04:55 [2021-08-20T17:04:55.502Z] === CONT  TestDaemonConfigValidation/config_with_{}
17:04:55 [2021-08-20T17:04:55.625Z]     check_test.go:309: [d2ba046e16157] daemon is not started
17:04:55 [2021-08-20T17:04:55.625Z] === RUN   TestDockerDaemonSuite/TestDaemonFlagD
17:04:55 [2021-08-20T17:04:55.760Z] --- PASS: TestDaemonConfigValidation (0.00s)
17:04:55 [2021-08-20T17:04:55.760Z]     --- PASS: TestDaemonConfigValidation/config_with_no_content (0.08s)
17:04:55 [2021-08-20T17:04:55.760Z]     --- PASS: TestDaemonConfigValidation/malformed_config (0.08s)
17:04:55 [2021-08-20T17:04:55.760Z]     --- PASS: TestDaemonConfigValidation/valid_config (0.07s)
17:04:55 [2021-08-20T17:04:55.760Z]     --- PASS: TestDaemonConfigValidation/invalid_config (0.08s)
17:04:55 [2021-08-20T17:04:55.760Z]     --- PASS: TestDaemonConfigValidation/config_with_{} (0.05s)
17:04:55 [2021-08-20T17:04:55.760Z] === RUN   TestConfigDaemonSeccompProfiles
17:04:55 [2021-08-20T17:04:55.760Z] === RUN   TestConfigDaemonSeccompProfiles/empty_profile_set
17:04:55 [2021-08-20T17:04:55.804Z] === RUN   TestToJSON
17:04:55 [2021-08-20T17:04:55.804Z] --- PASS: TestToJSON (0.00s)
17:04:55 [2021-08-20T17:04:55.804Z] === RUN   TestToParamWithVersion
17:04:55 [2021-08-20T17:04:55.804Z] --- PASS: TestToParamWithVersion (0.00s)
17:04:55 [2021-08-20T17:04:55.804Z] === RUN   TestFromJSON
17:04:55 [2021-08-20T17:04:55.804Z] --- PASS: TestFromJSON (0.00s)
17:04:55 [2021-08-20T17:04:55.804Z] === RUN   TestEmpty
17:04:55 [2021-08-20T17:04:55.804Z] --- PASS: TestEmpty (0.00s)
17:04:55 [2021-08-20T17:04:55.804Z] === RUN   TestArgsMatchKVListEmptySources
17:04:55 [2021-08-20T17:04:55.804Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s)
17:04:55 [2021-08-20T17:04:55.804Z] === RUN   TestArgsMatchKVList
17:04:55 [2021-08-20T17:04:55.804Z] --- PASS: TestArgsMatchKVList (0.00s)
17:04:55 [2021-08-20T17:04:55.804Z] === RUN   TestArgsMatch
17:04:55 [2021-08-20T17:04:55.804Z] --- PASS: TestArgsMatch (0.00s)
17:04:55 [2021-08-20T17:04:55.804Z] === RUN   TestAdd
17:04:55 [2021-08-20T17:04:55.804Z] --- PASS: TestAdd (0.00s)
17:04:55 [2021-08-20T17:04:55.804Z] === RUN   TestDel
17:04:55 [2021-08-20T17:04:55.804Z] --- PASS: TestDel (0.00s)
17:04:55 [2021-08-20T17:04:55.804Z] === RUN   TestLen
17:04:55 [2021-08-20T17:04:55.804Z] --- PASS: TestLen (0.00s)
17:04:55 [2021-08-20T17:04:55.804Z] === RUN   TestExactMatch
17:04:55 [2021-08-20T17:04:55.804Z] --- PASS: TestExactMatch (0.00s)
17:04:55 [2021-08-20T17:04:55.804Z] === RUN   TestOnlyOneExactMatch
17:04:55 [2021-08-20T17:04:55.804Z] --- PASS: TestOnlyOneExactMatch (0.00s)
17:04:55 [2021-08-20T17:04:55.804Z] === RUN   TestContains
17:04:55 [2021-08-20T17:04:55.804Z] --- PASS: TestContains (0.00s)
17:04:55 [2021-08-20T17:04:55.804Z] === RUN   TestValidate
17:04:55 [2021-08-20T17:04:55.804Z] --- PASS: TestValidate (0.00s)
17:04:55 [2021-08-20T17:04:55.804Z] === RUN   TestWalkValues
17:04:55 [2021-08-20T17:04:55.804Z] --- PASS: TestWalkValues (0.00s)
17:04:55 [2021-08-20T17:04:55.804Z] === RUN   TestStrSliceMarshalJSON
17:04:55 [2021-08-20T17:04:55.804Z] --- PASS: TestStrSliceMarshalJSON (0.00s)
17:04:55 [2021-08-20T17:04:55.804Z] === RUN   TestStrSliceUnmarshalJSON
17:04:55 [2021-08-20T17:04:55.804Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s)
17:04:55 [2021-08-20T17:04:55.804Z] === RUN   TestFuzzyMatch
17:04:55 [2021-08-20T17:04:55.804Z] --- PASS: TestFuzzyMatch (0.00s)
17:04:55 [2021-08-20T17:04:55.804Z] === RUN   TestStrSliceUnmarshalString
17:04:55 [2021-08-20T17:04:55.804Z] --- PASS: TestStrSliceUnmarshalString (0.00s)
17:04:55 [2021-08-20T17:04:55.804Z] === RUN   TestClone
17:04:55 [2021-08-20T17:04:55.804Z] --- PASS: TestClone (0.00s)
17:04:55 [2021-08-20T17:04:55.804Z] PASS
17:04:55 [2021-08-20T17:04:55.804Z] coverage: 92.2% of statements
17:04:55 [2021-08-20T17:04:55.804Z] === RUN   TestStrSliceUnmarshalSlice
17:04:55 [2021-08-20T17:04:55.804Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s)
17:04:55 [2021-08-20T17:04:55.804Z] PASS
17:04:55 [2021-08-20T17:04:55.804Z] coverage: 90.0% of statements
17:04:55 [2021-08-20T17:04:55.804Z] ok  	github.com/docker/docker/api/types/filters	0.049s	coverage: 92.2% of statements
17:04:55 [2021-08-20T17:04:55.804Z] ok  	github.com/docker/docker/api/types/strslice	0.057s	coverage: 90.0% of statements
17:04:55 [2021-08-20T17:04:55.804Z] === RUN   TestAdjustForAPIVersion
17:04:55 [2021-08-20T17:04:55.804Z] --- PASS: TestAdjustForAPIVersion (0.00s)
17:04:55 [2021-08-20T17:04:55.804Z] PASS
17:04:55 [2021-08-20T17:04:55.804Z] coverage: 5.7% of statements
17:04:55 [2021-08-20T17:04:55.804Z] ok  	github.com/docker/docker/api/server/router/swarm	0.051s	coverage: 5.7% of statements
17:04:55 [2021-08-20T17:04:55.804Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
17:04:55 [2021-08-20T17:04:55.804Z] ?   	github.com/docker/docker/api/server/router/volume	[no test files]
17:04:55 [2021-08-20T17:04:55.804Z] ?   	github.com/docker/docker/api/types	[no test files]
17:04:55 [2021-08-20T17:04:55.804Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
17:04:55 [2021-08-20T17:04:55.804Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
17:04:55 [2021-08-20T17:04:55.804Z] ?   	github.com/docker/docker/api/types/container	[no test files]
17:04:55 [2021-08-20T17:04:55.804Z] ?   	github.com/docker/docker/api/types/events	[no test files]
17:04:55 [2021-08-20T17:04:55.804Z] ?   	github.com/docker/docker/api/types/image	[no test files]
17:04:55 [2021-08-20T17:04:55.804Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
17:04:55 [2021-08-20T17:04:55.804Z] ?   	github.com/docker/docker/api/types/network	[no test files]
17:04:55 [2021-08-20T17:04:55.804Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
17:04:55 [2021-08-20T17:04:55.804Z] ?   	github.com/docker/docker/api/types/registry	[no test files]
17:04:55 [2021-08-20T17:04:55.804Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
17:04:55 [2021-08-20T17:04:55.804Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
17:04:56 [2021-08-20T17:04:56.193Z] === RUN   TestDockerDaemonSuite/TestDaemonFlagDebug
17:04:56 [2021-08-20T17:04:56.261Z] === RUN   TestDurationToSecondsString
17:04:56 [2021-08-20T17:04:56.261Z] --- PASS: TestDurationToSecondsString (0.00s)
17:04:56 [2021-08-20T17:04:56.261Z] === RUN   TestGetTimestamp
17:04:56 [2021-08-20T17:04:56.261Z] --- PASS: TestGetTimestamp (0.22s)
17:04:56 [2021-08-20T17:04:56.261Z] === RUN   TestParseTimestamps
17:04:56 [2021-08-20T17:04:56.261Z] --- PASS: TestParseTimestamps (0.00s)
17:04:56 [2021-08-20T17:04:56.261Z] PASS
17:04:56 [2021-08-20T17:04:56.261Z] coverage: 100.0% of statements
17:04:56 [2021-08-20T17:04:56.261Z] ok  	github.com/docker/docker/api/types/time	0.268s	coverage: 100.0% of statements
17:04:56 [2021-08-20T17:04:56.261Z] === RUN   TestCompareVersion
17:04:56 [2021-08-20T17:04:56.261Z] --- PASS: TestCompareVersion (0.00s)
17:04:56 [2021-08-20T17:04:56.261Z] PASS
17:04:56 [2021-08-20T17:04:56.261Z] coverage: 75.0% of statements
17:04:56 [2021-08-20T17:04:56.695Z] === RUN   TestConfigDaemonSeccompProfiles/default_profile
17:04:56 [2021-08-20T17:04:56.723Z] ok  	github.com/docker/docker/api/types/versions	0.047s	coverage: 75.0% of statements
17:04:56 [2021-08-20T17:04:56.723Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
17:04:56 [2021-08-20T17:04:56.723Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
17:04:56 [2021-08-20T17:04:56.723Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
17:04:56 [2021-08-20T17:04:56.723Z] ?   	github.com/docker/docker/autogen/winresources/dockerd	[no test files]
17:04:56 [2021-08-20T17:04:56.723Z] ?   	github.com/docker/docker/builder	[no test files]
17:04:56 [2021-08-20T17:04:56.723Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
17:04:56 [2021-08-20T17:04:56.723Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
17:04:56 [2021-08-20T17:04:56.723Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
17:04:56 [2021-08-20T17:04:56.723Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
17:04:56 [2021-08-20T17:04:56.723Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
17:04:56 [2021-08-20T17:04:56.723Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
17:04:56 [2021-08-20T17:04:56.723Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
17:04:56 [2021-08-20T17:04:56.757Z] === RUN   TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal
17:04:57 [2021-08-20T17:04:57.014Z] --- PASS: TestTemplatedConfig (4.19s)
17:04:57 [2021-08-20T17:04:57.014Z] === RUN   TestConfigCreateResolve
17:04:57 [2021-08-20T17:04:57.271Z] === RUN   TestDockerDaemonSuite/TestDaemonICCLinkExpose
17:04:57 [2021-08-20T17:04:57.315Z] tests/integration/api_build_test.py .......................X             [  6%]
17:04:57 [2021-08-20T17:04:57.630Z] === RUN   TestConfigDaemonSeccompProfiles/unconfined_profile
17:04:58 [2021-08-20T17:04:58.141Z] tests/integration/api_client_test.py .....                               [  7%]
17:04:58 [2021-08-20T17:04:58.250Z] === RUN   TestParseRemoteURL
17:04:58 [2021-08-20T17:04:58.250Z] === RUN   TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment
17:04:58 [2021-08-20T17:04:58.250Z] === RUN   TestParseRemoteURL/git_scheme,_no_url-fragment
17:04:58 [2021-08-20T17:04:58.250Z] === RUN   TestParseRemoteURL/git_scheme,_with_url-fragment
17:04:58 [2021-08-20T17:04:58.250Z] === RUN   TestParseRemoteURL/https_scheme,_no_url-fragment
17:04:58 [2021-08-20T17:04:58.250Z] === RUN   TestParseRemoteURL/https_scheme,_with_url-fragment
17:04:58 [2021-08-20T17:04:58.250Z] === RUN   TestParseRemoteURL/git@,_no_url-fragment
17:04:58 [2021-08-20T17:04:58.250Z] === RUN   TestParseRemoteURL/git@,_with_url-fragment
17:04:58 [2021-08-20T17:04:58.250Z] === RUN   TestParseRemoteURL/ssh,_no_url-fragment
17:04:58 [2021-08-20T17:04:58.250Z] === RUN   TestParseRemoteURL/ssh,_with_url-fragment
17:04:58 [2021-08-20T17:04:58.250Z] === RUN   TestParseRemoteURL/ssh,_with_url-fragment_and_user
17:04:58 [2021-08-20T17:04:58.250Z] --- PASS: TestParseRemoteURL (0.00s)
17:04:58 [2021-08-20T17:04:58.250Z]     --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s)
17:04:58 [2021-08-20T17:04:58.250Z]     --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s)
17:04:58 [2021-08-20T17:04:58.250Z]     --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s)
17:04:58 [2021-08-20T17:04:58.250Z]     --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s)
17:04:58 [2021-08-20T17:04:58.250Z]     --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s)
17:04:58 [2021-08-20T17:04:58.250Z]     --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s)
17:04:58 [2021-08-20T17:04:58.250Z]     --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s)
17:04:58 [2021-08-20T17:04:58.250Z]     --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s)
17:04:58 [2021-08-20T17:04:58.250Z]     --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s)
17:04:58 [2021-08-20T17:04:58.250Z]     --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s)
17:04:58 [2021-08-20T17:04:58.250Z] === RUN   TestCloneArgsSmartHttp
17:04:58 [2021-08-20T17:04:58.250Z] --- PASS: TestCloneArgsSmartHttp (0.02s)
17:04:58 [2021-08-20T17:04:58.250Z] === RUN   TestCloneArgsDumbHttp
17:04:58 [2021-08-20T17:04:58.250Z] --- PASS: TestCloneArgsDumbHttp (0.00s)
17:04:58 [2021-08-20T17:04:58.250Z] === RUN   TestCloneArgsGit
17:04:58 [2021-08-20T17:04:58.250Z] --- PASS: TestCloneArgsGit (0.00s)
17:04:58 [2021-08-20T17:04:58.250Z] === RUN   TestCheckoutGit
17:04:59 [2021-08-20T17:04:59.006Z] === CONT  TestConfigDaemonSeccompProfiles
17:04:59 [2021-08-20T17:04:59.006Z]     daemon_test.go:149: [d8ce5a4206a69] daemon is not started
17:04:59 [2021-08-20T17:04:59.006Z] --- PASS: TestConfigDaemonSeccompProfiles (3.12s)
17:04:59 [2021-08-20T17:04:59.006Z]     --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s)
17:04:59 [2021-08-20T17:04:59.006Z]     --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s)
17:04:59 [2021-08-20T17:04:59.006Z]     --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.05s)
17:04:59 [2021-08-20T17:04:59.006Z] PASS
17:04:59 [2021-08-20T17:04:59.006Z] 
17:04:59 [2021-08-20T17:04:59.006Z] DONE 11 tests in 3.876s
17:04:59 [2021-08-20T17:04:59.006Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m 
17:04:59 [2021-08-20T17:04:59.006Z] INFO: Testing against a local daemon
17:04:59 [2021-08-20T17:04:59.006Z] === RUN   TestCommitInheritsEnv
17:04:59 [2021-08-20T17:04:59.006Z] --- PASS: TestCommitInheritsEnv (0.28s)
17:04:59 [2021-08-20T17:04:59.006Z] === RUN   TestImportExtremelyLargeImageWorks
17:04:59 [2021-08-20T17:04:59.006Z] === PAUSE TestImportExtremelyLargeImageWorks
17:04:59 [2021-08-20T17:04:59.006Z] === RUN   TestImagesFilterMultiReference
17:04:59 [2021-08-20T17:04:59.266Z] --- PASS: TestImagesFilterMultiReference (0.05s)
17:04:59 [2021-08-20T17:04:59.266Z] === RUN   TestImagePullPlatformInvalid
17:04:59 [2021-08-20T17:04:59.266Z] --- PASS: TestImagePullPlatformInvalid (0.02s)
17:04:59 [2021-08-20T17:04:59.266Z] === RUN   TestRemoveImageOrphaning
17:04:59 [2021-08-20T17:04:59.524Z] --- PASS: TestRemoveImageOrphaning (0.24s)
17:04:59 [2021-08-20T17:04:59.524Z] === RUN   TestRemoveImageGarbageCollector
17:04:59 [2021-08-20T17:04:59.649Z] tests/integration/api_config_test.py .....                               [  8%]
17:05:00 [2021-08-20T17:05:00.416Z] === RUN   TestProcessShouldRemoveDockerfileDockerignore
17:05:00 [2021-08-20T17:05:00.416Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.01s)
17:05:00 [2021-08-20T17:05:00.416Z] === RUN   TestProcessNoDockerignore
17:05:00 [2021-08-20T17:05:00.416Z] --- PASS: TestProcessNoDockerignore (0.01s)
17:05:00 [2021-08-20T17:05:00.416Z] === RUN   TestProcessShouldLeaveAllFiles
17:05:00 [2021-08-20T17:05:00.416Z] --- PASS: TestProcessShouldLeaveAllFiles (0.01s)
17:05:00 [2021-08-20T17:05:00.416Z] === RUN   TestDetectContentType
17:05:00 [2021-08-20T17:05:00.416Z] --- PASS: TestDetectContentType (0.00s)
17:05:00 [2021-08-20T17:05:00.416Z] === RUN   TestSelectAcceptableMIME
17:05:00 [2021-08-20T17:05:00.416Z] --- PASS: TestSelectAcceptableMIME (0.00s)
17:05:00 [2021-08-20T17:05:00.416Z] === RUN   TestInspectEmptyResponse
17:05:00 [2021-08-20T17:05:00.416Z] --- PASS: TestInspectEmptyResponse (0.00s)
17:05:00 [2021-08-20T17:05:00.416Z] === RUN   TestInspectResponseBinary
17:05:00 [2021-08-20T17:05:00.416Z] --- PASS: TestInspectResponseBinary (0.00s)
17:05:00 [2021-08-20T17:05:00.416Z] === RUN   TestResponseUnsupportedContentType
17:05:00 [2021-08-20T17:05:00.416Z] --- PASS: TestResponseUnsupportedContentType (0.00s)
17:05:00 [2021-08-20T17:05:00.416Z] === RUN   TestInspectResponseTextSimple
17:05:00 [2021-08-20T17:05:00.416Z] --- PASS: TestInspectResponseTextSimple (0.00s)
17:05:00 [2021-08-20T17:05:00.416Z] === RUN   TestInspectResponseEmptyContentType
17:05:00 [2021-08-20T17:05:00.416Z] --- PASS: TestInspectResponseEmptyContentType (0.00s)
17:05:00 [2021-08-20T17:05:00.416Z] === RUN   TestUnknownContentLength
17:05:00 [2021-08-20T17:05:00.416Z] --- PASS: TestUnknownContentLength (0.00s)
17:05:00 [2021-08-20T17:05:00.416Z] === RUN   TestDownloadRemote
17:05:00 [2021-08-20T17:05:00.416Z] --- PASS: TestDownloadRemote (0.11s)
17:05:00 [2021-08-20T17:05:00.416Z] === RUN   TestGetWithStatusError
17:05:00 [2021-08-20T17:05:00.416Z] --- PASS: TestGetWithStatusError (0.00s)
17:05:00 [2021-08-20T17:05:00.416Z] === RUN   TestCloseRootDirectory
17:05:00 [2021-08-20T17:05:00.416Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
17:05:00 [2021-08-20T17:05:00.416Z] --- SKIP: TestCloseRootDirectory (0.00s)
17:05:00 [2021-08-20T17:05:00.416Z] === RUN   TestHashFile
17:05:00 [2021-08-20T17:05:00.416Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
17:05:00 [2021-08-20T17:05:00.416Z] --- SKIP: TestHashFile (0.00s)
17:05:00 [2021-08-20T17:05:00.416Z] === RUN   TestHashSubdir
17:05:00 [2021-08-20T17:05:00.416Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
17:05:00 [2021-08-20T17:05:00.416Z] --- SKIP: TestHashSubdir (0.01s)
17:05:00 [2021-08-20T17:05:00.416Z] === RUN   TestRemoveDirectory
17:05:00 [2021-08-20T17:05:00.416Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
17:05:00 [2021-08-20T17:05:00.416Z] --- SKIP: TestRemoveDirectory (0.00s)
17:05:00 [2021-08-20T17:05:00.416Z] PASS
17:05:00 [2021-08-20T17:05:00.416Z] coverage: 9.3% of statements
17:05:00 [2021-08-20T17:05:00.416Z] ok  	github.com/docker/docker/builder/remotecontext	0.429s	coverage: 9.3% of statements
17:05:00 [2021-08-20T17:05:00.543Z] --- PASS: TestConfigCreateResolve (3.03s)
17:05:00 [2021-08-20T17:05:00.543Z] PASS
17:05:00 [2021-08-20T17:05:00.543Z] 
17:05:00 [2021-08-20T17:05:00.543Z] DONE 6 tests in 18.370s
17:05:00 [2021-08-20T17:05:00.543Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m 
17:05:00 [2021-08-20T17:05:00.543Z] ++ 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
17:05:00 [2021-08-20T17:05:00.543Z] ++ set -e
17:05:00 [2021-08-20T17:05:00.543Z] ++ '[' -n 0 ']'
17:05:00 [2021-08-20T17:05:00.543Z] ++ set -x
17:05:00 [2021-08-20T17:05:00.544Z] ++ 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
17:05:00 [2021-08-20T17:05:00.544Z] INFO: Testing against a local daemon
17:05:00 [2021-08-20T17:05:00.544Z] === RUN   TestCheckpoint
17:05:00 [2021-08-20T17:05:00.544Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
17:05:00 [2021-08-20T17:05:00.544Z] --- SKIP: TestCheckpoint (0.00s)
17:05:00 [2021-08-20T17:05:00.544Z] === RUN   TestContainerInvalidJSON
17:05:00 [2021-08-20T17:05:00.544Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
17:05:00 [2021-08-20T17:05:00.544Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
17:05:00 [2021-08-20T17:05:00.544Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
17:05:00 [2021-08-20T17:05:00.544Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
17:05:00 [2021-08-20T17:05:00.544Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
17:05:00 [2021-08-20T17:05:00.544Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
17:05:00 [2021-08-20T17:05:00.544Z] --- PASS: TestContainerInvalidJSON (0.02s)
17:05:00 [2021-08-20T17:05:00.544Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
17:05:00 [2021-08-20T17:05:00.544Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
17:05:00 [2021-08-20T17:05:00.544Z] === RUN   TestCopyFromContainerPathDoesNotExist
17:05:00 [2021-08-20T17:05:00.544Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.11s)
17:05:00 [2021-08-20T17:05:00.544Z] === RUN   TestCopyFromContainerPathIsNotDir
17:05:00 [2021-08-20T17:05:00.544Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.12s)
17:05:00 [2021-08-20T17:05:00.544Z] === RUN   TestCopyToContainerPathDoesNotExist
17:05:00 [2021-08-20T17:05:00.544Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.07s)
17:05:00 [2021-08-20T17:05:00.544Z] === RUN   TestCopyToContainerPathIsNotDir
17:05:00 [2021-08-20T17:05:00.544Z] --- PASS: TestCopyToContainerPathIsNotDir (0.09s)
17:05:00 [2021-08-20T17:05:00.544Z] === RUN   TestCopyFromContainer
17:05:00 [2021-08-20T17:05:00.873Z] === RUN   TestGetAllAllowed
17:05:00 [2021-08-20T17:05:00.873Z] --- PASS: TestGetAllAllowed (0.00s)
17:05:00 [2021-08-20T17:05:00.873Z] === RUN   TestGetAllMeta
17:05:00 [2021-08-20T17:05:00.873Z] --- PASS: TestGetAllMeta (0.00s)
17:05:00 [2021-08-20T17:05:00.873Z] === RUN   TestWarnOnUnusedBuildArgs
17:05:00 [2021-08-20T17:05:00.873Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s)
17:05:00 [2021-08-20T17:05:00.873Z] === RUN   TestIsUnreferencedBuiltin
17:05:00 [2021-08-20T17:05:00.873Z] --- PASS: TestIsUnreferencedBuiltin (0.00s)
17:05:00 [2021-08-20T17:05:00.873Z] === RUN   TestIsExistingDirectory
17:05:00 [2021-08-20T17:05:00.873Z] --- PASS: TestIsExistingDirectory (0.01s)
17:05:00 [2021-08-20T17:05:00.873Z] === RUN   TestGetFilenameForDownload
17:05:00 [2021-08-20T17:05:00.873Z] --- PASS: TestGetFilenameForDownload (0.00s)
17:05:00 [2021-08-20T17:05:00.873Z] === RUN   TestEnv2Variables
17:05:00 [2021-08-20T17:05:00.873Z] --- PASS: TestEnv2Variables (0.00s)
17:05:00 [2021-08-20T17:05:00.873Z] === RUN   TestEnvValueWithExistingRunConfigEnv
17:05:00 [2021-08-20T17:05:00.873Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s)
17:05:00 [2021-08-20T17:05:00.873Z] === RUN   TestMaintainer
17:05:00 [2021-08-20T17:05:00.873Z] --- PASS: TestMaintainer (0.00s)
17:05:00 [2021-08-20T17:05:00.873Z] === RUN   TestLabel
17:05:00 [2021-08-20T17:05:00.873Z] --- PASS: TestLabel (0.00s)
17:05:00 [2021-08-20T17:05:00.873Z] === RUN   TestFromScratch
17:05:00 [2021-08-20T17:05:00.873Z] --- PASS: TestFromScratch (0.00s)
17:05:00 [2021-08-20T17:05:00.873Z] === RUN   TestFromWithArg
17:05:00 [2021-08-20T17:05:00.873Z] --- PASS: TestFromWithArg (0.00s)
17:05:00 [2021-08-20T17:05:00.873Z] === RUN   TestFromWithArgButBuildArgsNotGiven
17:05:00 [2021-08-20T17:05:00.873Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s)
17:05:00 [2021-08-20T17:05:00.873Z] === RUN   TestFromWithUndefinedArg
17:05:00 [2021-08-20T17:05:00.873Z] --- PASS: TestFromWithUndefinedArg (0.00s)
17:05:00 [2021-08-20T17:05:00.873Z] === RUN   TestFromMultiStageWithNamedStage
17:05:00 [2021-08-20T17:05:00.873Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s)
17:05:00 [2021-08-20T17:05:00.873Z] === RUN   TestOnbuild
17:05:00 [2021-08-20T17:05:00.873Z] --- PASS: TestOnbuild (0.00s)
17:05:00 [2021-08-20T17:05:00.873Z] === RUN   TestWorkdir
17:05:00 [2021-08-20T17:05:00.873Z] --- PASS: TestWorkdir (0.00s)
17:05:00 [2021-08-20T17:05:00.873Z] === RUN   TestCmd
17:05:00 [2021-08-20T17:05:00.873Z] --- PASS: TestCmd (0.00s)
17:05:00 [2021-08-20T17:05:00.873Z] === RUN   TestHealthcheckNone
17:05:00 [2021-08-20T17:05:00.873Z] --- PASS: TestHealthcheckNone (0.00s)
17:05:00 [2021-08-20T17:05:00.873Z] === RUN   TestHealthcheckCmd
17:05:00 [2021-08-20T17:05:00.873Z] --- PASS: TestHealthcheckCmd (0.00s)
17:05:00 [2021-08-20T17:05:00.873Z] === RUN   TestEntrypoint
17:05:00 [2021-08-20T17:05:00.873Z] --- PASS: TestEntrypoint (0.00s)
17:05:00 [2021-08-20T17:05:00.873Z] === RUN   TestExpose
17:05:00 [2021-08-20T17:05:00.873Z] --- PASS: TestExpose (0.00s)
17:05:00 [2021-08-20T17:05:00.873Z] === RUN   TestUser
17:05:00 [2021-08-20T17:05:00.873Z] --- PASS: TestUser (0.00s)
17:05:00 [2021-08-20T17:05:00.873Z] === RUN   TestVolume
17:05:00 [2021-08-20T17:05:00.873Z] --- PASS: TestVolume (0.00s)
17:05:00 [2021-08-20T17:05:00.873Z] === RUN   TestStopSignal
17:05:00 [2021-08-20T17:05:00.873Z]     dispatchers_test.go:377: Windows does not support stopsignal
17:05:00 [2021-08-20T17:05:00.873Z] --- SKIP: TestStopSignal (0.00s)
17:05:00 [2021-08-20T17:05:00.873Z] === RUN   TestArg
17:05:00 [2021-08-20T17:05:00.873Z] --- PASS: TestArg (0.00s)
17:05:00 [2021-08-20T17:05:00.873Z] === RUN   TestShell
17:05:00 [2021-08-20T17:05:00.873Z] --- PASS: TestShell (0.00s)
17:05:00 [2021-08-20T17:05:00.873Z] === RUN   TestPrependEnvOnCmd
17:05:00 [2021-08-20T17:05:00.873Z] --- PASS: TestPrependEnvOnCmd (0.00s)
17:05:00 [2021-08-20T17:05:00.873Z] === RUN   TestRunWithBuildArgs
17:05:00 [2021-08-20T17:05:00.873Z] --- PASS: TestRunWithBuildArgs (0.00s)
17:05:00 [2021-08-20T17:05:00.873Z] === RUN   TestRunIgnoresHealthcheck
17:05:00 [2021-08-20T17:05:00.873Z] --- PASS: TestRunIgnoresHealthcheck (0.00s)
17:05:00 [2021-08-20T17:05:00.873Z] === RUN   TestDispatchUnsupportedOptions
17:05:00 [2021-08-20T17:05:00.873Z] === RUN   TestDispatchUnsupportedOptions/ADD_with_chmod
17:05:00 [2021-08-20T17:05:00.873Z] === RUN   TestDispatchUnsupportedOptions/COPY_with_chmod
17:05:00 [2021-08-20T17:05:00.873Z] === RUN   TestDispatchUnsupportedOptions/RUN_with_unsupported_options
17:05:00 [2021-08-20T17:05:00.873Z] --- PASS: TestDispatchUnsupportedOptions (0.00s)
17:05:00 [2021-08-20T17:05:00.873Z]     --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s)
17:05:00 [2021-08-20T17:05:00.873Z]     --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s)
17:05:00 [2021-08-20T17:05:00.873Z]     --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s)
17:05:00 [2021-08-20T17:05:00.873Z] === RUN   TestNormalizeWorkdir
17:05:00 [2021-08-20T17:05:00.873Z] --- PASS: TestNormalizeWorkdir (0.00s)
17:05:00 [2021-08-20T17:05:00.873Z] === RUN   TestDispatch
17:05:00 [2021-08-20T17:05:00.873Z] === RUN   TestDispatch/ADD_multiple_files_to_file
17:05:00 [2021-08-20T17:05:00.873Z] === RUN   TestDispatch/Wildcard_ADD_multiple_files_to_file
17:05:00 [2021-08-20T17:05:00.873Z] === RUN   TestDispatch/COPY_multiple_files_to_file
17:05:00 [2021-08-20T17:05:00.873Z] === RUN   TestDispatch/ADD_multiple_files_to_file_with_whitespace
17:05:00 [2021-08-20T17:05:00.873Z] === RUN   TestDispatch/COPY_multiple_files_to_file_with_whitespace
17:05:00 [2021-08-20T17:05:00.873Z] === RUN   TestDispatch/COPY_wildcard_no_files
17:05:00 [2021-08-20T17:05:00.873Z] === RUN   TestDispatch/COPY_url
17:05:00 [2021-08-20T17:05:00.873Z] --- PASS: TestDispatch (0.10s)
17:05:00 [2021-08-20T17:05:00.873Z]     --- PASS: TestDispatch/ADD_multiple_files_to_file (0.03s)
17:05:00 [2021-08-20T17:05:00.873Z]     --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.02s)
17:05:00 [2021-08-20T17:05:00.873Z]     --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s)
17:05:00 [2021-08-20T17:05:00.873Z]     --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s)
17:05:00 [2021-08-20T17:05:00.873Z]     --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s)
17:05:00 [2021-08-20T17:05:00.873Z]     --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s)
17:05:00 [2021-08-20T17:05:00.873Z]     --- PASS: TestDispatch/COPY_url (0.00s)
17:05:00 [2021-08-20T17:05:00.873Z] === RUN   TestAddScratchImageAddsToMounts
17:05:00 [2021-08-20T17:05:00.873Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s)
17:05:00 [2021-08-20T17:05:00.873Z] === RUN   TestAddFromScratchPopulatesPlatform
17:05:00 [2021-08-20T17:05:00.873Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s)
17:05:00 [2021-08-20T17:05:00.873Z] === RUN   TestAddFromScratchDoesNotModifyArgPlatform
17:05:00 [2021-08-20T17:05:00.873Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s)
17:05:00 [2021-08-20T17:05:00.873Z] === RUN   TestAddFromScratchPopulatesPlatformIfNil
17:05:00 [2021-08-20T17:05:00.873Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s)
17:05:00 [2021-08-20T17:05:00.873Z] === RUN   TestImageSourceGetAddsToMounts
17:05:00 [2021-08-20T17:05:00.873Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s)
17:05:00 [2021-08-20T17:05:00.873Z] === RUN   TestEmptyDockerfile
17:05:00 [2021-08-20T17:05:00.873Z] --- PASS: TestEmptyDockerfile (0.01s)
17:05:00 [2021-08-20T17:05:00.873Z] === RUN   TestSymlinkDockerfile
17:05:00 [2021-08-20T17:05:00.873Z] --- PASS: TestSymlinkDockerfile (0.01s)
17:05:00 [2021-08-20T17:05:00.873Z] === RUN   TestDockerfileOutsideTheBuildContext
17:05:00 [2021-08-20T17:05:00.873Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s)
17:05:00 [2021-08-20T17:05:00.873Z] === RUN   TestNonExistingDockerfile
17:05:00 [2021-08-20T17:05:00.873Z] --- PASS: TestNonExistingDockerfile (0.00s)
17:05:00 [2021-08-20T17:05:00.873Z] === RUN   TestCopyRunConfig
17:05:00 [2021-08-20T17:05:00.873Z] --- PASS: TestCopyRunConfig (0.00s)
17:05:00 [2021-08-20T17:05:00.873Z] === RUN   TestDeepCopyRunConfig
17:05:00 [2021-08-20T17:05:00.873Z] --- PASS: TestDeepCopyRunConfig (0.00s)
17:05:00 [2021-08-20T17:05:00.873Z] === RUN   TestExportImage
17:05:00 [2021-08-20T17:05:00.873Z] --- PASS: TestExportImage (0.00s)
17:05:00 [2021-08-20T17:05:00.873Z] === RUN   TestNormalizeDest
17:05:00 [2021-08-20T17:05:00.873Z] --- PASS: TestNormalizeDest (0.00s)
17:05:00 [2021-08-20T17:05:00.873Z] PASS
17:05:00 [2021-08-20T17:05:00.873Z] coverage: 46.8% of statements
17:05:00 [2021-08-20T17:05:00.873Z] ok  	github.com/docker/docker/builder/dockerfile	0.259s	coverage: 46.8% of statements
17:05:00 [2021-08-20T17:05:00.873Z] === RUN   TestEnable
17:05:00 [2021-08-20T17:05:00.873Z] --- PASS: TestEnable (0.00s)
17:05:00 [2021-08-20T17:05:00.873Z] === RUN   TestDisable
17:05:00 [2021-08-20T17:05:00.873Z] --- PASS: TestDisable (0.00s)
17:05:00 [2021-08-20T17:05:00.873Z] === RUN   TestEnabled
17:05:00 [2021-08-20T17:05:00.873Z] --- PASS: TestEnabled (0.00s)
17:05:00 [2021-08-20T17:05:00.873Z] PASS
17:05:00 [2021-08-20T17:05:00.873Z] coverage: 100.0% of statements
17:05:00 [2021-08-20T17:05:00.873Z] ok  	github.com/docker/docker/cli/debug	0.048s	coverage: 100.0% of statements
17:05:00 [2021-08-20T17:05:00.873Z] ?   	github.com/docker/docker/builder/dockerignore	[no test files]
17:05:01 [2021-08-20T17:05:01.107Z] === RUN   TestDockerDaemonSuite/TestDaemonICCPing
17:05:01 [2021-08-20T17:05:01.426Z] --- PASS: TestRemoveImageGarbageCollector (1.96s)
17:05:01 [2021-08-20T17:05:01.426Z] === RUN   TestTagUnprefixedRepoByNameOrName
17:05:01 [2021-08-20T17:05:01.426Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s)
17:05:01 [2021-08-20T17:05:01.426Z] === RUN   TestTagInvalidReference
17:05:01 [2021-08-20T17:05:01.426Z] --- PASS: TestTagInvalidReference (0.01s)
17:05:01 [2021-08-20T17:05:01.426Z] === RUN   TestTagValidPrefixedRepo
17:05:01 [2021-08-20T17:05:01.426Z] --- PASS: TestTagValidPrefixedRepo (0.05s)
17:05:01 [2021-08-20T17:05:01.426Z] === RUN   TestTagExistedNameWithoutForce
17:05:01 [2021-08-20T17:05:01.426Z] --- PASS: TestTagExistedNameWithoutForce (0.03s)
17:05:01 [2021-08-20T17:05:01.426Z] === RUN   TestTagOfficialNames
17:05:01 [2021-08-20T17:05:01.426Z] --- PASS: TestTagOfficialNames (0.06s)
17:05:01 [2021-08-20T17:05:01.426Z] === RUN   TestTagMatchesDigest
17:05:01 [2021-08-20T17:05:01.685Z] --- PASS: TestTagMatchesDigest (0.02s)
17:05:01 [2021-08-20T17:05:01.685Z] === CONT  TestImportExtremelyLargeImageWorks
17:05:02 [2021-08-20T17:05:02.403Z] === RUN   TestTCP4Proxy
17:05:02 [2021-08-20T17:05:02.403Z] --- PASS: TestTCP4Proxy (0.02s)
17:05:02 [2021-08-20T17:05:02.403Z] === RUN   TestTCP4ProxyHalfClose
17:05:02 [2021-08-20T17:05:02.403Z] --- PASS: TestTCP4ProxyHalfClose (0.00s)
17:05:02 [2021-08-20T17:05:02.403Z] === RUN   TestTCP6Proxy
17:05:02 [2021-08-20T17:05:02.403Z]     network_proxy_test.go:194: Need to start CI docker with --ipv6
17:05:02 [2021-08-20T17:05:02.403Z] --- SKIP: TestTCP6Proxy (0.00s)
17:05:02 [2021-08-20T17:05:02.403Z] === RUN   TestTCPDualStackProxy
17:05:02 [2021-08-20T17:05:02.403Z]     network_proxy_test.go:209: No support for dual stack yet
17:05:02 [2021-08-20T17:05:02.403Z] --- SKIP: TestTCPDualStackProxy (0.00s)
17:05:02 [2021-08-20T17:05:02.403Z] === RUN   TestUDP4Proxy
17:05:02 [2021-08-20T17:05:02.403Z] --- PASS: TestUDP4Proxy (0.02s)
17:05:02 [2021-08-20T17:05:02.403Z] === RUN   TestUDP6Proxy
17:05:02 [2021-08-20T17:05:02.403Z]     network_proxy_test.go:238: Need to start CI docker with --ipv6
17:05:02 [2021-08-20T17:05:02.403Z] --- SKIP: TestUDP6Proxy (0.00s)
17:05:02 [2021-08-20T17:05:02.403Z] === RUN   TestUDPWriteError
17:05:02 [2021-08-20T17:05:02.403Z] --- PASS: TestUDPWriteError (0.00s)
17:05:02 [2021-08-20T17:05:02.403Z] === RUN   TestSCTP4Proxy
17:05:02 [2021-08-20T17:05:02.403Z]     network_proxy_test.go:285: runtime.GOOS == "windows": sctp is not supported on windows
17:05:02 [2021-08-20T17:05:02.403Z] --- SKIP: TestSCTP4Proxy (0.00s)
17:05:02 [2021-08-20T17:05:02.403Z] === RUN   TestSCTP6Proxy
17:05:02 [2021-08-20T17:05:02.403Z]     network_proxy_test.go:299: Need to start CI docker with --ipv6
17:05:02 [2021-08-20T17:05:02.403Z] --- SKIP: TestSCTP6Proxy (0.00s)
17:05:02 [2021-08-20T17:05:02.403Z] PASS
17:05:02 [2021-08-20T17:05:02.403Z] coverage: 49.4% of statements
17:05:02 [2021-08-20T17:05:02.403Z] ok  	github.com/docker/docker/cmd/docker-proxy	0.128s	coverage: 49.4% of statements
17:05:03 [2021-08-20T17:05:03.003Z] === RUN   TestCopyFromContainer//
17:05:03 [2021-08-20T17:05:03.003Z] === RUN   TestCopyFromContainer//bar/root
17:05:03 [2021-08-20T17:05:03.003Z] === RUN   TestCopyFromContainer//bar/root/
17:05:03 [2021-08-20T17:05:03.260Z] === RUN   TestCopyFromContainer/bar/quux
17:05:03 [2021-08-20T17:05:03.260Z] === RUN   TestCopyFromContainer/bar/quux/
17:05:03 [2021-08-20T17:05:03.517Z] === RUN   TestCopyFromContainer/bar/quux/baz
17:05:03 [2021-08-20T17:05:03.517Z] === RUN   TestCopyFromContainer/bar/filesymlink
17:05:03 [2021-08-20T17:05:03.773Z] === RUN   TestCopyFromContainer/bar/dirsymlink
17:05:03 [2021-08-20T17:05:03.773Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
17:05:04 [2021-08-20T17:05:04.029Z] === RUN   TestCopyFromContainer/bar/notarget
17:05:04 [2021-08-20T17:05:04.286Z] --- PASS: TestCopyFromContainer (3.58s)
17:05:04 [2021-08-20T17:05:04.286Z]     --- PASS: TestCopyFromContainer// (0.16s)
17:05:04 [2021-08-20T17:05:04.286Z]     --- PASS: TestCopyFromContainer//bar/root (0.11s)
17:05:04 [2021-08-20T17:05:04.286Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.11s)
17:05:04 [2021-08-20T17:05:04.286Z]     --- PASS: TestCopyFromContainer/bar/quux (0.16s)
17:05:04 [2021-08-20T17:05:04.286Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.13s)
17:05:04 [2021-08-20T17:05:04.286Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.10s)
17:05:04 [2021-08-20T17:05:04.286Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.11s)
17:05:04 [2021-08-20T17:05:04.286Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.16s)
17:05:04 [2021-08-20T17:05:04.286Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.18s)
17:05:04 [2021-08-20T17:05:04.286Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.15s)
17:05:04 [2021-08-20T17:05:04.286Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
17:05:04 [2021-08-20T17:05:04.286Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
17:05:04 [2021-08-20T17:05:04.286Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
17:05:04 [2021-08-20T17:05:04.286Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
17:05:04 [2021-08-20T17:05:04.286Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
17:05:04 [2021-08-20T17:05:04.286Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
17:05:04 [2021-08-20T17:05:04.286Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
17:05:04 [2021-08-20T17:05:04.286Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
17:05:04 [2021-08-20T17:05:04.286Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
17:05:04 [2021-08-20T17:05:04.286Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
17:05:04 [2021-08-20T17:05:04.286Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s)
17:05:04 [2021-08-20T17:05:04.286Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
17:05:04 [2021-08-20T17:05:04.286Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
17:05:04 [2021-08-20T17:05:04.286Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s)
17:05:04 [2021-08-20T17:05:04.286Z] === RUN   TestCreateLinkToNonExistingContainer
17:05:04 [2021-08-20T17:05:04.286Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s)
17:05:04 [2021-08-20T17:05:04.286Z] === RUN   TestCreateWithInvalidEnv
17:05:04 [2021-08-20T17:05:04.286Z] === RUN   TestCreateWithInvalidEnv/0
17:05:04 [2021-08-20T17:05:04.286Z] === PAUSE TestCreateWithInvalidEnv/0
17:05:04 [2021-08-20T17:05:04.286Z] === RUN   TestCreateWithInvalidEnv/1
17:05:04 [2021-08-20T17:05:04.286Z] === PAUSE TestCreateWithInvalidEnv/1
17:05:04 [2021-08-20T17:05:04.286Z] === RUN   TestCreateWithInvalidEnv/2
17:05:04 [2021-08-20T17:05:04.286Z] === PAUSE TestCreateWithInvalidEnv/2
17:05:04 [2021-08-20T17:05:04.286Z] === CONT  TestCreateWithInvalidEnv/0
17:05:04 [2021-08-20T17:05:04.286Z] === CONT  TestCreateWithInvalidEnv/2
17:05:04 [2021-08-20T17:05:04.286Z] === CONT  TestCreateWithInvalidEnv/1
17:05:04 [2021-08-20T17:05:04.286Z] --- PASS: TestCreateWithInvalidEnv (0.02s)
17:05:04 [2021-08-20T17:05:04.286Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.02s)
17:05:04 [2021-08-20T17:05:04.286Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
17:05:04 [2021-08-20T17:05:04.286Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.02s)
17:05:04 [2021-08-20T17:05:04.286Z] === RUN   TestCreateTmpfsMountsTarget
17:05:04 [2021-08-20T17:05:04.286Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s)
17:05:04 [2021-08-20T17:05:04.286Z] === RUN   TestCreateWithCustomMaskedPaths
17:05:04 [2021-08-20T17:05:04.542Z] === RUN   TestDockerSuite/TestBuildAddDirContentToRoot
17:05:07 [2021-08-20T17:05:07.331Z] --- PASS: TestUpdateRestartPolicy (12.30s)
17:05:07 [2021-08-20T17:05:07.331Z] === RUN   TestUpdateRestartWithAutoRemove
17:05:07 [2021-08-20T17:05:07.498Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay	7.490s	coverage: 7.2% of statements
17:05:07 [2021-08-20T17:05:07.498Z] ?   	github.com/docker/docker/libnetwork/drivers/overlay/overlayutils	[no test files]
17:05:07 [2021-08-20T17:05:07.498Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay/ovmanager	0.005s	coverage: 63.6% of statements
17:05:07 [2021-08-20T17:05:07.812Z] === RUN   TestDockerDaemonSuite/TestDaemonIP
17:05:07 [2021-08-20T17:05:07.812Z] --- PASS: TestCreateWithCustomMaskedPaths (3.45s)
17:05:07 [2021-08-20T17:05:07.812Z] === RUN   TestCreateWithCustomReadonlyPaths
17:05:08 [2021-08-20T17:05:08.259Z] --- PASS: TestUpdateRestartWithAutoRemove (0.67s)
17:05:08 [2021-08-20T17:05:08.259Z] === RUN   TestWaitNonBlocked
17:05:08 [2021-08-20T17:05:08.259Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
17:05:08 [2021-08-20T17:05:08.259Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
17:05:08 [2021-08-20T17:05:08.259Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
17:05:08 [2021-08-20T17:05:08.259Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
17:05:08 [2021-08-20T17:05:08.259Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
17:05:08 [2021-08-20T17:05:08.259Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
17:05:09 [2021-08-20T17:05:09.191Z] --- PASS: TestWaitNonBlocked (0.01s)
17:05:09 [2021-08-20T17:05:09.191Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.93s)
17:05:09 [2021-08-20T17:05:09.191Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.00s)
17:05:09 [2021-08-20T17:05:09.191Z] === RUN   TestWaitBlocked
17:05:09 [2021-08-20T17:05:09.191Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
17:05:09 [2021-08-20T17:05:09.191Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
17:05:09 [2021-08-20T17:05:09.191Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
17:05:09 [2021-08-20T17:05:09.191Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
17:05:09 [2021-08-20T17:05:09.191Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
17:05:09 [2021-08-20T17:05:09.191Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
17:05:09 [2021-08-20T17:05:09.732Z] === RUN   TestDockerSuite/TestBuildAddFileNotFound
17:05:09 [2021-08-20T17:05:09.990Z] === RUN   TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache
17:05:10 [2021-08-20T17:05:10.567Z] --- PASS: TestWaitBlocked (0.01s)
17:05:10 [2021-08-20T17:05:10.567Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.13s)
17:05:10 [2021-08-20T17:05:10.567Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.17s)
17:05:10 [2021-08-20T17:05:10.567Z] === CONT  TestDaemonRestartIpcMode
17:05:10 [2021-08-20T17:05:10.567Z] === CONT  TestIpcModeOlderClient
17:05:10 [2021-08-20T17:05:10.567Z] --- PASS: TestIpcModeOlderClient (0.07s)
17:05:10 [2021-08-20T17:05:10.567Z] === CONT  TestRestartDaemonWithRestartingContainer
17:05:11 [2021-08-20T17:05:11.374Z] === RUN   TestDockerDaemonSuite/TestDaemonIPv6Enabled
17:05:11 [2021-08-20T17:05:11.374Z]     docker_cli_daemon_test.go:363: unmatched requirement IPv6
17:05:11 [2021-08-20T17:05:11.374Z]     check_test.go:309: [dd8ba61996860] daemon is not started
17:05:11 [2021-08-20T17:05:11.374Z] === RUN   TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR
17:05:11 [2021-08-20T17:05:11.374Z] --- PASS: TestCreateWithCustomReadonlyPaths (3.50s)
17:05:11 [2021-08-20T17:05:11.374Z] === RUN   TestCreateWithInvalidHealthcheckParams
17:05:11 [2021-08-20T17:05:11.374Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
17:05:11 [2021-08-20T17:05:11.374Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
17:05:11 [2021-08-20T17:05:11.374Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
17:05:11 [2021-08-20T17:05:11.374Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
17:05:11 [2021-08-20T17:05:11.374Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
17:05:11 [2021-08-20T17:05:11.374Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
17:05:11 [2021-08-20T17:05:11.374Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
17:05:11 [2021-08-20T17:05:11.374Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
17:05:11 [2021-08-20T17:05:11.374Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
17:05:11 [2021-08-20T17:05:11.374Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
17:05:11 [2021-08-20T17:05:11.374Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
17:05:11 [2021-08-20T17:05:11.374Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
17:05:11 [2021-08-20T17:05:11.374Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
17:05:11 [2021-08-20T17:05:11.374Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
17:05:11 [2021-08-20T17:05:11.374Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
17:05:11 [2021-08-20T17:05:11.374Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s)
17:05:11 [2021-08-20T17:05:11.374Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.02s)
17:05:11 [2021-08-20T17:05:11.374Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.02s)
17:05:11 [2021-08-20T17:05:11.374Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.02s)
17:05:11 [2021-08-20T17:05:11.374Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.02s)
17:05:11 [2021-08-20T17:05:11.374Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.05s)
17:05:11 [2021-08-20T17:05:11.374Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
17:05:11 [2021-08-20T17:05:11.938Z] === RUN   TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache
17:05:12 [2021-08-20T17:05:12.506Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (1.05s)
17:05:12 [2021-08-20T17:05:12.506Z] === RUN   TestCreateDifferentPlatform
17:05:12 [2021-08-20T17:05:12.506Z] === RUN   TestCreateDifferentPlatform/different_os
17:05:12 [2021-08-20T17:05:12.506Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
17:05:12 [2021-08-20T17:05:12.506Z] --- PASS: TestCreateDifferentPlatform (0.02s)
17:05:12 [2021-08-20T17:05:12.506Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
17:05:12 [2021-08-20T17:05:12.506Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
17:05:12 [2021-08-20T17:05:12.506Z] === RUN   TestCreateVolumesFromNonExistingContainer
17:05:12 [2021-08-20T17:05:12.506Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s)
17:05:12 [2021-08-20T17:05:12.506Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
17:05:12 [2021-08-20T17:05:12.506Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.07s)
17:05:12 [2021-08-20T17:05:12.506Z] === RUN   TestContainerStartOnDaemonRestart
17:05:12 [2021-08-20T17:05:12.506Z] === PAUSE TestContainerStartOnDaemonRestart
17:05:12 [2021-08-20T17:05:12.506Z] === RUN   TestDaemonRestartIpcMode
17:05:12 [2021-08-20T17:05:12.506Z] === PAUSE TestDaemonRestartIpcMode
17:05:12 [2021-08-20T17:05:12.506Z] === RUN   TestDaemonHostGatewayIP
17:05:12 [2021-08-20T17:05:12.506Z] === PAUSE TestDaemonHostGatewayIP
17:05:12 [2021-08-20T17:05:12.506Z] === RUN   TestRestartDaemonWithRestartingContainer
17:05:12 [2021-08-20T17:05:12.506Z] === PAUSE TestRestartDaemonWithRestartingContainer
17:05:12 [2021-08-20T17:05:12.506Z] === RUN   TestContainerKillOnDaemonStart
17:05:12 [2021-08-20T17:05:12.506Z] === PAUSE TestContainerKillOnDaemonStart
17:05:12 [2021-08-20T17:05:12.506Z] === RUN   TestDiff
17:05:13 [2021-08-20T17:05:13.845Z] --- PASS: TestRestartDaemonWithRestartingContainer (3.05s)
17:05:13 [2021-08-20T17:05:13.873Z] === RUN   TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac
17:05:13 [2021-08-20T17:05:13.873Z] --- PASS: TestDiff (1.33s)
17:05:13 [2021-08-20T17:05:13.873Z] === RUN   TestExecWithCloseStdin
17:05:14 [2021-08-20T17:05:14.101Z] --- PASS: TestDaemonRestartIpcMode (3.76s)
17:05:14 [2021-08-20T17:05:14.101Z] PASS
17:05:14 [2021-08-20T17:05:14.101Z] 
17:05:14 [2021-08-20T17:05:14.101Z] === Skipped
17:05:14 [2021-08-20T17:05:14.101Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s)
17:05:14 [2021-08-20T17:05:14.101Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
17:05:14 [2021-08-20T17:05:14.101Z] 
17:05:14 [2021-08-20T17:05:14.101Z] === SKIP: amd64.integration.container TestContainerStartOnDaemonRestart (0.00s)
17:05:14 [2021-08-20T17:05:14.101Z]     daemon_linux_test.go:38: (*Execution).IsRootless-fm
17:05:14 [2021-08-20T17:05:14.101Z] 
17:05:14 [2021-08-20T17:05:14.101Z] === SKIP: amd64.integration.container TestDaemonHostGatewayIP (0.00s)
17:05:14 [2021-08-20T17:05:14.101Z]     daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network
17:05:14 [2021-08-20T17:05:14.101Z] 
17:05:14 [2021-08-20T17:05:14.101Z] === SKIP: amd64.integration.container TestContainerKillOnDaemonStart (0.00s)
17:05:14 [2021-08-20T17:05:14.101Z]     daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode
17:05:14 [2021-08-20T17:05:14.101Z] 
17:05:14 [2021-08-20T17:05:14.101Z] === SKIP: amd64.integration.container TestIpcModeShareable (0.00s)
17:05:14 [2021-08-20T17:05:14.101Z]     ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
17:05:14 [2021-08-20T17:05:14.101Z] 
17:05:14 [2021-08-20T17:05:14.101Z] === SKIP: amd64.integration.container TestAPIIpcModeHost (0.00s)
17:05:14 [2021-08-20T17:05:14.101Z]     ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
17:05:14 [2021-08-20T17:05:14.101Z] 
17:05:14 [2021-08-20T17:05:14.101Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareable (0.00s)
17:05:14 [2021-08-20T17:05:14.101Z]     ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
17:05:14 [2021-08-20T17:05:14.101Z] 
17:05:14 [2021-08-20T17:05:14.101Z] === SKIP: amd64.integration.container TestDaemonIpcModePrivateFromConfig (0.00s)
17:05:14 [2021-08-20T17:05:14.101Z]     ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
17:05:14 [2021-08-20T17:05:14.101Z] 
17:05:14 [2021-08-20T17:05:14.101Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareableFromConfig (0.00s)
17:05:14 [2021-08-20T17:05:14.101Z]     ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless
17:05:14 [2021-08-20T17:05:14.101Z] 
17:05:14 [2021-08-20T17:05:14.101Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.01s)
17:05:14 [2021-08-20T17:05:14.101Z]     kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none"
17:05:14 [2021-08-20T17:05:14.101Z] 
17:05:14 [2021-08-20T17:05:14.101Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s)
17:05:14 [2021-08-20T17:05:14.101Z]     kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
17:05:14 [2021-08-20T17:05:14.101Z] 
17:05:14 [2021-08-20T17:05:14.101Z] === SKIP: amd64.integration.container TestLinksEtcHostsContentMatch (0.00s)
17:05:14 [2021-08-20T17:05:14.101Z]     links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts
17:05:14 [2021-08-20T17:05:14.101Z] 
17:05:14 [2021-08-20T17:05:14.101Z] === SKIP: amd64.integration.container TestContainerBindMountNonRecursive (0.01s)
17:05:14 [2021-08-20T17:05:14.101Z]     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)
17:05:14 [2021-08-20T17:05:14.101Z] 
17:05:14 [2021-08-20T17:05:14.101Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsShared (0.00s)
17:05:14 [2021-08-20T17:05:14.101Z]     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)
17:05:14 [2021-08-20T17:05:14.101Z] 
17:05:14 [2021-08-20T17:05:14.101Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsSlave (0.00s)
17:05:14 [2021-08-20T17:05:14.101Z]     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)
17:05:14 [2021-08-20T17:05:14.101Z] 
17:05:14 [2021-08-20T17:05:14.101Z] === SKIP: amd64.integration.container TestPause (0.00s)
17:05:14 [2021-08-20T17:05:14.101Z]     pause_test.go:24: testEnv.DaemonInfo.CgroupDriver == "none"
17:05:14 [2021-08-20T17:05:14.101Z] 
17:05:14 [2021-08-20T17:05:14.101Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
17:05:14 [2021-08-20T17:05:14.101Z]     pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
17:05:14 [2021-08-20T17:05:14.101Z] 
17:05:14 [2021-08-20T17:05:14.101Z] === SKIP: amd64.integration.container TestPauseStopPausedContainer (0.01s)
17:05:14 [2021-08-20T17:05:14.101Z]     pause_test.go:72: testEnv.DaemonInfo.CgroupDriver == "none"
17:05:14 [2021-08-20T17:05:14.101Z] 
17:05:14 [2021-08-20T17:05:14.101Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers (0.00s)
17:05:14 [2021-08-20T17:05:14.101Z]     restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore
17:05:14 [2021-08-20T17:05:14.101Z] 
17:05:14 [2021-08-20T17:05:14.101Z] === SKIP: amd64.integration.container TestNISDomainname (0.01s)
17:05:14 [2021-08-20T17:05:14.101Z]     run_linux_test.go:29: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632)
17:05:14 [2021-08-20T17:05:14.101Z] 
17:05:14 [2021-08-20T17:05:14.101Z] === SKIP: amd64.integration.container TestStats (0.00s)
17:05:14 [2021-08-20T17:05:14.101Z]     stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none"
17:05:14 [2021-08-20T17:05:14.101Z] 
17:05:14 [2021-08-20T17:05:14.101Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s)
17:05:14 [2021-08-20T17:05:14.101Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
17:05:14 [2021-08-20T17:05:14.101Z] 
17:05:14 [2021-08-20T17:05:14.101Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s)
17:05:14 [2021-08-20T17:05:14.101Z]     update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none"
17:05:14 [2021-08-20T17:05:14.101Z] 
17:05:14 [2021-08-20T17:05:14.101Z] === SKIP: amd64.integration.container TestUpdateCPUQuota (0.00s)
17:05:14 [2021-08-20T17:05:14.101Z]     update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none"
17:05:14 [2021-08-20T17:05:14.101Z] 
17:05:14 [2021-08-20T17:05:14.101Z] === SKIP: amd64.integration.container TestUpdatePidsLimit (0.00s)
17:05:14 [2021-08-20T17:05:14.101Z]     update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none"
17:05:14 [2021-08-20T17:05:14.101Z] 
17:05:14 [2021-08-20T17:05:14.101Z] 
17:05:14 [2021-08-20T17:05:14.101Z] DONE 176 tests, 25 skipped in 91.496s
17:05:14 [2021-08-20T17:05:14.101Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m 
17:05:14 [2021-08-20T17:05:14.357Z] === RUN   TestConfigDaemonLibtrustID
17:05:14 [2021-08-20T17:05:14.760Z] === RUN   TestCheckpointCreateError
17:05:14 [2021-08-20T17:05:14.760Z] --- PASS: TestCheckpointCreateError (0.00s)
17:05:14 [2021-08-20T17:05:14.760Z] === RUN   TestCheckpointCreate
17:05:14 [2021-08-20T17:05:14.760Z] --- PASS: TestCheckpointCreate (0.00s)
17:05:14 [2021-08-20T17:05:14.760Z] === RUN   TestCheckpointDeleteError
17:05:14 [2021-08-20T17:05:14.760Z] --- PASS: TestCheckpointDeleteError (0.00s)
17:05:14 [2021-08-20T17:05:14.760Z] === RUN   TestCheckpointDelete
17:05:14 [2021-08-20T17:05:14.760Z] --- PASS: TestCheckpointDelete (0.00s)
17:05:14 [2021-08-20T17:05:14.760Z] === RUN   TestCheckpointListError
17:05:14 [2021-08-20T17:05:14.760Z] --- PASS: TestCheckpointListError (0.00s)
17:05:14 [2021-08-20T17:05:14.760Z] === RUN   TestCheckpointList
17:05:14 [2021-08-20T17:05:14.760Z] --- PASS: TestCheckpointList (0.00s)
17:05:14 [2021-08-20T17:05:14.760Z] === RUN   TestCheckpointListContainerNotFound
17:05:14 [2021-08-20T17:05:14.760Z] --- PASS: TestCheckpointListContainerNotFound (0.00s)
17:05:14 [2021-08-20T17:05:14.760Z] === RUN   TestNewClientWithOpsFromEnv
17:05:14 [2021-08-20T17:05:14.760Z]     client_test.go:23: runtime.GOOS == "windows"
17:05:14 [2021-08-20T17:05:14.760Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s)
17:05:14 [2021-08-20T17:05:14.760Z] === RUN   TestGetAPIPath
17:05:14 [2021-08-20T17:05:14.760Z] --- PASS: TestGetAPIPath (0.00s)
17:05:14 [2021-08-20T17:05:14.760Z] === RUN   TestParseHostURL
17:05:14 [2021-08-20T17:05:14.760Z] --- PASS: TestParseHostURL (0.00s)
17:05:14 [2021-08-20T17:05:14.760Z] === RUN   TestNewClientWithOpsFromEnvSetsDefaultVersion
17:05:14 [2021-08-20T17:05:14.760Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s)
17:05:14 [2021-08-20T17:05:14.760Z] === RUN   TestNegotiateAPIVersionEmpty
17:05:14 [2021-08-20T17:05:14.760Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s)
17:05:14 [2021-08-20T17:05:14.760Z] === RUN   TestNegotiateAPIVersion
17:05:14 [2021-08-20T17:05:14.760Z] --- PASS: TestNegotiateAPIVersion (0.00s)
17:05:14 [2021-08-20T17:05:14.760Z] === RUN   TestNegotiateAPVersionOverride
17:05:14 [2021-08-20T17:05:14.760Z] --- PASS: TestNegotiateAPVersionOverride (0.00s)
17:05:14 [2021-08-20T17:05:14.760Z] === RUN   TestNegotiateAPIVersionAutomatic
17:05:14 [2021-08-20T17:05:14.760Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s)
17:05:14 [2021-08-20T17:05:14.760Z] === RUN   TestNegotiateAPIVersionWithEmptyVersion
17:05:14 [2021-08-20T17:05:14.760Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s)
17:05:14 [2021-08-20T17:05:14.760Z] === RUN   TestNegotiateAPIVersionWithFixedVersion
17:05:14 [2021-08-20T17:05:14.760Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s)
17:05:14 [2021-08-20T17:05:14.760Z] === RUN   TestClientRedirect
17:05:14 [2021-08-20T17:05:14.760Z] --- PASS: TestClientRedirect (0.00s)
17:05:14 [2021-08-20T17:05:14.760Z] === RUN   TestConfigCreateUnsupported
17:05:14 [2021-08-20T17:05:14.760Z] --- PASS: TestConfigCreateUnsupported (0.00s)
17:05:14 [2021-08-20T17:05:14.760Z] === RUN   TestConfigCreateError
17:05:14 [2021-08-20T17:05:14.760Z] --- PASS: TestConfigCreateError (0.00s)
17:05:14 [2021-08-20T17:05:14.760Z] === RUN   TestConfigCreate
17:05:14 [2021-08-20T17:05:14.760Z] --- PASS: TestConfigCreate (0.00s)
17:05:14 [2021-08-20T17:05:14.760Z] === RUN   TestConfigInspectNotFound
17:05:14 [2021-08-20T17:05:14.760Z] --- PASS: TestConfigInspectNotFound (0.00s)
17:05:14 [2021-08-20T17:05:14.760Z] === RUN   TestConfigInspectWithEmptyID
17:05:14 [2021-08-20T17:05:14.760Z] --- PASS: TestConfigInspectWithEmptyID (0.00s)
17:05:14 [2021-08-20T17:05:14.760Z] === RUN   TestConfigInspectUnsupported
17:05:14 [2021-08-20T17:05:14.760Z] --- PASS: TestConfigInspectUnsupported (0.00s)
17:05:14 [2021-08-20T17:05:14.760Z] === RUN   TestConfigInspectError
17:05:14 [2021-08-20T17:05:14.760Z] --- PASS: TestConfigInspectError (0.00s)
17:05:14 [2021-08-20T17:05:14.760Z] === RUN   TestConfigInspectConfigNotFound
17:05:14 [2021-08-20T17:05:14.760Z] --- PASS: TestConfigInspectConfigNotFound (0.00s)
17:05:14 [2021-08-20T17:05:14.760Z] === RUN   TestConfigInspect
17:05:14 [2021-08-20T17:05:14.760Z] --- PASS: TestConfigInspect (0.00s)
17:05:14 [2021-08-20T17:05:14.760Z] === RUN   TestConfigListUnsupported
17:05:14 [2021-08-20T17:05:14.760Z] --- PASS: TestConfigListUnsupported (0.00s)
17:05:14 [2021-08-20T17:05:14.760Z] === RUN   TestConfigListError
17:05:14 [2021-08-20T17:05:14.760Z] --- PASS: TestConfigListError (0.00s)
17:05:14 [2021-08-20T17:05:14.760Z] === RUN   TestConfigList
17:05:14 [2021-08-20T17:05:14.760Z] --- PASS: TestConfigList (0.00s)
17:05:14 [2021-08-20T17:05:14.760Z] === RUN   TestConfigRemoveUnsupported
17:05:14 [2021-08-20T17:05:14.760Z] --- PASS: TestConfigRemoveUnsupported (0.00s)
17:05:14 [2021-08-20T17:05:14.760Z] === RUN   TestConfigRemoveError
17:05:14 [2021-08-20T17:05:14.760Z] --- PASS: TestConfigRemoveError (0.00s)
17:05:14 [2021-08-20T17:05:14.760Z] === RUN   TestConfigRemove
17:05:14 [2021-08-20T17:05:14.760Z] --- PASS: TestConfigRemove (0.00s)
17:05:14 [2021-08-20T17:05:14.760Z] === RUN   TestConfigUpdateUnsupported
17:05:14 [2021-08-20T17:05:14.760Z] --- PASS: TestConfigUpdateUnsupported (0.00s)
17:05:14 [2021-08-20T17:05:14.760Z] === RUN   TestConfigUpdateError
17:05:14 [2021-08-20T17:05:14.760Z] --- PASS: TestConfigUpdateError (0.00s)
17:05:14 [2021-08-20T17:05:14.760Z] === RUN   TestConfigUpdate
17:05:14 [2021-08-20T17:05:14.760Z] --- PASS: TestConfigUpdate (0.00s)
17:05:14 [2021-08-20T17:05:14.760Z] === RUN   TestContainerCommitError
17:05:14 [2021-08-20T17:05:14.760Z] --- PASS: TestContainerCommitError (0.00s)
17:05:14 [2021-08-20T17:05:14.760Z] === RUN   TestContainerCommit
17:05:14 [2021-08-20T17:05:14.760Z] --- PASS: TestContainerCommit (0.00s)
17:05:14 [2021-08-20T17:05:14.760Z] === RUN   TestContainerStatPathError
17:05:14 [2021-08-20T17:05:14.760Z] --- PASS: TestContainerStatPathError (0.00s)
17:05:14 [2021-08-20T17:05:14.760Z] === RUN   TestContainerStatPathNotFoundError
17:05:14 [2021-08-20T17:05:14.760Z] --- PASS: TestContainerStatPathNotFoundError (0.00s)
17:05:14 [2021-08-20T17:05:14.760Z] === RUN   TestContainerStatPathNoHeaderError
17:05:14 [2021-08-20T17:05:14.760Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s)
17:05:14 [2021-08-20T17:05:14.760Z] === RUN   TestContainerStatPath
17:05:14 [2021-08-20T17:05:14.760Z] --- PASS: TestContainerStatPath (0.00s)
17:05:14 [2021-08-20T17:05:14.760Z] === RUN   TestCopyToContainerError
17:05:14 [2021-08-20T17:05:14.760Z] --- PASS: TestCopyToContainerError (0.00s)
17:05:14 [2021-08-20T17:05:14.760Z] === RUN   TestCopyToContainerNotFoundError
17:05:14 [2021-08-20T17:05:14.760Z] --- PASS: TestCopyToContainerNotFoundError (0.00s)
17:05:14 [2021-08-20T17:05:14.760Z] === RUN   TestCopyToContainerNotStatusOKError
17:05:14 [2021-08-20T17:05:14.760Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s)
17:05:14 [2021-08-20T17:05:14.760Z] === RUN   TestCopyToContainer
17:05:14 [2021-08-20T17:05:14.760Z] --- PASS: TestCopyToContainer (0.00s)
17:05:14 [2021-08-20T17:05:14.760Z] === RUN   TestCopyFromContainerError
17:05:14 [2021-08-20T17:05:14.760Z] --- PASS: TestCopyFromContainerError (0.00s)
17:05:14 [2021-08-20T17:05:14.760Z] === RUN   TestCopyFromContainerNotFoundError
17:05:14 [2021-08-20T17:05:14.760Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s)
17:05:14 [2021-08-20T17:05:14.760Z] === RUN   TestCopyFromContainerNotStatusOKError
17:05:14 [2021-08-20T17:05:14.760Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s)
17:05:14 [2021-08-20T17:05:14.760Z] === RUN   TestCopyFromContainerNoHeaderError
17:05:14 [2021-08-20T17:05:14.760Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s)
17:05:14 [2021-08-20T17:05:14.760Z] === RUN   TestCopyFromContainer
17:05:14 [2021-08-20T17:05:14.760Z] --- PASS: TestCopyFromContainer (0.00s)
17:05:14 [2021-08-20T17:05:14.760Z] === RUN   TestContainerCreateError
17:05:14 [2021-08-20T17:05:14.760Z] --- PASS: TestContainerCreateError (0.00s)
17:05:14 [2021-08-20T17:05:14.760Z] === RUN   TestContainerCreateImageNotFound
17:05:14 [2021-08-20T17:05:14.760Z] --- PASS: TestContainerCreateImageNotFound (0.00s)
17:05:14 [2021-08-20T17:05:14.760Z] === RUN   TestContainerCreateWithName
17:05:14 [2021-08-20T17:05:14.760Z] --- PASS: TestContainerCreateWithName (0.00s)
17:05:14 [2021-08-20T17:05:14.760Z] === RUN   TestContainerCreateAutoRemove
17:05:14 [2021-08-20T17:05:14.760Z] --- PASS: TestContainerCreateAutoRemove (0.00s)
17:05:14 [2021-08-20T17:05:14.760Z] === RUN   TestContainerDiffError
17:05:14 [2021-08-20T17:05:14.760Z] --- PASS: TestContainerDiffError (0.00s)
17:05:14 [2021-08-20T17:05:14.760Z] === RUN   TestContainerDiff
17:05:14 [2021-08-20T17:05:14.760Z] --- PASS: TestContainerDiff (0.00s)
17:05:14 [2021-08-20T17:05:14.760Z] === RUN   TestContainerExecCreateError
17:05:14 [2021-08-20T17:05:14.760Z] --- PASS: TestContainerExecCreateError (0.00s)
17:05:14 [2021-08-20T17:05:14.760Z] === RUN   TestContainerExecCreate
17:05:14 [2021-08-20T17:05:14.760Z] --- PASS: TestContainerExecCreate (0.00s)
17:05:14 [2021-08-20T17:05:14.760Z] === RUN   TestContainerExecStartError
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestContainerExecStartError (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestContainerExecStart
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestContainerExecStart (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestContainerExecInspectError
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestContainerExecInspectError (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestContainerExecInspect
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestContainerExecInspect (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestContainerExportError
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestContainerExportError (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestContainerExport
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestContainerExport (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestContainerInspectError
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestContainerInspectError (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestContainerInspectContainerNotFound
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestContainerInspectContainerNotFound (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestContainerInspectWithEmptyID
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestContainerInspectWithEmptyID (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestContainerInspect
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestContainerInspect (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestContainerInspectNode
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestContainerInspectNode (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestContainerKillError
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestContainerKillError (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestContainerKill
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestContainerKill (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestContainerListError
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestContainerListError (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestContainerList
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestContainerList (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestContainerLogsNotFoundError
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestContainerLogsNotFoundError (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestContainerLogsError
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestContainerLogsError (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestContainerLogs
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestContainerLogs (0.22s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestContainerPauseError
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestContainerPauseError (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestContainerPause
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestContainerPause (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestContainersPruneError
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestContainersPruneError (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestContainersPrune
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestContainersPrune (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestContainerRemoveError
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestContainerRemoveError (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestContainerRemoveNotFoundError
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestContainerRemoveNotFoundError (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestContainerRemove
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestContainerRemove (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestContainerRenameError
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestContainerRenameError (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestContainerRename
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestContainerRename (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestContainerResizeError
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestContainerResizeError (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestContainerExecResizeError
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestContainerExecResizeError (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestContainerResize
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestContainerResize (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestContainerExecResize
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestContainerExecResize (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestContainerRestartError
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestContainerRestartError (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestContainerRestart
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestContainerRestart (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestContainerStartError
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestContainerStartError (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestContainerStart
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestContainerStart (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestContainerStatsError
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestContainerStatsError (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestContainerStats
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestContainerStats (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestContainerStopError
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestContainerStopError (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestContainerStop
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestContainerStop (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestContainerTopError
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestContainerTopError (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestContainerTop
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestContainerTop (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestContainerUnpauseError
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestContainerUnpauseError (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestContainerUnpause
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestContainerUnpause (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestContainerUpdateError
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestContainerUpdateError (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestContainerUpdate
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestContainerUpdate (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestContainerWaitError
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestContainerWaitError (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestContainerWait
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestContainerWait (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestDiskUsageError
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestDiskUsageError (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestDiskUsage
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestDiskUsage (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestDistributionInspectUnsupported
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestDistributionInspectUnsupported (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestDistributionInspectWithEmptyID
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestEventsErrorInOptions
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestEventsErrorInOptions (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestEventsErrorFromServer
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestEventsErrorFromServer (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestEvents
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestEvents (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestTLSCloseWriter
17:05:14 [2021-08-20T17:05:14.761Z] === PAUSE TestTLSCloseWriter
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestImageBuildError
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestImageBuildError (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestImageBuild
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestImageBuild (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestGetDockerOS
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestGetDockerOS (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestImageCreateError
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestImageCreateError (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestImageCreate
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestImageCreate (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestImageHistoryError
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestImageHistoryError (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestImageHistory
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestImageHistory (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestImageImportError
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestImageImportError (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestImageImport
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestImageImport (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestImageInspectError
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestImageInspectError (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestImageInspectImageNotFound
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestImageInspectImageNotFound (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestImageInspectWithEmptyID
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestImageInspectWithEmptyID (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestImageInspect
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestImageInspect (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestImageListError
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestImageListError (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestImageList
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestImageList (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestImageListApiBefore125
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestImageListApiBefore125 (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestImageLoadError
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestImageLoadError (0.03s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestImageLoad
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestImageLoad (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestImagesPruneError
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestImagesPruneError (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestImagesPrune
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestImagesPrune (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestImagePullReferenceParseError
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestImagePullReferenceParseError (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestImagePullAnyError
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestImagePullAnyError (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestImagePullStatusUnauthorizedError
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestImagePullWithPrivilegedFuncNoError
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestImagePullWithoutErrors
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestImagePullWithoutErrors (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestImagePushReferenceError
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestImagePushReferenceError (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestImagePushAnyError
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestImagePushAnyError (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestImagePushStatusUnauthorizedError
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestImagePushWithPrivilegedFuncNoError
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestImagePushWithoutErrors
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestImagePushWithoutErrors/myimage,all-tags=false
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestImagePushWithoutErrors/myimage:tag,all-tags=false
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestImagePushWithoutErrors/myimage,all-tags=true
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestImagePushWithoutErrors/myimage:anything,all-tags=true
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestImagePushWithoutErrors (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z]     --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z]     --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z]     --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z]     --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestImageRemoveError
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestImageRemoveError (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestImageRemoveImageNotFound
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestImageRemoveImageNotFound (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestImageRemove
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestImageRemove (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestImageSaveError
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestImageSaveError (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestImageSave
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestImageSave (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestImageSearchAnyError
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestImageSearchAnyError (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestImageSearchStatusUnauthorizedError
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestImageSearchWithPrivilegedFuncNoError
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestImageSearchWithoutErrors
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestImageSearchWithoutErrors (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestImageTagError
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestImageTagError (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestImageTagInvalidReference
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestImageTagInvalidReference (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestImageTagInvalidSourceImageName
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestImageTagHexSource
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestImageTagHexSource (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestImageTag
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestImageTag (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestInfoServerError
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestInfoServerError (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestInfoInvalidResponseJSONError
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestInfo
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestInfo (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestNetworkConnectError
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestNetworkConnectError (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestNetworkConnectEmptyNilEndpointSettings
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestNetworkConnect
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestNetworkConnect (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestNetworkCreateError
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestNetworkCreateError (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestNetworkCreate
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestNetworkCreate (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestNetworkDisconnectError
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestNetworkDisconnectError (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestNetworkDisconnect
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestNetworkDisconnect (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestNetworkInspectError
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestNetworkInspectError (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestNetworkInspectNotFoundError
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestNetworkInspectNotFoundError (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestNetworkInspectWithEmptyID
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestNetworkInspectWithEmptyID (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestNetworkInspect
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestNetworkInspect (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestNetworkListError
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestNetworkListError (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestNetworkList
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestNetworkList (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestNetworksPruneError
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestNetworksPruneError (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestNetworksPrune
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestNetworksPrune (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestNetworkRemoveError
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestNetworkRemoveError (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestNetworkRemove
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestNetworkRemove (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestNodeInspectError
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestNodeInspectError (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestNodeInspectNodeNotFound
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestNodeInspectNodeNotFound (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestNodeInspectWithEmptyID
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestNodeInspectWithEmptyID (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestNodeInspect
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestNodeInspect (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestNodeListError
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestNodeListError (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestNodeList
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestNodeList (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestNodeRemoveError
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestNodeRemoveError (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestNodeRemove
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestNodeRemove (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestNodeUpdateError
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestNodeUpdateError (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestNodeUpdate
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestNodeUpdate (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestOptionWithTimeout
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestOptionWithTimeout (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestPingFail
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestPingFail (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestPingWithError
17:05:14 [2021-08-20T17:05:14.761Z] 2021/08/20 17:05:14 RoundTripper returned a response & error; ignoring response
17:05:14 [2021-08-20T17:05:14.761Z] 2021/08/20 17:05:14 RoundTripper returned a response & error; ignoring response
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestPingWithError (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestPingSuccess
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestPingSuccess (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestPingHeadFallback
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestPingHeadFallback/OK
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestPingHeadFallback/Internal_Server_Error
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestPingHeadFallback/Not_Found
17:05:14 [2021-08-20T17:05:14.761Z] === RUN   TestPingHeadFallback/Method_Not_Allowed
17:05:14 [2021-08-20T17:05:14.761Z] --- PASS: TestPingHeadFallback (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z]     --- PASS: TestPingHeadFallback/OK (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z]     --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z]     --- PASS: TestPingHeadFallback/Not_Found (0.00s)
17:05:14 [2021-08-20T17:05:14.761Z]     --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s)
17:05:14 [2021-08-20T17:05:14.762Z] === RUN   TestPluginDisableError
17:05:14 [2021-08-20T17:05:14.762Z] --- PASS: TestPluginDisableError (0.00s)
17:05:14 [2021-08-20T17:05:14.762Z] === RUN   TestPluginDisable
17:05:14 [2021-08-20T17:05:14.762Z] --- PASS: TestPluginDisable (0.00s)
17:05:14 [2021-08-20T17:05:14.762Z] === RUN   TestPluginEnableError
17:05:14 [2021-08-20T17:05:14.762Z] --- PASS: TestPluginEnableError (0.00s)
17:05:14 [2021-08-20T17:05:14.762Z] === RUN   TestPluginEnable
17:05:14 [2021-08-20T17:05:14.762Z] --- PASS: TestPluginEnable (0.00s)
17:05:14 [2021-08-20T17:05:14.762Z] === RUN   TestPluginInspectError
17:05:14 [2021-08-20T17:05:14.762Z] --- PASS: TestPluginInspectError (0.00s)
17:05:14 [2021-08-20T17:05:14.762Z] === RUN   TestPluginInspectWithEmptyID
17:05:14 [2021-08-20T17:05:14.762Z] --- PASS: TestPluginInspectWithEmptyID (0.00s)
17:05:14 [2021-08-20T17:05:14.762Z] === RUN   TestPluginInspect
17:05:14 [2021-08-20T17:05:14.762Z] --- PASS: TestPluginInspect (0.00s)
17:05:14 [2021-08-20T17:05:14.762Z] === RUN   TestPluginListError
17:05:14 [2021-08-20T17:05:14.762Z] --- PASS: TestPluginListError (0.00s)
17:05:14 [2021-08-20T17:05:14.762Z] === RUN   TestPluginList
17:05:14 [2021-08-20T17:05:14.762Z] --- PASS: TestPluginList (0.00s)
17:05:14 [2021-08-20T17:05:14.762Z] === RUN   TestPluginPushError
17:05:14 [2021-08-20T17:05:14.762Z] --- PASS: TestPluginPushError (0.00s)
17:05:14 [2021-08-20T17:05:14.762Z] === RUN   TestPluginPush
17:05:14 [2021-08-20T17:05:14.762Z] --- PASS: TestPluginPush (0.00s)
17:05:14 [2021-08-20T17:05:14.762Z] === RUN   TestPluginRemoveError
17:05:14 [2021-08-20T17:05:14.762Z] --- PASS: TestPluginRemoveError (0.00s)
17:05:14 [2021-08-20T17:05:14.762Z] === RUN   TestPluginRemove
17:05:14 [2021-08-20T17:05:14.762Z] --- PASS: TestPluginRemove (0.00s)
17:05:14 [2021-08-20T17:05:14.762Z] === RUN   TestPluginSetError
17:05:14 [2021-08-20T17:05:14.762Z] --- PASS: TestPluginSetError (0.00s)
17:05:14 [2021-08-20T17:05:14.762Z] === RUN   TestPluginSet
17:05:14 [2021-08-20T17:05:14.762Z] --- PASS: TestPluginSet (0.00s)
17:05:14 [2021-08-20T17:05:14.762Z] === RUN   TestSetHostHeader
17:05:14 [2021-08-20T17:05:14.762Z] --- PASS: TestSetHostHeader (0.00s)
17:05:14 [2021-08-20T17:05:14.762Z] === RUN   TestPlainTextError
17:05:14 [2021-08-20T17:05:14.762Z] --- PASS: TestPlainTextError (0.00s)
17:05:14 [2021-08-20T17:05:14.762Z] === RUN   TestInfiniteError
17:05:14 [2021-08-20T17:05:14.762Z] --- PASS: TestInfiniteError (0.03s)
17:05:14 [2021-08-20T17:05:14.762Z] === RUN   TestCanceledContext
17:05:14 [2021-08-20T17:05:14.762Z] 2021/08/20 17:05:14 RoundTripper returned a response & error; ignoring response
17:05:14 [2021-08-20T17:05:14.762Z] --- PASS: TestCanceledContext (0.00s)
17:05:14 [2021-08-20T17:05:14.762Z] === RUN   TestDeadlineExceededContext
17:05:14 [2021-08-20T17:05:14.762Z] 2021/08/20 17:05:14 RoundTripper returned a response & error; ignoring response
17:05:14 [2021-08-20T17:05:14.762Z] --- PASS: TestDeadlineExceededContext (0.00s)
17:05:14 [2021-08-20T17:05:14.762Z] === RUN   TestSecretCreateUnsupported
17:05:14 [2021-08-20T17:05:14.762Z] --- PASS: TestSecretCreateUnsupported (0.00s)
17:05:14 [2021-08-20T17:05:14.762Z] === RUN   TestSecretCreateError
17:05:14 [2021-08-20T17:05:14.762Z] --- PASS: TestSecretCreateError (0.00s)
17:05:14 [2021-08-20T17:05:14.762Z] === RUN   TestSecretCreate
17:05:14 [2021-08-20T17:05:14.762Z] --- PASS: TestSecretCreate (0.00s)
17:05:14 [2021-08-20T17:05:14.762Z] === RUN   TestSecretInspectUnsupported
17:05:14 [2021-08-20T17:05:14.762Z] --- PASS: TestSecretInspectUnsupported (0.00s)
17:05:14 [2021-08-20T17:05:14.762Z] === RUN   TestSecretInspectError
17:05:14 [2021-08-20T17:05:14.762Z] --- PASS: TestSecretInspectError (0.00s)
17:05:14 [2021-08-20T17:05:14.762Z] === RUN   TestSecretInspectSecretNotFound
17:05:14 [2021-08-20T17:05:14.762Z] --- PASS: TestSecretInspectSecretNotFound (0.00s)
17:05:14 [2021-08-20T17:05:14.762Z] === RUN   TestSecretInspectWithEmptyID
17:05:14 [2021-08-20T17:05:14.762Z] --- PASS: TestSecretInspectWithEmptyID (0.00s)
17:05:14 [2021-08-20T17:05:14.762Z] === RUN   TestSecretInspect
17:05:14 [2021-08-20T17:05:14.762Z] --- PASS: TestSecretInspect (0.00s)
17:05:14 [2021-08-20T17:05:14.762Z] === RUN   TestSecretListUnsupported
17:05:14 [2021-08-20T17:05:14.762Z] --- PASS: TestSecretListUnsupported (0.00s)
17:05:14 [2021-08-20T17:05:14.762Z] === RUN   TestSecretListError
17:05:14 [2021-08-20T17:05:14.762Z] --- PASS: TestSecretListError (0.00s)
17:05:14 [2021-08-20T17:05:14.762Z] === RUN   TestSecretList
17:05:14 [2021-08-20T17:05:14.762Z] --- PASS: TestSecretList (0.00s)
17:05:14 [2021-08-20T17:05:14.762Z] === RUN   TestSecretRemoveUnsupported
17:05:14 [2021-08-20T17:05:14.762Z] --- PASS: TestSecretRemoveUnsupported (0.00s)
17:05:14 [2021-08-20T17:05:14.762Z] === RUN   TestSecretRemoveError
17:05:14 [2021-08-20T17:05:14.762Z] --- PASS: TestSecretRemoveError (0.00s)
17:05:14 [2021-08-20T17:05:14.762Z] === RUN   TestSecretRemove
17:05:14 [2021-08-20T17:05:14.762Z] --- PASS: TestSecretRemove (0.00s)
17:05:14 [2021-08-20T17:05:14.762Z] === RUN   TestSecretUpdateUnsupported
17:05:14 [2021-08-20T17:05:14.762Z] --- PASS: TestSecretUpdateUnsupported (0.00s)
17:05:14 [2021-08-20T17:05:14.762Z] === RUN   TestSecretUpdateError
17:05:14 [2021-08-20T17:05:14.762Z] --- PASS: TestSecretUpdateError (0.00s)
17:05:14 [2021-08-20T17:05:14.762Z] === RUN   TestSecretUpdate
17:05:14 [2021-08-20T17:05:14.762Z] --- PASS: TestSecretUpdate (0.00s)
17:05:14 [2021-08-20T17:05:14.762Z] === RUN   TestServiceCreateError
17:05:14 [2021-08-20T17:05:14.762Z] --- PASS: TestServiceCreateError (0.00s)
17:05:14 [2021-08-20T17:05:14.762Z] === RUN   TestServiceCreate
17:05:14 [2021-08-20T17:05:14.762Z] --- PASS: TestServiceCreate (0.00s)
17:05:14 [2021-08-20T17:05:14.762Z] === RUN   TestServiceCreateCompatiblePlatforms
17:05:14 [2021-08-20T17:05:14.762Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s)
17:05:14 [2021-08-20T17:05:14.762Z] === RUN   TestServiceCreateDigestPinning
17:05:14 [2021-08-20T17:05:14.762Z] --- PASS: TestServiceCreateDigestPinning (0.00s)
17:05:14 [2021-08-20T17:05:14.762Z] === RUN   TestServiceInspectError
17:05:14 [2021-08-20T17:05:14.762Z] --- PASS: TestServiceInspectError (0.00s)
17:05:14 [2021-08-20T17:05:14.762Z] === RUN   TestServiceInspectServiceNotFound
17:05:14 [2021-08-20T17:05:14.762Z] --- PASS: TestServiceInspectServiceNotFound (0.00s)
17:05:14 [2021-08-20T17:05:14.762Z] === RUN   TestServiceInspectWithEmptyID
17:05:14 [2021-08-20T17:05:14.762Z] --- PASS: TestServiceInspectWithEmptyID (0.00s)
17:05:14 [2021-08-20T17:05:14.762Z] === RUN   TestServiceInspect
17:05:14 [2021-08-20T17:05:14.762Z] --- PASS: TestServiceInspect (0.00s)
17:05:14 [2021-08-20T17:05:14.762Z] === RUN   TestServiceListError
17:05:14 [2021-08-20T17:05:14.762Z] --- PASS: TestServiceListError (0.00s)
17:05:14 [2021-08-20T17:05:14.762Z] === RUN   TestServiceList
17:05:14 [2021-08-20T17:05:14.762Z] --- PASS: TestServiceList (0.00s)
17:05:14 [2021-08-20T17:05:14.762Z] === RUN   TestServiceLogsError
17:05:14 [2021-08-20T17:05:14.762Z] --- PASS: TestServiceLogsError (0.00s)
17:05:14 [2021-08-20T17:05:14.762Z] === RUN   TestServiceLogs
17:05:14 [2021-08-20T17:05:14.762Z] --- PASS: TestServiceLogs (0.00s)
17:05:14 [2021-08-20T17:05:14.762Z] === RUN   TestServiceRemoveError
17:05:14 [2021-08-20T17:05:14.762Z] --- PASS: TestServiceRemoveError (0.00s)
17:05:14 [2021-08-20T17:05:14.762Z] === RUN   TestServiceRemoveNotFoundError
17:05:14 [2021-08-20T17:05:14.762Z] --- PASS: TestServiceRemoveNotFoundError (0.00s)
17:05:14 [2021-08-20T17:05:14.762Z] === RUN   TestServiceRemove
17:05:14 [2021-08-20T17:05:14.762Z] --- PASS: TestServiceRemove (0.00s)
17:05:14 [2021-08-20T17:05:14.762Z] === RUN   TestServiceUpdateError
17:05:14 [2021-08-20T17:05:14.762Z] --- PASS: TestServiceUpdateError (0.00s)
17:05:14 [2021-08-20T17:05:14.762Z] === RUN   TestServiceUpdate
17:05:14 [2021-08-20T17:05:14.762Z] --- PASS: TestServiceUpdate (0.00s)
17:05:14 [2021-08-20T17:05:14.762Z] === RUN   TestSwarmGetUnlockKeyError
17:05:14 [2021-08-20T17:05:14.762Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s)
17:05:14 [2021-08-20T17:05:14.762Z] === RUN   TestSwarmGetUnlockKey
17:05:14 [2021-08-20T17:05:14.762Z] --- PASS: TestSwarmGetUnlockKey (0.00s)
17:05:14 [2021-08-20T17:05:14.762Z] === RUN   TestSwarmInitError
17:05:14 [2021-08-20T17:05:14.762Z] --- PASS: TestSwarmInitError (0.00s)
17:05:14 [2021-08-20T17:05:14.762Z] === RUN   TestSwarmInit
17:05:14 [2021-08-20T17:05:14.762Z] --- PASS: TestSwarmInit (0.00s)
17:05:14 [2021-08-20T17:05:14.762Z] === RUN   TestSwarmInspectError
17:05:14 [2021-08-20T17:05:14.762Z] --- PASS: TestSwarmInspectError (0.00s)
17:05:14 [2021-08-20T17:05:14.762Z] === RUN   TestSwarmInspect
17:05:14 [2021-08-20T17:05:14.762Z] --- PASS: TestSwarmInspect (0.00s)
17:05:14 [2021-08-20T17:05:14.762Z] === RUN   TestSwarmJoinError
17:05:14 [2021-08-20T17:05:14.762Z] --- PASS: TestSwarmJoinError (0.00s)
17:05:14 [2021-08-20T17:05:14.762Z] === RUN   TestSwarmJoin
17:05:14 [2021-08-20T17:05:14.762Z] --- PASS: TestSwarmJoin (0.00s)
17:05:14 [2021-08-20T17:05:14.762Z] === RUN   TestSwarmLeaveError
17:05:14 [2021-08-20T17:05:14.762Z] --- PASS: TestSwarmLeaveError (0.00s)
17:05:14 [2021-08-20T17:05:14.762Z] === RUN   TestSwarmLeave
17:05:14 [2021-08-20T17:05:14.762Z] --- PASS: TestSwarmLeave (0.00s)
17:05:14 [2021-08-20T17:05:14.762Z] === RUN   TestSwarmUnlockError
17:05:14 [2021-08-20T17:05:14.762Z] --- PASS: TestSwarmUnlockError (0.00s)
17:05:14 [2021-08-20T17:05:14.762Z] === RUN   TestSwarmUnlock
17:05:14 [2021-08-20T17:05:14.762Z] --- PASS: TestSwarmUnlock (0.00s)
17:05:14 [2021-08-20T17:05:14.762Z] === RUN   TestSwarmUpdateError
17:05:14 [2021-08-20T17:05:14.762Z] --- PASS: TestSwarmUpdateError (0.00s)
17:05:14 [2021-08-20T17:05:14.762Z] === RUN   TestSwarmUpdate
17:05:14 [2021-08-20T17:05:14.762Z] --- PASS: TestSwarmUpdate (0.00s)
17:05:14 [2021-08-20T17:05:14.762Z] === RUN   TestTaskInspectError
17:05:14 [2021-08-20T17:05:14.762Z] --- PASS: TestTaskInspectError (0.00s)
17:05:14 [2021-08-20T17:05:14.762Z] === RUN   TestTaskInspectWithEmptyID
17:05:14 [2021-08-20T17:05:14.762Z] --- PASS: TestTaskInspectWithEmptyID (0.00s)
17:05:14 [2021-08-20T17:05:14.762Z] === RUN   TestTaskInspect
17:05:14 [2021-08-20T17:05:14.762Z] --- PASS: TestTaskInspect (0.00s)
17:05:14 [2021-08-20T17:05:14.762Z] === RUN   TestTaskListError
17:05:14 [2021-08-20T17:05:14.762Z] --- PASS: TestTaskListError (0.00s)
17:05:14 [2021-08-20T17:05:14.762Z] === RUN   TestTaskList
17:05:14 [2021-08-20T17:05:14.762Z] --- PASS: TestTaskList (0.00s)
17:05:14 [2021-08-20T17:05:14.762Z] === RUN   TestVolumeCreateError
17:05:14 [2021-08-20T17:05:14.762Z] --- PASS: TestVolumeCreateError (0.00s)
17:05:14 [2021-08-20T17:05:14.762Z] === RUN   TestVolumeCreate
17:05:14 [2021-08-20T17:05:14.762Z] --- PASS: TestVolumeCreate (0.00s)
17:05:14 [2021-08-20T17:05:14.762Z] === RUN   TestVolumeInspectError
17:05:14 [2021-08-20T17:05:14.762Z] --- PASS: TestVolumeInspectError (0.00s)
17:05:14 [2021-08-20T17:05:14.762Z] === RUN   TestVolumeInspectNotFound
17:05:14 [2021-08-20T17:05:14.762Z] --- PASS: TestVolumeInspectNotFound (0.00s)
17:05:14 [2021-08-20T17:05:14.762Z] === RUN   TestVolumeInspectWithEmptyID
17:05:14 [2021-08-20T17:05:14.762Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s)
17:05:14 [2021-08-20T17:05:14.762Z] === RUN   TestVolumeInspect
17:05:14 [2021-08-20T17:05:14.762Z] --- PASS: TestVolumeInspect (0.00s)
17:05:14 [2021-08-20T17:05:14.762Z] === RUN   TestVolumeListError
17:05:14 [2021-08-20T17:05:14.762Z] --- PASS: TestVolumeListError (0.00s)
17:05:14 [2021-08-20T17:05:14.762Z] === RUN   TestVolumeList
17:05:14 [2021-08-20T17:05:14.762Z] --- PASS: TestVolumeList (0.00s)
17:05:14 [2021-08-20T17:05:14.762Z] === RUN   TestVolumeRemoveError
17:05:14 [2021-08-20T17:05:14.920Z] --- PASS: TestConfigDaemonLibtrustID (0.55s)
17:05:14 [2021-08-20T17:05:14.920Z] === RUN   TestDaemonConfigValidation
17:05:14 [2021-08-20T17:05:14.920Z] === RUN   TestDaemonConfigValidation/config_with_no_content
17:05:14 [2021-08-20T17:05:14.920Z] === PAUSE TestDaemonConfigValidation/config_with_no_content
17:05:14 [2021-08-20T17:05:14.920Z] === RUN   TestDaemonConfigValidation/config_with_{}
17:05:14 [2021-08-20T17:05:14.920Z] === PAUSE TestDaemonConfigValidation/config_with_{}
17:05:14 [2021-08-20T17:05:14.920Z] === RUN   TestDaemonConfigValidation/invalid_config
17:05:14 [2021-08-20T17:05:14.920Z] === PAUSE TestDaemonConfigValidation/invalid_config
17:05:14 [2021-08-20T17:05:14.920Z] === RUN   TestDaemonConfigValidation/malformed_config
17:05:14 [2021-08-20T17:05:14.920Z] === PAUSE TestDaemonConfigValidation/malformed_config
17:05:14 [2021-08-20T17:05:14.920Z] === RUN   TestDaemonConfigValidation/valid_config
17:05:14 [2021-08-20T17:05:14.920Z] === PAUSE TestDaemonConfigValidation/valid_config
17:05:14 [2021-08-20T17:05:14.920Z] === CONT  TestDaemonConfigValidation/config_with_no_content
17:05:14 [2021-08-20T17:05:14.920Z] === CONT  TestDaemonConfigValidation/malformed_config
17:05:15 [2021-08-20T17:05:15.176Z] === CONT  TestDaemonConfigValidation/invalid_config
17:05:15 [2021-08-20T17:05:15.176Z] === CONT  TestDaemonConfigValidation/config_with_{}
17:05:15 [2021-08-20T17:05:15.176Z] === CONT  TestDaemonConfigValidation/valid_config
17:05:15 [2021-08-20T17:05:15.176Z] --- PASS: TestDaemonConfigValidation (0.00s)
17:05:15 [2021-08-20T17:05:15.176Z]     --- PASS: TestDaemonConfigValidation/malformed_config (0.08s)
17:05:15 [2021-08-20T17:05:15.176Z]     --- PASS: TestDaemonConfigValidation/config_with_no_content (0.09s)
17:05:15 [2021-08-20T17:05:15.176Z]     --- PASS: TestDaemonConfigValidation/invalid_config (0.07s)
17:05:15 [2021-08-20T17:05:15.176Z]     --- PASS: TestDaemonConfigValidation/config_with_{} (0.08s)
17:05:15 [2021-08-20T17:05:15.176Z]     --- PASS: TestDaemonConfigValidation/valid_config (0.05s)
17:05:15 [2021-08-20T17:05:15.176Z] === RUN   TestConfigDaemonSeccompProfiles
17:05:15 [2021-08-20T17:05:15.176Z] === RUN   TestConfigDaemonSeccompProfiles/empty_profile_set
17:05:15 [2021-08-20T17:05:15.218Z] --- PASS: TestVolumeRemoveError (0.00s)
17:05:15 [2021-08-20T17:05:15.218Z] === RUN   TestVolumeRemove
17:05:15 [2021-08-20T17:05:15.218Z] --- PASS: TestVolumeRemove (0.00s)
17:05:15 [2021-08-20T17:05:15.218Z] === CONT  TestTLSCloseWriter
17:05:15 [2021-08-20T17:05:15.218Z] --- PASS: TestTLSCloseWriter (0.03s)
17:05:15 [2021-08-20T17:05:15.218Z] PASS
17:05:15 [2021-08-20T17:05:15.218Z] coverage: 74.8% of statements
17:05:15 [2021-08-20T17:05:15.218Z] ok  	github.com/docker/docker/client	0.634s	coverage: 74.8% of statements
17:05:15 [2021-08-20T17:05:15.764Z] --- PASS: TestExecWithCloseStdin (1.72s)
17:05:15 [2021-08-20T17:05:15.764Z] === RUN   TestExec
17:05:16 [2021-08-20T17:05:16.542Z] === RUN   TestConfigDaemonSeccompProfiles/default_profile
17:05:16 [2021-08-20T17:05:16.693Z] === RUN   TestDockerDaemonSuite/TestDaemonIPv6HostMode
17:05:16 [2021-08-20T17:05:16.950Z] === RUN   TestDockerSuite/TestBuildAddNonTar
17:05:17 [2021-08-20T17:05:17.470Z] === RUN   TestConfigDaemonSeccompProfiles/unconfined_profile
17:05:17 [2021-08-20T17:05:17.513Z] --- PASS: TestExec (1.75s)
17:05:17 [2021-08-20T17:05:17.513Z] === RUN   TestExecUser
17:05:18 [2021-08-20T17:05:18.398Z] === CONT  TestConfigDaemonSeccompProfiles
17:05:18 [2021-08-20T17:05:18.398Z]     daemon_test.go:149: [de0636f7e669e] daemon is not started
17:05:18 [2021-08-20T17:05:18.398Z] --- PASS: TestConfigDaemonSeccompProfiles (3.29s)
17:05:18 [2021-08-20T17:05:18.398Z]     --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.10s)
17:05:18 [2021-08-20T17:05:18.398Z]     --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.10s)
17:05:18 [2021-08-20T17:05:18.398Z]     --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.10s)
17:05:18 [2021-08-20T17:05:18.398Z] PASS
17:05:18 [2021-08-20T17:05:18.398Z] 
17:05:18 [2021-08-20T17:05:18.398Z] DONE 11 tests in 4.430s
17:05:18 [2021-08-20T17:05:18.398Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m 
17:05:18 [2021-08-20T17:05:18.654Z] INFO: Testing against a local daemon
17:05:18 [2021-08-20T17:05:18.654Z] === RUN   TestCommitInheritsEnv
17:05:18 [2021-08-20T17:05:18.881Z] === RUN   TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict
17:05:19 [2021-08-20T17:05:19.137Z] === RUN   TestDockerDaemonSuite/TestDaemonIptablesClean
17:05:19 [2021-08-20T17:05:19.394Z] --- PASS: TestExecUser (1.95s)
17:05:19 [2021-08-20T17:05:19.394Z] === RUN   TestExportContainerAndImportImage
17:05:19 [2021-08-20T17:05:19.652Z] === RUN   TestDockerSuite/TestBuildAddPreservesFilesSpecialBits
17:05:20 [2021-08-20T17:05:20.544Z] --- PASS: TestCommitInheritsEnv (1.47s)
17:05:20 [2021-08-20T17:05:20.544Z] === RUN   TestImportExtremelyLargeImageWorks
17:05:20 [2021-08-20T17:05:20.544Z] === PAUSE TestImportExtremelyLargeImageWorks
17:05:20 [2021-08-20T17:05:20.544Z] === RUN   TestImagesFilterMultiReference
17:05:20 [2021-08-20T17:05:20.544Z] --- PASS: TestImagesFilterMultiReference (0.06s)
17:05:20 [2021-08-20T17:05:20.544Z] === RUN   TestImagePullPlatformInvalid
17:05:20 [2021-08-20T17:05:20.544Z] --- PASS: TestImagePullPlatformInvalid (0.02s)
17:05:20 [2021-08-20T17:05:20.544Z] === RUN   TestRemoveImageOrphaning
17:05:20 [2021-08-20T17:05:20.999Z] Removing intermediate container d4604c37f625
17:05:20 [2021-08-20T17:05:20.999Z]  ---> cf29f731d813
17:05:20 [2021-08-20T17:05:20.999Z] 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
17:05:20 [2021-08-20T17:05:20.999Z]  ---> Running in 8e7f7b7e1828
17:05:20 [2021-08-20T17:05:20.999Z] INFO: Building gotestsum version v0.5.3 in C:\gopath
17:05:20 [2021-08-20T17:05:20.999Z] go: downloading gotest.tools/gotestsum v0.5.3
17:05:20 [2021-08-20T17:05:20.999Z] go: downloading github.com/fatih/color v1.9.0
17:05:20 [2021-08-20T17:05:20.999Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
17:05:20 [2021-08-20T17:05:20.999Z] go: downloading github.com/pkg/errors v0.9.1
17:05:20 [2021-08-20T17:05:20.999Z] go: downloading github.com/spf13/pflag v1.0.3
17:05:20 [2021-08-20T17:05:20.999Z] go: downloading github.com/mattn/go-colorable v0.1.6
17:05:20 [2021-08-20T17:05:20.999Z] go: downloading github.com/mattn/go-isatty v0.0.12
17:05:20 [2021-08-20T17:05:20.999Z] go: downloading github.com/jonboulle/clockwork v0.1.0
17:05:20 [2021-08-20T17:05:20.999Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
17:05:20 [2021-08-20T17:05:20.999Z] go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58
17:05:20 [2021-08-20T17:05:20.999Z] go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4
17:05:20 [2021-08-20T17:05:20.999Z] go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9
17:05:21 [2021-08-20T17:05:21.021Z] --- PASS: TestExportContainerAndImportImage (1.53s)
17:05:21 [2021-08-20T17:05:21.021Z] === RUN   TestExportContainerAfterDaemonRestart
17:05:21 [2021-08-20T17:05:21.278Z]     check_test.go:309: [d29f178178ac5] daemon is not started
17:05:21 [2021-08-20T17:05:21.278Z] === RUN   TestDockerDaemonSuite/TestDaemonIptablesCreate
17:05:22 [2021-08-20T17:05:22.433Z] --- PASS: TestRemoveImageOrphaning (1.92s)
17:05:22 [2021-08-20T17:05:22.433Z] === RUN   TestRemoveImageGarbageCollector
17:05:22 [2021-08-20T17:05:22.433Z]     remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros
17:05:22 [2021-08-20T17:05:22.433Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s)
17:05:22 [2021-08-20T17:05:22.433Z] === RUN   TestTagUnprefixedRepoByNameOrName
17:05:22 [2021-08-20T17:05:22.433Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s)
17:05:22 [2021-08-20T17:05:22.433Z] === RUN   TestTagInvalidReference
17:05:22 [2021-08-20T17:05:22.433Z] --- PASS: TestTagInvalidReference (0.01s)
17:05:22 [2021-08-20T17:05:22.433Z] === RUN   TestTagValidPrefixedRepo
17:05:22 [2021-08-20T17:05:22.433Z] --- PASS: TestTagValidPrefixedRepo (0.05s)
17:05:22 [2021-08-20T17:05:22.433Z] === RUN   TestTagExistedNameWithoutForce
17:05:22 [2021-08-20T17:05:22.433Z] --- PASS: TestTagExistedNameWithoutForce (0.02s)
17:05:22 [2021-08-20T17:05:22.433Z] === RUN   TestTagOfficialNames
17:05:22 [2021-08-20T17:05:22.433Z] --- PASS: TestTagOfficialNames (0.07s)
17:05:22 [2021-08-20T17:05:22.433Z] === RUN   TestTagMatchesDigest
17:05:22 [2021-08-20T17:05:22.433Z] --- PASS: TestTagMatchesDigest (0.01s)
17:05:22 [2021-08-20T17:05:22.433Z] === CONT  TestImportExtremelyLargeImageWorks
17:05:22 [2021-08-20T17:05:22.649Z] --- PASS: TestExportContainerAfterDaemonRestart (1.72s)
17:05:22 [2021-08-20T17:05:22.649Z] === RUN   TestHealthCheckWorkdir
17:05:23 [2021-08-20T17:05:23.172Z] INFO: Build done for gotestsum...
17:05:24 [2021-08-20T17:05:24.018Z] === RUN   TestDockerSuite/TestBuildAddRemoteFileMTime
17:05:25 [2021-08-20T17:05:25.387Z] === RUN   TestDockerDaemonSuite/TestDaemonKeyGeneration
17:05:25 [2021-08-20T17:05:25.387Z] --- PASS: TestHealthCheckWorkdir (2.58s)
17:05:25 [2021-08-20T17:05:25.387Z] === RUN   TestHealthKillContainer
17:05:25 [2021-08-20T17:05:25.602Z] ok  	github.com/docker/docker/libnetwork/drivers/remote	0.021s	coverage: 57.4% of statements
17:05:25 [2021-08-20T17:05:25.602Z] ?   	github.com/docker/docker/libnetwork/drivers/remote/api	[no test files]
17:05:25 [2021-08-20T17:05:25.602Z] ?   	github.com/docker/docker/libnetwork/drivers/windows	[no test files]
17:05:25 [2021-08-20T17:05:25.643Z]     check_test.go:309: [d2fc6d6024d09] daemon is not started
17:05:25 [2021-08-20T17:05:25.643Z] === RUN   TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins
17:05:27 [2021-08-20T17:05:27.010Z] === RUN   TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache
17:05:27 [2021-08-20T17:05:27.939Z] === RUN   TestDockerSuite/TestBuildAddRemoteNoDecompress
17:05:27 [2021-08-20T17:05:27.939Z]     docker_cli_daemon_plugins_test.go:79: [d86bfdff3f464] daemon is not started
17:05:28 [2021-08-20T17:05:28.502Z] --- PASS: TestHealthKillContainer (3.43s)
17:05:28 [2021-08-20T17:05:28.502Z] === RUN   TestInspectCpusetInConfigPre120
17:05:28 [2021-08-20T17:05:28.759Z] === RUN   TestDockerDaemonSuite/TestDaemonKillWithPlugins
17:05:29 [2021-08-20T17:05:29.016Z] === RUN   TestDockerSuite/TestBuildAddScript
17:05:29 [2021-08-20T17:05:29.061Z] ?   	github.com/docker/docker/libnetwork/drivers/windows/overlay	[no test files]
17:05:29 [2021-08-20T17:05:29.946Z] --- PASS: TestInspectCpusetInConfigPre120 (1.12s)
17:05:29 [2021-08-20T17:05:29.946Z] === RUN   TestIpcModeNone
17:05:31 [2021-08-20T17:05:31.314Z]     docker_cli_daemon_plugins_test.go:169: [d66da737afd4c] daemon is not started
17:05:31 [2021-08-20T17:05:31.314Z] --- PASS: TestIpcModeNone (1.53s)
17:05:31 [2021-08-20T17:05:31.314Z] === RUN   TestIpcModePrivate
17:05:32 [2021-08-20T17:05:32.680Z] === RUN   TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink
17:05:32 [2021-08-20T17:05:32.680Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:98, shared: false, mustBeShared: false
17:05:32 [2021-08-20T17:05:32.936Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToExistDir
17:05:32 [2021-08-20T17:05:32.936Z] --- PASS: TestIpcModePrivate (1.74s)
17:05:32 [2021-08-20T17:05:32.936Z] === RUN   TestIpcModeShareable
17:05:34 [2021-08-20T17:05:34.830Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:84, shared: true, mustBeShared: true
17:05:34 [2021-08-20T17:05:34.830Z] --- PASS: TestIpcModeShareable (1.90s)
17:05:34 [2021-08-20T17:05:34.830Z] === RUN   TestAPIIpcModeShareableAndContainer
17:05:36 [2021-08-20T17:05:36.275Z] --- PASS: TestCheckoutGit (35.97s)
17:05:36 [2021-08-20T17:05:36.275Z] === RUN   TestValidGitTransport
17:05:36 [2021-08-20T17:05:36.275Z] --- PASS: TestValidGitTransport (0.00s)
17:05:36 [2021-08-20T17:05:36.275Z] === RUN   TestGitInvalidRef
17:05:36 [2021-08-20T17:05:36.275Z] --- PASS: TestGitInvalidRef (0.30s)
17:05:36 [2021-08-20T17:05:36.275Z] PASS
17:05:36 [2021-08-20T17:05:36.275Z] coverage: 86.3% of statements
17:05:36 [2021-08-20T17:05:36.275Z] ok  	github.com/docker/docker/builder/remotecontext/git	36.380s	coverage: 86.3% of statements
17:05:36 [2021-08-20T17:05:36.275Z] ?   	github.com/docker/docker/cli	[no test files]
17:05:36 [2021-08-20T17:05:36.275Z] ?   	github.com/docker/docker/cli/config	[no test files]
17:05:36 [2021-08-20T17:05:36.931Z] tests/integration/api_container_test.py ....x...........x............... [ 16%]
17:05:37 [2021-08-20T17:05:37.350Z] === RUN   TestDockerDaemonSuite/TestDaemonLogLevelDebug
17:05:37 [2021-08-20T17:05:37.607Z] === RUN   TestDockerDaemonSuite/TestDaemonLogLevelFatal
17:05:38 [2021-08-20T17:05:38.169Z] === RUN   TestDockerDaemonSuite/TestDaemonLogLevelWrong
17:05:38 [2021-08-20T17:05:38.732Z]     check_test.go:309: [daf5819fdc2da] daemon is not started
17:05:38 [2021-08-20T17:05:38.732Z] === RUN   TestDockerDaemonSuite/TestDaemonLogOptions
17:05:39 [2021-08-20T17:05:39.059Z] ok  	github.com/docker/docker/libnetwork/drvregistry	0.024s	coverage: 82.4% of statements
17:05:39 [2021-08-20T17:05:39.320Z] ok  	github.com/docker/docker/libnetwork/etchosts	0.037s	coverage: 81.2% of statements
17:05:40 [2021-08-20T17:05:40.108Z] --- PASS: TestAPIIpcModeShareableAndContainer (4.95s)
17:05:40 [2021-08-20T17:05:40.108Z] === RUN   TestAPIIpcModeHost
17:05:40 [2021-08-20T17:05:40.849Z] Removing intermediate container 8e7f7b7e1828
17:05:40 [2021-08-20T17:05:40.849Z]  ---> e85518b788c2
17:05:40 [2021-08-20T17:05:40.849Z] Step 8/10 : ENTRYPOINT ["powershell.exe"]
17:05:40 [2021-08-20T17:05:40.849Z]  ---> Running in 74214b973008
17:05:40 [2021-08-20T17:05:40.849Z] Removing intermediate container 74214b973008
17:05:40 [2021-08-20T17:05:40.849Z]  ---> 08096ac9b609
17:05:40 [2021-08-20T17:05:40.849Z] Step 9/10 : WORKDIR ${GOPATH}\src\github.com\docker\docker
17:05:40 [2021-08-20T17:05:40.849Z]  ---> Running in eb8de8e6b13d
17:05:40 [2021-08-20T17:05:40.849Z] Removing intermediate container eb8de8e6b13d
17:05:40 [2021-08-20T17:05:40.849Z]  ---> 778fdc33c4e3
17:05:40 [2021-08-20T17:05:40.849Z] Step 10/10 : COPY . .
17:05:41 [2021-08-20T17:05:41.037Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverDefault
17:05:41 [2021-08-20T17:05:41.234Z] ok  	github.com/docker/docker/libnetwork/hostdiscovery	0.005s	coverage: 48.1% of statements
17:05:41 [2021-08-20T17:05:41.806Z] ok  	github.com/docker/docker/libnetwork/idm	0.008s	coverage: 87.5% of statements
17:05:41 [2021-08-20T17:05:41.967Z] --- PASS: TestAPIIpcModeHost (2.24s)
17:05:41 [2021-08-20T17:05:41.967Z] === RUN   TestDaemonIpcModeShareable
17:05:43 [2021-08-20T17:05:43.335Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride
17:05:43 [2021-08-20T17:05:43.335Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToNonExistingDir
17:05:44 [2021-08-20T17:05:44.703Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:85, shared: true, mustBeShared: true
17:05:44 [2021-08-20T17:05:44.703Z] --- PASS: TestDaemonIpcModeShareable (2.61s)
17:05:44 [2021-08-20T17:05:44.703Z] === RUN   TestDaemonIpcModePrivate
17:05:45 [2021-08-20T17:05:45.632Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverNone
17:05:47 [2021-08-20T17:05:47.002Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:99, shared: false, mustBeShared: false
17:05:47 [2021-08-20T17:05:47.258Z] --- PASS: TestDaemonIpcModePrivate (2.53s)
17:05:47 [2021-08-20T17:05:47.258Z] === RUN   TestDaemonIpcModePrivateFromConfig
17:05:47 [2021-08-20T17:05:47.821Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError
17:05:49 [2021-08-20T17:05:49.717Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:99, shared: false, mustBeShared: false
17:05:49 [2021-08-20T17:05:49.974Z] --- PASS: TestDaemonIpcModePrivateFromConfig (2.75s)
17:05:49 [2021-08-20T17:05:49.974Z] === RUN   TestDaemonIpcModeShareableFromConfig
17:05:50 [2021-08-20T17:05:50.231Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride
17:05:50 [2021-08-20T17:05:50.487Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToRoot
17:05:51 [2021-08-20T17:05:51.050Z] === RUN   TestLoadDaemonCliConfigWithoutOverriding
17:05:51 [2021-08-20T17:05:51.050Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s)
17:05:51 [2021-08-20T17:05:51.050Z] === RUN   TestLoadDaemonCliConfigWithTLS
17:05:51 [2021-08-20T17:05:51.050Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s)
17:05:51 [2021-08-20T17:05:51.050Z] === RUN   TestLoadDaemonCliConfigWithConflicts
17:05:51 [2021-08-20T17:05:51.050Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s)
17:05:51 [2021-08-20T17:05:51.050Z] === RUN   TestLoadDaemonCliWithConflictingNodeGenericResources
17:05:51 [2021-08-20T17:05:51.050Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s)
17:05:51 [2021-08-20T17:05:51.050Z] === RUN   TestLoadDaemonCliWithConflictingLabels
17:05:51 [2021-08-20T17:05:51.050Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s)
17:05:51 [2021-08-20T17:05:51.050Z] === RUN   TestLoadDaemonCliWithDuplicateLabels
17:05:51 [2021-08-20T17:05:51.050Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s)
17:05:51 [2021-08-20T17:05:51.050Z] === RUN   TestLoadDaemonCliConfigWithTLSVerify
17:05:51 [2021-08-20T17:05:51.050Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s)
17:05:51 [2021-08-20T17:05:51.050Z] === RUN   TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse
17:05:51 [2021-08-20T17:05:51.050Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s)
17:05:51 [2021-08-20T17:05:51.050Z] === RUN   TestLoadDaemonCliConfigWithoutTLSVerify
17:05:51 [2021-08-20T17:05:51.050Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s)
17:05:51 [2021-08-20T17:05:51.050Z] === RUN   TestLoadDaemonCliConfigWithLogLevel
17:05:51 [2021-08-20T17:05:51.050Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s)
17:05:51 [2021-08-20T17:05:51.050Z] === RUN   TestLoadDaemonConfigWithEmbeddedOptions
17:05:51 [2021-08-20T17:05:51.050Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s)
17:05:51 [2021-08-20T17:05:51.050Z] === RUN   TestLoadDaemonConfigWithRegistryOptions
17:05:51 [2021-08-20T17:05:51.050Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s)
17:05:51 [2021-08-20T17:05:51.050Z] === RUN   TestConfigureDaemonLogs
17:05:51 [2021-08-20T17:05:51.050Z] --- PASS: TestConfigureDaemonLogs (0.00s)
17:05:51 [2021-08-20T17:05:51.050Z] === RUN   TestCommonOptionsInstallFlags
17:05:51 [2021-08-20T17:05:51.050Z] --- PASS: TestCommonOptionsInstallFlags (0.00s)
17:05:51 [2021-08-20T17:05:51.050Z] === RUN   TestCommonOptionsInstallFlagsWithDefaults
17:05:51 [2021-08-20T17:05:51.050Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s)
17:05:51 [2021-08-20T17:05:51.050Z] PASS
17:05:51 [2021-08-20T17:05:51.050Z] coverage: 18.5% of statements
17:05:51 [2021-08-20T17:05:51.050Z] ok  	github.com/docker/docker/cmd/dockerd	0.205s	coverage: 18.5% of statements
17:05:51 [2021-08-20T17:05:51.050Z] ?   	github.com/docker/docker/cmd/dockerd/trap	[no test files]
17:05:51 [2021-08-20T17:05:51.050Z] ?   	github.com/docker/docker/cmd/dockerd/trap/testfiles	[no test files]
17:05:51 [2021-08-20T17:05:51.050Z] === RUN   TestContainerStopSignal
17:05:51 [2021-08-20T17:05:51.050Z] --- PASS: TestContainerStopSignal (0.00s)
17:05:51 [2021-08-20T17:05:51.050Z] === RUN   TestContainerStopTimeout
17:05:51 [2021-08-20T17:05:51.050Z] --- PASS: TestContainerStopTimeout (0.00s)
17:05:51 [2021-08-20T17:05:51.050Z] === RUN   TestContainerSecretReferenceDestTarget
17:05:51 [2021-08-20T17:05:51.050Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s)
17:05:51 [2021-08-20T17:05:51.050Z] === RUN   TestContainerLogPathSetForJSONFileLogger
17:05:51 [2021-08-20T17:05:51.050Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s)
17:05:51 [2021-08-20T17:05:51.050Z] === RUN   TestContainerLogPathSetForRingLogger
17:05:51 [2021-08-20T17:05:51.050Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s)
17:05:51 [2021-08-20T17:05:51.050Z] === RUN   TestReplaceAndAppendEnvVars
17:05:51 [2021-08-20T17:05:51.050Z]     env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm]
17:05:51 [2021-08-20T17:05:51.050Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s)
17:05:51 [2021-08-20T17:05:51.050Z] === RUN   TestNewMemoryStore
17:05:51 [2021-08-20T17:05:51.050Z] --- PASS: TestNewMemoryStore (0.00s)
17:05:51 [2021-08-20T17:05:51.050Z] === RUN   TestAddContainers
17:05:51 [2021-08-20T17:05:51.050Z] --- PASS: TestAddContainers (0.00s)
17:05:51 [2021-08-20T17:05:51.050Z] === RUN   TestGetContainer
17:05:51 [2021-08-20T17:05:51.050Z] --- PASS: TestGetContainer (0.00s)
17:05:51 [2021-08-20T17:05:51.050Z] === RUN   TestDeleteContainer
17:05:51 [2021-08-20T17:05:51.050Z] --- PASS: TestDeleteContainer (0.00s)
17:05:51 [2021-08-20T17:05:51.050Z] === RUN   TestListContainers
17:05:51 [2021-08-20T17:05:51.050Z] --- PASS: TestListContainers (0.00s)
17:05:51 [2021-08-20T17:05:51.050Z] === RUN   TestFirstContainer
17:05:51 [2021-08-20T17:05:51.050Z] --- PASS: TestFirstContainer (0.00s)
17:05:51 [2021-08-20T17:05:51.050Z] === RUN   TestApplyAllContainer
17:05:51 [2021-08-20T17:05:51.050Z] --- PASS: TestApplyAllContainer (0.00s)
17:05:51 [2021-08-20T17:05:51.050Z] === RUN   TestIsValidHealthString
17:05:51 [2021-08-20T17:05:51.050Z] --- PASS: TestIsValidHealthString (0.00s)
17:05:51 [2021-08-20T17:05:51.050Z] === RUN   TestStateRunStop
17:05:51 [2021-08-20T17:05:51.050Z] --- PASS: TestStateRunStop (0.00s)
17:05:51 [2021-08-20T17:05:51.050Z] === RUN   TestStateTimeoutWait
17:05:51 [2021-08-20T17:05:51.050Z]     state_test.go:141: Stop callback fired
17:05:51 [2021-08-20T17:05:51.050Z]     state_test.go:165: Stop callback fired
17:05:51 [2021-08-20T17:05:51.050Z] --- PASS: TestStateTimeoutWait (0.10s)
17:05:51 [2021-08-20T17:05:51.050Z] === RUN   TestIsValidStateString
17:05:51 [2021-08-20T17:05:51.050Z] --- PASS: TestIsValidStateString (0.00s)
17:05:51 [2021-08-20T17:05:51.050Z] === RUN   TestViewSaveDelete
17:05:51 [2021-08-20T17:05:51.050Z] --- PASS: TestViewSaveDelete (0.03s)
17:05:51 [2021-08-20T17:05:51.050Z] === RUN   TestViewAll
17:05:51 [2021-08-20T17:05:51.050Z] --- PASS: TestViewAll (0.02s)
17:05:51 [2021-08-20T17:05:51.050Z] === RUN   TestViewGet
17:05:51 [2021-08-20T17:05:51.050Z] --- PASS: TestViewGet (0.01s)
17:05:51 [2021-08-20T17:05:51.050Z] === RUN   TestNames
17:05:51 [2021-08-20T17:05:51.050Z] --- PASS: TestNames (0.00s)
17:05:51 [2021-08-20T17:05:51.050Z] === RUN   TestViewWithHealthCheck
17:05:51 [2021-08-20T17:05:51.050Z] --- PASS: TestViewWithHealthCheck (0.01s)
17:05:51 [2021-08-20T17:05:51.050Z] PASS
17:05:51 [2021-08-20T17:05:51.050Z] coverage: 41.7% of statements
17:05:51 [2021-08-20T17:05:51.050Z] ok  	github.com/docker/docker/container	0.271s	coverage: 41.7% of statements
17:05:51 [2021-08-20T17:05:51.050Z] ?   	github.com/docker/docker/container/stream	[no test files]
17:05:51 [2021-08-20T17:05:51.050Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
17:05:51 [2021-08-20T17:05:51.050Z] ?   	github.com/docker/docker/contrib/docker-device-tool	[no test files]
17:05:51 [2021-08-20T17:05:51.050Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
17:05:51 [2021-08-20T17:05:51.507Z] === RUN   TestPrepare
17:05:51 [2021-08-20T17:05:51.507Z] --- PASS: TestPrepare (0.00s)
17:05:51 [2021-08-20T17:05:51.507Z] === RUN   TestStart
17:05:51 [2021-08-20T17:05:51.507Z] --- PASS: TestStart (0.00s)
17:05:51 [2021-08-20T17:05:51.507Z] === RUN   TestWaitCancel
17:05:51 [2021-08-20T17:05:51.507Z] --- PASS: TestWaitCancel (0.00s)
17:05:51 [2021-08-20T17:05:51.507Z] === RUN   TestWaitDisabled
17:05:51 [2021-08-20T17:05:51.507Z] --- PASS: TestWaitDisabled (0.00s)
17:05:51 [2021-08-20T17:05:51.507Z] === RUN   TestWaitEnabled
17:05:51 [2021-08-20T17:05:51.507Z] --- PASS: TestWaitEnabled (0.00s)
17:05:51 [2021-08-20T17:05:51.507Z] === RUN   TestRemove
17:05:51 [2021-08-20T17:05:51.507Z] --- PASS: TestRemove (0.00s)
17:05:51 [2021-08-20T17:05:51.507Z] PASS
17:05:51 [2021-08-20T17:05:51.507Z] coverage: 65.3% of statements
17:05:51 [2021-08-20T17:05:51.507Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.071s	coverage: 65.3% of statements
17:05:52 [2021-08-20T17:05:52.384Z] === RUN   TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild
17:05:52 [2021-08-20T17:05:52.384Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:83, shared: true, mustBeShared: true
17:05:52 [2021-08-20T17:05:52.642Z] --- PASS: TestDaemonIpcModeShareableFromConfig (2.74s)
17:05:52 [2021-08-20T17:05:52.642Z] === RUN   TestIpcModeOlderClient
17:05:52 [2021-08-20T17:05:52.642Z] === PAUSE TestIpcModeOlderClient
17:05:52 [2021-08-20T17:05:52.642Z] === RUN   TestKillContainerInvalidSignal
17:05:53 [2021-08-20T17:05:53.675Z] === RUN   TestNetworkConvertBasicNetworkFromGRPCCreatedAt
17:05:53 [2021-08-20T17:05:53.675Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.23s)
17:05:53 [2021-08-20T17:05:53.675Z] === RUN   TestServiceConvertFromGRPCRuntimeContainer
17:05:53 [2021-08-20T17:05:53.675Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s)
17:05:53 [2021-08-20T17:05:53.675Z] === RUN   TestServiceConvertFromGRPCGenericRuntimePlugin
17:05:53 [2021-08-20T17:05:53.675Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s)
17:05:53 [2021-08-20T17:05:53.675Z] === RUN   TestServiceConvertToGRPCGenericRuntimePlugin
17:05:53 [2021-08-20T17:05:53.675Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s)
17:05:53 [2021-08-20T17:05:53.675Z] === RUN   TestServiceConvertToGRPCContainerRuntime
17:05:53 [2021-08-20T17:05:53.675Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s)
17:05:53 [2021-08-20T17:05:53.675Z] === RUN   TestServiceConvertToGRPCGenericRuntimeCustom
17:05:53 [2021-08-20T17:05:53.675Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s)
17:05:53 [2021-08-20T17:05:53.675Z] === RUN   TestServiceConvertToGRPCIsolation
17:05:53 [2021-08-20T17:05:53.675Z] === RUN   TestServiceConvertToGRPCIsolation/empty
17:05:53 [2021-08-20T17:05:53.675Z] === RUN   TestServiceConvertToGRPCIsolation/default
17:05:53 [2021-08-20T17:05:53.675Z] === RUN   TestServiceConvertToGRPCIsolation/process
17:05:53 [2021-08-20T17:05:53.675Z] === RUN   TestServiceConvertToGRPCIsolation/hyperv
17:05:53 [2021-08-20T17:05:53.675Z] === RUN   TestServiceConvertToGRPCIsolation/proCess
17:05:53 [2021-08-20T17:05:53.675Z] === RUN   TestServiceConvertToGRPCIsolation/hypErv
17:05:53 [2021-08-20T17:05:53.675Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s)
17:05:53 [2021-08-20T17:05:53.675Z]     --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s)
17:05:53 [2021-08-20T17:05:53.675Z]     --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s)
17:05:53 [2021-08-20T17:05:53.675Z]     --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s)
17:05:53 [2021-08-20T17:05:53.675Z]     --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s)
17:05:53 [2021-08-20T17:05:53.675Z]     --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s)
17:05:53 [2021-08-20T17:05:53.675Z]     --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s)
17:05:53 [2021-08-20T17:05:53.675Z] === RUN   TestServiceConvertFromGRPCIsolation
17:05:53 [2021-08-20T17:05:53.675Z] === RUN   TestServiceConvertFromGRPCIsolation/default
17:05:53 [2021-08-20T17:05:53.675Z] === RUN   TestServiceConvertFromGRPCIsolation/process
17:05:53 [2021-08-20T17:05:53.675Z] === RUN   TestServiceConvertFromGRPCIsolation/hyperv
17:05:54 [2021-08-20T17:05:54.014Z] --- PASS: TestKillContainerInvalidSignal (1.27s)
17:05:54 [2021-08-20T17:05:54.015Z] === RUN   TestKillContainer
17:05:54 [2021-08-20T17:05:54.015Z] === RUN   TestKillContainer/no_signal
17:05:54 [2021-08-20T17:05:54.052Z] ok  	github.com/docker/docker/libnetwork/internal/caller	0.003s	coverage: 100.0% of statements
17:05:54 [2021-08-20T17:05:54.133Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s)
17:05:54 [2021-08-20T17:05:54.133Z]     --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s)
17:05:54 [2021-08-20T17:05:54.133Z]     --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s)
17:05:54 [2021-08-20T17:05:54.133Z]     --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s)
17:05:54 [2021-08-20T17:05:54.133Z] === RUN   TestServiceConvertToGRPCCredentialSpec
17:05:54 [2021-08-20T17:05:54.133Z] === RUN   TestServiceConvertToGRPCCredentialSpec/empty_credential_spec
17:05:54 [2021-08-20T17:05:54.133Z] === RUN   TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec
17:05:54 [2021-08-20T17:05:54.133Z] === RUN   TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec
17:05:54 [2021-08-20T17:05:54.133Z] === RUN   TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec
17:05:54 [2021-08-20T17:05:54.133Z] === RUN   TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec
17:05:54 [2021-08-20T17:05:54.133Z] === RUN   TestServiceConvertToGRPCCredentialSpec/config_credential_spec
17:05:54 [2021-08-20T17:05:54.133Z] === RUN   TestServiceConvertToGRPCCredentialSpec/file_credential_spec
17:05:54 [2021-08-20T17:05:54.133Z] === RUN   TestServiceConvertToGRPCCredentialSpec/registry_credential_spec
17:05:54 [2021-08-20T17:05:54.133Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s)
17:05:54 [2021-08-20T17:05:54.133Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s)
17:05:54 [2021-08-20T17:05:54.133Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s)
17:05:54 [2021-08-20T17:05:54.133Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s)
17:05:54 [2021-08-20T17:05:54.133Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s)
17:05:54 [2021-08-20T17:05:54.133Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s)
17:05:54 [2021-08-20T17:05:54.133Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s)
17:05:54 [2021-08-20T17:05:54.133Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s)
17:05:54 [2021-08-20T17:05:54.133Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s)
17:05:54 [2021-08-20T17:05:54.133Z] === RUN   TestServiceConvertFromGRPCCredentialSpec
17:05:54 [2021-08-20T17:05:54.133Z] === RUN   TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec
17:05:54 [2021-08-20T17:05:54.133Z] === RUN   TestServiceConvertFromGRPCCredentialSpec/config_credential_spec
17:05:54 [2021-08-20T17:05:54.133Z] === RUN   TestServiceConvertFromGRPCCredentialSpec/file_credential_spec
17:05:54 [2021-08-20T17:05:54.133Z] === RUN   TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec
17:05:54 [2021-08-20T17:05:54.133Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s)
17:05:54 [2021-08-20T17:05:54.133Z]     --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s)
17:05:54 [2021-08-20T17:05:54.133Z]     --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s)
17:05:54 [2021-08-20T17:05:54.133Z]     --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s)
17:05:54 [2021-08-20T17:05:54.133Z]     --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s)
17:05:54 [2021-08-20T17:05:54.133Z] === RUN   TestServiceConvertToGRPCNetworkAtachmentRuntime
17:05:54 [2021-08-20T17:05:54.133Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s)
17:05:54 [2021-08-20T17:05:54.133Z] === RUN   TestServiceConvertToGRPCMismatchedRuntime
17:05:54 [2021-08-20T17:05:54.133Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s)
17:05:54 [2021-08-20T17:05:54.133Z] === RUN   TestTaskConvertFromGRPCNetworkAttachment
17:05:54 [2021-08-20T17:05:54.133Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s)
17:05:54 [2021-08-20T17:05:54.133Z] === RUN   TestServiceConvertFromGRPCConfigs
17:05:54 [2021-08-20T17:05:54.133Z] === RUN   TestServiceConvertFromGRPCConfigs/file
17:05:54 [2021-08-20T17:05:54.133Z] === RUN   TestServiceConvertFromGRPCConfigs/runtime
17:05:54 [2021-08-20T17:05:54.133Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s)
17:05:54 [2021-08-20T17:05:54.133Z]     --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s)
17:05:54 [2021-08-20T17:05:54.133Z]     --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s)
17:05:54 [2021-08-20T17:05:54.133Z] === RUN   TestServiceConvertToGRPCConfigs
17:05:54 [2021-08-20T17:05:54.133Z] === RUN   TestServiceConvertToGRPCConfigs/file
17:05:54 [2021-08-20T17:05:54.133Z] === RUN   TestServiceConvertToGRPCConfigs/runtime
17:05:54 [2021-08-20T17:05:54.133Z] === RUN   TestServiceConvertToGRPCConfigs/file_and_runtime
17:05:54 [2021-08-20T17:05:54.133Z] === RUN   TestServiceConvertToGRPCConfigs/none
17:05:54 [2021-08-20T17:05:54.133Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s)
17:05:54 [2021-08-20T17:05:54.133Z]     --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s)
17:05:54 [2021-08-20T17:05:54.133Z]     --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s)
17:05:54 [2021-08-20T17:05:54.133Z]     --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s)
17:05:54 [2021-08-20T17:05:54.133Z]     --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s)
17:05:54 [2021-08-20T17:05:54.133Z] PASS
17:05:54 [2021-08-20T17:05:54.133Z] coverage: 35.9% of statements
17:05:54 [2021-08-20T17:05:54.133Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.690s	coverage: 35.9% of statements
17:05:54 [2021-08-20T17:05:54.133Z] === RUN   TestNewListSecretsFilters
17:05:54 [2021-08-20T17:05:54.133Z] --- PASS: TestNewListSecretsFilters (0.00s)
17:05:54 [2021-08-20T17:05:54.133Z] === RUN   TestNewListConfigsFilters
17:05:54 [2021-08-20T17:05:54.133Z] --- PASS: TestNewListConfigsFilters (0.00s)
17:05:54 [2021-08-20T17:05:54.133Z] PASS
17:05:54 [2021-08-20T17:05:54.133Z] coverage: 0.5% of statements
17:05:54 [2021-08-20T17:05:54.133Z] ok  	github.com/docker/docker/daemon/cluster	1.082s	coverage: 0.5% of statements
17:05:54 [2021-08-20T17:05:54.946Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToWorkdir
17:05:54 [2021-08-20T17:05:54.946Z] === RUN   TestDockerDaemonSuite/TestDaemonMaxConcurrency
17:05:55 [2021-08-20T17:05:55.204Z] === RUN   TestDockerSuite/TestBuildAddTar
17:05:55 [2021-08-20T17:05:55.204Z] === RUN   TestKillContainer/non_killing_signal
17:05:55 [2021-08-20T17:05:55.462Z] === RUN   TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile
17:05:56 [2021-08-20T17:05:56.028Z] === RUN   TestKillContainer/killing_signal
17:05:57 [2021-08-20T17:05:57.399Z] --- PASS: TestKillContainer (3.28s)
17:05:57 [2021-08-20T17:05:57.399Z]     --- PASS: TestKillContainer/no_signal (1.26s)
17:05:57 [2021-08-20T17:05:57.399Z]     --- PASS: TestKillContainer/non_killing_signal (0.89s)
17:05:57 [2021-08-20T17:05:57.400Z]     --- PASS: TestKillContainer/killing_signal (0.91s)
17:05:57 [2021-08-20T17:05:57.400Z] === RUN   TestKillWithStopSignalAndRestartPolicies
17:05:57 [2021-08-20T17:05:57.400Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
17:05:57 [2021-08-20T17:05:57.498Z] 8f616e6e9eec: Pull complete
17:05:57 [2021-08-20T17:05:57.853Z] === RUN   TestBuilderGC
17:05:57 [2021-08-20T17:05:57.853Z] --- PASS: TestBuilderGC (0.00s)
17:05:57 [2021-08-20T17:05:57.853Z] === RUN   TestDaemonConfigurationNotFound
17:05:57 [2021-08-20T17:05:57.853Z] --- PASS: TestDaemonConfigurationNotFound (0.00s)
17:05:57 [2021-08-20T17:05:57.853Z] === RUN   TestDaemonBrokenConfiguration
17:05:57 [2021-08-20T17:05:57.853Z] --- PASS: TestDaemonBrokenConfiguration (0.00s)
17:05:57 [2021-08-20T17:05:57.853Z] === RUN   TestParseClusterAdvertiseSettings
17:05:57 [2021-08-20T17:05:57.853Z] --- PASS: TestParseClusterAdvertiseSettings (0.00s)
17:05:57 [2021-08-20T17:05:57.853Z] === RUN   TestFindConfigurationConflicts
17:05:57 [2021-08-20T17:05:57.853Z] --- PASS: TestFindConfigurationConflicts (0.00s)
17:05:57 [2021-08-20T17:05:57.853Z] === RUN   TestFindConfigurationConflictsWithNamedOptions
17:05:57 [2021-08-20T17:05:57.853Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s)
17:05:57 [2021-08-20T17:05:57.853Z] === RUN   TestDaemonConfigurationMergeConflicts
17:05:57 [2021-08-20T17:05:57.853Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s)
17:05:57 [2021-08-20T17:05:57.853Z] === RUN   TestDaemonConfigurationMergeConcurrent
17:05:57 [2021-08-20T17:05:57.853Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s)
17:05:58 [2021-08-20T17:05:58.310Z] === RUN   TestDaemonConfigurationMergeConcurrentError
17:05:58 [2021-08-20T17:05:58.310Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s)
17:05:58 [2021-08-20T17:05:58.310Z] === RUN   TestDaemonConfigurationMergeConflictsWithInnerStructs
17:05:58 [2021-08-20T17:05:58.310Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s)
17:05:58 [2021-08-20T17:05:58.310Z] === RUN   TestDaemonConfigurationMergeDefaultAddressPools
17:05:58 [2021-08-20T17:05:58.310Z] === RUN   TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file
17:05:58 [2021-08-20T17:05:58.310Z] === RUN   TestDaemonConfigurationMergeDefaultAddressPools/config_file
17:05:58 [2021-08-20T17:05:58.310Z] === RUN   TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options
17:05:58 [2021-08-20T17:05:58.310Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.00s)
17:05:58 [2021-08-20T17:05:58.310Z]     --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s)
17:05:58 [2021-08-20T17:05:58.310Z]     --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s)
17:05:58 [2021-08-20T17:05:58.310Z]     --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s)
17:05:58 [2021-08-20T17:05:58.310Z] === RUN   TestFindConfigurationConflictsWithUnknownKeys
17:05:58 [2021-08-20T17:05:58.310Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s)
17:05:58 [2021-08-20T17:05:58.310Z] === RUN   TestFindConfigurationConflictsWithMergedValues
17:05:58 [2021-08-20T17:05:58.310Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s)
17:05:58 [2021-08-20T17:05:58.310Z] === RUN   TestValidateConfigurationErrors
17:05:58 [2021-08-20T17:05:58.310Z] === RUN   TestValidateConfigurationErrors/single_label_without_value
17:05:58 [2021-08-20T17:05:58.310Z] === RUN   TestValidateConfigurationErrors/multiple_label_without_value
17:05:58 [2021-08-20T17:05:58.310Z] === RUN   TestValidateConfigurationErrors/single_DNS,_invalid_IP-address
17:05:58 [2021-08-20T17:05:58.310Z] === RUN   TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address
17:05:58 [2021-08-20T17:05:58.310Z] === RUN   TestValidateConfigurationErrors/single_DNSSearch
17:05:58 [2021-08-20T17:05:58.310Z] === RUN   TestValidateConfigurationErrors/multiple_DNSSearch
17:05:58 [2021-08-20T17:05:58.310Z] === RUN   TestValidateConfigurationErrors/negative_max-concurrent-downloads
17:05:58 [2021-08-20T17:05:58.310Z] === RUN   TestValidateConfigurationErrors/negative_max-concurrent-uploads
17:05:58 [2021-08-20T17:05:58.310Z] === RUN   TestValidateConfigurationErrors/negative_max-download-attempts
17:05:58 [2021-08-20T17:05:58.310Z] === RUN   TestValidateConfigurationErrors/zero_max-download-attempts
17:05:58 [2021-08-20T17:05:58.310Z] === RUN   TestValidateConfigurationErrors/generic_resource_without_=
17:05:58 [2021-08-20T17:05:58.310Z] === RUN   TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete
17:05:58 [2021-08-20T17:05:58.310Z] --- PASS: TestValidateConfigurationErrors (0.00s)
17:05:58 [2021-08-20T17:05:58.310Z]     --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s)
17:05:58 [2021-08-20T17:05:58.310Z]     --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s)
17:05:58 [2021-08-20T17:05:58.310Z]     --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s)
17:05:58 [2021-08-20T17:05:58.310Z]     --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s)
17:05:58 [2021-08-20T17:05:58.310Z]     --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s)
17:05:58 [2021-08-20T17:05:58.310Z]     --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s)
17:05:58 [2021-08-20T17:05:58.310Z]     --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s)
17:05:58 [2021-08-20T17:05:58.310Z]     --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s)
17:05:58 [2021-08-20T17:05:58.310Z]     --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s)
17:05:58 [2021-08-20T17:05:58.310Z]     --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s)
17:05:58 [2021-08-20T17:05:58.310Z]     --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s)
17:05:58 [2021-08-20T17:05:58.310Z]     --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s)
17:05:58 [2021-08-20T17:05:58.310Z] === RUN   TestValidateConfiguration
17:05:58 [2021-08-20T17:05:58.310Z] === RUN   TestValidateConfiguration/with_label
17:05:58 [2021-08-20T17:05:58.310Z] === RUN   TestValidateConfiguration/with_dns
17:05:58 [2021-08-20T17:05:58.310Z] === RUN   TestValidateConfiguration/with_dns-search
17:05:58 [2021-08-20T17:05:58.310Z] === RUN   TestValidateConfiguration/with_max-concurrent-downloads
17:05:58 [2021-08-20T17:05:58.310Z] === RUN   TestValidateConfiguration/with_max-concurrent-uploads
17:05:58 [2021-08-20T17:05:58.310Z] === RUN   TestValidateConfiguration/with_max-download-attempts
17:05:58 [2021-08-20T17:05:58.310Z] === RUN   TestValidateConfiguration/with_multiple_node_generic_resources
17:05:58 [2021-08-20T17:05:58.310Z] === RUN   TestValidateConfiguration/with_node_generic_resources
17:05:58 [2021-08-20T17:05:58.310Z] --- PASS: TestValidateConfiguration (0.00s)
17:05:58 [2021-08-20T17:05:58.310Z]     --- PASS: TestValidateConfiguration/with_label (0.00s)
17:05:58 [2021-08-20T17:05:58.310Z]     --- PASS: TestValidateConfiguration/with_dns (0.00s)
17:05:58 [2021-08-20T17:05:58.310Z]     --- PASS: TestValidateConfiguration/with_dns-search (0.00s)
17:05:58 [2021-08-20T17:05:58.310Z]     --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s)
17:05:58 [2021-08-20T17:05:58.310Z]     --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s)
17:05:58 [2021-08-20T17:05:58.310Z]     --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s)
17:05:58 [2021-08-20T17:05:58.310Z]     --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s)
17:05:58 [2021-08-20T17:05:58.310Z]     --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s)
17:05:58 [2021-08-20T17:05:58.310Z] === RUN   TestModifiedDiscoverySettings
17:05:58 [2021-08-20T17:05:58.310Z] --- PASS: TestModifiedDiscoverySettings (0.00s)
17:05:58 [2021-08-20T17:05:58.310Z] === RUN   TestReloadSetConfigFileNotExist
17:05:58 [2021-08-20T17:05:58.310Z] time="2021-08-20T17:05:57Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json"
17:05:58 [2021-08-20T17:05:58.310Z] --- PASS: TestReloadSetConfigFileNotExist (0.21s)
17:05:58 [2021-08-20T17:05:58.310Z] === RUN   TestReloadDefaultConfigNotExist
17:05:58 [2021-08-20T17:05:58.310Z]     config_test.go:527: os.Getuid() != 0: skipping test that requires root
17:05:58 [2021-08-20T17:05:58.310Z] --- SKIP: TestReloadDefaultConfigNotExist (0.01s)
17:05:58 [2021-08-20T17:05:58.310Z] === RUN   TestReloadBadDefaultConfig
17:05:58 [2021-08-20T17:05:58.310Z] time="2021-08-20T17:05:57Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-775689331"
17:05:58 [2021-08-20T17:05:58.310Z] --- PASS: TestReloadBadDefaultConfig (0.00s)
17:05:58 [2021-08-20T17:05:58.310Z] === RUN   TestReloadWithConflictingLabels
17:05:58 [2021-08-20T17:05:58.310Z] time="2021-08-20T17:05:57Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-437598006"
17:05:58 [2021-08-20T17:05:58.310Z] --- PASS: TestReloadWithConflictingLabels (0.00s)
17:05:58 [2021-08-20T17:05:58.310Z] === RUN   TestReloadWithDuplicateLabels
17:05:58 [2021-08-20T17:05:58.310Z] time="2021-08-20T17:05:57Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-949712669"
17:05:58 [2021-08-20T17:05:58.310Z] --- PASS: TestReloadWithDuplicateLabels (0.00s)
17:05:58 [2021-08-20T17:05:58.310Z] === RUN   TestDaemonConfigurationMerge
17:05:58 [2021-08-20T17:05:58.310Z] --- PASS: TestDaemonConfigurationMerge (0.00s)
17:05:58 [2021-08-20T17:05:58.310Z] PASS
17:05:58 [2021-08-20T17:05:58.310Z] coverage: 80.4% of statements
17:05:58 [2021-08-20T17:05:58.310Z] ok  	github.com/docker/docker/daemon/config	0.618s	coverage: 80.4% of statements
17:05:58 [2021-08-20T17:05:58.330Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
17:05:59 [2021-08-20T17:05:59.048Z] === RUN   TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload
17:05:59 [2021-08-20T17:05:59.274Z] === RUN   TestWaitNodeAttachment
17:05:59 [2021-08-20T17:05:59.307Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.98s)
17:05:59 [2021-08-20T17:05:59.307Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.88s)
17:05:59 [2021-08-20T17:05:59.307Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.87s)
17:05:59 [2021-08-20T17:05:59.307Z] === RUN   TestKillStoppedContainer
17:05:59 [2021-08-20T17:05:59.307Z] --- PASS: TestKillStoppedContainer (0.09s)
17:05:59 [2021-08-20T17:05:59.307Z] === RUN   TestKillStoppedContainerAPIPre120
17:05:59 [2021-08-20T17:05:59.307Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.06s)
17:05:59 [2021-08-20T17:05:59.307Z] === RUN   TestKillDifferentUserContainer
17:05:59 [2021-08-20T17:05:59.731Z] --- PASS: TestWaitNodeAttachment (0.40s)
17:05:59 [2021-08-20T17:05:59.731Z] === RUN   TestIsolationConversion
17:05:59 [2021-08-20T17:05:59.731Z] === RUN   TestIsolationConversion/default
17:05:59 [2021-08-20T17:05:59.731Z] === RUN   TestIsolationConversion/process
17:05:59 [2021-08-20T17:05:59.731Z] === RUN   TestIsolationConversion/hyperv
17:05:59 [2021-08-20T17:05:59.731Z] --- PASS: TestIsolationConversion (0.00s)
17:05:59 [2021-08-20T17:05:59.731Z]     --- PASS: TestIsolationConversion/default (0.00s)
17:05:59 [2021-08-20T17:05:59.731Z]     --- PASS: TestIsolationConversion/process (0.00s)
17:05:59 [2021-08-20T17:05:59.731Z]     --- PASS: TestIsolationConversion/hyperv (0.00s)
17:05:59 [2021-08-20T17:05:59.731Z] === RUN   TestContainerLabels
17:05:59 [2021-08-20T17:05:59.731Z] --- PASS: TestContainerLabels (0.00s)
17:05:59 [2021-08-20T17:05:59.731Z] === RUN   TestCredentialSpecConversion
17:05:59 [2021-08-20T17:05:59.731Z] === RUN   TestCredentialSpecConversion/none
17:05:59 [2021-08-20T17:05:59.731Z] === RUN   TestCredentialSpecConversion/config
17:05:59 [2021-08-20T17:05:59.731Z] === RUN   TestCredentialSpecConversion/file
17:05:59 [2021-08-20T17:05:59.731Z] === RUN   TestCredentialSpecConversion/registry
17:05:59 [2021-08-20T17:05:59.731Z] --- PASS: TestCredentialSpecConversion (0.00s)
17:05:59 [2021-08-20T17:05:59.731Z]     --- PASS: TestCredentialSpecConversion/none (0.00s)
17:05:59 [2021-08-20T17:05:59.731Z]     --- PASS: TestCredentialSpecConversion/config (0.00s)
17:05:59 [2021-08-20T17:05:59.731Z]     --- PASS: TestCredentialSpecConversion/file (0.00s)
17:05:59 [2021-08-20T17:05:59.731Z]     --- PASS: TestCredentialSpecConversion/registry (0.00s)
17:05:59 [2021-08-20T17:05:59.731Z] === RUN   TestControllerValidateMountBind
17:05:59 [2021-08-20T17:05:59.731Z] --- PASS: TestControllerValidateMountBind (0.00s)
17:05:59 [2021-08-20T17:05:59.731Z] === RUN   TestControllerValidateMountVolume
17:05:59 [2021-08-20T17:05:59.731Z] --- PASS: TestControllerValidateMountVolume (0.00s)
17:05:59 [2021-08-20T17:05:59.731Z] === RUN   TestControllerValidateMountTarget
17:05:59 [2021-08-20T17:05:59.731Z] --- PASS: TestControllerValidateMountTarget (0.00s)
17:05:59 [2021-08-20T17:05:59.731Z] === RUN   TestControllerValidateMountTmpfs
17:05:59 [2021-08-20T17:05:59.731Z] --- PASS: TestControllerValidateMountTmpfs (0.00s)
17:05:59 [2021-08-20T17:05:59.731Z] === RUN   TestControllerValidateMountInvalidType
17:05:59 [2021-08-20T17:05:59.731Z] --- PASS: TestControllerValidateMountInvalidType (0.00s)
17:05:59 [2021-08-20T17:05:59.731Z] === RUN   TestControllerValidateMountNamedPipe
17:05:59 [2021-08-20T17:05:59.731Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s)
17:05:59 [2021-08-20T17:05:59.731Z] PASS
17:05:59 [2021-08-20T17:05:59.731Z] coverage: 11.0% of statements
17:05:59 [2021-08-20T17:05:59.731Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	0.683s	coverage: 11.0% of statements
17:05:59 [2021-08-20T17:05:59.731Z] === RUN   TestDiscoveryOptsErrors
17:05:59 [2021-08-20T17:05:59.731Z] --- PASS: TestDiscoveryOptsErrors (0.00s)
17:05:59 [2021-08-20T17:05:59.731Z] === RUN   TestDiscoveryOpts
17:05:59 [2021-08-20T17:05:59.731Z] --- PASS: TestDiscoveryOpts (0.00s)
17:05:59 [2021-08-20T17:05:59.731Z] PASS
17:05:59 [2021-08-20T17:05:59.731Z] coverage: 30.0% of statements
17:05:59 [2021-08-20T17:05:59.731Z] ok  	github.com/docker/docker/daemon/discovery	0.052s	coverage: 30.0% of statements
17:05:59 [2021-08-20T17:05:59.731Z] === RUN   TestEventsLog
17:05:59 [2021-08-20T17:05:59.731Z] --- PASS: TestEventsLog (0.00s)
17:05:59 [2021-08-20T17:05:59.731Z] === RUN   TestEventsLogTimeout
17:05:59 [2021-08-20T17:05:59.731Z] --- PASS: TestEventsLogTimeout (0.00s)
17:05:59 [2021-08-20T17:05:59.731Z] === RUN   TestLogEvents
17:05:59 [2021-08-20T17:05:59.731Z] --- PASS: TestLogEvents (0.05s)
17:05:59 [2021-08-20T17:05:59.731Z] === RUN   TestLoadBufferedEvents
17:06:00 [2021-08-20T17:06:00.187Z] --- PASS: TestLoadBufferedEvents (0.23s)
17:06:00 [2021-08-20T17:06:00.187Z] === RUN   TestLoadBufferedEventsOnlyFromPast
17:06:00 [2021-08-20T17:06:00.187Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s)
17:06:00 [2021-08-20T17:06:00.187Z] === RUN   TestIgnoreBufferedWhenNoTimes
17:06:00 [2021-08-20T17:06:00.187Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s)
17:06:00 [2021-08-20T17:06:00.187Z] PASS
17:06:00 [2021-08-20T17:06:00.187Z] coverage: 50.0% of statements
17:06:00 [2021-08-20T17:06:00.187Z] ok  	github.com/docker/docker/daemon/events	0.336s	coverage: 50.0% of statements
17:06:00 [2021-08-20T17:06:00.187Z] === RUN   TestVerifyNetworkingConfig
17:06:00 [2021-08-20T17:06:00.187Z] --- PASS: TestVerifyNetworkingConfig (0.00s)
17:06:00 [2021-08-20T17:06:00.187Z] === RUN   TestGetContainer
17:06:00 [2021-08-20T17:06:00.187Z] --- PASS: TestGetContainer (0.00s)
17:06:00 [2021-08-20T17:06:00.187Z] === RUN   TestValidContainerNames
17:06:00 [2021-08-20T17:06:00.187Z] --- PASS: TestValidContainerNames (0.00s)
17:06:00 [2021-08-20T17:06:00.187Z] === RUN   TestContainerInitDNS
17:06:00 [2021-08-20T17:06:00.187Z]     daemon_test.go:147: root required
17:06:00 [2021-08-20T17:06:00.187Z] --- SKIP: TestContainerInitDNS (0.00s)
17:06:00 [2021-08-20T17:06:00.187Z] === RUN   TestMerge
17:06:00 [2021-08-20T17:06:00.187Z] --- PASS: TestMerge (0.00s)
17:06:00 [2021-08-20T17:06:00.187Z] === RUN   TestValidateContainerIsolation
17:06:00 [2021-08-20T17:06:00.187Z] --- PASS: TestValidateContainerIsolation (0.00s)
17:06:00 [2021-08-20T17:06:00.187Z] === RUN   TestFindNetworkErrorType
17:06:00 [2021-08-20T17:06:00.187Z] --- PASS: TestFindNetworkErrorType (0.00s)
17:06:00 [2021-08-20T17:06:00.187Z] === RUN   TestEnsureServicesExist
17:06:00 [2021-08-20T17:06:00.187Z] --- PASS: TestEnsureServicesExist (0.00s)
17:06:00 [2021-08-20T17:06:00.187Z] === RUN   TestEnsureServicesExistErrors
17:06:00 [2021-08-20T17:06:00.187Z] === RUN   TestEnsureServicesExistErrors/daemon_windows_test_fakeservice
17:06:00 [2021-08-20T17:06:00.187Z] === RUN   TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2
17:06:00 [2021-08-20T17:06:00.187Z] === RUN   TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice
17:06:00 [2021-08-20T17:06:00.187Z] --- PASS: TestEnsureServicesExistErrors (0.00s)
17:06:00 [2021-08-20T17:06:00.187Z]     --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s)
17:06:00 [2021-08-20T17:06:00.187Z]     --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s)
17:06:00 [2021-08-20T17:06:00.187Z]     --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s)
17:06:00 [2021-08-20T17:06:00.187Z] === RUN   TestContainerDelete
17:06:00 [2021-08-20T17:06:00.187Z] --- PASS: TestContainerDelete (0.01s)
17:06:00 [2021-08-20T17:06:00.187Z] === RUN   TestContainerDoubleDelete
17:06:00 [2021-08-20T17:06:00.187Z] --- PASS: TestContainerDoubleDelete (0.01s)
17:06:00 [2021-08-20T17:06:00.187Z] === RUN   TestLogContainerEventCopyLabels
17:06:00 [2021-08-20T17:06:00.187Z] --- PASS: TestLogContainerEventCopyLabels (0.00s)
17:06:00 [2021-08-20T17:06:00.187Z] === RUN   TestLogContainerEventWithAttributes
17:06:00 [2021-08-20T17:06:00.187Z] --- PASS: TestLogContainerEventWithAttributes (0.00s)
17:06:00 [2021-08-20T17:06:00.187Z] === RUN   TestNoneHealthcheck
17:06:00 [2021-08-20T17:06:00.187Z] --- PASS: TestNoneHealthcheck (0.00s)
17:06:00 [2021-08-20T17:06:00.187Z] === RUN   TestHealthStates
17:06:00 [2021-08-20T17:06:00.643Z] time="2021-08-20T17:06:00Z" 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"
17:06:00 [2021-08-20T17:06:00.643Z] time="2021-08-20T17:06:00Z" 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"
17:06:00 [2021-08-20T17:06:00.643Z] time="2021-08-20T17:06:00Z" 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"
17:06:00 [2021-08-20T17:06:00.643Z] time="2021-08-20T17:06:00Z" 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"
17:06:00 [2021-08-20T17:06:00.643Z] time="2021-08-20T17:06:00Z" 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"
17:06:00 [2021-08-20T17:06:00.644Z] time="2021-08-20T17:06:00Z" 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"
17:06:00 [2021-08-20T17:06:00.644Z] time="2021-08-20T17:06:00Z" 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"
17:06:00 [2021-08-20T17:06:00.644Z] time="2021-08-20T17:06:00Z" 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"
17:06:00 [2021-08-20T17:06:00.644Z] time="2021-08-20T17:06:00Z" 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"
17:06:00 [2021-08-20T17:06:00.644Z] time="2021-08-20T17:06:00Z" 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"
17:06:00 [2021-08-20T17:06:00.644Z] --- PASS: TestHealthStates (0.22s)
17:06:00 [2021-08-20T17:06:00.644Z] === RUN   TestMaskURLCredentials
17:06:00 [2021-08-20T17:06:00.644Z] --- PASS: TestMaskURLCredentials (0.00s)
17:06:00 [2021-08-20T17:06:00.644Z] === RUN   TestGetInspectData
17:06:00 [2021-08-20T17:06:00.644Z] --- PASS: TestGetInspectData (0.00s)
17:06:00 [2021-08-20T17:06:00.644Z] === RUN   TestFillLicense
17:06:00 [2021-08-20T17:06:00.644Z] --- PASS: TestFillLicense (0.00s)
17:06:00 [2021-08-20T17:06:00.644Z] === RUN   TestListInvalidFilter
17:06:00 [2021-08-20T17:06:00.644Z] --- PASS: TestListInvalidFilter (0.00s)
17:06:00 [2021-08-20T17:06:00.644Z] === RUN   TestNameFilter
17:06:00 [2021-08-20T17:06:00.644Z] --- PASS: TestNameFilter (0.00s)
17:06:00 [2021-08-20T17:06:00.644Z] === RUN   TestMergeAndVerifyLogConfigNilConfig
17:06:00 [2021-08-20T17:06:00.644Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s)
17:06:00 [2021-08-20T17:06:00.644Z] === RUN   TestSetWindowsCredentialSpecInSpec
17:06:00 [2021-08-20T17:06:00.644Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options
17:06:00 [2021-08-20T17:06:00.644Z] === RUN   TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option
17:06:00 [2021-08-20T17:06:00.644Z] === RUN   TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path
17:06:00 [2021-08-20T17:06:00.644Z] === RUN   TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory
17:06:00 [2021-08-20T17:06:00.644Z] === RUN   TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully
17:06:00 [2021-08-20T17:06:00.644Z] === RUN   TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option
17:06:00 [2021-08-20T17:06:00.644Z] === RUN   TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully
17:06:00 [2021-08-20T17:06:00.644Z] === RUN   TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully
17:06:00 [2021-08-20T17:06:00.644Z] === RUN   TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully
17:06:00 [2021-08-20T17:06:00.644Z] === RUN   TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option
17:06:00 [2021-08-20T17:06:00.644Z] === 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
17:06:00 [2021-08-20T17:06:00.644Z] === RUN   TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option
17:06:00 [2021-08-20T17:06:00.644Z] === RUN   TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names
17:06:00 [2021-08-20T17:06:00.644Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options
17:06:00 [2021-08-20T17:06:00.644Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options
17:06:00 [2021-08-20T17:06:00.644Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file
17:06:00 [2021-08-20T17:06:00.644Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry
17:06:00 [2021-08-20T17:06:00.644Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config
17:06:00 [2021-08-20T17:06:00.644Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw
17:06:00 [2021-08-20T17:06:00.644Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.01s)
17:06:00 [2021-08-20T17:06:00.644Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s)
17:06:00 [2021-08-20T17:06:00.644Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s)
17:06:00 [2021-08-20T17:06:00.644Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s)
17:06:00 [2021-08-20T17:06:00.644Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s)
17:06:00 [2021-08-20T17:06:00.644Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s)
17:06:00 [2021-08-20T17:06:00.644Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s)
17:06:00 [2021-08-20T17:06:00.644Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s)
17:06:00 [2021-08-20T17:06:00.644Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s)
17:06:00 [2021-08-20T17:06:00.644Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s)
17:06:00 [2021-08-20T17:06:00.644Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s)
17:06:00 [2021-08-20T17:06:00.644Z]     --- 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)
17:06:00 [2021-08-20T17:06:00.644Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s)
17:06:00 [2021-08-20T17:06:00.644Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s)
17:06:00 [2021-08-20T17:06:00.644Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s)
17:06:00 [2021-08-20T17:06:00.644Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s)
17:06:00 [2021-08-20T17:06:00.644Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s)
17:06:00 [2021-08-20T17:06:00.644Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s)
17:06:00 [2021-08-20T17:06:00.644Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s)
17:06:00 [2021-08-20T17:06:00.644Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s)
17:06:00 [2021-08-20T17:06:00.644Z] === RUN   TestDaemonReloadLabels
17:06:00 [2021-08-20T17:06:00.644Z] --- PASS: TestDaemonReloadLabels (0.00s)
17:06:00 [2021-08-20T17:06:00.644Z] === RUN   TestDaemonReloadAllowNondistributableArtifacts
17:06:00 [2021-08-20T17:06:00.644Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s)
17:06:00 [2021-08-20T17:06:00.644Z] === RUN   TestDaemonReloadMirrors
17:06:00 [2021-08-20T17:06:00.644Z] --- PASS: TestDaemonReloadMirrors (0.00s)
17:06:00 [2021-08-20T17:06:00.644Z] === RUN   TestDaemonReloadInsecureRegistries
17:06:00 [2021-08-20T17:06:00.644Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s)
17:06:00 [2021-08-20T17:06:00.644Z] === RUN   TestDaemonReloadNotAffectOthers
17:06:00 [2021-08-20T17:06:00.644Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s)
17:06:00 [2021-08-20T17:06:00.644Z] === RUN   TestDaemonDiscoveryReload
17:06:00 [2021-08-20T17:06:00.696Z] --- PASS: TestKillDifferentUserContainer (1.12s)
17:06:00 [2021-08-20T17:06:00.696Z] === RUN   TestInspectOomKilledTrue
17:06:00 [2021-08-20T17:06:00.696Z]     kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
17:06:00 [2021-08-20T17:06:00.696Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
17:06:00 [2021-08-20T17:06:00.696Z] === RUN   TestInspectOomKilledFalse
17:06:00 [2021-08-20T17:06:00.696Z]     kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
17:06:00 [2021-08-20T17:06:00.696Z] --- SKIP: TestInspectOomKilledFalse (0.00s)
17:06:00 [2021-08-20T17:06:00.696Z] === RUN   TestLinksEtcHostsContentMatch
17:06:01 [2021-08-20T17:06:01.100Z] === RUN   TestIsEmptyDir
17:06:01 [2021-08-20T17:06:01.100Z] --- PASS: TestIsEmptyDir (0.01s)
17:06:01 [2021-08-20T17:06:01.100Z] PASS
17:06:01 [2021-08-20T17:06:01.100Z] coverage: 2.3% of statements
17:06:01 [2021-08-20T17:06:01.100Z] ok  	github.com/docker/docker/daemon/graphdriver	0.073s	coverage: 2.3% of statements
17:06:01 [2021-08-20T17:06:01.556Z] === RUN   TestLinkNaming
17:06:01 [2021-08-20T17:06:01.556Z] --- PASS: TestLinkNaming (0.00s)
17:06:01 [2021-08-20T17:06:01.556Z] === RUN   TestLinkNew
17:06:01 [2021-08-20T17:06:01.556Z] --- PASS: TestLinkNew (0.00s)
17:06:01 [2021-08-20T17:06:01.556Z] === RUN   TestLinkEnv
17:06:01 [2021-08-20T17:06:01.556Z] --- PASS: TestLinkEnv (0.00s)
17:06:01 [2021-08-20T17:06:01.556Z] === RUN   TestLinkMultipleEnv
17:06:01 [2021-08-20T17:06:01.556Z] --- PASS: TestLinkMultipleEnv (0.00s)
17:06:01 [2021-08-20T17:06:01.556Z] === RUN   TestLinkPortRangeEnv
17:06:01 [2021-08-20T17:06:01.556Z] --- PASS: TestLinkPortRangeEnv (0.00s)
17:06:01 [2021-08-20T17:06:01.556Z] PASS
17:06:01 [2021-08-20T17:06:01.556Z] coverage: 93.0% of statements
17:06:01 [2021-08-20T17:06:01.556Z] ok  	github.com/docker/docker/daemon/links	0.055s	coverage: 93.0% of statements
17:06:01 [2021-08-20T17:06:01.556Z] --- PASS: TestDaemonDiscoveryReload (1.02s)
17:06:01 [2021-08-20T17:06:01.556Z] === RUN   TestDaemonDiscoveryReloadFromEmptyDiscovery
17:06:01 [2021-08-20T17:06:01.627Z] --- PASS: TestLinksEtcHostsContentMatch (1.14s)
17:06:01 [2021-08-20T17:06:01.627Z] === RUN   TestLinksContainerNames
17:06:02 [2021-08-20T17:06:02.012Z] --- PASS: TestDaemonDiscoveryReloadFromEmptyDiscovery (0.50s)
17:06:02 [2021-08-20T17:06:02.012Z] === RUN   TestDaemonDiscoveryReloadOnlyClusterAdvertise
17:06:02 [2021-08-20T17:06:02.469Z] --- PASS: TestDaemonDiscoveryReloadOnlyClusterAdvertise (0.51s)
17:06:02 [2021-08-20T17:06:02.469Z] === RUN   TestDaemonReloadNetworkDiagnosticPort
17:06:02 [2021-08-20T17:06:02.469Z]     reload_test.go:520: root required
17:06:02 [2021-08-20T17:06:02.925Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s)
17:06:02 [2021-08-20T17:06:02.925Z] === RUN   TestLoadOrCreateTrustKeyInvalidKeyFile
17:06:02 [2021-08-20T17:06:02.925Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.01s)
17:06:02 [2021-08-20T17:06:02.925Z] === RUN   TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist
17:06:02 [2021-08-20T17:06:02.925Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.04s)
17:06:02 [2021-08-20T17:06:02.925Z] === RUN   TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist
17:06:02 [2021-08-20T17:06:02.926Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.02s)
17:06:02 [2021-08-20T17:06:02.926Z] === RUN   TestLoadOrCreateTrustKeyCreateKeyNoPath
17:06:02 [2021-08-20T17:06:02.926Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.02s)
17:06:02 [2021-08-20T17:06:02.926Z] === RUN   TestLoadOrCreateTrustKeyLoadValidKey
17:06:02 [2021-08-20T17:06:02.926Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s)
17:06:02 [2021-08-20T17:06:02.926Z] === RUN   TestParseVolumesFrom
17:06:02 [2021-08-20T17:06:02.926Z] --- PASS: TestParseVolumesFrom (0.00s)
17:06:02 [2021-08-20T17:06:02.926Z] PASS
17:06:02 [2021-08-20T17:06:02.926Z] coverage: 9.1% of statements
17:06:02 [2021-08-20T17:06:02.926Z] ok  	github.com/docker/docker/daemon	2.720s	coverage: 9.1% of statements
17:06:02 [2021-08-20T17:06:02.926Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
17:06:02 [2021-08-20T17:06:02.926Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
17:06:02 [2021-08-20T17:06:02.926Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
17:06:02 [2021-08-20T17:06:02.926Z] ?   	github.com/docker/docker/daemon/exec	[no test files]
17:06:02 [2021-08-20T17:06:02.926Z] ?   	github.com/docker/docker/daemon/graphdriver/btrfs	[no test files]
17:06:02 [2021-08-20T17:06:02.926Z] ?   	github.com/docker/docker/daemon/graphdriver/devmapper	[no test files]
17:06:02 [2021-08-20T17:06:02.926Z] ?   	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	[no test files]
17:06:02 [2021-08-20T17:06:02.926Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
17:06:02 [2021-08-20T17:06:02.926Z] ?   	github.com/docker/docker/daemon/graphdriver/overlay	[no test files]
17:06:02 [2021-08-20T17:06:02.926Z] ?   	github.com/docker/docker/daemon/graphdriver/overlay2	[no test files]
17:06:02 [2021-08-20T17:06:02.926Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
17:06:02 [2021-08-20T17:06:02.926Z] ?   	github.com/docker/docker/daemon/graphdriver/vfs	[no test files]
17:06:02 [2021-08-20T17:06:02.926Z] ?   	github.com/docker/docker/daemon/graphdriver/windows	[no test files]
17:06:02 [2021-08-20T17:06:02.926Z] ?   	github.com/docker/docker/daemon/graphdriver/zfs	[no test files]
17:06:03 [2021-08-20T17:06:03.521Z] --- PASS: TestLinksContainerNames (1.82s)
17:06:03 [2021-08-20T17:06:03.521Z] === RUN   TestLogsFollowTailEmpty
17:06:03 [2021-08-20T17:06:03.889Z] === RUN   TestAdapterReadLogs
17:06:03 [2021-08-20T17:06:03.889Z] --- PASS: TestAdapterReadLogs (0.00s)
17:06:03 [2021-08-20T17:06:03.889Z] === RUN   TestCopier
17:06:03 [2021-08-20T17:06:03.889Z] --- PASS: TestCopier (0.00s)
17:06:03 [2021-08-20T17:06:03.889Z] === RUN   TestCopierLongLines
17:06:03 [2021-08-20T17:06:03.889Z] --- PASS: TestCopierLongLines (0.01s)
17:06:03 [2021-08-20T17:06:03.889Z] === RUN   TestCopierSlow
17:06:04 [2021-08-20T17:06:04.066Z] ok  	github.com/docker/docker/libnetwork/internal/setmatrix	10.004s	coverage: 100.0% of statements
17:06:04 [2021-08-20T17:06:04.085Z] === RUN   TestDockerSuite/TestBuildAddTarXz
17:06:04 [2021-08-20T17:06:04.341Z] --- PASS: TestLogsFollowTailEmpty (0.93s)
17:06:04 [2021-08-20T17:06:04.341Z] === RUN   TestContainerNetworkMountsNoChown
17:06:04 [2021-08-20T17:06:04.345Z] --- PASS: TestCopierSlow (0.21s)
17:06:04 [2021-08-20T17:06:04.345Z] === RUN   TestCopierWithSized
17:06:04 [2021-08-20T17:06:04.345Z] === RUN   TestCopierWithSized/as_is
17:06:04 [2021-08-20T17:06:04.345Z] === RUN   TestCopierWithSized/With_RingLogger
17:06:04 [2021-08-20T17:06:04.345Z] --- PASS: TestCopierWithSized (0.01s)
17:06:04 [2021-08-20T17:06:04.345Z]     --- PASS: TestCopierWithSized/as_is (0.00s)
17:06:04 [2021-08-20T17:06:04.345Z]     --- PASS: TestCopierWithSized/With_RingLogger (0.01s)
17:06:04 [2021-08-20T17:06:04.345Z] === RUN   TestCopierWithPartial
17:06:04 [2021-08-20T17:06:04.345Z] --- PASS: TestCopierWithPartial (0.00s)
17:06:04 [2021-08-20T17:06:04.345Z] === RUN   TestRingLogger
17:06:04 [2021-08-20T17:06:04.345Z] --- PASS: TestRingLogger (0.00s)
17:06:04 [2021-08-20T17:06:04.345Z] === RUN   TestRingCap
17:06:04 [2021-08-20T17:06:04.345Z] --- PASS: TestRingCap (0.00s)
17:06:04 [2021-08-20T17:06:04.345Z] === RUN   TestRingClose
17:06:04 [2021-08-20T17:06:04.345Z] --- PASS: TestRingClose (0.00s)
17:06:04 [2021-08-20T17:06:04.345Z] === RUN   TestRingDrain
17:06:04 [2021-08-20T17:06:04.345Z] --- PASS: TestRingDrain (0.00s)
17:06:04 [2021-08-20T17:06:04.345Z] PASS
17:06:04 [2021-08-20T17:06:04.345Z] coverage: 43.8% of statements
17:06:04 [2021-08-20T17:06:04.345Z] ok  	github.com/docker/docker/daemon/logger	0.296s	coverage: 43.8% of statements
17:06:04 [2021-08-20T17:06:04.345Z] === RUN   TestSearchRegistryForImagesErrors
17:06:04 [2021-08-20T17:06:04.345Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s)
17:06:04 [2021-08-20T17:06:04.345Z] === RUN   TestSearchRegistryForImages
17:06:04 [2021-08-20T17:06:04.345Z] --- PASS: TestSearchRegistryForImages (0.00s)
17:06:04 [2021-08-20T17:06:04.345Z] === RUN   TestOnlyPlatformWithFallback
17:06:04 [2021-08-20T17:06:04.345Z] --- PASS: TestOnlyPlatformWithFallback (0.00s)
17:06:04 [2021-08-20T17:06:04.345Z] === RUN   TestImageDelete
17:06:04 [2021-08-20T17:06:04.345Z] === RUN   TestImageDelete/no_lease
17:06:04 [2021-08-20T17:06:04.345Z] === RUN   TestImageDelete/lease_exists
17:06:04 [2021-08-20T17:06:04.345Z] --- PASS: TestImageDelete (0.07s)
17:06:04 [2021-08-20T17:06:04.345Z]     --- PASS: TestImageDelete/no_lease (0.01s)
17:06:04 [2021-08-20T17:06:04.345Z]     --- PASS: TestImageDelete/lease_exists (0.03s)
17:06:04 [2021-08-20T17:06:04.345Z] === RUN   TestContentStoreForPull
17:06:04 [2021-08-20T17:06:04.345Z] === RUN   TestNewStreamConfig
17:06:04 [2021-08-20T17:06:04.345Z] === RUN   TestNewStreamConfig/defaults
17:06:04 [2021-08-20T17:06:04.345Z] === RUN   TestNewStreamConfig/invalid_create_group
17:06:04 [2021-08-20T17:06:04.345Z] === RUN   TestNewStreamConfig/invalid_flush_interval
17:06:04 [2021-08-20T17:06:04.345Z] === RUN   TestNewStreamConfig/invalid_max_buffered_events
17:06:04 [2021-08-20T17:06:04.345Z] === RUN   TestNewStreamConfig/invalid_multiline_pattern
17:06:04 [2021-08-20T17:06:04.345Z] === RUN   TestNewStreamConfig/flush_interval_at_15
17:06:04 [2021-08-20T17:06:04.345Z] === RUN   TestNewStreamConfig/max_buffered_events_at_1024
17:06:04 [2021-08-20T17:06:04.345Z] --- PASS: TestNewStreamConfig (0.00s)
17:06:04 [2021-08-20T17:06:04.345Z]     --- PASS: TestNewStreamConfig/defaults (0.00s)
17:06:04 [2021-08-20T17:06:04.345Z]     --- PASS: TestNewStreamConfig/invalid_create_group (0.00s)
17:06:04 [2021-08-20T17:06:04.345Z]     --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s)
17:06:04 [2021-08-20T17:06:04.345Z]     --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s)
17:06:04 [2021-08-20T17:06:04.345Z]     --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s)
17:06:04 [2021-08-20T17:06:04.345Z]     --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s)
17:06:04 [2021-08-20T17:06:04.345Z]     --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s)
17:06:04 [2021-08-20T17:06:04.345Z] === RUN   TestNewAWSLogsClientUserAgentHandler
17:06:04 [2021-08-20T17:06:04.345Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s)
17:06:04 [2021-08-20T17:06:04.345Z] === RUN   TestNewAWSLogsClientAWSLogsEndpoint
17:06:04 [2021-08-20T17:06:04.345Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s)
17:06:04 [2021-08-20T17:06:04.345Z] === RUN   TestNewAWSLogsClientRegionDetect
17:06:04 [2021-08-20T17:06:04.535Z] 393f6f5bddce: Verifying Checksum
17:06:04 [2021-08-20T17:06:04.535Z] 393f6f5bddce: Download complete
17:06:04 [2021-08-20T17:06:04.801Z] --- PASS: TestContentStoreForPull (0.26s)
17:06:04 [2021-08-20T17:06:04.801Z] PASS
17:06:04 [2021-08-20T17:06:04.801Z] coverage: 6.7% of statements
17:06:04 [2021-08-20T17:06:04.801Z] ok  	github.com/docker/docker/daemon/images	0.538s	coverage: 6.7% of statements
17:06:04 [2021-08-20T17:06:04.801Z] time="2021-08-20T17:06:04Z" level=info msg="Trying to get region from EC2 Metadata"
17:06:04 [2021-08-20T17:06:04.801Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.21s)
17:06:04 [2021-08-20T17:06:04.801Z] === RUN   TestCreateSuccess
17:06:04 [2021-08-20T17:06:04.801Z] --- PASS: TestCreateSuccess (0.00s)
17:06:04 [2021-08-20T17:06:04.801Z] === RUN   TestCreateStreamSkipped
17:06:04 [2021-08-20T17:06:04.801Z] time="2021-08-20T17:06:04Z" level=info msg="Skipping creating log stream" logCreateStream=false logGroupName=groupName logStreamName=streamName
17:06:04 [2021-08-20T17:06:04.801Z] --- PASS: TestCreateStreamSkipped (0.00s)
17:06:04 [2021-08-20T17:06:04.801Z] === RUN   TestCreateLogGroupSuccess
17:06:04 [2021-08-20T17:06:04.801Z] --- PASS: TestCreateLogGroupSuccess (0.00s)
17:06:04 [2021-08-20T17:06:04.801Z] === RUN   TestCreateError
17:06:04 [2021-08-20T17:06:04.801Z] --- PASS: TestCreateError (0.00s)
17:06:04 [2021-08-20T17:06:04.801Z] === RUN   TestCreateAlreadyExists
17:06:04 [2021-08-20T17:06:04.801Z] time="2021-08-20T17:06:04Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="<nil>"
17:06:04 [2021-08-20T17:06:04.801Z] --- PASS: TestCreateAlreadyExists (0.00s)
17:06:04 [2021-08-20T17:06:04.801Z] === RUN   TestLogClosed
17:06:04 [2021-08-20T17:06:04.801Z] --- PASS: TestLogClosed (0.00s)
17:06:04 [2021-08-20T17:06:04.801Z] === RUN   TestLogBlocking
17:06:04 [2021-08-20T17:06:04.801Z] --- PASS: TestLogBlocking (0.00s)
17:06:04 [2021-08-20T17:06:04.801Z] === RUN   TestLogNonBlockingBufferEmpty
17:06:04 [2021-08-20T17:06:04.801Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s)
17:06:04 [2021-08-20T17:06:04.801Z] === RUN   TestLogNonBlockingBufferFull
17:06:04 [2021-08-20T17:06:04.801Z] --- PASS: TestLogNonBlockingBufferFull (0.00s)
17:06:04 [2021-08-20T17:06:04.801Z] === RUN   TestPublishBatchSuccess
17:06:04 [2021-08-20T17:06:04.801Z] --- PASS: TestPublishBatchSuccess (0.00s)
17:06:04 [2021-08-20T17:06:04.801Z] === RUN   TestPublishBatchError
17:06:04 [2021-08-20T17:06:04.801Z] time="2021-08-20T17:06:04Z" level=error msg=Error
17:06:04 [2021-08-20T17:06:04.801Z] --- PASS: TestPublishBatchError (0.00s)
17:06:04 [2021-08-20T17:06:04.801Z] === RUN   TestPublishBatchInvalidSeqSuccess
17:06:04 [2021-08-20T17:06:04.801Z] time="2021-08-20T17:06:04Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="<nil>"
17:06:04 [2021-08-20T17:06:04.801Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s)
17:06:04 [2021-08-20T17:06:04.801Z] === RUN   TestPublishBatchAlreadyAccepted
17:06:04 [2021-08-20T17:06:04.801Z] time="2021-08-20T17:06:04Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="<nil>"
17:06:04 [2021-08-20T17:06:04.801Z] time="2021-08-20T17:06:04Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token"
17:06:04 [2021-08-20T17:06:04.801Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s)
17:06:04 [2021-08-20T17:06:04.801Z] === RUN   TestCollectBatchSimple
17:06:04 [2021-08-20T17:06:04.801Z] --- PASS: TestCollectBatchSimple (0.00s)
17:06:04 [2021-08-20T17:06:04.801Z] === RUN   TestCollectBatchTicker
17:06:04 [2021-08-20T17:06:04.801Z] --- PASS: TestCollectBatchTicker (0.00s)
17:06:04 [2021-08-20T17:06:04.801Z] === RUN   TestCollectBatchMultilinePattern
17:06:04 [2021-08-20T17:06:04.801Z] --- PASS: TestCollectBatchMultilinePattern (0.00s)
17:06:04 [2021-08-20T17:06:04.801Z] === RUN   TestCollectBatchMultilinePatternMaxEventAge
17:06:04 [2021-08-20T17:06:04.801Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s)
17:06:04 [2021-08-20T17:06:04.801Z] === RUN   TestCollectBatchMultilinePatternNegativeEventAge
17:06:04 [2021-08-20T17:06:04.801Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s)
17:06:04 [2021-08-20T17:06:04.801Z] === RUN   TestCollectBatchMultilinePatternMaxEventSize
17:06:04 [2021-08-20T17:06:04.801Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
17:06:04 [2021-08-20T17:06:04.801Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
17:06:04 [2021-08-20T17:06:04.801Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.02s)
17:06:04 [2021-08-20T17:06:04.801Z] === RUN   TestCollectBatchClose
17:06:04 [2021-08-20T17:06:04.801Z] --- PASS: TestCollectBatchClose (0.00s)
17:06:04 [2021-08-20T17:06:04.801Z] === RUN   TestEffectiveLen
17:06:04 [2021-08-20T17:06:04.801Z] === RUN   TestEffectiveLen/0/Hello
17:06:04 [2021-08-20T17:06:04.801Z] === RUN   TestEffectiveLen/1/\x01\x02\x03\x04
17:06:04 [2021-08-20T17:06:04.801Z] === RUN   TestEffectiveLen/2/🙃
17:06:04 [2021-08-20T17:06:04.801Z] === RUN   TestEffectiveLen/3/����
17:06:04 [2021-08-20T17:06:04.801Z] === RUN   TestEffectiveLen/4/He��o
17:06:04 [2021-08-20T17:06:04.801Z] === RUN   TestEffectiveLen/5/
17:06:04 [2021-08-20T17:06:04.801Z] --- PASS: TestEffectiveLen (0.00s)
17:06:04 [2021-08-20T17:06:04.801Z]     --- PASS: TestEffectiveLen/0/Hello (0.00s)
17:06:04 [2021-08-20T17:06:04.801Z]     --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s)
17:06:04 [2021-08-20T17:06:04.801Z]     --- PASS: TestEffectiveLen/2/🙃 (0.00s)
17:06:04 [2021-08-20T17:06:04.801Z]     --- PASS: TestEffectiveLen/3/���� (0.00s)
17:06:04 [2021-08-20T17:06:04.801Z]     --- PASS: TestEffectiveLen/4/He��o (0.00s)
17:06:04 [2021-08-20T17:06:04.801Z]     --- PASS: TestEffectiveLen/5/ (0.00s)
17:06:04 [2021-08-20T17:06:04.801Z] === RUN   TestFindValidSplit
17:06:04 [2021-08-20T17:06:04.801Z] === RUN   TestFindValidSplit/0/
17:06:04 [2021-08-20T17:06:04.801Z]     cloudwatchlogs_test.go:1064: 
17:06:04 [2021-08-20T17:06:04.801Z]     cloudwatchlogs_test.go:1065: 
17:06:04 [2021-08-20T17:06:04.801Z] === RUN   TestFindValidSplit/1/Hello
17:06:04 [2021-08-20T17:06:04.801Z]     cloudwatchlogs_test.go:1064: Hello
17:06:04 [2021-08-20T17:06:04.801Z]     cloudwatchlogs_test.go:1065: 
17:06:04 [2021-08-20T17:06:04.801Z] === RUN   TestFindValidSplit/2/Hello
17:06:04 [2021-08-20T17:06:04.801Z]     cloudwatchlogs_test.go:1064: He
17:06:04 [2021-08-20T17:06:04.801Z]     cloudwatchlogs_test.go:1065: llo
17:06:04 [2021-08-20T17:06:04.801Z] === RUN   TestFindValidSplit/3/Hello
17:06:04 [2021-08-20T17:06:04.801Z]     cloudwatchlogs_test.go:1064: 
17:06:04 [2021-08-20T17:06:04.801Z]     cloudwatchlogs_test.go:1065: Hello
17:06:04 [2021-08-20T17:06:04.801Z] === RUN   TestFindValidSplit/4/🙃
17:06:04 [2021-08-20T17:06:04.801Z]     cloudwatchlogs_test.go:1064: 
17:06:04 [2021-08-20T17:06:04.801Z]     cloudwatchlogs_test.go:1065: 🙃
17:06:04 [2021-08-20T17:06:04.801Z] === RUN   TestFindValidSplit/5/🙃
17:06:04 [2021-08-20T17:06:04.801Z]     cloudwatchlogs_test.go:1064: 🙃
17:06:04 [2021-08-20T17:06:04.801Z]     cloudwatchlogs_test.go:1065: 
17:06:04 [2021-08-20T17:06:04.801Z] === RUN   TestFindValidSplit/6/a�
17:06:04 [2021-08-20T17:06:04.801Z]     cloudwatchlogs_test.go:1064: a
17:06:04 [2021-08-20T17:06:04.801Z]     cloudwatchlogs_test.go:1065: �
17:06:04 [2021-08-20T17:06:04.801Z] === RUN   TestFindValidSplit/7/a�
17:06:04 [2021-08-20T17:06:04.801Z]     cloudwatchlogs_test.go:1064: a�
17:06:04 [2021-08-20T17:06:04.801Z]     cloudwatchlogs_test.go:1065: 
17:06:04 [2021-08-20T17:06:04.801Z] --- PASS: TestFindValidSplit (0.00s)
17:06:04 [2021-08-20T17:06:04.801Z]     --- PASS: TestFindValidSplit/0/ (0.00s)
17:06:04 [2021-08-20T17:06:04.801Z]     --- PASS: TestFindValidSplit/1/Hello (0.00s)
17:06:04 [2021-08-20T17:06:04.801Z]     --- PASS: TestFindValidSplit/2/Hello (0.00s)
17:06:04 [2021-08-20T17:06:04.801Z]     --- PASS: TestFindValidSplit/3/Hello (0.00s)
17:06:04 [2021-08-20T17:06:04.801Z]     --- PASS: TestFindValidSplit/4/🙃 (0.00s)
17:06:04 [2021-08-20T17:06:04.801Z]     --- PASS: TestFindValidSplit/5/🙃 (0.00s)
17:06:04 [2021-08-20T17:06:04.801Z]     --- PASS: TestFindValidSplit/6/a� (0.00s)
17:06:04 [2021-08-20T17:06:04.801Z]     --- PASS: TestFindValidSplit/7/a� (0.00s)
17:06:04 [2021-08-20T17:06:04.801Z] === RUN   TestProcessEventEmoji
17:06:04 [2021-08-20T17:06:04.801Z] --- PASS: TestProcessEventEmoji (0.01s)
17:06:04 [2021-08-20T17:06:04.801Z] === RUN   TestCollectBatchLineSplit
17:06:04 [2021-08-20T17:06:04.801Z] --- PASS: TestCollectBatchLineSplit (0.00s)
17:06:04 [2021-08-20T17:06:04.801Z] === RUN   TestCollectBatchLineSplitWithBinary
17:06:04 [2021-08-20T17:06:04.801Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.00s)
17:06:04 [2021-08-20T17:06:04.801Z] === RUN   TestCollectBatchMaxEvents
17:06:04 [2021-08-20T17:06:04.801Z] --- PASS: TestCollectBatchMaxEvents (0.04s)
17:06:04 [2021-08-20T17:06:04.801Z] === RUN   TestCollectBatchMaxTotalBytes
17:06:04 [2021-08-20T17:06:04.801Z] --- PASS: TestCollectBatchMaxTotalBytes (0.04s)
17:06:04 [2021-08-20T17:06:04.801Z] === RUN   TestCollectBatchMaxTotalBytesWithBinary
17:06:04 [2021-08-20T17:06:04.801Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.02s)
17:06:04 [2021-08-20T17:06:04.801Z] === RUN   TestCollectBatchWithDuplicateTimestamps
17:06:04 [2021-08-20T17:06:04.801Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.06s)
17:06:04 [2021-08-20T17:06:04.801Z] === RUN   TestParseLogOptionsMultilinePattern
17:06:04 [2021-08-20T17:06:04.801Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s)
17:06:04 [2021-08-20T17:06:04.801Z] === RUN   TestParseLogOptionsDatetimeFormat
17:06:04 [2021-08-20T17:06:04.801Z] === RUN   TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT
17:06:04 [2021-08-20T17:06:04.801Z] === RUN   TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200
17:06:04 [2021-08-20T17:06:04.801Z] === RUN   TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec
17:06:04 [2021-08-20T17:06:04.801Z] === RUN   TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December
17:06:04 [2021-08-20T17:06:04.801Z] === RUN   TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday
17:06:04 [2021-08-20T17:06:04.801Z] === RUN   TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun
17:06:05 [2021-08-20T17:06:05.258Z] === RUN   TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091
17:06:05 [2021-08-20T17:06:05.258Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.01s)
17:06:05 [2021-08-20T17:06:05.258Z]     --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s)
17:06:05 [2021-08-20T17:06:05.258Z]     --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s)
17:06:05 [2021-08-20T17:06:05.258Z]     --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.01s)
17:06:05 [2021-08-20T17:06:05.258Z]     --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s)
17:06:05 [2021-08-20T17:06:05.258Z]     --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s)
17:06:05 [2021-08-20T17:06:05.258Z]     --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s)
17:06:05 [2021-08-20T17:06:05.258Z]     --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s)
17:06:05 [2021-08-20T17:06:05.258Z] === RUN   TestValidateLogOptionsDatetimeFormatAndMultilinePattern
17:06:05 [2021-08-20T17:06:05.258Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s)
17:06:05 [2021-08-20T17:06:05.258Z] === RUN   TestValidateLogOptionsForceFlushIntervalSeconds
17:06:05 [2021-08-20T17:06:05.258Z] === RUN   TestValidateLogOptionsForceFlushIntervalSeconds/0
17:06:05 [2021-08-20T17:06:05.258Z] === RUN   TestValidateLogOptionsForceFlushIntervalSeconds/-1
17:06:05 [2021-08-20T17:06:05.258Z] === RUN   TestValidateLogOptionsForceFlushIntervalSeconds/a
17:06:05 [2021-08-20T17:06:05.258Z] === RUN   TestValidateLogOptionsForceFlushIntervalSeconds/10
17:06:05 [2021-08-20T17:06:05.258Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s)
17:06:05 [2021-08-20T17:06:05.258Z]     --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s)
17:06:05 [2021-08-20T17:06:05.258Z]     --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s)
17:06:05 [2021-08-20T17:06:05.258Z]     --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s)
17:06:05 [2021-08-20T17:06:05.258Z]     --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s)
17:06:05 [2021-08-20T17:06:05.258Z] === RUN   TestValidateLogOptionsMaxBufferedEvents
17:06:05 [2021-08-20T17:06:05.258Z] === RUN   TestValidateLogOptionsMaxBufferedEvents/0
17:06:05 [2021-08-20T17:06:05.258Z] === RUN   TestValidateLogOptionsMaxBufferedEvents/-1
17:06:05 [2021-08-20T17:06:05.258Z] === RUN   TestValidateLogOptionsMaxBufferedEvents/a
17:06:05 [2021-08-20T17:06:05.258Z] === RUN   TestValidateLogOptionsMaxBufferedEvents/10
17:06:05 [2021-08-20T17:06:05.258Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s)
17:06:05 [2021-08-20T17:06:05.258Z]     --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s)
17:06:05 [2021-08-20T17:06:05.258Z]     --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s)
17:06:05 [2021-08-20T17:06:05.258Z]     --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s)
17:06:05 [2021-08-20T17:06:05.258Z]     --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s)
17:06:05 [2021-08-20T17:06:05.258Z] === RUN   TestCreateTagSuccess
17:06:05 [2021-08-20T17:06:05.258Z] --- PASS: TestCreateTagSuccess (0.00s)
17:06:05 [2021-08-20T17:06:05.258Z] === RUN   TestNewAWSLogsClientCredentialEndpointDetect
17:06:05 [2021-08-20T17:06:05.258Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s)
17:06:05 [2021-08-20T17:06:05.258Z] === RUN   TestNewAWSLogsClientCredentialEnvironmentVariable
17:06:05 [2021-08-20T17:06:05.258Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s)
17:06:05 [2021-08-20T17:06:05.258Z] === RUN   TestNewAWSLogsClientCredentialSharedFile
17:06:05 [2021-08-20T17:06:05.258Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s)
17:06:05 [2021-08-20T17:06:05.258Z] PASS
17:06:05 [2021-08-20T17:06:05.258Z] coverage: 77.4% of statements
17:06:05 [2021-08-20T17:06:05.258Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.568s	coverage: 77.4% of statements
17:06:05 [2021-08-20T17:06:05.258Z] ?   	github.com/docker/docker/daemon/logger/etwlogs	[no test files]
17:06:05 [2021-08-20T17:06:05.258Z] ?   	github.com/docker/docker/daemon/logger/fluentd	[no test files]
17:06:05 [2021-08-20T17:06:05.258Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
17:06:05 [2021-08-20T17:06:05.258Z] ?   	github.com/docker/docker/daemon/logger/gelf	[no test files]
17:06:05 [2021-08-20T17:06:05.258Z] ?   	github.com/docker/docker/daemon/logger/journald	[no test files]
17:06:05 [2021-08-20T17:06:05.272Z] === RUN   TestDockerSuite/TestBuildAddTarXzGz
17:06:05 [2021-08-20T17:06:05.272Z] --- PASS: TestContainerNetworkMountsNoChown (0.91s)
17:06:05 [2021-08-20T17:06:05.272Z] === RUN   TestMountDaemonRoot
17:06:05 [2021-08-20T17:06:05.272Z] === RUN   TestMountDaemonRoot/default
17:06:05 [2021-08-20T17:06:05.272Z] === PAUSE TestMountDaemonRoot/default
17:06:05 [2021-08-20T17:06:05.272Z] === RUN   TestMountDaemonRoot/private
17:06:05 [2021-08-20T17:06:05.272Z] === PAUSE TestMountDaemonRoot/private
17:06:05 [2021-08-20T17:06:05.272Z] === RUN   TestMountDaemonRoot/rprivate
17:06:05 [2021-08-20T17:06:05.272Z] === PAUSE TestMountDaemonRoot/rprivate
17:06:05 [2021-08-20T17:06:05.272Z] === RUN   TestMountDaemonRoot/slave
17:06:05 [2021-08-20T17:06:05.272Z] === PAUSE TestMountDaemonRoot/slave
17:06:05 [2021-08-20T17:06:05.272Z] === RUN   TestMountDaemonRoot/rslave
17:06:05 [2021-08-20T17:06:05.272Z] === PAUSE TestMountDaemonRoot/rslave
17:06:05 [2021-08-20T17:06:05.272Z] === RUN   TestMountDaemonRoot/shared
17:06:05 [2021-08-20T17:06:05.272Z] === PAUSE TestMountDaemonRoot/shared
17:06:05 [2021-08-20T17:06:05.272Z] === RUN   TestMountDaemonRoot/rshared
17:06:05 [2021-08-20T17:06:05.272Z] === PAUSE TestMountDaemonRoot/rshared
17:06:05 [2021-08-20T17:06:05.272Z] === CONT  TestMountDaemonRoot/default
17:06:05 [2021-08-20T17:06:05.272Z] === RUN   TestMountDaemonRoot/default/bind_root
17:06:05 [2021-08-20T17:06:05.272Z] === PAUSE TestMountDaemonRoot/default/bind_root
17:06:05 [2021-08-20T17:06:05.272Z] === RUN   TestMountDaemonRoot/default/bind_subpath
17:06:05 [2021-08-20T17:06:05.272Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
17:06:05 [2021-08-20T17:06:05.272Z] === RUN   TestMountDaemonRoot/default/mount_root
17:06:05 [2021-08-20T17:06:05.272Z] === PAUSE TestMountDaemonRoot/default/mount_root
17:06:05 [2021-08-20T17:06:05.272Z] === RUN   TestMountDaemonRoot/default/mount_subpath
17:06:05 [2021-08-20T17:06:05.272Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
17:06:05 [2021-08-20T17:06:05.272Z] === CONT  TestMountDaemonRoot/default/bind_root
17:06:05 [2021-08-20T17:06:05.272Z] === CONT  TestMountDaemonRoot/rshared
17:06:05 [2021-08-20T17:06:05.272Z] === RUN   TestMountDaemonRoot/rshared/bind_root
17:06:05 [2021-08-20T17:06:05.272Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
17:06:05 [2021-08-20T17:06:05.272Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
17:06:05 [2021-08-20T17:06:05.272Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
17:06:05 [2021-08-20T17:06:05.272Z] === RUN   TestMountDaemonRoot/rshared/mount_root
17:06:05 [2021-08-20T17:06:05.272Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
17:06:05 [2021-08-20T17:06:05.272Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
17:06:05 [2021-08-20T17:06:05.272Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
17:06:05 [2021-08-20T17:06:05.272Z] === CONT  TestMountDaemonRoot/rshared/bind_root
17:06:05 [2021-08-20T17:06:05.531Z] === CONT  TestMountDaemonRoot/shared
17:06:05 [2021-08-20T17:06:05.531Z] === RUN   TestMountDaemonRoot/shared/bind_root
17:06:05 [2021-08-20T17:06:05.531Z] === PAUSE TestMountDaemonRoot/shared/bind_root
17:06:05 [2021-08-20T17:06:05.531Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
17:06:05 [2021-08-20T17:06:05.531Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
17:06:05 [2021-08-20T17:06:05.531Z] === RUN   TestMountDaemonRoot/shared/mount_root
17:06:05 [2021-08-20T17:06:05.531Z] === PAUSE TestMountDaemonRoot/shared/mount_root
17:06:05 [2021-08-20T17:06:05.531Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
17:06:05 [2021-08-20T17:06:05.531Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
17:06:05 [2021-08-20T17:06:05.531Z] === CONT  TestMountDaemonRoot/rslave
17:06:05 [2021-08-20T17:06:05.531Z] === RUN   TestMountDaemonRoot/rslave/bind_root
17:06:05 [2021-08-20T17:06:05.531Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
17:06:05 [2021-08-20T17:06:05.531Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
17:06:05 [2021-08-20T17:06:05.531Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
17:06:05 [2021-08-20T17:06:05.531Z] === RUN   TestMountDaemonRoot/rslave/mount_root
17:06:05 [2021-08-20T17:06:05.531Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
17:06:05 [2021-08-20T17:06:05.531Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
17:06:05 [2021-08-20T17:06:05.531Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
17:06:05 [2021-08-20T17:06:05.531Z] === CONT  TestMountDaemonRoot/slave
17:06:05 [2021-08-20T17:06:05.531Z] === RUN   TestMountDaemonRoot/slave/bind_root
17:06:05 [2021-08-20T17:06:05.531Z] === PAUSE TestMountDaemonRoot/slave/bind_root
17:06:05 [2021-08-20T17:06:05.531Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
17:06:05 [2021-08-20T17:06:05.531Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
17:06:05 [2021-08-20T17:06:05.531Z] === RUN   TestMountDaemonRoot/slave/mount_root
17:06:05 [2021-08-20T17:06:05.531Z] === PAUSE TestMountDaemonRoot/slave/mount_root
17:06:05 [2021-08-20T17:06:05.531Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
17:06:05 [2021-08-20T17:06:05.531Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
17:06:05 [2021-08-20T17:06:05.531Z] === CONT  TestMountDaemonRoot/rprivate
17:06:05 [2021-08-20T17:06:05.531Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
17:06:05 [2021-08-20T17:06:05.531Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
17:06:05 [2021-08-20T17:06:05.531Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
17:06:05 [2021-08-20T17:06:05.531Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
17:06:05 [2021-08-20T17:06:05.531Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
17:06:05 [2021-08-20T17:06:05.531Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
17:06:05 [2021-08-20T17:06:05.531Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
17:06:05 [2021-08-20T17:06:05.531Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
17:06:05 [2021-08-20T17:06:05.531Z] === CONT  TestMountDaemonRoot/private
17:06:05 [2021-08-20T17:06:05.531Z] === RUN   TestMountDaemonRoot/private/bind_root
17:06:05 [2021-08-20T17:06:05.531Z] === PAUSE TestMountDaemonRoot/private/bind_root
17:06:05 [2021-08-20T17:06:05.531Z] === RUN   TestMountDaemonRoot/private/bind_subpath
17:06:05 [2021-08-20T17:06:05.531Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
17:06:05 [2021-08-20T17:06:05.531Z] === RUN   TestMountDaemonRoot/private/mount_root
17:06:05 [2021-08-20T17:06:05.531Z] === PAUSE TestMountDaemonRoot/private/mount_root
17:06:05 [2021-08-20T17:06:05.531Z] === RUN   TestMountDaemonRoot/private/mount_subpath
17:06:05 [2021-08-20T17:06:05.531Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
17:06:05 [2021-08-20T17:06:05.531Z] === CONT  TestMountDaemonRoot/default/mount_subpath
17:06:05 [2021-08-20T17:06:05.531Z] === CONT  TestMountDaemonRoot/default/mount_root
17:06:05 [2021-08-20T17:06:05.531Z] === CONT  TestMountDaemonRoot/default/bind_subpath
17:06:05 [2021-08-20T17:06:05.531Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
17:06:05 [2021-08-20T17:06:05.531Z] === CONT  TestMountDaemonRoot/rshared/mount_root
17:06:05 [2021-08-20T17:06:05.531Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
17:06:05 [2021-08-20T17:06:05.531Z] === RUN   TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError
17:06:05 [2021-08-20T17:06:05.531Z] === CONT  TestMountDaemonRoot/shared/bind_root
17:06:05 [2021-08-20T17:06:05.531Z] === CONT  TestMountDaemonRoot/rslave/bind_root
17:06:05 [2021-08-20T17:06:05.531Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
17:06:05 [2021-08-20T17:06:05.531Z] === CONT  TestMountDaemonRoot/shared/mount_root
17:06:05 [2021-08-20T17:06:05.714Z] === RUN   TestJSONFileLogger
17:06:05 [2021-08-20T17:06:05.714Z] --- PASS: TestJSONFileLogger (0.00s)
17:06:05 [2021-08-20T17:06:05.714Z] === RUN   TestJSONFileLoggerWithTags
17:06:05 [2021-08-20T17:06:05.714Z] --- PASS: TestJSONFileLoggerWithTags (0.00s)
17:06:05 [2021-08-20T17:06:05.714Z] === RUN   TestJSONFileLoggerWithOpts
17:06:05 [2021-08-20T17:06:05.714Z] === RUN   TestJSONLogsMarshalJSONBuf
17:06:05 [2021-08-20T17:06:05.714Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s)
17:06:05 [2021-08-20T17:06:05.714Z] === RUN   TestFastTimeMarshalJSONWithInvalidYear
17:06:05 [2021-08-20T17:06:05.714Z] --- PASS: TestJSONFileLoggerWithOpts (0.01s)
17:06:05 [2021-08-20T17:06:05.714Z] === RUN   TestJSONFileLoggerWithLabelsEnv
17:06:05 [2021-08-20T17:06:05.714Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s)
17:06:05 [2021-08-20T17:06:05.714Z] === RUN   TestEncodeDecode
17:06:05 [2021-08-20T17:06:05.714Z] === PAUSE TestEncodeDecode
17:06:05 [2021-08-20T17:06:05.714Z] === RUN   TestUnexpectedEOF
17:06:05 [2021-08-20T17:06:05.714Z] time="2021-08-20T17:06:05Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0
17:06:05 [2021-08-20T17:06:05.714Z] time="2021-08-20T17:06:05Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0
17:06:05 [2021-08-20T17:06:05.714Z] --- PASS: TestUnexpectedEOF (0.26s)
17:06:05 [2021-08-20T17:06:05.714Z] === CONT  TestEncodeDecode
17:06:05 [2021-08-20T17:06:05.714Z] --- PASS: TestEncodeDecode (0.00s)
17:06:05 [2021-08-20T17:06:05.714Z] PASS
17:06:05 [2021-08-20T17:06:05.714Z] coverage: 69.9% of statements
17:06:05 [2021-08-20T17:06:05.714Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.27s)
17:06:05 [2021-08-20T17:06:05.715Z] === RUN   TestFastTimeMarshalJSON
17:06:05 [2021-08-20T17:06:05.715Z] --- PASS: TestFastTimeMarshalJSON (0.01s)
17:06:05 [2021-08-20T17:06:05.715Z] PASS
17:06:05 [2021-08-20T17:06:05.715Z] coverage: 87.2% of statements
17:06:05 [2021-08-20T17:06:05.715Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.340s	coverage: 69.9% of statements
17:06:05 [2021-08-20T17:06:05.715Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.345s	coverage: 87.2% of statements
17:06:05 [2021-08-20T17:06:05.788Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
17:06:05 [2021-08-20T17:06:05.788Z] === CONT  TestMountDaemonRoot/slave/bind_root
17:06:05 [2021-08-20T17:06:05.788Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
17:06:05 [2021-08-20T17:06:05.788Z] === CONT  TestMountDaemonRoot/rslave/mount_root
17:06:05 [2021-08-20T17:06:05.788Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
17:06:05 [2021-08-20T17:06:05.788Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
17:06:05 [2021-08-20T17:06:05.788Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
17:06:06 [2021-08-20T17:06:06.045Z] === CONT  TestMountDaemonRoot/slave/mount_root
17:06:06 [2021-08-20T17:06:06.045Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
17:06:06 [2021-08-20T17:06:06.045Z] === CONT  TestMountDaemonRoot/private/bind_root
17:06:06 [2021-08-20T17:06:06.045Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
17:06:06 [2021-08-20T17:06:06.045Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
17:06:06 [2021-08-20T17:06:06.045Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
17:06:06 [2021-08-20T17:06:06.045Z] === CONT  TestMountDaemonRoot/private/mount_subpath
17:06:06 [2021-08-20T17:06:06.045Z] === CONT  TestMountDaemonRoot/private/mount_root
17:06:06 [2021-08-20T17:06:06.045Z] === CONT  TestMountDaemonRoot/private/bind_subpath
17:06:06 [2021-08-20T17:06:06.045Z] --- PASS: TestMountDaemonRoot (0.05s)
17:06:06 [2021-08-20T17:06:06.045Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
17:06:06 [2021-08-20T17:06:06.045Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.07s)
17:06:06 [2021-08-20T17:06:06.045Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.06s)
17:06:06 [2021-08-20T17:06:06.045Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.05s)
17:06:06 [2021-08-20T17:06:06.045Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.06s)
17:06:06 [2021-08-20T17:06:06.045Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
17:06:06 [2021-08-20T17:06:06.045Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.07s)
17:06:06 [2021-08-20T17:06:06.045Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s)
17:06:06 [2021-08-20T17:06:06.045Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.06s)
17:06:06 [2021-08-20T17:06:06.045Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.07s)
17:06:06 [2021-08-20T17:06:06.045Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
17:06:06 [2021-08-20T17:06:06.045Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s)
17:06:06 [2021-08-20T17:06:06.045Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.04s)
17:06:06 [2021-08-20T17:06:06.045Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.04s)
17:06:06 [2021-08-20T17:06:06.045Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.07s)
17:06:06 [2021-08-20T17:06:06.045Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
17:06:06 [2021-08-20T17:06:06.045Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.10s)
17:06:06 [2021-08-20T17:06:06.045Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.12s)
17:06:06 [2021-08-20T17:06:06.045Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.10s)
17:06:06 [2021-08-20T17:06:06.045Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.06s)
17:06:06 [2021-08-20T17:06:06.045Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
17:06:06 [2021-08-20T17:06:06.045Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.08s)
17:06:06 [2021-08-20T17:06:06.045Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s)
17:06:06 [2021-08-20T17:06:06.045Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s)
17:06:06 [2021-08-20T17:06:06.045Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s)
17:06:06 [2021-08-20T17:06:06.045Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
17:06:06 [2021-08-20T17:06:06.045Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s)
17:06:06 [2021-08-20T17:06:06.045Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s)
17:06:06 [2021-08-20T17:06:06.045Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s)
17:06:06 [2021-08-20T17:06:06.045Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s)
17:06:06 [2021-08-20T17:06:06.045Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
17:06:06 [2021-08-20T17:06:06.045Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.02s)
17:06:06 [2021-08-20T17:06:06.045Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s)
17:06:06 [2021-08-20T17:06:06.045Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.04s)
17:06:06 [2021-08-20T17:06:06.045Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s)
17:06:06 [2021-08-20T17:06:06.045Z] === RUN   TestContainerBindMountNonRecursive
17:06:06 [2021-08-20T17:06:06.976Z] === RUN   TestDockerSuite/TestBuildAddToSymlinkDest
17:06:07 [2021-08-20T17:06:07.242Z] === RUN   TestWriteLog
17:06:07 [2021-08-20T17:06:07.242Z] === PAUSE TestWriteLog
17:06:07 [2021-08-20T17:06:07.242Z] === RUN   TestReadLog
17:06:07 [2021-08-20T17:06:07.242Z] === PAUSE TestReadLog
17:06:07 [2021-08-20T17:06:07.242Z] === CONT  TestWriteLog
17:06:07 [2021-08-20T17:06:07.242Z] === CONT  TestReadLog
17:06:07 [2021-08-20T17:06:07.242Z] --- PASS: TestWriteLog (0.01s)
17:06:07 [2021-08-20T17:06:07.242Z] === RUN   TestReadLog/tail_exact
17:06:07 [2021-08-20T17:06:07.698Z] === RUN   TestOpenFileDelete
17:06:07 [2021-08-20T17:06:07.698Z] --- PASS: TestOpenFileDelete (0.01s)
17:06:07 [2021-08-20T17:06:07.698Z] === RUN   TestOpenFileRename
17:06:07 [2021-08-20T17:06:07.698Z] --- PASS: TestOpenFileRename (0.00s)
17:06:07 [2021-08-20T17:06:07.698Z] === RUN   TestParseLogTagDefaultTag
17:06:07 [2021-08-20T17:06:07.698Z] --- PASS: TestParseLogTagDefaultTag (0.00s)
17:06:07 [2021-08-20T17:06:07.698Z] === RUN   TestParseLogTag
17:06:07 [2021-08-20T17:06:07.699Z] --- PASS: TestParseLogTag (0.00s)
17:06:07 [2021-08-20T17:06:07.699Z] === RUN   TestParseLogTagEmptyTag
17:06:07 [2021-08-20T17:06:07.699Z] --- PASS: TestParseLogTagEmptyTag (0.00s)
17:06:07 [2021-08-20T17:06:07.699Z] === RUN   TestTailFiles
17:06:07 [2021-08-20T17:06:07.699Z] --- PASS: TestTailFiles (0.00s)
17:06:07 [2021-08-20T17:06:07.699Z] === RUN   TestFollowLogsConsumerGone
17:06:07 [2021-08-20T17:06:07.699Z] --- PASS: TestFollowLogsConsumerGone (0.00s)
17:06:07 [2021-08-20T17:06:07.699Z] === RUN   TestFollowLogsProducerGone
17:06:07 [2021-08-20T17:06:07.699Z]     logfile_test.go:232: messages sent: 4098, received: 4098
17:06:07 [2021-08-20T17:06:07.699Z]     logfile_test.go:179: logDecode() closed after sending 4098 messages
17:06:07 [2021-08-20T17:06:07.699Z] --- PASS: TestFollowLogsProducerGone (0.01s)
17:06:07 [2021-08-20T17:06:07.699Z] === RUN   TestCheckCapacityAndRotate
17:06:07 [2021-08-20T17:06:07.699Z] === RUN   TestCheckCapacityAndRotate/closed_log_file
17:06:07 [2021-08-20T17:06:07.699Z] === RUN   TestCheckCapacityAndRotate/with_log_reader
17:06:07 [2021-08-20T17:06:07.699Z] --- PASS: TestCheckCapacityAndRotate (0.06s)
17:06:07 [2021-08-20T17:06:07.699Z]     --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s)
17:06:07 [2021-08-20T17:06:07.699Z]     --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.03s)
17:06:07 [2021-08-20T17:06:07.699Z] PASS
17:06:07 [2021-08-20T17:06:07.699Z] coverage: 53.3% of statements
17:06:07 [2021-08-20T17:06:07.699Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.301s	coverage: 53.3% of statements
17:06:07 [2021-08-20T17:06:07.699Z] === RUN   TestReadLog/tail_less_than_available
17:06:07 [2021-08-20T17:06:07.699Z] === RUN   TestReadLog/tail_more_than_available
17:06:07 [2021-08-20T17:06:07.699Z] --- PASS: TestReadLog (0.23s)
17:06:07 [2021-08-20T17:06:07.699Z]     --- PASS: TestReadLog/tail_exact (0.21s)
17:06:07 [2021-08-20T17:06:07.699Z]     --- PASS: TestReadLog/tail_less_than_available (0.00s)
17:06:07 [2021-08-20T17:06:07.699Z]     --- PASS: TestReadLog/tail_more_than_available (0.00s)
17:06:07 [2021-08-20T17:06:07.699Z] PASS
17:06:07 [2021-08-20T17:06:07.699Z] coverage: 75.2% of statements
17:06:07 [2021-08-20T17:06:07.699Z] ok  	github.com/docker/docker/daemon/logger/local	0.485s	coverage: 75.2% of statements
17:06:07 [2021-08-20T17:06:07.699Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
17:06:07 [2021-08-20T17:06:07.699Z] === RUN   TestLog
17:06:07 [2021-08-20T17:06:07.699Z] --- PASS: TestLog (0.01s)
17:06:07 [2021-08-20T17:06:07.699Z] PASS
17:06:07 [2021-08-20T17:06:07.699Z] coverage: 31.5% of statements
17:06:07 [2021-08-20T17:06:07.699Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.076s	coverage: 31.5% of statements
17:06:08 [2021-08-20T17:06:08.661Z] === RUN   TestNewParse
17:06:08 [2021-08-20T17:06:08.661Z] --- PASS: TestNewParse (0.00s)
17:06:08 [2021-08-20T17:06:08.661Z] PASS
17:06:08 [2021-08-20T17:06:08.661Z] coverage: 8.3% of statements
17:06:08 [2021-08-20T17:06:08.661Z] ok  	github.com/docker/docker/daemon/logger/templates	0.069s	coverage: 8.3% of statements
17:06:08 [2021-08-20T17:06:08.661Z] === RUN   TestValidateLogOpt
17:06:08 [2021-08-20T17:06:08.661Z] --- PASS: TestValidateLogOpt (0.00s)
17:06:08 [2021-08-20T17:06:08.661Z] === RUN   TestNewMissedConfig
17:06:08 [2021-08-20T17:06:08.661Z] --- PASS: TestNewMissedConfig (0.00s)
17:06:08 [2021-08-20T17:06:08.661Z] === RUN   TestNewMissedUrl
17:06:08 [2021-08-20T17:06:08.661Z] --- PASS: TestNewMissedUrl (0.00s)
17:06:08 [2021-08-20T17:06:08.661Z] === RUN   TestNewMissedToken
17:06:08 [2021-08-20T17:06:08.661Z] --- PASS: TestNewMissedToken (0.00s)
17:06:08 [2021-08-20T17:06:08.661Z] === RUN   TestNewWithProxy
17:06:08 [2021-08-20T17:06:08.661Z] --- PASS: TestNewWithProxy (0.00s)
17:06:08 [2021-08-20T17:06:08.661Z] === RUN   TestDefault
17:06:08 [2021-08-20T17:06:08.661Z] --- PASS: TestDefault (0.01s)
17:06:08 [2021-08-20T17:06:08.661Z] === RUN   TestInlineFormatWithNonDefaultOptions
17:06:08 [2021-08-20T17:06:08.661Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s)
17:06:08 [2021-08-20T17:06:08.661Z] === RUN   TestJsonFormat
17:06:08 [2021-08-20T17:06:08.661Z] --- PASS: TestJsonFormat (0.01s)
17:06:08 [2021-08-20T17:06:08.661Z] === RUN   TestRawFormat
17:06:08 [2021-08-20T17:06:08.661Z] --- PASS: TestRawFormat (0.00s)
17:06:08 [2021-08-20T17:06:08.661Z] === RUN   TestRawFormatWithLabels
17:06:08 [2021-08-20T17:06:08.661Z] --- PASS: TestRawFormatWithLabels (0.00s)
17:06:08 [2021-08-20T17:06:08.661Z] === RUN   TestRawFormatWithoutTag
17:06:08 [2021-08-20T17:06:08.661Z] --- PASS: TestRawFormatWithoutTag (0.01s)
17:06:08 [2021-08-20T17:06:08.661Z] === RUN   TestBatching
17:06:09 [2021-08-20T17:06:09.120Z] === RUN   TestParseLogFormat
17:06:09 [2021-08-20T17:06:09.120Z] --- PASS: TestParseLogFormat (0.00s)
17:06:09 [2021-08-20T17:06:09.120Z] === RUN   TestValidateLogOptEmpty
17:06:09 [2021-08-20T17:06:09.120Z] --- PASS: TestValidateLogOptEmpty (0.00s)
17:06:09 [2021-08-20T17:06:09.120Z] === RUN   TestValidateSyslogAddress
17:06:09 [2021-08-20T17:06:09.120Z] --- PASS: TestValidateSyslogAddress (0.00s)
17:06:09 [2021-08-20T17:06:09.120Z] === RUN   TestParseAddressDefaultPort
17:06:09 [2021-08-20T17:06:09.120Z] --- PASS: TestParseAddressDefaultPort (0.00s)
17:06:09 [2021-08-20T17:06:09.120Z] === RUN   TestValidateSyslogFacility
17:06:09 [2021-08-20T17:06:09.120Z] --- PASS: TestValidateSyslogFacility (0.00s)
17:06:09 [2021-08-20T17:06:09.120Z] === RUN   TestValidateLogOptSyslogFormat
17:06:09 [2021-08-20T17:06:09.120Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s)
17:06:09 [2021-08-20T17:06:09.120Z] === RUN   TestValidateLogOpt
17:06:09 [2021-08-20T17:06:09.120Z] --- PASS: TestValidateLogOpt (0.00s)
17:06:09 [2021-08-20T17:06:09.120Z] PASS
17:06:09 [2021-08-20T17:06:09.120Z] coverage: 46.8% of statements
17:06:09 [2021-08-20T17:06:09.120Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.061s	coverage: 46.8% of statements
17:06:09 [2021-08-20T17:06:09.120Z] --- PASS: TestBatching (0.26s)
17:06:09 [2021-08-20T17:06:09.120Z] === RUN   TestFrequency
17:06:09 [2021-08-20T17:06:09.120Z] --- PASS: TestFrequency (0.17s)
17:06:09 [2021-08-20T17:06:09.120Z] === RUN   TestOneMessagePerRequest
17:06:09 [2021-08-20T17:06:09.120Z] --- PASS: TestOneMessagePerRequest (0.00s)
17:06:09 [2021-08-20T17:06:09.509Z] --- PASS: TestContainerBindMountNonRecursive (3.39s)
17:06:09 [2021-08-20T17:06:09.509Z] === RUN   TestContainerVolumesMountedAsShared
17:06:09 [2021-08-20T17:06:09.576Z] === RUN   TestVerify
17:06:09 [2021-08-20T17:06:09.576Z] --- PASS: TestVerify (0.00s)
17:06:09 [2021-08-20T17:06:09.576Z] === RUN   TestSkipVerify
17:06:09 [2021-08-20T17:06:09.576Z] time="2021-08-20T17:06:09Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
17:06:09 [2021-08-20T17:06:09.576Z] time="2021-08-20T17:06:09Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
17:06:09 [2021-08-20T17:06:09.576Z] time="2021-08-20T17:06:09Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
17:06:09 [2021-08-20T17:06:09.576Z] time="2021-08-20T17:06:09Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
17:06:10 [2021-08-20T17:06:10.032Z] --- PASS: TestSkipVerify (0.79s)
17:06:10 [2021-08-20T17:06:10.032Z] === RUN   TestBufferMaximum
17:06:10 [2021-08-20T17:06:10.032Z] time="2021-08-20T17:06:09Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
17:06:10 [2021-08-20T17:06:10.032Z] time="2021-08-20T17:06:09Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
17:06:10 [2021-08-20T17:06:10.032Z] time="2021-08-20T17:06:09Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
17:06:10 [2021-08-20T17:06:10.032Z] time="2021-08-20T17:06:09Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
17:06:10 [2021-08-20T17:06:10.032Z] time="2021-08-20T17:06:09Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
17:06:10 [2021-08-20T17:06:10.032Z] time="2021-08-20T17:06:09Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1629479169.845990\",\"host\":\"d19cb4b37680\"}'"
17:06:10 [2021-08-20T17:06:10.032Z] time="2021-08-20T17:06:09Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1629479169.845990\",\"host\":\"d19cb4b37680\"}'"
17:06:10 [2021-08-20T17:06:10.032Z] --- PASS: TestBufferMaximum (0.01s)
17:06:10 [2021-08-20T17:06:10.032Z] === RUN   TestServerAlwaysDown
17:06:10 [2021-08-20T17:06:10.032Z] time="2021-08-20T17:06:09Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
17:06:10 [2021-08-20T17:06:10.032Z] time="2021-08-20T17:06:09Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
17:06:10 [2021-08-20T17:06:10.032Z] time="2021-08-20T17:06:09Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1629479169.854333\",\"host\":\"d19cb4b37680\"}'"
17:06:10 [2021-08-20T17:06:10.032Z] time="2021-08-20T17:06:09Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1629479169.854333\",\"host\":\"d19cb4b37680\"}'"
17:06:10 [2021-08-20T17:06:10.032Z] time="2021-08-20T17:06:09Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
17:06:10 [2021-08-20T17:06:10.032Z] time="2021-08-20T17:06:09Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1629479169.854333\",\"host\":\"d19cb4b37680\"}'"
17:06:10 [2021-08-20T17:06:10.032Z] time="2021-08-20T17:06:09Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1629479169.855334\",\"host\":\"d19cb4b37680\"}'"
17:06:10 [2021-08-20T17:06:10.032Z] time="2021-08-20T17:06:09Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1629479169.855334\",\"host\":\"d19cb4b37680\"}'"
17:06:10 [2021-08-20T17:06:10.032Z] --- PASS: TestServerAlwaysDown (0.00s)
17:06:10 [2021-08-20T17:06:10.032Z] === RUN   TestCannotSendAfterClose
17:06:10 [2021-08-20T17:06:10.032Z] --- PASS: TestCannotSendAfterClose (0.00s)
17:06:10 [2021-08-20T17:06:10.032Z] === RUN   TestDeadlockOnBlockedEndpoint
17:06:10 [2021-08-20T17:06:10.438Z] --- PASS: TestContainerVolumesMountedAsShared (0.83s)
17:06:10 [2021-08-20T17:06:10.438Z] === RUN   TestContainerVolumesMountedAsSlave
17:06:10 [2021-08-20T17:06:10.792Z]  ---> 6092a3c73b77
17:06:10 [2021-08-20T17:06:10.995Z] === RUN   TestV1IDService
17:06:10 [2021-08-20T17:06:10.995Z] --- PASS: TestV1IDService (0.02s)
17:06:10 [2021-08-20T17:06:10.995Z] === RUN   TestV2MetadataService
17:06:10 [2021-08-20T17:06:10.995Z] time="2021-08-20T17:06:10Z" level=warning msg="Error while sending logs" error="Post \"http://127.0.0.1:49207/services/collector/event/1.0\": context deadline exceeded" module=logger/splunk
17:06:10 [2021-08-20T17:06:10.995Z] time="2021-08-20T17:06:10Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"d19cb4b37680\"}'"
17:06:10 [2021-08-20T17:06:10.995Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.00s)
17:06:10 [2021-08-20T17:06:10.995Z] PASS
17:06:10 [2021-08-20T17:06:10.995Z] coverage: 82.5% of statements
17:06:10 [2021-08-20T17:06:10.995Z] ok  	github.com/docker/docker/daemon/logger/splunk	2.347s	coverage: 82.5% of statements
17:06:10 [2021-08-20T17:06:10.995Z] ?   	github.com/docker/docker/daemon/names	[no test files]
17:06:10 [2021-08-20T17:06:10.995Z] ?   	github.com/docker/docker/daemon/network	[no test files]
17:06:10 [2021-08-20T17:06:10.995Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
17:06:11 [2021-08-20T17:06:11.452Z] === RUN   TestSuccessfulDownload
17:06:11 [2021-08-20T17:06:11.452Z]     download_test.go:268: Needs fixing on Windows
17:06:11 [2021-08-20T17:06:11.452Z] --- SKIP: TestSuccessfulDownload (0.00s)
17:06:11 [2021-08-20T17:06:11.452Z] === RUN   TestCancelledDownload
17:06:11 [2021-08-20T17:06:11.452Z] --- PASS: TestCancelledDownload (0.00s)
17:06:11 [2021-08-20T17:06:11.452Z] === RUN   TestMaxDownloadAttempts
17:06:11 [2021-08-20T17:06:11.452Z] === RUN   TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt
17:06:11 [2021-08-20T17:06:11.452Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt
17:06:11 [2021-08-20T17:06:11.452Z] === RUN   TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt
17:06:11 [2021-08-20T17:06:11.452Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt
17:06:11 [2021-08-20T17:06:11.452Z] === RUN   TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt
17:06:11 [2021-08-20T17:06:11.452Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt
17:06:11 [2021-08-20T17:06:11.452Z] === RUN   TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt
17:06:11 [2021-08-20T17:06:11.452Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt
17:06:11 [2021-08-20T17:06:11.452Z] === CONT  TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt
17:06:11 [2021-08-20T17:06:11.452Z] === CONT  TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt
17:06:11 [2021-08-20T17:06:11.452Z] === CONT  TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt
17:06:11 [2021-08-20T17:06:11.452Z] === CONT  TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt
17:06:11 [2021-08-20T17:06:11.913Z] === RUN   TestContinueOnError_NonMirrorEndpoint
17:06:11 [2021-08-20T17:06:11.913Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s)
17:06:11 [2021-08-20T17:06:11.914Z] === RUN   TestContinueOnError_MirrorEndpoint
17:06:11 [2021-08-20T17:06:11.914Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s)
17:06:11 [2021-08-20T17:06:11.914Z] === RUN   TestContinueOnError_NeverContinue
17:06:11 [2021-08-20T17:06:11.914Z] --- PASS: TestContinueOnError_NeverContinue (0.00s)
17:06:11 [2021-08-20T17:06:11.914Z] === RUN   TestManifestStore
17:06:11 [2021-08-20T17:06:11.914Z] === RUN   TestManifestStore/no_remote_or_local
17:06:11 [2021-08-20T17:06:11.914Z] time="2021-08-20T17:06:11Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1"
17:06:11 [2021-08-20T17:06:11.914Z] time="2021-08-20T17:06:11Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1"
17:06:11 [2021-08-20T17:06:11.914Z] time="2021-08-20T17:06:11Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1"
17:06:11 [2021-08-20T17:06:11.914Z] time="2021-08-20T17:06:11Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1"
17:06:11 [2021-08-20T17:06:11.914Z] --- PASS: TestMaxDownloadAttempts (0.00s)
17:06:11 [2021-08-20T17:06:11.914Z]     --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.49s)
17:06:11 [2021-08-20T17:06:11.914Z]     --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.49s)
17:06:11 [2021-08-20T17:06:11.914Z]     --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.49s)
17:06:11 [2021-08-20T17:06:11.914Z]     --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.49s)
17:06:11 [2021-08-20T17:06:11.914Z] === RUN   TestTransfer
17:06:11 [2021-08-20T17:06:11.914Z] --- PASS: TestV2MetadataService (0.96s)
17:06:11 [2021-08-20T17:06:11.914Z] PASS
17:06:11 [2021-08-20T17:06:11.914Z] coverage: 48.2% of statements
17:06:11 [2021-08-20T17:06:11.914Z] ok  	github.com/docker/docker/distribution/metadata	1.076s	coverage: 48.2% of statements
17:06:11 [2021-08-20T17:06:11.914Z] time="2021-08-20T17:06:11Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local741428395\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process."
17:06:11 [2021-08-20T17:06:11.914Z] === RUN   TestManifestStore/no_local_cache
17:06:11 [2021-08-20T17:06:11.914Z] === RUN   TestManifestStore/with_local_cache
17:06:11 [2021-08-20T17:06:11.914Z] === RUN   TestManifestStore/unknown_media_type
17:06:11 [2021-08-20T17:06:11.914Z] === RUN   TestManifestStore/unknown_media_type/no_cache
17:06:11 [2021-08-20T17:06:11.914Z] time="2021-08-20T17:06:11Z" level=warning msg="reference for unknown type: "
17:06:11 [2021-08-20T17:06:11.914Z] time="2021-08-20T17:06:11Z" level=warning msg="reference for unknown type: "
17:06:11 [2021-08-20T17:06:11.914Z] === RUN   TestManifestStore/unknown_media_type/with_cache
17:06:11 [2021-08-20T17:06:11.914Z] === RUN   TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type
17:06:11 [2021-08-20T17:06:11.914Z] time="2021-08-20T17:06:11Z" level=warning msg="reference for unknown type: "
17:06:11 [2021-08-20T17:06:11.914Z] === RUN   TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type
17:06:11 [2021-08-20T17:06:11.914Z] time="2021-08-20T17:06:11Z" level=warning msg="reference for unknown type: "
17:06:11 [2021-08-20T17:06:11.914Z] time="2021-08-20T17:06:11Z" level=warning msg="reference for unknown type: "
17:06:12 [2021-08-20T17:06:12.328Z] --- PASS: TestContainerVolumesMountedAsSlave (1.70s)
17:06:12 [2021-08-20T17:06:12.328Z] === RUN   TestNetworkNat
17:06:12 [2021-08-20T17:06:12.330Z] Successfully built 6092a3c73b77
17:06:12 [2021-08-20T17:06:12.330Z] Successfully tagged docker:latest
17:06:12 [2021-08-20T17:06:12.330Z] INFO: Image build ended at 08/20/2021 17:06:12. Duration:00:03:55.9963322
17:06:12 [2021-08-20T17:06:12.330Z] 
17:06:12 [2021-08-20T17:06:12.330Z] 
17:06:12 [2021-08-20T17:06:12.330Z] INFO: Building the test binaries at 08/20/2021 17:06:12...
17:06:12 [2021-08-20T17:06:12.370Z] === RUN   TestManifestStore/error_persisting_manifest
17:06:12 [2021-08-20T17:06:12.370Z] === RUN   TestManifestStore/error_persisting_manifest/error_on_writer
17:06:12 [2021-08-20T17:06:12.370Z] --- PASS: TestTransfer (0.12s)
17:06:12 [2021-08-20T17:06:12.370Z] === RUN   TestConcurrencyLimit
17:06:12 [2021-08-20T17:06:12.370Z] === RUN   TestManifestStore/error_persisting_manifest/error_on_commit
17:06:12 [2021-08-20T17:06:12.370Z] time="2021-08-20T17:06:11Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error"
17:06:12 [2021-08-20T17:06:12.370Z] --- PASS: TestManifestStore (0.35s)
17:06:12 [2021-08-20T17:06:12.370Z]     --- PASS: TestManifestStore/no_remote_or_local (0.25s)
17:06:12 [2021-08-20T17:06:12.370Z]     --- PASS: TestManifestStore/no_local_cache (0.02s)
17:06:12 [2021-08-20T17:06:12.370Z]     --- PASS: TestManifestStore/with_local_cache (0.01s)
17:06:12 [2021-08-20T17:06:12.370Z]     --- PASS: TestManifestStore/unknown_media_type (0.05s)
17:06:12 [2021-08-20T17:06:12.370Z]         --- PASS: TestManifestStore/unknown_media_type/no_cache (0.02s)
17:06:12 [2021-08-20T17:06:12.370Z]         --- PASS: TestManifestStore/unknown_media_type/with_cache (0.03s)
17:06:12 [2021-08-20T17:06:12.370Z]             --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.02s)
17:06:12 [2021-08-20T17:06:12.370Z]             --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.02s)
17:06:12 [2021-08-20T17:06:12.370Z]     --- PASS: TestManifestStore/error_persisting_manifest (0.02s)
17:06:12 [2021-08-20T17:06:12.370Z]         --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s)
17:06:12 [2021-08-20T17:06:12.370Z]         --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.01s)
17:06:12 [2021-08-20T17:06:12.370Z] === RUN   TestDetectManifestBlobMediaType
17:06:12 [2021-08-20T17:06:12.370Z] === RUN   TestDetectManifestBlobMediaType/mediaType_is_set
17:06:12 [2021-08-20T17:06:12.370Z] === RUN   TestDetectManifestBlobMediaType/oci_manifest
17:06:12 [2021-08-20T17:06:12.370Z] === RUN   TestDetectManifestBlobMediaType/schema1
17:06:12 [2021-08-20T17:06:12.370Z] === RUN   TestDetectManifestBlobMediaType/oci_index_fallback
17:06:12 [2021-08-20T17:06:12.370Z] === RUN   TestDetectManifestBlobMediaType/mediaType_and_config_set
17:06:12 [2021-08-20T17:06:12.370Z] === RUN   TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set
17:06:12 [2021-08-20T17:06:12.370Z] --- PASS: TestDetectManifestBlobMediaType (0.00s)
17:06:12 [2021-08-20T17:06:12.370Z]     --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s)
17:06:12 [2021-08-20T17:06:12.370Z]     --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s)
17:06:12 [2021-08-20T17:06:12.370Z]     --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s)
17:06:12 [2021-08-20T17:06:12.370Z]     --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s)
17:06:12 [2021-08-20T17:06:12.370Z]     --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s)
17:06:12 [2021-08-20T17:06:12.370Z]     --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s)
17:06:12 [2021-08-20T17:06:12.370Z] === RUN   TestFixManifestLayers
17:06:12 [2021-08-20T17:06:12.370Z] --- PASS: TestFixManifestLayers (0.00s)
17:06:12 [2021-08-20T17:06:12.370Z] === RUN   TestFixManifestLayersBaseLayerParent
17:06:12 [2021-08-20T17:06:12.370Z]     pull_v2_test.go:73: Needs fixing on Windows
17:06:12 [2021-08-20T17:06:12.370Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s)
17:06:12 [2021-08-20T17:06:12.370Z] === RUN   TestFixManifestLayersBadParent
17:06:12 [2021-08-20T17:06:12.370Z] --- PASS: TestFixManifestLayersBadParent (0.00s)
17:06:12 [2021-08-20T17:06:12.370Z] === RUN   TestValidateManifest
17:06:12 [2021-08-20T17:06:12.370Z]     pull_v2_test.go:118: Needs fixing on Windows
17:06:12 [2021-08-20T17:06:12.370Z] --- SKIP: TestValidateManifest (0.00s)
17:06:12 [2021-08-20T17:06:12.370Z] === RUN   TestFormatPlatform
17:06:12 [2021-08-20T17:06:12.370Z] --- PASS: TestFormatPlatform (0.00s)
17:06:12 [2021-08-20T17:06:12.370Z] === RUN   TestGetRepositoryMountCandidates
17:06:12 [2021-08-20T17:06:12.370Z] --- PASS: TestGetRepositoryMountCandidates (0.00s)
17:06:12 [2021-08-20T17:06:12.370Z] === RUN   TestLayerAlreadyExists
17:06:12 [2021-08-20T17:06:12.370Z]     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}
17:06:12 [2021-08-20T17:06:12.370Z]     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}
17:06:12 [2021-08-20T17:06:12.370Z]     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}
17:06:12 [2021-08-20T17:06:12.370Z]     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}
17:06:12 [2021-08-20T17:06:12.370Z]     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}
17:06:12 [2021-08-20T17:06:12.370Z]     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}
17:06:12 [2021-08-20T17:06:12.370Z] --- PASS: TestLayerAlreadyExists (0.00s)
17:06:12 [2021-08-20T17:06:12.370Z] === RUN   TestWhenEmptyAuthConfig
17:06:12 [2021-08-20T17:06:12.370Z] --- PASS: TestConcurrencyLimit (0.39s)
17:06:12 [2021-08-20T17:06:12.370Z] === RUN   TestInactiveJobs
17:06:12 [2021-08-20T17:06:12.370Z] === RUN   TestNotFound
17:06:12 [2021-08-20T17:06:12.370Z] --- PASS: TestNotFound (0.00s)
17:06:12 [2021-08-20T17:06:12.370Z] === RUN   TestConflict
17:06:12 [2021-08-20T17:06:12.370Z] --- PASS: TestConflict (0.00s)
17:06:12 [2021-08-20T17:06:12.370Z] === RUN   TestForbidden
17:06:12 [2021-08-20T17:06:12.370Z] --- PASS: TestForbidden (0.00s)
17:06:12 [2021-08-20T17:06:12.370Z] === RUN   TestInvalidParameter
17:06:12 [2021-08-20T17:06:12.370Z] --- PASS: TestInvalidParameter (0.00s)
17:06:12 [2021-08-20T17:06:12.370Z] === RUN   TestNotImplemented
17:06:12 [2021-08-20T17:06:12.370Z] --- PASS: TestNotImplemented (0.00s)
17:06:12 [2021-08-20T17:06:12.370Z] === RUN   TestNotModified
17:06:12 [2021-08-20T17:06:12.370Z] --- PASS: TestNotModified (0.00s)
17:06:12 [2021-08-20T17:06:12.370Z] === RUN   TestUnauthorized
17:06:12 [2021-08-20T17:06:12.370Z] --- PASS: TestUnauthorized (0.00s)
17:06:12 [2021-08-20T17:06:12.370Z] === RUN   TestUnknown
17:06:12 [2021-08-20T17:06:12.370Z] --- PASS: TestUnknown (0.00s)
17:06:12 [2021-08-20T17:06:12.370Z] === RUN   TestCancelled
17:06:12 [2021-08-20T17:06:12.370Z] --- PASS: TestCancelled (0.00s)
17:06:12 [2021-08-20T17:06:12.370Z] === RUN   TestDeadline
17:06:12 [2021-08-20T17:06:12.370Z] --- PASS: TestDeadline (0.00s)
17:06:12 [2021-08-20T17:06:12.370Z] === RUN   TestDataLoss
17:06:12 [2021-08-20T17:06:12.370Z] --- PASS: TestDataLoss (0.00s)
17:06:12 [2021-08-20T17:06:12.370Z] === RUN   TestUnavailable
17:06:12 [2021-08-20T17:06:12.584Z] === RUN   TestDockerSuite/TestBuildAddWholeDirToRoot
17:06:12 [2021-08-20T17:06:12.826Z] --- PASS: TestUnavailable (0.00s)
17:06:12 [2021-08-20T17:06:12.826Z] === RUN   TestSystem
17:06:12 [2021-08-20T17:06:12.826Z] --- PASS: TestSystem (0.00s)
17:06:12 [2021-08-20T17:06:12.826Z] === RUN   TestFromStatusCode
17:06:12 [2021-08-20T17:06:12.826Z] === RUN   TestFromStatusCode/Not_Found
17:06:12 [2021-08-20T17:06:12.826Z] === RUN   TestFromStatusCode/Bad_Request
17:06:12 [2021-08-20T17:06:12.826Z] === RUN   TestFromStatusCode/Conflict
17:06:12 [2021-08-20T17:06:12.826Z] === RUN   TestFromStatusCode/Unauthorized
17:06:12 [2021-08-20T17:06:12.826Z] === RUN   TestFromStatusCode/Service_Unavailable
17:06:12 [2021-08-20T17:06:12.826Z] === RUN   TestFromStatusCode/Forbidden
17:06:12 [2021-08-20T17:06:12.826Z] === RUN   TestFromStatusCode/Not_Modified
17:06:12 [2021-08-20T17:06:12.826Z] === RUN   TestFromStatusCode/Not_Implemented
17:06:12 [2021-08-20T17:06:12.826Z] === RUN   TestFromStatusCode/Internal_Server_Error
17:06:12 [2021-08-20T17:06:12.826Z] === RUN   TestFromStatusCode/Internal_Server_Error#01
17:06:12 [2021-08-20T17:06:12.826Z] === RUN   TestFromStatusCode/Internal_Server_Error#02
17:06:12 [2021-08-20T17:06:12.826Z] === RUN   TestFromStatusCode/Internal_Server_Error#03
17:06:12 [2021-08-20T17:06:12.826Z] === RUN   TestFromStatusCode/Internal_Server_Error#04
17:06:12 [2021-08-20T17:06:12.826Z] --- PASS: TestFromStatusCode (0.00s)
17:06:12 [2021-08-20T17:06:12.826Z]     --- PASS: TestFromStatusCode/Not_Found (0.00s)
17:06:12 [2021-08-20T17:06:12.826Z]     --- PASS: TestFromStatusCode/Bad_Request (0.00s)
17:06:12 [2021-08-20T17:06:12.826Z]     --- PASS: TestFromStatusCode/Conflict (0.00s)
17:06:12 [2021-08-20T17:06:12.826Z]     --- PASS: TestFromStatusCode/Unauthorized (0.00s)
17:06:12 [2021-08-20T17:06:12.826Z]     --- PASS: TestFromStatusCode/Service_Unavailable (0.00s)
17:06:12 [2021-08-20T17:06:12.826Z]     --- PASS: TestFromStatusCode/Forbidden (0.00s)
17:06:12 [2021-08-20T17:06:12.826Z]     --- PASS: TestFromStatusCode/Not_Modified (0.00s)
17:06:12 [2021-08-20T17:06:12.826Z]     --- PASS: TestFromStatusCode/Not_Implemented (0.00s)
17:06:12 [2021-08-20T17:06:12.826Z]     --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s)
17:06:12 [2021-08-20T17:06:12.826Z]     --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s)
17:06:12 [2021-08-20T17:06:12.826Z]     --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s)
17:06:12 [2021-08-20T17:06:12.826Z]     --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s)
17:06:12 [2021-08-20T17:06:12.826Z]     --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s)
17:06:12 [2021-08-20T17:06:12.826Z] PASS
17:06:12 [2021-08-20T17:06:12.826Z] coverage: 53.1% of statements
17:06:12 [2021-08-20T17:06:12.826Z] ok  	github.com/docker/docker/errdefs	0.047s	coverage: 53.1% of statements
17:06:12 [2021-08-20T17:06:12.826Z] --- PASS: TestInactiveJobs (0.41s)
17:06:12 [2021-08-20T17:06:12.826Z] === RUN   TestWatchRelease
17:06:12 [2021-08-20T17:06:12.826Z] --- PASS: TestWatchRelease (0.04s)
17:06:12 [2021-08-20T17:06:12.826Z] === RUN   TestWatchFinishedTransfer
17:06:12 [2021-08-20T17:06:12.826Z] --- PASS: TestWatchFinishedTransfer (0.00s)
17:06:12 [2021-08-20T17:06:12.826Z] === RUN   TestDuplicateTransfer
17:06:12 [2021-08-20T17:06:12.826Z] --- PASS: TestDuplicateTransfer (0.04s)
17:06:12 [2021-08-20T17:06:12.826Z] === RUN   TestSuccessfulUpload
17:06:13 [2021-08-20T17:06:13.282Z] time="2021-08-20T17:06:12Z" level=error msg="Upload failed, retrying: simulating retry"
17:06:13 [2021-08-20T17:06:13.282Z] --- PASS: TestWhenEmptyAuthConfig (1.19s)
17:06:13 [2021-08-20T17:06:13.282Z] === RUN   TestPushRegistryWhenAuthInfoEmpty
17:06:13 [2021-08-20T17:06:13.282Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s)
17:06:13 [2021-08-20T17:06:13.282Z] === RUN   TestTokenPassThru
17:06:13 [2021-08-20T17:06:13.282Z] --- PASS: TestTokenPassThru (0.01s)
17:06:13 [2021-08-20T17:06:13.282Z] === RUN   TestTokenPassThruDifferentHost
17:06:13 [2021-08-20T17:06:13.282Z] --- PASS: TestTokenPassThruDifferentHost (0.02s)
17:06:13 [2021-08-20T17:06:13.282Z] PASS
17:06:13 [2021-08-20T17:06:13.282Z] coverage: 24.1% of statements
17:06:13 [2021-08-20T17:06:13.282Z] --- PASS: TestSuccessfulUpload (0.38s)
17:06:13 [2021-08-20T17:06:13.282Z] === RUN   TestCancelledUpload
17:06:13 [2021-08-20T17:06:13.282Z] --- PASS: TestCancelledUpload (0.00s)
17:06:13 [2021-08-20T17:06:13.282Z] PASS
17:06:13 [2021-08-20T17:06:13.282Z] coverage: 76.8% of statements
17:06:13 [2021-08-20T17:06:13.282Z] ok  	github.com/docker/docker/distribution	1.674s	coverage: 24.1% of statements
17:06:13 [2021-08-20T17:06:13.282Z] ok  	github.com/docker/docker/distribution/xfer	1.960s	coverage: 76.8% of statements
17:06:13 [2021-08-20T17:06:13.513Z] --- PASS: TestNetworkNat (1.37s)
17:06:13 [2021-08-20T17:06:13.513Z] === RUN   TestNetworkLocalhostTCPNat
17:06:13 [2021-08-20T17:06:13.738Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
17:06:13 [2021-08-20T17:06:13.738Z] ?   	github.com/docker/docker/dockerversion	[no test files]
17:06:13 [2021-08-20T17:06:13.738Z] === RUN   TestCompare
17:06:13 [2021-08-20T17:06:13.738Z] --- PASS: TestCompare (0.00s)
17:06:13 [2021-08-20T17:06:13.738Z] PASS
17:06:13 [2021-08-20T17:06:13.738Z] coverage: 19.2% of statements
17:06:13 [2021-08-20T17:06:13.738Z] ok  	github.com/docker/docker/image/cache	0.075s	coverage: 19.2% of statements
17:06:13 [2021-08-20T17:06:13.738Z] === RUN   TestFSGetInvalidData
17:06:13 [2021-08-20T17:06:13.738Z] --- PASS: TestFSGetInvalidData (0.02s)
17:06:13 [2021-08-20T17:06:13.738Z] === RUN   TestFSInvalidSet
17:06:13 [2021-08-20T17:06:13.738Z] --- PASS: TestFSInvalidSet (0.02s)
17:06:13 [2021-08-20T17:06:13.738Z] === RUN   TestFSInvalidRoot
17:06:13 [2021-08-20T17:06:13.738Z] --- PASS: TestFSInvalidRoot (0.01s)
17:06:13 [2021-08-20T17:06:13.738Z] === RUN   TestFSMetadataGetSet
17:06:14 [2021-08-20T17:06:14.076Z]     check_test.go:309: [d9d324f63b438] daemon is not started
17:06:14 [2021-08-20T17:06:14.076Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartCleanupNetns
17:06:14 [2021-08-20T17:06:14.198Z] --- PASS: TestFSMetadataGetSet (0.08s)
17:06:14 [2021-08-20T17:06:14.198Z] === RUN   TestFSInvalidWalker
17:06:14 [2021-08-20T17:06:14.198Z] --- PASS: TestFSInvalidWalker (0.02s)
17:06:14 [2021-08-20T17:06:14.198Z] === RUN   TestFSGetSet
17:06:14 [2021-08-20T17:06:14.198Z] --- PASS: TestFSGetSet (0.02s)
17:06:14 [2021-08-20T17:06:14.198Z] === RUN   TestFSGetUnsetKey
17:06:14 [2021-08-20T17:06:14.198Z] --- PASS: TestFSGetUnsetKey (0.01s)
17:06:14 [2021-08-20T17:06:14.198Z] === RUN   TestFSGetEmptyData
17:06:14 [2021-08-20T17:06:14.198Z] --- PASS: TestFSGetEmptyData (0.01s)
17:06:14 [2021-08-20T17:06:14.198Z] === RUN   TestFSDelete
17:06:14 [2021-08-20T17:06:14.198Z] --- PASS: TestFSDelete (0.02s)
17:06:14 [2021-08-20T17:06:14.198Z] === RUN   TestFSWalker
17:06:14 [2021-08-20T17:06:14.198Z] --- PASS: TestFSWalker (0.02s)
17:06:14 [2021-08-20T17:06:14.198Z] === RUN   TestFSWalkerStopOnError
17:06:14 [2021-08-20T17:06:14.198Z] --- PASS: TestFSWalkerStopOnError (0.01s)
17:06:14 [2021-08-20T17:06:14.198Z] === RUN   TestNewFromJSON
17:06:14 [2021-08-20T17:06:14.198Z] --- PASS: TestNewFromJSON (0.00s)
17:06:14 [2021-08-20T17:06:14.198Z] === RUN   TestNewFromJSONWithInvalidJSON
17:06:14 [2021-08-20T17:06:14.198Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s)
17:06:14 [2021-08-20T17:06:14.198Z] === RUN   TestMarshalKeyOrder
17:06:14 [2021-08-20T17:06:14.198Z] --- PASS: TestMarshalKeyOrder (0.00s)
17:06:14 [2021-08-20T17:06:14.198Z] === RUN   TestHistoryEqual
17:06:14 [2021-08-20T17:06:14.198Z] --- PASS: TestHistoryEqual (0.22s)
17:06:14 [2021-08-20T17:06:14.198Z] === RUN   TestImage
17:06:14 [2021-08-20T17:06:14.198Z] --- PASS: TestImage (0.00s)
17:06:14 [2021-08-20T17:06:14.198Z] === RUN   TestImageOSNotEmpty
17:06:14 [2021-08-20T17:06:14.198Z] --- PASS: TestImageOSNotEmpty (0.00s)
17:06:14 [2021-08-20T17:06:14.198Z] === RUN   TestNewChildImageFromImageWithRootFS
17:06:14 [2021-08-20T17:06:14.198Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s)
17:06:14 [2021-08-20T17:06:14.198Z] === RUN   TestCreate
17:06:14 [2021-08-20T17:06:14.198Z] --- PASS: TestCreate (0.01s)
17:06:14 [2021-08-20T17:06:14.198Z] === RUN   TestRestore
17:06:14 [2021-08-20T17:06:14.198Z] time="2021-08-20T17:06:14Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value"
17:06:14 [2021-08-20T17:06:14.198Z] --- PASS: TestRestore (0.05s)
17:06:14 [2021-08-20T17:06:14.198Z] === RUN   TestAddDelete
17:06:14 [2021-08-20T17:06:14.198Z] --- PASS: TestAddDelete (0.02s)
17:06:14 [2021-08-20T17:06:14.198Z] === RUN   TestSearchAfterDelete
17:06:14 [2021-08-20T17:06:14.640Z] --- PASS: TestNetworkLocalhostTCPNat (1.32s)
17:06:14 [2021-08-20T17:06:14.640Z] === RUN   TestNetworkLoopbackNat
17:06:14 [2021-08-20T17:06:14.654Z] --- PASS: TestSearchAfterDelete (0.02s)
17:06:14 [2021-08-20T17:06:14.654Z] === RUN   TestParentReset
17:06:14 [2021-08-20T17:06:14.654Z] --- PASS: TestParentReset (0.03s)
17:06:14 [2021-08-20T17:06:14.654Z] === RUN   TestGetAndSetLastUpdated
17:06:14 [2021-08-20T17:06:14.654Z] --- PASS: TestGetAndSetLastUpdated (0.02s)
17:06:14 [2021-08-20T17:06:14.654Z] === RUN   TestStoreLen
17:06:14 [2021-08-20T17:06:14.654Z] --- PASS: TestStoreLen (0.06s)
17:06:14 [2021-08-20T17:06:14.654Z] PASS
17:06:14 [2021-08-20T17:06:14.654Z] coverage: 86.6% of statements
17:06:14 [2021-08-20T17:06:14.654Z] ok  	github.com/docker/docker/image	0.767s	coverage: 86.6% of statements
17:06:14 [2021-08-20T17:06:14.654Z] === RUN   TestMakeV1ConfigFromConfig
17:06:14 [2021-08-20T17:06:14.654Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s)
17:06:14 [2021-08-20T17:06:14.654Z] PASS
17:06:14 [2021-08-20T17:06:14.654Z] coverage: 25.0% of statements
17:06:14 [2021-08-20T17:06:14.654Z] ok  	github.com/docker/docker/image/v1	0.099s	coverage: 25.0% of statements
17:06:15 [2021-08-20T17:06:15.110Z] === RUN   TestValidateManifest
17:06:15 [2021-08-20T17:06:15.110Z] === RUN   TestValidateManifest/non-nil
17:06:15 [2021-08-20T17:06:15.110Z] === RUN   TestValidateManifest/nil
17:06:15 [2021-08-20T17:06:15.110Z] --- PASS: TestValidateManifest (0.00s)
17:06:15 [2021-08-20T17:06:15.110Z]     --- PASS: TestValidateManifest/non-nil (0.00s)
17:06:15 [2021-08-20T17:06:15.110Z]     --- PASS: TestValidateManifest/nil (0.00s)
17:06:15 [2021-08-20T17:06:15.110Z] PASS
17:06:15 [2021-08-20T17:06:15.110Z] coverage: 0.7% of statements
17:06:15 [2021-08-20T17:06:15.110Z] ok  	github.com/docker/docker/image/tarexport	0.077s	coverage: 0.7% of statements
17:06:15 [2021-08-20T17:06:15.110Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
17:06:16 [2021-08-20T17:06:16.637Z] === RUN   TestSerialization
17:06:16 [2021-08-20T17:06:16.637Z] --- PASS: TestSerialization (0.04s)
17:06:16 [2021-08-20T17:06:16.637Z] PASS
17:06:16 [2021-08-20T17:06:16.637Z] coverage: 87.5% of statements
17:06:16 [2021-08-20T17:06:16.637Z] ok  	github.com/docker/docker/libcontainerd/queue	0.113s	coverage: 87.5% of statements
17:06:17 [2021-08-20T17:06:17.093Z] === RUN   TestEmptyLayer
17:06:17 [2021-08-20T17:06:17.093Z] --- PASS: TestEmptyLayer (0.00s)
17:06:17 [2021-08-20T17:06:17.093Z] === RUN   TestCommitFailure
17:06:17 [2021-08-20T17:06:17.093Z] --- PASS: TestCommitFailure (0.01s)
17:06:17 [2021-08-20T17:06:17.093Z] === RUN   TestStartTransactionFailure
17:06:17 [2021-08-20T17:06:17.093Z] --- PASS: TestStartTransactionFailure (0.01s)
17:06:17 [2021-08-20T17:06:17.093Z] === RUN   TestGetOrphan
17:06:17 [2021-08-20T17:06:17.093Z] --- PASS: TestGetOrphan (0.01s)
17:06:17 [2021-08-20T17:06:17.093Z] === RUN   TestMountAndRegister
17:06:17 [2021-08-20T17:06:17.093Z]     layer_test.go:271: Layer size: 14
17:06:17 [2021-08-20T17:06:17.093Z] --- PASS: TestMountAndRegister (0.05s)
17:06:17 [2021-08-20T17:06:17.093Z] === RUN   TestLayerRelease
17:06:17 [2021-08-20T17:06:17.093Z]     layer_test.go:304: Failing on Windows
17:06:17 [2021-08-20T17:06:17.093Z] --- SKIP: TestLayerRelease (0.00s)
17:06:17 [2021-08-20T17:06:17.093Z] === RUN   TestStoreRestore
17:06:17 [2021-08-20T17:06:17.093Z]     layer_test.go:353: Failing on Windows
17:06:17 [2021-08-20T17:06:17.093Z] --- SKIP: TestStoreRestore (0.00s)
17:06:17 [2021-08-20T17:06:17.093Z] === RUN   TestTarStreamStability
17:06:17 [2021-08-20T17:06:17.093Z]     layer_test.go:468: Failing on Windows
17:06:17 [2021-08-20T17:06:17.093Z] --- SKIP: TestTarStreamStability (0.00s)
17:06:17 [2021-08-20T17:06:17.093Z] === RUN   TestRegisterExistingLayer
17:06:17 [2021-08-20T17:06:17.093Z] === RUN   TestEnvironmentParsing
17:06:17 [2021-08-20T17:06:17.093Z] --- PASS: TestEnvironmentParsing (0.00s)
17:06:17 [2021-08-20T17:06:17.093Z] PASS
17:06:17 [2021-08-20T17:06:17.093Z] coverage: 1.2% of statements
17:06:17 [2021-08-20T17:06:17.093Z] ok  	github.com/docker/docker/libcontainerd/local	0.077s	coverage: 1.2% of statements
17:06:17 [2021-08-20T17:06:17.158Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart
17:06:17 [2021-08-20T17:06:17.549Z] --- PASS: TestRegisterExistingLayer (0.20s)
17:06:17 [2021-08-20T17:06:17.549Z] === RUN   TestTarStreamVerification
17:06:17 [2021-08-20T17:06:17.549Z]     layer_test.go:697: Failing on Windows
17:06:17 [2021-08-20T17:06:17.549Z] --- SKIP: TestTarStreamVerification (0.00s)
17:06:17 [2021-08-20T17:06:17.549Z] === RUN   TestLayerMigration
17:06:17 [2021-08-20T17:06:17.549Z]     migration_test.go:46: Failing on Windows
17:06:17 [2021-08-20T17:06:17.549Z] --- SKIP: TestLayerMigration (0.00s)
17:06:17 [2021-08-20T17:06:17.549Z] === RUN   TestLayerMigrationNoTarsplit
17:06:17 [2021-08-20T17:06:17.549Z]     migration_test.go:182: Failing on Windows
17:06:17 [2021-08-20T17:06:17.549Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s)
17:06:17 [2021-08-20T17:06:17.549Z] === RUN   TestMountInit
17:06:17 [2021-08-20T17:06:17.549Z]     mount_test.go:17: Failing on Windows
17:06:17 [2021-08-20T17:06:17.549Z] --- SKIP: TestMountInit (0.00s)
17:06:17 [2021-08-20T17:06:17.549Z] === RUN   TestMountSize
17:06:17 [2021-08-20T17:06:17.549Z]     mount_test.go:76: Failing on Windows
17:06:17 [2021-08-20T17:06:17.549Z] --- SKIP: TestMountSize (0.00s)
17:06:17 [2021-08-20T17:06:17.549Z] === RUN   TestMountChanges
17:06:17 [2021-08-20T17:06:17.549Z]     mount_test.go:125: Failing on Windows
17:06:17 [2021-08-20T17:06:17.549Z] --- SKIP: TestMountChanges (0.00s)
17:06:17 [2021-08-20T17:06:17.549Z] === RUN   TestMountApply
17:06:17 [2021-08-20T17:06:17.549Z]     mount_test.go:212: Failing on Windows
17:06:17 [2021-08-20T17:06:17.549Z] --- SKIP: TestMountApply (0.00s)
17:06:17 [2021-08-20T17:06:17.549Z] PASS
17:06:17 [2021-08-20T17:06:17.549Z] coverage: 30.1% of statements
17:06:17 [2021-08-20T17:06:17.549Z] ok  	github.com/docker/docker/layer	0.385s	coverage: 30.1% of statements
17:06:17 [2021-08-20T17:06:17.549Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
17:06:17 [2021-08-20T17:06:17.549Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
17:06:17 [2021-08-20T17:06:17.549Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
17:06:17 [2021-08-20T17:06:17.549Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
17:06:19 [2021-08-20T17:06:19.050Z] --- PASS: TestNetworkLoopbackNat (4.07s)
17:06:19 [2021-08-20T17:06:19.050Z] === RUN   TestPause
17:06:19 [2021-08-20T17:06:19.080Z] === RUN   TestSequenceGetAvailableBit
17:06:19 [2021-08-20T17:06:19.080Z] --- PASS: TestSequenceGetAvailableBit (0.00s)
17:06:19 [2021-08-20T17:06:19.080Z] === RUN   TestSequenceEqual
17:06:19 [2021-08-20T17:06:19.080Z] --- PASS: TestSequenceEqual (0.00s)
17:06:19 [2021-08-20T17:06:19.080Z] === RUN   TestSequenceCopy
17:06:19 [2021-08-20T17:06:19.080Z] --- PASS: TestSequenceCopy (0.00s)
17:06:19 [2021-08-20T17:06:19.080Z] === RUN   TestGetFirstAvailable
17:06:19 [2021-08-20T17:06:19.080Z] --- PASS: TestGetFirstAvailable (0.00s)
17:06:19 [2021-08-20T17:06:19.080Z] === RUN   TestFindSequence
17:06:19 [2021-08-20T17:06:19.080Z] --- PASS: TestFindSequence (0.00s)
17:06:19 [2021-08-20T17:06:19.080Z] === RUN   TestCheckIfAvailable
17:06:19 [2021-08-20T17:06:19.080Z] --- PASS: TestCheckIfAvailable (0.00s)
17:06:19 [2021-08-20T17:06:19.080Z] === RUN   TestMergeSequences
17:06:19 [2021-08-20T17:06:19.080Z] --- PASS: TestMergeSequences (0.00s)
17:06:19 [2021-08-20T17:06:19.080Z] === RUN   TestPushReservation
17:06:19 [2021-08-20T17:06:19.080Z] --- PASS: TestPushReservation (0.00s)
17:06:19 [2021-08-20T17:06:19.080Z] === RUN   TestSerializeDeserialize
17:06:19 [2021-08-20T17:06:19.080Z] --- PASS: TestSerializeDeserialize (0.00s)
17:06:19 [2021-08-20T17:06:19.080Z] === RUN   TestSet
17:06:19 [2021-08-20T17:06:19.080Z] --- PASS: TestSet (0.00s)
17:06:19 [2021-08-20T17:06:19.080Z] === RUN   TestSetUnset
17:06:19 [2021-08-20T17:06:19.080Z] --- PASS: TestSetUnset (0.00s)
17:06:19 [2021-08-20T17:06:19.080Z] === RUN   TestOffsetSetUnset
17:06:19 [2021-08-20T17:06:19.080Z] --- PASS: TestOffsetSetUnset (0.00s)
17:06:19 [2021-08-20T17:06:19.080Z] === RUN   TestSetInRange
17:06:19 [2021-08-20T17:06:19.080Z] --- PASS: TestSetInRange (0.00s)
17:06:19 [2021-08-20T17:06:19.080Z] === RUN   TestSetAnyInRange
17:06:19 [2021-08-20T17:06:19.080Z] --- PASS: TestSetAnyInRange (0.00s)
17:06:19 [2021-08-20T17:06:19.080Z] === RUN   TestMethods
17:06:19 [2021-08-20T17:06:19.080Z] --- PASS: TestMethods (0.00s)
17:06:19 [2021-08-20T17:06:19.080Z] === RUN   TestRandomAllocateDeallocate
17:06:20 [2021-08-20T17:06:20.418Z] --- PASS: TestPause (1.51s)
17:06:20 [2021-08-20T17:06:20.418Z] === RUN   TestPauseFailsOnWindowsServerContainers
17:06:20 [2021-08-20T17:06:20.418Z]     pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
17:06:20 [2021-08-20T17:06:20.418Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
17:06:20 [2021-08-20T17:06:20.418Z] === RUN   TestPauseStopPausedContainer
17:06:20 [2021-08-20T17:06:20.925Z] INFO: make.ps1 starting at 08/20/2021 17:06:19
17:06:20 [2021-08-20T17:06:20.925Z] INFO: Git commit (f7ebafa5c6) assumed from DOCKER_GITCOMMIT environment variable
17:06:20 [2021-08-20T17:06:20.925Z] INFO: Invoking autogen...
17:06:20 [2021-08-20T17:06:20.925Z] INFO: Building daemon...
17:06:21 [2021-08-20T17:06:21.245Z] === RUN   TestInvalidConfig
17:06:21 [2021-08-20T17:06:21.245Z] --- PASS: TestInvalidConfig (0.00s)
17:06:21 [2021-08-20T17:06:21.245Z] === RUN   TestConfig
17:06:21 [2021-08-20T17:06:21.245Z] --- PASS: TestConfig (0.00s)
17:06:21 [2021-08-20T17:06:21.245Z] === RUN   TestOptionsLabels
17:06:21 [2021-08-20T17:06:21.245Z] --- PASS: TestOptionsLabels (0.00s)
17:06:21 [2021-08-20T17:06:21.245Z] === RUN   TestValidName
17:06:21 [2021-08-20T17:06:21.245Z] --- PASS: TestValidName (0.00s)
17:06:21 [2021-08-20T17:06:21.245Z] === RUN   TestTLSConfiguration
17:06:21 [2021-08-20T17:06:21.245Z] time="2021-08-20T17:06:20Z" level=info msg="Option Initializing KV with TLS"
17:06:21 [2021-08-20T17:06:21.245Z] --- PASS: TestTLSConfiguration (0.21s)
17:06:21 [2021-08-20T17:06:21.245Z] PASS
17:06:21 [2021-08-20T17:06:21.245Z] coverage: 24.0% of statements
17:06:21 [2021-08-20T17:06:21.245Z] ok  	github.com/docker/docker/libnetwork/config	0.342s	coverage: 24.0% of statements
17:06:21 [2021-08-20T17:06:21.245Z] === RUN   TestErrorInterfaces
17:06:21 [2021-08-20T17:06:21.245Z] --- PASS: TestErrorInterfaces (0.00s)
17:06:21 [2021-08-20T17:06:21.245Z] === RUN   TestNetworkMarshalling
17:06:21 [2021-08-20T17:06:21.704Z] --- PASS: TestNetworkMarshalling (0.23s)
17:06:21 [2021-08-20T17:06:21.704Z] === RUN   TestEndpointMarshalling
17:06:21 [2021-08-20T17:06:21.704Z] --- PASS: TestEndpointMarshalling (0.00s)
17:06:21 [2021-08-20T17:06:21.704Z] === RUN   TestAuxAddresses
17:06:21 [2021-08-20T17:06:21.704Z] time="2021-08-20T17:06:21Z" level=info msg="Restoring existing overlay networks from HNS into docker"
17:06:21 [2021-08-20T17:06:21.704Z] --- PASS: TestAuxAddresses (0.02s)
17:06:21 [2021-08-20T17:06:21.704Z] === RUN   TestSRVServiceQuery
17:06:21 [2021-08-20T17:06:21.704Z]     libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux
17:06:21 [2021-08-20T17:06:21.704Z] --- SKIP: TestSRVServiceQuery (0.01s)
17:06:21 [2021-08-20T17:06:21.704Z] === RUN   TestServiceVIPReuse
17:06:21 [2021-08-20T17:06:21.704Z]     libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux
17:06:21 [2021-08-20T17:06:21.704Z] --- SKIP: TestServiceVIPReuse (0.00s)
17:06:21 [2021-08-20T17:06:21.704Z] === RUN   TestIpamReleaseOnNetDriverFailures
17:06:21 [2021-08-20T17:06:21.704Z]     libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux
17:06:21 [2021-08-20T17:06:21.704Z] --- SKIP: TestIpamReleaseOnNetDriverFailures (0.00s)
17:06:21 [2021-08-20T17:06:21.704Z] === RUN   TestDNSIPQuery
17:06:21 [2021-08-20T17:06:21.704Z]     resolver_test.go:77: runtime.GOOS == "windows": test only works on linux
17:06:21 [2021-08-20T17:06:21.704Z] --- SKIP: TestDNSIPQuery (0.00s)
17:06:21 [2021-08-20T17:06:21.704Z] === RUN   TestDNSProxyServFail
17:06:21 [2021-08-20T17:06:21.704Z]     resolver_test.go:216: runtime.GOOS == "windows": test only works on linux
17:06:21 [2021-08-20T17:06:21.704Z] --- SKIP: TestDNSProxyServFail (0.00s)
17:06:21 [2021-08-20T17:06:21.704Z] === RUN   TestSandboxAddEmpty
17:06:21 [2021-08-20T17:06:21.704Z]     sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux
17:06:21 [2021-08-20T17:06:21.704Z] --- SKIP: TestSandboxAddEmpty (0.00s)
17:06:21 [2021-08-20T17:06:21.704Z] === RUN   TestSandboxAddMultiPrio
17:06:21 [2021-08-20T17:06:21.704Z]     sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux
17:06:21 [2021-08-20T17:06:21.704Z] --- SKIP: TestSandboxAddMultiPrio (0.00s)
17:06:21 [2021-08-20T17:06:21.704Z] === RUN   TestSandboxAddSamePrio
17:06:21 [2021-08-20T17:06:21.704Z]     sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux
17:06:21 [2021-08-20T17:06:21.704Z] --- SKIP: TestSandboxAddSamePrio (0.00s)
17:06:21 [2021-08-20T17:06:21.704Z] === RUN   TestCleanupServiceDiscovery
17:06:21 [2021-08-20T17:06:21.704Z]     service_common_test.go:15: runtime.GOOS == "windows": test only works on linux
17:06:21 [2021-08-20T17:06:21.704Z] --- SKIP: TestCleanupServiceDiscovery (0.00s)
17:06:21 [2021-08-20T17:06:21.704Z] === RUN   TestDNSOptions
17:06:21 [2021-08-20T17:06:21.704Z]     service_common_test.go:59: runtime.GOOS == "windows": test only works on linux
17:06:21 [2021-08-20T17:06:21.704Z] --- SKIP: TestDNSOptions (0.00s)
17:06:21 [2021-08-20T17:06:21.704Z] === RUN   TestMultipleControllersWithSameStore
17:06:21 [2021-08-20T17:06:21.704Z] time="2021-08-20T17:06:21Z" level=info msg="Restoring existing overlay networks from HNS into docker"
17:06:21 [2021-08-20T17:06:21.704Z] time="2021-08-20T17:06:21Z" level=info msg="Restoring existing overlay networks from HNS into docker"
17:06:21 [2021-08-20T17:06:21.704Z] --- PASS: TestMultipleControllersWithSameStore (0.03s)
17:06:21 [2021-08-20T17:06:21.704Z] PASS
17:06:21 [2021-08-20T17:06:21.704Z] coverage: 8.6% of statements
17:06:21 [2021-08-20T17:06:21.704Z] ok  	github.com/docker/docker/libnetwork	0.399s	coverage: 8.6% of statements
17:06:21 [2021-08-20T17:06:21.704Z] ?   	github.com/docker/docker/libnetwork/api	[no test files]
17:06:21 [2021-08-20T17:06:21.704Z] === RUN   TestKey
17:06:21 [2021-08-20T17:06:21.704Z] --- PASS: TestKey (0.00s)
17:06:21 [2021-08-20T17:06:21.704Z] === RUN   TestParseKey
17:06:21 [2021-08-20T17:06:21.704Z] --- PASS: TestParseKey (0.00s)
17:06:21 [2021-08-20T17:06:21.704Z] === RUN   TestInvalidDataStore
17:06:21 [2021-08-20T17:06:21.704Z] --- PASS: TestInvalidDataStore (0.00s)
17:06:21 [2021-08-20T17:06:21.704Z] === RUN   TestKVObjectFlatKey
17:06:21 [2021-08-20T17:06:21.704Z] --- PASS: TestKVObjectFlatKey (0.00s)
17:06:21 [2021-08-20T17:06:21.704Z] === RUN   TestAtomicKVObjectFlatKey
17:06:21 [2021-08-20T17:06:21.704Z] --- PASS: TestAtomicKVObjectFlatKey (0.00s)
17:06:21 [2021-08-20T17:06:21.704Z] PASS
17:06:21 [2021-08-20T17:06:21.704Z] coverage: 21.9% of statements
17:06:21 [2021-08-20T17:06:21.704Z] ok  	github.com/docker/docker/libnetwork/datastore	0.053s	coverage: 21.9% of statements
17:06:21 [2021-08-20T17:06:21.786Z] --- PASS: TestPauseStopPausedContainer (1.41s)
17:06:21 [2021-08-20T17:06:21.786Z] === RUN   TestPidHost
17:06:22 [2021-08-20T17:06:22.666Z] === RUN   TestIPDataMarshalling
17:06:22 [2021-08-20T17:06:22.666Z] --- PASS: TestIPDataMarshalling (0.00s)
17:06:22 [2021-08-20T17:06:22.666Z] === RUN   TestValidateAndIsV6
17:06:22 [2021-08-20T17:06:22.666Z] --- PASS: TestValidateAndIsV6 (0.00s)
17:06:22 [2021-08-20T17:06:22.666Z] PASS
17:06:22 [2021-08-20T17:06:22.666Z] coverage: 68.9% of statements
17:06:22 [2021-08-20T17:06:22.666Z] ok  	github.com/docker/docker/libnetwork/driverapi	0.051s	coverage: 68.9% of statements
17:06:22 [2021-08-20T17:06:22.715Z] === RUN   TestDockerSuite/TestBuildBlankName
17:06:23 [2021-08-20T17:06:23.122Z] === RUN   TestDriver
17:06:23 [2021-08-20T17:06:23.122Z] --- PASS: TestDriver (0.00s)
17:06:23 [2021-08-20T17:06:23.122Z] PASS
17:06:23 [2021-08-20T17:06:23.122Z] coverage: 34.8% of statements
17:06:23 [2021-08-20T17:06:23.122Z] ok  	github.com/docker/docker/libnetwork/drivers/host	0.048s	coverage: 34.8% of statements
17:06:23 [2021-08-20T17:06:23.122Z] === RUN   TestDriver
17:06:23 [2021-08-20T17:06:23.122Z] --- PASS: TestDriver (0.00s)
17:06:23 [2021-08-20T17:06:23.122Z] PASS
17:06:23 [2021-08-20T17:06:23.122Z] coverage: 34.8% of statements
17:06:23 [2021-08-20T17:06:23.122Z] ok  	github.com/docker/docker/libnetwork/drivers/null	0.045s	coverage: 34.8% of statements
17:06:23 [2021-08-20T17:06:23.279Z] === RUN   TestDockerSuite/TestBuildBuildTimeArg
17:06:23 [2021-08-20T17:06:23.578Z] --- PASS: TestRandomAllocateDeallocate (4.83s)
17:06:23 [2021-08-20T17:06:23.578Z] === RUN   TestAllocateRandomDeallocate
17:06:23 [2021-08-20T17:06:23.578Z] === RUN   TestNetworkAllocateFree
17:06:23 [2021-08-20T17:06:23.578Z] --- PASS: TestNetworkAllocateFree (0.00s)
17:06:23 [2021-08-20T17:06:23.578Z] === RUN   TestNetworkAllocateUserDefinedVNIs
17:06:23 [2021-08-20T17:06:23.578Z] --- PASS: TestNetworkAllocateUserDefinedVNIs (0.00s)
17:06:23 [2021-08-20T17:06:23.578Z] PASS
17:06:23 [2021-08-20T17:06:23.578Z] coverage: 63.6% of statements
17:06:23 [2021-08-20T17:06:23.578Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay/ovmanager	0.057s	coverage: 63.6% of statements
17:06:24 [2021-08-20T17:06:24.541Z] === RUN   TestGetEmptyCapabilities
17:06:24 [2021-08-20T17:06:24.541Z] --- PASS: TestGetEmptyCapabilities (0.01s)
17:06:24 [2021-08-20T17:06:24.541Z] === RUN   TestGetExtraCapabilities
17:06:24 [2021-08-20T17:06:24.541Z] --- PASS: TestGetExtraCapabilities (0.01s)
17:06:24 [2021-08-20T17:06:24.541Z] === RUN   TestGetInvalidCapabilities
17:06:24 [2021-08-20T17:06:24.541Z] --- PASS: TestGetInvalidCapabilities (0.01s)
17:06:24 [2021-08-20T17:06:24.541Z] === RUN   TestRemoteDriver
17:06:24 [2021-08-20T17:06:24.541Z] --- PASS: TestRemoteDriver (0.01s)
17:06:24 [2021-08-20T17:06:24.541Z] === RUN   TestDriverError
17:06:24 [2021-08-20T17:06:24.541Z] --- PASS: TestDriverError (0.01s)
17:06:24 [2021-08-20T17:06:24.541Z] === RUN   TestMissingValues
17:06:24 [2021-08-20T17:06:24.541Z] --- PASS: TestMissingValues (0.01s)
17:06:24 [2021-08-20T17:06:24.541Z] === RUN   TestRollback
17:06:24 [2021-08-20T17:06:24.541Z] --- PASS: TestRollback (0.01s)
17:06:24 [2021-08-20T17:06:24.541Z] PASS
17:06:24 [2021-08-20T17:06:24.541Z] coverage: 57.4% of statements
17:06:24 [2021-08-20T17:06:24.541Z] ok  	github.com/docker/docker/libnetwork/drivers/remote	0.100s	coverage: 57.4% of statements
17:06:24 [2021-08-20T17:06:24.997Z] === RUN   TestNAT
17:06:24 [2021-08-20T17:06:24.997Z]     windows_test.go:57: Test does not work on CI and was never running to begin with
17:06:24 [2021-08-20T17:06:24.997Z] --- SKIP: TestNAT (0.00s)
17:06:24 [2021-08-20T17:06:24.997Z] === RUN   TestTransparent
17:06:24 [2021-08-20T17:06:24.997Z]     windows_test.go:62: Test does not work on CI and was never running to begin with
17:06:24 [2021-08-20T17:06:24.997Z] --- SKIP: TestTransparent (0.00s)
17:06:24 [2021-08-20T17:06:24.997Z] PASS
17:06:24 [2021-08-20T17:06:24.997Z] coverage: 0.0% of statements
17:06:24 [2021-08-20T17:06:24.997Z] ok  	github.com/docker/docker/libnetwork/drivers/windows	0.061s	coverage: 0.0% of statements
17:06:24 [2021-08-20T17:06:24.997Z] --- PASS: TestAllocateRandomDeallocate (1.25s)
17:06:24 [2021-08-20T17:06:24.997Z] === RUN   TestAllocateRandomDeallocateSerialize
17:06:25 [2021-08-20T17:06:25.452Z] === RUN   TestBuildDefault
17:06:25 [2021-08-20T17:06:25.452Z] --- PASS: TestBuildDefault (0.00s)
17:06:25 [2021-08-20T17:06:25.452Z] === RUN   TestBuildHostnameDomainname
17:06:25 [2021-08-20T17:06:25.452Z] --- PASS: TestBuildHostnameDomainname (0.00s)
17:06:25 [2021-08-20T17:06:25.452Z] === RUN   TestBuildHostname
17:06:25 [2021-08-20T17:06:25.452Z] --- PASS: TestBuildHostname (0.00s)
17:06:25 [2021-08-20T17:06:25.452Z] === RUN   TestBuildHostnameFQDN
17:06:25 [2021-08-20T17:06:25.452Z] --- PASS: TestBuildHostnameFQDN (0.00s)
17:06:25 [2021-08-20T17:06:25.452Z] === RUN   TestBuildNoIP
17:06:25 [2021-08-20T17:06:25.452Z] --- PASS: TestBuildNoIP (0.00s)
17:06:25 [2021-08-20T17:06:25.452Z] === RUN   TestUpdate
17:06:25 [2021-08-20T17:06:25.452Z] --- PASS: TestUpdate (0.00s)
17:06:25 [2021-08-20T17:06:25.452Z] === RUN   TestUpdateIgnoresPrefixedHostname
17:06:25 [2021-08-20T17:06:25.452Z] --- PASS: TestUpdateIgnoresPrefixedHostname (0.00s)
17:06:25 [2021-08-20T17:06:25.452Z] === RUN   TestDeleteIgnoresPrefixedHostname
17:06:25 [2021-08-20T17:06:25.452Z] --- PASS: TestDeleteIgnoresPrefixedHostname (0.00s)
17:06:25 [2021-08-20T17:06:25.452Z] === RUN   TestAddEmpty
17:06:25 [2021-08-20T17:06:25.452Z] --- PASS: TestAddEmpty (0.00s)
17:06:25 [2021-08-20T17:06:25.452Z] === RUN   TestAdd
17:06:25 [2021-08-20T17:06:25.452Z] --- PASS: TestAdd (0.00s)
17:06:25 [2021-08-20T17:06:25.452Z] === RUN   TestDeleteEmpty
17:06:25 [2021-08-20T17:06:25.452Z] --- PASS: TestDeleteEmpty (0.00s)
17:06:25 [2021-08-20T17:06:25.452Z] === RUN   TestDeleteNewline
17:06:25 [2021-08-20T17:06:25.452Z] --- PASS: TestDeleteNewline (0.00s)
17:06:25 [2021-08-20T17:06:25.452Z] === RUN   TestDelete
17:06:25 [2021-08-20T17:06:25.452Z] --- PASS: TestDelete (0.00s)
17:06:25 [2021-08-20T17:06:25.452Z] === RUN   TestConcurrentWrites
17:06:25 [2021-08-20T17:06:25.452Z] --- PASS: TestConcurrentWrites (0.26s)
17:06:25 [2021-08-20T17:06:25.452Z] === RUN   TestNew
17:06:25 [2021-08-20T17:06:25.452Z] --- PASS: TestNew (0.00s)
17:06:25 [2021-08-20T17:06:25.452Z] PASS
17:06:25 [2021-08-20T17:06:25.452Z] coverage: 81.2% of statements
17:06:25 [2021-08-20T17:06:25.452Z] === RUN   TestAddDriver
17:06:25 [2021-08-20T17:06:25.452Z] --- PASS: TestAddDriver (0.00s)
17:06:25 [2021-08-20T17:06:25.452Z] === RUN   TestAddDuplicateDriver
17:06:25 [2021-08-20T17:06:25.452Z] --- PASS: TestAddDuplicateDriver (0.00s)
17:06:25 [2021-08-20T17:06:25.452Z] === RUN   TestIPAMDefaultAddressSpaces
17:06:25 [2021-08-20T17:06:25.452Z] --- PASS: TestIPAMDefaultAddressSpaces (0.00s)
17:06:25 [2021-08-20T17:06:25.452Z] === RUN   TestDriver
17:06:25 [2021-08-20T17:06:25.452Z] --- PASS: TestDriver (0.00s)
17:06:25 [2021-08-20T17:06:25.452Z] === RUN   TestIPAM
17:06:25 [2021-08-20T17:06:25.452Z] --- PASS: TestIPAM (0.00s)
17:06:25 [2021-08-20T17:06:25.452Z] === RUN   TestWalkIPAMs
17:06:25 [2021-08-20T17:06:25.452Z] --- PASS: TestWalkIPAMs (0.00s)
17:06:25 [2021-08-20T17:06:25.452Z] === RUN   TestWalkDrivers
17:06:25 [2021-08-20T17:06:25.452Z] --- PASS: TestWalkDrivers (0.00s)
17:06:25 [2021-08-20T17:06:25.452Z] PASS
17:06:25 [2021-08-20T17:06:25.452Z] coverage: 82.4% of statements
17:06:25 [2021-08-20T17:06:25.452Z] ok  	github.com/docker/docker/libnetwork/etchosts	0.333s	coverage: 81.2% of statements
17:06:25 [2021-08-20T17:06:25.452Z] ok  	github.com/docker/docker/libnetwork/drvregistry	0.079s	coverage: 82.4% of statements
17:06:25 [2021-08-20T17:06:25.802Z] --- PASS: TestPidHost (4.14s)
17:06:25 [2021-08-20T17:06:25.802Z] === RUN   TestPsFilter
17:06:25 [2021-08-20T17:06:25.923Z] --- PASS: TestAllocateRandomDeallocateSerialize (1.03s)
17:06:25 [2021-08-20T17:06:25.923Z] === RUN   TestRetrieveFromStore
17:06:26 [2021-08-20T17:06:26.059Z] --- PASS: TestPsFilter (0.14s)
17:06:26 [2021-08-20T17:06:26.059Z] === RUN   TestRemoveContainerWithRemovedVolume
17:06:26 [2021-08-20T17:06:26.379Z] === RUN   TestDiff
17:06:26 [2021-08-20T17:06:26.379Z] --- PASS: TestDiff (0.00s)
17:06:26 [2021-08-20T17:06:26.379Z] === RUN   TestAddedCallback
17:06:26 [2021-08-20T17:06:26.379Z] --- PASS: TestAddedCallback (0.00s)
17:06:26 [2021-08-20T17:06:26.379Z] === RUN   TestRemovedCallback
17:06:26 [2021-08-20T17:06:26.379Z] --- PASS: TestRemovedCallback (0.00s)
17:06:26 [2021-08-20T17:06:26.379Z] === RUN   TestNoCallback
17:06:26 [2021-08-20T17:06:26.379Z] --- PASS: TestNoCallback (0.00s)
17:06:26 [2021-08-20T17:06:26.379Z] PASS
17:06:26 [2021-08-20T17:06:26.379Z] coverage: 48.1% of statements
17:06:26 [2021-08-20T17:06:26.379Z] ok  	github.com/docker/docker/libnetwork/hostdiscovery	0.056s	coverage: 48.1% of statements
17:06:26 [2021-08-20T17:06:26.379Z] --- PASS: TestRetrieveFromStore (0.44s)
17:06:26 [2021-08-20T17:06:26.379Z] === RUN   TestIsCorrupted
17:06:26 [2021-08-20T17:06:26.379Z] --- PASS: TestIsCorrupted (0.02s)
17:06:26 [2021-08-20T17:06:26.379Z] === RUN   TestSetRollover
17:06:26 [2021-08-20T17:06:26.379Z] === RUN   TestNew
17:06:26 [2021-08-20T17:06:26.379Z] --- PASS: TestNew (0.00s)
17:06:26 [2021-08-20T17:06:26.379Z] === RUN   TestAllocate
17:06:26 [2021-08-20T17:06:26.379Z] --- PASS: TestAllocate (0.00s)
17:06:26 [2021-08-20T17:06:26.379Z] === RUN   TestUninitialized
17:06:26 [2021-08-20T17:06:26.379Z] --- PASS: TestUninitialized (0.00s)
17:06:26 [2021-08-20T17:06:26.379Z] === RUN   TestAllocateInRange
17:06:26 [2021-08-20T17:06:26.379Z] --- PASS: TestAllocateInRange (0.00s)
17:06:26 [2021-08-20T17:06:26.379Z] === RUN   TestAllocateSerial
17:06:26 [2021-08-20T17:06:26.379Z] --- PASS: TestAllocateSerial (0.00s)
17:06:26 [2021-08-20T17:06:26.379Z] PASS
17:06:26 [2021-08-20T17:06:26.379Z] coverage: 87.5% of statements
17:06:26 [2021-08-20T17:06:26.379Z] ok  	github.com/docker/docker/libnetwork/idm	0.052s	coverage: 87.5% of statements
17:06:26 [2021-08-20T17:06:26.623Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgBuiltinArg
17:06:26 [2021-08-20T17:06:26.835Z] === RUN   TestCaller
17:06:26 [2021-08-20T17:06:26.835Z] --- PASS: TestCaller (0.00s)
17:06:26 [2021-08-20T17:06:26.835Z] PASS
17:06:26 [2021-08-20T17:06:26.835Z] coverage: 100.0% of statements
17:06:26 [2021-08-20T17:06:26.835Z] ok  	github.com/docker/docker/libnetwork/internal/caller	0.052s	coverage: 100.0% of statements
17:06:27 [2021-08-20T17:06:27.186Z] --- PASS: TestRemoveContainerWithRemovedVolume (1.20s)
17:06:27 [2021-08-20T17:06:27.186Z] === RUN   TestRemoveContainerWithVolume
17:06:27 [2021-08-20T17:06:27.291Z] === RUN   TestSetSerialInsertDelete
17:06:27 [2021-08-20T17:06:27.291Z] --- PASS: TestSetSerialInsertDelete (0.00s)
17:06:27 [2021-08-20T17:06:27.291Z] === RUN   TestSetParallelInsertDelete
17:06:28 [2021-08-20T17:06:28.552Z] --- PASS: TestRemoveContainerWithVolume (1.41s)
17:06:28 [2021-08-20T17:06:28.552Z] === RUN   TestRemoveContainerRunning
17:06:28 [2021-08-20T17:06:28.823Z] === RUN   TestInt2IP2IntConversion
17:06:28 [2021-08-20T17:06:28.823Z] --- PASS: TestSetRollover (2.37s)
17:06:28 [2021-08-20T17:06:28.823Z] === RUN   TestSetRolloverSerial
17:06:28 [2021-08-20T17:06:28.823Z] === RUN   TestPoolRequest
17:06:28 [2021-08-20T17:06:28.823Z] --- PASS: TestPoolRequest (0.00s)
17:06:28 [2021-08-20T17:06:28.823Z] === RUN   TestOtherRequests
17:06:28 [2021-08-20T17:06:28.823Z] --- PASS: TestOtherRequests (0.00s)
17:06:28 [2021-08-20T17:06:28.823Z] PASS
17:06:28 [2021-08-20T17:06:28.823Z] coverage: 57.1% of statements
17:06:28 [2021-08-20T17:06:28.823Z] ok  	github.com/docker/docker/libnetwork/ipams/null	0.046s	coverage: 57.1% of statements
17:06:29 [2021-08-20T17:06:29.282Z] --- PASS: TestInt2IP2IntConversion (0.65s)
17:06:29 [2021-08-20T17:06:29.282Z] === RUN   TestGetAddressVersion
17:06:29 [2021-08-20T17:06:29.282Z] --- PASS: TestGetAddressVersion (0.00s)
17:06:29 [2021-08-20T17:06:29.282Z] === RUN   TestKeyString
17:06:29 [2021-08-20T17:06:29.282Z] --- PASS: TestKeyString (0.00s)
17:06:29 [2021-08-20T17:06:29.282Z] === RUN   TestPoolDataMarshal
17:06:29 [2021-08-20T17:06:29.282Z] --- PASS: TestPoolDataMarshal (0.00s)
17:06:29 [2021-08-20T17:06:29.282Z] === RUN   TestSubnetsMarshal
17:06:29 [2021-08-20T17:06:29.282Z] --- PASS: TestSubnetsMarshal (0.05s)
17:06:29 [2021-08-20T17:06:29.282Z] === RUN   TestAddSubnets
17:06:29 [2021-08-20T17:06:29.282Z] --- PASS: TestAddSubnets (0.06s)
17:06:29 [2021-08-20T17:06:29.282Z] === RUN   TestDoublePoolRelease
17:06:29 [2021-08-20T17:06:29.282Z] --- PASS: TestDoublePoolRelease (0.03s)
17:06:29 [2021-08-20T17:06:29.282Z] === RUN   TestAddReleasePoolID
17:06:29 [2021-08-20T17:06:29.282Z] --- PASS: TestAddReleasePoolID (0.06s)
17:06:29 [2021-08-20T17:06:29.282Z] === RUN   TestPredefinedPool
17:06:29 [2021-08-20T17:06:29.282Z] --- PASS: TestPredefinedPool (0.02s)
17:06:29 [2021-08-20T17:06:29.282Z] === RUN   TestRemoveSubnet
17:06:29 [2021-08-20T17:06:29.737Z] --- PASS: TestRemoveSubnet (0.15s)
17:06:29 [2021-08-20T17:06:29.738Z] === RUN   TestGetSameAddress
17:06:29 [2021-08-20T17:06:29.738Z] --- PASS: TestGetSameAddress (0.02s)
17:06:29 [2021-08-20T17:06:29.738Z] === RUN   TestPoolAllocationReuse
17:06:29 [2021-08-20T17:06:29.919Z] --- PASS: TestRemoveContainerRunning (1.32s)
17:06:29 [2021-08-20T17:06:29.919Z] === RUN   TestRemoveContainerForceRemoveRunning
17:06:30 [2021-08-20T17:06:30.175Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheHit
17:06:30 [2021-08-20T17:06:30.196Z] === RUN   TestGetCapabilities
17:06:30 [2021-08-20T17:06:30.196Z] --- PASS: TestGetCapabilities (0.01s)
17:06:30 [2021-08-20T17:06:30.196Z] === RUN   TestGetCapabilitiesFromLegacyDriver
17:06:30 [2021-08-20T17:06:30.196Z] --- PASS: TestGetCapabilitiesFromLegacyDriver (0.01s)
17:06:30 [2021-08-20T17:06:30.196Z] === RUN   TestGetDefaultAddressSpaces
17:06:30 [2021-08-20T17:06:30.196Z] --- PASS: TestGetDefaultAddressSpaces (0.01s)
17:06:30 [2021-08-20T17:06:30.196Z] === RUN   TestRemoteDriver
17:06:30 [2021-08-20T17:06:30.196Z] --- PASS: TestRemoteDriver (0.01s)
17:06:30 [2021-08-20T17:06:30.196Z] PASS
17:06:30 [2021-08-20T17:06:30.196Z] coverage: 47.4% of statements
17:06:30 [2021-08-20T17:06:30.196Z] ok  	github.com/docker/docker/libnetwork/ipams/remote	0.080s	coverage: 47.4% of statements
17:06:30 [2021-08-20T17:06:30.652Z] --- PASS: TestSetRolloverSerial (1.69s)
17:06:30 [2021-08-20T17:06:30.652Z] === RUN   TestGetFirstAvailableFromCurrent
17:06:30 [2021-08-20T17:06:30.652Z] --- PASS: TestGetFirstAvailableFromCurrent (0.00s)
17:06:30 [2021-08-20T17:06:30.652Z] PASS
17:06:30 [2021-08-20T17:06:30.652Z] coverage: 84.4% of statements
17:06:30 [2021-08-20T17:06:30.652Z] ok  	github.com/docker/docker/libnetwork/bitseq	11.714s	coverage: 84.4% of statements
17:06:31 [2021-08-20T17:06:31.104Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.33s)
17:06:31 [2021-08-20T17:06:31.104Z] === RUN   TestRemoveInvalidContainer
17:06:31 [2021-08-20T17:06:31.108Z] === RUN   TestWindowsIPAM
17:06:31 [2021-08-20T17:06:31.108Z] --- PASS: TestWindowsIPAM (0.00s)
17:06:31 [2021-08-20T17:06:31.108Z] PASS
17:06:31 [2021-08-20T17:06:31.108Z] coverage: 71.4% of statements
17:06:31 [2021-08-20T17:06:31.108Z] ok  	github.com/docker/docker/libnetwork/ipams/windowsipam	0.047s	coverage: 71.4% of statements
17:06:31 [2021-08-20T17:06:31.361Z] --- PASS: TestRemoveInvalidContainer (0.02s)
17:06:31 [2021-08-20T17:06:31.361Z] === RUN   TestRenameLinkedContainer
17:06:32 [2021-08-20T17:06:32.069Z] === RUN   TestDefaultNetwork
17:06:32 [2021-08-20T17:06:32.289Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg
17:06:32 [2021-08-20T17:06:32.525Z] --- PASS: TestDefaultNetwork (0.33s)
17:06:32 [2021-08-20T17:06:32.525Z] === RUN   TestConfigGlobalScopeDefaultNetworks
17:06:32 [2021-08-20T17:06:32.981Z] --- PASS: TestConfigGlobalScopeDefaultNetworks (0.31s)
17:06:32 [2021-08-20T17:06:32.981Z] === RUN   TestInitAddressPools
17:06:32 [2021-08-20T17:06:32.981Z] --- PASS: TestInitAddressPools (0.00s)
17:06:32 [2021-08-20T17:06:32.981Z] PASS
17:06:32 [2021-08-20T17:06:32.981Z] coverage: 74.0% of statements
17:06:32 [2021-08-20T17:06:32.981Z] ok  	github.com/docker/docker/libnetwork/ipamutils	0.721s	coverage: 74.0% of statements
17:06:32 [2021-08-20T17:06:32.981Z] --- PASS: TestPoolAllocationReuse (3.18s)
17:06:32 [2021-08-20T17:06:32.981Z] === RUN   TestGetAddressSubPoolEqualPool
17:06:32 [2021-08-20T17:06:32.981Z] --- PASS: TestGetAddressSubPoolEqualPool (0.03s)
17:06:32 [2021-08-20T17:06:32.981Z] === RUN   TestRequestReleaseAddressFromSubPool
17:06:33 [2021-08-20T17:06:33.437Z] === RUN   TestKeyValue
17:06:33 [2021-08-20T17:06:33.437Z] --- PASS: TestKeyValue (0.00s)
17:06:33 [2021-08-20T17:06:33.437Z] PASS
17:06:33 [2021-08-20T17:06:33.437Z] coverage: 60.0% of statements
17:06:33 [2021-08-20T17:06:33.437Z] ok  	github.com/docker/docker/libnetwork/netlabel	0.052s	coverage: 60.0% of statements
17:06:35 [2021-08-20T17:06:35.603Z] ?   	github.com/docker/docker/libnetwork/cluster	[no test files]
17:06:35 [2021-08-20T17:06:35.603Z] ?   	github.com/docker/docker/libnetwork/cmd/diagnostic	[no test files]
17:06:35 [2021-08-20T17:06:35.603Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test	[no test files]
17:06:35 [2021-08-20T17:06:35.603Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient	[no test files]
17:06:35 [2021-08-20T17:06:35.603Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver	[no test files]
17:06:35 [2021-08-20T17:06:35.603Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient	[no test files]
17:06:35 [2021-08-20T17:06:35.603Z] ?   	github.com/docker/docker/libnetwork/cmd/readme_test	[no test files]
17:06:35 [2021-08-20T17:06:35.603Z] ?   	github.com/docker/docker/libnetwork/diagnostic	[no test files]
17:06:35 [2021-08-20T17:06:35.603Z] ?   	github.com/docker/docker/libnetwork/discoverapi	[no test files]
17:06:35 [2021-08-20T17:06:35.603Z] ?   	github.com/docker/docker/libnetwork/drivers/bridge	[no test files]
17:06:35 [2021-08-20T17:06:35.603Z] ?   	github.com/docker/docker/libnetwork/drivers/bridge/brmanager	[no test files]
17:06:35 [2021-08-20T17:06:35.603Z] ?   	github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager	[no test files]
17:06:35 [2021-08-20T17:06:35.603Z] ?   	github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager	[no test files]
17:06:35 [2021-08-20T17:06:35.603Z] ?   	github.com/docker/docker/libnetwork/drivers/overlay	[no test files]
17:06:35 [2021-08-20T17:06:35.603Z] ?   	github.com/docker/docker/libnetwork/drivers/overlay/overlayutils	[no test files]
17:06:35 [2021-08-20T17:06:35.603Z] ?   	github.com/docker/docker/libnetwork/drivers/remote/api	[no test files]
17:06:35 [2021-08-20T17:06:35.603Z] ?   	github.com/docker/docker/libnetwork/drivers/windows/overlay	[no test files]
17:06:36 [2021-08-20T17:06:36.462Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal
17:06:36 [2021-08-20T17:06:36.566Z] === RUN   TestNetworkDBSimple
17:06:36 [2021-08-20T17:06:36.719Z] --- PASS: TestRenameLinkedContainer (5.39s)
17:06:36 [2021-08-20T17:06:36.719Z] === RUN   TestRenameStoppedContainer
17:06:37 [2021-08-20T17:06:37.024Z] === RUN   TestGenerate
17:06:37 [2021-08-20T17:06:37.024Z] --- PASS: TestGenerate (0.00s)
17:06:37 [2021-08-20T17:06:37.024Z] === RUN   TestGeneratePtr
17:06:37 [2021-08-20T17:06:37.024Z] --- PASS: TestGeneratePtr (0.00s)
17:06:37 [2021-08-20T17:06:37.024Z] === RUN   TestGenerateMissingField
17:06:37 [2021-08-20T17:06:37.024Z] --- PASS: TestGenerateMissingField (0.00s)
17:06:37 [2021-08-20T17:06:37.024Z] === RUN   TestFieldCannotBeSet
17:06:37 [2021-08-20T17:06:37.024Z] --- PASS: TestFieldCannotBeSet (0.00s)
17:06:37 [2021-08-20T17:06:37.024Z] === RUN   TestTypeMismatchError
17:06:37 [2021-08-20T17:06:37.024Z] --- PASS: TestTypeMismatchError (0.00s)
17:06:37 [2021-08-20T17:06:37.024Z] PASS
17:06:37 [2021-08-20T17:06:37.024Z] coverage: 100.0% of statements
17:06:37 [2021-08-20T17:06:37.024Z] ok  	github.com/docker/docker/libnetwork/options	0.044s	coverage: 100.0% of statements
17:06:37 [2021-08-20T17:06:37.482Z] --- PASS: TestSetParallelInsertDelete (10.00s)
17:06:37 [2021-08-20T17:06:37.482Z] PASS
17:06:37 [2021-08-20T17:06:37.482Z] coverage: 100.0% of statements
17:06:37 [2021-08-20T17:06:37.482Z] ok  	github.com/docker/docker/libnetwork/internal/setmatrix	10.047s	coverage: 100.0% of statements
17:06:37 [2021-08-20T17:06:37.482Z] --- PASS: TestRequestReleaseAddressFromSubPool (4.48s)
17:06:37 [2021-08-20T17:06:37.482Z] === RUN   TestSerializeRequestReleaseAddressFromSubPool
17:06:37 [2021-08-20T17:06:37.482Z] 2021/08/20 17:06:37 Closing DB instances...
17:06:37 [2021-08-20T17:06:37.482Z] testing: warning: no tests to run
17:06:37 [2021-08-20T17:06:37.482Z] PASS
17:06:37 [2021-08-20T17:06:37.482Z] coverage: 0.0% of statements
17:06:37 [2021-08-20T17:06:37.482Z] ok  	github.com/docker/docker/libnetwork/osl	0.051s	coverage: 0.0% of statements [no tests to run]
17:06:38 [2021-08-20T17:06:38.085Z] --- PASS: TestRenameStoppedContainer (1.33s)
17:06:38 [2021-08-20T17:06:38.085Z] === RUN   TestRenameRunningContainerAndReuse
17:06:38 [2021-08-20T17:06:38.178Z] --- PASS: TestImportExtremelyLargeImageWorks (94.81s)
17:06:38 [2021-08-20T17:06:38.178Z] PASS
17:06:38 [2021-08-20T17:06:38.178Z] 
17:06:38 [2021-08-20T17:06:38.178Z] DONE 12 tests in 97.573s
17:06:38 [2021-08-20T17:06:38.178Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m 
17:06:38 [2021-08-20T17:06:38.178Z] INFO: Testing against a local daemon
17:06:38 [2021-08-20T17:06:38.178Z] === RUN   TestNetworkCreateDelete
17:06:38 [2021-08-20T17:06:38.178Z] --- PASS: TestNetworkCreateDelete (0.12s)
17:06:38 [2021-08-20T17:06:38.178Z] === RUN   TestDockerNetworkDeletePreferID
17:06:38 [2021-08-20T17:06:38.178Z] --- PASS: TestDockerNetworkDeletePreferID (0.35s)
17:06:38 [2021-08-20T17:06:38.178Z] === RUN   TestDaemonDNSFallback
17:06:38 [2021-08-20T17:06:38.445Z] === RUN   TestRequestNewPort
17:06:38 [2021-08-20T17:06:38.445Z] --- PASS: TestRequestNewPort (0.00s)
17:06:38 [2021-08-20T17:06:38.445Z] === RUN   TestRequestSpecificPort
17:06:38 [2021-08-20T17:06:38.445Z] --- PASS: TestRequestSpecificPort (0.00s)
17:06:38 [2021-08-20T17:06:38.445Z] === RUN   TestReleasePort
17:06:38 [2021-08-20T17:06:38.445Z] --- PASS: TestReleasePort (0.00s)
17:06:38 [2021-08-20T17:06:38.445Z] === RUN   TestReuseReleasedPort
17:06:38 [2021-08-20T17:06:38.445Z] --- PASS: TestReuseReleasedPort (0.00s)
17:06:38 [2021-08-20T17:06:38.445Z] === RUN   TestReleaseUnreadledPort
17:06:38 [2021-08-20T17:06:38.445Z] --- PASS: TestReleaseUnreadledPort (0.00s)
17:06:38 [2021-08-20T17:06:38.445Z] === RUN   TestUnknowProtocol
17:06:38 [2021-08-20T17:06:38.445Z] --- PASS: TestUnknowProtocol (0.00s)
17:06:38 [2021-08-20T17:06:38.445Z] === RUN   TestAllocateAllPorts
17:06:38 [2021-08-20T17:06:38.445Z] --- PASS: TestAllocateAllPorts (0.00s)
17:06:38 [2021-08-20T17:06:38.445Z] === RUN   TestPortAllocation
17:06:38 [2021-08-20T17:06:38.445Z] --- PASS: TestPortAllocation (0.00s)
17:06:38 [2021-08-20T17:06:38.445Z] === RUN   TestPortAllocationWithCustomRange
17:06:38 [2021-08-20T17:06:38.445Z] --- PASS: TestPortAllocationWithCustomRange (0.00s)
17:06:38 [2021-08-20T17:06:38.445Z] === RUN   TestNoDuplicateBPR
17:06:38 [2021-08-20T17:06:38.445Z] --- PASS: TestNoDuplicateBPR (0.00s)
17:06:38 [2021-08-20T17:06:38.445Z] === RUN   TestChangePortRange
17:06:38 [2021-08-20T17:06:38.445Z]     portallocator_test.go:343: test: port allocate range 65001-65010, setErr=begin out of range, reqPort=0
17:06:38 [2021-08-20T17:06:38.445Z]     portallocator_test.go:343: test: port allocate range 59990-59999, setErr=end out of range, reqPort=0
17:06:38 [2021-08-20T17:06:38.445Z]     portallocator_test.go:343: test: port allocate range 65000-60000, setErr=out of order, reqPort=0
17:06:38 [2021-08-20T17:06:38.445Z]     portallocator_test.go:343: test: port allocate range 60100-65010, setErr=<nil>, reqPort=60100
17:06:38 [2021-08-20T17:06:38.445Z]     portallocator_test.go:343: test: port allocate range 0-0, setErr=<nil>, reqPort=60000
17:06:38 [2021-08-20T17:06:38.445Z]     portallocator_test.go:343: test: port allocate range 59900-65000, setErr=<nil>, reqPort=60001
17:06:38 [2021-08-20T17:06:38.445Z] --- PASS: TestChangePortRange (0.00s)
17:06:38 [2021-08-20T17:06:38.445Z] PASS
17:06:38 [2021-08-20T17:06:38.445Z] coverage: 88.6% of statements
17:06:38 [2021-08-20T17:06:38.445Z] ok  	github.com/docker/docker/libnetwork/portallocator	0.047s	coverage: 88.6% of statements
17:06:38 [2021-08-20T17:06:38.445Z] testing: warning: no tests to run
17:06:38 [2021-08-20T17:06:38.445Z] PASS
17:06:38 [2021-08-20T17:06:38.445Z] coverage: 0.0% of statements
17:06:38 [2021-08-20T17:06:38.445Z] ok  	github.com/docker/docker/libnetwork/portmapper	0.039s	coverage: 0.0% of statements [no tests to run]
17:06:38 [2021-08-20T17:06:38.901Z] === RUN   TestHashData
17:06:38 [2021-08-20T17:06:38.901Z] --- PASS: TestHashData (0.00s)
17:06:38 [2021-08-20T17:06:38.901Z] PASS
17:06:38 [2021-08-20T17:06:38.901Z] coverage: 2.8% of statements
17:06:38 [2021-08-20T17:06:38.901Z] ok  	github.com/docker/docker/libnetwork/resolvconf	0.045s	coverage: 2.8% of statements
17:06:39 [2021-08-20T17:06:39.357Z] --- PASS: TestNetworkDBSimple (2.64s)
17:06:39 [2021-08-20T17:06:39.357Z] === RUN   TestNetworkDBJoinLeaveNetwork
17:06:39 [2021-08-20T17:06:39.357Z] --- PASS: TestSerializeRequestReleaseAddressFromSubPool (1.96s)
17:06:39 [2021-08-20T17:06:39.357Z] === RUN   TestGetAddress
17:06:39 [2021-08-20T17:06:39.357Z] === RUN   TestTransportPortConv
17:06:39 [2021-08-20T17:06:39.357Z] --- PASS: TestTransportPortConv (0.00s)
17:06:39 [2021-08-20T17:06:39.357Z] === RUN   TestTransportPortBindingConv
17:06:39 [2021-08-20T17:06:39.357Z] --- PASS: TestTransportPortBindingConv (0.00s)
17:06:39 [2021-08-20T17:06:39.357Z] === RUN   TestErrorConstructors
17:06:39 [2021-08-20T17:06:39.357Z] --- PASS: TestErrorConstructors (0.00s)
17:06:39 [2021-08-20T17:06:39.357Z] === RUN   TestCompareIPMask
17:06:39 [2021-08-20T17:06:39.357Z] --- PASS: TestCompareIPMask (0.00s)
17:06:39 [2021-08-20T17:06:39.357Z] === RUN   TestUtilGetHostPartIP
17:06:39 [2021-08-20T17:06:39.357Z] --- PASS: TestUtilGetHostPartIP (0.00s)
17:06:39 [2021-08-20T17:06:39.357Z] === RUN   TestUtilGetBroadcastIP
17:06:39 [2021-08-20T17:06:39.357Z] --- PASS: TestUtilGetBroadcastIP (0.00s)
17:06:39 [2021-08-20T17:06:39.357Z] === RUN   TestParseCIDR
17:06:39 [2021-08-20T17:06:39.357Z] --- PASS: TestParseCIDR (0.00s)
17:06:39 [2021-08-20T17:06:39.357Z] PASS
17:06:39 [2021-08-20T17:06:39.357Z] coverage: 47.9% of statements
17:06:39 [2021-08-20T17:06:39.357Z] ok  	github.com/docker/docker/libnetwork/types	0.047s	coverage: 47.9% of statements
17:06:40 [2021-08-20T17:06:40.017Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgDefaultOverride
17:06:40 [2021-08-20T17:06:40.319Z] === RUN   TestAppendDevicePermissionsFromCgroupRules
17:06:40 [2021-08-20T17:06:40.320Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/empty_rule
17:06:40 [2021-08-20T17:06:40.320Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column
17:06:40 [2021-08-20T17:06:40.320Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column
17:06:40 [2021-08-20T17:06:40.320Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/leading_spaces
17:06:40 [2021-08-20T17:06:40.320Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/trailing_spaces
17:06:40 [2021-08-20T17:06:40.320Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/unknown_device_type
17:06:40 [2021-08-20T17:06:40.320Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/invalid_device_type
17:06:40 [2021-08-20T17:06:40.320Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/missing_colon
17:06:40 [2021-08-20T17:06:40.320Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor
17:06:40 [2021-08-20T17:06:40.320Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/negative_major_device
17:06:40 [2021-08-20T17:06:40.320Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/negative_minor_device
17:06:40 [2021-08-20T17:06:40.320Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/missing_permissions
17:06:40 [2021-08-20T17:06:40.320Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/invalid_permissions
17:06:40 [2021-08-20T17:06:40.320Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/too_many_permissions
17:06:40 [2021-08-20T17:06:40.320Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/major_out_of_range
17:06:40 [2021-08-20T17:06:40.320Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range
17:06:40 [2021-08-20T17:06:40.320Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices
17:06:40 [2021-08-20T17:06:40.320Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices
17:06:40 [2021-08-20T17:06:40.320Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices
17:06:40 [2021-08-20T17:06:40.320Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions
17:06:40 [2021-08-20T17:06:40.320Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/wildcard_major
17:06:40 [2021-08-20T17:06:40.320Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/wildcard_minor
17:06:40 [2021-08-20T17:06:40.320Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor
17:06:40 [2021-08-20T17:06:40.320Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission
17:06:40 [2021-08-20T17:06:40.320Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission
17:06:40 [2021-08-20T17:06:40.320Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission
17:06:40 [2021-08-20T17:06:40.320Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission
17:06:40 [2021-08-20T17:06:40.320Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s)
17:06:40 [2021-08-20T17:06:40.320Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s)
17:06:40 [2021-08-20T17:06:40.320Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s)
17:06:40 [2021-08-20T17:06:40.320Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s)
17:06:40 [2021-08-20T17:06:40.320Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s)
17:06:40 [2021-08-20T17:06:40.320Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s)
17:06:40 [2021-08-20T17:06:40.320Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s)
17:06:40 [2021-08-20T17:06:40.320Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s)
17:06:40 [2021-08-20T17:06:40.320Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s)
17:06:40 [2021-08-20T17:06:40.320Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s)
17:06:40 [2021-08-20T17:06:40.320Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s)
17:06:40 [2021-08-20T17:06:40.320Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s)
17:06:40 [2021-08-20T17:06:40.320Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s)
17:06:40 [2021-08-20T17:06:40.320Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s)
17:06:40 [2021-08-20T17:06:40.320Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s)
17:06:40 [2021-08-20T17:06:40.320Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s)
17:06:40 [2021-08-20T17:06:40.320Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s)
17:06:40 [2021-08-20T17:06:40.320Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s)
17:06:40 [2021-08-20T17:06:40.320Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s)
17:06:40 [2021-08-20T17:06:40.320Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s)
17:06:40 [2021-08-20T17:06:40.320Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s)
17:06:40 [2021-08-20T17:06:40.320Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s)
17:06:40 [2021-08-20T17:06:40.320Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s)
17:06:40 [2021-08-20T17:06:40.320Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s)
17:06:40 [2021-08-20T17:06:40.320Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s)
17:06:40 [2021-08-20T17:06:40.320Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s)
17:06:40 [2021-08-20T17:06:40.320Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s)
17:06:40 [2021-08-20T17:06:40.320Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s)
17:06:40 [2021-08-20T17:06:40.320Z] PASS
17:06:40 [2021-08-20T17:06:40.320Z] coverage: 50.0% of statements
17:06:40 [2021-08-20T17:06:40.320Z] ok  	github.com/docker/docker/oci	0.058s	coverage: 50.0% of statements
17:06:40 [2021-08-20T17:06:40.320Z] 2021/08/20 17:06:40 Closing DB instances...
17:06:40 [2021-08-20T17:06:40.776Z] === RUN   TestAddressPoolOpt
17:06:40 [2021-08-20T17:06:40.776Z] --- PASS: TestAddressPoolOpt (0.00s)
17:06:40 [2021-08-20T17:06:40.776Z] === RUN   TestValidateEnv
17:06:40 [2021-08-20T17:06:40.776Z] === RUN   TestValidateEnv/a
17:06:40 [2021-08-20T17:06:40.776Z] === RUN   TestValidateEnv/something
17:06:40 [2021-08-20T17:06:40.776Z] === RUN   TestValidateEnv/_=a
17:06:40 [2021-08-20T17:06:40.776Z] === RUN   TestValidateEnv/env1=value1
17:06:40 [2021-08-20T17:06:40.776Z] === RUN   TestValidateEnv/_env1=value1
17:06:40 [2021-08-20T17:06:40.776Z] === RUN   TestValidateEnv/env2=value2=value3
17:06:40 [2021-08-20T17:06:40.776Z] === RUN   TestValidateEnv/env3=abc!qwe
17:06:40 [2021-08-20T17:06:40.776Z] === RUN   TestValidateEnv/env_4=value_4
17:06:40 [2021-08-20T17:06:40.776Z] === RUN   TestValidateEnv/PATH
17:06:40 [2021-08-20T17:06:40.776Z] === RUN   TestValidateEnv/=a
17:06:40 [2021-08-20T17:06:40.776Z] === RUN   TestValidateEnv/PATH=
17:06:40 [2021-08-20T17:06:40.776Z] === RUN   TestValidateEnv/PATH=something
17:06:40 [2021-08-20T17:06:40.776Z] === RUN   TestValidateEnv/asd!qwe
17:06:40 [2021-08-20T17:06:40.776Z] === RUN   TestValidateEnv/1asd
17:06:40 [2021-08-20T17:06:40.776Z] === RUN   TestValidateEnv/123
17:06:40 [2021-08-20T17:06:40.776Z] === RUN   TestValidateEnv/some_space
17:06:40 [2021-08-20T17:06:40.776Z] === RUN   TestValidateEnv/__some_space_before
17:06:40 [2021-08-20T17:06:40.776Z] === RUN   TestValidateEnv/some_space_after__
17:06:40 [2021-08-20T17:06:40.776Z] === RUN   TestValidateEnv/=
17:06:40 [2021-08-20T17:06:40.776Z] === RUN   TestValidateEnv/PaTh
17:06:40 [2021-08-20T17:06:40.776Z] --- PASS: TestValidateEnv (0.00s)
17:06:40 [2021-08-20T17:06:40.776Z]     --- PASS: TestValidateEnv/a (0.00s)
17:06:40 [2021-08-20T17:06:40.776Z]     --- PASS: TestValidateEnv/something (0.00s)
17:06:40 [2021-08-20T17:06:40.776Z]     --- PASS: TestValidateEnv/_=a (0.00s)
17:06:40 [2021-08-20T17:06:40.776Z]     --- PASS: TestValidateEnv/env1=value1 (0.00s)
17:06:40 [2021-08-20T17:06:40.776Z]     --- PASS: TestValidateEnv/_env1=value1 (0.00s)
17:06:40 [2021-08-20T17:06:40.776Z]     --- PASS: TestValidateEnv/env2=value2=value3 (0.00s)
17:06:40 [2021-08-20T17:06:40.776Z]     --- PASS: TestValidateEnv/env3=abc!qwe (0.00s)
17:06:40 [2021-08-20T17:06:40.776Z]     --- PASS: TestValidateEnv/env_4=value_4 (0.00s)
17:06:40 [2021-08-20T17:06:40.776Z]     --- PASS: TestValidateEnv/PATH (0.00s)
17:06:40 [2021-08-20T17:06:40.776Z]     --- PASS: TestValidateEnv/=a (0.00s)
17:06:40 [2021-08-20T17:06:40.776Z]     --- PASS: TestValidateEnv/PATH= (0.00s)
17:06:40 [2021-08-20T17:06:40.776Z]     --- PASS: TestValidateEnv/PATH=something (0.00s)
17:06:40 [2021-08-20T17:06:40.776Z]     --- PASS: TestValidateEnv/asd!qwe (0.00s)
17:06:40 [2021-08-20T17:06:40.776Z]     --- PASS: TestValidateEnv/1asd (0.00s)
17:06:40 [2021-08-20T17:06:40.776Z]     --- PASS: TestValidateEnv/123 (0.00s)
17:06:40 [2021-08-20T17:06:40.776Z]     --- PASS: TestValidateEnv/some_space (0.00s)
17:06:40 [2021-08-20T17:06:40.776Z]     --- PASS: TestValidateEnv/__some_space_before (0.00s)
17:06:40 [2021-08-20T17:06:40.776Z]     --- PASS: TestValidateEnv/some_space_after__ (0.00s)
17:06:40 [2021-08-20T17:06:40.776Z]     --- PASS: TestValidateEnv/= (0.00s)
17:06:40 [2021-08-20T17:06:40.776Z]     --- PASS: TestValidateEnv/PaTh (0.00s)
17:06:40 [2021-08-20T17:06:40.776Z] === RUN   TestParseHost
17:06:40 [2021-08-20T17:06:40.776Z] --- PASS: TestParseHost (0.00s)
17:06:40 [2021-08-20T17:06:40.776Z] === RUN   TestParseDockerDaemonHost
17:06:40 [2021-08-20T17:06:40.776Z] --- PASS: TestParseDockerDaemonHost (0.00s)
17:06:40 [2021-08-20T17:06:40.950Z] --- PASS: TestRenameRunningContainerAndReuse (2.92s)
17:06:40 [2021-08-20T17:06:40.950Z] === RUN   TestRenameInvalidName
17:06:41 [2021-08-20T17:06:41.239Z] === RUN   TestParseTCP
17:06:41 [2021-08-20T17:06:41.239Z] --- PASS: TestParseTCP (0.00s)
17:06:41 [2021-08-20T17:06:41.239Z] === RUN   TestParseInvalidUnixAddrInvalid
17:06:41 [2021-08-20T17:06:41.239Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s)
17:06:41 [2021-08-20T17:06:41.239Z] === RUN   TestValidateExtraHosts
17:06:41 [2021-08-20T17:06:41.239Z] --- PASS: TestValidateExtraHosts (0.00s)
17:06:41 [2021-08-20T17:06:41.239Z] === RUN   TestIpOptString
17:06:41 [2021-08-20T17:06:41.239Z] --- PASS: TestIpOptString (0.00s)
17:06:41 [2021-08-20T17:06:41.239Z] === RUN   TestNewIpOptInvalidDefaultVal
17:06:41 [2021-08-20T17:06:41.239Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s)
17:06:41 [2021-08-20T17:06:41.239Z] === RUN   TestNewIpOptValidDefaultVal
17:06:41 [2021-08-20T17:06:41.239Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s)
17:06:41 [2021-08-20T17:06:41.239Z] === RUN   TestIpOptSetInvalidVal
17:06:41 [2021-08-20T17:06:41.239Z] --- PASS: TestIpOptSetInvalidVal (0.00s)
17:06:41 [2021-08-20T17:06:41.239Z] === RUN   TestValidateIPAddress
17:06:41 [2021-08-20T17:06:41.239Z] --- PASS: TestValidateIPAddress (0.00s)
17:06:41 [2021-08-20T17:06:41.239Z] === RUN   TestMapOpts
17:06:41 [2021-08-20T17:06:41.239Z] --- PASS: TestMapOpts (0.00s)
17:06:41 [2021-08-20T17:06:41.239Z] === RUN   TestListOptsWithoutValidator
17:06:41 [2021-08-20T17:06:41.239Z] --- PASS: TestListOptsWithoutValidator (0.00s)
17:06:41 [2021-08-20T17:06:41.239Z] === RUN   TestListOptsWithValidator
17:06:41 [2021-08-20T17:06:41.239Z] --- PASS: TestListOptsWithValidator (0.00s)
17:06:41 [2021-08-20T17:06:41.239Z] === RUN   TestValidateDNSSearch
17:06:41 [2021-08-20T17:06:41.239Z] --- PASS: TestValidateDNSSearch (0.00s)
17:06:41 [2021-08-20T17:06:41.239Z] === RUN   TestValidateLabel
17:06:41 [2021-08-20T17:06:41.239Z] === RUN   TestValidateLabel/lable_with_bad_attribute_format
17:06:41 [2021-08-20T17:06:41.239Z] === RUN   TestValidateLabel/label_with_general_format
17:06:41 [2021-08-20T17:06:41.239Z] === RUN   TestValidateLabel/label_with_more_than_one_=
17:06:41 [2021-08-20T17:06:41.239Z] === RUN   TestValidateLabel/label_with_one_more
17:06:41 [2021-08-20T17:06:41.239Z] === RUN   TestValidateLabel/label_with_no_reserved_com.docker.*
17:06:41 [2021-08-20T17:06:41.239Z] === RUN   TestValidateLabel/label_with_no_reserved_io.docker.*
17:06:41 [2021-08-20T17:06:41.239Z] === RUN   TestValidateLabel/label_with_no_reserved_org.dockerproject.*
17:06:41 [2021-08-20T17:06:41.239Z] === RUN   TestValidateLabel/label_with_reserved_com.docker.*
17:06:41 [2021-08-20T17:06:41.239Z] === RUN   TestValidateLabel/label_with_reserved_upcase_com.docker.*_
17:06:41 [2021-08-20T17:06:41.239Z] === RUN   TestValidateLabel/label_with_reserved_io.docker.*
17:06:41 [2021-08-20T17:06:41.239Z] === RUN   TestValidateLabel/label_with_reserved_upcase_io.docker.*
17:06:41 [2021-08-20T17:06:41.239Z] === RUN   TestValidateLabel/label_with_reserved_org.dockerproject.*
17:06:41 [2021-08-20T17:06:41.239Z] === RUN   TestValidateLabel/label_with_reserved_upcase_org.dockerproject.*
17:06:41 [2021-08-20T17:06:41.239Z] --- PASS: TestValidateLabel (0.00s)
17:06:41 [2021-08-20T17:06:41.239Z]     --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s)
17:06:41 [2021-08-20T17:06:41.239Z]     --- PASS: TestValidateLabel/label_with_general_format (0.00s)
17:06:41 [2021-08-20T17:06:41.239Z]     --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s)
17:06:41 [2021-08-20T17:06:41.239Z]     --- PASS: TestValidateLabel/label_with_one_more (0.00s)
17:06:41 [2021-08-20T17:06:41.239Z]     --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s)
17:06:41 [2021-08-20T17:06:41.239Z]     --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s)
17:06:41 [2021-08-20T17:06:41.239Z]     --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s)
17:06:41 [2021-08-20T17:06:41.239Z]     --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s)
17:06:41 [2021-08-20T17:06:41.239Z]     --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s)
17:06:41 [2021-08-20T17:06:41.239Z]     --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s)
17:06:41 [2021-08-20T17:06:41.239Z]     --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s)
17:06:41 [2021-08-20T17:06:41.239Z]     --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s)
17:06:41 [2021-08-20T17:06:41.239Z]     --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s)
17:06:41 [2021-08-20T17:06:41.239Z] === RUN   TestNamedListOpts
17:06:41 [2021-08-20T17:06:41.239Z] --- PASS: TestNamedListOpts (0.00s)
17:06:41 [2021-08-20T17:06:41.239Z] === RUN   TestNamedMapOpts
17:06:41 [2021-08-20T17:06:41.239Z] --- PASS: TestNamedMapOpts (0.00s)
17:06:41 [2021-08-20T17:06:41.239Z] === RUN   TestParseLink
17:06:41 [2021-08-20T17:06:41.239Z] --- PASS: TestParseLink (0.00s)
17:06:41 [2021-08-20T17:06:41.239Z] === RUN   TestQuotedStringSetWithQuotes
17:06:41 [2021-08-20T17:06:41.239Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s)
17:06:41 [2021-08-20T17:06:41.239Z] === RUN   TestQuotedStringSetWithMismatchedQuotes
17:06:41 [2021-08-20T17:06:41.239Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s)
17:06:41 [2021-08-20T17:06:41.239Z] === RUN   TestQuotedStringSetWithNoQuotes
17:06:41 [2021-08-20T17:06:41.239Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s)
17:06:41 [2021-08-20T17:06:41.239Z] === RUN   TestUlimitOpt
17:06:41 [2021-08-20T17:06:41.239Z] --- PASS: TestUlimitOpt (0.00s)
17:06:41 [2021-08-20T17:06:41.239Z] PASS
17:06:41 [2021-08-20T17:06:41.239Z] coverage: 67.1% of statements
17:06:41 [2021-08-20T17:06:41.239Z] ok  	github.com/docker/docker/opts	0.092s	coverage: 67.1% of statements
17:06:41 [2021-08-20T17:06:41.239Z] === RUN   TestParseVersion
17:06:41 [2021-08-20T17:06:41.239Z] --- PASS: TestParseVersion (0.00s)
17:06:41 [2021-08-20T17:06:41.239Z] PASS
17:06:41 [2021-08-20T17:06:41.239Z] coverage: 52.9% of statements
17:06:41 [2021-08-20T17:06:41.239Z] ok  	github.com/docker/docker/pkg/aaparser	0.043s	coverage: 52.9% of statements
17:06:42 [2021-08-20T17:06:42.202Z] --- PASS: TestNetworkDBJoinLeaveNetwork (2.83s)
17:06:42 [2021-08-20T17:06:42.202Z] === RUN   TestNetworkDBJoinLeaveNetworks
17:06:42 [2021-08-20T17:06:42.322Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartKillWait
17:06:42 [2021-08-20T17:06:42.579Z] --- PASS: TestRenameInvalidName (1.61s)
17:06:42 [2021-08-20T17:06:42.579Z] === RUN   TestRenameAnonymousContainer
17:06:43 [2021-08-20T17:06:43.164Z] === RUN   TestIsArchivePathDir
17:06:43 [2021-08-20T17:06:43.164Z] --- PASS: TestIsArchivePathDir (0.08s)
17:06:43 [2021-08-20T17:06:43.164Z] === RUN   TestIsArchivePathInvalidFile
17:06:43 [2021-08-20T17:06:43.164Z] === RUN   TestPeerCertificateMarshalJSON
17:06:43 [2021-08-20T17:06:43.447Z] --- PASS: TestDaemonDNSFallback (6.61s)
17:06:43 [2021-08-20T17:06:43.447Z] === RUN   TestInspectNetwork
17:06:43 [2021-08-20T17:06:43.620Z] --- PASS: TestIsArchivePathInvalidFile (0.16s)
17:06:43 [2021-08-20T17:06:43.620Z] === RUN   TestIsArchivePathTar
17:06:43 [2021-08-20T17:06:43.620Z] 2021/08/20 17:06:43 Closing DB instances...
17:06:43 [2021-08-20T17:06:43.620Z] --- PASS: TestIsArchivePathTar (0.18s)
17:06:43 [2021-08-20T17:06:43.620Z] === RUN   TestDecompressStreamGzip
17:06:43 [2021-08-20T17:06:43.620Z] === RUN   TestPeerCertificateMarshalJSON/Marshalling_:
17:06:43 [2021-08-20T17:06:43.620Z] === RUN   TestPeerCertificateMarshalJSON/UnMarshalling_:
17:06:43 [2021-08-20T17:06:43.620Z] --- PASS: TestPeerCertificateMarshalJSON (0.35s)
17:06:43 [2021-08-20T17:06:43.620Z]     --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s)
17:06:43 [2021-08-20T17:06:43.620Z]     --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s)
17:06:43 [2021-08-20T17:06:43.620Z] === RUN   TestMiddleware
17:06:43 [2021-08-20T17:06:43.620Z] --- PASS: TestMiddleware (0.00s)
17:06:43 [2021-08-20T17:06:43.620Z] === RUN   TestNewResponseModifier
17:06:43 [2021-08-20T17:06:43.620Z] --- PASS: TestNewResponseModifier (0.00s)
17:06:43 [2021-08-20T17:06:43.620Z] PASS
17:06:43 [2021-08-20T17:06:43.620Z] coverage: 26.8% of statements
17:06:43 [2021-08-20T17:06:43.620Z] ok  	github.com/docker/docker/pkg/authorization	0.400s	coverage: 26.8% of statements
17:06:43 [2021-08-20T17:06:43.620Z] --- PASS: TestDecompressStreamGzip (0.13s)
17:06:43 [2021-08-20T17:06:43.620Z] === RUN   TestDecompressStreamBzip2
17:06:43 [2021-08-20T17:06:43.947Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection
17:06:44 [2021-08-20T17:06:44.076Z] --- PASS: TestDecompressStreamBzip2 (0.13s)
17:06:44 [2021-08-20T17:06:44.076Z] === RUN   TestDecompressStreamXz
17:06:44 [2021-08-20T17:06:44.076Z]     archive_test.go:134: Xz not present in msys2
17:06:44 [2021-08-20T17:06:44.076Z] --- SKIP: TestDecompressStreamXz (0.00s)
17:06:44 [2021-08-20T17:06:44.076Z] === RUN   TestCompressStreamXzUnsupported
17:06:44 [2021-08-20T17:06:44.076Z] --- PASS: TestCompressStreamXzUnsupported (0.00s)
17:06:44 [2021-08-20T17:06:44.076Z] === RUN   TestCompressStreamBzip2Unsupported
17:06:44 [2021-08-20T17:06:44.076Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s)
17:06:44 [2021-08-20T17:06:44.076Z] === RUN   TestCompressStreamInvalid
17:06:44 [2021-08-20T17:06:44.076Z] --- PASS: TestCompressStreamInvalid (0.00s)
17:06:44 [2021-08-20T17:06:44.076Z] === RUN   TestExtensionInvalid
17:06:44 [2021-08-20T17:06:44.076Z] --- PASS: TestExtensionInvalid (0.00s)
17:06:44 [2021-08-20T17:06:44.076Z] === RUN   TestExtensionUncompressed
17:06:44 [2021-08-20T17:06:44.076Z] --- PASS: TestExtensionUncompressed (0.00s)
17:06:44 [2021-08-20T17:06:44.076Z] === RUN   TestExtensionBzip2
17:06:44 [2021-08-20T17:06:44.076Z] --- PASS: TestExtensionBzip2 (0.00s)
17:06:44 [2021-08-20T17:06:44.076Z] === RUN   TestExtensionGzip
17:06:44 [2021-08-20T17:06:44.076Z] --- PASS: TestExtensionGzip (0.00s)
17:06:44 [2021-08-20T17:06:44.076Z] === RUN   TestExtensionXz
17:06:44 [2021-08-20T17:06:44.076Z] --- PASS: TestExtensionXz (0.00s)
17:06:44 [2021-08-20T17:06:44.076Z] === RUN   TestCmdStreamLargeStderr
17:06:44 [2021-08-20T17:06:44.076Z] --- PASS: TestCmdStreamLargeStderr (0.19s)
17:06:44 [2021-08-20T17:06:44.076Z] === RUN   TestCmdStreamBad
17:06:44 [2021-08-20T17:06:44.076Z]     archive_test.go:239: Failing on Windows CI machines
17:06:44 [2021-08-20T17:06:44.076Z] --- SKIP: TestCmdStreamBad (0.00s)
17:06:44 [2021-08-20T17:06:44.076Z] === RUN   TestCmdStreamGood
17:06:44 [2021-08-20T17:06:44.076Z] --- PASS: TestCmdStreamGood (0.04s)
17:06:44 [2021-08-20T17:06:44.076Z] === RUN   TestUntarPathWithInvalidDest
17:06:44 [2021-08-20T17:06:44.076Z] --- PASS: TestUntarPathWithInvalidDest (0.08s)
17:06:44 [2021-08-20T17:06:44.076Z] === RUN   TestUntarPathWithInvalidSrc
17:06:44 [2021-08-20T17:06:44.076Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s)
17:06:44 [2021-08-20T17:06:44.076Z] === RUN   TestUntarPath
17:06:44 [2021-08-20T17:06:44.076Z] --- PASS: TestUntarPath (0.07s)
17:06:44 [2021-08-20T17:06:44.076Z] === RUN   TestUntarPathWithDestinationFile
17:06:44 [2021-08-20T17:06:44.532Z] === RUN   TestUnbuffered
17:06:44 [2021-08-20T17:06:44.532Z] --- PASS: TestUnbuffered (0.00s)
17:06:44 [2021-08-20T17:06:44.532Z] === RUN   TestRaceUnbuffered
17:06:44 [2021-08-20T17:06:44.532Z] --- PASS: TestRaceUnbuffered (0.00s)
17:06:44 [2021-08-20T17:06:44.532Z] PASS
17:06:44 [2021-08-20T17:06:44.532Z] coverage: 100.0% of statements
17:06:44 [2021-08-20T17:06:44.532Z] --- PASS: TestUntarPathWithDestinationFile (0.07s)
17:06:44 [2021-08-20T17:06:44.532Z] === RUN   TestUntarPathWithDestinationSrcFileAsFolder
17:06:44 [2021-08-20T17:06:44.532Z] ok  	github.com/docker/docker/pkg/broadcaster	0.043s	coverage: 100.0% of statements
17:06:44 [2021-08-20T17:06:44.532Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.09s)
17:06:44 [2021-08-20T17:06:44.532Z] === RUN   TestCopyWithTarInvalidSrc
17:06:44 [2021-08-20T17:06:44.532Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s)
17:06:44 [2021-08-20T17:06:44.532Z] === RUN   TestCopyWithTarInexistentDestWillCreateIt
17:06:44 [2021-08-20T17:06:44.532Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s)
17:06:44 [2021-08-20T17:06:44.532Z] === RUN   TestCopyWithTarSrcFile
17:06:44 [2021-08-20T17:06:44.532Z] --- PASS: TestCopyWithTarSrcFile (0.01s)
17:06:44 [2021-08-20T17:06:44.532Z] === RUN   TestCopyWithTarSrcFolder
17:06:44 [2021-08-20T17:06:44.532Z] --- PASS: TestCopyWithTarSrcFolder (0.01s)
17:06:44 [2021-08-20T17:06:44.532Z] === RUN   TestCopyFileWithTarInvalidSrc
17:06:44 [2021-08-20T17:06:44.532Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.01s)
17:06:44 [2021-08-20T17:06:44.532Z] === RUN   TestCopyFileWithTarInexistentDestWillCreateIt
17:06:44 [2021-08-20T17:06:44.532Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s)
17:06:44 [2021-08-20T17:06:44.532Z] === RUN   TestCopyFileWithTarSrcFolder
17:06:44 [2021-08-20T17:06:44.532Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s)
17:06:44 [2021-08-20T17:06:44.532Z] === RUN   TestCopyFileWithTarSrcFile
17:06:44 [2021-08-20T17:06:44.532Z] --- PASS: TestCopyFileWithTarSrcFile (0.01s)
17:06:44 [2021-08-20T17:06:44.532Z] === RUN   TestTarFiles
17:06:44 [2021-08-20T17:06:44.973Z] ..........................xx....................                         [ 29%]
17:06:44 [2021-08-20T17:06:44.987Z] === RUN   TestMatch
17:06:44 [2021-08-20T17:06:44.987Z] === RUN   TestMatch/[[]]
17:06:44 [2021-08-20T17:06:44.987Z] === RUN   TestMatch/[[foo]]
17:06:44 [2021-08-20T17:06:44.987Z] === RUN   TestMatch/[[bar]_[foo]]
17:06:44 [2021-08-20T17:06:44.987Z] === RUN   TestMatch/[[foo_bar]]
17:06:44 [2021-08-20T17:06:44.987Z] === RUN   TestMatch/[[qux]_[foo]]
17:06:44 [2021-08-20T17:06:44.987Z] === RUN   TestMatch/[[foo_bar]_[baz]_[bar]]
17:06:44 [2021-08-20T17:06:44.987Z] === RUN   TestMatch/[]
17:06:44 [2021-08-20T17:06:44.987Z] === RUN   TestMatch/[]#01
17:06:44 [2021-08-20T17:06:44.987Z] === RUN   TestMatch/[[qux]]
17:06:44 [2021-08-20T17:06:44.987Z] === RUN   TestMatch/[[foo_bar_qux]]
17:06:44 [2021-08-20T17:06:44.987Z] === RUN   TestMatch/[[qux]_[baz]]
17:06:44 [2021-08-20T17:06:44.987Z] === RUN   TestMatch/[[foo_baz]]
17:06:44 [2021-08-20T17:06:44.987Z] --- PASS: TestMatch (0.00s)
17:06:44 [2021-08-20T17:06:44.987Z]     --- PASS: TestMatch/[[]] (0.00s)
17:06:44 [2021-08-20T17:06:44.987Z]     --- PASS: TestMatch/[[foo]] (0.00s)
17:06:44 [2021-08-20T17:06:44.987Z]     --- PASS: TestMatch/[[bar]_[foo]] (0.00s)
17:06:44 [2021-08-20T17:06:44.987Z]     --- PASS: TestMatch/[[foo_bar]] (0.00s)
17:06:44 [2021-08-20T17:06:44.987Z]     --- PASS: TestMatch/[[qux]_[foo]] (0.00s)
17:06:44 [2021-08-20T17:06:44.987Z]     --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s)
17:06:44 [2021-08-20T17:06:44.987Z]     --- PASS: TestMatch/[] (0.00s)
17:06:44 [2021-08-20T17:06:44.987Z]     --- PASS: TestMatch/[]#01 (0.00s)
17:06:44 [2021-08-20T17:06:44.987Z]     --- PASS: TestMatch/[[qux]] (0.00s)
17:06:44 [2021-08-20T17:06:44.987Z]     --- PASS: TestMatch/[[foo_bar_qux]] (0.00s)
17:06:44 [2021-08-20T17:06:44.987Z]     --- PASS: TestMatch/[[qux]_[baz]] (0.00s)
17:06:44 [2021-08-20T17:06:44.987Z]     --- PASS: TestMatch/[[foo_baz]] (0.00s)
17:06:44 [2021-08-20T17:06:44.987Z] PASS
17:06:44 [2021-08-20T17:06:44.987Z] coverage: 87.5% of statements
17:06:44 [2021-08-20T17:06:44.987Z] ok  	github.com/docker/docker/pkg/capabilities	0.041s	coverage: 87.5% of statements
17:06:44 [2021-08-20T17:06:44.987Z] --- PASS: TestNetworkDBJoinLeaveNetworks (2.98s)
17:06:44 [2021-08-20T17:06:44.987Z] === RUN   TestNetworkDBCRUDTableEntry
17:06:45 [2021-08-20T17:06:45.316Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartLocalVolumes
17:06:45 [2021-08-20T17:06:45.316Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants
17:06:46 [2021-08-20T17:06:46.246Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartOnFailure
17:06:46 [2021-08-20T17:06:46.503Z] --- PASS: TestRenameAnonymousContainer (3.93s)
17:06:46 [2021-08-20T17:06:46.503Z] === RUN   TestRenameContainerWithSameName
17:06:46 [2021-08-20T17:06:46.516Z] === RUN   TestChrootTarUntar
17:06:46 [2021-08-20T17:06:46.516Z]     archive_test.go:45: os.Getuid() != 0: skipping test that requires root
17:06:46 [2021-08-20T17:06:46.516Z] --- SKIP: TestChrootTarUntar (0.00s)
17:06:46 [2021-08-20T17:06:46.516Z] === RUN   TestChrootUntarWithHugeExcludesList
17:06:46 [2021-08-20T17:06:46.516Z]     archive_test.go:77: os.Getuid() != 0: skipping test that requires root
17:06:46 [2021-08-20T17:06:46.516Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s)
17:06:46 [2021-08-20T17:06:46.516Z] === RUN   TestChrootUntarEmptyArchive
17:06:46 [2021-08-20T17:06:46.516Z] --- PASS: TestChrootUntarEmptyArchive (0.00s)
17:06:46 [2021-08-20T17:06:46.516Z] === RUN   TestChrootTarUntarWithSymlink
17:06:46 [2021-08-20T17:06:46.516Z]     archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing
17:06:46 [2021-08-20T17:06:46.516Z] --- SKIP: TestChrootTarUntarWithSymlink (0.01s)
17:06:46 [2021-08-20T17:06:46.516Z] === RUN   TestChrootCopyWithTar
17:06:46 [2021-08-20T17:06:46.516Z]     archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing
17:06:46 [2021-08-20T17:06:46.516Z] --- SKIP: TestChrootCopyWithTar (0.00s)
17:06:46 [2021-08-20T17:06:46.516Z] === RUN   TestChrootCopyFileWithTar
17:06:46 [2021-08-20T17:06:46.516Z]     archive_test.go:249: os.Getuid() != 0: skipping test that requires root
17:06:46 [2021-08-20T17:06:46.516Z] --- SKIP: TestChrootCopyFileWithTar (0.00s)
17:06:46 [2021-08-20T17:06:46.516Z] === RUN   TestChrootUntarPath
17:06:46 [2021-08-20T17:06:46.516Z]     archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing
17:06:46 [2021-08-20T17:06:46.516Z] --- SKIP: TestChrootUntarPath (0.00s)
17:06:46 [2021-08-20T17:06:46.516Z] === RUN   TestChrootUntarEmptyArchiveFromSlowReader
17:06:46 [2021-08-20T17:06:46.516Z]     archive_test.go:356: os.Getuid() != 0: skipping test that requires root
17:06:46 [2021-08-20T17:06:46.516Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s)
17:06:46 [2021-08-20T17:06:46.516Z] === RUN   TestChrootApplyEmptyArchiveFromSlowReader
17:06:46 [2021-08-20T17:06:46.516Z]     archive_test.go:373: os.Getuid() != 0: skipping test that requires root
17:06:46 [2021-08-20T17:06:46.516Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s)
17:06:46 [2021-08-20T17:06:46.516Z] === RUN   TestChrootApplyDotDotFile
17:06:46 [2021-08-20T17:06:46.516Z]     archive_test.go:390: os.Getuid() != 0: skipping test that requires root
17:06:46 [2021-08-20T17:06:46.516Z] --- SKIP: TestChrootApplyDotDotFile (0.00s)
17:06:46 [2021-08-20T17:06:46.516Z] PASS
17:06:46 [2021-08-20T17:06:46.516Z] coverage: 15.4% of statements
17:06:46 [2021-08-20T17:06:46.516Z] ok  	github.com/docker/docker/pkg/chrootarchive	0.126s	coverage: 15.4% of statements
17:06:46 [2021-08-20T17:06:46.973Z] === RUN   TestSizeEmpty
17:06:46 [2021-08-20T17:06:46.973Z] --- PASS: TestSizeEmpty (0.00s)
17:06:46 [2021-08-20T17:06:46.973Z] === RUN   TestSizeEmptyFile
17:06:46 [2021-08-20T17:06:46.973Z] --- PASS: TestSizeEmptyFile (0.00s)
17:06:46 [2021-08-20T17:06:46.973Z] === RUN   TestSizeNonemptyFile
17:06:46 [2021-08-20T17:06:46.973Z] --- PASS: TestSizeNonemptyFile (0.00s)
17:06:46 [2021-08-20T17:06:46.973Z] === RUN   TestSizeNestedDirectoryEmpty
17:06:46 [2021-08-20T17:06:46.973Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s)
17:06:46 [2021-08-20T17:06:46.973Z] === RUN   TestSizeFileAndNestedDirectoryEmpty
17:06:46 [2021-08-20T17:06:46.973Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s)
17:06:46 [2021-08-20T17:06:46.973Z] === RUN   TestSizeFileAndNestedDirectoryNonempty
17:06:46 [2021-08-20T17:06:46.973Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s)
17:06:46 [2021-08-20T17:06:46.973Z] === RUN   TestMoveToSubdir
17:06:46 [2021-08-20T17:06:46.973Z] --- PASS: TestMoveToSubdir (0.01s)
17:06:46 [2021-08-20T17:06:46.973Z] === RUN   TestSizeNonExistingDirectory
17:06:46 [2021-08-20T17:06:46.973Z] --- PASS: TestSizeNonExistingDirectory (0.00s)
17:06:46 [2021-08-20T17:06:46.973Z] PASS
17:06:46 [2021-08-20T17:06:46.973Z] coverage: 80.0% of statements
17:06:46 [2021-08-20T17:06:46.974Z] ok  	github.com/docker/docker/pkg/directory	0.062s	coverage: 80.0% of statements
17:06:47 [2021-08-20T17:06:47.429Z] 2021/08/20 17:06:46 Closing DB instances...
17:06:47 [2021-08-20T17:06:47.636Z] === RUN   TestInspectNetwork/full_network_id
17:06:47 [2021-08-20T17:06:47.636Z] === RUN   TestInspectNetwork/partial_network_id
17:06:47 [2021-08-20T17:06:47.637Z] === RUN   TestInspectNetwork/network_name
17:06:47 [2021-08-20T17:06:47.637Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
17:06:47 [2021-08-20T17:06:47.872Z] --- PASS: TestRenameContainerWithSameName (1.20s)
17:06:47 [2021-08-20T17:06:47.872Z] === RUN   TestRenameContainerWithLinkedContainer
17:06:48 [2021-08-20T17:06:48.391Z] === RUN   Test
17:06:48 [2021-08-20T17:06:48.391Z] === RUN   Test/TestContainsEntry
17:06:48 [2021-08-20T17:06:48.391Z] === RUN   Test/TestCreateEntries
17:06:48 [2021-08-20T17:06:48.391Z] === RUN   Test/TestEntriesDiff
17:06:48 [2021-08-20T17:06:48.391Z] === RUN   Test/TestEntriesEquality
17:06:48 [2021-08-20T17:06:48.391Z] === RUN   Test/TestGenerateWithMalformedInputAtRangeEnd
17:06:48 [2021-08-20T17:06:48.391Z] === RUN   Test/TestGenerateWithMalformedInputAtRangeStart
17:06:48 [2021-08-20T17:06:48.391Z] === RUN   Test/TestGeneratorMatchFailedNotGenerate
17:06:48 [2021-08-20T17:06:48.391Z] === RUN   Test/TestGeneratorNotGenerate
17:06:48 [2021-08-20T17:06:48.391Z] === RUN   Test/TestGeneratorWithPort
17:06:48 [2021-08-20T17:06:48.391Z] === RUN   Test/TestGeneratorWithPortNotGenerate
17:06:48 [2021-08-20T17:06:48.391Z] === RUN   Test/TestNewEntry
17:06:48 [2021-08-20T17:06:48.391Z] === RUN   Test/TestParse
17:06:48 [2021-08-20T17:06:48.391Z] --- PASS: Test (0.00s)
17:06:48 [2021-08-20T17:06:48.391Z]     --- PASS: Test/TestContainsEntry (0.00s)
17:06:48 [2021-08-20T17:06:48.391Z]     --- PASS: Test/TestCreateEntries (0.00s)
17:06:48 [2021-08-20T17:06:48.391Z]     --- PASS: Test/TestEntriesDiff (0.00s)
17:06:48 [2021-08-20T17:06:48.391Z]     --- PASS: Test/TestEntriesEquality (0.00s)
17:06:48 [2021-08-20T17:06:48.391Z]     --- PASS: Test/TestGenerateWithMalformedInputAtRangeEnd (0.00s)
17:06:48 [2021-08-20T17:06:48.391Z]     --- PASS: Test/TestGenerateWithMalformedInputAtRangeStart (0.00s)
17:06:48 [2021-08-20T17:06:48.391Z]     --- PASS: Test/TestGeneratorMatchFailedNotGenerate (0.00s)
17:06:48 [2021-08-20T17:06:48.391Z]     --- PASS: Test/TestGeneratorNotGenerate (0.00s)
17:06:48 [2021-08-20T17:06:48.391Z]     --- PASS: Test/TestGeneratorWithPort (0.00s)
17:06:48 [2021-08-20T17:06:48.391Z]     --- PASS: Test/TestGeneratorWithPortNotGenerate (0.00s)
17:06:48 [2021-08-20T17:06:48.391Z]     --- PASS: Test/TestNewEntry (0.00s)
17:06:48 [2021-08-20T17:06:48.391Z]     --- PASS: Test/TestParse (0.00s)
17:06:48 [2021-08-20T17:06:48.391Z] PASS
17:06:48 [2021-08-20T17:06:48.391Z] coverage: 58.3% of statements
17:06:48 [2021-08-20T17:06:48.391Z] ok  	github.com/docker/docker/pkg/discovery	0.053s	coverage: 58.3% of statements
17:06:49 [2021-08-20T17:06:49.352Z] === RUN   Test
17:06:49 [2021-08-20T17:06:49.352Z] === RUN   Test/TestContent
17:06:49 [2021-08-20T17:06:49.352Z] === RUN   Test/TestInitialize
17:06:49 [2021-08-20T17:06:49.352Z] === RUN   Test/TestNew
17:06:49 [2021-08-20T17:06:49.352Z] === RUN   Test/TestParsingContentsWithComments
17:06:49 [2021-08-20T17:06:49.352Z] === RUN   Test/TestRegister
17:06:49 [2021-08-20T17:06:49.352Z] === RUN   Test/TestWatch
17:06:49 [2021-08-20T17:06:49.352Z] --- PASS: Test (0.01s)
17:06:49 [2021-08-20T17:06:49.352Z]     --- PASS: Test/TestContent (0.00s)
17:06:49 [2021-08-20T17:06:49.352Z]     --- PASS: Test/TestInitialize (0.00s)
17:06:49 [2021-08-20T17:06:49.352Z]     --- PASS: Test/TestNew (0.00s)
17:06:49 [2021-08-20T17:06:49.352Z]     --- PASS: Test/TestParsingContentsWithComments (0.00s)
17:06:49 [2021-08-20T17:06:49.352Z]     --- PASS: Test/TestRegister (0.00s)
17:06:49 [2021-08-20T17:06:49.352Z]     --- PASS: Test/TestWatch (0.00s)
17:06:49 [2021-08-20T17:06:49.352Z] PASS
17:06:49 [2021-08-20T17:06:49.352Z] coverage: 97.6% of statements
17:06:49 [2021-08-20T17:06:49.352Z] ok  	github.com/docker/docker/pkg/discovery/file	0.051s	coverage: 97.6% of statements
17:06:49 [2021-08-20T17:06:49.352Z] --- PASS: TestNetworkDBCRUDTableEntry (4.29s)
17:06:49 [2021-08-20T17:06:49.352Z] === RUN   TestNetworkDBCRUDTableEntries
17:06:50 [2021-08-20T17:06:50.322Z] --- PASS: TestTarFiles (6.01s)
17:06:50 [2021-08-20T17:06:50.322Z] === RUN   TestTarUntar
17:06:50 [2021-08-20T17:06:50.322Z] --- PASS: TestTarUntar (0.06s)
17:06:50 [2021-08-20T17:06:50.322Z] === RUN   TestTarWithOptionsChownOptsAlwaysOverridesIdPair
17:06:50 [2021-08-20T17:06:50.322Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.00s)
17:06:50 [2021-08-20T17:06:50.322Z] === RUN   TestTarWithOptions
17:06:50 [2021-08-20T17:06:50.322Z] === RUN   Test
17:06:50 [2021-08-20T17:06:50.322Z] === RUN   Test/TestInitialize
17:06:50 [2021-08-20T17:06:50.395Z] --- PASS: TestRenameContainerWithLinkedContainer (2.67s)
17:06:50 [2021-08-20T17:06:50.395Z] === RUN   TestResize
17:06:50 [2021-08-20T17:06:50.395Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgEnv
17:06:50 [2021-08-20T17:06:50.778Z] --- PASS: TestTarWithOptions (0.04s)
17:06:50 [2021-08-20T17:06:50.778Z] === RUN   TestTypeXGlobalHeaderDoesNotFail
17:06:50 [2021-08-20T17:06:50.778Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s)
17:06:50 [2021-08-20T17:06:50.778Z] === RUN   TestUntarUstarGnuConflict
17:06:50 [2021-08-20T17:06:50.778Z] --- PASS: TestUntarUstarGnuConflict (0.00s)
17:06:50 [2021-08-20T17:06:50.778Z] === RUN   TestUntarInvalidFilenames
17:06:50 [2021-08-20T17:06:50.778Z] time="2021-08-20T17:06:50Z" level=info msg="Initializing discovery without TLS"
17:06:50 [2021-08-20T17:06:50.778Z] time="2021-08-20T17:06:50Z" level=info msg="Initializing discovery without TLS"
17:06:50 [2021-08-20T17:06:50.778Z] time="2021-08-20T17:06:50Z" level=info msg="Initializing discovery without TLS"
17:06:50 [2021-08-20T17:06:50.778Z] === RUN   Test/TestInitializeWithCerts
17:06:50 [2021-08-20T17:06:50.778Z] time="2021-08-20T17:06:50Z" level=info msg="Initializing discovery with TLS"
17:06:50 [2021-08-20T17:06:50.778Z] === RUN   Test/TestWatch
17:06:50 [2021-08-20T17:06:50.778Z] time="2021-08-20T17:06:50Z" level=info msg="Initializing discovery without TLS"
17:06:50 [2021-08-20T17:06:50.778Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames510998786\\dest"
17:06:50 [2021-08-20T17:06:50.778Z] --- PASS: TestUntarInvalidFilenames (0.23s)
17:06:50 [2021-08-20T17:06:50.778Z] === RUN   TestUntarHardlinkToSymlink
17:06:50 [2021-08-20T17:06:50.778Z] --- PASS: TestUntarHardlinkToSymlink (0.01s)
17:06:50 [2021-08-20T17:06:50.778Z] === RUN   TestUntarInvalidHardlink
17:06:50 [2021-08-20T17:06:50.778Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink382651155\\victim\\hello" -> "../victim/hello"
17:06:50 [2021-08-20T17:06:50.778Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink662585686\\victim\\hello" -> "/../victim/hello"
17:06:50 [2021-08-20T17:06:50.779Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink354856637\\victim" -> "../victim"
17:06:50 [2021-08-20T17:06:50.779Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink293791480\\victim" -> "../victim"
17:06:50 [2021-08-20T17:06:50.779Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink595795959\\victim" -> "../victim"
17:06:50 [2021-08-20T17:06:50.779Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink952512234\\victim" -> "../victim"
17:06:50 [2021-08-20T17:06:50.779Z] --- PASS: TestUntarInvalidHardlink (0.03s)
17:06:50 [2021-08-20T17:06:50.779Z] === RUN   TestUntarInvalidSymlink
17:06:50 [2021-08-20T17:06:50.779Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink226853185\\dest\\dotdot" -> "../victim/hello"
17:06:50 [2021-08-20T17:06:50.779Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink545937836\\dest\\slash-dotdot" -> "/../victim/hello"
17:06:50 [2021-08-20T17:06:50.779Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink678885659\\dest\\loophole-victim" -> "../victim"
17:06:50 [2021-08-20T17:06:50.779Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink759005630\\dest\\loophole-victim" -> "../victim"
17:06:50 [2021-08-20T17:06:50.779Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink258726917\\dest\\loophole-victim" -> "../victim"
17:06:50 [2021-08-20T17:06:50.779Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink812721568\\dest\\loophole-victim" -> "../victim"
17:06:50 [2021-08-20T17:06:50.779Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink942723711\\dest\\dir\\loophole" -> "../../victim"
17:06:50 [2021-08-20T17:06:50.779Z] --- PASS: TestUntarInvalidSymlink (0.05s)
17:06:50 [2021-08-20T17:06:50.779Z] === RUN   TestTempArchiveCloseMultipleTimes
17:06:50 [2021-08-20T17:06:50.779Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s)
17:06:50 [2021-08-20T17:06:50.779Z] === RUN   TestXGlobalNoParent
17:06:50 [2021-08-20T17:06:50.779Z] --- PASS: TestXGlobalNoParent (0.00s)
17:06:50 [2021-08-20T17:06:50.779Z] === RUN   TestReplaceFileTarWrapper
17:06:51 [2021-08-20T17:06:51.235Z] --- PASS: TestReplaceFileTarWrapper (0.22s)
17:06:51 [2021-08-20T17:06:51.235Z] === RUN   TestPrefixHeaderReadable
17:06:51 [2021-08-20T17:06:51.235Z] --- PASS: TestPrefixHeaderReadable (0.04s)
17:06:51 [2021-08-20T17:06:51.235Z] === RUN   TestDisablePigz
17:06:51 [2021-08-20T17:06:51.235Z]     archive_test.go:1331: Test will not check full path when Pigz not installed
17:06:51 [2021-08-20T17:06:51.235Z] 2021/08/20 17:06:50 Closing DB instances...
17:06:51 [2021-08-20T17:06:51.235Z] --- PASS: TestDisablePigz (0.18s)
17:06:51 [2021-08-20T17:06:51.235Z] === RUN   TestPigz
17:06:51 [2021-08-20T17:06:51.690Z]     archive_test.go:1360: Tested whether Pigz is not used, as it not installed
17:06:51 [2021-08-20T17:06:51.690Z] --- PASS: TestPigz (0.29s)
17:06:51 [2021-08-20T17:06:51.690Z] === RUN   TestCopyFileWithInvalidDest
17:06:51 [2021-08-20T17:06:51.690Z]     archive_windows_test.go:16: Currently fails
17:06:51 [2021-08-20T17:06:51.690Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s)
17:06:51 [2021-08-20T17:06:51.690Z] === RUN   TestCanonicalTarNameForPath
17:06:51 [2021-08-20T17:06:51.690Z] --- PASS: TestCanonicalTarNameForPath (0.00s)
17:06:51 [2021-08-20T17:06:51.690Z] === RUN   TestCanonicalTarName
17:06:51 [2021-08-20T17:06:51.690Z] --- PASS: TestCanonicalTarName (0.00s)
17:06:51 [2021-08-20T17:06:51.690Z] === RUN   TestChmodTarEntry
17:06:51 [2021-08-20T17:06:51.690Z] --- PASS: TestChmodTarEntry (0.00s)
17:06:51 [2021-08-20T17:06:51.690Z] === RUN   TestHardLinkOrder
17:06:51 [2021-08-20T17:06:51.690Z] --- PASS: TestHardLinkOrder (0.09s)
17:06:51 [2021-08-20T17:06:51.690Z] === RUN   TestChangeString
17:06:51 [2021-08-20T17:06:51.690Z] --- PASS: TestChangeString (0.00s)
17:06:51 [2021-08-20T17:06:51.690Z] === RUN   TestChangesWithNoChanges
17:06:51 [2021-08-20T17:06:51.690Z] --- PASS: TestChangesWithNoChanges (0.03s)
17:06:51 [2021-08-20T17:06:51.690Z] === RUN   TestChangesWithChanges
17:06:51 [2021-08-20T17:06:51.690Z] --- PASS: TestChangesWithChanges (0.04s)
17:06:51 [2021-08-20T17:06:51.690Z] === RUN   TestChangesWithChangesGH13590
17:06:51 [2021-08-20T17:06:51.690Z]     changes_test.go:196: needs more investigation
17:06:51 [2021-08-20T17:06:51.690Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s)
17:06:51 [2021-08-20T17:06:51.690Z] === RUN   TestChangesDirsEmpty
17:06:51 [2021-08-20T17:06:51.690Z]     changes_test.go:261: FIXME: broken on Windows 1903 and up; see #39846
17:06:51 [2021-08-20T17:06:51.690Z] --- SKIP: TestChangesDirsEmpty (0.00s)
17:06:51 [2021-08-20T17:06:51.690Z] === RUN   TestChangesDirsMutated
17:06:51 [2021-08-20T17:06:51.690Z]     changes_test.go:355: FIXME: broken on Windows 1903 and up; see #39846
17:06:51 [2021-08-20T17:06:51.690Z] --- SKIP: TestChangesDirsMutated (0.00s)
17:06:51 [2021-08-20T17:06:51.690Z] === RUN   TestApplyLayer
17:06:51 [2021-08-20T17:06:51.690Z]     changes_test.go:433: needs further investigation
17:06:51 [2021-08-20T17:06:51.690Z] --- SKIP: TestApplyLayer (0.00s)
17:06:51 [2021-08-20T17:06:51.690Z] === RUN   TestChangesSizeWithHardlinks
17:06:51 [2021-08-20T17:06:51.690Z]     changes_test.go:469: needs further investigation
17:06:51 [2021-08-20T17:06:51.690Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s)
17:06:51 [2021-08-20T17:06:51.690Z] === RUN   TestChangesSizeWithNoChanges
17:06:51 [2021-08-20T17:06:51.690Z] --- PASS: TestChangesSizeWithNoChanges (0.00s)
17:06:51 [2021-08-20T17:06:51.690Z] === RUN   TestChangesSizeWithOnlyDeleteChanges
17:06:51 [2021-08-20T17:06:51.690Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s)
17:06:51 [2021-08-20T17:06:51.690Z] === RUN   TestChangesSize
17:06:51 [2021-08-20T17:06:51.690Z] --- PASS: TestChangesSize (0.00s)
17:06:51 [2021-08-20T17:06:51.690Z] === RUN   TestApplyLayerInvalidFilenames
17:06:51 [2021-08-20T17:06:51.690Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames226685476\\dest"
17:06:51 [2021-08-20T17:06:51.690Z] --- PASS: TestApplyLayerInvalidFilenames (0.02s)
17:06:51 [2021-08-20T17:06:51.690Z] === RUN   TestApplyLayerInvalidHardlink
17:06:51 [2021-08-20T17:06:51.690Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink674806006\\victim\\hello" -> "../victim/hello"
17:06:51 [2021-08-20T17:06:51.690Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink417890781\\victim\\hello" -> "/../victim/hello"
17:06:51 [2021-08-20T17:06:51.690Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink446259096\\victim" -> "../victim"
17:06:51 [2021-08-20T17:06:51.690Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink136797719\\victim" -> "../victim"
17:06:51 [2021-08-20T17:06:51.690Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink250957962\\victim" -> "../victim"
17:06:51 [2021-08-20T17:06:51.690Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink965394529\\victim" -> "../victim"
17:06:51 [2021-08-20T17:06:51.690Z] --- PASS: TestApplyLayerInvalidHardlink (0.04s)
17:06:51 [2021-08-20T17:06:51.690Z] === RUN   TestApplyLayerInvalidSymlink
17:06:51 [2021-08-20T17:06:51.690Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink817695820\\dest\\dotdot" -> "../victim/hello"
17:06:51 [2021-08-20T17:06:51.690Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink386621243\\dest\\slash-dotdot" -> "/../victim/hello"
17:06:51 [2021-08-20T17:06:51.690Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink018645342\\dest\\loophole-victim" -> "../victim"
17:06:51 [2021-08-20T17:06:51.690Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink052616485\\dest\\loophole-victim" -> "../victim"
17:06:51 [2021-08-20T17:06:51.690Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink704033344\\dest\\loophole-victim" -> "../victim"
17:06:51 [2021-08-20T17:06:51.690Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink289112223\\dest\\loophole-victim" -> "../victim"
17:06:51 [2021-08-20T17:06:51.690Z] --- PASS: TestApplyLayerInvalidSymlink (0.03s)
17:06:51 [2021-08-20T17:06:51.690Z] === RUN   TestApplyLayerWhiteouts
17:06:51 [2021-08-20T17:06:51.763Z] --- PASS: TestResize (1.35s)
17:06:51 [2021-08-20T17:06:51.763Z] === RUN   TestResizeWithInvalidSize
17:06:51 [2021-08-20T17:06:51.822Z] --- PASS: TestInspectNetwork (7.84s)
17:06:51 [2021-08-20T17:06:51.822Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
17:06:51 [2021-08-20T17:06:51.822Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
17:06:51 [2021-08-20T17:06:51.822Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
17:06:51 [2021-08-20T17:06:51.822Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
17:06:51 [2021-08-20T17:06:51.822Z] === RUN   TestRunContainerWithBridgeNone
17:06:52 [2021-08-20T17:06:52.148Z] --- PASS: TestApplyLayerWhiteouts (0.11s)
17:06:52 [2021-08-20T17:06:52.148Z] === RUN   TestGenerateEmptyFile
17:06:52 [2021-08-20T17:06:52.148Z] --- PASS: TestGenerateEmptyFile (0.00s)
17:06:52 [2021-08-20T17:06:52.148Z] === RUN   TestGenerateWithContent
17:06:52 [2021-08-20T17:06:52.148Z] --- PASS: TestGenerateWithContent (0.00s)
17:06:52 [2021-08-20T17:06:52.148Z] PASS
17:06:52 [2021-08-20T17:06:52.148Z] coverage: 61.9% of statements
17:06:52 [2021-08-20T17:06:52.148Z] ok  	github.com/docker/docker/pkg/archive	8.871s	coverage: 61.9% of statements
17:06:52 [2021-08-20T17:06:52.604Z] --- PASS: TestNetworkDBCRUDTableEntries (3.24s)
17:06:52 [2021-08-20T17:06:52.604Z] === RUN   TestNetworkDBNodeLeave
17:06:52 [2021-08-20T17:06:52.692Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartRenameContainer
17:06:52 [2021-08-20T17:06:52.692Z] --- PASS: TestResizeWithInvalidSize (1.18s)
17:06:52 [2021-08-20T17:06:52.692Z] === RUN   TestResizeWhenContainerNotStarted
17:06:53 [2021-08-20T17:06:53.565Z] --- PASS: Test (3.22s)
17:06:53 [2021-08-20T17:06:53.565Z]     --- PASS: Test/TestInitialize (0.21s)
17:06:53 [2021-08-20T17:06:53.565Z]     --- PASS: Test/TestInitializeWithCerts (0.00s)
17:06:53 [2021-08-20T17:06:53.565Z]     --- PASS: Test/TestWatch (3.00s)
17:06:53 [2021-08-20T17:06:53.565Z] PASS
17:06:53 [2021-08-20T17:06:53.565Z] coverage: 84.1% of statements
17:06:53 [2021-08-20T17:06:53.565Z] ok  	github.com/docker/docker/pkg/discovery/kv	3.275s	coverage: 84.1% of statements
17:06:54 [2021-08-20T17:06:54.061Z] --- PASS: TestResizeWhenContainerNotStarted (1.23s)
17:06:54 [2021-08-20T17:06:54.061Z] === RUN   TestDaemonRestartKillContainers
17:06:54 [2021-08-20T17:06:54.061Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
17:06:54 [2021-08-20T17:06:54.061Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
17:06:54 [2021-08-20T17:06:54.061Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
17:06:54 [2021-08-20T17:06:54.061Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
17:06:54 [2021-08-20T17:06:54.061Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
17:06:54 [2021-08-20T17:06:54.061Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
17:06:54 [2021-08-20T17:06:54.061Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
17:06:54 [2021-08-20T17:06:54.061Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
17:06:54 [2021-08-20T17:06:54.061Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
17:06:54 [2021-08-20T17:06:54.061Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
17:06:54 [2021-08-20T17:06:54.061Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
17:06:54 [2021-08-20T17:06:54.061Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
17:06:54 [2021-08-20T17:06:54.061Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
17:06:54 [2021-08-20T17:06:54.061Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
17:06:54 [2021-08-20T17:06:54.061Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
17:06:54 [2021-08-20T17:06:54.061Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
17:06:54 [2021-08-20T17:06:54.061Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
17:06:54 [2021-08-20T17:06:54.061Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
17:06:54 [2021-08-20T17:06:54.061Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
17:06:54 [2021-08-20T17:06:54.061Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
17:06:54 [2021-08-20T17:06:54.061Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
17:06:54 [2021-08-20T17:06:54.061Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
17:06:54 [2021-08-20T17:06:54.061Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
17:06:54 [2021-08-20T17:06:54.061Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
17:06:54 [2021-08-20T17:06:54.061Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
17:06:54 [2021-08-20T17:06:54.061Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
17:06:54 [2021-08-20T17:06:54.528Z] === RUN   Test
17:06:54 [2021-08-20T17:06:54.528Z] === RUN   Test/TestWatch
17:06:54 [2021-08-20T17:06:54.528Z] --- PASS: Test (0.00s)
17:06:54 [2021-08-20T17:06:54.528Z]     --- PASS: Test/TestWatch (0.00s)
17:06:54 [2021-08-20T17:06:54.528Z] PASS
17:06:54 [2021-08-20T17:06:54.528Z] coverage: 92.3% of statements
17:06:54 [2021-08-20T17:06:54.528Z] ok  	github.com/docker/docker/pkg/discovery/memory	0.046s	coverage: 92.3% of statements
17:06:55 [2021-08-20T17:06:55.108Z] --- PASS: TestRunContainerWithBridgeNone (3.15s)
17:06:55 [2021-08-20T17:06:55.108Z] === RUN   TestNetworkInvalidJSON
17:06:55 [2021-08-20T17:06:55.108Z] === RUN   TestNetworkInvalidJSON//networks/create
17:06:55 [2021-08-20T17:06:55.108Z] === PAUSE TestNetworkInvalidJSON//networks/create
17:06:55 [2021-08-20T17:06:55.108Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
17:06:55 [2021-08-20T17:06:55.108Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
17:06:55 [2021-08-20T17:06:55.108Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
17:06:55 [2021-08-20T17:06:55.108Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
17:06:55 [2021-08-20T17:06:55.108Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
17:06:55 [2021-08-20T17:06:55.108Z] === CONT  TestNetworkInvalidJSON//networks/create
17:06:55 [2021-08-20T17:06:55.108Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
17:06:55 [2021-08-20T17:06:55.108Z] --- PASS: TestNetworkInvalidJSON (0.02s)
17:06:55 [2021-08-20T17:06:55.108Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.00s)
17:06:55 [2021-08-20T17:06:55.108Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
17:06:55 [2021-08-20T17:06:55.108Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
17:06:55 [2021-08-20T17:06:55.108Z] === RUN   TestNetworkList
17:06:55 [2021-08-20T17:06:55.108Z] === RUN   TestNetworkList//networks
17:06:55 [2021-08-20T17:06:55.108Z] === PAUSE TestNetworkList//networks
17:06:55 [2021-08-20T17:06:55.108Z] === RUN   TestNetworkList//networks/
17:06:55 [2021-08-20T17:06:55.108Z] === PAUSE TestNetworkList//networks/
17:06:55 [2021-08-20T17:06:55.108Z] === CONT  TestNetworkList//networks
17:06:55 [2021-08-20T17:06:55.108Z] === CONT  TestNetworkList//networks/
17:06:55 [2021-08-20T17:06:55.108Z] --- PASS: TestNetworkList (0.01s)
17:06:55 [2021-08-20T17:06:55.108Z]     --- PASS: TestNetworkList//networks (0.00s)
17:06:55 [2021-08-20T17:06:55.108Z]     --- PASS: TestNetworkList//networks/ (0.00s)
17:06:55 [2021-08-20T17:06:55.108Z] === RUN   TestHostIPv4BridgeLabel
17:06:55 [2021-08-20T17:06:55.108Z] --- PASS: TestHostIPv4BridgeLabel (0.56s)
17:06:55 [2021-08-20T17:06:55.108Z] === RUN   TestDaemonRestartWithLiveRestore
17:06:55 [2021-08-20T17:06:55.491Z] --- PASS: TestNetworkDBNodeLeave (2.86s)
17:06:55 [2021-08-20T17:06:55.491Z] === RUN   TestNetworkDBWatch
17:06:55 [2021-08-20T17:06:55.491Z] === RUN   Test
17:06:55 [2021-08-20T17:06:55.491Z] === RUN   Test/TestInitialize
17:06:55 [2021-08-20T17:06:55.491Z] === RUN   Test/TestInitializeWithPattern
17:06:55 [2021-08-20T17:06:55.491Z] === RUN   Test/TestRegister
17:06:55 [2021-08-20T17:06:55.491Z] === RUN   Test/TestWatch
17:06:55 [2021-08-20T17:06:55.491Z] --- PASS: Test (0.00s)
17:06:55 [2021-08-20T17:06:55.491Z]     --- PASS: Test/TestInitialize (0.00s)
17:06:55 [2021-08-20T17:06:55.491Z]     --- PASS: Test/TestInitializeWithPattern (0.00s)
17:06:55 [2021-08-20T17:06:55.491Z]     --- PASS: Test/TestRegister (0.00s)
17:06:55 [2021-08-20T17:06:55.491Z]     --- PASS: Test/TestWatch (0.00s)
17:06:55 [2021-08-20T17:06:55.491Z] PASS
17:06:55 [2021-08-20T17:06:55.491Z] coverage: 93.8% of statements
17:06:55 [2021-08-20T17:06:55.491Z] ok  	github.com/docker/docker/pkg/discovery/nodes	0.064s	coverage: 93.8% of statements
17:06:56 [2021-08-20T17:06:56.043Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s)
17:06:56 [2021-08-20T17:06:56.043Z] === RUN   TestDaemonDefaultNetworkPools
17:06:56 [2021-08-20T17:06:56.455Z] === RUN   TestPollerAddRemove
17:06:56 [2021-08-20T17:06:56.455Z] --- PASS: TestPollerAddRemove (0.00s)
17:06:56 [2021-08-20T17:06:56.455Z] === RUN   TestPollerEvent
17:06:56 [2021-08-20T17:06:56.455Z]     poller_test.go:41: No chmod on Windows
17:06:56 [2021-08-20T17:06:56.455Z] --- SKIP: TestPollerEvent (0.00s)
17:06:56 [2021-08-20T17:06:56.455Z] === RUN   TestPollerClose
17:06:56 [2021-08-20T17:06:56.455Z] --- PASS: TestPollerClose (0.00s)
17:06:56 [2021-08-20T17:06:56.455Z] PASS
17:06:56 [2021-08-20T17:06:56.455Z] coverage: 45.7% of statements
17:06:56 [2021-08-20T17:06:56.455Z] ok  	github.com/docker/docker/pkg/filenotify	0.056s	coverage: 45.7% of statements
17:06:56 [2021-08-20T17:06:56.916Z] 2021/08/20 17:06:56 Closing DB instances...
17:06:56 [2021-08-20T17:06:56.978Z] --- PASS: TestDaemonDefaultNetworkPools (0.71s)
17:06:56 [2021-08-20T17:06:56.978Z] === RUN   TestDaemonRestartWithExistingNetwork
17:06:57 [2021-08-20T17:06:57.333Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork
17:06:57 [2021-08-20T17:06:57.372Z] === RUN   TestCopyFileWithInvalidSrc
17:06:57 [2021-08-20T17:06:57.373Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s)
17:06:57 [2021-08-20T17:06:57.373Z] === RUN   TestCopyFileWithInvalidDest
17:06:57 [2021-08-20T17:06:57.373Z] --- PASS: TestCopyFileWithInvalidDest (0.00s)
17:06:57 [2021-08-20T17:06:57.373Z] === RUN   TestCopyFileWithSameSrcAndDest
17:06:57 [2021-08-20T17:06:57.373Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s)
17:06:57 [2021-08-20T17:06:57.373Z] === RUN   TestCopyFileWithSameSrcAndDestWithPathNameDifferent
17:06:57 [2021-08-20T17:06:57.373Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s)
17:06:57 [2021-08-20T17:06:57.373Z] === RUN   TestCopyFile
17:06:57 [2021-08-20T17:06:57.373Z] --- PASS: TestCopyFile (0.00s)
17:06:57 [2021-08-20T17:06:57.373Z] === RUN   TestReadSymlinkedDirectoryExistingDirectory
17:06:57 [2021-08-20T17:06:57.373Z]     fileutils_test.go:134: Needs porting to Windows
17:06:57 [2021-08-20T17:06:57.373Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s)
17:06:57 [2021-08-20T17:06:57.373Z] === RUN   TestReadSymlinkedDirectoryNonExistingSymlink
17:06:57 [2021-08-20T17:06:57.373Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s)
17:06:57 [2021-08-20T17:06:57.373Z] === RUN   TestReadSymlinkedDirectoryToFile
17:06:57 [2021-08-20T17:06:57.373Z]     fileutils_test.go:180: Needs porting to Windows
17:06:57 [2021-08-20T17:06:57.373Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s)
17:06:57 [2021-08-20T17:06:57.373Z] === RUN   TestWildcardMatches
17:06:57 [2021-08-20T17:06:57.373Z] --- PASS: TestWildcardMatches (0.00s)
17:06:57 [2021-08-20T17:06:57.373Z] === RUN   TestPatternMatches
17:06:57 [2021-08-20T17:06:57.373Z] --- PASS: TestPatternMatches (0.00s)
17:06:57 [2021-08-20T17:06:57.373Z] === RUN   TestExclusionPatternMatchesPatternBefore
17:06:57 [2021-08-20T17:06:57.373Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s)
17:06:57 [2021-08-20T17:06:57.373Z] === RUN   TestPatternMatchesFolderExclusions
17:06:57 [2021-08-20T17:06:57.373Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s)
17:06:57 [2021-08-20T17:06:57.373Z] === RUN   TestPatternMatchesFolderWithSlashExclusions
17:06:57 [2021-08-20T17:06:57.373Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s)
17:06:57 [2021-08-20T17:06:57.373Z] === RUN   TestPatternMatchesFolderWildcardExclusions
17:06:57 [2021-08-20T17:06:57.373Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s)
17:06:57 [2021-08-20T17:06:57.373Z] === RUN   TestExclusionPatternMatchesPatternAfter
17:06:57 [2021-08-20T17:06:57.373Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s)
17:06:57 [2021-08-20T17:06:57.373Z] === RUN   TestExclusionPatternMatchesWholeDirectory
17:06:57 [2021-08-20T17:06:57.373Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s)
17:06:57 [2021-08-20T17:06:57.373Z] === RUN   TestSingleExclamationError
17:06:57 [2021-08-20T17:06:57.373Z] --- PASS: TestSingleExclamationError (0.00s)
17:06:57 [2021-08-20T17:06:57.373Z] === RUN   TestMatchesWithNoPatterns
17:06:57 [2021-08-20T17:06:57.373Z] --- PASS: TestMatchesWithNoPatterns (0.00s)
17:06:57 [2021-08-20T17:06:57.373Z] === RUN   TestMatchesWithMalformedPatterns
17:06:57 [2021-08-20T17:06:57.373Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s)
17:06:57 [2021-08-20T17:06:57.373Z] === RUN   TestMatches
17:06:57 [2021-08-20T17:06:57.373Z] === RUN   TestMatches/MatchesOrParentMatches
17:06:57 [2021-08-20T17:06:57.373Z] === RUN   TestMatches/MatchesUsingParentResult
17:06:57 [2021-08-20T17:06:57.373Z] --- PASS: TestMatches (0.01s)
17:06:57 [2021-08-20T17:06:57.373Z]     --- PASS: TestMatches/MatchesOrParentMatches (0.00s)
17:06:57 [2021-08-20T17:06:57.373Z]     --- PASS: TestMatches/MatchesUsingParentResult (0.00s)
17:06:57 [2021-08-20T17:06:57.373Z] === RUN   TestCleanPatterns
17:06:57 [2021-08-20T17:06:57.373Z] --- PASS: TestCleanPatterns (0.00s)
17:06:57 [2021-08-20T17:06:57.373Z] === RUN   TestCleanPatternsStripEmptyPatterns
17:06:57 [2021-08-20T17:06:57.373Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s)
17:06:57 [2021-08-20T17:06:57.373Z] === RUN   TestCleanPatternsExceptionFlag
17:06:57 [2021-08-20T17:06:57.373Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s)
17:06:57 [2021-08-20T17:06:57.373Z] === RUN   TestCleanPatternsLeadingSpaceTrimmed
17:06:57 [2021-08-20T17:06:57.373Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s)
17:06:57 [2021-08-20T17:06:57.373Z] === RUN   TestCleanPatternsTrailingSpaceTrimmed
17:06:57 [2021-08-20T17:06:57.373Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s)
17:06:57 [2021-08-20T17:06:57.373Z] === RUN   TestCleanPatternsErrorSingleException
17:06:57 [2021-08-20T17:06:57.373Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s)
17:06:57 [2021-08-20T17:06:57.373Z] === RUN   TestCreateIfNotExistsDir
17:06:57 [2021-08-20T17:06:57.373Z] --- PASS: TestCreateIfNotExistsDir (0.01s)
17:06:57 [2021-08-20T17:06:57.373Z] === RUN   TestCreateIfNotExistsFile
17:06:57 [2021-08-20T17:06:57.373Z] --- PASS: TestCreateIfNotExistsFile (0.02s)
17:06:57 [2021-08-20T17:06:57.373Z] === RUN   TestMatch
17:06:57 [2021-08-20T17:06:57.373Z] --- PASS: TestMatch (0.00s)
17:06:57 [2021-08-20T17:06:57.373Z] PASS
17:06:57 [2021-08-20T17:06:57.373Z] coverage: 82.2% of statements
17:06:57 [2021-08-20T17:06:57.373Z] ok  	github.com/docker/docker/pkg/fileutils	0.098s	coverage: 82.2% of statements
17:06:57 [2021-08-20T17:06:57.900Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
17:06:57 [2021-08-20T17:06:57.900Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
17:06:57 [2021-08-20T17:06:57.916Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.13s)
17:06:57 [2021-08-20T17:06:57.916Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
17:06:58 [2021-08-20T17:06:58.337Z] === RUN   TestGet
17:06:58 [2021-08-20T17:06:58.337Z] --- PASS: TestGet (0.00s)
17:06:58 [2021-08-20T17:06:58.337Z] === RUN   TestGetShortcutString
17:06:58 [2021-08-20T17:06:58.337Z] --- PASS: TestGetShortcutString (0.00s)
17:06:58 [2021-08-20T17:06:58.337Z] PASS
17:06:58 [2021-08-20T17:06:58.337Z] coverage: 42.9% of statements
17:06:58 [2021-08-20T17:06:58.337Z] ok  	github.com/docker/docker/pkg/homedir	0.062s	coverage: 42.9% of statements
17:06:58 [2021-08-20T17:06:58.337Z] --- PASS: TestNetworkDBWatch (3.06s)
17:06:58 [2021-08-20T17:06:58.337Z] === RUN   TestNetworkDBBulkSync
17:06:58 [2021-08-20T17:06:58.817Z] --- PASS: TestImportExtremelyLargeImageWorks (93.66s)
17:06:58 [2021-08-20T17:06:58.817Z] PASS
17:06:58 [2021-08-20T17:06:58.817Z] 
17:06:58 [2021-08-20T17:06:58.817Z] === Skipped
17:06:58 [2021-08-20T17:06:58.817Z] === SKIP: amd64.integration.image TestRemoveImageGarbageCollector (0.00s)
17:06:58 [2021-08-20T17:06:58.817Z]     remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros
17:06:58 [2021-08-20T17:06:58.817Z] 
17:06:58 [2021-08-20T17:06:58.817Z] 
17:06:58 [2021-08-20T17:06:58.817Z] DONE 12 tests, 1 skipped in 97.501s
17:06:58 [2021-08-20T17:06:58.817Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m 
17:06:58 [2021-08-20T17:06:58.817Z] INFO: Testing against a local daemon
17:06:58 [2021-08-20T17:06:58.817Z] === RUN   TestNetworkCreateDelete
17:06:58 [2021-08-20T17:06:58.817Z] --- PASS: TestNetworkCreateDelete (0.14s)
17:06:58 [2021-08-20T17:06:58.817Z] === RUN   TestDockerNetworkDeletePreferID
17:06:58 [2021-08-20T17:06:58.817Z] --- PASS: TestDockerNetworkDeletePreferID (0.37s)
17:06:58 [2021-08-20T17:06:58.817Z] === RUN   TestDaemonDNSFallback
17:06:59 [2021-08-20T17:06:59.292Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.21s)
17:06:59 [2021-08-20T17:06:59.292Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
17:06:59 [2021-08-20T17:06:59.300Z] === RUN   TestCreateIDMapOrder
17:06:59 [2021-08-20T17:06:59.300Z] --- PASS: TestCreateIDMapOrder (0.00s)
17:06:59 [2021-08-20T17:06:59.300Z] PASS
17:06:59 [2021-08-20T17:06:59.300Z] coverage: 7.2% of statements
17:06:59 [2021-08-20T17:06:59.300Z] ok  	github.com/docker/docker/pkg/idtools	0.045s	coverage: 7.2% of statements
17:06:59 [2021-08-20T17:06:59.756Z] 2021/08/20 17:06:59 Closing DB instances...
17:06:59 [2021-08-20T17:06:59.793Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
17:06:59 [2021-08-20T17:06:59.793Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
17:06:59 [2021-08-20T17:06:59.858Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s)
17:06:59 [2021-08-20T17:06:59.858Z] === RUN   TestServiceWithPredefinedNetwork
17:07:00 [2021-08-20T17:07:00.718Z] === RUN   TestFixedBufferCap
17:07:00 [2021-08-20T17:07:00.718Z] --- PASS: TestFixedBufferCap (0.00s)
17:07:00 [2021-08-20T17:07:00.718Z] === RUN   TestFixedBufferLen
17:07:00 [2021-08-20T17:07:00.718Z] --- PASS: TestFixedBufferLen (0.00s)
17:07:00 [2021-08-20T17:07:00.718Z] === RUN   TestFixedBufferString
17:07:00 [2021-08-20T17:07:00.718Z] --- PASS: TestFixedBufferString (0.00s)
17:07:00 [2021-08-20T17:07:00.718Z] === RUN   TestFixedBufferWrite
17:07:00 [2021-08-20T17:07:00.718Z] --- PASS: TestFixedBufferWrite (0.00s)
17:07:00 [2021-08-20T17:07:00.718Z] === RUN   TestFixedBufferRead
17:07:00 [2021-08-20T17:07:00.718Z] --- PASS: TestFixedBufferRead (0.00s)
17:07:00 [2021-08-20T17:07:00.718Z] === RUN   TestBytesPipeRead
17:07:00 [2021-08-20T17:07:00.718Z] --- PASS: TestBytesPipeRead (0.00s)
17:07:00 [2021-08-20T17:07:00.718Z] === RUN   TestBytesPipeWrite
17:07:00 [2021-08-20T17:07:00.719Z] --- PASS: TestBytesPipeWrite (0.00s)
17:07:00 [2021-08-20T17:07:00.719Z] === RUN   TestBytesPipeWriteRandomChunks
17:07:01 [2021-08-20T17:07:01.174Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
17:07:01 [2021-08-20T17:07:01.175Z] --- PASS: TestBytesPipeWriteRandomChunks (0.52s)
17:07:01 [2021-08-20T17:07:01.175Z] === RUN   TestAtomicWriteToFile
17:07:01 [2021-08-20T17:07:01.175Z] --- PASS: TestAtomicWriteToFile (0.01s)
17:07:01 [2021-08-20T17:07:01.175Z] === RUN   TestAtomicWriteSetCommit
17:07:01 [2021-08-20T17:07:01.175Z] --- PASS: TestAtomicWriteSetCommit (0.01s)
17:07:01 [2021-08-20T17:07:01.175Z] === RUN   TestAtomicWriteSetCancel
17:07:01 [2021-08-20T17:07:01.175Z] --- PASS: TestAtomicWriteSetCancel (0.02s)
17:07:01 [2021-08-20T17:07:01.175Z] === RUN   TestReadCloserWrapperClose
17:07:01 [2021-08-20T17:07:01.175Z] --- PASS: TestReadCloserWrapperClose (0.00s)
17:07:01 [2021-08-20T17:07:01.175Z] === RUN   TestReaderErrWrapperReadOnError
17:07:01 [2021-08-20T17:07:01.175Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s)
17:07:01 [2021-08-20T17:07:01.175Z] === RUN   TestReaderErrWrapperRead
17:07:01 [2021-08-20T17:07:01.175Z] --- PASS: TestReaderErrWrapperRead (0.00s)
17:07:01 [2021-08-20T17:07:01.175Z] === RUN   TestCancelReadCloser
17:07:01 [2021-08-20T17:07:01.430Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
17:07:01 [2021-08-20T17:07:01.632Z] --- PASS: TestCancelReadCloser (0.10s)
17:07:01 [2021-08-20T17:07:01.632Z] === RUN   TestWriteCloserWrapperClose
17:07:01 [2021-08-20T17:07:01.632Z] --- PASS: TestWriteCloserWrapperClose (0.00s)
17:07:01 [2021-08-20T17:07:01.632Z] === RUN   TestNopWriteCloser
17:07:01 [2021-08-20T17:07:01.632Z] --- PASS: TestNopWriteCloser (0.00s)
17:07:01 [2021-08-20T17:07:01.632Z] === RUN   TestNopWriter
17:07:01 [2021-08-20T17:07:01.632Z] --- PASS: TestNopWriter (0.00s)
17:07:01 [2021-08-20T17:07:01.632Z] === RUN   TestWriteCounter
17:07:01 [2021-08-20T17:07:01.632Z] --- PASS: TestWriteCounter (0.02s)
17:07:01 [2021-08-20T17:07:01.632Z] PASS
17:07:01 [2021-08-20T17:07:01.632Z] coverage: 69.6% of statements
17:07:01 [2021-08-20T17:07:01.632Z] ok  	github.com/docker/docker/pkg/ioutils	0.729s	coverage: 69.6% of statements
17:07:01 [2021-08-20T17:07:01.632Z] --- PASS: TestNetworkDBBulkSync (3.06s)
17:07:01 [2021-08-20T17:07:01.632Z] === RUN   TestNetworkDBCRUDMediumCluster
17:07:02 [2021-08-20T17:07:02.389Z] --- PASS: TestServiceWithPredefinedNetwork (2.64s)
17:07:02 [2021-08-20T17:07:02.390Z] === RUN   TestServiceRemoveKeepsIngressNetwork
17:07:02 [2021-08-20T17:07:02.390Z]     service_test.go:242: FLAKY_TEST
17:07:02 [2021-08-20T17:07:02.390Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
17:07:02 [2021-08-20T17:07:02.390Z] === RUN   TestServiceWithDataPathPortInit
17:07:03 [2021-08-20T17:07:03.162Z] === RUN   TestError
17:07:03 [2021-08-20T17:07:03.162Z] --- PASS: TestError (0.00s)
17:07:03 [2021-08-20T17:07:03.162Z] === RUN   TestProgressString
17:07:03 [2021-08-20T17:07:03.162Z] === RUN   TestProgressString/no_progress
17:07:03 [2021-08-20T17:07:03.162Z] === RUN   TestProgressString/progress_1
17:07:03 [2021-08-20T17:07:03.162Z] === RUN   TestProgressString/some_progress_with_a_start_time
17:07:03 [2021-08-20T17:07:03.162Z] === RUN   TestProgressString/some_progress_without_a_start_time
17:07:03 [2021-08-20T17:07:03.162Z] === RUN   TestProgressString/current_more_than_total_is_not_negative_gh#7136
17:07:03 [2021-08-20T17:07:03.162Z] === RUN   TestProgressString/with_units
17:07:03 [2021-08-20T17:07:03.162Z] === RUN   TestProgressString/current_more_than_total_with_units_is_not_negative_
17:07:03 [2021-08-20T17:07:03.162Z] === RUN   TestProgressString/hide_counts
17:07:03 [2021-08-20T17:07:03.162Z] --- PASS: TestProgressString (0.00s)
17:07:03 [2021-08-20T17:07:03.162Z]     --- PASS: TestProgressString/no_progress (0.00s)
17:07:03 [2021-08-20T17:07:03.162Z]     --- PASS: TestProgressString/progress_1 (0.00s)
17:07:03 [2021-08-20T17:07:03.162Z]     --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s)
17:07:03 [2021-08-20T17:07:03.162Z]     --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s)
17:07:03 [2021-08-20T17:07:03.162Z]     --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s)
17:07:03 [2021-08-20T17:07:03.162Z]     --- PASS: TestProgressString/with_units (0.00s)
17:07:03 [2021-08-20T17:07:03.162Z]     --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s)
17:07:03 [2021-08-20T17:07:03.162Z]     --- PASS: TestProgressString/hide_counts (0.00s)
17:07:03 [2021-08-20T17:07:03.162Z] === RUN   TestJSONMessageDisplay
17:07:03 [2021-08-20T17:07:03.162Z] --- PASS: TestJSONMessageDisplay (0.21s)
17:07:03 [2021-08-20T17:07:03.162Z] === RUN   TestJSONMessageDisplayWithJSONError
17:07:03 [2021-08-20T17:07:03.162Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s)
17:07:03 [2021-08-20T17:07:03.162Z] === RUN   TestDisplayJSONMessagesStreamInvalidJSON
17:07:03 [2021-08-20T17:07:03.162Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s)
17:07:03 [2021-08-20T17:07:03.162Z] === RUN   TestDisplayJSONMessagesStream
17:07:03 [2021-08-20T17:07:03.162Z] --- PASS: TestDisplayJSONMessagesStream (0.00s)
17:07:03 [2021-08-20T17:07:03.162Z] PASS
17:07:03 [2021-08-20T17:07:03.162Z] coverage: 91.7% of statements
17:07:03 [2021-08-20T17:07:03.162Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.281s	coverage: 91.7% of statements
17:07:04 [2021-08-20T17:07:04.059Z] --- PASS: TestDaemonDNSFallback (6.58s)
17:07:04 [2021-08-20T17:07:04.059Z] === RUN   TestInspectNetwork
17:07:04 [2021-08-20T17:07:04.059Z]     inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:07:04 [2021-08-20T17:07:04.059Z] --- SKIP: TestInspectNetwork (0.00s)
17:07:04 [2021-08-20T17:07:04.059Z] === RUN   TestRunContainerWithBridgeNone
17:07:04 [2021-08-20T17:07:04.059Z]     network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network
17:07:04 [2021-08-20T17:07:04.059Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s)
17:07:04 [2021-08-20T17:07:04.059Z] === RUN   TestNetworkInvalidJSON
17:07:04 [2021-08-20T17:07:04.059Z] === RUN   TestNetworkInvalidJSON//networks/create
17:07:04 [2021-08-20T17:07:04.059Z] === PAUSE TestNetworkInvalidJSON//networks/create
17:07:04 [2021-08-20T17:07:04.059Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
17:07:04 [2021-08-20T17:07:04.059Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
17:07:04 [2021-08-20T17:07:04.059Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
17:07:04 [2021-08-20T17:07:04.059Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
17:07:04 [2021-08-20T17:07:04.059Z] === CONT  TestNetworkInvalidJSON//networks/create
17:07:04 [2021-08-20T17:07:04.059Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
17:07:04 [2021-08-20T17:07:04.059Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
17:07:04 [2021-08-20T17:07:04.059Z] --- PASS: TestNetworkInvalidJSON (0.01s)
17:07:04 [2021-08-20T17:07:04.059Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.00s)
17:07:04 [2021-08-20T17:07:04.059Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
17:07:04 [2021-08-20T17:07:04.059Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
17:07:04 [2021-08-20T17:07:04.059Z] === RUN   TestNetworkList
17:07:04 [2021-08-20T17:07:04.059Z] === RUN   TestNetworkList//networks
17:07:04 [2021-08-20T17:07:04.059Z] === PAUSE TestNetworkList//networks
17:07:04 [2021-08-20T17:07:04.059Z] === RUN   TestNetworkList//networks/
17:07:04 [2021-08-20T17:07:04.059Z] === PAUSE TestNetworkList//networks/
17:07:04 [2021-08-20T17:07:04.059Z] === CONT  TestNetworkList//networks
17:07:04 [2021-08-20T17:07:04.059Z] === CONT  TestNetworkList//networks/
17:07:04 [2021-08-20T17:07:04.059Z] --- PASS: TestNetworkList (0.01s)
17:07:04 [2021-08-20T17:07:04.059Z]     --- PASS: TestNetworkList//networks (0.00s)
17:07:04 [2021-08-20T17:07:04.059Z]     --- PASS: TestNetworkList//networks/ (0.00s)
17:07:04 [2021-08-20T17:07:04.059Z] === RUN   TestHostIPv4BridgeLabel
17:07:04 [2021-08-20T17:07:04.059Z]     network_test.go:130: (*Execution).IsRootless-fm: rootless mode has different view of network
17:07:04 [2021-08-20T17:07:04.059Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s)
17:07:04 [2021-08-20T17:07:04.059Z] === RUN   TestDaemonRestartWithLiveRestore
17:07:04 [2021-08-20T17:07:04.059Z]     service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network
17:07:04 [2021-08-20T17:07:04.059Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.01s)
17:07:04 [2021-08-20T17:07:04.059Z] === RUN   TestDaemonDefaultNetworkPools
17:07:04 [2021-08-20T17:07:04.059Z]     service_test.go:62: (*Execution).IsRootless-fm: rootless mode has different view of network
17:07:04 [2021-08-20T17:07:04.059Z] --- SKIP: TestDaemonDefaultNetworkPools (0.01s)
17:07:04 [2021-08-20T17:07:04.059Z] === RUN   TestDaemonRestartWithExistingNetwork
17:07:04 [2021-08-20T17:07:04.059Z]     service_test.go:105: (*Execution).IsRootless-fm: rootless mode has different view of network
17:07:04 [2021-08-20T17:07:04.059Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.01s)
17:07:04 [2021-08-20T17:07:04.059Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
17:07:04 [2021-08-20T17:07:04.059Z]     service_test.go:139: (*Execution).IsRootless-fm: rootless mode has different view of network
17:07:04 [2021-08-20T17:07:04.059Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s)
17:07:04 [2021-08-20T17:07:04.059Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
17:07:04 [2021-08-20T17:07:04.059Z]     service_test.go:190: (*Execution).IsRootless-fm: rootless mode has different view of network
17:07:04 [2021-08-20T17:07:04.059Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s)
17:07:04 [2021-08-20T17:07:04.059Z] === RUN   TestServiceWithPredefinedNetwork
17:07:04 [2021-08-20T17:07:04.059Z]     service_test.go:213: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:07:04 [2021-08-20T17:07:04.059Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s)
17:07:04 [2021-08-20T17:07:04.059Z] === RUN   TestServiceRemoveKeepsIngressNetwork
17:07:04 [2021-08-20T17:07:04.059Z]     service_test.go:242: FLAKY_TEST
17:07:04 [2021-08-20T17:07:04.059Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
17:07:04 [2021-08-20T17:07:04.059Z] === RUN   TestServiceWithDataPathPortInit
17:07:04 [2021-08-20T17:07:04.059Z]     service_test.go:335: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:07:04 [2021-08-20T17:07:04.059Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s)
17:07:04 [2021-08-20T17:07:04.059Z] === RUN   TestServiceWithDefaultAddressPoolInit
17:07:04 [2021-08-20T17:07:04.059Z]     service_test.go:402: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:07:04 [2021-08-20T17:07:04.059Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s)
17:07:04 [2021-08-20T17:07:04.059Z] PASS
17:07:04 [2021-08-20T17:07:04.059Z] 
17:07:04 [2021-08-20T17:07:04.059Z] === Skipped
17:07:04 [2021-08-20T17:07:04.059Z] === SKIP: amd64.integration.network TestInspectNetwork (0.00s)
17:07:04 [2021-08-20T17:07:04.059Z]     inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:07:04 [2021-08-20T17:07:04.059Z] 
17:07:04 [2021-08-20T17:07:04.059Z] === SKIP: amd64.integration.network TestRunContainerWithBridgeNone (0.00s)
17:07:04 [2021-08-20T17:07:04.059Z]     network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network
17:07:04 [2021-08-20T17:07:04.059Z] 
17:07:04 [2021-08-20T17:07:04.059Z] === SKIP: amd64.integration.network TestHostIPv4BridgeLabel (0.00s)
17:07:04 [2021-08-20T17:07:04.059Z]     network_test.go:130: (*Execution).IsRootless-fm: rootless mode has different view of network
17:07:04 [2021-08-20T17:07:04.059Z] 
17:07:04 [2021-08-20T17:07:04.059Z] === SKIP: amd64.integration.network TestDaemonRestartWithLiveRestore (0.01s)
17:07:04 [2021-08-20T17:07:04.059Z]     service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network
17:07:04 [2021-08-20T17:07:04.059Z] 
17:07:04 [2021-08-20T17:07:04.059Z] === SKIP: amd64.integration.network TestDaemonDefaultNetworkPools (0.01s)
17:07:04 [2021-08-20T17:07:04.059Z]     service_test.go:62: (*Execution).IsRootless-fm: rootless mode has different view of network
17:07:04 [2021-08-20T17:07:04.059Z] 
17:07:04 [2021-08-20T17:07:04.059Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetwork (0.01s)
17:07:04 [2021-08-20T17:07:04.059Z]     service_test.go:105: (*Execution).IsRootless-fm: rootless mode has different view of network
17:07:04 [2021-08-20T17:07:04.059Z] 
17:07:04 [2021-08-20T17:07:04.059Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s)
17:07:04 [2021-08-20T17:07:04.059Z]     service_test.go:139: (*Execution).IsRootless-fm: rootless mode has different view of network
17:07:04 [2021-08-20T17:07:04.059Z] 
17:07:04 [2021-08-20T17:07:04.059Z] === SKIP: amd64.integration.network TestDaemonWithBipAndDefaultNetworkPool (0.00s)
17:07:04 [2021-08-20T17:07:04.059Z]     service_test.go:190: (*Execution).IsRootless-fm: rootless mode has different view of network
17:07:04 [2021-08-20T17:07:04.059Z] 
17:07:04 [2021-08-20T17:07:04.059Z] === SKIP: amd64.integration.network TestServiceWithPredefinedNetwork (0.00s)
17:07:04 [2021-08-20T17:07:04.059Z]     service_test.go:213: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:07:04 [2021-08-20T17:07:04.059Z] 
17:07:04 [2021-08-20T17:07:04.059Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
17:07:04 [2021-08-20T17:07:04.059Z]     service_test.go:242: FLAKY_TEST
17:07:04 [2021-08-20T17:07:04.059Z] 
17:07:04 [2021-08-20T17:07:04.059Z] === SKIP: amd64.integration.network TestServiceWithDataPathPortInit (0.00s)
17:07:04 [2021-08-20T17:07:04.059Z]     service_test.go:335: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:07:04 [2021-08-20T17:07:04.059Z] 
17:07:04 [2021-08-20T17:07:04.059Z] === SKIP: amd64.integration.network TestServiceWithDefaultAddressPoolInit (0.00s)
17:07:04 [2021-08-20T17:07:04.059Z]     service_test.go:402: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:07:04 [2021-08-20T17:07:04.059Z] 
17:07:04 [2021-08-20T17:07:04.059Z] 
17:07:04 [2021-08-20T17:07:04.059Z] DONE 22 tests, 12 skipped in 7.251s
17:07:04 [2021-08-20T17:07:04.059Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
17:07:04 [2021-08-20T17:07:04.059Z] INFO: Testing against a local daemon
17:07:04 [2021-08-20T17:07:04.059Z] === RUN   TestDockerNetworkIpvlanPersistance
17:07:04 [2021-08-20T17:07:04.059Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
17:07:04 [2021-08-20T17:07:04.059Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
17:07:04 [2021-08-20T17:07:04.059Z] === RUN   TestDockerNetworkIpvlan
17:07:04 [2021-08-20T17:07:04.059Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
17:07:04 [2021-08-20T17:07:04.059Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
17:07:04 [2021-08-20T17:07:04.059Z] PASS
17:07:04 [2021-08-20T17:07:04.059Z] 
17:07:04 [2021-08-20T17:07:04.059Z] === Skipped
17:07:04 [2021-08-20T17:07:04.059Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
17:07:04 [2021-08-20T17:07:04.059Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
17:07:04 [2021-08-20T17:07:04.059Z] 
17:07:04 [2021-08-20T17:07:04.059Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
17:07:04 [2021-08-20T17:07:04.059Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
17:07:04 [2021-08-20T17:07:04.059Z] 
17:07:04 [2021-08-20T17:07:04.059Z] 
17:07:04 [2021-08-20T17:07:04.059Z] DONE 2 tests, 2 skipped in 0.105s
17:07:04 [2021-08-20T17:07:04.059Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
17:07:04 [2021-08-20T17:07:04.059Z] INFO: Testing against a local daemon
17:07:04 [2021-08-20T17:07:04.059Z] === RUN   TestDockerNetworkMacvlanPersistance
17:07:04 [2021-08-20T17:07:04.059Z]     macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network
17:07:04 [2021-08-20T17:07:04.059Z] --- SKIP: TestDockerNetworkMacvlanPersistance (0.00s)
17:07:04 [2021-08-20T17:07:04.059Z] === RUN   TestDockerNetworkMacvlan
17:07:04 [2021-08-20T17:07:04.059Z]     macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network
17:07:04 [2021-08-20T17:07:04.059Z] --- SKIP: TestDockerNetworkMacvlan (0.00s)
17:07:04 [2021-08-20T17:07:04.059Z] PASS
17:07:04 [2021-08-20T17:07:04.059Z] 
17:07:04 [2021-08-20T17:07:04.059Z] === Skipped
17:07:04 [2021-08-20T17:07:04.059Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlanPersistance (0.00s)
17:07:04 [2021-08-20T17:07:04.059Z]     macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network
17:07:04 [2021-08-20T17:07:04.059Z] 
17:07:04 [2021-08-20T17:07:04.059Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlan (0.00s)
17:07:04 [2021-08-20T17:07:04.059Z]     macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network
17:07:04 [2021-08-20T17:07:04.059Z] 
17:07:04 [2021-08-20T17:07:04.059Z] 
17:07:04 [2021-08-20T17:07:04.059Z] DONE 2 tests, 2 skipped in 0.099s
17:07:04 [2021-08-20T17:07:04.059Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m 
17:07:04 [2021-08-20T17:07:04.059Z] testing: warning: no tests to run
17:07:04 [2021-08-20T17:07:04.059Z] PASS
17:07:04 [2021-08-20T17:07:04.059Z] 
17:07:04 [2021-08-20T17:07:04.059Z] DONE 0 tests in 0.028s
17:07:04 [2021-08-20T17:07:04.059Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
17:07:04 [2021-08-20T17:07:04.059Z] INFO: Testing against a local daemon
17:07:04 [2021-08-20T17:07:04.059Z] === RUN   TestAuthZPluginAllowRequest
17:07:04 [2021-08-20T17:07:04.060Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
17:07:04 [2021-08-20T17:07:04.060Z] --- SKIP: TestAuthZPluginAllowRequest (0.00s)
17:07:04 [2021-08-20T17:07:04.060Z] === RUN   TestAuthZPluginTLS
17:07:04 [2021-08-20T17:07:04.060Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
17:07:04 [2021-08-20T17:07:04.060Z] --- SKIP: TestAuthZPluginTLS (0.00s)
17:07:04 [2021-08-20T17:07:04.060Z] === RUN   TestAuthZPluginDenyRequest
17:07:04 [2021-08-20T17:07:04.060Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
17:07:04 [2021-08-20T17:07:04.060Z] --- SKIP: TestAuthZPluginDenyRequest (0.00s)
17:07:04 [2021-08-20T17:07:04.060Z] === RUN   TestAuthZPluginAPIDenyResponse
17:07:04 [2021-08-20T17:07:04.060Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
17:07:04 [2021-08-20T17:07:04.060Z] --- SKIP: TestAuthZPluginAPIDenyResponse (0.00s)
17:07:04 [2021-08-20T17:07:04.060Z] === RUN   TestAuthZPluginDenyResponse
17:07:04 [2021-08-20T17:07:04.060Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
17:07:04 [2021-08-20T17:07:04.060Z] --- SKIP: TestAuthZPluginDenyResponse (0.00s)
17:07:04 [2021-08-20T17:07:04.060Z] === RUN   TestAuthZPluginAllowEventStream
17:07:04 [2021-08-20T17:07:04.060Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
17:07:04 [2021-08-20T17:07:04.060Z] --- SKIP: TestAuthZPluginAllowEventStream (0.00s)
17:07:04 [2021-08-20T17:07:04.060Z] === RUN   TestAuthZPluginErrorResponse
17:07:04 [2021-08-20T17:07:04.060Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
17:07:04 [2021-08-20T17:07:04.060Z] --- SKIP: TestAuthZPluginErrorResponse (0.00s)
17:07:04 [2021-08-20T17:07:04.060Z] === RUN   TestAuthZPluginErrorRequest
17:07:04 [2021-08-20T17:07:04.060Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
17:07:04 [2021-08-20T17:07:04.060Z] --- SKIP: TestAuthZPluginErrorRequest (0.00s)
17:07:04 [2021-08-20T17:07:04.060Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
17:07:04 [2021-08-20T17:07:04.060Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
17:07:04 [2021-08-20T17:07:04.060Z] --- SKIP: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s)
17:07:04 [2021-08-20T17:07:04.060Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
17:07:04 [2021-08-20T17:07:04.060Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
17:07:04 [2021-08-20T17:07:04.060Z] --- SKIP: TestAuthZPluginEnsureLoadImportWorking (0.00s)
17:07:04 [2021-08-20T17:07:04.060Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
17:07:04 [2021-08-20T17:07:04.060Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
17:07:04 [2021-08-20T17:07:04.060Z] --- SKIP: TestAuthzPluginEnsureContainerCopyToFrom (0.00s)
17:07:04 [2021-08-20T17:07:04.060Z] === RUN   TestAuthZPluginHeader
17:07:04 [2021-08-20T17:07:04.060Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
17:07:04 [2021-08-20T17:07:04.060Z] --- SKIP: TestAuthZPluginHeader (0.00s)
17:07:04 [2021-08-20T17:07:04.060Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
17:07:04 [2021-08-20T17:07:04.060Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
17:07:04 [2021-08-20T17:07:04.060Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.17s)
17:07:04 [2021-08-20T17:07:04.060Z] === RUN   TestAuthZPluginV2Disable
17:07:04 [2021-08-20T17:07:04.060Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
17:07:04 [2021-08-20T17:07:04.060Z] --- SKIP: TestAuthZPluginV2Disable (0.02s)
17:07:04 [2021-08-20T17:07:04.060Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
17:07:04 [2021-08-20T17:07:04.060Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
17:07:04 [2021-08-20T17:07:04.060Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.02s)
17:07:04 [2021-08-20T17:07:04.060Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
17:07:04 [2021-08-20T17:07:04.060Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
17:07:04 [2021-08-20T17:07:04.060Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s)
17:07:04 [2021-08-20T17:07:04.060Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
17:07:04 [2021-08-20T17:07:04.060Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
17:07:04 [2021-08-20T17:07:04.060Z] --- SKIP: TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s)
17:07:04 [2021-08-20T17:07:04.060Z] PASS
17:07:04 [2021-08-20T17:07:04.060Z] 
17:07:04 [2021-08-20T17:07:04.060Z] === Skipped
17:07:04 [2021-08-20T17:07:04.060Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowRequest (0.00s)
17:07:04 [2021-08-20T17:07:04.060Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
17:07:04 [2021-08-20T17:07:04.060Z] 
17:07:04 [2021-08-20T17:07:04.060Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginTLS (0.00s)
17:07:04 [2021-08-20T17:07:04.060Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
17:07:04 [2021-08-20T17:07:04.060Z] 
17:07:04 [2021-08-20T17:07:04.060Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyRequest (0.00s)
17:07:04 [2021-08-20T17:07:04.060Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
17:07:04 [2021-08-20T17:07:04.060Z] 
17:07:04 [2021-08-20T17:07:04.060Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAPIDenyResponse (0.00s)
17:07:04 [2021-08-20T17:07:04.060Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
17:07:04 [2021-08-20T17:07:04.060Z] 
17:07:04 [2021-08-20T17:07:04.060Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyResponse (0.00s)
17:07:04 [2021-08-20T17:07:04.060Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
17:07:04 [2021-08-20T17:07:04.060Z] 
17:07:04 [2021-08-20T17:07:04.060Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowEventStream (0.00s)
17:07:04 [2021-08-20T17:07:04.060Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
17:07:04 [2021-08-20T17:07:04.060Z] 
17:07:04 [2021-08-20T17:07:04.060Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorResponse (0.00s)
17:07:04 [2021-08-20T17:07:04.060Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
17:07:04 [2021-08-20T17:07:04.060Z] 
17:07:04 [2021-08-20T17:07:04.060Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorRequest (0.00s)
17:07:04 [2021-08-20T17:07:04.060Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
17:07:04 [2021-08-20T17:07:04.060Z] 
17:07:04 [2021-08-20T17:07:04.060Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s)
17:07:04 [2021-08-20T17:07:04.060Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
17:07:04 [2021-08-20T17:07:04.060Z] 
17:07:04 [2021-08-20T17:07:04.060Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureLoadImportWorking (0.00s)
17:07:04 [2021-08-20T17:07:04.060Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
17:07:04 [2021-08-20T17:07:04.060Z] 
17:07:04 [2021-08-20T17:07:04.060Z] === SKIP: amd64.integration.plugin.authz TestAuthzPluginEnsureContainerCopyToFrom (0.00s)
17:07:04 [2021-08-20T17:07:04.060Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
17:07:04 [2021-08-20T17:07:04.060Z] 
17:07:04 [2021-08-20T17:07:04.060Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginHeader (0.00s)
17:07:04 [2021-08-20T17:07:04.060Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
17:07:04 [2021-08-20T17:07:04.060Z] 
17:07:04 [2021-08-20T17:07:04.060Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.17s)
17:07:04 [2021-08-20T17:07:04.060Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
17:07:04 [2021-08-20T17:07:04.060Z] 
17:07:04 [2021-08-20T17:07:04.060Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2Disable (0.02s)
17:07:04 [2021-08-20T17:07:04.060Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
17:07:04 [2021-08-20T17:07:04.060Z] 
17:07:04 [2021-08-20T17:07:04.060Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.02s)
17:07:04 [2021-08-20T17:07:04.060Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
17:07:04 [2021-08-20T17:07:04.060Z] 
17:07:04 [2021-08-20T17:07:04.060Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s)
17:07:04 [2021-08-20T17:07:04.060Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
17:07:04 [2021-08-20T17:07:04.060Z] 
17:07:04 [2021-08-20T17:07:04.060Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s)
17:07:04 [2021-08-20T17:07:04.060Z]     main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost
17:07:04 [2021-08-20T17:07:04.060Z] 
17:07:04 [2021-08-20T17:07:04.060Z] 
17:07:04 [2021-08-20T17:07:04.060Z] DONE 17 tests, 17 skipped in 0.338s
17:07:04 [2021-08-20T17:07:04.060Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m 
17:07:04 [2021-08-20T17:07:04.060Z] INFO: Testing against a local daemon
17:07:04 [2021-08-20T17:07:04.060Z] === RUN   TestPluginInvalidJSON
17:07:04 [2021-08-20T17:07:04.060Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
17:07:04 [2021-08-20T17:07:04.060Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
17:07:04 [2021-08-20T17:07:04.060Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
17:07:04 [2021-08-20T17:07:04.060Z] --- PASS: TestPluginInvalidJSON (0.01s)
17:07:04 [2021-08-20T17:07:04.060Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
17:07:04 [2021-08-20T17:07:04.060Z] === RUN   TestPluginInstall
17:07:04 [2021-08-20T17:07:04.060Z]     plugin_test.go:65: (*Execution).IsRootless-fm: rootless mode has different view of localhost
17:07:04 [2021-08-20T17:07:04.060Z] --- SKIP: TestPluginInstall (0.00s)
17:07:04 [2021-08-20T17:07:04.060Z] === RUN   TestPluginsWithRuntimes
17:07:04 [2021-08-20T17:07:04.060Z]     plugin_test.go:172: (*Execution).IsRootless-fm: Test not supported on rootless due to buggy daemon setup in rootless mode due to daemon restart
17:07:04 [2021-08-20T17:07:04.060Z] --- SKIP: TestPluginsWithRuntimes (0.00s)
17:07:04 [2021-08-20T17:07:04.060Z] === RUN   TestPluginBackCompatMediaTypes
17:07:04 [2021-08-20T17:07:04.060Z]     plugin_test.go:236: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access)
17:07:04 [2021-08-20T17:07:04.060Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s)
17:07:04 [2021-08-20T17:07:04.060Z] PASS
17:07:04 [2021-08-20T17:07:04.060Z] 
17:07:04 [2021-08-20T17:07:04.060Z] === Skipped
17:07:04 [2021-08-20T17:07:04.060Z] === SKIP: amd64.integration.plugin.common TestPluginInstall (0.00s)
17:07:04 [2021-08-20T17:07:04.060Z]     plugin_test.go:65: (*Execution).IsRootless-fm: rootless mode has different view of localhost
17:07:04 [2021-08-20T17:07:04.060Z] 
17:07:04 [2021-08-20T17:07:04.060Z] === SKIP: amd64.integration.plugin.common TestPluginsWithRuntimes (0.00s)
17:07:04 [2021-08-20T17:07:04.060Z]     plugin_test.go:172: (*Execution).IsRootless-fm: Test not supported on rootless due to buggy daemon setup in rootless mode due to daemon restart
17:07:04 [2021-08-20T17:07:04.060Z] 
17:07:04 [2021-08-20T17:07:04.060Z] === SKIP: amd64.integration.plugin.common TestPluginBackCompatMediaTypes (0.00s)
17:07:04 [2021-08-20T17:07:04.060Z]     plugin_test.go:236: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access)
17:07:04 [2021-08-20T17:07:04.060Z] 
17:07:04 [2021-08-20T17:07:04.060Z] 
17:07:04 [2021-08-20T17:07:04.060Z] DONE 5 tests, 3 skipped in 0.126s
17:07:04 [2021-08-20T17:07:04.060Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
17:07:04 [2021-08-20T17:07:04.060Z] INFO: Testing against a local daemon
17:07:04 [2021-08-20T17:07:04.060Z] === RUN   TestExternalGraphDriver
17:07:04 [2021-08-20T17:07:04.125Z] === RUN   TestStandardLongPath
17:07:04 [2021-08-20T17:07:04.125Z] --- PASS: TestStandardLongPath (0.00s)
17:07:04 [2021-08-20T17:07:04.125Z] === RUN   TestUNCLongPath
17:07:04 [2021-08-20T17:07:04.125Z] --- PASS: TestUNCLongPath (0.00s)
17:07:04 [2021-08-20T17:07:04.125Z] PASS
17:07:04 [2021-08-20T17:07:04.125Z] coverage: 100.0% of statements
17:07:04 [2021-08-20T17:07:04.125Z] ok  	github.com/docker/docker/pkg/longpath	0.056s	coverage: 100.0% of statements
17:07:04 [2021-08-20T17:07:04.316Z]     external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver
17:07:04 [2021-08-20T17:07:04.316Z] --- SKIP: TestExternalGraphDriver (0.06s)
17:07:04 [2021-08-20T17:07:04.316Z] === RUN   TestGraphdriverPluginV2
17:07:04 [2021-08-20T17:07:04.706Z]     check_test.go:309: [d969a2f6bb8f7] daemon is not started
17:07:04 [2021-08-20T17:07:04.706Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse
17:07:04 [2021-08-20T17:07:04.706Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
17:07:05 [2021-08-20T17:07:05.088Z] 2021/08/20 17:07:04 Closing DB instances...
17:07:05 [2021-08-20T17:07:05.269Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
17:07:05 [2021-08-20T17:07:05.545Z] time="2021-08-20T17:07:05Z" level=error msg="node: 47dac11a3004 is unknown to memberlist"
17:07:05 [2021-08-20T17:07:05.545Z] === RUN   TestNameFormat
17:07:05 [2021-08-20T17:07:05.545Z] --- PASS: TestNameFormat (0.00s)
17:07:05 [2021-08-20T17:07:05.545Z] === RUN   TestNameRetries
17:07:05 [2021-08-20T17:07:05.545Z] --- PASS: TestNameRetries (0.00s)
17:07:05 [2021-08-20T17:07:05.545Z] PASS
17:07:05 [2021-08-20T17:07:05.545Z] coverage: 85.7% of statements
17:07:05 [2021-08-20T17:07:05.545Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.059s	coverage: 85.7% of statements
17:07:05 [2021-08-20T17:07:05.545Z] time="2021-08-20T17:07:05Z" level=error msg="node: 47dac11a3004 is unknown to memberlist"
17:07:05 [2021-08-20T17:07:05.545Z] time="2021-08-20T17:07:05Z" level=error msg="node: 47dac11a3004 is unknown to memberlist"
17:07:05 [2021-08-20T17:07:05.545Z] time="2021-08-20T17:07:05Z" level=error msg="node: c77e18262677 is unknown to memberlist"
17:07:06 [2021-08-20T17:07:06.199Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode
17:07:06 [2021-08-20T17:07:06.509Z] --- PASS: TestGetAddress (27.10s)
17:07:06 [2021-08-20T17:07:06.509Z] === RUN   TestRequestSyntaxCheck
17:07:06 [2021-08-20T17:07:06.509Z] --- PASS: TestRequestSyntaxCheck (0.03s)
17:07:06 [2021-08-20T17:07:06.509Z] === RUN   TestRequest
17:07:06 [2021-08-20T17:07:06.509Z] === RUN   TestParseKeyValueOpt
17:07:06 [2021-08-20T17:07:06.509Z] --- PASS: TestParseKeyValueOpt (0.00s)
17:07:06 [2021-08-20T17:07:06.509Z] === RUN   TestParseUintList
17:07:06 [2021-08-20T17:07:06.509Z] --- PASS: TestParseUintList (0.00s)
17:07:06 [2021-08-20T17:07:06.509Z] === RUN   TestParseUintListMaximumLimits
17:07:06 [2021-08-20T17:07:06.509Z] --- PASS: TestParseUintListMaximumLimits (0.00s)
17:07:06 [2021-08-20T17:07:06.509Z] PASS
17:07:06 [2021-08-20T17:07:06.509Z] coverage: 97.0% of statements
17:07:06 [2021-08-20T17:07:06.509Z] ok  	github.com/docker/docker/pkg/parsers	0.050s	coverage: 97.0% of statements
17:07:07 [2021-08-20T17:07:07.472Z] === RUN   TestNewAndRemove
17:07:07 [2021-08-20T17:07:07.472Z] --- PASS: TestNewAndRemove (0.00s)
17:07:07 [2021-08-20T17:07:07.472Z] === RUN   TestRemoveInvalidPath
17:07:07 [2021-08-20T17:07:07.472Z] --- PASS: TestRemoveInvalidPath (0.00s)
17:07:07 [2021-08-20T17:07:07.472Z] PASS
17:07:07 [2021-08-20T17:07:07.472Z] coverage: 82.6% of statements
17:07:07 [2021-08-20T17:07:07.472Z] ok  	github.com/docker/docker/pkg/pidfile	0.053s	coverage: 82.6% of statements
17:07:07 [2021-08-20T17:07:07.928Z] --- PASS: TestNetworkDBCRUDMediumCluster (6.61s)
17:07:07 [2021-08-20T17:07:07.928Z] === RUN   TestNetworkDBNodeJoinLeaveIteration
17:07:08 [2021-08-20T17:07:08.094Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgExpansion
17:07:08 [2021-08-20T17:07:08.485Z] --- PASS: TestGraphdriverPluginV2 (3.66s)
17:07:08 [2021-08-20T17:07:08.485Z] PASS
17:07:08 [2021-08-20T17:07:08.485Z] 
17:07:08 [2021-08-20T17:07:08.485Z] === Skipped
17:07:08 [2021-08-20T17:07:08.485Z] === SKIP: amd64.integration.plugin.graphdriver TestExternalGraphDriver (0.06s)
17:07:08 [2021-08-20T17:07:08.485Z]     external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver
17:07:08 [2021-08-20T17:07:08.485Z] 
17:07:08 [2021-08-20T17:07:08.485Z] 
17:07:08 [2021-08-20T17:07:08.485Z] DONE 2 tests, 1 skipped in 3.827s
17:07:08 [2021-08-20T17:07:08.485Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
17:07:08 [2021-08-20T17:07:08.485Z] INFO: Testing against a local daemon
17:07:08 [2021-08-20T17:07:08.485Z] === RUN   TestContinueAfterPluginCrash
17:07:08 [2021-08-20T17:07:08.485Z] === PAUSE TestContinueAfterPluginCrash
17:07:08 [2021-08-20T17:07:08.485Z] === RUN   TestReadPluginNoRead
17:07:08 [2021-08-20T17:07:08.485Z] === PAUSE TestReadPluginNoRead
17:07:08 [2021-08-20T17:07:08.485Z] === RUN   TestDaemonStartWithLogOpt
17:07:08 [2021-08-20T17:07:08.485Z] === PAUSE TestDaemonStartWithLogOpt
17:07:08 [2021-08-20T17:07:08.485Z] === CONT  TestContinueAfterPluginCrash
17:07:08 [2021-08-20T17:07:08.485Z] === CONT  TestDaemonStartWithLogOpt
17:07:09 [2021-08-20T17:07:09.026Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartUnlessStopped
17:07:09 [2021-08-20T17:07:09.464Z] 2021/08/20 17:07:09 Closing DB instances...
17:07:09 [2021-08-20T17:07:09.464Z] === RUN   TestFailedConnection
17:07:10 [2021-08-20T17:07:10.394Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
17:07:10 [2021-08-20T17:07:10.957Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
17:07:10 [2021-08-20T17:07:10.957Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgExpansionOverride
17:07:10 [2021-08-20T17:07:10.995Z] --- PASS: TestNetworkDBNodeJoinLeaveIteration (2.78s)
17:07:10 [2021-08-20T17:07:10.995Z] === RUN   TestNetworkDBGarbageCollection
17:07:11 [2021-08-20T17:07:11.074Z] tests/integration/api_exec_test.py .....................                 [ 34%]
17:07:11 [2021-08-20T17:07:11.451Z] --- PASS: TestFailedConnection (2.01s)
17:07:11 [2021-08-20T17:07:11.451Z] === RUN   TestFailOnce
17:07:11 [2021-08-20T17:07:11.908Z] 2021/08/20 17:07:11 http: panic serving 127.0.0.1:49293: Plugin not ready
17:07:11 [2021-08-20T17:07:11.908Z] goroutine 13 [running]:
17:07:11 [2021-08-20T17:07:11.908Z] net/http.(*conn).serve.func1(0xc00005ea00)
17:07:11 [2021-08-20T17:07:11.908Z] 	c:/go/src/net/http/server.go:1804 +0x153
17:07:11 [2021-08-20T17:07:11.908Z] panic(0x6c5280, 0x7dc690)
17:07:11 [2021-08-20T17:07:11.908Z] 	c:/go/src/runtime/panic.go:971 +0x49a
17:07:11 [2021-08-20T17:07:11.908Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1(0x7ecd50, 0xc0001600e0, 0xc00015a300)
17:07:11 [2021-08-20T17:07:11.908Z] 	C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x56
17:07:11 [2021-08-20T17:07:11.908Z] net/http.HandlerFunc.ServeHTTP(0xc000042f40, 0x7ecd50, 0xc0001600e0, 0xc00015a300)
17:07:11 [2021-08-20T17:07:11.908Z] 	c:/go/src/net/http/server.go:2049 +0x4b
17:07:11 [2021-08-20T17:07:11.908Z] net/http.(*ServeMux).ServeHTTP(0xc00004e900, 0x7ecd50, 0xc0001600e0, 0xc00015a300)
17:07:11 [2021-08-20T17:07:11.908Z] 	c:/go/src/net/http/server.go:2428 +0x1b7
17:07:11 [2021-08-20T17:07:11.908Z] net/http.serverHandler.ServeHTTP(0xc000160000, 0x7ecd50, 0xc0001600e0, 0xc00015a300)
17:07:11 [2021-08-20T17:07:11.908Z] 	c:/go/src/net/http/server.go:2867 +0xaa
17:07:11 [2021-08-20T17:07:11.908Z] net/http.(*conn).serve(0xc00005ea00, 0x7ed940, 0xc00004e9c0)
17:07:11 [2021-08-20T17:07:11.908Z] 	c:/go/src/net/http/server.go:1932 +0x8cd
17:07:11 [2021-08-20T17:07:11.908Z] created by net/http.(*Server).Serve
17:07:11 [2021-08-20T17:07:11.908Z] 	c:/go/src/net/http/server.go:2993 +0x3b8
17:07:11 [2021-08-20T17:07:11.908Z] time="2021-08-20T17:07:11Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49292/Test.FailOnce: Post \"http://127.0.0.1:49292/Test.FailOnce\": EOF, retrying in 1s"
17:07:12 [2021-08-20T17:07:12.653Z] --- PASS: TestDaemonStartWithLogOpt (4.32s)
17:07:12 [2021-08-20T17:07:12.653Z] === CONT  TestReadPluginNoRead
17:07:12 [2021-08-20T17:07:12.871Z] --- PASS: TestFailOnce (1.23s)
17:07:12 [2021-08-20T17:07:12.871Z] === RUN   TestEchoInputOutput
17:07:12 [2021-08-20T17:07:12.871Z] --- PASS: TestEchoInputOutput (0.00s)
17:07:12 [2021-08-20T17:07:12.871Z] === RUN   TestBackoff
17:07:12 [2021-08-20T17:07:12.871Z] --- PASS: TestBackoff (0.00s)
17:07:12 [2021-08-20T17:07:12.871Z] === RUN   TestAbortRetry
17:07:12 [2021-08-20T17:07:12.871Z] --- PASS: TestAbortRetry (0.00s)
17:07:12 [2021-08-20T17:07:12.871Z] === RUN   TestClientScheme
17:07:12 [2021-08-20T17:07:12.871Z] --- PASS: TestClientScheme (0.00s)
17:07:12 [2021-08-20T17:07:12.871Z] === RUN   TestNewClientWithTimeout
17:07:13 [2021-08-20T17:07:13.327Z] time="2021-08-20T17:07:13Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49299/Test.Echo: Post \"http://127.0.0.1:49299/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s"
17:07:14 [2021-08-20T17:07:14.542Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
17:07:14 [2021-08-20T17:07:14.858Z] time="2021-08-20T17:07:14Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49299/Test.Echo: Post \"http://127.0.0.1:49299/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s"
17:07:15 [2021-08-20T17:07:15.128Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
17:07:15 [2021-08-20T17:07:15.128Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (3.85s)
17:07:15 [2021-08-20T17:07:15.128Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (3.97s)
17:07:15 [2021-08-20T17:07:15.128Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.64s)
17:07:15 [2021-08-20T17:07:15.128Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.82s)
17:07:15 [2021-08-20T17:07:15.128Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.66s)
17:07:15 [2021-08-20T17:07:15.128Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.58s)
17:07:15 [2021-08-20T17:07:15.128Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (3.48s)
17:07:15 [2021-08-20T17:07:15.128Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (3.68s)
17:07:15 [2021-08-20T17:07:15.128Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (5.53s)
17:07:15 [2021-08-20T17:07:15.128Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (5.91s)
17:07:15 [2021-08-20T17:07:15.128Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (3.84s)
17:07:15 [2021-08-20T17:07:15.128Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (3.43s)
17:07:15 [2021-08-20T17:07:15.128Z] === RUN   TestCgroupNamespacesRun
17:07:15 [2021-08-20T17:07:15.128Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgHistory
17:07:15 [2021-08-20T17:07:15.315Z] --- PASS: TestRequest (8.71s)
17:07:15 [2021-08-20T17:07:15.315Z] === RUN   TestOverlappingRequests
17:07:15 [2021-08-20T17:07:15.315Z] --- PASS: TestOverlappingRequests (0.38s)
17:07:15 [2021-08-20T17:07:15.315Z] === RUN   TestRelease
17:07:15 [2021-08-20T17:07:15.384Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv
17:07:16 [2021-08-20T17:07:16.430Z] === RUN   TestReadPluginNoRead/default
17:07:16 [2021-08-20T17:07:16.845Z] --- PASS: TestRelease (1.47s)
17:07:16 [2021-08-20T17:07:16.845Z] === RUN   TestAllocateRandomDeallocate
17:07:17 [2021-08-20T17:07:17.275Z] --- PASS: TestCgroupNamespacesRun (2.69s)
17:07:17 [2021-08-20T17:07:17.275Z] === RUN   TestCgroupNamespacesRunPrivileged
17:07:17 [2021-08-20T17:07:17.286Z] --- PASS: TestServiceWithDataPathPortInit (14.83s)
17:07:17 [2021-08-20T17:07:17.286Z] === RUN   TestServiceWithDefaultAddressPoolInit
17:07:17 [2021-08-20T17:07:17.301Z] time="2021-08-20T17:07:17Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49299/Test.Echo: Post \"http://127.0.0.1:49299/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s"
17:07:17 [2021-08-20T17:07:17.357Z] --- PASS: TestContinueAfterPluginCrash (9.24s)
17:07:17 [2021-08-20T17:07:17.919Z] === RUN   TestReadPluginNoRead/disabled_caching
17:07:18 [2021-08-20T17:07:18.643Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg
17:07:18 [2021-08-20T17:07:18.901Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.71s)
17:07:18 [2021-08-20T17:07:18.901Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
17:07:19 [2021-08-20T17:07:19.305Z] === CONT  TestReadPluginNoRead
17:07:19 [2021-08-20T17:07:19.305Z]     read_test.go:92: [d52b078ed2eb5] daemon is not started
17:07:19 [2021-08-20T17:07:19.305Z] --- PASS: TestReadPluginNoRead (6.99s)
17:07:19 [2021-08-20T17:07:19.305Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.53s)
17:07:19 [2021-08-20T17:07:19.305Z]     --- PASS: TestReadPluginNoRead/default (1.67s)
17:07:19 [2021-08-20T17:07:19.305Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.55s)
17:07:19 [2021-08-20T17:07:19.305Z] PASS
17:07:19 [2021-08-20T17:07:19.305Z] 
17:07:19 [2021-08-20T17:07:19.305Z] DONE 6 tests in 11.408s
17:07:19 [2021-08-20T17:07:19.305Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
17:07:19 [2021-08-20T17:07:19.305Z] testing: warning: no tests to run
17:07:19 [2021-08-20T17:07:19.305Z] PASS
17:07:19 [2021-08-20T17:07:19.305Z] 
17:07:19 [2021-08-20T17:07:19.305Z] DONE 0 tests in 0.036s
17:07:19 [2021-08-20T17:07:19.305Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
17:07:19 [2021-08-20T17:07:19.572Z] INFO: Testing against a local daemon
17:07:19 [2021-08-20T17:07:19.572Z] === RUN   TestPluginWithDevMounts
17:07:19 [2021-08-20T17:07:19.572Z]     mounts_test.go:21: (*Execution).IsRootless-fm
17:07:19 [2021-08-20T17:07:19.572Z] --- SKIP: TestPluginWithDevMounts (0.00s)
17:07:19 [2021-08-20T17:07:19.572Z] PASS
17:07:19 [2021-08-20T17:07:19.572Z] 
17:07:19 [2021-08-20T17:07:19.572Z] === Skipped
17:07:19 [2021-08-20T17:07:19.572Z] === SKIP: amd64.integration.plugin.volumes TestPluginWithDevMounts (0.00s)
17:07:19 [2021-08-20T17:07:19.572Z]     mounts_test.go:21: (*Execution).IsRootless-fm
17:07:19 [2021-08-20T17:07:19.572Z] 
17:07:19 [2021-08-20T17:07:19.572Z] 
17:07:19 [2021-08-20T17:07:19.572Z] DONE 1 tests, 1 skipped in 0.107s
17:07:19 [2021-08-20T17:07:19.572Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m 
17:07:19 [2021-08-20T17:07:19.572Z] INFO: Testing against a local daemon
17:07:19 [2021-08-20T17:07:19.572Z] === RUN   TestSecretInspect
17:07:19 [2021-08-20T17:07:19.572Z]     secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:07:19 [2021-08-20T17:07:19.572Z] --- SKIP: TestSecretInspect (0.02s)
17:07:19 [2021-08-20T17:07:19.572Z] === RUN   TestSecretList
17:07:19 [2021-08-20T17:07:19.572Z]     secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:07:19 [2021-08-20T17:07:19.572Z] --- SKIP: TestSecretList (0.02s)
17:07:19 [2021-08-20T17:07:19.572Z] === RUN   TestSecretsCreateAndDelete
17:07:19 [2021-08-20T17:07:19.572Z]     secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:07:19 [2021-08-20T17:07:19.572Z] --- SKIP: TestSecretsCreateAndDelete (0.01s)
17:07:19 [2021-08-20T17:07:19.572Z] === RUN   TestSecretsUpdate
17:07:19 [2021-08-20T17:07:19.572Z]     secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:07:19 [2021-08-20T17:07:19.572Z] --- SKIP: TestSecretsUpdate (0.01s)
17:07:19 [2021-08-20T17:07:19.572Z] === RUN   TestTemplatedSecret
17:07:19 [2021-08-20T17:07:19.572Z]     secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:07:19 [2021-08-20T17:07:19.572Z] --- SKIP: TestTemplatedSecret (0.00s)
17:07:19 [2021-08-20T17:07:19.572Z] === RUN   TestSecretCreateResolve
17:07:19 [2021-08-20T17:07:19.572Z]     secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:07:19 [2021-08-20T17:07:19.572Z] --- SKIP: TestSecretCreateResolve (0.01s)
17:07:19 [2021-08-20T17:07:19.572Z] PASS
17:07:19 [2021-08-20T17:07:19.572Z] 
17:07:19 [2021-08-20T17:07:19.572Z] === Skipped
17:07:19 [2021-08-20T17:07:19.572Z] === SKIP: amd64.integration.secret TestSecretInspect (0.02s)
17:07:19 [2021-08-20T17:07:19.572Z]     secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:07:19 [2021-08-20T17:07:19.572Z] 
17:07:19 [2021-08-20T17:07:19.572Z] === SKIP: amd64.integration.secret TestSecretList (0.02s)
17:07:19 [2021-08-20T17:07:19.572Z]     secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:07:19 [2021-08-20T17:07:19.572Z] 
17:07:19 [2021-08-20T17:07:19.572Z] === SKIP: amd64.integration.secret TestSecretsCreateAndDelete (0.01s)
17:07:19 [2021-08-20T17:07:19.572Z]     secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:07:19 [2021-08-20T17:07:19.572Z] 
17:07:19 [2021-08-20T17:07:19.572Z] === SKIP: amd64.integration.secret TestSecretsUpdate (0.01s)
17:07:19 [2021-08-20T17:07:19.572Z]     secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:07:19 [2021-08-20T17:07:19.572Z] 
17:07:19 [2021-08-20T17:07:19.572Z] === SKIP: amd64.integration.secret TestTemplatedSecret (0.00s)
17:07:19 [2021-08-20T17:07:19.572Z]     secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:07:19 [2021-08-20T17:07:19.572Z] 
17:07:19 [2021-08-20T17:07:19.572Z] === SKIP: amd64.integration.secret TestSecretCreateResolve (0.01s)
17:07:19 [2021-08-20T17:07:19.572Z]     secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:07:19 [2021-08-20T17:07:19.572Z] 
17:07:19 [2021-08-20T17:07:19.572Z] 
17:07:19 [2021-08-20T17:07:19.572Z] DONE 6 tests, 6 skipped in 0.181s
17:07:19 [2021-08-20T17:07:19.572Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m 
17:07:19 [2021-08-20T17:07:19.837Z] INFO: Testing against a local daemon
17:07:19 [2021-08-20T17:07:19.837Z] === RUN   TestServiceCreateInit
17:07:19 [2021-08-20T17:07:19.837Z] === RUN   TestServiceCreateInit/daemonInitDisabled
17:07:19 [2021-08-20T17:07:19.837Z]     create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:07:19 [2021-08-20T17:07:19.837Z] === RUN   TestServiceCreateInit/daemonInitEnabled
17:07:19 [2021-08-20T17:07:19.837Z]     create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:07:19 [2021-08-20T17:07:19.837Z] --- PASS: TestServiceCreateInit (0.01s)
17:07:19 [2021-08-20T17:07:19.837Z]     --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s)
17:07:19 [2021-08-20T17:07:19.837Z]     --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s)
17:07:19 [2021-08-20T17:07:19.837Z] === RUN   TestCreateServiceMultipleTimes
17:07:19 [2021-08-20T17:07:19.837Z]     create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:07:19 [2021-08-20T17:07:19.837Z] --- SKIP: TestCreateServiceMultipleTimes (0.01s)
17:07:19 [2021-08-20T17:07:19.837Z] === RUN   TestCreateServiceConflict
17:07:19 [2021-08-20T17:07:19.837Z]     create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:07:19 [2021-08-20T17:07:19.837Z] --- SKIP: TestCreateServiceConflict (0.02s)
17:07:19 [2021-08-20T17:07:19.837Z] === RUN   TestCreateServiceMaxReplicas
17:07:19 [2021-08-20T17:07:19.837Z]     create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:07:19 [2021-08-20T17:07:19.837Z] --- SKIP: TestCreateServiceMaxReplicas (0.01s)
17:07:19 [2021-08-20T17:07:19.837Z] === RUN   TestCreateWithDuplicateNetworkNames
17:07:19 [2021-08-20T17:07:19.837Z]     create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:07:19 [2021-08-20T17:07:19.837Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.01s)
17:07:19 [2021-08-20T17:07:19.837Z] === RUN   TestCreateServiceSecretFileMode
17:07:19 [2021-08-20T17:07:19.837Z]     create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:07:19 [2021-08-20T17:07:19.837Z] --- SKIP: TestCreateServiceSecretFileMode (0.01s)
17:07:19 [2021-08-20T17:07:19.837Z] === RUN   TestCreateServiceConfigFileMode
17:07:19 [2021-08-20T17:07:19.837Z]     create_test.go:314: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:07:19 [2021-08-20T17:07:19.837Z] --- SKIP: TestCreateServiceConfigFileMode (0.01s)
17:07:19 [2021-08-20T17:07:19.837Z] === RUN   TestCreateServiceSysctls
17:07:19 [2021-08-20T17:07:19.837Z]     create_test.go:404: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:07:19 [2021-08-20T17:07:19.837Z] --- SKIP: TestCreateServiceSysctls (0.02s)
17:07:19 [2021-08-20T17:07:19.837Z] === RUN   TestCreateServiceCapabilities
17:07:19 [2021-08-20T17:07:19.837Z]     create_test.go:488: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:07:19 [2021-08-20T17:07:19.837Z] --- SKIP: TestCreateServiceCapabilities (0.02s)
17:07:19 [2021-08-20T17:07:19.837Z] === RUN   TestInspect
17:07:19 [2021-08-20T17:07:19.837Z]     inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:07:19 [2021-08-20T17:07:19.837Z] --- SKIP: TestInspect (0.02s)
17:07:19 [2021-08-20T17:07:19.837Z] === RUN   TestCreateJob
17:07:19 [2021-08-20T17:07:19.837Z]     jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:07:19 [2021-08-20T17:07:19.837Z] --- SKIP: TestCreateJob (0.01s)
17:07:19 [2021-08-20T17:07:19.837Z] === RUN   TestReplicatedJob
17:07:19 [2021-08-20T17:07:19.838Z]     jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:07:19 [2021-08-20T17:07:19.838Z] --- SKIP: TestReplicatedJob (0.01s)
17:07:19 [2021-08-20T17:07:19.838Z] === RUN   TestUpdateReplicatedJob
17:07:19 [2021-08-20T17:07:19.838Z]     jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:07:19 [2021-08-20T17:07:19.838Z] --- SKIP: TestUpdateReplicatedJob (0.01s)
17:07:19 [2021-08-20T17:07:19.838Z] === RUN   TestServiceListWithStatuses
17:07:20 [2021-08-20T17:07:20.101Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
17:07:20 [2021-08-20T17:07:20.101Z] --- SKIP: TestServiceListWithStatuses (0.01s)
17:07:20 [2021-08-20T17:07:20.101Z] === RUN   TestDockerNetworkConnectAlias
17:07:20 [2021-08-20T17:07:20.101Z]     network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:07:20 [2021-08-20T17:07:20.101Z] --- SKIP: TestDockerNetworkConnectAlias (0.02s)
17:07:20 [2021-08-20T17:07:20.101Z] === RUN   TestDockerNetworkReConnect
17:07:20 [2021-08-20T17:07:20.101Z]     network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:07:20 [2021-08-20T17:07:20.101Z] --- SKIP: TestDockerNetworkReConnect (0.01s)
17:07:20 [2021-08-20T17:07:20.101Z] === RUN   TestServicePlugin
17:07:20 [2021-08-20T17:07:20.571Z]     service_test.go:434: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:8830jox7bgdsa87ow8dzel4jh Created:2021-08-20 17:07:18.53715016 +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[fad961cf284a0784d149a7ace93b238fbc817498dff220a1f6ac16ae657ab545:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.xmuow94b7tazi90sojhvfnyhn EndpointID:00c64e07c420c58b1f7561717ab9f3ef9e146ff2d097cae6d903a9b86039c5d7 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:f7140d894a30666b58b6c0cc5dd58af37c1133177a43848af2d8f80fc6d37c33 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:8015b78c113c IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.xmuow94b7tazi90sojhvfnyhn EndpointID:00c64e07c420c58b1f7561717ab9f3ef9e146ff2d097cae6d903a9b86039c5d7 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
17:07:20 [2021-08-20T17:07:20.771Z] tests/integration/api_healthcheck_test.py ....                           [ 35%]
17:07:21 [2021-08-20T17:07:21.026Z] === RUN   TestParseEmptyInterface
17:07:21 [2021-08-20T17:07:21.026Z] --- PASS: TestParseEmptyInterface (0.00s)
17:07:21 [2021-08-20T17:07:21.026Z] === RUN   TestParseNonInterfaceType
17:07:21 [2021-08-20T17:07:21.026Z] --- PASS: TestParseNonInterfaceType (0.00s)
17:07:21 [2021-08-20T17:07:21.026Z] === RUN   TestParseWithOneFunction
17:07:21 [2021-08-20T17:07:21.026Z] --- PASS: TestParseWithOneFunction (0.00s)
17:07:21 [2021-08-20T17:07:21.026Z] === RUN   TestParseWithMultipleFuncs
17:07:21 [2021-08-20T17:07:21.026Z] --- PASS: TestParseWithMultipleFuncs (0.00s)
17:07:21 [2021-08-20T17:07:21.026Z] === RUN   TestParseWithUnnamedReturn
17:07:21 [2021-08-20T17:07:21.026Z] --- PASS: TestParseWithUnnamedReturn (0.00s)
17:07:21 [2021-08-20T17:07:21.026Z] === RUN   TestEmbeddedInterface
17:07:21 [2021-08-20T17:07:21.026Z] --- PASS: TestEmbeddedInterface (0.00s)
17:07:21 [2021-08-20T17:07:21.026Z] === RUN   TestParsedImports
17:07:21 [2021-08-20T17:07:21.026Z] --- PASS: TestParsedImports (0.00s)
17:07:21 [2021-08-20T17:07:21.026Z] === RUN   TestAliasedImports
17:07:21 [2021-08-20T17:07:21.026Z] --- PASS: TestAliasedImports (0.00s)
17:07:21 [2021-08-20T17:07:21.026Z] PASS
17:07:21 [2021-08-20T17:07:21.026Z] coverage: 56.8% of statements
17:07:21 [2021-08-20T17:07:21.026Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.065s	coverage: 56.8% of statements
17:07:21 [2021-08-20T17:07:21.484Z] --- PASS: TestAllocateRandomDeallocate (4.41s)
17:07:21 [2021-08-20T17:07:21.484Z] === RUN   TestRetrieveFromStore
17:07:21 [2021-08-20T17:07:21.940Z] time="2021-08-20T17:07:21Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49299/Test.Echo: Post \"http://127.0.0.1:49299/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s"
17:07:21 [2021-08-20T17:07:21.940Z] === RUN   TestHTTPTransport
17:07:21 [2021-08-20T17:07:21.940Z] --- PASS: TestHTTPTransport (0.00s)
17:07:21 [2021-08-20T17:07:21.940Z] PASS
17:07:21 [2021-08-20T17:07:21.940Z] coverage: 85.7% of statements
17:07:21 [2021-08-20T17:07:21.940Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.039s	coverage: 85.7% of statements
17:07:21 [2021-08-20T17:07:21.992Z]     plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:07:21 [2021-08-20T17:07:21.992Z] --- SKIP: TestServicePlugin (1.98s)
17:07:21 [2021-08-20T17:07:21.992Z] === RUN   TestServiceUpdateLabel
17:07:21 [2021-08-20T17:07:21.992Z]     update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:07:21 [2021-08-20T17:07:21.992Z] --- SKIP: TestServiceUpdateLabel (0.01s)
17:07:21 [2021-08-20T17:07:21.992Z] === RUN   TestServiceUpdateSecrets
17:07:21 [2021-08-20T17:07:21.992Z]     update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:07:21 [2021-08-20T17:07:21.992Z] --- SKIP: TestServiceUpdateSecrets (0.02s)
17:07:21 [2021-08-20T17:07:21.992Z] === RUN   TestServiceUpdateConfigs
17:07:21 [2021-08-20T17:07:21.992Z]     update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:07:21 [2021-08-20T17:07:21.992Z] --- SKIP: TestServiceUpdateConfigs (0.01s)
17:07:21 [2021-08-20T17:07:21.992Z] === RUN   TestServiceUpdateNetwork
17:07:21 [2021-08-20T17:07:21.992Z]     update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:07:21 [2021-08-20T17:07:21.992Z] --- SKIP: TestServiceUpdateNetwork (0.01s)
17:07:21 [2021-08-20T17:07:21.992Z] === RUN   TestServiceUpdatePidsLimit
17:07:21 [2021-08-20T17:07:21.992Z]     update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:07:21 [2021-08-20T17:07:21.992Z] --- SKIP: TestServiceUpdatePidsLimit (0.02s)
17:07:21 [2021-08-20T17:07:21.992Z] PASS
17:07:21 [2021-08-20T17:07:21.992Z] 
17:07:21 [2021-08-20T17:07:21.992Z] === Skipped
17:07:21 [2021-08-20T17:07:21.992Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitDisabled (0.00s)
17:07:21 [2021-08-20T17:07:21.992Z]     create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:07:21 [2021-08-20T17:07:21.992Z]     --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s)
17:07:21 [2021-08-20T17:07:21.992Z] 
17:07:21 [2021-08-20T17:07:21.992Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitEnabled (0.00s)
17:07:21 [2021-08-20T17:07:21.992Z]     create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:07:21 [2021-08-20T17:07:21.992Z]     --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s)
17:07:21 [2021-08-20T17:07:21.992Z] 
17:07:21 [2021-08-20T17:07:21.992Z] === SKIP: amd64.integration.service TestCreateServiceMultipleTimes (0.01s)
17:07:21 [2021-08-20T17:07:21.992Z]     create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:07:21 [2021-08-20T17:07:21.992Z] 
17:07:21 [2021-08-20T17:07:21.992Z] === SKIP: amd64.integration.service TestCreateServiceConflict (0.02s)
17:07:21 [2021-08-20T17:07:21.992Z]     create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:07:21 [2021-08-20T17:07:21.992Z] 
17:07:21 [2021-08-20T17:07:21.992Z] === SKIP: amd64.integration.service TestCreateServiceMaxReplicas (0.01s)
17:07:21 [2021-08-20T17:07:21.992Z]     create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:07:21 [2021-08-20T17:07:21.992Z] 
17:07:21 [2021-08-20T17:07:21.992Z] === SKIP: amd64.integration.service TestCreateWithDuplicateNetworkNames (0.01s)
17:07:21 [2021-08-20T17:07:21.992Z]     create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:07:21 [2021-08-20T17:07:21.992Z] 
17:07:21 [2021-08-20T17:07:21.992Z] === SKIP: amd64.integration.service TestCreateServiceSecretFileMode (0.01s)
17:07:21 [2021-08-20T17:07:21.992Z]     create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:07:21 [2021-08-20T17:07:21.992Z] 
17:07:21 [2021-08-20T17:07:21.992Z] === SKIP: amd64.integration.service TestCreateServiceConfigFileMode (0.01s)
17:07:21 [2021-08-20T17:07:21.992Z]     create_test.go:314: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:07:21 [2021-08-20T17:07:21.992Z] 
17:07:21 [2021-08-20T17:07:21.992Z] === SKIP: amd64.integration.service TestCreateServiceSysctls (0.02s)
17:07:21 [2021-08-20T17:07:21.992Z]     create_test.go:404: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:07:21 [2021-08-20T17:07:21.992Z] 
17:07:21 [2021-08-20T17:07:21.992Z] === SKIP: amd64.integration.service TestCreateServiceCapabilities (0.02s)
17:07:21 [2021-08-20T17:07:21.992Z]     create_test.go:488: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:07:21 [2021-08-20T17:07:21.992Z] 
17:07:21 [2021-08-20T17:07:21.992Z] === SKIP: amd64.integration.service TestInspect (0.02s)
17:07:21 [2021-08-20T17:07:21.992Z]     inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:07:21 [2021-08-20T17:07:21.992Z] 
17:07:21 [2021-08-20T17:07:21.992Z] === SKIP: amd64.integration.service TestCreateJob (0.01s)
17:07:21 [2021-08-20T17:07:21.992Z]     jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:07:21 [2021-08-20T17:07:21.992Z] 
17:07:21 [2021-08-20T17:07:21.992Z] === SKIP: amd64.integration.service TestReplicatedJob (0.01s)
17:07:21 [2021-08-20T17:07:21.992Z]     jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:07:21 [2021-08-20T17:07:21.992Z] 
17:07:21 [2021-08-20T17:07:21.992Z] === SKIP: amd64.integration.service TestUpdateReplicatedJob (0.01s)
17:07:21 [2021-08-20T17:07:21.992Z]     jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:07:21 [2021-08-20T17:07:21.992Z] 
17:07:21 [2021-08-20T17:07:21.992Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.01s)
17:07:21 [2021-08-20T17:07:21.992Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
17:07:21 [2021-08-20T17:07:21.992Z] 
17:07:21 [2021-08-20T17:07:21.992Z] === SKIP: amd64.integration.service TestDockerNetworkConnectAlias (0.02s)
17:07:21 [2021-08-20T17:07:21.992Z]     network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:07:21 [2021-08-20T17:07:21.992Z] 
17:07:21 [2021-08-20T17:07:21.992Z] === SKIP: amd64.integration.service TestDockerNetworkReConnect (0.01s)
17:07:21 [2021-08-20T17:07:21.992Z]     network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:07:21 [2021-08-20T17:07:21.992Z] 
17:07:21 [2021-08-20T17:07:21.992Z] === SKIP: amd64.integration.service TestServicePlugin (1.98s)
17:07:21 [2021-08-20T17:07:21.992Z]     plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:07:21 [2021-08-20T17:07:21.992Z] 
17:07:21 [2021-08-20T17:07:21.992Z] === SKIP: amd64.integration.service TestServiceUpdateLabel (0.01s)
17:07:21 [2021-08-20T17:07:21.992Z]     update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:07:21 [2021-08-20T17:07:21.992Z] 
17:07:21 [2021-08-20T17:07:21.992Z] === SKIP: amd64.integration.service TestServiceUpdateSecrets (0.02s)
17:07:21 [2021-08-20T17:07:21.992Z]     update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:07:21 [2021-08-20T17:07:21.992Z] 
17:07:21 [2021-08-20T17:07:21.992Z] === SKIP: amd64.integration.service TestServiceUpdateConfigs (0.01s)
17:07:21 [2021-08-20T17:07:21.992Z]     update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:07:21 [2021-08-20T17:07:21.992Z] 
17:07:21 [2021-08-20T17:07:21.992Z] === SKIP: amd64.integration.service TestServiceUpdateNetwork (0.01s)
17:07:21 [2021-08-20T17:07:21.992Z]     update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:07:21 [2021-08-20T17:07:21.992Z] 
17:07:21 [2021-08-20T17:07:21.992Z] === SKIP: amd64.integration.service TestServiceUpdatePidsLimit (0.02s)
17:07:21 [2021-08-20T17:07:21.992Z]     update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode
17:07:21 [2021-08-20T17:07:21.992Z] 
17:07:21 [2021-08-20T17:07:21.992Z] 
17:07:21 [2021-08-20T17:07:21.992Z] DONE 24 tests, 23 skipped in 2.384s
17:07:21 [2021-08-20T17:07:21.992Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m 
17:07:22 [2021-08-20T17:07:22.176Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (3.02s)
17:07:22 [2021-08-20T17:07:22.176Z] === RUN   TestCgroupNamespacesRunHostMode
17:07:22 [2021-08-20T17:07:22.176Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants
17:07:22 [2021-08-20T17:07:22.248Z] INFO: Testing against a local daemon
17:07:22 [2021-08-20T17:07:22.248Z] === RUN   TestSessionCreate
17:07:22 [2021-08-20T17:07:22.248Z] --- PASS: TestSessionCreate (0.02s)
17:07:22 [2021-08-20T17:07:22.248Z] === RUN   TestSessionCreateWithBadUpgrade
17:07:22 [2021-08-20T17:07:22.248Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s)
17:07:22 [2021-08-20T17:07:22.248Z] PASS
17:07:22 [2021-08-20T17:07:22.248Z] 
17:07:22 [2021-08-20T17:07:22.248Z] DONE 2 tests in 0.134s
17:07:22 [2021-08-20T17:07:22.248Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m 
17:07:22 [2021-08-20T17:07:22.248Z] INFO: Testing against a local daemon
17:07:22 [2021-08-20T17:07:22.248Z] === RUN   TestCgroupDriverSystemdMemoryLimit
17:07:22 [2021-08-20T17:07:22.248Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
17:07:22 [2021-08-20T17:07:22.248Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
17:07:22 [2021-08-20T17:07:22.248Z] === RUN   TestDiskUsage
17:07:22 [2021-08-20T17:07:22.248Z] === PAUSE TestDiskUsage
17:07:22 [2021-08-20T17:07:22.248Z] === RUN   TestEventsExecDie
17:07:22 [2021-08-20T17:07:22.397Z] === RUN   TestBufioReaderPoolGetWithNoReaderShouldCreateOne
17:07:22 [2021-08-20T17:07:22.397Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s)
17:07:22 [2021-08-20T17:07:22.397Z] === RUN   TestBufioReaderPoolPutAndGet
17:07:22 [2021-08-20T17:07:22.397Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s)
17:07:22 [2021-08-20T17:07:22.397Z] === RUN   TestNewReadCloserWrapperWithAReadCloser
17:07:22 [2021-08-20T17:07:22.397Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s)
17:07:22 [2021-08-20T17:07:22.397Z] === RUN   TestBufioWriterPoolGetWithNoReaderShouldCreateOne
17:07:22 [2021-08-20T17:07:22.397Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s)
17:07:22 [2021-08-20T17:07:22.397Z] === RUN   TestBufioWriterPoolPutAndGet
17:07:22 [2021-08-20T17:07:22.397Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s)
17:07:22 [2021-08-20T17:07:22.397Z] === RUN   TestNewWriteCloserWrapperWithAWriteCloser
17:07:22 [2021-08-20T17:07:22.397Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s)
17:07:22 [2021-08-20T17:07:22.397Z] === RUN   TestBufferPoolPutAndGet
17:07:22 [2021-08-20T17:07:22.397Z] --- PASS: TestBufferPoolPutAndGet (0.00s)
17:07:22 [2021-08-20T17:07:22.397Z] PASS
17:07:22 [2021-08-20T17:07:22.397Z] coverage: 88.2% of statements
17:07:22 [2021-08-20T17:07:22.397Z] ok  	github.com/docker/docker/pkg/pools	0.037s	coverage: 88.2% of statements
17:07:22 [2021-08-20T17:07:22.857Z] --- PASS: TestRetrieveFromStore (1.39s)
17:07:22 [2021-08-20T17:07:22.857Z] === RUN   TestRequestReleaseAddressDuplicate
17:07:22 [2021-08-20T17:07:22.857Z] --- PASS: TestRequestReleaseAddressDuplicate (0.01s)
17:07:22 [2021-08-20T17:07:22.857Z] === RUN   TestParallelPredefinedRequest1
17:07:22 [2021-08-20T17:07:22.857Z] === PAUSE TestParallelPredefinedRequest1
17:07:22 [2021-08-20T17:07:22.857Z] === RUN   TestParallelPredefinedRequest2
17:07:22 [2021-08-20T17:07:22.857Z] === PAUSE TestParallelPredefinedRequest2
17:07:22 [2021-08-20T17:07:22.857Z] === RUN   TestParallelPredefinedRequest3
17:07:22 [2021-08-20T17:07:22.857Z] === PAUSE TestParallelPredefinedRequest3
17:07:22 [2021-08-20T17:07:22.857Z] === RUN   TestParallelPredefinedRequest4
17:07:22 [2021-08-20T17:07:22.857Z] === PAUSE TestParallelPredefinedRequest4
17:07:22 [2021-08-20T17:07:22.857Z] === RUN   TestParallelPredefinedRequest5
17:07:22 [2021-08-20T17:07:22.857Z] === PAUSE TestParallelPredefinedRequest5
17:07:22 [2021-08-20T17:07:22.857Z] === RUN   TestDebug
17:07:22 [2021-08-20T17:07:22.857Z] --- PASS: TestDebug (0.00s)
17:07:22 [2021-08-20T17:07:22.857Z] === RUN   TestRequestPoolParallel
17:07:23 [2021-08-20T17:07:23.314Z] === RUN   TestOutputOnPrematureClose
17:07:23 [2021-08-20T17:07:23.314Z] --- PASS: TestOutputOnPrematureClose (0.00s)
17:07:23 [2021-08-20T17:07:23.314Z] === RUN   TestCompleteSilently
17:07:23 [2021-08-20T17:07:23.314Z] --- PASS: TestCompleteSilently (0.00s)
17:07:23 [2021-08-20T17:07:23.314Z] PASS
17:07:23 [2021-08-20T17:07:23.314Z] coverage: 75.9% of statements
17:07:23 [2021-08-20T17:07:23.314Z] ok  	github.com/docker/docker/pkg/progress	0.043s	coverage: 75.9% of statements
17:07:23 [2021-08-20T17:07:23.314Z] --- PASS: TestRequestPoolParallel (0.53s)
17:07:23 [2021-08-20T17:07:23.314Z] === RUN   TestFullAllocateRelease
17:07:23 [2021-08-20T17:07:23.546Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer
17:07:23 [2021-08-20T17:07:23.614Z] --- PASS: TestEventsExecDie (1.00s)
17:07:23 [2021-08-20T17:07:23.614Z] === RUN   TestEventsBackwardsCompatible
17:07:23 [2021-08-20T17:07:23.614Z] --- PASS: TestEventsBackwardsCompatible (0.04s)
17:07:23 [2021-08-20T17:07:23.614Z] === RUN   TestEventsVolumeCreate
17:07:23 [2021-08-20T17:07:23.614Z] --- PASS: TestEventsVolumeCreate (0.05s)
17:07:23 [2021-08-20T17:07:23.614Z] === RUN   TestInfoBinaryCommits
17:07:23 [2021-08-20T17:07:23.614Z] --- PASS: TestInfoBinaryCommits (0.02s)
17:07:23 [2021-08-20T17:07:23.614Z] === RUN   TestInfoAPIVersioned
17:07:23 [2021-08-20T17:07:23.614Z] --- PASS: TestInfoAPIVersioned (0.01s)
17:07:23 [2021-08-20T17:07:23.614Z] === RUN   TestInfoDiscoveryBackend
17:07:23 [2021-08-20T17:07:23.770Z] === RUN   TestSendToOneSub
17:07:23 [2021-08-20T17:07:23.770Z] --- PASS: TestSendToOneSub (0.00s)
17:07:23 [2021-08-20T17:07:23.770Z] === RUN   TestSendToMultipleSubs
17:07:23 [2021-08-20T17:07:23.770Z] --- PASS: TestSendToMultipleSubs (0.00s)
17:07:23 [2021-08-20T17:07:23.770Z] === RUN   TestEvictOneSub
17:07:23 [2021-08-20T17:07:23.770Z] --- PASS: TestEvictOneSub (0.00s)
17:07:23 [2021-08-20T17:07:23.770Z] === RUN   TestClosePublisher
17:07:23 [2021-08-20T17:07:23.770Z] --- PASS: TestClosePublisher (0.00s)
17:07:23 [2021-08-20T17:07:23.770Z] === RUN   TestPubSubRace
17:07:23 [2021-08-20T17:07:23.770Z] --- PASS: TestFullAllocateRelease (0.45s)
17:07:23 [2021-08-20T17:07:23.770Z] === RUN   TestOddAllocateRelease
17:07:23 [2021-08-20T17:07:23.869Z] --- PASS: TestInfoDiscoveryBackend (0.54s)
17:07:23 [2021-08-20T17:07:23.869Z] === RUN   TestInfoDiscoveryInvalidAdvertise
17:07:24 [2021-08-20T17:07:24.226Z] --- PASS: TestOddAllocateRelease (0.23s)
17:07:24 [2021-08-20T17:07:24.226Z] === RUN   TestFullAllocateSerialReleaseParallel
17:07:24 [2021-08-20T17:07:24.226Z] --- PASS: TestFullAllocateSerialReleaseParallel (0.07s)
17:07:24 [2021-08-20T17:07:24.226Z] === RUN   TestOddAllocateSerialReleaseParallel
17:07:24 [2021-08-20T17:07:24.226Z] --- PASS: TestOddAllocateSerialReleaseParallel (0.04s)
17:07:24 [2021-08-20T17:07:24.226Z] === RUN   TestEvenAllocateSerialReleaseParallel
17:07:24 [2021-08-20T17:07:24.226Z] --- PASS: TestEvenAllocateSerialReleaseParallel (0.04s)
17:07:24 [2021-08-20T17:07:24.226Z] === CONT  TestParallelPredefinedRequest1
17:07:24 [2021-08-20T17:07:24.226Z] === CONT  TestParallelPredefinedRequest4
17:07:24 [2021-08-20T17:07:24.226Z] === CONT  TestParallelPredefinedRequest3
17:07:24 [2021-08-20T17:07:24.226Z] === CONT  TestParallelPredefinedRequest2
17:07:24 [2021-08-20T17:07:24.226Z] === CONT  TestParallelPredefinedRequest1
17:07:24 [2021-08-20T17:07:24.226Z]     allocator_test.go:1422: Skipped because t.parallel was less than  5
17:07:24 [2021-08-20T17:07:24.226Z] === CONT  TestParallelPredefinedRequest4
17:07:24 [2021-08-20T17:07:24.226Z]     allocator_test.go:1422: Skipped because t.parallel was less than  5
17:07:24 [2021-08-20T17:07:24.226Z] === CONT  TestParallelPredefinedRequest2
17:07:24 [2021-08-20T17:07:24.226Z]     allocator_test.go:1422: Skipped because t.parallel was less than  5
17:07:24 [2021-08-20T17:07:24.226Z] --- SKIP: TestParallelPredefinedRequest4 (0.00s)
17:07:24 [2021-08-20T17:07:24.226Z] === CONT  TestParallelPredefinedRequest3
17:07:24 [2021-08-20T17:07:24.226Z]     allocator_test.go:1422: Skipped because t.parallel was less than  5
17:07:24 [2021-08-20T17:07:24.226Z] === CONT  TestParallelPredefinedRequest5
17:07:24 [2021-08-20T17:07:24.226Z]     allocator_test.go:1422: Skipped because t.parallel was less than  5
17:07:24 [2021-08-20T17:07:24.226Z] --- SKIP: TestParallelPredefinedRequest1 (0.00s)
17:07:24 [2021-08-20T17:07:24.226Z] --- SKIP: TestParallelPredefinedRequest2 (0.00s)
17:07:24 [2021-08-20T17:07:24.226Z] --- SKIP: TestParallelPredefinedRequest3 (0.00s)
17:07:24 [2021-08-20T17:07:24.226Z] --- SKIP: TestParallelPredefinedRequest5 (0.00s)
17:07:24 [2021-08-20T17:07:24.226Z] PASS
17:07:24 [2021-08-20T17:07:24.226Z] coverage: 85.3% of statements
17:07:24 [2021-08-20T17:07:24.226Z] ok  	github.com/docker/docker/libnetwork/ipam	55.629s	coverage: 85.3% of statements
17:07:24 [2021-08-20T17:07:24.683Z] --- PASS: TestPubSubRace (1.05s)
17:07:24 [2021-08-20T17:07:24.683Z] PASS
17:07:24 [2021-08-20T17:07:24.683Z] coverage: 75.0% of statements
17:07:24 [2021-08-20T17:07:24.683Z] ok  	github.com/docker/docker/pkg/pubsub	1.089s	coverage: 75.0% of statements
17:07:24 [2021-08-20T17:07:24.754Z] tests/integration/api_image_test.py ............s.....                   [ 40%]
17:07:24 [2021-08-20T17:07:24.757Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.23s)
17:07:24 [2021-08-20T17:07:24.757Z] PASS
17:07:24 [2021-08-20T17:07:24.757Z] 
17:07:24 [2021-08-20T17:07:24.757Z] === Skipped
17:07:24 [2021-08-20T17:07:24.757Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
17:07:24 [2021-08-20T17:07:24.757Z]     service_test.go:242: FLAKY_TEST
17:07:24 [2021-08-20T17:07:24.757Z] 
17:07:24 [2021-08-20T17:07:24.757Z] 
17:07:24 [2021-08-20T17:07:24.757Z] DONE 26 tests, 1 skipped in 48.067s
17:07:24 [2021-08-20T17:07:24.757Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
17:07:24 [2021-08-20T17:07:24.757Z] INFO: Testing against a local daemon
17:07:24 [2021-08-20T17:07:24.757Z] === RUN   TestDockerNetworkIpvlanPersistance
17:07:24 [2021-08-20T17:07:24.757Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
17:07:24 [2021-08-20T17:07:24.757Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
17:07:24 [2021-08-20T17:07:24.757Z] === RUN   TestDockerNetworkIpvlan
17:07:24 [2021-08-20T17:07:24.757Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
17:07:24 [2021-08-20T17:07:24.757Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
17:07:24 [2021-08-20T17:07:24.757Z] PASS
17:07:24 [2021-08-20T17:07:24.757Z] 
17:07:24 [2021-08-20T17:07:24.757Z] === Skipped
17:07:24 [2021-08-20T17:07:24.757Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
17:07:24 [2021-08-20T17:07:24.757Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
17:07:24 [2021-08-20T17:07:24.757Z] 
17:07:24 [2021-08-20T17:07:24.757Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
17:07:24 [2021-08-20T17:07:24.757Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
17:07:24 [2021-08-20T17:07:24.757Z] 
17:07:24 [2021-08-20T17:07:24.757Z] 
17:07:24 [2021-08-20T17:07:24.757Z] DONE 2 tests, 2 skipped in 0.025s
17:07:24 [2021-08-20T17:07:24.757Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
17:07:24 [2021-08-20T17:07:24.757Z] INFO: Testing against a local daemon
17:07:24 [2021-08-20T17:07:24.757Z] === RUN   TestDockerNetworkMacvlanPersistance
17:07:24 [2021-08-20T17:07:24.914Z] --- PASS: TestCgroupNamespacesRunHostMode (3.00s)
17:07:24 [2021-08-20T17:07:24.914Z] === RUN   TestCgroupNamespacesRunPrivateMode
17:07:25 [2021-08-20T17:07:25.140Z] === RUN   TestRegister
17:07:25 [2021-08-20T17:07:25.140Z] --- PASS: TestRegister (0.00s)
17:07:25 [2021-08-20T17:07:25.140Z] === RUN   TestCommand
17:07:25 [2021-08-20T17:07:25.597Z] --- PASS: TestCommand (0.03s)
17:07:25 [2021-08-20T17:07:25.597Z] === RUN   TestNaiveSelf
17:07:25 [2021-08-20T17:07:25.597Z] --- PASS: TestNaiveSelf (0.03s)
17:07:25 [2021-08-20T17:07:25.597Z] PASS
17:07:25 [2021-08-20T17:07:25.597Z] coverage: 82.4% of statements
17:07:25 [2021-08-20T17:07:25.597Z] ok  	github.com/docker/docker/pkg/reexec	0.100s	coverage: 82.4% of statements
17:07:25 [2021-08-20T17:07:25.692Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.23s)
17:07:25 [2021-08-20T17:07:25.693Z] === RUN   TestDockerNetworkMacvlan
17:07:26 [2021-08-20T17:07:26.054Z] === RUN   TestDump
17:07:26 [2021-08-20T17:07:26.054Z] goroutine 19 [running]:
17:07:26 [2021-08-20T17:07:26.054Z] github.com/docker/docker/pkg/stack.dump(0xc0000cc010, 0x30e07da8, 0x1bba0487670)
17:07:26 [2021-08-20T17:07:26.054Z] 	C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x8f
17:07:26 [2021-08-20T17:07:26.054Z] github.com/docker/docker/pkg/stack.Dump(...)
17:07:26 [2021-08-20T17:07:26.054Z] 	C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:18
17:07:26 [2021-08-20T17:07:26.054Z] github.com/docker/docker/pkg/stack.TestDump(0xc000084480)
17:07:26 [2021-08-20T17:07:26.054Z] 	C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:13 +0x3e
17:07:26 [2021-08-20T17:07:26.054Z] testing.tRunner(0xc000084480, 0xbe5ea0)
17:07:26 [2021-08-20T17:07:26.054Z] 	c:/go/src/testing/testing.go:1193 +0xef
17:07:26 [2021-08-20T17:07:26.054Z] created by testing.(*T).Run
17:07:26 [2021-08-20T17:07:26.054Z] 	c:/go/src/testing/testing.go:1238 +0x2b3
17:07:26 [2021-08-20T17:07:26.054Z] 
17:07:26 [2021-08-20T17:07:26.054Z] goroutine 1 [chan receive]:
17:07:26 [2021-08-20T17:07:26.054Z] testing.(*T).Run(0xc000084480, 0xbd85d8, 0x8, 0xbe5ea0, 0xa4a18d)
17:07:26 [2021-08-20T17:07:26.054Z] 	c:/go/src/testing/testing.go:1239 +0x2da
17:07:26 [2021-08-20T17:07:26.054Z] testing.runTests.func1(0xc000084300)
17:07:26 [2021-08-20T17:07:26.054Z] 	c:/go/src/testing/testing.go:1511 +0x7f
17:07:26 [2021-08-20T17:07:26.054Z] testing.tRunner(0xc000084300, 0xc0000c9da8)
17:07:26 [2021-08-20T17:07:26.054Z] 	c:/go/src/testing/testing.go:1193 +0xef
17:07:26 [2021-08-20T17:07:26.054Z] testing.runTests(0xc00009c060, 0xd2b220, 0x3, 0x3, 0xc04016c970d1407c, 0x8bb315afed, 0xd2fc80, 0xbd9e28)
17:07:26 [2021-08-20T17:07:26.054Z] 	c:/go/src/testing/testing.go:1509 +0x310
17:07:26 [2021-08-20T17:07:26.054Z] testing.(*M).Run(0xc0000d8080, 0x0)
17:07:26 [2021-08-20T17:07:26.054Z] 	c:/go/src/testing/testing.go:1417 +0x1f5
17:07:26 [2021-08-20T17:07:26.054Z] main.main()
17:07:26 [2021-08-20T17:07:26.054Z] 	_testmain.go:95 +0x1c8
17:07:26 [2021-08-20T17:07:26.054Z] --- PASS: TestDump (0.00s)
17:07:26 [2021-08-20T17:07:26.054Z] === RUN   TestDumpToFile
17:07:26 [2021-08-20T17:07:26.054Z] --- PASS: TestDumpToFile (0.16s)
17:07:26 [2021-08-20T17:07:26.054Z] === RUN   TestDumpToFileWithEmptyInput
17:07:26 [2021-08-20T17:07:26.054Z] goroutine 21 [running]:
17:07:26 [2021-08-20T17:07:26.054Z] github.com/docker/docker/pkg/stack.dump(0xc0000cc010, 0x438, 0xac43c0)
17:07:26 [2021-08-20T17:07:26.054Z] 	C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x8f
17:07:26 [2021-08-20T17:07:26.054Z] github.com/docker/docker/pkg/stack.DumpToFile(0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
17:07:26 [2021-08-20T17:07:26.054Z] 	C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:38 +0xc5
17:07:26 [2021-08-20T17:07:26.054Z] github.com/docker/docker/pkg/stack.TestDumpToFileWithEmptyInput(0xc000084900)
17:07:26 [2021-08-20T17:07:26.054Z] 	C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:28 +0x34
17:07:26 [2021-08-20T17:07:26.054Z] testing.tRunner(0xc000084900, 0xbe5e90)
17:07:26 [2021-08-20T17:07:26.054Z] 	c:/go/src/testing/testing.go:1193 +0xef
17:07:26 [2021-08-20T17:07:26.054Z] created by testing.(*T).Run
17:07:26 [2021-08-20T17:07:26.054Z] 	c:/go/src/testing/testing.go:1238 +0x2b3
17:07:26 [2021-08-20T17:07:26.054Z] 
17:07:26 [2021-08-20T17:07:26.054Z] goroutine 1 [chan receive]:
17:07:26 [2021-08-20T17:07:26.054Z] testing.(*T).Run(0xc000084900, 0xbdf08c, 0x1c, 0xbe5e90, 0xa4a101)
17:07:26 [2021-08-20T17:07:26.054Z] 	c:/go/src/testing/testing.go:1239 +0x2da
17:07:26 [2021-08-20T17:07:26.054Z] testing.runTests.func1(0xc000084300)
17:07:26 [2021-08-20T17:07:26.054Z] 	c:/go/src/testing/testing.go:1511 +0x7f
17:07:26 [2021-08-20T17:07:26.054Z] testing.tRunner(0xc000084300, 0xc0000c9da8)
17:07:26 [2021-08-20T17:07:26.054Z] 	c:/go/src/testing/testing.go:1193 +0xef
17:07:26 [2021-08-20T17:07:26.054Z] testing.runTests(0xc00009c060, 0xd2b220, 0x3, 0x3, 0xc04016c970d1407c, 0x8bb315afed, 0xd2fc80, 0xbd9e28)
17:07:26 [2021-08-20T17:07:26.054Z] 	c:/go/src/testing/testing.go:1509 +0x310
17:07:26 [2021-08-20T17:07:26.054Z] testing.(*M).Run(0xc0000d8080, 0x0)
17:07:26 [2021-08-20T17:07:26.054Z] 	c:/go/src/testing/testing.go:1417 +0x1f5
17:07:26 [2021-08-20T17:07:26.054Z] main.main()
17:07:26 [2021-08-20T17:07:26.054Z] 	_testmain.go:95 +0x1c8
17:07:26 [2021-08-20T17:07:26.054Z] --- PASS: TestDumpToFileWithEmptyInput (0.00s)
17:07:26 [2021-08-20T17:07:26.054Z] PASS
17:07:26 [2021-08-20T17:07:26.054Z] coverage: 90.9% of statements
17:07:26 [2021-08-20T17:07:26.054Z] ok  	github.com/docker/docker/pkg/stack	0.197s	coverage: 90.9% of statements
17:07:26 [2021-08-20T17:07:26.627Z] === RUN   TestDockerNetworkMacvlan/Subinterface
17:07:27 [2021-08-20T17:07:27.018Z] === RUN   TestNewStdWriter
17:07:27 [2021-08-20T17:07:27.018Z] --- PASS: TestNewStdWriter (0.00s)
17:07:27 [2021-08-20T17:07:27.018Z] === RUN   TestWriteWithUninitializedStdWriter
17:07:27 [2021-08-20T17:07:27.018Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s)
17:07:27 [2021-08-20T17:07:27.018Z] === RUN   TestWriteWithNilBytes
17:07:27 [2021-08-20T17:07:27.018Z] --- PASS: TestWriteWithNilBytes (0.00s)
17:07:27 [2021-08-20T17:07:27.018Z] === RUN   TestWrite
17:07:27 [2021-08-20T17:07:27.018Z] --- PASS: TestWrite (0.00s)
17:07:27 [2021-08-20T17:07:27.018Z] === RUN   TestWriteWithWriterError
17:07:27 [2021-08-20T17:07:27.018Z] --- PASS: TestWriteWithWriterError (0.00s)
17:07:27 [2021-08-20T17:07:27.018Z] === RUN   TestWriteDoesNotReturnNegativeWrittenBytes
17:07:27 [2021-08-20T17:07:27.018Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s)
17:07:27 [2021-08-20T17:07:27.018Z] === RUN   TestStdCopyWriteAndRead
17:07:27 [2021-08-20T17:07:27.018Z] --- PASS: TestStdCopyWriteAndRead (0.00s)
17:07:27 [2021-08-20T17:07:27.018Z] === RUN   TestStdCopyReturnsErrorReadingHeader
17:07:27 [2021-08-20T17:07:27.018Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s)
17:07:27 [2021-08-20T17:07:27.018Z] === RUN   TestStdCopyReturnsErrorReadingFrame
17:07:27 [2021-08-20T17:07:27.018Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s)
17:07:27 [2021-08-20T17:07:27.018Z] === RUN   TestStdCopyDetectsCorruptedFrame
17:07:27 [2021-08-20T17:07:27.018Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s)
17:07:27 [2021-08-20T17:07:27.018Z] === RUN   TestStdCopyWithInvalidInputHeader
17:07:27 [2021-08-20T17:07:27.018Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s)
17:07:27 [2021-08-20T17:07:27.018Z] === RUN   TestStdCopyWithCorruptedPrefix
17:07:27 [2021-08-20T17:07:27.018Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s)
17:07:27 [2021-08-20T17:07:27.018Z] === RUN   TestStdCopyReturnsWriteErrors
17:07:27 [2021-08-20T17:07:27.018Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s)
17:07:27 [2021-08-20T17:07:27.018Z] === RUN   TestStdCopyDetectsNotFullyWrittenFrames
17:07:27 [2021-08-20T17:07:27.018Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s)
17:07:27 [2021-08-20T17:07:27.018Z] === RUN   TestStdCopyReturnsErrorFromSystem
17:07:27 [2021-08-20T17:07:27.018Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s)
17:07:27 [2021-08-20T17:07:27.018Z] PASS
17:07:27 [2021-08-20T17:07:27.018Z] coverage: 100.0% of statements
17:07:27 [2021-08-20T17:07:27.018Z] ok  	github.com/docker/docker/pkg/stdcopy	0.041s	coverage: 100.0% of statements
17:07:27 [2021-08-20T17:07:27.195Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
17:07:27 [2021-08-20T17:07:27.441Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange
17:07:27 [2021-08-20T17:07:27.475Z] === RUN   TestRawProgressFormatterFormatStatus
17:07:27 [2021-08-20T17:07:27.475Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s)
17:07:27 [2021-08-20T17:07:27.475Z] === RUN   TestRawProgressFormatterFormatProgress
17:07:27 [2021-08-20T17:07:27.475Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s)
17:07:27 [2021-08-20T17:07:27.475Z] === RUN   TestFormatStatus
17:07:27 [2021-08-20T17:07:27.475Z] --- PASS: TestFormatStatus (0.00s)
17:07:27 [2021-08-20T17:07:27.475Z] === RUN   TestFormatError
17:07:27 [2021-08-20T17:07:27.475Z] --- PASS: TestFormatError (0.00s)
17:07:27 [2021-08-20T17:07:27.475Z] === RUN   TestFormatJSONError
17:07:27 [2021-08-20T17:07:27.475Z] --- PASS: TestFormatJSONError (0.00s)
17:07:27 [2021-08-20T17:07:27.475Z] === RUN   TestJsonProgressFormatterFormatProgress
17:07:27 [2021-08-20T17:07:27.475Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s)
17:07:27 [2021-08-20T17:07:27.475Z] === RUN   TestJsonProgressFormatterFormatStatus
17:07:27 [2021-08-20T17:07:27.475Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s)
17:07:27 [2021-08-20T17:07:27.475Z] === RUN   TestNewJSONProgressOutput
17:07:27 [2021-08-20T17:07:27.475Z] --- PASS: TestNewJSONProgressOutput (0.00s)
17:07:27 [2021-08-20T17:07:27.475Z] === RUN   TestAuxFormatterEmit
17:07:27 [2021-08-20T17:07:27.475Z] --- PASS: TestAuxFormatterEmit (0.00s)
17:07:27 [2021-08-20T17:07:27.475Z] === RUN   TestStreamWriterStdout
17:07:27 [2021-08-20T17:07:27.475Z] --- PASS: TestStreamWriterStdout (0.00s)
17:07:27 [2021-08-20T17:07:27.475Z] === RUN   TestStreamWriterStderr
17:07:27 [2021-08-20T17:07:27.475Z] --- PASS: TestStreamWriterStderr (0.00s)
17:07:27 [2021-08-20T17:07:27.475Z] PASS
17:07:27 [2021-08-20T17:07:27.475Z] coverage: 66.2% of statements
17:07:27 [2021-08-20T17:07:27.475Z] ok  	github.com/docker/docker/pkg/streamformatter	0.041s	coverage: 66.2% of statements
17:07:27 [2021-08-20T17:07:27.697Z] --- PASS: TestCgroupNamespacesRunPrivateMode (2.72s)
17:07:27 [2021-08-20T17:07:27.697Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
17:07:27 [2021-08-20T17:07:27.932Z] === RUN   TestGenerateRandomID
17:07:27 [2021-08-20T17:07:27.932Z] --- PASS: TestGenerateRandomID (0.00s)
17:07:27 [2021-08-20T17:07:27.932Z] === RUN   TestShortenId
17:07:27 [2021-08-20T17:07:27.932Z] --- PASS: TestShortenId (0.00s)
17:07:27 [2021-08-20T17:07:27.932Z] === RUN   TestShortenSha256Id
17:07:27 [2021-08-20T17:07:27.932Z] --- PASS: TestShortenSha256Id (0.00s)
17:07:27 [2021-08-20T17:07:27.932Z] === RUN   TestShortenIdEmpty
17:07:27 [2021-08-20T17:07:27.932Z] --- PASS: TestShortenIdEmpty (0.00s)
17:07:27 [2021-08-20T17:07:27.932Z] === RUN   TestShortenIdInvalid
17:07:27 [2021-08-20T17:07:27.932Z] --- PASS: TestShortenIdInvalid (0.00s)
17:07:27 [2021-08-20T17:07:27.932Z] === RUN   TestIsShortIDNonHex
17:07:27 [2021-08-20T17:07:27.932Z] --- PASS: TestIsShortIDNonHex (0.00s)
17:07:27 [2021-08-20T17:07:27.932Z] === RUN   TestIsShortIDNotCorrectSize
17:07:27 [2021-08-20T17:07:27.932Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s)
17:07:27 [2021-08-20T17:07:27.932Z] PASS
17:07:27 [2021-08-20T17:07:27.932Z] coverage: 70.6% of statements
17:07:27 [2021-08-20T17:07:27.932Z] ok  	github.com/docker/docker/pkg/stringid	0.035s	coverage: 70.6% of statements
17:07:28 [2021-08-20T17:07:28.033Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (3.40s)
17:07:28 [2021-08-20T17:07:28.033Z] === RUN   TestInfoDiscoveryAdvertiseInterfaceName
17:07:28 [2021-08-20T17:07:28.033Z]     info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network
17:07:28 [2021-08-20T17:07:28.033Z] --- SKIP: TestInfoDiscoveryAdvertiseInterfaceName (0.00s)
17:07:28 [2021-08-20T17:07:28.033Z] === RUN   TestInfoAPI
17:07:28 [2021-08-20T17:07:28.033Z] --- PASS: TestInfoAPI (0.03s)
17:07:28 [2021-08-20T17:07:28.033Z] === RUN   TestInfoAPIWarnings
17:07:28 [2021-08-20T17:07:28.134Z] === RUN   TestDockerNetworkMacvlan/NilParent
17:07:28 [2021-08-20T17:07:28.895Z] === RUN   TestIsCpusetListAvailable
17:07:28 [2021-08-20T17:07:28.895Z] --- PASS: TestIsCpusetListAvailable (0.00s)
17:07:28 [2021-08-20T17:07:28.895Z] PASS
17:07:28 [2021-08-20T17:07:28.895Z] coverage: 39.4% of statements
17:07:28 [2021-08-20T17:07:28.896Z] ok  	github.com/docker/docker/pkg/sysinfo	0.035s	coverage: 39.4% of statements
17:07:29 [2021-08-20T17:07:29.070Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning
17:07:29 [2021-08-20T17:07:29.070Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.60s)
17:07:29 [2021-08-20T17:07:29.070Z] === RUN   TestCgroupNamespacesRunInvalidMode
17:07:29 [2021-08-20T17:07:29.644Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg
17:07:30 [2021-08-20T17:07:30.215Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.95s)
17:07:30 [2021-08-20T17:07:30.215Z] === RUN   TestCgroupNamespacesRunOlderClient
17:07:30 [2021-08-20T17:07:30.424Z] === RUN   TestChtimes
17:07:30 [2021-08-20T17:07:30.424Z] --- PASS: TestChtimes (0.00s)
17:07:30 [2021-08-20T17:07:30.424Z] === RUN   TestChtimesWindows
17:07:30 [2021-08-20T17:07:30.424Z] --- PASS: TestChtimesWindows (0.00s)
17:07:30 [2021-08-20T17:07:30.424Z] === RUN   TestCheckSystemDriveAndRemoveDriveLetter
17:07:30 [2021-08-20T17:07:30.424Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s)
17:07:30 [2021-08-20T17:07:30.424Z] === RUN   TestEnsureRemoveAllNotExist
17:07:30 [2021-08-20T17:07:30.424Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s)
17:07:30 [2021-08-20T17:07:30.424Z] === RUN   TestEnsureRemoveAllWithDir
17:07:30 [2021-08-20T17:07:30.424Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s)
17:07:30 [2021-08-20T17:07:30.424Z] === RUN   TestEnsureRemoveAllWithFile
17:07:30 [2021-08-20T17:07:30.424Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s)
17:07:30 [2021-08-20T17:07:30.424Z] === RUN   TestHasWin32KSupport
17:07:30 [2021-08-20T17:07:30.424Z]     syscall_windows_test.go:8: win32k: true
17:07:30 [2021-08-20T17:07:30.424Z] --- PASS: TestHasWin32KSupport (0.00s)
17:07:30 [2021-08-20T17:07:30.424Z] PASS
17:07:30 [2021-08-20T17:07:30.424Z] coverage: 12.9% of statements
17:07:30 [2021-08-20T17:07:30.424Z] ok  	github.com/docker/docker/pkg/system	0.052s	coverage: 12.9% of statements
17:07:30 [2021-08-20T17:07:30.424Z] --- PASS: TestNewClientWithTimeout (17.61s)
17:07:30 [2021-08-20T17:07:30.424Z] === RUN   TestClientStream
17:07:30 [2021-08-20T17:07:30.424Z] --- PASS: TestClientStream (0.00s)
17:07:30 [2021-08-20T17:07:30.424Z] === RUN   TestClientSendFile
17:07:30 [2021-08-20T17:07:30.424Z] --- PASS: TestClientSendFile (0.00s)
17:07:30 [2021-08-20T17:07:30.424Z] === RUN   TestClientWithRequestTimeout
17:07:30 [2021-08-20T17:07:30.424Z] --- PASS: TestClientWithRequestTimeout (0.00s)
17:07:30 [2021-08-20T17:07:30.424Z] === RUN   TestFileSpecPlugin
17:07:30 [2021-08-20T17:07:30.424Z] --- PASS: TestFileSpecPlugin (0.01s)
17:07:30 [2021-08-20T17:07:30.424Z] === RUN   TestFileJSONSpecPlugin
17:07:30 [2021-08-20T17:07:30.424Z] --- PASS: TestFileJSONSpecPlugin (0.00s)
17:07:30 [2021-08-20T17:07:30.424Z] === RUN   TestFileJSONSpecPluginWithoutTLSConfig
17:07:30 [2021-08-20T17:07:30.424Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s)
17:07:30 [2021-08-20T17:07:30.424Z] === RUN   TestPluginAddHandler
17:07:30 [2021-08-20T17:07:30.424Z] --- PASS: TestPluginAddHandler (0.00s)
17:07:30 [2021-08-20T17:07:30.424Z] === RUN   TestPluginWaitBadPlugin
17:07:30 [2021-08-20T17:07:30.424Z] --- PASS: TestPluginWaitBadPlugin (0.00s)
17:07:30 [2021-08-20T17:07:30.424Z] === RUN   TestGet
17:07:30 [2021-08-20T17:07:30.424Z] time="2021-08-20T17:07:30Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s"
17:07:30 [2021-08-20T17:07:30.668Z] === RUN   TestDockerNetworkMacvlan/InternalMode
17:07:30 [2021-08-20T17:07:30.881Z] === RUN   TestTailFile
17:07:30 [2021-08-20T17:07:30.881Z] --- PASS: TestTailFile (0.00s)
17:07:30 [2021-08-20T17:07:30.881Z] === RUN   TestTailFileManyLines
17:07:30 [2021-08-20T17:07:30.881Z] --- PASS: TestTailFileManyLines (0.00s)
17:07:30 [2021-08-20T17:07:30.881Z] === RUN   TestTailEmptyFile
17:07:30 [2021-08-20T17:07:30.881Z] --- PASS: TestTailEmptyFile (0.00s)
17:07:30 [2021-08-20T17:07:30.881Z] === RUN   TestTailNegativeN
17:07:30 [2021-08-20T17:07:30.881Z] --- PASS: TestTailNegativeN (0.00s)
17:07:30 [2021-08-20T17:07:30.881Z] === RUN   TestNewTailReader
17:07:30 [2021-08-20T17:07:30.881Z] === PAUSE TestNewTailReader
17:07:30 [2021-08-20T17:07:30.881Z] === CONT  TestNewTailReader
17:07:30 [2021-08-20T17:07:30.881Z] === RUN   TestNewTailReader/2_byte_delimiter
17:07:30 [2021-08-20T17:07:30.881Z] === PAUSE TestNewTailReader/2_byte_delimiter
17:07:30 [2021-08-20T17:07:30.881Z] === RUN   TestNewTailReader/4_byte_delimiter
17:07:30 [2021-08-20T17:07:30.881Z] === PAUSE TestNewTailReader/4_byte_delimiter
17:07:30 [2021-08-20T17:07:30.881Z] === RUN   TestNewTailReader/8_byte_delimiter
17:07:30 [2021-08-20T17:07:30.881Z] === PAUSE TestNewTailReader/8_byte_delimiter
17:07:31 [2021-08-20T17:07:31.145Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse
17:07:31 [2021-08-20T17:07:31.341Z] === RUN   TestNewTailReader/12_byte_delimiter
17:07:31 [2021-08-20T17:07:31.341Z] === PAUSE TestNewTailReader/12_byte_delimiter
17:07:31 [2021-08-20T17:07:31.341Z] === RUN   TestNewTailReader/no_delimiter
17:07:31 [2021-08-20T17:07:31.341Z] === PAUSE TestNewTailReader/no_delimiter
17:07:31 [2021-08-20T17:07:31.341Z] === RUN   TestNewTailReader/single_byte_delimiter
17:07:31 [2021-08-20T17:07:31.341Z] === PAUSE TestNewTailReader/single_byte_delimiter
17:07:31 [2021-08-20T17:07:31.341Z] === RUN   TestNewTailReader/truncated_last_line
17:07:31 [2021-08-20T17:07:31.341Z] === RUN   TestNewTailReader/truncated_last_line/more_than_available
17:07:31 [2021-08-20T17:07:31.341Z] === RUN   TestNewTailReader/truncated_last_line#01
17:07:31 [2021-08-20T17:07:31.341Z] === RUN   TestNewTailReader/truncated_last_line#01/exact
17:07:31 [2021-08-20T17:07:31.341Z] === RUN   TestNewTailReader/truncated_last_line#02
17:07:31 [2021-08-20T17:07:31.341Z] === RUN   TestNewTailReader/truncated_last_line#02/one_line
17:07:31 [2021-08-20T17:07:31.341Z] === CONT  TestNewTailReader/2_byte_delimiter
17:07:31 [2021-08-20T17:07:31.341Z] === RUN   TestNewTailReader/2_byte_delimiter/one_small_entry
17:07:31 [2021-08-20T17:07:31.341Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry
17:07:31 [2021-08-20T17:07:31.341Z] === RUN   TestNewTailReader/2_byte_delimiter/several_small_entries
17:07:31 [2021-08-20T17:07:31.341Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries
17:07:31 [2021-08-20T17:07:31.341Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes
17:07:31 [2021-08-20T17:07:31.341Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes
17:07:31 [2021-08-20T17:07:31.341Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block
17:07:31 [2021-08-20T17:07:31.341Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block
17:07:31 [2021-08-20T17:07:31.341Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block
17:07:31 [2021-08-20T17:07:31.341Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block
17:07:31 [2021-08-20T17:07:31.341Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block
17:07:31 [2021-08-20T17:07:31.341Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block
17:07:31 [2021-08-20T17:07:31.341Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_same_as_block
17:07:31 [2021-08-20T17:07:31.341Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block
17:07:31 [2021-08-20T17:07:31.341Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_half_block
17:07:31 [2021-08-20T17:07:31.341Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block
17:07:31 [2021-08-20T17:07:31.341Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_twice_block
17:07:31 [2021-08-20T17:07:31.341Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block
17:07:31 [2021-08-20T17:07:31.341Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values
17:07:31 [2021-08-20T17:07:31.341Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values
17:07:31 [2021-08-20T17:07:31.341Z] === RUN   TestNewTailReader/2_byte_delimiter/no_lines
17:07:31 [2021-08-20T17:07:31.341Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines
17:07:31 [2021-08-20T17:07:31.341Z] === RUN   TestNewTailReader/2_byte_delimiter/same_length_as_delimiter
17:07:31 [2021-08-20T17:07:31.342Z] === CONT  TestNewTailReader/12_byte_delimiter
17:07:31 [2021-08-20T17:07:31.342Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter
17:07:31 [2021-08-20T17:07:31.342Z] === CONT  TestNewTailReader/2_byte_delimiter/one_small_entry
17:07:31 [2021-08-20T17:07:31.342Z] === RUN   TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines
17:07:31 [2021-08-20T17:07:31.342Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines
17:07:31 [2021-08-20T17:07:31.342Z] === RUN   TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.342Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.342Z] === CONT  TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines
17:07:31 [2021-08-20T17:07:31.342Z] === RUN   TestNewTailReader/12_byte_delimiter/one_small_entry
17:07:31 [2021-08-20T17:07:31.342Z] === CONT  TestNewTailReader/2_byte_delimiter/same_length_as_delimiter
17:07:31 [2021-08-20T17:07:31.342Z] === RUN   TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines
17:07:31 [2021-08-20T17:07:31.342Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines
17:07:31 [2021-08-20T17:07:31.342Z] === RUN   TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.342Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry
17:07:31 [2021-08-20T17:07:31.342Z] === CONT  TestNewTailReader/4_byte_delimiter
17:07:31 [2021-08-20T17:07:31.342Z] === CONT  TestNewTailReader/8_byte_delimiter
17:07:31 [2021-08-20T17:07:31.342Z] === RUN   TestNewTailReader/12_byte_delimiter/several_small_entries
17:07:31 [2021-08-20T17:07:31.342Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries
17:07:31 [2021-08-20T17:07:31.342Z] === RUN   TestNewTailReader/8_byte_delimiter/one_small_entry
17:07:31 [2021-08-20T17:07:31.342Z] === RUN   TestNewTailReader/4_byte_delimiter/one_small_entry
17:07:31 [2021-08-20T17:07:31.342Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry
17:07:31 [2021-08-20T17:07:31.342Z] === RUN   TestNewTailReader/8_byte_delimiter/several_small_entries
17:07:31 [2021-08-20T17:07:31.342Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries
17:07:31 [2021-08-20T17:07:31.342Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes
17:07:31 [2021-08-20T17:07:31.342Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes
17:07:31 [2021-08-20T17:07:31.342Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes
17:07:31 [2021-08-20T17:07:31.342Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry
17:07:31 [2021-08-20T17:07:31.342Z] === RUN   TestNewTailReader/4_byte_delimiter/several_small_entries
17:07:31 [2021-08-20T17:07:31.342Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block
17:07:31 [2021-08-20T17:07:31.342Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries
17:07:31 [2021-08-20T17:07:31.342Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block
17:07:31 [2021-08-20T17:07:31.342Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes
17:07:31 [2021-08-20T17:07:31.342Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes
17:07:31 [2021-08-20T17:07:31.342Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block
17:07:31 [2021-08-20T17:07:31.342Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block
17:07:31 [2021-08-20T17:07:31.342Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block
17:07:31 [2021-08-20T17:07:31.342Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block
17:07:31 [2021-08-20T17:07:31.342Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block
17:07:31 [2021-08-20T17:07:31.342Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block
17:07:31 [2021-08-20T17:07:31.342Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_same_as_block
17:07:31 [2021-08-20T17:07:31.342Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block
17:07:31 [2021-08-20T17:07:31.342Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_half_block
17:07:31 [2021-08-20T17:07:31.342Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block
17:07:31 [2021-08-20T17:07:31.342Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_twice_block
17:07:31 [2021-08-20T17:07:31.342Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block
17:07:31 [2021-08-20T17:07:31.342Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values
17:07:31 [2021-08-20T17:07:31.342Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values
17:07:31 [2021-08-20T17:07:31.342Z] === RUN   TestNewTailReader/4_byte_delimiter/no_lines
17:07:31 [2021-08-20T17:07:31.342Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines
17:07:31 [2021-08-20T17:07:31.342Z] === RUN   TestNewTailReader/4_byte_delimiter/same_length_as_delimiter
17:07:31 [2021-08-20T17:07:31.342Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter
17:07:31 [2021-08-20T17:07:31.342Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes
17:07:31 [2021-08-20T17:07:31.342Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block
17:07:31 [2021-08-20T17:07:31.342Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block
17:07:31 [2021-08-20T17:07:31.342Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block
17:07:31 [2021-08-20T17:07:31.342Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block
17:07:31 [2021-08-20T17:07:31.342Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block
17:07:31 [2021-08-20T17:07:31.342Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block
17:07:31 [2021-08-20T17:07:31.342Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_same_as_block
17:07:31 [2021-08-20T17:07:31.342Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block
17:07:31 [2021-08-20T17:07:31.342Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_half_block
17:07:31 [2021-08-20T17:07:31.342Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block
17:07:31 [2021-08-20T17:07:31.342Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_twice_block
17:07:31 [2021-08-20T17:07:31.342Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block
17:07:31 [2021-08-20T17:07:31.342Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values
17:07:31 [2021-08-20T17:07:31.342Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values
17:07:31 [2021-08-20T17:07:31.342Z] === RUN   TestNewTailReader/12_byte_delimiter/no_lines
17:07:31 [2021-08-20T17:07:31.342Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines
17:07:31 [2021-08-20T17:07:31.342Z] === RUN   TestNewTailReader/12_byte_delimiter/same_length_as_delimiter
17:07:31 [2021-08-20T17:07:31.342Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter
17:07:31 [2021-08-20T17:07:31.342Z] === CONT  TestNewTailReader/2_byte_delimiter/no_lines
17:07:31 [2021-08-20T17:07:31.342Z] === RUN   TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.342Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block
17:07:31 [2021-08-20T17:07:31.342Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values
17:07:31 [2021-08-20T17:07:31.342Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block
17:07:31 [2021-08-20T17:07:31.342Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block
17:07:31 [2021-08-20T17:07:31.342Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block
17:07:31 [2021-08-20T17:07:31.342Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_same_as_block
17:07:31 [2021-08-20T17:07:31.342Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.342Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines
17:07:31 [2021-08-20T17:07:31.342Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines
17:07:31 [2021-08-20T17:07:31.342Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines
17:07:31 [2021-08-20T17:07:31.342Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines
17:07:31 [2021-08-20T17:07:31.342Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines
17:07:31 [2021-08-20T17:07:31.342Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines
17:07:31 [2021-08-20T17:07:31.342Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines
17:07:31 [2021-08-20T17:07:31.342Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines
17:07:31 [2021-08-20T17:07:31.342Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines
17:07:31 [2021-08-20T17:07:31.342Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines
17:07:31 [2021-08-20T17:07:31.342Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines
17:07:31 [2021-08-20T17:07:31.342Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines
17:07:31 [2021-08-20T17:07:31.342Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines
17:07:31 [2021-08-20T17:07:31.342Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines
17:07:31 [2021-08-20T17:07:31.342Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines
17:07:31 [2021-08-20T17:07:31.342Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines
17:07:31 [2021-08-20T17:07:31.342Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines
17:07:31 [2021-08-20T17:07:31.342Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines
17:07:31 [2021-08-20T17:07:31.342Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines
17:07:31 [2021-08-20T17:07:31.342Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines
17:07:31 [2021-08-20T17:07:31.342Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.342Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.342Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_twice_block
17:07:31 [2021-08-20T17:07:31.342Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines
17:07:31 [2021-08-20T17:07:31.342Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines
17:07:31 [2021-08-20T17:07:31.342Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.342Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.342Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_half_block
17:07:31 [2021-08-20T17:07:31.342Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines
17:07:31 [2021-08-20T17:07:31.342Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines
17:07:31 [2021-08-20T17:07:31.342Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.342Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.342Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block
17:07:31 [2021-08-20T17:07:31.342Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_half_block
17:07:31 [2021-08-20T17:07:31.342Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block
17:07:31 [2021-08-20T17:07:31.342Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_twice_block
17:07:31 [2021-08-20T17:07:31.342Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block
17:07:31 [2021-08-20T17:07:31.342Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values
17:07:31 [2021-08-20T17:07:31.342Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values
17:07:31 [2021-08-20T17:07:31.342Z] === RUN   TestNewTailReader/8_byte_delimiter/no_lines
17:07:31 [2021-08-20T17:07:31.342Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines
17:07:31 [2021-08-20T17:07:31.342Z] === RUN   TestNewTailReader/8_byte_delimiter/same_length_as_delimiter
17:07:31 [2021-08-20T17:07:31.342Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter
17:07:31 [2021-08-20T17:07:31.342Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_same_as_block
17:07:31 [2021-08-20T17:07:31.342Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines
17:07:31 [2021-08-20T17:07:31.342Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines
17:07:31 [2021-08-20T17:07:31.342Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.342Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.342Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block
17:07:31 [2021-08-20T17:07:31.342Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines
17:07:31 [2021-08-20T17:07:31.342Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines
17:07:31 [2021-08-20T17:07:31.342Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines
17:07:31 [2021-08-20T17:07:31.342Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines
17:07:31 [2021-08-20T17:07:31.342Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines
17:07:31 [2021-08-20T17:07:31.342Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines
17:07:31 [2021-08-20T17:07:31.342Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines
17:07:31 [2021-08-20T17:07:31.342Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines
17:07:31 [2021-08-20T17:07:31.342Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines
17:07:31 [2021-08-20T17:07:31.342Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines
17:07:31 [2021-08-20T17:07:31.342Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.342Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.342Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.342Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block
17:07:31 [2021-08-20T17:07:31.342Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
17:07:31 [2021-08-20T17:07:31.342Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
17:07:31 [2021-08-20T17:07:31.342Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
17:07:31 [2021-08-20T17:07:31.342Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
17:07:31 [2021-08-20T17:07:31.342Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
17:07:31 [2021-08-20T17:07:31.342Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
17:07:31 [2021-08-20T17:07:31.342Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
17:07:31 [2021-08-20T17:07:31.342Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
17:07:31 [2021-08-20T17:07:31.342Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
17:07:31 [2021-08-20T17:07:31.342Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
17:07:31 [2021-08-20T17:07:31.342Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.342Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.342Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block
17:07:31 [2021-08-20T17:07:31.342Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
17:07:31 [2021-08-20T17:07:31.342Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
17:07:31 [2021-08-20T17:07:31.342Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
17:07:31 [2021-08-20T17:07:31.342Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
17:07:31 [2021-08-20T17:07:31.342Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
17:07:31 [2021-08-20T17:07:31.342Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
17:07:31 [2021-08-20T17:07:31.342Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
17:07:31 [2021-08-20T17:07:31.342Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
17:07:31 [2021-08-20T17:07:31.342Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
17:07:31 [2021-08-20T17:07:31.342Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
17:07:31 [2021-08-20T17:07:31.342Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.342Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.342Z] === CONT  TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.342Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes
17:07:31 [2021-08-20T17:07:31.342Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/1_lines
17:07:31 [2021-08-20T17:07:31.342Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines
17:07:31 [2021-08-20T17:07:31.342Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/2_lines
17:07:31 [2021-08-20T17:07:31.342Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines
17:07:31 [2021-08-20T17:07:31.342Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/3_lines
17:07:31 [2021-08-20T17:07:31.342Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines
17:07:31 [2021-08-20T17:07:31.342Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/4_lines
17:07:31 [2021-08-20T17:07:31.342Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines
17:07:31 [2021-08-20T17:07:31.342Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/5_lines
17:07:31 [2021-08-20T17:07:31.342Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines
17:07:31 [2021-08-20T17:07:31.342Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/6_lines
17:07:31 [2021-08-20T17:07:31.342Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines
17:07:31 [2021-08-20T17:07:31.342Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/7_lines
17:07:31 [2021-08-20T17:07:31.342Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines
17:07:31 [2021-08-20T17:07:31.342Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/8_lines
17:07:31 [2021-08-20T17:07:31.342Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines
17:07:31 [2021-08-20T17:07:31.342Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/9_lines
17:07:31 [2021-08-20T17:07:31.342Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines
17:07:31 [2021-08-20T17:07:31.342Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/10_lines
17:07:31 [2021-08-20T17:07:31.342Z] === CONT  TestNewTailReader/no_delimiter
17:07:31 [2021-08-20T17:07:31.342Z] === RUN   TestNewTailReader/no_delimiter/one_small_entry
17:07:31 [2021-08-20T17:07:31.342Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry
17:07:31 [2021-08-20T17:07:31.342Z] === RUN   TestNewTailReader/no_delimiter/several_small_entries
17:07:31 [2021-08-20T17:07:31.342Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries
17:07:31 [2021-08-20T17:07:31.342Z] === RUN   TestNewTailReader/no_delimiter/various_sizes
17:07:31 [2021-08-20T17:07:31.343Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes
17:07:31 [2021-08-20T17:07:31.343Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block
17:07:31 [2021-08-20T17:07:31.343Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block
17:07:31 [2021-08-20T17:07:31.343Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block
17:07:31 [2021-08-20T17:07:31.343Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block
17:07:31 [2021-08-20T17:07:31.343Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block
17:07:31 [2021-08-20T17:07:31.343Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block
17:07:31 [2021-08-20T17:07:31.343Z] === RUN   TestNewTailReader/no_delimiter/single_line_same_as_block
17:07:31 [2021-08-20T17:07:31.343Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block
17:07:31 [2021-08-20T17:07:31.343Z] === RUN   TestNewTailReader/no_delimiter/single_line_half_block
17:07:31 [2021-08-20T17:07:31.343Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block
17:07:31 [2021-08-20T17:07:31.343Z] === RUN   TestNewTailReader/no_delimiter/single_line_twice_block
17:07:31 [2021-08-20T17:07:31.343Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block
17:07:31 [2021-08-20T17:07:31.343Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values
17:07:31 [2021-08-20T17:07:31.343Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values
17:07:31 [2021-08-20T17:07:31.343Z] === RUN   TestNewTailReader/no_delimiter/no_lines
17:07:31 [2021-08-20T17:07:31.343Z] === PAUSE TestNewTailReader/no_delimiter/no_lines
17:07:31 [2021-08-20T17:07:31.343Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines
17:07:31 [2021-08-20T17:07:31.343Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.343Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.343Z] === CONT  TestNewTailReader/single_byte_delimiter
17:07:31 [2021-08-20T17:07:31.343Z] === RUN   TestNewTailReader/single_byte_delimiter/one_small_entry
17:07:31 [2021-08-20T17:07:31.343Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry
17:07:31 [2021-08-20T17:07:31.343Z] === RUN   TestNewTailReader/single_byte_delimiter/several_small_entries
17:07:31 [2021-08-20T17:07:31.343Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries
17:07:31 [2021-08-20T17:07:31.343Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes
17:07:31 [2021-08-20T17:07:31.343Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes
17:07:31 [2021-08-20T17:07:31.343Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block
17:07:31 [2021-08-20T17:07:31.343Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block
17:07:31 [2021-08-20T17:07:31.343Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block
17:07:31 [2021-08-20T17:07:31.343Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block
17:07:31 [2021-08-20T17:07:31.343Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block
17:07:31 [2021-08-20T17:07:31.343Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block
17:07:31 [2021-08-20T17:07:31.343Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_same_as_block
17:07:31 [2021-08-20T17:07:31.343Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block
17:07:31 [2021-08-20T17:07:31.343Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_half_block
17:07:31 [2021-08-20T17:07:31.343Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block
17:07:31 [2021-08-20T17:07:31.343Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_twice_block
17:07:31 [2021-08-20T17:07:31.343Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block
17:07:31 [2021-08-20T17:07:31.343Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values
17:07:31 [2021-08-20T17:07:31.343Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values
17:07:31 [2021-08-20T17:07:31.343Z] === RUN   TestNewTailReader/single_byte_delimiter/no_lines
17:07:31 [2021-08-20T17:07:31.343Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines
17:07:31 [2021-08-20T17:07:31.343Z] === RUN   TestNewTailReader/single_byte_delimiter/same_length_as_delimiter
17:07:31 [2021-08-20T17:07:31.343Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter
17:07:31 [2021-08-20T17:07:31.343Z] === CONT  TestNewTailReader/4_byte_delimiter/one_small_entry
17:07:31 [2021-08-20T17:07:31.343Z] === RUN   TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines
17:07:31 [2021-08-20T17:07:31.343Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines
17:07:31 [2021-08-20T17:07:31.343Z] === RUN   TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.343Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.343Z] === CONT  TestNewTailReader/2_byte_delimiter/several_small_entries
17:07:31 [2021-08-20T17:07:31.343Z] === RUN   TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines
17:07:31 [2021-08-20T17:07:31.343Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines
17:07:31 [2021-08-20T17:07:31.343Z] === RUN   TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines
17:07:31 [2021-08-20T17:07:31.343Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines
17:07:31 [2021-08-20T17:07:31.343Z] === RUN   TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines
17:07:31 [2021-08-20T17:07:31.343Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines
17:07:31 [2021-08-20T17:07:31.343Z] === RUN   TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.343Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.343Z] === CONT  TestNewTailReader/12_byte_delimiter/one_small_entry
17:07:31 [2021-08-20T17:07:31.343Z] === RUN   TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines
17:07:31 [2021-08-20T17:07:31.343Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines
17:07:31 [2021-08-20T17:07:31.343Z] === RUN   TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.343Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.343Z] === CONT  TestNewTailReader/12_byte_delimiter/no_lines
17:07:31 [2021-08-20T17:07:31.343Z] === RUN   TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.343Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.343Z] === CONT  TestNewTailReader/12_byte_delimiter/same_length_as_delimiter
17:07:31 [2021-08-20T17:07:31.343Z] === RUN   TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines
17:07:31 [2021-08-20T17:07:31.343Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines
17:07:31 [2021-08-20T17:07:31.343Z] === RUN   TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.343Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.343Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values
17:07:31 [2021-08-20T17:07:31.343Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines
17:07:31 [2021-08-20T17:07:31.343Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines
17:07:31 [2021-08-20T17:07:31.343Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines
17:07:31 [2021-08-20T17:07:31.343Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines
17:07:31 [2021-08-20T17:07:31.343Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines
17:07:31 [2021-08-20T17:07:31.343Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines
17:07:31 [2021-08-20T17:07:31.343Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines
17:07:31 [2021-08-20T17:07:31.343Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines
17:07:31 [2021-08-20T17:07:31.343Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines
17:07:31 [2021-08-20T17:07:31.343Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines
17:07:31 [2021-08-20T17:07:31.343Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines
17:07:31 [2021-08-20T17:07:31.343Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines
17:07:31 [2021-08-20T17:07:31.343Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines
17:07:31 [2021-08-20T17:07:31.343Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines
17:07:31 [2021-08-20T17:07:31.343Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines
17:07:31 [2021-08-20T17:07:31.343Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines
17:07:31 [2021-08-20T17:07:31.343Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines
17:07:31 [2021-08-20T17:07:31.343Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines
17:07:31 [2021-08-20T17:07:31.343Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines
17:07:31 [2021-08-20T17:07:31.343Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines
17:07:31 [2021-08-20T17:07:31.343Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.343Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.343Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_twice_block
17:07:31 [2021-08-20T17:07:31.343Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines
17:07:31 [2021-08-20T17:07:31.343Z] === RUN   TestNewTailReader/no_delimiter/same_length_as_delimiter
17:07:31 [2021-08-20T17:07:31.343Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter
17:07:31 [2021-08-20T17:07:31.343Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines
17:07:31 [2021-08-20T17:07:31.343Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.343Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.343Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block
17:07:31 [2021-08-20T17:07:31.343Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines
17:07:31 [2021-08-20T17:07:31.343Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines
17:07:31 [2021-08-20T17:07:31.343Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines
17:07:31 [2021-08-20T17:07:31.343Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines
17:07:31 [2021-08-20T17:07:31.343Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines
17:07:31 [2021-08-20T17:07:31.343Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines
17:07:31 [2021-08-20T17:07:31.343Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines
17:07:31 [2021-08-20T17:07:31.343Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines
17:07:31 [2021-08-20T17:07:31.343Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines
17:07:31 [2021-08-20T17:07:31.343Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines
17:07:31 [2021-08-20T17:07:31.343Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.343Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.343Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block
17:07:31 [2021-08-20T17:07:31.343Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
17:07:31 [2021-08-20T17:07:31.343Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
17:07:31 [2021-08-20T17:07:31.343Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
17:07:31 [2021-08-20T17:07:31.343Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
17:07:31 [2021-08-20T17:07:31.343Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
17:07:31 [2021-08-20T17:07:31.343Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
17:07:31 [2021-08-20T17:07:31.343Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
17:07:31 [2021-08-20T17:07:31.343Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
17:07:31 [2021-08-20T17:07:31.343Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
17:07:31 [2021-08-20T17:07:31.343Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
17:07:31 [2021-08-20T17:07:31.343Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.343Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.343Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block
17:07:31 [2021-08-20T17:07:31.343Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
17:07:31 [2021-08-20T17:07:31.343Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
17:07:31 [2021-08-20T17:07:31.343Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
17:07:31 [2021-08-20T17:07:31.343Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
17:07:31 [2021-08-20T17:07:31.343Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
17:07:31 [2021-08-20T17:07:31.343Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
17:07:31 [2021-08-20T17:07:31.343Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
17:07:31 [2021-08-20T17:07:31.343Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
17:07:31 [2021-08-20T17:07:31.343Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
17:07:31 [2021-08-20T17:07:31.343Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
17:07:31 [2021-08-20T17:07:31.343Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.343Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.343Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_half_block
17:07:31 [2021-08-20T17:07:31.343Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines
17:07:31 [2021-08-20T17:07:31.343Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines
17:07:31 [2021-08-20T17:07:31.343Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.343Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.343Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes
17:07:31 [2021-08-20T17:07:31.343Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/1_lines
17:07:31 [2021-08-20T17:07:31.343Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines
17:07:31 [2021-08-20T17:07:31.343Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/2_lines
17:07:31 [2021-08-20T17:07:31.343Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines
17:07:31 [2021-08-20T17:07:31.343Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/3_lines
17:07:31 [2021-08-20T17:07:31.343Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines
17:07:31 [2021-08-20T17:07:31.343Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/4_lines
17:07:31 [2021-08-20T17:07:31.343Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines
17:07:31 [2021-08-20T17:07:31.343Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/5_lines
17:07:31 [2021-08-20T17:07:31.343Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines
17:07:31 [2021-08-20T17:07:31.343Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/6_lines
17:07:31 [2021-08-20T17:07:31.343Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines
17:07:31 [2021-08-20T17:07:31.343Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/7_lines
17:07:31 [2021-08-20T17:07:31.343Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines
17:07:31 [2021-08-20T17:07:31.343Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/8_lines
17:07:31 [2021-08-20T17:07:31.343Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines
17:07:31 [2021-08-20T17:07:31.343Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/9_lines
17:07:31 [2021-08-20T17:07:31.343Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines
17:07:31 [2021-08-20T17:07:31.343Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/10_lines
17:07:31 [2021-08-20T17:07:31.343Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines
17:07:31 [2021-08-20T17:07:31.343Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.343Z] === CONT  TestNewTailReader/12_byte_delimiter/several_small_entries
17:07:31 [2021-08-20T17:07:31.343Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.343Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block
17:07:31 [2021-08-20T17:07:31.343Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines
17:07:31 [2021-08-20T17:07:31.343Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines
17:07:31 [2021-08-20T17:07:31.343Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines
17:07:31 [2021-08-20T17:07:31.343Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines
17:07:31 [2021-08-20T17:07:31.343Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines
17:07:31 [2021-08-20T17:07:31.343Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines
17:07:31 [2021-08-20T17:07:31.343Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines
17:07:31 [2021-08-20T17:07:31.343Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines
17:07:31 [2021-08-20T17:07:31.343Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines
17:07:31 [2021-08-20T17:07:31.343Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines
17:07:31 [2021-08-20T17:07:31.343Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.343Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.343Z] === CONT  TestNewTailReader/4_byte_delimiter/same_length_as_delimiter
17:07:31 [2021-08-20T17:07:31.343Z] === RUN   TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines
17:07:31 [2021-08-20T17:07:31.343Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines
17:07:31 [2021-08-20T17:07:31.343Z] === RUN   TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.343Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.343Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_same_as_block
17:07:31 [2021-08-20T17:07:31.343Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines
17:07:31 [2021-08-20T17:07:31.343Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines
17:07:31 [2021-08-20T17:07:31.343Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.343Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.343Z] === CONT  TestNewTailReader/4_byte_delimiter/no_lines
17:07:31 [2021-08-20T17:07:31.343Z] === RUN   TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.343Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.343Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values
17:07:31 [2021-08-20T17:07:31.343Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines
17:07:31 [2021-08-20T17:07:31.343Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines
17:07:31 [2021-08-20T17:07:31.343Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines
17:07:31 [2021-08-20T17:07:31.343Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines
17:07:31 [2021-08-20T17:07:31.343Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines
17:07:31 [2021-08-20T17:07:31.343Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines
17:07:31 [2021-08-20T17:07:31.343Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines
17:07:31 [2021-08-20T17:07:31.343Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines
17:07:31 [2021-08-20T17:07:31.343Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines
17:07:31 [2021-08-20T17:07:31.343Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines
17:07:31 [2021-08-20T17:07:31.343Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines
17:07:31 [2021-08-20T17:07:31.343Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines
17:07:31 [2021-08-20T17:07:31.344Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines
17:07:31 [2021-08-20T17:07:31.344Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines
17:07:31 [2021-08-20T17:07:31.344Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines
17:07:31 [2021-08-20T17:07:31.344Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines
17:07:31 [2021-08-20T17:07:31.344Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines
17:07:31 [2021-08-20T17:07:31.344Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines
17:07:31 [2021-08-20T17:07:31.344Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines
17:07:31 [2021-08-20T17:07:31.344Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines
17:07:31 [2021-08-20T17:07:31.344Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.344Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.344Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_twice_block
17:07:31 [2021-08-20T17:07:31.344Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines
17:07:31 [2021-08-20T17:07:31.344Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines
17:07:31 [2021-08-20T17:07:31.344Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.344Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.344Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_same_as_block
17:07:31 [2021-08-20T17:07:31.344Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines
17:07:31 [2021-08-20T17:07:31.344Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines
17:07:31 [2021-08-20T17:07:31.344Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.344Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.344Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_half_block
17:07:31 [2021-08-20T17:07:31.344Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines
17:07:31 [2021-08-20T17:07:31.344Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines
17:07:31 [2021-08-20T17:07:31.344Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.344Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.344Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes
17:07:31 [2021-08-20T17:07:31.344Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/1_lines
17:07:31 [2021-08-20T17:07:31.344Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines
17:07:31 [2021-08-20T17:07:31.344Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/2_lines
17:07:31 [2021-08-20T17:07:31.344Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines
17:07:31 [2021-08-20T17:07:31.344Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/3_lines
17:07:31 [2021-08-20T17:07:31.344Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines
17:07:31 [2021-08-20T17:07:31.344Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/4_lines
17:07:31 [2021-08-20T17:07:31.344Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines
17:07:31 [2021-08-20T17:07:31.344Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/5_lines
17:07:31 [2021-08-20T17:07:31.344Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines
17:07:31 [2021-08-20T17:07:31.344Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/6_lines
17:07:31 [2021-08-20T17:07:31.344Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines
17:07:31 [2021-08-20T17:07:31.344Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/7_lines
17:07:31 [2021-08-20T17:07:31.344Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines
17:07:31 [2021-08-20T17:07:31.344Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/8_lines
17:07:31 [2021-08-20T17:07:31.344Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines
17:07:31 [2021-08-20T17:07:31.344Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/9_lines
17:07:31 [2021-08-20T17:07:31.344Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines
17:07:31 [2021-08-20T17:07:31.344Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/10_lines
17:07:31 [2021-08-20T17:07:31.344Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines
17:07:31 [2021-08-20T17:07:31.344Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.344Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.344Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block
17:07:31 [2021-08-20T17:07:31.344Z] === RUN   TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines
17:07:31 [2021-08-20T17:07:31.344Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines
17:07:31 [2021-08-20T17:07:31.344Z] === RUN   TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines
17:07:31 [2021-08-20T17:07:31.344Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines
17:07:31 [2021-08-20T17:07:31.344Z] === RUN   TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines
17:07:31 [2021-08-20T17:07:31.344Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines
17:07:31 [2021-08-20T17:07:31.344Z] === RUN   TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.344Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.344Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
17:07:31 [2021-08-20T17:07:31.344Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
17:07:31 [2021-08-20T17:07:31.344Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
17:07:31 [2021-08-20T17:07:31.344Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
17:07:31 [2021-08-20T17:07:31.344Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
17:07:31 [2021-08-20T17:07:31.344Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
17:07:31 [2021-08-20T17:07:31.344Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
17:07:31 [2021-08-20T17:07:31.344Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
17:07:31 [2021-08-20T17:07:31.344Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
17:07:31 [2021-08-20T17:07:31.344Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
17:07:31 [2021-08-20T17:07:31.344Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.344Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.344Z] === CONT  TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines
17:07:31 [2021-08-20T17:07:31.344Z] === CONT  TestNewTailReader/4_byte_delimiter/several_small_entries
17:07:31 [2021-08-20T17:07:31.344Z] === RUN   TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines
17:07:31 [2021-08-20T17:07:31.344Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines
17:07:31 [2021-08-20T17:07:31.344Z] === RUN   TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines
17:07:31 [2021-08-20T17:07:31.344Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines
17:07:31 [2021-08-20T17:07:31.344Z] === RUN   TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines
17:07:31 [2021-08-20T17:07:31.344Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines
17:07:31 [2021-08-20T17:07:31.344Z] === RUN   TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.344Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.344Z] === CONT  TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.344Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines
17:07:31 [2021-08-20T17:07:31.344Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block
17:07:31 [2021-08-20T17:07:31.344Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
17:07:31 [2021-08-20T17:07:31.344Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
17:07:31 [2021-08-20T17:07:31.344Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
17:07:31 [2021-08-20T17:07:31.344Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
17:07:31 [2021-08-20T17:07:31.344Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
17:07:31 [2021-08-20T17:07:31.344Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
17:07:31 [2021-08-20T17:07:31.344Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines
17:07:31 [2021-08-20T17:07:31.344Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines
17:07:31 [2021-08-20T17:07:31.344Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.344Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines
17:07:31 [2021-08-20T17:07:31.344Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
17:07:31 [2021-08-20T17:07:31.344Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
17:07:31 [2021-08-20T17:07:31.344Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
17:07:31 [2021-08-20T17:07:31.344Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines
17:07:31 [2021-08-20T17:07:31.344Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
17:07:31 [2021-08-20T17:07:31.344Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.344Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines
17:07:31 [2021-08-20T17:07:31.344Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.344Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines
17:07:31 [2021-08-20T17:07:31.344Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines
17:07:31 [2021-08-20T17:07:31.344Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines
17:07:31 [2021-08-20T17:07:31.344Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines
17:07:31 [2021-08-20T17:07:31.344Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines
17:07:31 [2021-08-20T17:07:31.344Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.344Z] === CONT  TestNewTailReader/8_byte_delimiter/one_small_entry
17:07:31 [2021-08-20T17:07:31.344Z] === RUN   TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines
17:07:31 [2021-08-20T17:07:31.344Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines
17:07:31 [2021-08-20T17:07:31.344Z] === RUN   TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.344Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.344Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines
17:07:31 [2021-08-20T17:07:31.344Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines
17:07:31 [2021-08-20T17:07:31.344Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines
17:07:31 [2021-08-20T17:07:31.344Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.344Z] === CONT  TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.344Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes
17:07:31 [2021-08-20T17:07:31.344Z] === CONT  TestNewTailReader/8_byte_delimiter/same_length_as_delimiter
17:07:31 [2021-08-20T17:07:31.344Z] === CONT  TestNewTailReader/8_byte_delimiter/no_lines
17:07:31 [2021-08-20T17:07:31.344Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/1_lines
17:07:31 [2021-08-20T17:07:31.344Z] === RUN   TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.344Z] === RUN   TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines
17:07:31 [2021-08-20T17:07:31.344Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.344Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values
17:07:31 [2021-08-20T17:07:31.344Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_twice_block
17:07:31 [2021-08-20T17:07:31.344Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines
17:07:31 [2021-08-20T17:07:31.344Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines
17:07:31 [2021-08-20T17:07:31.344Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines
17:07:31 [2021-08-20T17:07:31.344Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines
17:07:31 [2021-08-20T17:07:31.344Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.344Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.344Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines
17:07:31 [2021-08-20T17:07:31.344Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines
17:07:31 [2021-08-20T17:07:31.344Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines
17:07:31 [2021-08-20T17:07:31.344Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines
17:07:31 [2021-08-20T17:07:31.344Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines
17:07:31 [2021-08-20T17:07:31.344Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines
17:07:31 [2021-08-20T17:07:31.344Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines
17:07:31 [2021-08-20T17:07:31.344Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines
17:07:31 [2021-08-20T17:07:31.344Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines
17:07:31 [2021-08-20T17:07:31.344Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines
17:07:31 [2021-08-20T17:07:31.344Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines
17:07:31 [2021-08-20T17:07:31.344Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines
17:07:31 [2021-08-20T17:07:31.344Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines
17:07:31 [2021-08-20T17:07:31.344Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines
17:07:31 [2021-08-20T17:07:31.344Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines
17:07:31 [2021-08-20T17:07:31.344Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines
17:07:31 [2021-08-20T17:07:31.344Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines
17:07:31 [2021-08-20T17:07:31.344Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines
17:07:31 [2021-08-20T17:07:31.344Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.344Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.344Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines
17:07:31 [2021-08-20T17:07:31.344Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/2_lines
17:07:31 [2021-08-20T17:07:31.344Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines
17:07:31 [2021-08-20T17:07:31.344Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/3_lines
17:07:31 [2021-08-20T17:07:31.344Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines
17:07:31 [2021-08-20T17:07:31.344Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/4_lines
17:07:31 [2021-08-20T17:07:31.344Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines
17:07:31 [2021-08-20T17:07:31.344Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/5_lines
17:07:31 [2021-08-20T17:07:31.344Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines
17:07:31 [2021-08-20T17:07:31.344Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/6_lines
17:07:31 [2021-08-20T17:07:31.344Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines
17:07:31 [2021-08-20T17:07:31.344Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/7_lines
17:07:31 [2021-08-20T17:07:31.344Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines
17:07:31 [2021-08-20T17:07:31.344Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/8_lines
17:07:31 [2021-08-20T17:07:31.344Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines
17:07:31 [2021-08-20T17:07:31.344Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/9_lines
17:07:31 [2021-08-20T17:07:31.344Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines
17:07:31 [2021-08-20T17:07:31.344Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/10_lines
17:07:31 [2021-08-20T17:07:31.344Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines
17:07:31 [2021-08-20T17:07:31.344Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.344Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.344Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_same_as_block
17:07:31 [2021-08-20T17:07:31.344Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines
17:07:31 [2021-08-20T17:07:31.344Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines
17:07:31 [2021-08-20T17:07:31.344Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.344Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.344Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block
17:07:31 [2021-08-20T17:07:31.344Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines
17:07:31 [2021-08-20T17:07:31.344Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines
17:07:31 [2021-08-20T17:07:31.344Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines
17:07:31 [2021-08-20T17:07:31.344Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines
17:07:31 [2021-08-20T17:07:31.344Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines
17:07:31 [2021-08-20T17:07:31.344Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines
17:07:31 [2021-08-20T17:07:31.344Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines
17:07:31 [2021-08-20T17:07:31.344Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines
17:07:31 [2021-08-20T17:07:31.344Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines
17:07:31 [2021-08-20T17:07:31.344Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines
17:07:31 [2021-08-20T17:07:31.345Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.345Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.345Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_half_block
17:07:31 [2021-08-20T17:07:31.345Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines
17:07:31 [2021-08-20T17:07:31.345Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines
17:07:31 [2021-08-20T17:07:31.345Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.345Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.345Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block
17:07:31 [2021-08-20T17:07:31.345Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
17:07:31 [2021-08-20T17:07:31.345Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
17:07:31 [2021-08-20T17:07:31.345Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
17:07:31 [2021-08-20T17:07:31.345Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
17:07:31 [2021-08-20T17:07:31.345Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
17:07:31 [2021-08-20T17:07:31.345Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
17:07:31 [2021-08-20T17:07:31.345Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
17:07:31 [2021-08-20T17:07:31.345Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
17:07:31 [2021-08-20T17:07:31.345Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
17:07:31 [2021-08-20T17:07:31.345Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
17:07:31 [2021-08-20T17:07:31.345Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.345Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.345Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block
17:07:31 [2021-08-20T17:07:31.345Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
17:07:31 [2021-08-20T17:07:31.345Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
17:07:31 [2021-08-20T17:07:31.345Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
17:07:31 [2021-08-20T17:07:31.345Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
17:07:31 [2021-08-20T17:07:31.345Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
17:07:31 [2021-08-20T17:07:31.345Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
17:07:31 [2021-08-20T17:07:31.345Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
17:07:31 [2021-08-20T17:07:31.345Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
17:07:31 [2021-08-20T17:07:31.345Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
17:07:31 [2021-08-20T17:07:31.345Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
17:07:31 [2021-08-20T17:07:31.345Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.345Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.345Z] === CONT  TestNewTailReader/8_byte_delimiter/several_small_entries
17:07:31 [2021-08-20T17:07:31.345Z] === RUN   TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines
17:07:31 [2021-08-20T17:07:31.345Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines
17:07:31 [2021-08-20T17:07:31.345Z] === RUN   TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines
17:07:31 [2021-08-20T17:07:31.345Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines
17:07:31 [2021-08-20T17:07:31.345Z] === RUN   TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines
17:07:31 [2021-08-20T17:07:31.345Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines
17:07:31 [2021-08-20T17:07:31.345Z] === RUN   TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.345Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.345Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines
17:07:31 [2021-08-20T17:07:31.345Z] === RUN   TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.345Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.345Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.345Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines
17:07:31 [2021-08-20T17:07:31.345Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines
17:07:31 [2021-08-20T17:07:31.345Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.345Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
17:07:31 [2021-08-20T17:07:31.345Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
17:07:31 [2021-08-20T17:07:31.345Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.345Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines
17:07:31 [2021-08-20T17:07:31.345Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
17:07:31 [2021-08-20T17:07:31.345Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
17:07:31 [2021-08-20T17:07:31.345Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
17:07:31 [2021-08-20T17:07:31.345Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
17:07:31 [2021-08-20T17:07:31.345Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
17:07:31 [2021-08-20T17:07:31.345Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
17:07:31 [2021-08-20T17:07:31.345Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.345Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines
17:07:31 [2021-08-20T17:07:31.345Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/1_lines
17:07:31 [2021-08-20T17:07:31.345Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
17:07:31 [2021-08-20T17:07:31.345Z] === CONT  TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines
17:07:31 [2021-08-20T17:07:31.345Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
17:07:31 [2021-08-20T17:07:31.345Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.345Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/9_lines
17:07:31 [2021-08-20T17:07:31.345Z] === CONT  TestNewTailReader/single_byte_delimiter/one_small_entry
17:07:31 [2021-08-20T17:07:31.345Z] === RUN   TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines
17:07:31 [2021-08-20T17:07:31.345Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines
17:07:31 [2021-08-20T17:07:31.345Z] === RUN   TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.345Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.345Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/7_lines
17:07:31 [2021-08-20T17:07:31.345Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/5_lines
17:07:31 [2021-08-20T17:07:31.345Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/4_lines
17:07:31 [2021-08-20T17:07:31.345Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/3_lines
17:07:31 [2021-08-20T17:07:31.345Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/2_lines
17:07:31 [2021-08-20T17:07:31.345Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/6_lines
17:07:31 [2021-08-20T17:07:31.345Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/10_lines
17:07:31 [2021-08-20T17:07:31.345Z] === CONT  TestNewTailReader/single_byte_delimiter/no_lines
17:07:31 [2021-08-20T17:07:31.345Z] === RUN   TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.345Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.345Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block
17:07:31 [2021-08-20T17:07:31.345Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines
17:07:31 [2021-08-20T17:07:31.345Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines
17:07:31 [2021-08-20T17:07:31.345Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines
17:07:31 [2021-08-20T17:07:31.345Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines
17:07:31 [2021-08-20T17:07:31.345Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines
17:07:31 [2021-08-20T17:07:31.345Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines
17:07:31 [2021-08-20T17:07:31.345Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines
17:07:31 [2021-08-20T17:07:31.345Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines
17:07:31 [2021-08-20T17:07:31.345Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines
17:07:31 [2021-08-20T17:07:31.345Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines
17:07:31 [2021-08-20T17:07:31.345Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.345Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.345Z] === CONT  TestNewTailReader/single_byte_delimiter/same_length_as_delimiter
17:07:31 [2021-08-20T17:07:31.345Z] === RUN   TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines
17:07:31 [2021-08-20T17:07:31.345Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines
17:07:31 [2021-08-20T17:07:31.345Z] === RUN   TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.345Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.345Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values
17:07:31 [2021-08-20T17:07:31.345Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_twice_block
17:07:31 [2021-08-20T17:07:31.345Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines
17:07:31 [2021-08-20T17:07:31.345Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines
17:07:31 [2021-08-20T17:07:31.345Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines
17:07:31 [2021-08-20T17:07:31.345Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines
17:07:31 [2021-08-20T17:07:31.345Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines
17:07:31 [2021-08-20T17:07:31.345Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines
17:07:31 [2021-08-20T17:07:31.345Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines
17:07:31 [2021-08-20T17:07:31.345Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines
17:07:31 [2021-08-20T17:07:31.345Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines
17:07:31 [2021-08-20T17:07:31.345Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines
17:07:31 [2021-08-20T17:07:31.345Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/8_lines
17:07:31 [2021-08-20T17:07:31.345Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.345Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_half_block
17:07:31 [2021-08-20T17:07:31.345Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines
17:07:31 [2021-08-20T17:07:31.345Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines
17:07:31 [2021-08-20T17:07:31.345Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.345Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.345Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines
17:07:31 [2021-08-20T17:07:31.345Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines
17:07:31 [2021-08-20T17:07:31.345Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines
17:07:31 [2021-08-20T17:07:31.345Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines
17:07:31 [2021-08-20T17:07:31.345Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines
17:07:31 [2021-08-20T17:07:31.803Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines
17:07:31 [2021-08-20T17:07:31.803Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines
17:07:31 [2021-08-20T17:07:31.803Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines
17:07:31 [2021-08-20T17:07:31.803Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines
17:07:31 [2021-08-20T17:07:31.803Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines
17:07:31 [2021-08-20T17:07:31.803Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines
17:07:31 [2021-08-20T17:07:31.803Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines
17:07:31 [2021-08-20T17:07:31.803Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.803Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.803Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.803Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_same_as_block
17:07:31 [2021-08-20T17:07:31.803Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines
17:07:31 [2021-08-20T17:07:31.803Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines
17:07:31 [2021-08-20T17:07:31.803Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.803Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.803Z] === CONT  TestNewTailReader/single_byte_delimiter/several_small_entries
17:07:31 [2021-08-20T17:07:31.803Z] === RUN   TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines
17:07:31 [2021-08-20T17:07:31.803Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines
17:07:31 [2021-08-20T17:07:31.803Z] === RUN   TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines
17:07:31 [2021-08-20T17:07:31.803Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines
17:07:31 [2021-08-20T17:07:31.803Z] === RUN   TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines
17:07:31 [2021-08-20T17:07:31.803Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines
17:07:31 [2021-08-20T17:07:31.803Z] === RUN   TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.803Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.803Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block
17:07:31 [2021-08-20T17:07:31.803Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
17:07:31 [2021-08-20T17:07:31.803Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
17:07:31 [2021-08-20T17:07:31.803Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
17:07:31 [2021-08-20T17:07:31.803Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
17:07:31 [2021-08-20T17:07:31.803Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
17:07:31 [2021-08-20T17:07:31.803Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
17:07:31 [2021-08-20T17:07:31.803Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
17:07:31 [2021-08-20T17:07:31.803Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
17:07:31 [2021-08-20T17:07:31.803Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
17:07:31 [2021-08-20T17:07:31.803Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
17:07:31 [2021-08-20T17:07:31.803Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.803Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.803Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes
17:07:31 [2021-08-20T17:07:31.803Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/1_lines
17:07:31 [2021-08-20T17:07:31.803Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines
17:07:31 [2021-08-20T17:07:31.803Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/2_lines
17:07:31 [2021-08-20T17:07:31.803Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines
17:07:31 [2021-08-20T17:07:31.803Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/3_lines
17:07:31 [2021-08-20T17:07:31.803Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines
17:07:31 [2021-08-20T17:07:31.803Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/4_lines
17:07:31 [2021-08-20T17:07:31.803Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines
17:07:31 [2021-08-20T17:07:31.803Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/5_lines
17:07:31 [2021-08-20T17:07:31.803Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines
17:07:31 [2021-08-20T17:07:31.803Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/6_lines
17:07:31 [2021-08-20T17:07:31.803Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines
17:07:31 [2021-08-20T17:07:31.803Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/7_lines
17:07:31 [2021-08-20T17:07:31.803Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines
17:07:31 [2021-08-20T17:07:31.803Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/8_lines
17:07:31 [2021-08-20T17:07:31.803Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines
17:07:31 [2021-08-20T17:07:31.803Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/9_lines
17:07:31 [2021-08-20T17:07:31.803Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines
17:07:31 [2021-08-20T17:07:31.803Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/10_lines
17:07:31 [2021-08-20T17:07:31.803Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines
17:07:31 [2021-08-20T17:07:31.803Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.803Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.803Z] === CONT  TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines
17:07:31 [2021-08-20T17:07:31.803Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block
17:07:31 [2021-08-20T17:07:31.803Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
17:07:31 [2021-08-20T17:07:31.803Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
17:07:31 [2021-08-20T17:07:31.803Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
17:07:31 [2021-08-20T17:07:31.803Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
17:07:31 [2021-08-20T17:07:31.803Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
17:07:31 [2021-08-20T17:07:31.803Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
17:07:31 [2021-08-20T17:07:31.803Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
17:07:31 [2021-08-20T17:07:31.803Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
17:07:31 [2021-08-20T17:07:31.803Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
17:07:31 [2021-08-20T17:07:31.803Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
17:07:31 [2021-08-20T17:07:31.803Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.803Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.803Z] === CONT  TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines
17:07:31 [2021-08-20T17:07:31.803Z] === CONT  TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.803Z] === CONT  TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.803Z] === CONT  TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.803Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines
17:07:31 [2021-08-20T17:07:31.803Z] === CONT  TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines
17:07:31 [2021-08-20T17:07:31.803Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines
17:07:31 [2021-08-20T17:07:31.803Z] === CONT  TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines
17:07:31 [2021-08-20T17:07:31.803Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines
17:07:31 [2021-08-20T17:07:31.803Z] === CONT  TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines
17:07:31 [2021-08-20T17:07:31.803Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines
17:07:31 [2021-08-20T17:07:31.803Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines
17:07:31 [2021-08-20T17:07:31.803Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines
17:07:31 [2021-08-20T17:07:31.803Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines
17:07:31 [2021-08-20T17:07:31.803Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines
17:07:31 [2021-08-20T17:07:31.803Z] === CONT  TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.803Z] === CONT  TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.803Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.803Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines
17:07:31 [2021-08-20T17:07:31.803Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines
17:07:31 [2021-08-20T17:07:31.803Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines
17:07:31 [2021-08-20T17:07:31.803Z] === CONT  TestNewTailReader/no_delimiter/one_small_entry
17:07:31 [2021-08-20T17:07:31.803Z] === RUN   TestNewTailReader/no_delimiter/one_small_entry/1_lines
17:07:31 [2021-08-20T17:07:31.803Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines
17:07:31 [2021-08-20T17:07:31.803Z] === RUN   TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.803Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.803Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block
17:07:31 [2021-08-20T17:07:31.803Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines
17:07:31 [2021-08-20T17:07:31.803Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines
17:07:31 [2021-08-20T17:07:31.803Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines
17:07:31 [2021-08-20T17:07:31.803Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines
17:07:31 [2021-08-20T17:07:31.803Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines
17:07:31 [2021-08-20T17:07:31.803Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines
17:07:31 [2021-08-20T17:07:31.803Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines
17:07:31 [2021-08-20T17:07:31.803Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines
17:07:31 [2021-08-20T17:07:31.803Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines
17:07:31 [2021-08-20T17:07:31.803Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines
17:07:31 [2021-08-20T17:07:31.803Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.803Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.803Z] === CONT  TestNewTailReader/no_delimiter/same_length_as_delimiter
17:07:31 [2021-08-20T17:07:31.803Z] === RUN   TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines
17:07:31 [2021-08-20T17:07:31.803Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines
17:07:31 [2021-08-20T17:07:31.803Z] === RUN   TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.803Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.803Z] === CONT  TestNewTailReader/no_delimiter/no_lines
17:07:31 [2021-08-20T17:07:31.803Z] === RUN   TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.803Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.803Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values
17:07:31 [2021-08-20T17:07:31.803Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/1_lines
17:07:31 [2021-08-20T17:07:31.803Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines
17:07:31 [2021-08-20T17:07:31.803Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/2_lines
17:07:31 [2021-08-20T17:07:31.803Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines
17:07:31 [2021-08-20T17:07:31.803Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/3_lines
17:07:31 [2021-08-20T17:07:31.803Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines
17:07:31 [2021-08-20T17:07:31.803Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/4_lines
17:07:31 [2021-08-20T17:07:31.803Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines
17:07:31 [2021-08-20T17:07:31.803Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/5_lines
17:07:31 [2021-08-20T17:07:31.803Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines
17:07:31 [2021-08-20T17:07:31.803Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/6_lines
17:07:31 [2021-08-20T17:07:31.803Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines
17:07:31 [2021-08-20T17:07:31.803Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/7_lines
17:07:31 [2021-08-20T17:07:31.803Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines
17:07:31 [2021-08-20T17:07:31.803Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/8_lines
17:07:31 [2021-08-20T17:07:31.803Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines
17:07:31 [2021-08-20T17:07:31.803Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/9_lines
17:07:31 [2021-08-20T17:07:31.803Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines
17:07:31 [2021-08-20T17:07:31.803Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/10_lines
17:07:31 [2021-08-20T17:07:31.803Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines
17:07:31 [2021-08-20T17:07:31.803Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.803Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.803Z] === CONT  TestNewTailReader/no_delimiter/single_line_twice_block
17:07:31 [2021-08-20T17:07:31.803Z] === RUN   TestNewTailReader/no_delimiter/single_line_twice_block/1_lines
17:07:31 [2021-08-20T17:07:31.803Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines
17:07:31 [2021-08-20T17:07:31.803Z] === RUN   TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.803Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.803Z] === CONT  TestNewTailReader/no_delimiter/several_small_entries
17:07:31 [2021-08-20T17:07:31.803Z] === RUN   TestNewTailReader/no_delimiter/several_small_entries/1_lines
17:07:31 [2021-08-20T17:07:31.803Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines
17:07:31 [2021-08-20T17:07:31.803Z] === RUN   TestNewTailReader/no_delimiter/several_small_entries/2_lines
17:07:31 [2021-08-20T17:07:31.803Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines
17:07:31 [2021-08-20T17:07:31.803Z] === RUN   TestNewTailReader/no_delimiter/several_small_entries/3_lines
17:07:31 [2021-08-20T17:07:31.803Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines
17:07:31 [2021-08-20T17:07:31.803Z] === RUN   TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.803Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.803Z] === CONT  TestNewTailReader/no_delimiter/single_line_half_block
17:07:31 [2021-08-20T17:07:31.803Z] === RUN   TestNewTailReader/no_delimiter/single_line_half_block/1_lines
17:07:31 [2021-08-20T17:07:31.803Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines
17:07:31 [2021-08-20T17:07:31.803Z] === RUN   TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.803Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.803Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block
17:07:31 [2021-08-20T17:07:31.803Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines
17:07:31 [2021-08-20T17:07:31.803Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines
17:07:31 [2021-08-20T17:07:31.803Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines
17:07:31 [2021-08-20T17:07:31.803Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines
17:07:31 [2021-08-20T17:07:31.803Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines
17:07:31 [2021-08-20T17:07:31.803Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines
17:07:31 [2021-08-20T17:07:31.803Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines
17:07:31 [2021-08-20T17:07:31.803Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines
17:07:31 [2021-08-20T17:07:31.803Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines
17:07:31 [2021-08-20T17:07:31.803Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines
17:07:31 [2021-08-20T17:07:31.803Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.803Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.803Z] === CONT  TestNewTailReader/no_delimiter/single_line_same_as_block
17:07:31 [2021-08-20T17:07:31.803Z] === CONT  TestNewTailReader/no_delimiter/various_sizes
17:07:31 [2021-08-20T17:07:31.803Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/1_lines
17:07:31 [2021-08-20T17:07:31.803Z] === RUN   TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines
17:07:31 [2021-08-20T17:07:31.803Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines
17:07:31 [2021-08-20T17:07:31.803Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines
17:07:31 [2021-08-20T17:07:31.803Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/2_lines
17:07:31 [2021-08-20T17:07:31.803Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block
17:07:31 [2021-08-20T17:07:31.803Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines
17:07:31 [2021-08-20T17:07:31.803Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.803Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/3_lines
17:07:31 [2021-08-20T17:07:31.803Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines
17:07:31 [2021-08-20T17:07:31.803Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/4_lines
17:07:31 [2021-08-20T17:07:31.803Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines
17:07:31 [2021-08-20T17:07:31.803Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/5_lines
17:07:31 [2021-08-20T17:07:31.803Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines
17:07:31 [2021-08-20T17:07:31.803Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/6_lines
17:07:31 [2021-08-20T17:07:31.803Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines
17:07:31 [2021-08-20T17:07:31.803Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/7_lines
17:07:31 [2021-08-20T17:07:31.804Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines
17:07:31 [2021-08-20T17:07:31.804Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/8_lines
17:07:31 [2021-08-20T17:07:31.804Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines
17:07:31 [2021-08-20T17:07:31.804Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/9_lines
17:07:31 [2021-08-20T17:07:31.804Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines
17:07:31 [2021-08-20T17:07:31.804Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/10_lines
17:07:31 [2021-08-20T17:07:31.804Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines
17:07:31 [2021-08-20T17:07:31.804Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.804Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.804Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines
17:07:31 [2021-08-20T17:07:31.804Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines
17:07:31 [2021-08-20T17:07:31.804Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines
17:07:31 [2021-08-20T17:07:31.804Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines
17:07:31 [2021-08-20T17:07:31.804Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines
17:07:31 [2021-08-20T17:07:31.804Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines
17:07:31 [2021-08-20T17:07:31.804Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines
17:07:31 [2021-08-20T17:07:31.804Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines
17:07:31 [2021-08-20T17:07:31.804Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines
17:07:31 [2021-08-20T17:07:31.804Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines
17:07:31 [2021-08-20T17:07:31.804Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.804Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
17:07:31 [2021-08-20T17:07:31.804Z] === RUN   TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.804Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/1_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/9_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/8_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/7_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/6_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/5_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/4_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/3_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/2_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/10_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/1_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/9_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/8_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/4_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/3_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/2_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/7_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/10_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/6_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/5_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/1_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/9_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/8_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/7_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/10_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/5_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/4_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/3_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/6_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/2_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines
17:07:31 [2021-08-20T17:07:31.804Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.805Z] === CONT  TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.805Z] === CONT  TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines
17:07:31 [2021-08-20T17:07:31.805Z] === CONT  TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines
17:07:31 [2021-08-20T17:07:31.805Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines
17:07:31 [2021-08-20T17:07:31.805Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.805Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
17:07:31 [2021-08-20T17:07:31.805Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines
17:07:31 [2021-08-20T17:07:31.805Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/1_lines
17:07:31 [2021-08-20T17:07:31.805Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.805Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
17:07:31 [2021-08-20T17:07:31.805Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
17:07:31 [2021-08-20T17:07:31.805Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.805Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/10_lines
17:07:31 [2021-08-20T17:07:31.805Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/9_lines
17:07:31 [2021-08-20T17:07:31.805Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/8_lines
17:07:31 [2021-08-20T17:07:31.805Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/7_lines
17:07:31 [2021-08-20T17:07:31.805Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/6_lines
17:07:31 [2021-08-20T17:07:31.805Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/5_lines
17:07:31 [2021-08-20T17:07:31.805Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/4_lines
17:07:31 [2021-08-20T17:07:31.805Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/3_lines
17:07:31 [2021-08-20T17:07:31.805Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
17:07:31 [2021-08-20T17:07:31.805Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/2_lines
17:07:31 [2021-08-20T17:07:31.805Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
17:07:31 [2021-08-20T17:07:31.805Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.805Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
17:07:31 [2021-08-20T17:07:31.805Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
17:07:31 [2021-08-20T17:07:31.805Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
17:07:31 [2021-08-20T17:07:31.805Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
17:07:31 [2021-08-20T17:07:31.805Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
17:07:31 [2021-08-20T17:07:31.805Z] === CONT  TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines
17:07:31 [2021-08-20T17:07:31.805Z] === CONT  TestNewTailReader/no_delimiter/one_small_entry/1_lines
17:07:31 [2021-08-20T17:07:31.805Z] === CONT  TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.805Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines
17:07:31 [2021-08-20T17:07:31.805Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines
17:07:31 [2021-08-20T17:07:31.805Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines
17:07:31 [2021-08-20T17:07:31.805Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines
17:07:31 [2021-08-20T17:07:31.805Z] === CONT  TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.805Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/1_lines
17:07:31 [2021-08-20T17:07:31.805Z] === CONT  TestNewTailReader/no_delimiter/single_line_twice_block/1_lines
17:07:31 [2021-08-20T17:07:31.805Z] === CONT  TestNewTailReader/no_delimiter/several_small_entries/1_lines
17:07:31 [2021-08-20T17:07:31.805Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.805Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/10_lines
17:07:31 [2021-08-20T17:07:31.805Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines
17:07:31 [2021-08-20T17:07:31.805Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.805Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/7_lines
17:07:31 [2021-08-20T17:07:31.805Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/6_lines
17:07:31 [2021-08-20T17:07:31.805Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/9_lines
17:07:31 [2021-08-20T17:07:31.805Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/5_lines
17:07:31 [2021-08-20T17:07:31.805Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/3_lines
17:07:31 [2021-08-20T17:07:31.805Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/2_lines
17:07:31 [2021-08-20T17:07:31.805Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/4_lines
17:07:31 [2021-08-20T17:07:31.805Z] === CONT  TestNewTailReader/no_delimiter/single_line_half_block/1_lines
17:07:31 [2021-08-20T17:07:31.805Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/8_lines
17:07:31 [2021-08-20T17:07:31.805Z] === CONT  TestNewTailReader/no_delimiter/several_small_entries/3_lines
17:07:31 [2021-08-20T17:07:31.805Z] === CONT  TestNewTailReader/no_delimiter/several_small_entries/2_lines
17:07:31 [2021-08-20T17:07:31.805Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines
17:07:31 [2021-08-20T17:07:31.805Z] === CONT  TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.805Z] === CONT  TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.805Z] === CONT  TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.805Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.805Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines
17:07:31 [2021-08-20T17:07:31.805Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines
17:07:31 [2021-08-20T17:07:31.805Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/1_lines
17:07:31 [2021-08-20T17:07:31.805Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines
17:07:31 [2021-08-20T17:07:31.805Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.805Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/10_lines
17:07:31 [2021-08-20T17:07:31.805Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/9_lines
17:07:31 [2021-08-20T17:07:31.805Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/8_lines
17:07:31 [2021-08-20T17:07:31.805Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/7_lines
17:07:31 [2021-08-20T17:07:31.805Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/6_lines
17:07:31 [2021-08-20T17:07:31.805Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/5_lines
17:07:31 [2021-08-20T17:07:31.805Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/4_lines
17:07:31 [2021-08-20T17:07:31.805Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/3_lines
17:07:31 [2021-08-20T17:07:31.805Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/2_lines
17:07:31 [2021-08-20T17:07:31.805Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines
17:07:31 [2021-08-20T17:07:31.805Z] === CONT  TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.805Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines
17:07:31 [2021-08-20T17:07:31.805Z] === CONT  TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines
17:07:31 [2021-08-20T17:07:31.805Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.805Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines
17:07:31 [2021-08-20T17:07:31.805Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines
17:07:31 [2021-08-20T17:07:31.805Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines
17:07:31 [2021-08-20T17:07:31.805Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines
17:07:31 [2021-08-20T17:07:31.805Z] === CONT  TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available
17:07:31 [2021-08-20T17:07:31.805Z] --- PASS: TestNewTailReader (0.00s)
17:07:31 [2021-08-20T17:07:31.805Z]     --- PASS: TestNewTailReader/truncated_last_line (0.00s)
17:07:31 [2021-08-20T17:07:31.805Z]         --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s)
17:07:31 [2021-08-20T17:07:31.805Z]     --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s)
17:07:31 [2021-08-20T17:07:31.805Z]         --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s)
17:07:31 [2021-08-20T17:07:31.805Z]     --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s)
17:07:31 [2021-08-20T17:07:31.805Z]         --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s)
17:07:31 [2021-08-20T17:07:31.805Z]     --- PASS: TestNewTailReader/2_byte_delimiter (0.00s)
17:07:31 [2021-08-20T17:07:31.805Z]         --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s)
17:07:31 [2021-08-20T17:07:31.805Z]             --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.805Z]             --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
17:07:31 [2021-08-20T17:07:31.805Z]         --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s)
17:07:31 [2021-08-20T17:07:31.805Z]             --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.805Z]             --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
17:07:31 [2021-08-20T17:07:31.805Z]         --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s)
17:07:31 [2021-08-20T17:07:31.805Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.805Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
17:07:31 [2021-08-20T17:07:31.805Z]         --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.01s)
17:07:31 [2021-08-20T17:07:31.805Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.805Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
17:07:31 [2021-08-20T17:07:31.805Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.805Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.805Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.805Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.805Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.805Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.805Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.805Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.805Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.805Z]         --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s)
17:07:31 [2021-08-20T17:07:31.805Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.805Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
17:07:31 [2021-08-20T17:07:31.805Z]         --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.01s)
17:07:31 [2021-08-20T17:07:31.805Z]             --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s)
17:07:31 [2021-08-20T17:07:31.805Z]         --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s)
17:07:31 [2021-08-20T17:07:31.805Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.805Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
17:07:31 [2021-08-20T17:07:31.805Z]         --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s)
17:07:31 [2021-08-20T17:07:31.805Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.805Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.805Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.805Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
17:07:31 [2021-08-20T17:07:31.805Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.805Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.805Z]         --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s)
17:07:31 [2021-08-20T17:07:31.805Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.805Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.805Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
17:07:31 [2021-08-20T17:07:31.805Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.805Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.805Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.805Z]         --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s)
17:07:31 [2021-08-20T17:07:31.805Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.805Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.805Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.805Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.805Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
17:07:31 [2021-08-20T17:07:31.805Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.805Z]         --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.01s)
17:07:31 [2021-08-20T17:07:31.805Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.805Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s)
17:07:31 [2021-08-20T17:07:31.805Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.805Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.805Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.805Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.805Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.805Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.805Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.805Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.805Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.805Z]         --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.01s)
17:07:31 [2021-08-20T17:07:31.805Z]             --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.805Z]             --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
17:07:31 [2021-08-20T17:07:31.805Z]             --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.805Z]             --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.805Z]     --- PASS: TestNewTailReader/12_byte_delimiter (0.00s)
17:07:31 [2021-08-20T17:07:31.805Z]         --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.805Z]             --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s)
17:07:31 [2021-08-20T17:07:31.805Z]         --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s)
17:07:31 [2021-08-20T17:07:31.805Z]             --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.805Z]             --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
17:07:31 [2021-08-20T17:07:31.805Z]         --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s)
17:07:31 [2021-08-20T17:07:31.805Z]             --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.805Z]             --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
17:07:31 [2021-08-20T17:07:31.805Z]         --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.00s)
17:07:31 [2021-08-20T17:07:31.805Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.805Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.805Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.805Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.805Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.805Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.805Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.805Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.805Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
17:07:31 [2021-08-20T17:07:31.805Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.805Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.805Z]         --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s)
17:07:31 [2021-08-20T17:07:31.805Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.805Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
17:07:31 [2021-08-20T17:07:31.805Z]         --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.01s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]         --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]         --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]         --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]         --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]         --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]         --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.01s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]     --- PASS: TestNewTailReader/4_byte_delimiter (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]         --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]         --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]         --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]         --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]         --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]         --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.01s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]         --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]         --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]         --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]         --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]         --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]         --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]     --- PASS: TestNewTailReader/8_byte_delimiter (0.01s)
17:07:31 [2021-08-20T17:07:31.806Z]         --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]         --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]         --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]         --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]         --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]         --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]         --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]         --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]         --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.806Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.807Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.807Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.807Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.807Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s)
17:07:31 [2021-08-20T17:07:31.807Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.01s)
17:07:31 [2021-08-20T17:07:31.807Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.807Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.807Z]         --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s)
17:07:31 [2021-08-20T17:07:31.807Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.807Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
17:07:31 [2021-08-20T17:07:31.807Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.807Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.807Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.807Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.807Z]         --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s)
17:07:31 [2021-08-20T17:07:31.807Z]             --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
17:07:31 [2021-08-20T17:07:31.807Z]             --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.807Z]             --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.807Z]             --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.807Z]         --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.01s)
17:07:31 [2021-08-20T17:07:31.807Z]             --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.807Z]             --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
17:07:31 [2021-08-20T17:07:31.807Z]     --- PASS: TestNewTailReader/single_byte_delimiter (0.00s)
17:07:31 [2021-08-20T17:07:31.807Z]         --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s)
17:07:31 [2021-08-20T17:07:31.807Z]             --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.807Z]             --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
17:07:31 [2021-08-20T17:07:31.807Z]         --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.807Z]             --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s)
17:07:31 [2021-08-20T17:07:31.807Z]         --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s)
17:07:31 [2021-08-20T17:07:31.807Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
17:07:31 [2021-08-20T17:07:31.807Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.807Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.807Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.807Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.807Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
17:07:31 [2021-08-20T17:07:31.807Z]         --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s)
17:07:31 [2021-08-20T17:07:31.807Z]             --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s)
17:07:32 [2021-08-20T17:07:32.074Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways
17:07:32 [2021-08-20T17:07:32.263Z]             --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
17:07:32 [2021-08-20T17:07:32.263Z]         --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s)
17:07:32 [2021-08-20T17:07:32.263Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s)
17:07:32 [2021-08-20T17:07:32.263Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
17:07:32 [2021-08-20T17:07:32.263Z]         --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.01s)
17:07:32 [2021-08-20T17:07:32.263Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s)
17:07:32 [2021-08-20T17:07:32.263Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
17:07:32 [2021-08-20T17:07:32.263Z]         --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s)
17:07:32 [2021-08-20T17:07:32.263Z]             --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s)
17:07:32 [2021-08-20T17:07:32.263Z]             --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
17:07:32 [2021-08-20T17:07:32.263Z]             --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s)
17:07:32 [2021-08-20T17:07:32.263Z]             --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s)
17:07:32 [2021-08-20T17:07:32.263Z]         --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s)
17:07:32 [2021-08-20T17:07:32.263Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s)
17:07:32 [2021-08-20T17:07:32.263Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
17:07:32 [2021-08-20T17:07:32.263Z]         --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.00s)
17:07:32 [2021-08-20T17:07:32.263Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s)
17:07:32 [2021-08-20T17:07:32.263Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
17:07:32 [2021-08-20T17:07:32.264Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s)
17:07:32 [2021-08-20T17:07:32.264Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s)
17:07:32 [2021-08-20T17:07:32.264Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s)
17:07:32 [2021-08-20T17:07:32.264Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s)
17:07:32 [2021-08-20T17:07:32.264Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s)
17:07:32 [2021-08-20T17:07:32.264Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s)
17:07:32 [2021-08-20T17:07:32.264Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s)
17:07:32 [2021-08-20T17:07:32.264Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s)
17:07:32 [2021-08-20T17:07:32.264Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s)
17:07:32 [2021-08-20T17:07:32.264Z]         --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.00s)
17:07:32 [2021-08-20T17:07:32.264Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s)
17:07:32 [2021-08-20T17:07:32.264Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s)
17:07:32 [2021-08-20T17:07:32.264Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s)
17:07:32 [2021-08-20T17:07:32.264Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s)
17:07:32 [2021-08-20T17:07:32.264Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s)
17:07:32 [2021-08-20T17:07:32.264Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s)
17:07:32 [2021-08-20T17:07:32.264Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s)
17:07:32 [2021-08-20T17:07:32.264Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s)
17:07:32 [2021-08-20T17:07:32.264Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s)
17:07:32 [2021-08-20T17:07:32.264Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s)
17:07:32 [2021-08-20T17:07:32.264Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s)
17:07:32 [2021-08-20T17:07:32.264Z]         --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s)
17:07:32 [2021-08-20T17:07:32.264Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
17:07:32 [2021-08-20T17:07:32.264Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
17:07:32 [2021-08-20T17:07:32.264Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
17:07:32 [2021-08-20T17:07:32.264Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
17:07:32 [2021-08-20T17:07:32.264Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
17:07:32 [2021-08-20T17:07:32.264Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
17:07:32 [2021-08-20T17:07:32.264Z]         --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s)
17:07:32 [2021-08-20T17:07:32.264Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
17:07:32 [2021-08-20T17:07:32.264Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
17:07:32 [2021-08-20T17:07:32.264Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
17:07:32 [2021-08-20T17:07:32.264Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
17:07:32 [2021-08-20T17:07:32.264Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
17:07:32 [2021-08-20T17:07:32.264Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
17:07:32 [2021-08-20T17:07:32.264Z]     --- PASS: TestNewTailReader/no_delimiter (0.01s)
17:07:32 [2021-08-20T17:07:32.264Z]         --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s)
17:07:32 [2021-08-20T17:07:32.264Z]             --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s)
17:07:32 [2021-08-20T17:07:32.264Z]         --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s)
17:07:32 [2021-08-20T17:07:32.264Z]             --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s)
17:07:32 [2021-08-20T17:07:32.264Z]             --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
17:07:32 [2021-08-20T17:07:32.264Z]         --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s)
17:07:32 [2021-08-20T17:07:32.264Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
17:07:32 [2021-08-20T17:07:32.264Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
17:07:32 [2021-08-20T17:07:32.264Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
17:07:32 [2021-08-20T17:07:32.264Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
17:07:32 [2021-08-20T17:07:32.264Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
17:07:32 [2021-08-20T17:07:32.264Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
17:07:32 [2021-08-20T17:07:32.264Z]         --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.01s)
17:07:32 [2021-08-20T17:07:32.264Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s)
17:07:32 [2021-08-20T17:07:32.264Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
17:07:32 [2021-08-20T17:07:32.264Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s)
17:07:32 [2021-08-20T17:07:32.264Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s)
17:07:32 [2021-08-20T17:07:32.264Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s)
17:07:32 [2021-08-20T17:07:32.264Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s)
17:07:32 [2021-08-20T17:07:32.264Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s)
17:07:32 [2021-08-20T17:07:32.264Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s)
17:07:32 [2021-08-20T17:07:32.264Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s)
17:07:32 [2021-08-20T17:07:32.264Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s)
17:07:32 [2021-08-20T17:07:32.264Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s)
17:07:32 [2021-08-20T17:07:32.264Z]         --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s)
17:07:32 [2021-08-20T17:07:32.264Z]             --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s)
17:07:32 [2021-08-20T17:07:32.264Z]             --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
17:07:32 [2021-08-20T17:07:32.264Z]         --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s)
17:07:32 [2021-08-20T17:07:32.264Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s)
17:07:32 [2021-08-20T17:07:32.264Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
17:07:32 [2021-08-20T17:07:32.264Z]         --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s)
17:07:32 [2021-08-20T17:07:32.264Z]             --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s)
17:07:32 [2021-08-20T17:07:32.264Z]             --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s)
17:07:32 [2021-08-20T17:07:32.264Z]             --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s)
17:07:32 [2021-08-20T17:07:32.264Z]             --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
17:07:32 [2021-08-20T17:07:32.264Z]         --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.00s)
17:07:32 [2021-08-20T17:07:32.264Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s)
17:07:32 [2021-08-20T17:07:32.264Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s)
17:07:32 [2021-08-20T17:07:32.264Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s)
17:07:32 [2021-08-20T17:07:32.264Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s)
17:07:32 [2021-08-20T17:07:32.264Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s)
17:07:32 [2021-08-20T17:07:32.264Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s)
17:07:32 [2021-08-20T17:07:32.264Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s)
17:07:32 [2021-08-20T17:07:32.264Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s)
17:07:32 [2021-08-20T17:07:32.264Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s)
17:07:32 [2021-08-20T17:07:32.264Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s)
17:07:32 [2021-08-20T17:07:32.264Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s)
17:07:32 [2021-08-20T17:07:32.264Z]         --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s)
17:07:32 [2021-08-20T17:07:32.264Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
17:07:32 [2021-08-20T17:07:32.264Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
17:07:32 [2021-08-20T17:07:32.264Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
17:07:32 [2021-08-20T17:07:32.264Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
17:07:32 [2021-08-20T17:07:32.264Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
17:07:32 [2021-08-20T17:07:32.264Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
17:07:32 [2021-08-20T17:07:32.264Z]         --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s)
17:07:32 [2021-08-20T17:07:32.264Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s)
17:07:32 [2021-08-20T17:07:32.264Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
17:07:32 [2021-08-20T17:07:32.264Z]         --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s)
17:07:32 [2021-08-20T17:07:32.264Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
17:07:32 [2021-08-20T17:07:32.264Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
17:07:32 [2021-08-20T17:07:32.264Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
17:07:32 [2021-08-20T17:07:32.264Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
17:07:32 [2021-08-20T17:07:32.264Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
17:07:32 [2021-08-20T17:07:32.264Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
17:07:32 [2021-08-20T17:07:32.264Z]         --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s)
17:07:32 [2021-08-20T17:07:32.264Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s)
17:07:32 [2021-08-20T17:07:32.264Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
17:07:32 [2021-08-20T17:07:32.264Z] PASS
17:07:32 [2021-08-20T17:07:32.264Z] coverage: 88.6% of statements
17:07:32 [2021-08-20T17:07:32.264Z] ok  	github.com/docker/docker/pkg/tailfile	0.229s	coverage: 88.6% of statements
17:07:32 [2021-08-20T17:07:32.264Z] time="2021-08-20T17:07:31Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s"
17:07:32 [2021-08-20T17:07:32.637Z] --- PASS: TestCgroupNamespacesRunOlderClient (2.59s)
17:07:32 [2021-08-20T17:07:32.637Z] === RUN   TestNISDomainname
17:07:32 [2021-08-20T17:07:32.720Z] === RUN   TestTarSumRemoveNonExistent
17:07:32 [2021-08-20T17:07:32.721Z] --- PASS: TestTarSumRemoveNonExistent (0.00s)
17:07:32 [2021-08-20T17:07:32.721Z] === RUN   TestTarSumRemove
17:07:32 [2021-08-20T17:07:32.721Z] --- PASS: TestTarSumRemove (0.00s)
17:07:32 [2021-08-20T17:07:32.721Z] === RUN   TestSortFileInfoSums
17:07:32 [2021-08-20T17:07:32.721Z] --- PASS: TestSortFileInfoSums (0.00s)
17:07:32 [2021-08-20T17:07:32.721Z] === RUN   TestNewTarSumForLabelInvalid
17:07:32 [2021-08-20T17:07:32.721Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s)
17:07:32 [2021-08-20T17:07:32.721Z] === RUN   TestNewTarSumForLabel
17:07:32 [2021-08-20T17:07:32.721Z] --- PASS: TestNewTarSumForLabel (0.00s)
17:07:32 [2021-08-20T17:07:32.721Z] === RUN   TestEmptyTar
17:07:32 [2021-08-20T17:07:32.721Z] --- PASS: TestEmptyTar (0.00s)
17:07:32 [2021-08-20T17:07:32.721Z] === RUN   TestTarSumsReadSize
17:07:32 [2021-08-20T17:07:32.721Z] --- PASS: TestTarSumsReadSize (0.00s)
17:07:32 [2021-08-20T17:07:32.721Z] === RUN   TestTarSums
17:07:32 [2021-08-20T17:07:32.721Z] --- PASS: TestTarSums (0.06s)
17:07:32 [2021-08-20T17:07:32.721Z] === RUN   TestIteration
17:07:32 [2021-08-20T17:07:32.721Z] --- PASS: TestIteration (0.00s)
17:07:32 [2021-08-20T17:07:32.721Z] === RUN   TestVersionLabelForChecksum
17:07:32 [2021-08-20T17:07:32.721Z] --- PASS: TestVersionLabelForChecksum (0.00s)
17:07:32 [2021-08-20T17:07:32.721Z] === RUN   TestVersion
17:07:32 [2021-08-20T17:07:32.721Z] --- PASS: TestVersion (0.00s)
17:07:32 [2021-08-20T17:07:32.721Z] === RUN   TestGetVersion
17:07:32 [2021-08-20T17:07:32.721Z] --- PASS: TestGetVersion (0.00s)
17:07:32 [2021-08-20T17:07:32.721Z] === RUN   TestGetVersions
17:07:32 [2021-08-20T17:07:32.721Z] --- PASS: TestGetVersions (0.00s)
17:07:32 [2021-08-20T17:07:32.721Z] PASS
17:07:32 [2021-08-20T17:07:32.721Z] coverage: 89.3% of statements
17:07:32 [2021-08-20T17:07:32.721Z] ok  	github.com/docker/docker/pkg/tarsum	0.114s	coverage: 89.3% of statements
17:07:33 [2021-08-20T17:07:33.177Z] testing: warning: no tests to run
17:07:33 [2021-08-20T17:07:33.177Z] PASS
17:07:33 [2021-08-20T17:07:33.177Z] coverage: [no statements]
17:07:33 [2021-08-20T17:07:33.177Z] ok  	github.com/docker/docker/pkg/term/windows	0.032s	coverage: [no statements] [no tests to run]
17:07:33 [2021-08-20T17:07:33.200Z] === RUN   TestDockerSuite/TestBuildCacheAdd
17:07:33 [2021-08-20T17:07:33.203Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
17:07:33 [2021-08-20T17:07:33.634Z] time="2021-08-20T17:07:33Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s"
17:07:33 [2021-08-20T17:07:33.634Z] === RUN   TestTruncIndex
17:07:34 [2021-08-20T17:07:34.091Z] --- PASS: TestTruncIndex (0.10s)
17:07:34 [2021-08-20T17:07:34.091Z] PASS
17:07:34 [2021-08-20T17:07:34.091Z] coverage: 91.5% of statements
17:07:34 [2021-08-20T17:07:34.091Z] ok  	github.com/docker/docker/pkg/truncindex	0.137s	coverage: 91.5% of statements
17:07:34 [2021-08-20T17:07:34.129Z] === RUN   TestDockerSuite/TestBuildCacheBrokenSymlink
17:07:34 [2021-08-20T17:07:34.548Z] === RUN   TestIsGIT
17:07:34 [2021-08-20T17:07:34.548Z] --- PASS: TestIsGIT (0.00s)
17:07:34 [2021-08-20T17:07:34.548Z] === RUN   TestIsTransport
17:07:34 [2021-08-20T17:07:34.548Z] --- PASS: TestIsTransport (0.00s)
17:07:34 [2021-08-20T17:07:34.548Z] PASS
17:07:34 [2021-08-20T17:07:34.548Z] coverage: 100.0% of statements
17:07:34 [2021-08-20T17:07:34.548Z] ok  	github.com/docker/docker/pkg/urlutil	0.037s	coverage: 100.0% of statements
17:07:34 [2021-08-20T17:07:34.692Z] === RUN   TestDockerSuite/TestBuildCacheFrom
17:07:35 [2021-08-20T17:07:35.005Z] === RUN   TestVersionInfo
17:07:35 [2021-08-20T17:07:35.005Z] --- PASS: TestVersionInfo (0.00s)
17:07:35 [2021-08-20T17:07:35.005Z] === RUN   TestAppendVersions
17:07:35 [2021-08-20T17:07:35.005Z] --- PASS: TestAppendVersions (0.00s)
17:07:35 [2021-08-20T17:07:35.005Z] PASS
17:07:35 [2021-08-20T17:07:35.005Z] coverage: 88.9% of statements
17:07:35 [2021-08-20T17:07:35.005Z] ok  	github.com/docker/docker/pkg/useragent	0.042s	coverage: 88.9% of statements
17:07:35 [2021-08-20T17:07:35.255Z] --- PASS: TestNISDomainname (2.40s)
17:07:35 [2021-08-20T17:07:35.255Z] === RUN   TestHostnameDnsResolution
17:07:35 [2021-08-20T17:07:35.819Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize
17:07:35 [2021-08-20T17:07:35.819Z]     docker_cli_daemon_test.go:232: unmatched requirement Devicemapper
17:07:35 [2021-08-20T17:07:35.819Z]     check_test.go:309: [d98815e9e6a3e] daemon is not started
17:07:35 [2021-08-20T17:07:35.819Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize
17:07:35 [2021-08-20T17:07:35.819Z]     docker_cli_daemon_test.go:212: unmatched requirement Devicemapper
17:07:35 [2021-08-20T17:07:35.819Z]     check_test.go:309: [d7b2f7204bf03] daemon is not started
17:07:35 [2021-08-20T17:07:35.819Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer
17:07:35 [2021-08-20T17:07:35.969Z] ?   	github.com/docker/docker/libnetwork/ipamapi	[no test files]
17:07:35 [2021-08-20T17:07:35.969Z] ?   	github.com/docker/docker/libnetwork/ipams/builtin	[no test files]
17:07:35 [2021-08-20T17:07:35.969Z] ?   	github.com/docker/docker/libnetwork/ipams/remote/api	[no test files]
17:07:35 [2021-08-20T17:07:35.969Z] ?   	github.com/docker/docker/libnetwork/netutils	[no test files]
17:07:36 [2021-08-20T17:07:36.426Z] === RUN   TestValidatePrivileges
17:07:36 [2021-08-20T17:07:36.426Z] --- PASS: TestValidatePrivileges (0.00s)
17:07:36 [2021-08-20T17:07:36.426Z] === RUN   TestFilterByCapNeg
17:07:36 [2021-08-20T17:07:36.426Z] --- PASS: TestFilterByCapNeg (0.00s)
17:07:36 [2021-08-20T17:07:36.426Z] === RUN   TestFilterByCapPos
17:07:36 [2021-08-20T17:07:36.426Z] --- PASS: TestFilterByCapPos (0.00s)
17:07:36 [2021-08-20T17:07:36.426Z] === RUN   TestStoreGetPluginNotMatchCapRefs
17:07:36 [2021-08-20T17:07:36.426Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s)
17:07:36 [2021-08-20T17:07:36.426Z] PASS
17:07:36 [2021-08-20T17:07:36.426Z] coverage: 12.0% of statements
17:07:36 [2021-08-20T17:07:36.426Z] ok  	github.com/docker/docker/plugin	0.052s	coverage: 12.0% of statements
17:07:36 [2021-08-20T17:07:36.885Z] === RUN   TestNewSettable
17:07:36 [2021-08-20T17:07:36.885Z] --- PASS: TestNewSettable (0.00s)
17:07:36 [2021-08-20T17:07:36.885Z] === RUN   TestIsSettable
17:07:36 [2021-08-20T17:07:36.885Z] --- PASS: TestIsSettable (0.00s)
17:07:36 [2021-08-20T17:07:36.885Z] === RUN   TestUpdateSettingsEnv
17:07:36 [2021-08-20T17:07:36.885Z] --- PASS: TestUpdateSettingsEnv (0.00s)
17:07:36 [2021-08-20T17:07:36.885Z] PASS
17:07:36 [2021-08-20T17:07:36.885Z] coverage: 20.0% of statements
17:07:37 [2021-08-20T17:07:37.341Z] ok  	github.com/docker/docker/plugin/v2	0.039s	coverage: 20.0% of statements
17:07:37 [2021-08-20T17:07:37.341Z] time="2021-08-20T17:07:37Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s"
17:07:37 [2021-08-20T17:07:37.341Z] === RUN   TestLoad
17:07:37 [2021-08-20T17:07:37.341Z] --- PASS: TestLoad (0.00s)
17:07:37 [2021-08-20T17:07:37.342Z] === RUN   TestSave
17:07:37 [2021-08-20T17:07:37.342Z] --- PASS: TestSave (0.02s)
17:07:37 [2021-08-20T17:07:37.342Z] === RUN   TestAddDeleteGet
17:07:37 [2021-08-20T17:07:37.342Z] --- PASS: TestAddDeleteGet (0.04s)
17:07:37 [2021-08-20T17:07:37.342Z] === RUN   TestInvalidTags
17:07:37 [2021-08-20T17:07:37.342Z] --- PASS: TestInvalidTags (0.00s)
17:07:37 [2021-08-20T17:07:37.713Z] --- PASS: TestHostnameDnsResolution (2.32s)
17:07:37 [2021-08-20T17:07:37.713Z] === RUN   TestStats
17:07:37 [2021-08-20T17:07:37.798Z] PASS
17:07:37 [2021-08-20T17:07:37.798Z] coverage: 84.4% of statements
17:07:37 [2021-08-20T17:07:37.798Z] ok  	github.com/docker/docker/reference	0.119s	coverage: 84.4% of statements
17:07:38 [2021-08-20T17:07:38.477Z] === RUN   TestDockerNetworkMacvlan/Addressing
17:07:39 [2021-08-20T17:07:39.330Z] === RUN   TestResumableRequestHeaderSimpleErrors
17:07:39 [2021-08-20T17:07:39.330Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.01s)
17:07:39 [2021-08-20T17:07:39.330Z] === RUN   TestResumableRequestHeaderNotTooMuchFailures
17:07:39 [2021-08-20T17:07:39.330Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s)
17:07:39 [2021-08-20T17:07:39.330Z] === RUN   TestResumableRequestHeaderTooMuchFailures
17:07:39 [2021-08-20T17:07:39.330Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s)
17:07:39 [2021-08-20T17:07:39.330Z] === RUN   TestResumableRequestReaderWithReadError
17:07:39 [2021-08-20T17:07:39.330Z] === RUN   TestResolveAuthConfigIndexServer
17:07:39 [2021-08-20T17:07:39.330Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s)
17:07:39 [2021-08-20T17:07:39.330Z] === RUN   TestResolveAuthConfigFullURL
17:07:39 [2021-08-20T17:07:39.330Z] --- PASS: TestResolveAuthConfigFullURL (0.00s)
17:07:39 [2021-08-20T17:07:39.330Z] === RUN   TestLoadAllowNondistributableArtifacts
17:07:39 [2021-08-20T17:07:39.330Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s)
17:07:39 [2021-08-20T17:07:39.330Z] === RUN   TestValidateMirror
17:07:39 [2021-08-20T17:07:39.330Z] --- PASS: TestValidateMirror (0.00s)
17:07:39 [2021-08-20T17:07:39.330Z] === RUN   TestLoadInsecureRegistries
17:07:39 [2021-08-20T17:07:39.330Z] time="2021-08-20T17:07:38Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred"
17:07:39 [2021-08-20T17:07:39.330Z] --- PASS: TestResumableRequestReaderWithReadError (0.16s)
17:07:39 [2021-08-20T17:07:39.330Z] === RUN   TestResumableRequestReaderWithEOFWith416Response
17:07:39 [2021-08-20T17:07:39.330Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s)
17:07:39 [2021-08-20T17:07:39.330Z] === RUN   TestResumableRequestReaderWithServerDoesntSupportByteRanges
17:07:39 [2021-08-20T17:07:39.330Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s)
17:07:39 [2021-08-20T17:07:39.330Z] === RUN   TestResumableRequestReaderWithZeroTotalSize
17:07:39 [2021-08-20T17:07:39.330Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s)
17:07:39 [2021-08-20T17:07:39.330Z] === RUN   TestResumableRequestReader
17:07:39 [2021-08-20T17:07:39.330Z] --- PASS: TestResumableRequestReader (0.00s)
17:07:39 [2021-08-20T17:07:39.330Z] === RUN   TestResumableRequestReaderWithInitialResponse
17:07:39 [2021-08-20T17:07:39.330Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s)
17:07:39 [2021-08-20T17:07:39.330Z] PASS
17:07:39 [2021-08-20T17:07:39.330Z] coverage: 100.0% of statements
17:07:39 [2021-08-20T17:07:39.330Z] ok  	github.com/docker/docker/registry/resumable	0.229s	coverage: 100.0% of statements
17:07:39 [2021-08-20T17:07:39.330Z] time="2021-08-20T17:07:38Z" level=warning msg="insecure registry http://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config"
17:07:39 [2021-08-20T17:07:39.330Z] time="2021-08-20T17:07:38Z" level=warning msg="insecure registry https://myregistry.example.com should not contain 'https://' and 'https://' has been removed from the insecure registry config"
17:07:39 [2021-08-20T17:07:39.330Z] time="2021-08-20T17:07:38Z" level=warning msg="insecure registry HTTP://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config"
17:07:39 [2021-08-20T17:07:39.330Z] --- PASS: TestLoadInsecureRegistries (0.17s)
17:07:39 [2021-08-20T17:07:39.330Z] === RUN   TestNewServiceConfig
17:07:39 [2021-08-20T17:07:39.330Z] --- PASS: TestNewServiceConfig (0.00s)
17:07:39 [2021-08-20T17:07:39.330Z] === RUN   TestValidateIndexName
17:07:39 [2021-08-20T17:07:39.330Z] --- PASS: TestValidateIndexName (0.00s)
17:07:39 [2021-08-20T17:07:39.330Z] === RUN   TestValidateIndexNameWithError
17:07:39 [2021-08-20T17:07:39.330Z] --- PASS: TestValidateIndexNameWithError (0.00s)
17:07:39 [2021-08-20T17:07:39.330Z] === RUN   TestEndpointParse
17:07:39 [2021-08-20T17:07:39.330Z] --- PASS: TestEndpointParse (0.00s)
17:07:39 [2021-08-20T17:07:39.330Z] === RUN   TestEndpointParseInvalid
17:07:39 [2021-08-20T17:07:39.330Z] --- PASS: TestEndpointParseInvalid (0.00s)
17:07:39 [2021-08-20T17:07:39.330Z] === RUN   TestValidateEndpoint
17:07:39 [2021-08-20T17:07:39.330Z] --- PASS: TestValidateEndpoint (0.01s)
17:07:39 [2021-08-20T17:07:39.330Z] === RUN   TestPing
17:07:39 [2021-08-20T17:07:39.330Z] --- PASS: TestPing (0.00s)
17:07:39 [2021-08-20T17:07:39.330Z] === RUN   TestPingRegistryEndpoint
17:07:39 [2021-08-20T17:07:39.330Z]     registry_test.go:47: os.Getuid() != 0: skipping test that requires root
17:07:39 [2021-08-20T17:07:39.330Z] --- SKIP: TestPingRegistryEndpoint (0.00s)
17:07:39 [2021-08-20T17:07:39.330Z] === RUN   TestEndpoint
17:07:39 [2021-08-20T17:07:39.330Z]     registry_test.go:67: os.Getuid() != 0: skipping test that requires root
17:07:39 [2021-08-20T17:07:39.330Z] --- SKIP: TestEndpoint (0.00s)
17:07:39 [2021-08-20T17:07:39.330Z] === RUN   TestParseRepositoryInfo
17:07:39 [2021-08-20T17:07:39.330Z] --- PASS: TestParseRepositoryInfo (0.00s)
17:07:39 [2021-08-20T17:07:39.330Z] === RUN   TestNewIndexInfo
17:07:39 [2021-08-20T17:07:39.330Z] --- PASS: TestNewIndexInfo (0.00s)
17:07:39 [2021-08-20T17:07:39.330Z] === RUN   TestMirrorEndpointLookup
17:07:39 [2021-08-20T17:07:39.330Z]     registry_test.go:510: os.Getuid() != 0: skipping test that requires root
17:07:39 [2021-08-20T17:07:39.330Z] --- SKIP: TestMirrorEndpointLookup (0.00s)
17:07:39 [2021-08-20T17:07:39.330Z] === RUN   TestSearchRepositories
17:07:39 [2021-08-20T17:07:39.330Z]     registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1
17:07:39 [2021-08-20T17:07:39.330Z]         Host: 127.0.0.1:49317
17:07:39 [2021-08-20T17:07:39.330Z]         User-Agent: docker test client
17:07:39 [2021-08-20T17:07:39.330Z]         Authorization: Token fake-token
17:07:39 [2021-08-20T17:07:39.330Z]         X-Docker-Token: true
17:07:39 [2021-08-20T17:07:39.330Z]         Accept-Encoding: gzip
17:07:39 [2021-08-20T17:07:39.330Z]         
17:07:39 [2021-08-20T17:07:39.330Z]         
17:07:39 [2021-08-20T17:07:39.330Z]     registry_test.go:730: HTTP/1.1 200 OK
17:07:39 [2021-08-20T17:07:39.330Z]         Connection: close
17:07:39 [2021-08-20T17:07:39.330Z]         Content-Length: 144
17:07:39 [2021-08-20T17:07:39.330Z]         Cache-Control: no-cache
17:07:39 [2021-08-20T17:07:39.330Z]         Content-Type: application/json
17:07:39 [2021-08-20T17:07:39.330Z]         Date: Fri, 20 Aug 2021 17:07:38 GMT
17:07:39 [2021-08-20T17:07:39.330Z]         Expires: -1
17:07:39 [2021-08-20T17:07:39.330Z]         Pragma: no-cache
17:07:39 [2021-08-20T17:07:39.330Z]         Server: docker-tests/mock
17:07:39 [2021-08-20T17:07:39.330Z]         X-Docker-Registry-Config: mock
17:07:39 [2021-08-20T17:07:39.330Z]         X-Docker-Registry-Version: 0.0.0
17:07:39 [2021-08-20T17:07:39.330Z]         
17:07:39 [2021-08-20T17:07:39.330Z]         
17:07:39 [2021-08-20T17:07:39.330Z] --- PASS: TestSearchRepositories (0.00s)
17:07:39 [2021-08-20T17:07:39.330Z] === RUN   TestTrustedLocation
17:07:39 [2021-08-20T17:07:39.330Z] --- PASS: TestTrustedLocation (0.00s)
17:07:39 [2021-08-20T17:07:39.330Z] === RUN   TestAddRequiredHeadersToRedirectedRequests
17:07:39 [2021-08-20T17:07:39.330Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s)
17:07:39 [2021-08-20T17:07:39.330Z] === RUN   TestAllowNondistributableArtifacts
17:07:39 [2021-08-20T17:07:39.330Z] --- PASS: TestAllowNondistributableArtifacts (0.00s)
17:07:39 [2021-08-20T17:07:39.330Z] === RUN   TestIsSecureIndex
17:07:39 [2021-08-20T17:07:39.330Z] --- PASS: TestIsSecureIndex (0.00s)
17:07:39 [2021-08-20T17:07:39.330Z] PASS
17:07:39 [2021-08-20T17:07:39.330Z] coverage: 51.7% of statements
17:07:39 [2021-08-20T17:07:39.330Z] ok  	github.com/docker/docker/registry	0.248s	coverage: 51.7% of statements
17:07:39 [2021-08-20T17:07:39.605Z]     check_test.go:309: [d180231a8f9a6] daemon is not started
17:07:39 [2021-08-20T17:07:39.605Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithLinks
17:07:39 [2021-08-20T17:07:39.786Z] === RUN   TestRestartManagerTimeout
17:07:39 [2021-08-20T17:07:39.786Z] --- PASS: TestRestartManagerTimeout (0.00s)
17:07:39 [2021-08-20T17:07:39.786Z] === RUN   TestRestartManagerTimeoutReset
17:07:39 [2021-08-20T17:07:39.786Z] --- PASS: TestRestartManagerTimeoutReset (0.00s)
17:07:39 [2021-08-20T17:07:39.786Z] PASS
17:07:39 [2021-08-20T17:07:39.786Z] coverage: 50.9% of statements
17:07:39 [2021-08-20T17:07:39.786Z] ok  	github.com/docker/docker/restartmanager	0.038s	coverage: 50.9% of statements
17:07:40 [2021-08-20T17:07:40.243Z] === RUN   TestDecodeContainerConfig
17:07:40 [2021-08-20T17:07:40.243Z] --- PASS: TestDecodeContainerConfig (0.00s)
17:07:40 [2021-08-20T17:07:40.243Z] === RUN   TestDecodeContainerConfigIsolation
17:07:40 [2021-08-20T17:07:40.243Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s)
17:07:40 [2021-08-20T17:07:40.243Z] === RUN   TestValidatePrivileged
17:07:40 [2021-08-20T17:07:40.243Z] --- PASS: TestValidatePrivileged (0.00s)
17:07:40 [2021-08-20T17:07:40.243Z] PASS
17:07:40 [2021-08-20T17:07:40.243Z] coverage: 52.2% of statements
17:07:40 [2021-08-20T17:07:40.243Z] ok  	github.com/docker/docker/runconfig	0.046s	coverage: 52.2% of statements
17:07:40 [2021-08-20T17:07:40.379Z] --- PASS: TestDockerNetworkMacvlan (14.29s)
17:07:40 [2021-08-20T17:07:40.379Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.06s)
17:07:40 [2021-08-20T17:07:40.379Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.06s)
17:07:40 [2021-08-20T17:07:40.379Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (1.58s)
17:07:40 [2021-08-20T17:07:40.379Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (1.89s)
17:07:40 [2021-08-20T17:07:40.379Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (4.09s)
17:07:40 [2021-08-20T17:07:40.379Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (1.34s)
17:07:40 [2021-08-20T17:07:40.379Z] PASS
17:07:40 [2021-08-20T17:07:40.379Z] 
17:07:40 [2021-08-20T17:07:40.379Z] DONE 8 tests in 15.544s
17:07:40 [2021-08-20T17:07:40.379Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m 
17:07:40 [2021-08-20T17:07:40.379Z] testing: warning: no tests to run
17:07:40 [2021-08-20T17:07:40.379Z] PASS
17:07:40 [2021-08-20T17:07:40.379Z] 
17:07:40 [2021-08-20T17:07:40.379Z] DONE 0 tests in 0.007s
17:07:40 [2021-08-20T17:07:40.379Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
17:07:40 [2021-08-20T17:07:40.379Z] INFO: Testing against a local daemon
17:07:40 [2021-08-20T17:07:40.379Z] === RUN   TestAuthZPluginAllowRequest
17:07:40 [2021-08-20T17:07:40.534Z] === RUN   TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength
17:07:40 [2021-08-20T17:07:40.534Z] --- PASS: TestStats (3.20s)
17:07:40 [2021-08-20T17:07:40.534Z] === RUN   TestStopContainerWithTimeout
17:07:40 [2021-08-20T17:07:40.534Z] === RUN   TestStopContainerWithTimeout/0
17:07:40 [2021-08-20T17:07:40.534Z] === PAUSE TestStopContainerWithTimeout/0
17:07:40 [2021-08-20T17:07:40.534Z] === RUN   TestStopContainerWithTimeout/1
17:07:40 [2021-08-20T17:07:40.534Z] === PAUSE TestStopContainerWithTimeout/1
17:07:40 [2021-08-20T17:07:40.534Z] === RUN   TestStopContainerWithTimeout/3
17:07:40 [2021-08-20T17:07:40.534Z] === PAUSE TestStopContainerWithTimeout/3
17:07:40 [2021-08-20T17:07:40.534Z] === RUN   TestStopContainerWithTimeout/-1
17:07:40 [2021-08-20T17:07:40.534Z] === PAUSE TestStopContainerWithTimeout/-1
17:07:40 [2021-08-20T17:07:40.544Z] ok  	github.com/docker/docker/libnetwork/ipam	80.864s	coverage: 85.3% of statements
17:07:40 [2021-08-20T17:07:40.544Z] ?   	github.com/docker/docker/libnetwork/ipamapi	[no test files]
17:07:40 [2021-08-20T17:07:40.544Z] ?   	github.com/docker/docker/libnetwork/ipams/builtin	[no test files]
17:07:40 [2021-08-20T17:07:40.544Z] ok  	github.com/docker/docker/libnetwork/ipams/null	0.004s	coverage: 57.1% of statements
17:07:40 [2021-08-20T17:07:40.699Z] === RUN   TestGenerateRandomAlphaOnlyStringLength
17:07:40 [2021-08-20T17:07:40.700Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s)
17:07:40 [2021-08-20T17:07:40.700Z] === RUN   TestGenerateRandomAlphaOnlyStringUniqueness
17:07:40 [2021-08-20T17:07:40.700Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s)
17:07:40 [2021-08-20T17:07:40.700Z] PASS
17:07:40 [2021-08-20T17:07:40.700Z] coverage: 62.5% of statements
17:07:40 [2021-08-20T17:07:40.700Z] ok  	github.com/docker/docker/testutil	0.052s	coverage: 62.5% of statements
17:07:40 [2021-08-20T17:07:40.791Z] === CONT  TestStopContainerWithTimeout/0
17:07:40 [2021-08-20T17:07:40.791Z] === CONT  TestStopContainerWithTimeout/3
17:07:41 [2021-08-20T17:07:41.756Z] --- PASS: TestAuthZPluginAllowRequest (1.43s)
17:07:41 [2021-08-20T17:07:41.756Z] === RUN   TestAuthZPluginTLS
17:07:42 [2021-08-20T17:07:42.016Z] --- PASS: TestAuthZPluginTLS (0.56s)
17:07:42 [2021-08-20T17:07:42.016Z] === RUN   TestAuthZPluginDenyRequest
17:07:42 [2021-08-20T17:07:42.583Z] --- PASS: TestAuthZPluginDenyRequest (0.53s)
17:07:42 [2021-08-20T17:07:42.583Z] === RUN   TestAuthZPluginAPIDenyResponse
17:07:42 [2021-08-20T17:07:42.687Z] === CONT  TestStopContainerWithTimeout/1
17:07:42 [2021-08-20T17:07:42.946Z] === RUN   TestDockerSuite/TestBuildCacheRootSource
17:07:43 [2021-08-20T17:07:43.149Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.54s)
17:07:43 [2021-08-20T17:07:43.149Z] === RUN   TestAuthZPluginDenyResponse
17:07:43 [2021-08-20T17:07:43.593Z] === RUN   TestGetDriver
17:07:43 [2021-08-20T17:07:43.593Z] --- PASS: TestGetDriver (0.00s)
17:07:43 [2021-08-20T17:07:43.593Z] === RUN   TestVolumeRequestError
17:07:43 [2021-08-20T17:07:43.593Z] --- PASS: TestVolumeRequestError (0.01s)
17:07:43 [2021-08-20T17:07:43.593Z] PASS
17:07:43 [2021-08-20T17:07:43.593Z] coverage: 36.1% of statements
17:07:43 [2021-08-20T17:07:43.593Z] ok  	github.com/docker/docker/volume/drivers	0.063s	coverage: 36.1% of statements
17:07:43 [2021-08-20T17:07:43.717Z] --- PASS: TestAuthZPluginDenyResponse (0.54s)
17:07:43 [2021-08-20T17:07:43.717Z] === RUN   TestAuthZPluginAllowEventStream
17:07:43 [2021-08-20T17:07:43.878Z] === RUN   TestDockerSuite/TestBuildCancellationKillsSleep
17:07:44 [2021-08-20T17:07:44.050Z] === RUN   TestGetAddress
17:07:44 [2021-08-20T17:07:44.050Z] --- PASS: TestGetAddress (0.00s)
17:07:44 [2021-08-20T17:07:44.050Z] === RUN   TestRemove
17:07:44 [2021-08-20T17:07:44.050Z]     local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI
17:07:44 [2021-08-20T17:07:44.050Z] --- SKIP: TestRemove (0.00s)
17:07:44 [2021-08-20T17:07:44.050Z] === RUN   TestInitializeWithVolumes
17:07:44 [2021-08-20T17:07:44.050Z] --- PASS: TestInitializeWithVolumes (0.01s)
17:07:44 [2021-08-20T17:07:44.050Z] === RUN   TestCreate
17:07:44 [2021-08-20T17:07:44.050Z] --- PASS: TestCreate (0.01s)
17:07:44 [2021-08-20T17:07:44.050Z] === RUN   TestValidateName
17:07:44 [2021-08-20T17:07:44.050Z] --- PASS: TestValidateName (0.00s)
17:07:44 [2021-08-20T17:07:44.050Z] === RUN   TestCreateWithOpts
17:07:44 [2021-08-20T17:07:44.050Z]     local_test.go:181: runtime.GOOS == "windows"
17:07:44 [2021-08-20T17:07:44.050Z] --- SKIP: TestCreateWithOpts (0.00s)
17:07:44 [2021-08-20T17:07:44.050Z] === RUN   TestRelaodNoOpts
17:07:44 [2021-08-20T17:07:44.050Z] --- PASS: TestRelaodNoOpts (0.01s)
17:07:44 [2021-08-20T17:07:44.050Z] PASS
17:07:44 [2021-08-20T17:07:44.050Z] coverage: 41.5% of statements
17:07:44 [2021-08-20T17:07:44.050Z] ok  	github.com/docker/docker/volume/local	0.079s	coverage: 41.5% of statements
17:07:44 [2021-08-20T17:07:44.440Z] === CONT  TestStopContainerWithTimeout/-1
17:07:45 [2021-08-20T17:07:45.003Z] === RUN   TestDockerSuite/TestBuildChownOnCopy
17:07:45 [2021-08-20T17:07:45.012Z] === RUN   TestLCOWParseMountRaw
17:07:45 [2021-08-20T17:07:45.012Z] --- PASS: TestLCOWParseMountRaw (0.00s)
17:07:45 [2021-08-20T17:07:45.012Z] === RUN   TestLCOWParseMountRawSplit
17:07:45 [2021-08-20T17:07:45.012Z] === RUN   TestLCOWParseMountRawSplit/0_c:\:/foo
17:07:45 [2021-08-20T17:07:45.012Z] === RUN   TestLCOWParseMountRawSplit/1_c:\:/foo:ro
17:07:45 [2021-08-20T17:07:45.012Z] === RUN   TestLCOWParseMountRawSplit/2_c:\:/foo:rw
17:07:45 [2021-08-20T17:07:45.012Z] === RUN   TestLCOWParseMountRawSplit/3_c:\:/foo:foo
17:07:45 [2021-08-20T17:07:45.012Z] === RUN   TestLCOWParseMountRawSplit/4_name:/foo:rw
17:07:45 [2021-08-20T17:07:45.012Z] === RUN   TestLCOWParseMountRawSplit/5_name:/foo
17:07:45 [2021-08-20T17:07:45.012Z] === RUN   TestLCOWParseMountRawSplit/6_name:/foo:ro
17:07:45 [2021-08-20T17:07:45.012Z] === RUN   TestLCOWParseMountRawSplit/7_name:/
17:07:45 [2021-08-20T17:07:45.013Z] === RUN   TestLCOWParseMountRawSplit/8_driver/name:/
17:07:45 [2021-08-20T17:07:45.013Z] === RUN   TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar
17:07:45 [2021-08-20T17:07:45.013Z] === RUN   TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data
17:07:45 [2021-08-20T17:07:45.013Z] === RUN   TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo
17:07:45 [2021-08-20T17:07:45.013Z] --- PASS: TestLCOWParseMountRawSplit (0.00s)
17:07:45 [2021-08-20T17:07:45.013Z]     --- PASS: TestLCOWParseMountRawSplit/0_c:\:/foo (0.00s)
17:07:45 [2021-08-20T17:07:45.013Z]     --- PASS: TestLCOWParseMountRawSplit/1_c:\:/foo:ro (0.00s)
17:07:45 [2021-08-20T17:07:45.013Z]     --- PASS: TestLCOWParseMountRawSplit/2_c:\:/foo:rw (0.00s)
17:07:45 [2021-08-20T17:07:45.013Z]     --- PASS: TestLCOWParseMountRawSplit/3_c:\:/foo:foo (0.00s)
17:07:45 [2021-08-20T17:07:45.013Z]     --- PASS: TestLCOWParseMountRawSplit/4_name:/foo:rw (0.00s)
17:07:45 [2021-08-20T17:07:45.013Z]     --- PASS: TestLCOWParseMountRawSplit/5_name:/foo (0.00s)
17:07:45 [2021-08-20T17:07:45.013Z]     --- PASS: TestLCOWParseMountRawSplit/6_name:/foo:ro (0.00s)
17:07:45 [2021-08-20T17:07:45.013Z]     --- PASS: TestLCOWParseMountRawSplit/7_name:/ (0.00s)
17:07:45 [2021-08-20T17:07:45.013Z]     --- PASS: TestLCOWParseMountRawSplit/8_driver/name:/ (0.00s)
17:07:45 [2021-08-20T17:07:45.013Z]     --- PASS: TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar (0.00s)
17:07:45 [2021-08-20T17:07:45.013Z]     --- PASS: TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data (0.00s)
17:07:45 [2021-08-20T17:07:45.013Z]     --- PASS: TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo (0.00s)
17:07:45 [2021-08-20T17:07:45.013Z] === RUN   TestLinuxParseMountRaw
17:07:45 [2021-08-20T17:07:45.013Z] --- PASS: TestLinuxParseMountRaw (0.00s)
17:07:45 [2021-08-20T17:07:45.013Z] === RUN   TestLinuxParseMountRawSplit
17:07:45 [2021-08-20T17:07:45.013Z] === RUN   TestLinuxParseMountRawSplit/0_/tmp:/tmp1
17:07:45 [2021-08-20T17:07:45.013Z] === RUN   TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro
17:07:45 [2021-08-20T17:07:45.013Z] === RUN   TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw
17:07:45 [2021-08-20T17:07:45.013Z] === RUN   TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo
17:07:45 [2021-08-20T17:07:45.013Z] === RUN   TestLinuxParseMountRawSplit/4_name:/named1
17:07:45 [2021-08-20T17:07:45.013Z] === RUN   TestLinuxParseMountRawSplit/5_name:/named2
17:07:45 [2021-08-20T17:07:45.013Z] === RUN   TestLinuxParseMountRawSplit/6_name:/named3:ro
17:07:45 [2021-08-20T17:07:45.013Z] === RUN   TestLinuxParseMountRawSplit/7_local/name:/tmp:rw
17:07:45 [2021-08-20T17:07:45.013Z] === RUN   TestLinuxParseMountRawSplit/8_/tmp:tmp
17:07:45 [2021-08-20T17:07:45.013Z] --- PASS: TestLinuxParseMountRawSplit (0.00s)
17:07:45 [2021-08-20T17:07:45.013Z]     --- PASS: TestLinuxParseMountRawSplit/0_/tmp:/tmp1 (0.00s)
17:07:45 [2021-08-20T17:07:45.013Z]     --- PASS: TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro (0.00s)
17:07:45 [2021-08-20T17:07:45.013Z]     --- PASS: TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw (0.00s)
17:07:45 [2021-08-20T17:07:45.013Z]     --- PASS: TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo (0.00s)
17:07:45 [2021-08-20T17:07:45.013Z]     --- PASS: TestLinuxParseMountRawSplit/4_name:/named1 (0.00s)
17:07:45 [2021-08-20T17:07:45.013Z]     --- PASS: TestLinuxParseMountRawSplit/5_name:/named2 (0.00s)
17:07:45 [2021-08-20T17:07:45.013Z]     --- PASS: TestLinuxParseMountRawSplit/6_name:/named3:ro (0.00s)
17:07:45 [2021-08-20T17:07:45.013Z]     --- PASS: TestLinuxParseMountRawSplit/7_local/name:/tmp:rw (0.00s)
17:07:45 [2021-08-20T17:07:45.013Z]     --- PASS: TestLinuxParseMountRawSplit/8_/tmp:tmp (0.00s)
17:07:45 [2021-08-20T17:07:45.013Z] === RUN   TestLinuxParseMountSpecBindWithFileinfoError
17:07:45 [2021-08-20T17:07:45.013Z] --- PASS: TestLinuxParseMountSpecBindWithFileinfoError (0.00s)
17:07:45 [2021-08-20T17:07:45.013Z] === RUN   TestConvertTmpfsOptions
17:07:45 [2021-08-20T17:07:45.013Z]     linux_parser_test.go:209: data="mode=700,size=1m"
17:07:45 [2021-08-20T17:07:45.013Z]     linux_parser_test.go:209: data="ro"
17:07:45 [2021-08-20T17:07:45.013Z] --- PASS: TestConvertTmpfsOptions (0.00s)
17:07:45 [2021-08-20T17:07:45.013Z] === RUN   TestParseMountSpec
17:07:45 [2021-08-20T17:07:45.013Z]     parser_test.go:63: case 0
17:07:45 [2021-08-20T17:07:45.013Z]     parser_test.go:63: case 1
17:07:45 [2021-08-20T17:07:45.013Z]     parser_test.go:63: case 2
17:07:45 [2021-08-20T17:07:45.013Z]     parser_test.go:63: case 3
17:07:45 [2021-08-20T17:07:45.013Z]     parser_test.go:63: case 4
17:07:45 [2021-08-20T17:07:45.013Z]     parser_test.go:63: case 5
17:07:45 [2021-08-20T17:07:45.013Z] --- PASS: TestParseMountSpec (0.00s)
17:07:45 [2021-08-20T17:07:45.013Z] === RUN   TestValidateMount
17:07:45 [2021-08-20T17:07:45.013Z] --- PASS: TestValidateMount (0.00s)
17:07:45 [2021-08-20T17:07:45.013Z] === RUN   TestWindowsParseMountRaw
17:07:45 [2021-08-20T17:07:45.013Z] --- PASS: TestWindowsParseMountRaw (0.00s)
17:07:45 [2021-08-20T17:07:45.013Z] === RUN   TestWindowsParseMountRawSplit
17:07:45 [2021-08-20T17:07:45.013Z] === RUN   TestWindowsParseMountRawSplit/0_c:\:d:
17:07:45 [2021-08-20T17:07:45.013Z] === RUN   TestWindowsParseMountRawSplit/1_c:\:d:\
17:07:45 [2021-08-20T17:07:45.013Z] === RUN   TestWindowsParseMountRawSplit/2_c:\:d:\:ro
17:07:45 [2021-08-20T17:07:45.013Z] === RUN   TestWindowsParseMountRawSplit/3_c:\:d:\:rw
17:07:45 [2021-08-20T17:07:45.013Z] === RUN   TestWindowsParseMountRawSplit/4_c:\:d:\:foo
17:07:45 [2021-08-20T17:07:45.013Z] === RUN   TestWindowsParseMountRawSplit/5_name:d::rw
17:07:45 [2021-08-20T17:07:45.013Z] === RUN   TestWindowsParseMountRawSplit/6_name:d:
17:07:45 [2021-08-20T17:07:45.013Z] === RUN   TestWindowsParseMountRawSplit/7_name:d::ro
17:07:45 [2021-08-20T17:07:45.013Z] === RUN   TestWindowsParseMountRawSplit/8_name:c:
17:07:45 [2021-08-20T17:07:45.013Z] === RUN   TestWindowsParseMountRawSplit/9_driver/name:c:
17:07:45 [2021-08-20T17:07:45.013Z] === RUN   TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar
17:07:45 [2021-08-20T17:07:45.013Z] === RUN   TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar
17:07:45 [2021-08-20T17:07:45.013Z] === RUN   TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo
17:07:45 [2021-08-20T17:07:45.013Z] --- PASS: TestWindowsParseMountRawSplit (0.00s)
17:07:45 [2021-08-20T17:07:45.013Z]     --- PASS: TestWindowsParseMountRawSplit/0_c:\:d: (0.00s)
17:07:45 [2021-08-20T17:07:45.013Z]     --- PASS: TestWindowsParseMountRawSplit/1_c:\:d:\ (0.00s)
17:07:45 [2021-08-20T17:07:45.013Z]     --- PASS: TestWindowsParseMountRawSplit/2_c:\:d:\:ro (0.00s)
17:07:45 [2021-08-20T17:07:45.013Z]     --- PASS: TestWindowsParseMountRawSplit/3_c:\:d:\:rw (0.00s)
17:07:45 [2021-08-20T17:07:45.013Z]     --- PASS: TestWindowsParseMountRawSplit/4_c:\:d:\:foo (0.00s)
17:07:45 [2021-08-20T17:07:45.013Z]     --- PASS: TestWindowsParseMountRawSplit/5_name:d::rw (0.00s)
17:07:45 [2021-08-20T17:07:45.013Z]     --- PASS: TestWindowsParseMountRawSplit/6_name:d: (0.00s)
17:07:45 [2021-08-20T17:07:45.013Z]     --- PASS: TestWindowsParseMountRawSplit/7_name:d::ro (0.00s)
17:07:45 [2021-08-20T17:07:45.013Z]     --- PASS: TestWindowsParseMountRawSplit/8_name:c: (0.00s)
17:07:45 [2021-08-20T17:07:45.013Z]     --- PASS: TestWindowsParseMountRawSplit/9_driver/name:c: (0.00s)
17:07:45 [2021-08-20T17:07:45.013Z]     --- PASS: TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar (0.00s)
17:07:45 [2021-08-20T17:07:45.013Z]     --- PASS: TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar (0.00s)
17:07:45 [2021-08-20T17:07:45.013Z]     --- PASS: TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo (0.00s)
17:07:45 [2021-08-20T17:07:45.013Z] === RUN   TestWindowsParseMountSpecBindWithFileinfoError
17:07:45 [2021-08-20T17:07:45.013Z] --- PASS: TestWindowsParseMountSpecBindWithFileinfoError (0.00s)
17:07:45 [2021-08-20T17:07:45.013Z] PASS
17:07:45 [2021-08-20T17:07:45.013Z] coverage: 67.6% of statements
17:07:45 [2021-08-20T17:07:45.013Z] ok  	github.com/docker/docker/volume/mounts	0.047s	coverage: 67.6% of statements
17:07:45 [2021-08-20T17:07:45.017Z] tests/integration/api_network_test.py ............................       [ 47%]
17:07:45 [2021-08-20T17:07:45.469Z] --- PASS: TestGet (15.01s)
17:07:45 [2021-08-20T17:07:45.469Z] === RUN   TestPluginWithNoManifest
17:07:45 [2021-08-20T17:07:45.469Z] --- PASS: TestPluginWithNoManifest (0.00s)
17:07:45 [2021-08-20T17:07:45.469Z] === RUN   TestGetAll
17:07:45 [2021-08-20T17:07:45.469Z] --- PASS: TestGetAll (0.00s)
17:07:45 [2021-08-20T17:07:45.469Z] PASS
17:07:45 [2021-08-20T17:07:45.469Z] coverage: 73.4% of statements
17:07:45 [2021-08-20T17:07:45.469Z] ok  	github.com/docker/docker/pkg/plugins	35.942s	coverage: 73.4% of statements
17:07:45 [2021-08-20T17:07:45.469Z] === RUN   TestSetGetMeta
17:07:45 [2021-08-20T17:07:45.469Z] === PAUSE TestSetGetMeta
17:07:45 [2021-08-20T17:07:45.469Z] === RUN   TestRestore
17:07:45 [2021-08-20T17:07:45.469Z] === PAUSE TestRestore
17:07:45 [2021-08-20T17:07:45.469Z] === RUN   TestServiceCreate
17:07:45 [2021-08-20T17:07:45.469Z] === PAUSE TestServiceCreate
17:07:45 [2021-08-20T17:07:45.469Z] === RUN   TestServiceList
17:07:45 [2021-08-20T17:07:45.469Z] === PAUSE TestServiceList
17:07:45 [2021-08-20T17:07:45.469Z] === RUN   TestServiceRemove
17:07:45 [2021-08-20T17:07:45.469Z] === PAUSE TestServiceRemove
17:07:45 [2021-08-20T17:07:45.469Z] === RUN   TestServiceGet
17:07:45 [2021-08-20T17:07:45.469Z] === PAUSE TestServiceGet
17:07:45 [2021-08-20T17:07:45.469Z] === RUN   TestServicePrune
17:07:45 [2021-08-20T17:07:45.469Z] === PAUSE TestServicePrune
17:07:45 [2021-08-20T17:07:45.469Z] === RUN   TestCreate
17:07:45 [2021-08-20T17:07:45.469Z] === PAUSE TestCreate
17:07:45 [2021-08-20T17:07:45.469Z] === RUN   TestRemove
17:07:45 [2021-08-20T17:07:45.469Z] === PAUSE TestRemove
17:07:45 [2021-08-20T17:07:45.469Z] === RUN   TestList
17:07:45 [2021-08-20T17:07:45.469Z] === PAUSE TestList
17:07:45 [2021-08-20T17:07:45.469Z] === RUN   TestFindByDriver
17:07:45 [2021-08-20T17:07:45.469Z] === PAUSE TestFindByDriver
17:07:45 [2021-08-20T17:07:45.469Z] === RUN   TestFindByReferenced
17:07:45 [2021-08-20T17:07:45.469Z] === PAUSE TestFindByReferenced
17:07:45 [2021-08-20T17:07:45.469Z] === RUN   TestDerefMultipleOfSameRef
17:07:45 [2021-08-20T17:07:45.469Z] === PAUSE TestDerefMultipleOfSameRef
17:07:45 [2021-08-20T17:07:45.469Z] === RUN   TestCreateKeepOptsLabelsWhenExistsRemotely
17:07:45 [2021-08-20T17:07:45.469Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely
17:07:45 [2021-08-20T17:07:45.469Z] === RUN   TestDefererencePluginOnCreateError
17:07:45 [2021-08-20T17:07:45.469Z] === PAUSE TestDefererencePluginOnCreateError
17:07:45 [2021-08-20T17:07:45.469Z] === RUN   TestRefDerefRemove
17:07:45 [2021-08-20T17:07:45.469Z] === PAUSE TestRefDerefRemove
17:07:45 [2021-08-20T17:07:45.469Z] === RUN   TestGet
17:07:45 [2021-08-20T17:07:45.469Z] === PAUSE TestGet
17:07:45 [2021-08-20T17:07:45.469Z] === RUN   TestGetWithReference
17:07:45 [2021-08-20T17:07:45.469Z] === PAUSE TestGetWithReference
17:07:45 [2021-08-20T17:07:45.469Z] === RUN   TestFilterFunc
17:07:45 [2021-08-20T17:07:45.469Z] === RUN   TestFilterFunc/test_nil_list
17:07:45 [2021-08-20T17:07:45.469Z] === PAUSE TestFilterFunc/test_nil_list
17:07:45 [2021-08-20T17:07:45.469Z] === RUN   TestFilterFunc/test_empty_list
17:07:45 [2021-08-20T17:07:45.469Z] === PAUSE TestFilterFunc/test_empty_list
17:07:45 [2021-08-20T17:07:45.469Z] === RUN   TestFilterFunc/test_filter_non-empty_to_empty
17:07:45 [2021-08-20T17:07:45.469Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty
17:07:45 [2021-08-20T17:07:45.469Z] === RUN   TestFilterFunc/test_nothing_to_fitler_non-empty_list
17:07:45 [2021-08-20T17:07:45.469Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list
17:07:45 [2021-08-20T17:07:45.469Z] === RUN   TestFilterFunc/test_filter_some
17:07:45 [2021-08-20T17:07:45.469Z] === PAUSE TestFilterFunc/test_filter_some
17:07:45 [2021-08-20T17:07:45.469Z] === RUN   TestFilterFunc/test_filter_middle
17:07:45 [2021-08-20T17:07:45.469Z] === PAUSE TestFilterFunc/test_filter_middle
17:07:45 [2021-08-20T17:07:45.469Z] === RUN   TestFilterFunc/test_filter_middle_and_last
17:07:45 [2021-08-20T17:07:45.469Z] === PAUSE TestFilterFunc/test_filter_middle_and_last
17:07:45 [2021-08-20T17:07:45.469Z] === RUN   TestFilterFunc/test_filter_first_and_last
17:07:45 [2021-08-20T17:07:45.469Z] === PAUSE TestFilterFunc/test_filter_first_and_last
17:07:45 [2021-08-20T17:07:45.469Z] === CONT  TestFilterFunc/test_nil_list
17:07:45 [2021-08-20T17:07:45.469Z] === CONT  TestFilterFunc/test_filter_some
17:07:45 [2021-08-20T17:07:45.469Z] === CONT  TestFilterFunc/test_nothing_to_fitler_non-empty_list
17:07:45 [2021-08-20T17:07:45.469Z] === CONT  TestFilterFunc/test_filter_non-empty_to_empty
17:07:45 [2021-08-20T17:07:45.469Z] === CONT  TestFilterFunc/test_empty_list
17:07:45 [2021-08-20T17:07:45.469Z] === CONT  TestFilterFunc/test_filter_middle_and_last
17:07:45 [2021-08-20T17:07:45.469Z] === CONT  TestFilterFunc/test_filter_first_and_last
17:07:45 [2021-08-20T17:07:45.469Z] === CONT  TestFilterFunc/test_filter_middle
17:07:45 [2021-08-20T17:07:45.469Z] --- PASS: TestFilterFunc (0.00s)
17:07:45 [2021-08-20T17:07:45.638Z] --- PASS: TestAuthZPluginAllowEventStream (1.57s)
17:07:45 [2021-08-20T17:07:45.638Z] === RUN   TestAuthZPluginErrorResponse
17:07:45 [2021-08-20T17:07:45.685Z] 393f6f5bddce: Pull complete
17:07:45 [2021-08-20T17:07:45.685Z] Digest: sha256:8f756a7fd4fe963cc7dd2c3ad1597327535da8e8f55a7d1932780934efa87e04
17:07:45 [2021-08-20T17:07:45.685Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2022
17:07:45 [2021-08-20T17:07:45.685Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2022 into daemon under test completed successfully
17:07:45 [2021-08-20T17:07:45.685Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2022 as microsoft/windowsservercore in daemon under test
17:07:45 [2021-08-20T17:07:45.685Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2022 is '10.0.20348.169'
17:07:45 [2021-08-20T17:07:45.685Z] WARN: Skipping validation tests
17:07:45 [2021-08-20T17:07:45.685Z] INFO: Running unit tests at 08/20/2021 17:07:37...
17:07:45 [2021-08-20T17:07:45.685Z] INFO: make.ps1 starting at 08/20/2021 17:07:40
17:07:45 [2021-08-20T17:07:45.685Z] INFO: Git commit (b1b88c94ee) assumed from DOCKER_GITCOMMIT environment variable
17:07:45 [2021-08-20T17:07:45.685Z] INFO: Invoking autogen...
17:07:45 [2021-08-20T17:07:45.685Z] INFO: Running unit tests...
17:07:45 [2021-08-20T17:07:45.902Z] --- PASS: TestAuthZPluginErrorResponse (0.54s)
17:07:45 [2021-08-20T17:07:45.902Z] === RUN   TestAuthZPluginErrorRequest
17:07:45 [2021-08-20T17:07:45.929Z]     --- PASS: TestFilterFunc/test_nil_list (0.00s)
17:07:45 [2021-08-20T17:07:45.929Z]     --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s)
17:07:45 [2021-08-20T17:07:45.929Z]     --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s)
17:07:45 [2021-08-20T17:07:45.929Z]     --- PASS: TestFilterFunc/test_empty_list (0.00s)
17:07:45 [2021-08-20T17:07:45.929Z]     --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s)
17:07:45 [2021-08-20T17:07:45.929Z]     --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s)
17:07:45 [2021-08-20T17:07:45.929Z]     --- PASS: TestFilterFunc/test_filter_middle (0.00s)
17:07:45 [2021-08-20T17:07:45.929Z]     --- PASS: TestFilterFunc/test_filter_some (0.00s)
17:07:45 [2021-08-20T17:07:45.929Z] === CONT  TestSetGetMeta
17:07:45 [2021-08-20T17:07:45.929Z] === CONT  TestGetWithReference
17:07:45 [2021-08-20T17:07:45.929Z] === CONT  TestFindByReferenced
17:07:45 [2021-08-20T17:07:45.929Z] === CONT  TestDefererencePluginOnCreateError
17:07:45 [2021-08-20T17:07:45.929Z] --- PASS: TestSetGetMeta (0.02s)
17:07:45 [2021-08-20T17:07:45.929Z] === CONT  TestFindByDriver
17:07:45 [2021-08-20T17:07:45.929Z] --- PASS: TestGetWithReference (0.03s)
17:07:45 [2021-08-20T17:07:45.929Z] === CONT  TestList
17:07:45 [2021-08-20T17:07:45.929Z] --- PASS: TestFindByReferenced (0.03s)
17:07:45 [2021-08-20T17:07:45.929Z] === CONT  TestRemove
17:07:45 [2021-08-20T17:07:45.929Z] --- PASS: TestDefererencePluginOnCreateError (0.04s)
17:07:45 [2021-08-20T17:07:45.929Z] === CONT  TestCreate
17:07:45 [2021-08-20T17:07:45.929Z] --- PASS: TestFindByDriver (0.03s)
17:07:45 [2021-08-20T17:07:45.929Z] === CONT  TestServicePrune
17:07:45 [2021-08-20T17:07:45.929Z] --- PASS: TestRemove (0.03s)
17:07:45 [2021-08-20T17:07:45.929Z] === CONT  TestServiceGet
17:07:45 [2021-08-20T17:07:45.929Z] --- PASS: TestList (0.03s)
17:07:45 [2021-08-20T17:07:45.929Z] === CONT  TestServiceRemove
17:07:45 [2021-08-20T17:07:45.929Z] --- PASS: TestCreate (0.03s)
17:07:45 [2021-08-20T17:07:45.929Z] === CONT  TestServiceList
17:07:45 [2021-08-20T17:07:45.929Z] time="2021-08-20T17:07:45Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test
17:07:45 [2021-08-20T17:07:45.929Z] --- PASS: TestServiceGet (0.15s)
17:07:45 [2021-08-20T17:07:45.929Z] === CONT  TestServiceCreate
17:07:45 [2021-08-20T17:07:45.929Z] --- PASS: TestServiceRemove (0.15s)
17:07:45 [2021-08-20T17:07:45.929Z] === CONT  TestRestore
17:07:45 [2021-08-20T17:07:45.929Z] time="2021-08-20T17:07:45Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test
17:07:45 [2021-08-20T17:07:45.929Z] --- PASS: TestServiceList (0.16s)
17:07:45 [2021-08-20T17:07:45.929Z] === CONT  TestCreateKeepOptsLabelsWhenExistsRemotely
17:07:45 [2021-08-20T17:07:45.929Z] time="2021-08-20T17:07:45Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test
17:07:45 [2021-08-20T17:07:45.929Z] time="2021-08-20T17:07:45Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3
17:07:45 [2021-08-20T17:07:45.929Z] --- PASS: TestServiceCreate (0.02s)
17:07:45 [2021-08-20T17:07:45.929Z] === CONT  TestDerefMultipleOfSameRef
17:07:45 [2021-08-20T17:07:45.929Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.02s)
17:07:45 [2021-08-20T17:07:45.929Z] === CONT  TestGet
17:07:45 [2021-08-20T17:07:45.929Z] time="2021-08-20T17:07:45Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test
17:07:45 [2021-08-20T17:07:45.929Z] --- PASS: TestRestore (0.03s)
17:07:45 [2021-08-20T17:07:45.929Z] === CONT  TestRefDerefRemove
17:07:45 [2021-08-20T17:07:45.929Z] --- PASS: TestServicePrune (0.20s)
17:07:45 [2021-08-20T17:07:45.929Z] --- PASS: TestDerefMultipleOfSameRef (0.02s)
17:07:45 [2021-08-20T17:07:45.929Z] --- PASS: TestGet (0.02s)
17:07:45 [2021-08-20T17:07:45.929Z] --- PASS: TestRefDerefRemove (0.02s)
17:07:45 [2021-08-20T17:07:45.929Z] PASS
17:07:45 [2021-08-20T17:07:45.929Z] coverage: 69.0% of statements
17:07:45 [2021-08-20T17:07:45.929Z] ok  	github.com/docker/docker/volume/service	0.310s	coverage: 69.0% of statements
17:07:46 [2021-08-20T17:07:46.115Z] --- PASS: TestInfoAPIWarnings (16.44s)
17:07:46 [2021-08-20T17:07:46.115Z] === RUN   TestInfoDebug
17:07:46 [2021-08-20T17:07:46.115Z] --- PASS: TestInfoDebug (0.55s)
17:07:46 [2021-08-20T17:07:46.115Z] === RUN   TestInfoInsecureRegistries
17:07:46 [2021-08-20T17:07:46.115Z] --- PASS: TestInfoInsecureRegistries (0.54s)
17:07:46 [2021-08-20T17:07:46.115Z] === RUN   TestInfoRegistryMirrors
17:07:46 [2021-08-20T17:07:46.115Z] --- PASS: TestInfoRegistryMirrors (0.55s)
17:07:46 [2021-08-20T17:07:46.115Z] === RUN   TestLoginFailsWithBadCredentials
17:07:46 [2021-08-20T17:07:46.115Z] --- PASS: TestLoginFailsWithBadCredentials (0.11s)
17:07:46 [2021-08-20T17:07:46.115Z] === RUN   TestPingCacheHeaders
17:07:46 [2021-08-20T17:07:46.115Z] --- PASS: TestPingCacheHeaders (0.03s)
17:07:46 [2021-08-20T17:07:46.115Z] === RUN   TestPingGet
17:07:46 [2021-08-20T17:07:46.115Z] --- PASS: TestPingGet (0.03s)
17:07:46 [2021-08-20T17:07:46.115Z] === RUN   TestPingHead
17:07:46 [2021-08-20T17:07:46.115Z] --- PASS: TestPingHead (0.02s)
17:07:46 [2021-08-20T17:07:46.115Z] === RUN   TestVersion
17:07:46 [2021-08-20T17:07:46.115Z] --- PASS: TestVersion (0.02s)
17:07:46 [2021-08-20T17:07:46.115Z] === CONT  TestDiskUsage
17:07:46 [2021-08-20T17:07:46.115Z] === RUN   TestDiskUsage/empty
17:07:46 [2021-08-20T17:07:46.115Z] === RUN   TestDiskUsage/empty/container_types
17:07:46 [2021-08-20T17:07:46.115Z] === RUN   TestDiskUsage/empty/image_types
17:07:46 [2021-08-20T17:07:46.115Z] === RUN   TestDiskUsage/empty/volume_types
17:07:46 [2021-08-20T17:07:46.115Z] === RUN   TestDiskUsage/empty/build-cache_types
17:07:46 [2021-08-20T17:07:46.115Z] === RUN   TestDiskUsage/empty/container,_volume_types
17:07:46 [2021-08-20T17:07:46.115Z] === RUN   TestDiskUsage/empty/image,_build-cache_types
17:07:46 [2021-08-20T17:07:46.115Z] === RUN   TestDiskUsage/empty/container,_volume,_build-cache_types
17:07:46 [2021-08-20T17:07:46.115Z] === RUN   TestDiskUsage/empty/image,_volume,_build-cache_types
17:07:46 [2021-08-20T17:07:46.115Z] === RUN   TestDiskUsage/empty/container,_image,_volume_types
17:07:46 [2021-08-20T17:07:46.115Z] === RUN   TestDiskUsage/empty/container,_image,_volume,_build-cache_types
17:07:46 [2021-08-20T17:07:46.115Z] === RUN   TestDiskUsage/after_LoadBusybox
17:07:46 [2021-08-20T17:07:46.370Z] === RUN   TestDiskUsage/after_LoadBusybox/container_types
17:07:46 [2021-08-20T17:07:46.370Z] === RUN   TestDiskUsage/after_LoadBusybox/image_types
17:07:46 [2021-08-20T17:07:46.370Z] === RUN   TestDiskUsage/after_LoadBusybox/volume_types
17:07:46 [2021-08-20T17:07:46.370Z] === RUN   TestDiskUsage/after_LoadBusybox/build-cache_types
17:07:46 [2021-08-20T17:07:46.370Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume_types
17:07:46 [2021-08-20T17:07:46.370Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_build-cache_types
17:07:46 [2021-08-20T17:07:46.370Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types
17:07:46 [2021-08-20T17:07:46.370Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types
17:07:46 [2021-08-20T17:07:46.370Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume_types
17:07:46 [2021-08-20T17:07:46.370Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types
17:07:46 [2021-08-20T17:07:46.370Z] === RUN   TestDiskUsage/after_container.Run
17:07:46 [2021-08-20T17:07:46.374Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithNames
17:07:46 [2021-08-20T17:07:46.468Z] --- PASS: TestAuthZPluginErrorRequest (0.54s)
17:07:46 [2021-08-20T17:07:46.468Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
17:07:46 [2021-08-20T17:07:46.932Z] === RUN   TestDiskUsage/after_container.Run/container_types
17:07:46 [2021-08-20T17:07:46.932Z] === RUN   TestDiskUsage/after_container.Run/image_types
17:07:46 [2021-08-20T17:07:46.932Z] === RUN   TestDiskUsage/after_container.Run/volume_types
17:07:46 [2021-08-20T17:07:46.932Z] === RUN   TestDiskUsage/after_container.Run/build-cache_types
17:07:46 [2021-08-20T17:07:46.932Z] === RUN   TestDiskUsage/after_container.Run/container,_volume_types
17:07:46 [2021-08-20T17:07:46.932Z] === RUN   TestDiskUsage/after_container.Run/image,_build-cache_types
17:07:46 [2021-08-20T17:07:46.932Z] === RUN   TestDiskUsage/after_container.Run/container,_volume,_build-cache_types
17:07:46 [2021-08-20T17:07:46.932Z] === RUN   TestDiskUsage/after_container.Run/image,_volume,_build-cache_types
17:07:46 [2021-08-20T17:07:46.932Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume_types
17:07:46 [2021-08-20T17:07:46.932Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types
17:07:46 [2021-08-20T17:07:46.948Z] INFO: Downloading docker/cli version 17.06.2-ce from stable...
17:07:47 [2021-08-20T17:07:47.034Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.55s)
17:07:47 [2021-08-20T17:07:47.034Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
17:07:47 [2021-08-20T17:07:47.122Z] ok  	github.com/docker/docker/libnetwork/ipams/remote	0.017s	coverage: 47.4% of statements
17:07:47 [2021-08-20T17:07:47.122Z] ?   	github.com/docker/docker/libnetwork/ipams/remote/api	[no test files]
17:07:47 [2021-08-20T17:07:47.188Z] --- PASS: TestDiskUsage (1.52s)
17:07:47 [2021-08-20T17:07:47.188Z]     --- PASS: TestDiskUsage/empty (0.01s)
17:07:47 [2021-08-20T17:07:47.188Z]         --- PASS: TestDiskUsage/empty/container_types (0.00s)
17:07:47 [2021-08-20T17:07:47.188Z]         --- PASS: TestDiskUsage/empty/image_types (0.00s)
17:07:47 [2021-08-20T17:07:47.188Z]         --- PASS: TestDiskUsage/empty/volume_types (0.00s)
17:07:47 [2021-08-20T17:07:47.188Z]         --- PASS: TestDiskUsage/empty/build-cache_types (0.00s)
17:07:47 [2021-08-20T17:07:47.188Z]         --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s)
17:07:47 [2021-08-20T17:07:47.188Z]         --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s)
17:07:47 [2021-08-20T17:07:47.188Z]         --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s)
17:07:47 [2021-08-20T17:07:47.188Z]         --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s)
17:07:47 [2021-08-20T17:07:47.188Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s)
17:07:47 [2021-08-20T17:07:47.188Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s)
17:07:47 [2021-08-20T17:07:47.188Z]     --- PASS: TestDiskUsage/after_LoadBusybox (0.17s)
17:07:47 [2021-08-20T17:07:47.188Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s)
17:07:47 [2021-08-20T17:07:47.188Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s)
17:07:47 [2021-08-20T17:07:47.188Z]         --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s)
17:07:47 [2021-08-20T17:07:47.188Z]         --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s)
17:07:47 [2021-08-20T17:07:47.188Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s)
17:07:47 [2021-08-20T17:07:47.188Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s)
17:07:47 [2021-08-20T17:07:47.188Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s)
17:07:47 [2021-08-20T17:07:47.188Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s)
17:07:47 [2021-08-20T17:07:47.188Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s)
17:07:47 [2021-08-20T17:07:47.188Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s)
17:07:47 [2021-08-20T17:07:47.188Z]     --- PASS: TestDiskUsage/after_container.Run (0.64s)
17:07:47 [2021-08-20T17:07:47.188Z]         --- PASS: TestDiskUsage/after_container.Run/container_types (0.01s)
17:07:47 [2021-08-20T17:07:47.188Z]         --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s)
17:07:47 [2021-08-20T17:07:47.188Z]         --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s)
17:07:47 [2021-08-20T17:07:47.188Z]         --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s)
17:07:47 [2021-08-20T17:07:47.188Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.01s)
17:07:47 [2021-08-20T17:07:47.188Z]         --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s)
17:07:47 [2021-08-20T17:07:47.188Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.01s)
17:07:47 [2021-08-20T17:07:47.188Z]         --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s)
17:07:47 [2021-08-20T17:07:47.188Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.01s)
17:07:47 [2021-08-20T17:07:47.188Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.02s)
17:07:47 [2021-08-20T17:07:47.188Z] PASS
17:07:47 [2021-08-20T17:07:47.188Z] 
17:07:47 [2021-08-20T17:07:47.188Z] === Skipped
17:07:47 [2021-08-20T17:07:47.188Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
17:07:47 [2021-08-20T17:07:47.188Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
17:07:47 [2021-08-20T17:07:47.188Z] 
17:07:47 [2021-08-20T17:07:47.188Z] === SKIP: amd64.integration.system TestInfoDiscoveryAdvertiseInterfaceName (0.00s)
17:07:47 [2021-08-20T17:07:47.188Z]     info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network
17:07:47 [2021-08-20T17:07:47.188Z] 
17:07:47 [2021-08-20T17:07:47.188Z] 
17:07:47 [2021-08-20T17:07:47.188Z] DONE 53 tests, 2 skipped in 24.990s
17:07:47 [2021-08-20T17:07:47.188Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m 
17:07:47 [2021-08-20T17:07:47.188Z] INFO: Testing against a local daemon
17:07:47 [2021-08-20T17:07:47.188Z] === RUN   TestVolumesCreateAndList
17:07:47 [2021-08-20T17:07:47.445Z] --- PASS: TestVolumesCreateAndList (0.02s)
17:07:47 [2021-08-20T17:07:47.445Z] === RUN   TestVolumesRemove
17:07:47 [2021-08-20T17:07:47.445Z] --- PASS: TestVolumesRemove (0.05s)
17:07:47 [2021-08-20T17:07:47.445Z] === RUN   TestVolumesInspect
17:07:47 [2021-08-20T17:07:47.445Z] --- PASS: TestVolumesInspect (0.02s)
17:07:47 [2021-08-20T17:07:47.445Z] === RUN   TestVolumesInvalidJSON
17:07:47 [2021-08-20T17:07:47.445Z] === RUN   TestVolumesInvalidJSON//volumes/create
17:07:47 [2021-08-20T17:07:47.445Z] === PAUSE TestVolumesInvalidJSON//volumes/create
17:07:47 [2021-08-20T17:07:47.445Z] === CONT  TestVolumesInvalidJSON//volumes/create
17:07:47 [2021-08-20T17:07:47.445Z] --- PASS: TestVolumesInvalidJSON (0.01s)
17:07:47 [2021-08-20T17:07:47.445Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
17:07:47 [2021-08-20T17:07:47.445Z] PASS
17:07:47 [2021-08-20T17:07:47.445Z] 
17:07:47 [2021-08-20T17:07:47.445Z] DONE 5 tests in 0.204s
17:07:47 [2021-08-20T17:07:47.445Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
17:07:47 [2021-08-20T17:07:47.445Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 13290 is not a child of this shell
17:07:47 [2021-08-20T17:07:47.445Z] warning: PID 13290 from bundles/test-integration/docker.pid had a nonzero exit code
17:07:47 [2021-08-20T17:07:47.445Z] Leaving: AppArmorNo profiles have been unloaded.
17:07:47 [2021-08-20T17:07:47.445Z] 
17:07:47 [2021-08-20T17:07:47.445Z] Unloading profiles will leave already running processes permanently
17:07:47 [2021-08-20T17:07:47.445Z] unconfined, which can lead to unexpected situations.
17:07:47 [2021-08-20T17:07:47.445Z] 
17:07:47 [2021-08-20T17:07:47.445Z] To set a process to complain mode, use the command line tool
17:07:47 [2021-08-20T17:07:47.445Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
17:07:47 [2021-08-20T17:07:47.445Z] Removing test suite binaries
17:07:47 [2021-08-20T17:07:47.445Z] exiting test-integration
17:07:47 [2021-08-20T17:07:47.445Z] ++ exit 0
17:07:47 [2021-08-20T17:07:47.445Z] 
17:07:47 [2021-08-20T17:07:47.742Z] --- PASS: TestStopContainerWithTimeout (0.03s)
17:07:47 [2021-08-20T17:07:47.742Z]     --- PASS: TestStopContainerWithTimeout/0 (2.02s)
17:07:47 [2021-08-20T17:07:47.742Z]     --- PASS: TestStopContainerWithTimeout/3 (3.76s)
17:07:47 [2021-08-20T17:07:47.742Z]     --- PASS: TestStopContainerWithTimeout/1 (2.28s)
17:07:47 [2021-08-20T17:07:47.742Z]     --- PASS: TestStopContainerWithTimeout/-1 (3.27s)
17:07:47 [2021-08-20T17:07:47.742Z] === RUN   TestDeleteDevicemapper
17:07:47 [2021-08-20T17:07:47.742Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
17:07:47 [2021-08-20T17:07:47.742Z] --- SKIP: TestDeleteDevicemapper (0.00s)
17:07:47 [2021-08-20T17:07:47.742Z] === RUN   TestStopContainerWithRestartPolicyAlways
17:07:47 [2021-08-20T17:07:47.915Z] 
17:07:47 [2021-08-20T17:07:47.915Z]  ________   ____  __.
17:07:47 [2021-08-20T17:07:47.915Z]  \_____  \ |    |/ _|
17:07:47 [2021-08-20T17:07:47.915Z]  /   |   \|      <
17:07:47 [2021-08-20T17:07:47.915Z]  /    |    \    |  \
17:07:47 [2021-08-20T17:07:47.915Z]  \_______  /____|__ \
17:07:47 [2021-08-20T17:07:47.915Z]          \/        \/
17:07:47 [2021-08-20T17:07:47.915Z] 
17:07:47 [2021-08-20T17:07:47.915Z] INFO: make.ps1 ended at 08/20/2021 17:07:47
17:07:48 [2021-08-20T17:07:48.568Z] INFO: Invoking unit tests run with C:\gopath/bin/\gotestsum.exe --format=standard-verbose --jsonfile=bundles\go-test-report-unit-tests.json --junitfile=bundles\junit-report-unit-tests.xml --  -cover -ldflags -w -a "-test.timeout=10m" github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/autogen/winresources/dockerd github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/dockerignore github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/client github.com/docker/docker/cmd/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/discovery github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/windows github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/etwlogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/local github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/libnetwork github.com/docker/docker/libnetwork/api github.com/docker/docker/libnetwork/bitseq github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/networkdb-test github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient github.com/docker/docker/libnetwork/cmd/readme_test github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/hostdiscovery github.com/docker/docker/libnetwork/idm github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/setmatrix github.com/docker/docker/libnetwork/ipam github.com/docker/docker/libnetwork/ipamapi github.com/docker/docker/libnetwork/ipams/builtin github.com/docker/docker/libnetwork/ipams/null github.com/docker/docker/libnetwork/ipams/remote github.com/docker/docker/libnetwork/ipams/remote/api github.com/docker/docker/libnetwork/ipams/windowsipam github.com/docker/docker/libnetwork/ipamutils github.com/docker/docker/libnetwork/netlabel github.com/docker/docker/libnetwork/netutils github.com/docker/docker/libnetwork/networkdb github.com/docker/docker/libnetwork/ns github.com/docker/docker/libnetwork/options github.com/docker/docker/libnetwork/osl github.com/docker/docker/libnetwork/osl/kernel github.com/docker/docker/libnetwork/portallocator github.com/docker/docker/libnetwork/portmapper github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/libnetwork/testutils github.com/docker/docker/libnetwork/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/discovery github.com/docker/docker/pkg/discovery/file github.com/docker/docker/pkg/discovery/kv github.com/docker/docker/pkg/discovery/memory github.com/docker/docker/pkg/discovery/nodes github.com/docker/docker/pkg/filenotify github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/locker github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/mount github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/namesgenerator/cmd/names-generator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/stack github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/symlink github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/term github.com/docker/docker/pkg/term/windows github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils
17:07:48 [2021-08-20T17:07:48.942Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.69s)
17:07:48 [2021-08-20T17:07:48.942Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
17:07:49 [2021-08-20T17:07:49.140Z] ok  	github.com/docker/docker/libnetwork/ipams/windowsipam	0.004s	coverage: 71.4% of statements
Post stage
[Pipeline] junit
17:07:49 [2021-08-20T17:07:49.350Z] Recording test results
17:07:49 [2021-08-20T17:07:49.450Z] INFO: Binaries build ended at 08/20/2021 17:07:49. Duration:00:01:36.9784896
17:07:50 [2021-08-20T17:07:50.293Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer
17:07:50 [2021-08-20T17:07:50.319Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.69s)
17:07:50 [2021-08-20T17:07:50.320Z] === RUN   TestAuthZPluginHeader
17:07:50 [2021-08-20T17:07:50.886Z] --- PASS: TestAuthZPluginHeader (0.70s)
17:07:50 [2021-08-20T17:07:50.886Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
17:07:50 [2021-08-20T17:07:50.924Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
17:07:50 [2021-08-20T17:07:50.981Z] INFO: Copying the built daemon binary to d:\CI\PR-42765\2\binary\dockerd-f7ebafa5c6.exe...
17:07:50 [2021-08-20T17:07:50.981Z] INFO: Copying the built client binary to d:\CI\PR-42765\2\binary\docker-f7ebafa5c6.exe...
17:07:50 [2021-08-20T17:07:50.981Z] INFO: Copying dockerversion from the container...
17:07:50 [2021-08-20T17:07:50.981Z] INFO: Copying the golang package from the container to d:\CI\PR-42765\2\installer\go.zip...
Post stage
[Pipeline] sh
17:07:51 [2021-08-20T17:07:51.051Z] ok  	github.com/docker/docker/libnetwork/ipamutils	0.518s	coverage: 74.0% of statements
17:07:51 [2021-08-20T17:07:51.267Z] + echo Ensuring container killed.
17:07:51 [2021-08-20T17:07:51.267Z] Ensuring container killed.
17:07:51 [2021-08-20T17:07:51.267Z] + docker rm -vf docker-pr2
17:07:51 [2021-08-20T17:07:51.267Z] Error: No such container: docker-pr2
[Pipeline] sh
17:07:51 [2021-08-20T17:07:51.588Z] + echo Chowning /workspace to jenkins user
17:07:51 [2021-08-20T17:07:51.588Z] Chowning /workspace to jenkins user
17:07:51 [2021-08-20T17:07:51.588Z] + id -u
17:07:51 [2021-08-20T17:07:51.588Z] + id -g
17:07:51 [2021-08-20T17:07:51.588Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42765:/workspace busybox chown -R 1000:1000 /workspace
17:07:51 [2021-08-20T17:07:51.588Z] Unable to find image 'busybox:latest' locally
17:07:51 [2021-08-20T17:07:51.844Z] latest: Pulling from library/busybox
17:07:51 [2021-08-20T17:07:51.844Z] b71f96345d44: Pulling fs layer
17:07:51 [2021-08-20T17:07:51.844Z] b71f96345d44: Download complete
17:07:52 [2021-08-20T17:07:52.100Z] b71f96345d44: Pull complete
17:07:52 [2021-08-20T17:07:52.100Z] Digest: sha256:0f354ec1728d9ff32edcd7d1b8bbdfc798277ad36120dc3dc683be44524c8b60
17:07:52 [2021-08-20T17:07:52.100Z] Status: Downloaded newer image for busybox:latest
17:07:52 [2021-08-20T17:07:52.444Z] tests/integration/api_plugin_test.py ...........                         [ 50%]
17:07:52 [2021-08-20T17:07:52.512Z] INFO: Extracting go.zip to d:\CI\PR-42765\2\go
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
17:07:53 [2021-08-20T17:07:53.593Z] === RUN   TestDockerSuite/TestBuildChownSingleFile
17:07:53 [2021-08-20T17:07:53.758Z] + bundleName=amd64-rootless
17:07:53 [2021-08-20T17:07:53.758Z] + echo Creating amd64-rootless-bundles.tar.gz
17:07:53 [2021-08-20T17:07:53.758Z] Creating amd64-rootless-bundles.tar.gz
17:07:53 [2021-08-20T17:07:53.758Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print
17:07:53 [2021-08-20T17:07:53.758Z] + xargs tar -czf amd64-rootless-bundles.tar.gz
[Pipeline] archiveArtifacts
17:07:53 [2021-08-20T17:07:53.768Z] Archiving artifacts
17:07:53 [2021-08-20T17:07:53.946Z] tests/integration/api_secret_test.py .....                               [ 51%]
17:07:54 [2021-08-20T17:07:54.156Z] --- PASS: TestStopContainerWithRestartPolicyAlways (6.31s)
17:07:54 [2021-08-20T17:07:54.156Z] === RUN   TestUpdateMemory
17:07:54 [2021-08-20T17:07:54.156Z]     update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit
17:07:54 [2021-08-20T17:07:54.156Z] --- SKIP: TestUpdateMemory (0.00s)
17:07:54 [2021-08-20T17:07:54.156Z] === RUN   TestUpdateCPUQuota
17:07:54 [2021-08-20T17:07:54.156Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled
17:07:55 [2021-08-20T17:07:55.074Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (3.63s)
17:07:55 [2021-08-20T17:07:55.074Z] === RUN   TestAuthZPluginV2Disable
17:07:55 [2021-08-20T17:07:55.273Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42765/2/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
17:07:55 [2021-08-20T17:07:55.622Z] + make clean
17:07:55 [2021-08-20T17:07:55.882Z] docker volume rm -f docker-dev-cache
17:07:55 [2021-08-20T17:07:55.882Z] docker-dev-cache
[Pipeline] deleteDir
17:07:56 [2021-08-20T17:07:56.048Z] === RUN   TestDockerSuite/TestBuildCleanupCmdOnEntrypoint
17:07:56 [2021-08-20T17:07:56.048Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled
17:07:56 [2021-08-20T17:07:56.614Z] === RUN   TestDockerSuite/TestBuildClearCmd
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
17:07:56 [2021-08-20T17:07:56.870Z] === RUN   TestDockerSuite/TestBuildCmd
17:07:57 [2021-08-20T17:07:57.127Z] === RUN   TestDockerSuite/TestBuildCmdJSONNoShDashC
17:07:57 [2021-08-20T17:07:57.223Z] ?   	github.com/docker/docker/api	[no test files]
17:07:57 [2021-08-20T17:07:57.383Z] === RUN   TestDockerSuite/TestBuildCmdShDashC
17:07:57 [2021-08-20T17:07:57.606Z] --- PASS: TestAuthZPluginV2Disable (2.86s)
17:07:57 [2021-08-20T17:07:57.606Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
17:07:57 [2021-08-20T17:07:57.639Z] === RUN   TestDockerSuite/TestBuildCmdShellArgsEscaped
17:07:57 [2021-08-20T17:07:57.639Z]     docker_cli_build_test.go:5333: unmatched requirement DaemonIsWindows
17:07:57 [2021-08-20T17:07:57.639Z] === RUN   TestDockerSuite/TestBuildCmdSpaces
17:07:58 [2021-08-20T17:07:58.316Z] tests/integration/api_service_test.py ....................s............. [ 60%]
17:07:58 [2021-08-20T17:07:58.567Z] === RUN   TestDockerSuite/TestBuildCommentsShebangs
17:07:59 [2021-08-20T17:07:59.496Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts
17:08:00 [2021-08-20T17:08:00.136Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (2.68s)
17:08:00 [2021-08-20T17:08:00.136Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
17:08:03 [2021-08-20T17:08:03.273Z] ok  	github.com/docker/docker/libnetwork/iptables	0.299s	coverage: 45.1% of statements
17:08:03 [2021-08-20T17:08:03.273Z] ok  	github.com/docker/docker/libnetwork/netlabel	0.003s	coverage: 60.0% of statements
17:08:03 [2021-08-20T17:08:03.570Z] 2021/08/20 17:08:02 Closing DB instances...
17:08:04 [2021-08-20T17:08:04.743Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume
17:08:04 [2021-08-20T17:08:04.743Z] --- PASS: TestUpdateCPUQuota (10.01s)
17:08:04 [2021-08-20T17:08:04.743Z] === RUN   TestUpdatePidsLimit
17:08:04 [2021-08-20T17:08:04.743Z] === RUN   TestUpdatePidsLimit/update_from_none
17:08:05 [2021-08-20T17:08:05.098Z] --- PASS: TestNetworkDBGarbageCollection (54.27s)
17:08:05 [2021-08-20T17:08:05.098Z] === RUN   TestFindNode
17:08:05 [2021-08-20T17:08:05.098Z] 2021/08/20 17:08:04 Closing DB instances...
17:08:05 [2021-08-20T17:08:05.098Z] --- PASS: TestFindNode (0.02s)
17:08:05 [2021-08-20T17:08:05.098Z] === RUN   TestChangeNodeState
17:08:05 [2021-08-20T17:08:05.098Z] 2021/08/20 17:08:04 Closing DB instances...
17:08:05 [2021-08-20T17:08:05.098Z] --- PASS: TestChangeNodeState (0.02s)
17:08:05 [2021-08-20T17:08:05.098Z] === RUN   TestNodeReincarnation
17:08:05 [2021-08-20T17:08:05.098Z] 2021/08/20 17:08:04 Closing DB instances...
17:08:05 [2021-08-20T17:08:05.307Z] === RUN   TestUpdatePidsLimit/no_change
17:08:05 [2021-08-20T17:08:05.307Z] === RUN   TestDockerSuite/TestBuildConditionalCache
17:08:06 [2021-08-20T17:08:06.676Z] === RUN   TestDockerSuite/TestBuildContainerWithCgroupParent
17:08:06 [2021-08-20T17:08:06.676Z] === RUN   TestUpdatePidsLimit/update_lower
17:08:07 [2021-08-20T17:08:07.475Z] ok  	github.com/docker/docker/libnetwork/netutils	0.029s	coverage: 44.1% of statements
17:08:08 [2021-08-20T17:08:08.045Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
17:08:08 [2021-08-20T17:08:08.045Z] === RUN   TestDockerSuite/TestBuildContextCleanup
17:08:08 [2021-08-20T17:08:08.608Z] === RUN   TestDockerSuite/TestBuildContextCleanupFailedBuild
17:08:09 [2021-08-20T17:08:09.539Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
17:08:09 [2021-08-20T17:08:09.795Z] === RUN   TestDockerSuite/TestBuildContextTarGzip
17:08:10 [2021-08-20T17:08:10.052Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer
17:08:10 [2021-08-20T17:08:10.109Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (9.58s)
17:08:10 [2021-08-20T17:08:10.109Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
17:08:10 [2021-08-20T17:08:10.310Z] === RUN   TestDockerSuite/TestBuildContextTarNoCompression
17:08:10 [2021-08-20T17:08:10.567Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
17:08:10 [2021-08-20T17:08:10.824Z] === RUN   TestDockerSuite/TestBuildCopyAddMultipleFiles
17:08:10 [2021-08-20T17:08:10.865Z] time="2021-08-20T17:08:09Z" level=error msg="failed to send node leave: timed out broadcasting node event"
17:08:10 [2021-08-20T17:08:10.865Z] --- PASS: TestNodeReincarnation (5.02s)
17:08:10 [2021-08-20T17:08:10.865Z] === RUN   TestParallelCreate
17:08:10 [2021-08-20T17:08:10.865Z] 2021/08/20 17:08:09 Closing DB instances...
17:08:10 [2021-08-20T17:08:10.865Z] --- PASS: TestParallelCreate (0.02s)
17:08:10 [2021-08-20T17:08:10.865Z] === RUN   TestParallelDelete
17:08:10 [2021-08-20T17:08:10.865Z] 2021/08/20 17:08:09 Closing DB instances...
17:08:10 [2021-08-20T17:08:10.865Z] --- PASS: TestParallelDelete (0.02s)
17:08:10 [2021-08-20T17:08:10.865Z] === RUN   TestNetworkDBIslands
17:08:10 [2021-08-20T17:08:10.865Z] time="2021-08-20T17:08:09Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:44c72ebe700e with config:&{NodeID:44c72ebe700e Hostname:node1 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10033 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}"
17:08:10 [2021-08-20T17:08:10.865Z] time="2021-08-20T17:08:10Z" level=info msg="Node 44c72ebe700e/172.29.69.19, joined gossip cluster"
17:08:10 [2021-08-20T17:08:10.865Z] time="2021-08-20T17:08:10Z" level=info msg="Node 44c72ebe700e/172.29.69.19, added to nodes list"
17:08:10 [2021-08-20T17:08:10.865Z] time="2021-08-20T17:08:10Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:51edfffa5e36 with config:&{NodeID:51edfffa5e36 Hostname:node2 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10034 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}"
17:08:10 [2021-08-20T17:08:10.865Z] time="2021-08-20T17:08:10Z" level=info msg="Node 51edfffa5e36/172.29.69.19, joined gossip cluster"
17:08:10 [2021-08-20T17:08:10.865Z] time="2021-08-20T17:08:10Z" level=info msg="Node 51edfffa5e36/172.29.69.19, added to nodes list"
17:08:10 [2021-08-20T17:08:10.865Z] time="2021-08-20T17:08:10Z" level=info msg="The new bootstrap node list is:[localhost:10033]"
17:08:10 [2021-08-20T17:08:10.865Z] time="2021-08-20T17:08:10Z" level=debug msg="memberlist: Initiating push/pull sync with:  [::1]:10033"
17:08:10 [2021-08-20T17:08:10.865Z] time="2021-08-20T17:08:10Z" level=debug msg="memberlist: Stream connection from=[::1]:49349"
17:08:10 [2021-08-20T17:08:10.865Z] time="2021-08-20T17:08:10Z" level=info msg="Node 51edfffa5e36/172.29.69.19, joined gossip cluster"
17:08:10 [2021-08-20T17:08:10.865Z] time="2021-08-20T17:08:10Z" level=info msg="Node 51edfffa5e36/172.29.69.19, added to nodes list"
17:08:10 [2021-08-20T17:08:10.865Z] time="2021-08-20T17:08:10Z" level=info msg="Node 44c72ebe700e/172.29.69.19, joined gossip cluster"
17:08:10 [2021-08-20T17:08:10.865Z] time="2021-08-20T17:08:10Z" level=info msg="Node 44c72ebe700e/172.29.69.19, added to nodes list"
17:08:10 [2021-08-20T17:08:10.865Z] time="2021-08-20T17:08:10Z" level=debug msg="memberlist: Initiating push/pull sync with:  127.0.0.1:10033"
17:08:10 [2021-08-20T17:08:10.865Z] time="2021-08-20T17:08:10Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49350"
17:08:10 [2021-08-20T17:08:10.865Z] time="2021-08-20T17:08:10Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:dee2b105d2c9 with config:&{NodeID:dee2b105d2c9 Hostname:node3 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10035 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}"
17:08:11 [2021-08-20T17:08:11.321Z] time="2021-08-20T17:08:10Z" level=info msg="Node dee2b105d2c9/172.29.69.19, joined gossip cluster"
17:08:11 [2021-08-20T17:08:11.321Z] time="2021-08-20T17:08:10Z" level=info msg="Node dee2b105d2c9/172.29.69.19, added to nodes list"
17:08:11 [2021-08-20T17:08:11.321Z] time="2021-08-20T17:08:10Z" level=info msg="The new bootstrap node list is:[localhost:10034]"
17:08:11 [2021-08-20T17:08:11.321Z] time="2021-08-20T17:08:10Z" level=debug msg="memberlist: Initiating push/pull sync with:  [::1]:10034"
17:08:11 [2021-08-20T17:08:11.321Z] time="2021-08-20T17:08:10Z" level=debug msg="memberlist: Stream connection from=[::1]:49351"
17:08:11 [2021-08-20T17:08:11.321Z] time="2021-08-20T17:08:10Z" level=info msg="Node dee2b105d2c9/172.29.69.19, joined gossip cluster"
17:08:11 [2021-08-20T17:08:11.321Z] time="2021-08-20T17:08:10Z" level=info msg="Node dee2b105d2c9/172.29.69.19, added to nodes list"
17:08:11 [2021-08-20T17:08:11.321Z] time="2021-08-20T17:08:10Z" level=info msg="Node 44c72ebe700e/172.29.69.19, joined gossip cluster"
17:08:11 [2021-08-20T17:08:11.321Z] time="2021-08-20T17:08:10Z" level=info msg="Node 44c72ebe700e/172.29.69.19, added to nodes list"
17:08:11 [2021-08-20T17:08:11.321Z] time="2021-08-20T17:08:10Z" level=info msg="Node 51edfffa5e36/172.29.69.19, joined gossip cluster"
17:08:11 [2021-08-20T17:08:11.321Z] time="2021-08-20T17:08:10Z" level=info msg="Node 51edfffa5e36/172.29.69.19, added to nodes list"
17:08:11 [2021-08-20T17:08:11.321Z] time="2021-08-20T17:08:10Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49352"
17:08:11 [2021-08-20T17:08:11.321Z] time="2021-08-20T17:08:10Z" level=debug msg="memberlist: Initiating push/pull sync with:  127.0.0.1:10034"
17:08:11 [2021-08-20T17:08:11.321Z] time="2021-08-20T17:08:11Z" level=info msg="Node dee2b105d2c9/172.29.69.19, joined gossip cluster"
17:08:11 [2021-08-20T17:08:11.321Z] time="2021-08-20T17:08:11Z" level=info msg="Node dee2b105d2c9/172.29.69.19, added to nodes list"
17:08:11 [2021-08-20T17:08:11.321Z] time="2021-08-20T17:08:11Z" level=info msg="New memberlist node - Node:node4 will use memberlist nodeID:a52ecab76a4e with config:&{NodeID:a52ecab76a4e Hostname:node4 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10036 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}"
17:08:11 [2021-08-20T17:08:11.321Z] time="2021-08-20T17:08:11Z" level=info msg="Node a52ecab76a4e/172.29.69.19, joined gossip cluster"
17:08:11 [2021-08-20T17:08:11.321Z] time="2021-08-20T17:08:11Z" level=info msg="Node a52ecab76a4e/172.29.69.19, added to nodes list"
17:08:11 [2021-08-20T17:08:11.321Z] time="2021-08-20T17:08:11Z" level=info msg="The new bootstrap node list is:[localhost:10035]"
17:08:11 [2021-08-20T17:08:11.321Z] time="2021-08-20T17:08:11Z" level=debug msg="memberlist: Initiating push/pull sync with:  [::1]:10035"
17:08:11 [2021-08-20T17:08:11.321Z] time="2021-08-20T17:08:11Z" level=debug msg="memberlist: Stream connection from=[::1]:49353"
17:08:11 [2021-08-20T17:08:11.321Z] time="2021-08-20T17:08:11Z" level=info msg="Node a52ecab76a4e/172.29.69.19, joined gossip cluster"
17:08:11 [2021-08-20T17:08:11.321Z] time="2021-08-20T17:08:11Z" level=info msg="Node a52ecab76a4e/172.29.69.19, added to nodes list"
17:08:11 [2021-08-20T17:08:11.321Z] time="2021-08-20T17:08:11Z" level=info msg="Node 44c72ebe700e/172.29.69.19, joined gossip cluster"
17:08:11 [2021-08-20T17:08:11.321Z] time="2021-08-20T17:08:11Z" level=info msg="Node 44c72ebe700e/172.29.69.19, added to nodes list"
17:08:11 [2021-08-20T17:08:11.321Z] time="2021-08-20T17:08:11Z" level=info msg="Node 51edfffa5e36/172.29.69.19, joined gossip cluster"
17:08:11 [2021-08-20T17:08:11.321Z] time="2021-08-20T17:08:11Z" level=info msg="Node 51edfffa5e36/172.29.69.19, added to nodes list"
17:08:11 [2021-08-20T17:08:11.321Z] time="2021-08-20T17:08:11Z" level=info msg="Node dee2b105d2c9/172.29.69.19, joined gossip cluster"
17:08:11 [2021-08-20T17:08:11.321Z] time="2021-08-20T17:08:11Z" level=info msg="Node dee2b105d2c9/172.29.69.19, added to nodes list"
17:08:11 [2021-08-20T17:08:11.321Z] time="2021-08-20T17:08:11Z" level=debug msg="memberlist: Initiating push/pull sync with:  127.0.0.1:10035"
17:08:11 [2021-08-20T17:08:11.321Z] time="2021-08-20T17:08:11Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49354"
17:08:11 [2021-08-20T17:08:11.778Z] time="2021-08-20T17:08:11Z" level=info msg="Node a52ecab76a4e/172.29.69.19, joined gossip cluster"
17:08:11 [2021-08-20T17:08:11.778Z] time="2021-08-20T17:08:11Z" level=info msg="Node a52ecab76a4e/172.29.69.19, added to nodes list"
17:08:11 [2021-08-20T17:08:11.778Z] time="2021-08-20T17:08:11Z" level=info msg="Node a52ecab76a4e/172.29.69.19, joined gossip cluster"
17:08:11 [2021-08-20T17:08:11.778Z] time="2021-08-20T17:08:11Z" level=info msg="Node a52ecab76a4e/172.29.69.19, added to nodes list"
17:08:11 [2021-08-20T17:08:11.778Z] time="2021-08-20T17:08:11Z" level=info msg="New memberlist node - Node:node5 will use memberlist nodeID:05c42267442e with config:&{NodeID:05c42267442e Hostname:node5 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10037 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}"
17:08:11 [2021-08-20T17:08:11.778Z] time="2021-08-20T17:08:11Z" level=info msg="Node 05c42267442e/172.29.69.19, joined gossip cluster"
17:08:11 [2021-08-20T17:08:11.778Z] time="2021-08-20T17:08:11Z" level=info msg="Node 05c42267442e/172.29.69.19, added to nodes list"
17:08:11 [2021-08-20T17:08:11.778Z] time="2021-08-20T17:08:11Z" level=info msg="The new bootstrap node list is:[localhost:10036]"
17:08:11 [2021-08-20T17:08:11.778Z] time="2021-08-20T17:08:11Z" level=debug msg="memberlist: Initiating push/pull sync with:  [::1]:10036"
17:08:11 [2021-08-20T17:08:11.778Z] time="2021-08-20T17:08:11Z" level=debug msg="memberlist: Stream connection from=[::1]:49355"
17:08:11 [2021-08-20T17:08:11.778Z] time="2021-08-20T17:08:11Z" level=info msg="Node 05c42267442e/172.29.69.19, joined gossip cluster"
17:08:11 [2021-08-20T17:08:11.778Z] time="2021-08-20T17:08:11Z" level=info msg="Node 05c42267442e/172.29.69.19, added to nodes list"
17:08:11 [2021-08-20T17:08:11.778Z] time="2021-08-20T17:08:11Z" level=info msg="Node 44c72ebe700e/172.29.69.19, joined gossip cluster"
17:08:11 [2021-08-20T17:08:11.778Z] time="2021-08-20T17:08:11Z" level=info msg="Node 44c72ebe700e/172.29.69.19, added to nodes list"
17:08:11 [2021-08-20T17:08:11.778Z] time="2021-08-20T17:08:11Z" level=info msg="Node dee2b105d2c9/172.29.69.19, joined gossip cluster"
17:08:11 [2021-08-20T17:08:11.778Z] time="2021-08-20T17:08:11Z" level=info msg="Node dee2b105d2c9/172.29.69.19, added to nodes list"
17:08:11 [2021-08-20T17:08:11.778Z] time="2021-08-20T17:08:11Z" level=info msg="Node a52ecab76a4e/172.29.69.19, joined gossip cluster"
17:08:11 [2021-08-20T17:08:11.778Z] time="2021-08-20T17:08:11Z" level=info msg="Node a52ecab76a4e/172.29.69.19, added to nodes list"
17:08:11 [2021-08-20T17:08:11.778Z] time="2021-08-20T17:08:11Z" level=info msg="Node 51edfffa5e36/172.29.69.19, joined gossip cluster"
17:08:11 [2021-08-20T17:08:11.778Z] time="2021-08-20T17:08:11Z" level=info msg="Node 51edfffa5e36/172.29.69.19, added to nodes list"
17:08:11 [2021-08-20T17:08:11.778Z] time="2021-08-20T17:08:11Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49356"
17:08:11 [2021-08-20T17:08:11.778Z] time="2021-08-20T17:08:11Z" level=debug msg="memberlist: Initiating push/pull sync with:  127.0.0.1:10036"
17:08:12 [2021-08-20T17:08:12.012Z] === RUN   TestMiddlewares
17:08:12 [2021-08-20T17:08:12.012Z] --- PASS: TestMiddlewares (0.00s)
17:08:12 [2021-08-20T17:08:12.012Z] PASS
17:08:12 [2021-08-20T17:08:12.012Z] coverage: 9.0% of statements
17:08:12 [2021-08-20T17:08:12.012Z] ok  	github.com/docker/docker/api/server	0.056s	coverage: 9.0% of statements
17:08:12 [2021-08-20T17:08:12.193Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
17:08:12 [2021-08-20T17:08:12.233Z] time="2021-08-20T17:08:11Z" level=info msg="Node 05c42267442e/172.29.69.19, joined gossip cluster"
17:08:12 [2021-08-20T17:08:12.233Z] time="2021-08-20T17:08:11Z" level=info msg="Node 05c42267442e/172.29.69.19, added to nodes list"
17:08:12 [2021-08-20T17:08:12.233Z] time="2021-08-20T17:08:11Z" level=info msg="Node 05c42267442e/172.29.69.19, joined gossip cluster"
17:08:12 [2021-08-20T17:08:12.233Z] time="2021-08-20T17:08:11Z" level=info msg="Node 05c42267442e/172.29.69.19, added to nodes list"
17:08:12 [2021-08-20T17:08:12.233Z] time="2021-08-20T17:08:11Z" level=info msg="Node 05c42267442e/172.29.69.19, joined gossip cluster"
17:08:12 [2021-08-20T17:08:12.233Z] time="2021-08-20T17:08:11Z" level=info msg="Node 05c42267442e/172.29.69.19, added to nodes list"
17:08:12 [2021-08-20T17:08:12.233Z]     networkdb_test.go:836: Re-joining: 3
17:08:12 [2021-08-20T17:08:12.233Z] time="2021-08-20T17:08:12Z" level=info msg="The new bootstrap node list is:[172.29.69.19:10033 172.29.69.19:10034 172.29.69.19:10035]"
17:08:12 [2021-08-20T17:08:12.233Z] time="2021-08-20T17:08:12Z" level=debug msg="memberlist: Initiating push/pull sync with:  172.29.69.19:10033"
17:08:12 [2021-08-20T17:08:12.233Z] time="2021-08-20T17:08:12Z" level=debug msg="memberlist: Stream connection from=172.29.69.19:49357"
17:08:12 [2021-08-20T17:08:12.233Z] time="2021-08-20T17:08:12Z" level=debug msg="memberlist: Initiating push/pull sync with:  172.29.69.19:10034"
17:08:12 [2021-08-20T17:08:12.233Z] time="2021-08-20T17:08:12Z" level=debug msg="memberlist: Stream connection from=172.29.69.19:49358"
17:08:12 [2021-08-20T17:08:12.233Z] time="2021-08-20T17:08:12Z" level=debug msg="memberlist: Initiating push/pull sync with:  172.29.69.19:10035"
17:08:12 [2021-08-20T17:08:12.233Z] time="2021-08-20T17:08:12Z" level=debug msg="memberlist: Stream connection from=172.29.69.19:49359"
17:08:12 [2021-08-20T17:08:12.696Z]     networkdb_test.go:836: Re-joining: 4
17:08:12 [2021-08-20T17:08:12.696Z] time="2021-08-20T17:08:12Z" level=info msg="The new bootstrap node list is:[172.29.69.19:10033 172.29.69.19:10034 172.29.69.19:10035]"
17:08:12 [2021-08-20T17:08:12.696Z] time="2021-08-20T17:08:12Z" level=debug msg="memberlist: Initiating push/pull sync with:  172.29.69.19:10033"
17:08:12 [2021-08-20T17:08:12.696Z] time="2021-08-20T17:08:12Z" level=debug msg="memberlist: Stream connection from=172.29.69.19:49360"
17:08:12 [2021-08-20T17:08:12.696Z] time="2021-08-20T17:08:12Z" level=debug msg="memberlist: Stream connection from=172.29.69.19:49361"
17:08:12 [2021-08-20T17:08:12.696Z] time="2021-08-20T17:08:12Z" level=debug msg="memberlist: Initiating push/pull sync with:  172.29.69.19:10034"
17:08:12 [2021-08-20T17:08:12.696Z] time="2021-08-20T17:08:12Z" level=debug msg="memberlist: Initiating push/pull sync with:  172.29.69.19:10035"
17:08:12 [2021-08-20T17:08:12.696Z] time="2021-08-20T17:08:12Z" level=debug msg="memberlist: Stream connection from=172.29.69.19:49362"
17:08:12 [2021-08-20T17:08:12.696Z] time="2021-08-20T17:08:12Z" level=info msg="node 0 leaving"
17:08:12 [2021-08-20T17:08:12.696Z] time="2021-08-20T17:08:12Z" level=info msg="Node 44c72ebe700e change state NodeActive --> NodeLeft"
17:08:12 [2021-08-20T17:08:12.696Z] time="2021-08-20T17:08:12Z" level=info msg="node2(51edfffa5e36): Node leave event for 44c72ebe700e/172.29.69.19"
17:08:12 [2021-08-20T17:08:12.696Z] time="2021-08-20T17:08:12Z" level=info msg="Node 44c72ebe700e change state NodeActive --> NodeLeft"
17:08:12 [2021-08-20T17:08:12.696Z] time="2021-08-20T17:08:12Z" level=info msg="node3(dee2b105d2c9): Node leave event for 44c72ebe700e/172.29.69.19"
17:08:12 [2021-08-20T17:08:12.696Z] time="2021-08-20T17:08:12Z" level=info msg="Node 44c72ebe700e change state NodeActive --> NodeLeft"
17:08:12 [2021-08-20T17:08:12.696Z] time="2021-08-20T17:08:12Z" level=info msg="node4(a52ecab76a4e): Node leave event for 44c72ebe700e/172.29.69.19"
17:08:12 [2021-08-20T17:08:12.696Z] time="2021-08-20T17:08:12Z" level=info msg="Node 44c72ebe700e change state NodeActive --> NodeLeft"
17:08:12 [2021-08-20T17:08:12.696Z] time="2021-08-20T17:08:12Z" level=info msg="node5(05c42267442e): Node leave event for 44c72ebe700e/172.29.69.19"
17:08:12 [2021-08-20T17:08:12.696Z] time="2021-08-20T17:08:12Z" level=info msg="Node 44c72ebe700e change state NodeActive --> NodeLeft"
17:08:12 [2021-08-20T17:08:12.696Z] time="2021-08-20T17:08:12Z" level=info msg="node1(44c72ebe700e): Node leave event for 44c72ebe700e/172.29.69.19"
17:08:12 [2021-08-20T17:08:12.756Z] ..........................                                               [ 67%]
17:08:13 [2021-08-20T17:08:13.125Z]     check_test.go:309: [df8074dd7d2fd] daemon is not started
17:08:13 [2021-08-20T17:08:13.125Z] === RUN   TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs
17:08:13 [2021-08-20T17:08:13.152Z] time="2021-08-20T17:08:12Z" level=info msg="Node 44c72ebe700e/172.29.69.19, left gossip cluster"
17:08:13 [2021-08-20T17:08:13.152Z] time="2021-08-20T17:08:12Z" level=info msg="Node 44c72ebe700e/172.29.69.19, left gossip cluster"
17:08:13 [2021-08-20T17:08:13.152Z] time="2021-08-20T17:08:12Z" level=info msg="Node 44c72ebe700e/172.29.69.19, left gossip cluster"
17:08:13 [2021-08-20T17:08:13.152Z] time="2021-08-20T17:08:12Z" level=info msg="Node 44c72ebe700e/172.29.69.19, left gossip cluster"
17:08:13 [2021-08-20T17:08:13.152Z] time="2021-08-20T17:08:12Z" level=info msg="Node 44c72ebe700e/172.29.69.19, left gossip cluster"
17:08:13 [2021-08-20T17:08:13.152Z] time="2021-08-20T17:08:13Z" level=warning msg="memberlist: Failed to send gossip to 172.29.69.19:10035: write udp [::]:10033->172.29.69.19:10035: use of closed network connection"
17:08:13 [2021-08-20T17:08:13.152Z] time="2021-08-20T17:08:13Z" level=info msg="node 1 leaving"
17:08:13 [2021-08-20T17:08:13.152Z] time="2021-08-20T17:08:13Z" level=info msg="Node 51edfffa5e36 change state NodeActive --> NodeLeft"
17:08:13 [2021-08-20T17:08:13.152Z] time="2021-08-20T17:08:13Z" level=info msg="node4(a52ecab76a4e): Node leave event for 51edfffa5e36/172.29.69.19"
17:08:13 [2021-08-20T17:08:13.152Z] time="2021-08-20T17:08:13Z" level=info msg="Node 51edfffa5e36 change state NodeActive --> NodeLeft"
17:08:13 [2021-08-20T17:08:13.152Z] time="2021-08-20T17:08:13Z" level=info msg="Node 51edfffa5e36/172.29.69.19, left gossip cluster"
17:08:13 [2021-08-20T17:08:13.152Z] time="2021-08-20T17:08:13Z" level=info msg="Node 51edfffa5e36 change state NodeActive --> NodeLeft"
17:08:13 [2021-08-20T17:08:13.152Z] time="2021-08-20T17:08:13Z" level=info msg="node3(dee2b105d2c9): Node leave event for 51edfffa5e36/172.29.69.19"
17:08:13 [2021-08-20T17:08:13.152Z] time="2021-08-20T17:08:13Z" level=info msg="node5(05c42267442e): Node leave event for 51edfffa5e36/172.29.69.19"
17:08:13 [2021-08-20T17:08:13.152Z] time="2021-08-20T17:08:13Z" level=info msg="Node 51edfffa5e36 change state NodeActive --> NodeFailed"
17:08:13 [2021-08-20T17:08:13.152Z] time="2021-08-20T17:08:13Z" level=info msg="Node 51edfffa5e36/172.29.69.19, added to failed nodes list"
17:08:13 [2021-08-20T17:08:13.152Z] time="2021-08-20T17:08:13Z" level=error msg="node: 51edfffa5e36 is unknown to memberlist"
17:08:13 [2021-08-20T17:08:13.607Z] time="2021-08-20T17:08:13Z" level=info msg="Node 51edfffa5e36/172.29.69.19, left gossip cluster"
17:08:13 [2021-08-20T17:08:13.607Z] time="2021-08-20T17:08:13Z" level=info msg="Node 51edfffa5e36/172.29.69.19, left gossip cluster"
17:08:13 [2021-08-20T17:08:13.607Z] time="2021-08-20T17:08:13Z" level=info msg="Node 51edfffa5e36/172.29.69.19, left gossip cluster"
17:08:13 [2021-08-20T17:08:13.607Z] time="2021-08-20T17:08:13Z" level=info msg="node 2 leaving"
17:08:13 [2021-08-20T17:08:13.607Z] time="2021-08-20T17:08:13Z" level=info msg="Node dee2b105d2c9 change state NodeActive --> NodeLeft"
17:08:13 [2021-08-20T17:08:13.607Z] time="2021-08-20T17:08:13Z" level=info msg="Node dee2b105d2c9 change state NodeActive --> NodeLeft"
17:08:13 [2021-08-20T17:08:13.607Z] time="2021-08-20T17:08:13Z" level=info msg="node4(a52ecab76a4e): Node leave event for dee2b105d2c9/172.29.69.19"
17:08:13 [2021-08-20T17:08:13.607Z] time="2021-08-20T17:08:13Z" level=info msg="node5(05c42267442e): Node leave event for dee2b105d2c9/172.29.69.19"
17:08:13 [2021-08-20T17:08:13.607Z] time="2021-08-20T17:08:13Z" level=info msg="Node dee2b105d2c9 change state NodeActive --> NodeLeft"
17:08:13 [2021-08-20T17:08:13.607Z] time="2021-08-20T17:08:13Z" level=info msg="node3(dee2b105d2c9): Node leave event for dee2b105d2c9/172.29.69.19"
17:08:13 [2021-08-20T17:08:13.607Z] time="2021-08-20T17:08:13Z" level=debug msg="memberlist: Failed ping: 05c42267442e (timeout reached)"
17:08:13 [2021-08-20T17:08:13.607Z] time="2021-08-20T17:08:13Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.29.69.19:10034: use of closed network connection"
17:08:13 [2021-08-20T17:08:13.607Z] time="2021-08-20T17:08:13Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.29.69.19:10036: use of closed network connection"
17:08:13 [2021-08-20T17:08:13.607Z] time="2021-08-20T17:08:13Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.29.69.19:10035: use of closed network connection"
17:08:13 [2021-08-20T17:08:13.607Z] time="2021-08-20T17:08:13Z" level=debug msg="memberlist: Stream connection from=172.29.69.19:49363"
17:08:14 [2021-08-20T17:08:14.062Z] time="2021-08-20T17:08:13Z" level=info msg="Node dee2b105d2c9/172.29.69.19, left gossip cluster"
17:08:14 [2021-08-20T17:08:14.062Z] time="2021-08-20T17:08:13Z" level=info msg="Node dee2b105d2c9/172.29.69.19, left gossip cluster"
17:08:14 [2021-08-20T17:08:14.062Z] time="2021-08-20T17:08:13Z" level=info msg="Node dee2b105d2c9/172.29.69.19, left gossip cluster"
17:08:14 [2021-08-20T17:08:14.062Z] time="2021-08-20T17:08:14Z" level=warning msg="memberlist: Was able to connect to 05c42267442e but other probes failed, network may be misconfigured"
17:08:14 [2021-08-20T17:08:14.492Z] --- PASS: TestUpdatePidsLimit (10.33s)
17:08:14 [2021-08-20T17:08:14.492Z]     --- PASS: TestUpdatePidsLimit/update_from_none (1.24s)
17:08:14 [2021-08-20T17:08:14.493Z]     --- PASS: TestUpdatePidsLimit/no_change (1.31s)
17:08:14 [2021-08-20T17:08:14.493Z]     --- PASS: TestUpdatePidsLimit/update_lower (1.42s)
17:08:14 [2021-08-20T17:08:14.493Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (1.34s)
17:08:14 [2021-08-20T17:08:14.493Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (1.32s)
17:08:14 [2021-08-20T17:08:14.493Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (1.29s)
17:08:14 [2021-08-20T17:08:14.493Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (1.40s)
17:08:14 [2021-08-20T17:08:14.493Z] === RUN   TestUpdateRestartPolicy
17:08:14 [2021-08-20T17:08:14.519Z]     networkdb_test.go:868: node4: OK
17:08:14 [2021-08-20T17:08:14.519Z]     networkdb_test.go:868: node5: OK
17:08:14 [2021-08-20T17:08:14.519Z] time="2021-08-20T17:08:14Z" level=info msg="node 0 coming back"
17:08:14 [2021-08-20T17:08:14.519Z] time="2021-08-20T17:08:14Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:207d97aea1fa with config:&{NodeID:207d97aea1fa Hostname:node1 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10033 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}"
17:08:14 [2021-08-20T17:08:14.519Z] time="2021-08-20T17:08:14Z" level=info msg="Node 207d97aea1fa/172.29.69.19, joined gossip cluster"
17:08:14 [2021-08-20T17:08:14.519Z] time="2021-08-20T17:08:14Z" level=info msg="Node 207d97aea1fa/172.29.69.19, added to nodes list"
17:08:14 [2021-08-20T17:08:14.519Z] time="2021-08-20T17:08:14Z" level=info msg="node 1 coming back"
17:08:14 [2021-08-20T17:08:14.519Z] time="2021-08-20T17:08:14Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:9ef10e927682 with config:&{NodeID:9ef10e927682 Hostname:node2 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10034 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}"
17:08:14 [2021-08-20T17:08:14.519Z] time="2021-08-20T17:08:14Z" level=info msg="Node 9ef10e927682/172.29.69.19, joined gossip cluster"
17:08:14 [2021-08-20T17:08:14.519Z] time="2021-08-20T17:08:14Z" level=info msg="Node 9ef10e927682/172.29.69.19, added to nodes list"
17:08:14 [2021-08-20T17:08:14.519Z] time="2021-08-20T17:08:14Z" level=info msg="node 2 coming back"
17:08:14 [2021-08-20T17:08:14.519Z] time="2021-08-20T17:08:14Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:0c1fe1139e82 with config:&{NodeID:0c1fe1139e82 Hostname:node3 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10035 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}"
17:08:14 [2021-08-20T17:08:14.519Z] time="2021-08-20T17:08:14Z" level=info msg="Node 0c1fe1139e82/172.29.69.19, joined gossip cluster"
17:08:14 [2021-08-20T17:08:14.519Z] time="2021-08-20T17:08:14Z" level=info msg="Node 0c1fe1139e82/172.29.69.19, added to nodes list"
17:08:17 [2021-08-20T17:08:17.012Z] === RUN   TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins
17:08:17 [2021-08-20T17:08:17.405Z] time="2021-08-20T17:08:17Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.29.69.19:10033 172.29.69.19:10034 172.29.69.19:10035]"
17:08:17 [2021-08-20T17:08:17.863Z] time="2021-08-20T17:08:17Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.29.69.19:10033 172.29.69.19:10034 172.29.69.19:10035]"
17:08:18 [2021-08-20T17:08:18.318Z] time="2021-08-20T17:08:18Z" level=debug msg="memberlist: Initiating push/pull sync with:  172.29.69.19:10033"
17:08:18 [2021-08-20T17:08:18.319Z] time="2021-08-20T17:08:18Z" level=debug msg="memberlist: Stream connection from=172.29.69.19:49364"
17:08:18 [2021-08-20T17:08:18.319Z] time="2021-08-20T17:08:18Z" level=info msg="Node a52ecab76a4e/172.29.69.19, joined gossip cluster"
17:08:18 [2021-08-20T17:08:18.319Z] time="2021-08-20T17:08:18Z" level=info msg="Node a52ecab76a4e/172.29.69.19, added to nodes list"
17:08:18 [2021-08-20T17:08:18.319Z] time="2021-08-20T17:08:18Z" level=info msg="Node 05c42267442e/172.29.69.19, joined gossip cluster"
17:08:18 [2021-08-20T17:08:18.319Z] time="2021-08-20T17:08:18Z" level=info msg="Node 05c42267442e/172.29.69.19, added to nodes list"
17:08:18 [2021-08-20T17:08:18.319Z] time="2021-08-20T17:08:18Z" level=info msg="Node 207d97aea1fa/172.29.69.19, joined gossip cluster"
17:08:18 [2021-08-20T17:08:18.319Z] time="2021-08-20T17:08:18Z" level=info msg="Node 207d97aea1fa/172.29.69.19, is the new incarnation of the shutdown node 44c72ebe700e/172.29.69.19"
17:08:18 [2021-08-20T17:08:18.319Z] time="2021-08-20T17:08:18Z" level=info msg="Node 207d97aea1fa/172.29.69.19, added to nodes list"
17:08:18 [2021-08-20T17:08:18.319Z] time="2021-08-20T17:08:18Z" level=debug msg="memberlist: Initiating push/pull sync with:  172.29.69.19:10034"
17:08:18 [2021-08-20T17:08:18.319Z] time="2021-08-20T17:08:18Z" level=debug msg="memberlist: Stream connection from=172.29.69.19:49365"
17:08:18 [2021-08-20T17:08:18.319Z] time="2021-08-20T17:08:18Z" level=info msg="Node 207d97aea1fa/172.29.69.19, joined gossip cluster"
17:08:18 [2021-08-20T17:08:18.319Z] time="2021-08-20T17:08:18Z" level=info msg="Node 207d97aea1fa/172.29.69.19, added to nodes list"
17:08:18 [2021-08-20T17:08:18.319Z] time="2021-08-20T17:08:18Z" level=info msg="Node a52ecab76a4e/172.29.69.19, joined gossip cluster"
17:08:18 [2021-08-20T17:08:18.319Z] time="2021-08-20T17:08:18Z" level=info msg="Node a52ecab76a4e/172.29.69.19, added to nodes list"
17:08:18 [2021-08-20T17:08:18.319Z] time="2021-08-20T17:08:18Z" level=info msg="Node 05c42267442e/172.29.69.19, joined gossip cluster"
17:08:18 [2021-08-20T17:08:18.319Z] time="2021-08-20T17:08:18Z" level=info msg="Node 05c42267442e/172.29.69.19, added to nodes list"
17:08:18 [2021-08-20T17:08:18.319Z] time="2021-08-20T17:08:18Z" level=info msg="Node 9ef10e927682/172.29.69.19, joined gossip cluster"
17:08:18 [2021-08-20T17:08:18.319Z] time="2021-08-20T17:08:18Z" level=info msg="Node 9ef10e927682/172.29.69.19, is the new incarnation of the shutdown node 51edfffa5e36/172.29.69.19"
17:08:18 [2021-08-20T17:08:18.319Z] time="2021-08-20T17:08:18Z" level=info msg="Node 9ef10e927682/172.29.69.19, added to nodes list"
17:08:18 [2021-08-20T17:08:18.319Z] time="2021-08-20T17:08:18Z" level=debug msg="memberlist: Initiating push/pull sync with:  172.29.69.19:10035"
17:08:18 [2021-08-20T17:08:18.319Z] time="2021-08-20T17:08:18Z" level=debug msg="memberlist: Stream connection from=172.29.69.19:49366"
17:08:18 [2021-08-20T17:08:18.319Z] time="2021-08-20T17:08:18Z" level=info msg="Node 207d97aea1fa/172.29.69.19, joined gossip cluster"
17:08:18 [2021-08-20T17:08:18.319Z] time="2021-08-20T17:08:18Z" level=info msg="Node 207d97aea1fa/172.29.69.19, added to nodes list"
17:08:18 [2021-08-20T17:08:18.319Z] time="2021-08-20T17:08:18Z" level=info msg="Node a52ecab76a4e/172.29.69.19, joined gossip cluster"
17:08:18 [2021-08-20T17:08:18.319Z] time="2021-08-20T17:08:18Z" level=info msg="Node a52ecab76a4e/172.29.69.19, added to nodes list"
17:08:18 [2021-08-20T17:08:18.319Z] time="2021-08-20T17:08:18Z" level=info msg="Node 05c42267442e/172.29.69.19, joined gossip cluster"
17:08:18 [2021-08-20T17:08:18.319Z] time="2021-08-20T17:08:18Z" level=info msg="Node 05c42267442e/172.29.69.19, added to nodes list"
17:08:18 [2021-08-20T17:08:18.319Z] time="2021-08-20T17:08:18Z" level=info msg="Node 9ef10e927682/172.29.69.19, joined gossip cluster"
17:08:18 [2021-08-20T17:08:18.774Z] time="2021-08-20T17:08:18Z" level=info msg="Node 9ef10e927682/172.29.69.19, added to nodes list"
17:08:18 [2021-08-20T17:08:18.774Z] time="2021-08-20T17:08:18Z" level=info msg="Node 0c1fe1139e82/172.29.69.19, joined gossip cluster"
17:08:18 [2021-08-20T17:08:18.774Z] time="2021-08-20T17:08:18Z" level=info msg="Node 0c1fe1139e82/172.29.69.19, is the new incarnation of the shutdown node dee2b105d2c9/172.29.69.19"
17:08:18 [2021-08-20T17:08:18.774Z] time="2021-08-20T17:08:18Z" level=info msg="Node 0c1fe1139e82/172.29.69.19, added to nodes list"
17:08:18 [2021-08-20T17:08:18.774Z] time="2021-08-20T17:08:18Z" level=info msg="Node 9ef10e927682/172.29.69.19, joined gossip cluster"
17:08:18 [2021-08-20T17:08:18.774Z] time="2021-08-20T17:08:18Z" level=info msg="Node 9ef10e927682/172.29.69.19, is the new incarnation of the shutdown node 51edfffa5e36/172.29.69.19"
17:08:18 [2021-08-20T17:08:18.774Z] time="2021-08-20T17:08:18Z" level=info msg="Node 9ef10e927682/172.29.69.19, added to nodes list"
17:08:18 [2021-08-20T17:08:18.774Z] time="2021-08-20T17:08:18Z" level=info msg="Node 207d97aea1fa/172.29.69.19, joined gossip cluster"
17:08:18 [2021-08-20T17:08:18.774Z] time="2021-08-20T17:08:18Z" level=info msg="Node 207d97aea1fa/172.29.69.19, is the new incarnation of the shutdown node 44c72ebe700e/172.29.69.19"
17:08:18 [2021-08-20T17:08:18.774Z] time="2021-08-20T17:08:18Z" level=info msg="Node 207d97aea1fa/172.29.69.19, added to nodes list"
17:08:18 [2021-08-20T17:08:18.774Z] time="2021-08-20T17:08:18Z" level=info msg="Node 9ef10e927682/172.29.69.19, joined gossip cluster"
17:08:18 [2021-08-20T17:08:18.774Z] time="2021-08-20T17:08:18Z" level=info msg="Node 9ef10e927682/172.29.69.19, added to nodes list"
17:08:18 [2021-08-20T17:08:18.774Z] time="2021-08-20T17:08:18Z" level=info msg="Node 0c1fe1139e82/172.29.69.19, joined gossip cluster"
17:08:18 [2021-08-20T17:08:18.774Z] time="2021-08-20T17:08:18Z" level=info msg="Node 0c1fe1139e82/172.29.69.19, added to nodes list"
17:08:18 [2021-08-20T17:08:18.774Z] time="2021-08-20T17:08:18Z" level=info msg="Node 0c1fe1139e82/172.29.69.19, joined gossip cluster"
17:08:18 [2021-08-20T17:08:18.774Z] time="2021-08-20T17:08:18Z" level=info msg="Node 0c1fe1139e82/172.29.69.19, is the new incarnation of the shutdown node dee2b105d2c9/172.29.69.19"
17:08:18 [2021-08-20T17:08:18.774Z] time="2021-08-20T17:08:18Z" level=info msg="Node 0c1fe1139e82/172.29.69.19, added to nodes list"
17:08:18 [2021-08-20T17:08:18.774Z] time="2021-08-20T17:08:18Z" level=info msg="Node 0c1fe1139e82/172.29.69.19, joined gossip cluster"
17:08:18 [2021-08-20T17:08:18.774Z] time="2021-08-20T17:08:18Z" level=info msg="Node 0c1fe1139e82/172.29.69.19, added to nodes list"
17:08:18 [2021-08-20T17:08:18.774Z] time="2021-08-20T17:08:18Z" level=debug msg="memberlist: Initiating push/pull sync with:  172.29.69.19:10033"
17:08:18 [2021-08-20T17:08:18.774Z] time="2021-08-20T17:08:18Z" level=debug msg="memberlist: Stream connection from=172.29.69.19:49367"
17:08:18 [2021-08-20T17:08:18.774Z] time="2021-08-20T17:08:18Z" level=debug msg="memberlist: Initiating push/pull sync with:  172.29.69.19:10034"
17:08:18 [2021-08-20T17:08:18.774Z] time="2021-08-20T17:08:18Z" level=debug msg="memberlist: Stream connection from=172.29.69.19:49368"
17:08:18 [2021-08-20T17:08:18.774Z] time="2021-08-20T17:08:18Z" level=debug msg="memberlist: Stream connection from=172.29.69.19:49369"
17:08:18 [2021-08-20T17:08:18.774Z] time="2021-08-20T17:08:18Z" level=debug msg="memberlist: Initiating push/pull sync with:  172.29.69.19:10035"
17:08:18 [2021-08-20T17:08:18.913Z]     docker_cli_daemon_plugins_test.go:105: [d3ef59213a0fc] daemon is not started
17:08:19 [2021-08-20T17:08:19.230Z] 2021/08/20 17:08:19 Closing DB instances...
17:08:19 [2021-08-20T17:08:19.686Z] time="2021-08-20T17:08:19Z" level=info msg="Node 207d97aea1fa change state NodeActive --> NodeLeft"
17:08:19 [2021-08-20T17:08:19.686Z] time="2021-08-20T17:08:19Z" level=info msg="node2(9ef10e927682): Node leave event for 207d97aea1fa/172.29.69.19"
17:08:19 [2021-08-20T17:08:19.686Z] time="2021-08-20T17:08:19Z" level=info msg="Node 207d97aea1fa change state NodeActive --> NodeLeft"
17:08:19 [2021-08-20T17:08:19.686Z] time="2021-08-20T17:08:19Z" level=info msg="node5(05c42267442e): Node leave event for 207d97aea1fa/172.29.69.19"
17:08:19 [2021-08-20T17:08:19.686Z] time="2021-08-20T17:08:19Z" level=info msg="Node 207d97aea1fa change state NodeActive --> NodeLeft"
17:08:19 [2021-08-20T17:08:19.686Z] time="2021-08-20T17:08:19Z" level=info msg="node3(0c1fe1139e82): Node leave event for 207d97aea1fa/172.29.69.19"
17:08:19 [2021-08-20T17:08:19.686Z] time="2021-08-20T17:08:19Z" level=info msg="Node 207d97aea1fa change state NodeActive --> NodeLeft"
17:08:19 [2021-08-20T17:08:19.686Z] time="2021-08-20T17:08:19Z" level=info msg="node4(a52ecab76a4e): Node leave event for 207d97aea1fa/172.29.69.19"
17:08:19 [2021-08-20T17:08:19.686Z] time="2021-08-20T17:08:19Z" level=info msg="Node 207d97aea1fa change state NodeActive --> NodeLeft"
17:08:19 [2021-08-20T17:08:19.686Z] time="2021-08-20T17:08:19Z" level=info msg="node1(207d97aea1fa): Node leave event for 207d97aea1fa/172.29.69.19"
17:08:19 [2021-08-20T17:08:19.686Z] time="2021-08-20T17:08:19Z" level=info msg="Node 207d97aea1fa/172.29.69.19, left gossip cluster"
17:08:19 [2021-08-20T17:08:19.686Z] time="2021-08-20T17:08:19Z" level=info msg="Node 207d97aea1fa/172.29.69.19, left gossip cluster"
17:08:19 [2021-08-20T17:08:19.686Z] time="2021-08-20T17:08:19Z" level=info msg="Node 207d97aea1fa/172.29.69.19, left gossip cluster"
17:08:19 [2021-08-20T17:08:19.686Z] time="2021-08-20T17:08:19Z" level=info msg="Node 207d97aea1fa/172.29.69.19, left gossip cluster"
17:08:19 [2021-08-20T17:08:19.686Z] time="2021-08-20T17:08:19Z" level=info msg="Node 207d97aea1fa/172.29.69.19, left gossip cluster"
17:08:20 [2021-08-20T17:08:20.142Z] time="2021-08-20T17:08:19Z" level=info msg="Node 9ef10e927682 change state NodeActive --> NodeLeft"
17:08:20 [2021-08-20T17:08:20.142Z] time="2021-08-20T17:08:19Z" level=info msg="node4(a52ecab76a4e): Node leave event for 9ef10e927682/172.29.69.19"
17:08:20 [2021-08-20T17:08:20.142Z] time="2021-08-20T17:08:19Z" level=info msg="Node 9ef10e927682 change state NodeActive --> NodeLeft"
17:08:20 [2021-08-20T17:08:20.142Z] time="2021-08-20T17:08:19Z" level=info msg="node3(0c1fe1139e82): Node leave event for 9ef10e927682/172.29.69.19"
17:08:20 [2021-08-20T17:08:20.142Z] time="2021-08-20T17:08:19Z" level=info msg="Node 9ef10e927682 change state NodeActive --> NodeLeft"
17:08:20 [2021-08-20T17:08:20.142Z] time="2021-08-20T17:08:19Z" level=info msg="node5(05c42267442e): Node leave event for 9ef10e927682/172.29.69.19"
17:08:20 [2021-08-20T17:08:20.142Z] time="2021-08-20T17:08:19Z" level=info msg="Node 9ef10e927682/172.29.69.19, left gossip cluster"
17:08:20 [2021-08-20T17:08:20.142Z] time="2021-08-20T17:08:19Z" level=info msg="Node 9ef10e927682 change state NodeActive --> NodeFailed"
17:08:20 [2021-08-20T17:08:20.142Z] time="2021-08-20T17:08:19Z" level=info msg="Node 9ef10e927682/172.29.69.19, added to failed nodes list"
17:08:20 [2021-08-20T17:08:20.142Z] time="2021-08-20T17:08:19Z" level=error msg="node: 9ef10e927682 is unknown to memberlist"
17:08:20 [2021-08-20T17:08:20.142Z] time="2021-08-20T17:08:19Z" level=info msg="Node 9ef10e927682/172.29.69.19, left gossip cluster"
17:08:20 [2021-08-20T17:08:20.142Z] time="2021-08-20T17:08:19Z" level=info msg="Node 9ef10e927682/172.29.69.19, left gossip cluster"
17:08:20 [2021-08-20T17:08:20.142Z] time="2021-08-20T17:08:19Z" level=info msg="Node 9ef10e927682/172.29.69.19, left gossip cluster"
17:08:20 [2021-08-20T17:08:20.142Z] time="2021-08-20T17:08:20Z" level=warning msg="memberlist: Failed to send ping: write udp [::]:10034->172.29.69.19:10035: use of closed network connection"
17:08:20 [2021-08-20T17:08:20.142Z] time="2021-08-20T17:08:20Z" level=info msg="Node 0c1fe1139e82 change state NodeActive --> NodeLeft"
17:08:20 [2021-08-20T17:08:20.142Z] time="2021-08-20T17:08:20Z" level=info msg="node4(a52ecab76a4e): Node leave event for 0c1fe1139e82/172.29.69.19"
17:08:20 [2021-08-20T17:08:20.278Z] === RUN   TestDockerDaemonSuite/TestDaemonShutdownTimeout
17:08:20 [2021-08-20T17:08:20.599Z] time="2021-08-20T17:08:20Z" level=info msg="Node 0c1fe1139e82 change state NodeActive --> NodeLeft"
17:08:20 [2021-08-20T17:08:20.599Z] time="2021-08-20T17:08:20Z" level=info msg="node5(05c42267442e): Node leave event for 0c1fe1139e82/172.29.69.19"
17:08:20 [2021-08-20T17:08:20.599Z] time="2021-08-20T17:08:20Z" level=info msg="Node 0c1fe1139e82 change state NodeActive --> NodeLeft"
17:08:20 [2021-08-20T17:08:20.599Z] time="2021-08-20T17:08:20Z" level=info msg="node3(0c1fe1139e82): Node leave event for 0c1fe1139e82/172.29.69.19"
17:08:20 [2021-08-20T17:08:20.599Z] time="2021-08-20T17:08:20Z" level=info msg="Node 0c1fe1139e82/172.29.69.19, left gossip cluster"
17:08:20 [2021-08-20T17:08:20.599Z] time="2021-08-20T17:08:20Z" level=info msg="Node 0c1fe1139e82/172.29.69.19, left gossip cluster"
17:08:20 [2021-08-20T17:08:20.599Z] time="2021-08-20T17:08:20Z" level=info msg="Node 0c1fe1139e82/172.29.69.19, left gossip cluster"
17:08:21 [2021-08-20T17:08:21.055Z] time="2021-08-20T17:08:20Z" level=info msg="Node a52ecab76a4e change state NodeActive --> NodeLeft"
17:08:21 [2021-08-20T17:08:21.055Z] time="2021-08-20T17:08:20Z" level=info msg="node5(05c42267442e): Node leave event for a52ecab76a4e/172.29.69.19"
17:08:21 [2021-08-20T17:08:21.055Z] time="2021-08-20T17:08:20Z" level=info msg="Node a52ecab76a4e change state NodeActive --> NodeLeft"
17:08:21 [2021-08-20T17:08:21.055Z] time="2021-08-20T17:08:20Z" level=info msg="node4(a52ecab76a4e): Node leave event for a52ecab76a4e/172.29.69.19"
17:08:21 [2021-08-20T17:08:21.510Z] time="2021-08-20T17:08:21Z" level=info msg="Node a52ecab76a4e/172.29.69.19, left gossip cluster"
17:08:21 [2021-08-20T17:08:21.966Z] time="2021-08-20T17:08:21Z" level=info msg="Node a52ecab76a4e/172.29.69.19, left gossip cluster"
17:08:22 [2021-08-20T17:08:22.173Z]     check_test.go:309: [d5e57d2868f06] daemon is not started
17:08:22 [2021-08-20T17:08:22.173Z] === RUN   TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile
17:08:22 [2021-08-20T17:08:22.422Z] time="2021-08-20T17:08:22Z" level=debug msg="memberlist: Failed to join 172.29.69.19: dial tcp 172.29.69.19:10034: connectex: No connection could be made because the target machine actively refused it."
17:08:22 [2021-08-20T17:08:22.422Z] time="2021-08-20T17:08:22Z" level=info msg="Node 05c42267442e/172.29.69.19, left gossip cluster"
17:08:22 [2021-08-20T17:08:22.422Z] time="2021-08-20T17:08:22Z" level=info msg="Node 05c42267442e change state NodeActive --> NodeFailed"
17:08:22 [2021-08-20T17:08:22.422Z] time="2021-08-20T17:08:22Z" level=info msg="Node 05c42267442e/172.29.69.19, added to failed nodes list"
17:08:22 [2021-08-20T17:08:22.422Z] --- PASS: TestNetworkDBIslands (12.27s)
17:08:22 [2021-08-20T17:08:22.422Z] PASS
17:08:22 [2021-08-20T17:08:22.422Z] coverage: 60.4% of statements
17:08:22 [2021-08-20T17:08:22.422Z] ok  	github.com/docker/docker/libnetwork/networkdb	106.077s	coverage: 60.4% of statements
17:08:22 [2021-08-20T17:08:22.422Z] ?   	github.com/docker/docker/libnetwork/ns	[no test files]
17:08:22 [2021-08-20T17:08:22.422Z] ?   	github.com/docker/docker/libnetwork/osl/kernel	[no test files]
17:08:22 [2021-08-20T17:08:22.422Z] ?   	github.com/docker/docker/libnetwork/testutils	[no test files]
17:08:22 [2021-08-20T17:08:22.422Z] ?   	github.com/docker/docker/oci/caps	[no test files]
17:08:22 [2021-08-20T17:08:22.422Z] ?   	github.com/docker/docker/pkg/containerfs	[no test files]
17:08:22 [2021-08-20T17:08:22.422Z] ?   	github.com/docker/docker/pkg/devicemapper	[no test files]
17:08:22 [2021-08-20T17:08:22.422Z] ?   	github.com/docker/docker/pkg/locker	[no test files]
17:08:22 [2021-08-20T17:08:22.422Z] ?   	github.com/docker/docker/pkg/mount	[no test files]
17:08:22 [2021-08-20T17:08:22.422Z] ?   	github.com/docker/docker/pkg/namesgenerator/cmd/names-generator	[no test files]
17:08:22 [2021-08-20T17:08:22.422Z] ?   	github.com/docker/docker/pkg/parsers/kernel	[no test files]
17:08:22 [2021-08-20T17:08:22.422Z] ?   	github.com/docker/docker/pkg/parsers/operatingsystem	[no test files]
17:08:22 [2021-08-20T17:08:22.422Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
17:08:22 [2021-08-20T17:08:22.422Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
17:08:22 [2021-08-20T17:08:22.422Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
17:08:22 [2021-08-20T17:08:22.422Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
17:08:22 [2021-08-20T17:08:22.422Z] ?   	github.com/docker/docker/pkg/signal	[no test files]
17:08:22 [2021-08-20T17:08:22.422Z] ?   	github.com/docker/docker/pkg/symlink	[no test files]
17:08:22 [2021-08-20T17:08:22.422Z] ?   	github.com/docker/docker/pkg/term	[no test files]
17:08:22 [2021-08-20T17:08:22.422Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
17:08:22 [2021-08-20T17:08:22.422Z] ?   	github.com/docker/docker/profiles/seccomp	[no test files]
17:08:22 [2021-08-20T17:08:22.422Z] ?   	github.com/docker/docker/quota	[no test files]
17:08:22 [2021-08-20T17:08:22.422Z] ?   	github.com/docker/docker/rootless	[no test files]
17:08:22 [2021-08-20T17:08:22.422Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
17:08:22 [2021-08-20T17:08:22.422Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
17:08:22 [2021-08-20T17:08:22.422Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
17:08:22 [2021-08-20T17:08:22.422Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
17:08:22 [2021-08-20T17:08:22.422Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
17:08:22 [2021-08-20T17:08:22.422Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
17:08:22 [2021-08-20T17:08:22.422Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
17:08:22 [2021-08-20T17:08:22.423Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
17:08:22 [2021-08-20T17:08:22.423Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
17:08:22 [2021-08-20T17:08:22.423Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
17:08:22 [2021-08-20T17:08:22.423Z] ?   	github.com/docker/docker/testutil/request	[no test files]
17:08:22 [2021-08-20T17:08:22.423Z] ?   	github.com/docker/docker/volume	[no test files]
17:08:22 [2021-08-20T17:08:22.423Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
17:08:22 [2021-08-20T17:08:22.423Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
17:08:22 [2021-08-20T17:08:22.437Z] INFO: Extraction ended at 08/20/2021 17:08:19. Duration:00:00:27.5496794
17:08:22 [2021-08-20T17:08:22.437Z] INFO: Updating the golang and path environment variables
17:08:22 [2021-08-20T17:08:22.437Z] INFO: GOPATH=d:\gopath
17:08:22 [2021-08-20T17:08:22.437Z] INFO: go version go1.16.7 windows/amd64
17:08:22 [2021-08-20T17:08:22.437Z] INFO: Running the daemon under test in debug mode
17:08:22 [2021-08-20T17:08:22.437Z] INFO: Starting a daemon under test...
17:08:22 [2021-08-20T17:08:22.437Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-42765\2\daemon --pidfile d:\CI\PR-42765\2\docker.pid -D
17:08:22 [2021-08-20T17:08:22.437Z] INFO: Process started successfully.
17:08:22 [2021-08-20T17:08:22.437Z] INFO: Start tailing logs of the daemon under tests
17:08:22 [2021-08-20T17:08:22.437Z] INFO: Waiting for the daemon under test to start...
17:08:24 [2021-08-20T17:08:24.694Z] === RUN   TestDockerSuite/TestBuildCopyCacheOnFileChange
17:08:24 [2021-08-20T17:08:24.950Z] === RUN   TestDockerSuite/TestBuildCopyDirButNotFile
17:08:25 [2021-08-20T17:08:25.512Z] === RUN   TestDockerSuite/TestBuildCopyDirContentToExistDir
17:08:25 [2021-08-20T17:08:25.512Z] === RUN   TestDockerDaemonSuite/TestDaemonShutdownWithPlugins
17:08:26 [2021-08-20T17:08:26.153Z] 
17:08:26 [2021-08-20T17:08:26.153Z] === Skipped
17:08:26 [2021-08-20T17:08:26.153Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s)
17:08:26 [2021-08-20T17:08:26.153Z]     dispatchers_test.go:377: Windows does not support stopsignal
17:08:26 [2021-08-20T17:08:26.153Z] 
17:08:26 [2021-08-20T17:08:26.153Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s)
17:08:26 [2021-08-20T17:08:26.153Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
17:08:26 [2021-08-20T17:08:26.153Z] 
17:08:26 [2021-08-20T17:08:26.153Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s)
17:08:26 [2021-08-20T17:08:26.153Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
17:08:26 [2021-08-20T17:08:26.153Z] 
17:08:26 [2021-08-20T17:08:26.153Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.01s)
17:08:26 [2021-08-20T17:08:26.153Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
17:08:26 [2021-08-20T17:08:26.153Z] 
17:08:26 [2021-08-20T17:08:26.153Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s)
17:08:26 [2021-08-20T17:08:26.153Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
17:08:26 [2021-08-20T17:08:26.153Z] 
17:08:26 [2021-08-20T17:08:26.153Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s)
17:08:26 [2021-08-20T17:08:26.153Z]     client_test.go:23: runtime.GOOS == "windows"
17:08:26 [2021-08-20T17:08:26.153Z] 
17:08:26 [2021-08-20T17:08:26.153Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCP6Proxy (0.00s)
17:08:26 [2021-08-20T17:08:26.153Z]     network_proxy_test.go:194: Need to start CI docker with --ipv6
17:08:26 [2021-08-20T17:08:26.153Z] 
17:08:26 [2021-08-20T17:08:26.153Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCPDualStackProxy (0.00s)
17:08:26 [2021-08-20T17:08:26.153Z]     network_proxy_test.go:209: No support for dual stack yet
17:08:26 [2021-08-20T17:08:26.153Z] 
17:08:26 [2021-08-20T17:08:26.153Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestUDP6Proxy (0.00s)
17:08:26 [2021-08-20T17:08:26.153Z]     network_proxy_test.go:238: Need to start CI docker with --ipv6
17:08:26 [2021-08-20T17:08:26.153Z] 
17:08:26 [2021-08-20T17:08:26.153Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP4Proxy (0.00s)
17:08:26 [2021-08-20T17:08:26.153Z]     network_proxy_test.go:285: runtime.GOOS == "windows": sctp is not supported on windows
17:08:26 [2021-08-20T17:08:26.153Z] 
17:08:26 [2021-08-20T17:08:26.153Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP6Proxy (0.00s)
17:08:26 [2021-08-20T17:08:26.153Z]     network_proxy_test.go:299: Need to start CI docker with --ipv6
17:08:26 [2021-08-20T17:08:26.153Z] 
17:08:26 [2021-08-20T17:08:26.153Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s)
17:08:26 [2021-08-20T17:08:26.153Z]     daemon_test.go:147: root required
17:08:26 [2021-08-20T17:08:26.153Z] 
17:08:26 [2021-08-20T17:08:26.153Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s)
17:08:26 [2021-08-20T17:08:26.153Z]     reload_test.go:520: root required
17:08:26 [2021-08-20T17:08:26.153Z] 
17:08:26 [2021-08-20T17:08:26.153Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.01s)
17:08:26 [2021-08-20T17:08:26.153Z]     config_test.go:527: os.Getuid() != 0: skipping test that requires root
17:08:26 [2021-08-20T17:08:26.153Z] 
17:08:26 [2021-08-20T17:08:26.153Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s)
17:08:26 [2021-08-20T17:08:26.153Z]     pull_v2_test.go:73: Needs fixing on Windows
17:08:26 [2021-08-20T17:08:26.153Z] 
17:08:26 [2021-08-20T17:08:26.153Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s)
17:08:26 [2021-08-20T17:08:26.153Z]     pull_v2_test.go:118: Needs fixing on Windows
17:08:26 [2021-08-20T17:08:26.153Z] 
17:08:26 [2021-08-20T17:08:26.153Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s)
17:08:26 [2021-08-20T17:08:26.153Z]     download_test.go:268: Needs fixing on Windows
17:08:26 [2021-08-20T17:08:26.153Z] 
17:08:26 [2021-08-20T17:08:26.153Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s)
17:08:26 [2021-08-20T17:08:26.153Z]     layer_test.go:304: Failing on Windows
17:08:26 [2021-08-20T17:08:26.153Z] 
17:08:26 [2021-08-20T17:08:26.153Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s)
17:08:26 [2021-08-20T17:08:26.153Z]     layer_test.go:353: Failing on Windows
17:08:26 [2021-08-20T17:08:26.153Z] 
17:08:26 [2021-08-20T17:08:26.153Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s)
17:08:26 [2021-08-20T17:08:26.153Z]     layer_test.go:468: Failing on Windows
17:08:26 [2021-08-20T17:08:26.153Z] 
17:08:26 [2021-08-20T17:08:26.153Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s)
17:08:26 [2021-08-20T17:08:26.153Z]     layer_test.go:697: Failing on Windows
17:08:26 [2021-08-20T17:08:26.153Z] 
17:08:26 [2021-08-20T17:08:26.153Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s)
17:08:26 [2021-08-20T17:08:26.153Z]     migration_test.go:46: Failing on Windows
17:08:26 [2021-08-20T17:08:26.153Z] 
17:08:26 [2021-08-20T17:08:26.153Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s)
17:08:26 [2021-08-20T17:08:26.153Z]     migration_test.go:182: Failing on Windows
17:08:26 [2021-08-20T17:08:26.153Z] 
17:08:26 [2021-08-20T17:08:26.153Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s)
17:08:26 [2021-08-20T17:08:26.153Z]     mount_test.go:17: Failing on Windows
17:08:26 [2021-08-20T17:08:26.153Z] 
17:08:26 [2021-08-20T17:08:26.153Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s)
17:08:26 [2021-08-20T17:08:26.153Z]     mount_test.go:76: Failing on Windows
17:08:26 [2021-08-20T17:08:26.153Z] 
17:08:26 [2021-08-20T17:08:26.153Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s)
17:08:26 [2021-08-20T17:08:26.153Z]     mount_test.go:125: Failing on Windows
17:08:26 [2021-08-20T17:08:26.153Z] 
17:08:26 [2021-08-20T17:08:26.153Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s)
17:08:26 [2021-08-20T17:08:26.153Z]     mount_test.go:212: Failing on Windows
17:08:26 [2021-08-20T17:08:26.153Z] 
17:08:26 [2021-08-20T17:08:26.153Z] === SKIP: github.com/docker/docker/libnetwork TestSRVServiceQuery (0.01s)
17:08:26 [2021-08-20T17:08:26.153Z]     libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux
17:08:26 [2021-08-20T17:08:26.153Z] 
17:08:26 [2021-08-20T17:08:26.153Z] === SKIP: github.com/docker/docker/libnetwork TestServiceVIPReuse (0.00s)
17:08:26 [2021-08-20T17:08:26.153Z]     libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux
17:08:26 [2021-08-20T17:08:26.153Z] 
17:08:26 [2021-08-20T17:08:26.153Z] === SKIP: github.com/docker/docker/libnetwork TestIpamReleaseOnNetDriverFailures (0.00s)
17:08:26 [2021-08-20T17:08:26.153Z]     libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux
17:08:26 [2021-08-20T17:08:26.153Z] 
17:08:26 [2021-08-20T17:08:26.153Z] === SKIP: github.com/docker/docker/libnetwork TestDNSIPQuery (0.00s)
17:08:26 [2021-08-20T17:08:26.153Z]     resolver_test.go:77: runtime.GOOS == "windows": test only works on linux
17:08:26 [2021-08-20T17:08:26.153Z] 
17:08:26 [2021-08-20T17:08:26.153Z] === SKIP: github.com/docker/docker/libnetwork TestDNSProxyServFail (0.00s)
17:08:26 [2021-08-20T17:08:26.153Z]     resolver_test.go:216: runtime.GOOS == "windows": test only works on linux
17:08:26 [2021-08-20T17:08:26.153Z] 
17:08:26 [2021-08-20T17:08:26.153Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddEmpty (0.00s)
17:08:26 [2021-08-20T17:08:26.153Z]     sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux
17:08:26 [2021-08-20T17:08:26.153Z] 
17:08:26 [2021-08-20T17:08:26.153Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddMultiPrio (0.00s)
17:08:26 [2021-08-20T17:08:26.153Z]     sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux
17:08:26 [2021-08-20T17:08:26.153Z] 
17:08:26 [2021-08-20T17:08:26.153Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddSamePrio (0.00s)
17:08:26 [2021-08-20T17:08:26.153Z]     sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux
17:08:26 [2021-08-20T17:08:26.153Z] 
17:08:26 [2021-08-20T17:08:26.153Z] === SKIP: github.com/docker/docker/libnetwork TestCleanupServiceDiscovery (0.00s)
17:08:26 [2021-08-20T17:08:26.153Z]     service_common_test.go:15: runtime.GOOS == "windows": test only works on linux
17:08:26 [2021-08-20T17:08:26.153Z] 
17:08:26 [2021-08-20T17:08:26.153Z] === SKIP: github.com/docker/docker/libnetwork TestDNSOptions (0.00s)
17:08:26 [2021-08-20T17:08:26.153Z]     service_common_test.go:59: runtime.GOOS == "windows": test only works on linux
17:08:26 [2021-08-20T17:08:26.153Z] 
17:08:26 [2021-08-20T17:08:26.153Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestNAT (0.00s)
17:08:26 [2021-08-20T17:08:26.153Z]     windows_test.go:57: Test does not work on CI and was never running to begin with
17:08:26 [2021-08-20T17:08:26.153Z] 
17:08:26 [2021-08-20T17:08:26.153Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestTransparent (0.00s)
17:08:26 [2021-08-20T17:08:26.153Z]     windows_test.go:62: Test does not work on CI and was never running to begin with
17:08:26 [2021-08-20T17:08:26.153Z] 
17:08:26 [2021-08-20T17:08:26.153Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest4 (0.00s)
17:08:26 [2021-08-20T17:08:26.153Z]     allocator_test.go:1422: Skipped because t.parallel was less than  5
17:08:26 [2021-08-20T17:08:26.153Z] 
17:08:26 [2021-08-20T17:08:26.153Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest1 (0.00s)
17:08:26 [2021-08-20T17:08:26.153Z]     allocator_test.go:1422: Skipped because t.parallel was less than  5
17:08:26 [2021-08-20T17:08:26.153Z] 
17:08:26 [2021-08-20T17:08:26.153Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest2 (0.00s)
17:08:26 [2021-08-20T17:08:26.153Z]     allocator_test.go:1422: Skipped because t.parallel was less than  5
17:08:26 [2021-08-20T17:08:26.153Z] 
17:08:26 [2021-08-20T17:08:26.153Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest3 (0.00s)
17:08:26 [2021-08-20T17:08:26.153Z]     allocator_test.go:1422: Skipped because t.parallel was less than  5
17:08:26 [2021-08-20T17:08:26.153Z] 
17:08:26 [2021-08-20T17:08:26.153Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest5 (0.00s)
17:08:26 [2021-08-20T17:08:26.153Z]     allocator_test.go:1422: Skipped because t.parallel was less than  5
17:08:26 [2021-08-20T17:08:26.153Z] 
17:08:26 [2021-08-20T17:08:26.153Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s)
17:08:26 [2021-08-20T17:08:26.153Z]     archive_test.go:134: Xz not present in msys2
17:08:26 [2021-08-20T17:08:26.153Z] 
17:08:26 [2021-08-20T17:08:26.153Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s)
17:08:26 [2021-08-20T17:08:26.153Z]     archive_test.go:239: Failing on Windows CI machines
17:08:26 [2021-08-20T17:08:26.153Z] 
17:08:26 [2021-08-20T17:08:26.153Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s)
17:08:26 [2021-08-20T17:08:26.153Z]     archive_windows_test.go:16: Currently fails
17:08:26 [2021-08-20T17:08:26.153Z] 
17:08:26 [2021-08-20T17:08:26.153Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s)
17:08:26 [2021-08-20T17:08:26.153Z]     changes_test.go:196: needs more investigation
17:08:26 [2021-08-20T17:08:26.153Z] 
17:08:26 [2021-08-20T17:08:26.153Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsEmpty (0.00s)
17:08:26 [2021-08-20T17:08:26.153Z]     changes_test.go:261: FIXME: broken on Windows 1903 and up; see #39846
17:08:26 [2021-08-20T17:08:26.153Z] 
17:08:26 [2021-08-20T17:08:26.153Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsMutated (0.00s)
17:08:26 [2021-08-20T17:08:26.153Z]     changes_test.go:355: FIXME: broken on Windows 1903 and up; see #39846
17:08:26 [2021-08-20T17:08:26.153Z] 
17:08:26 [2021-08-20T17:08:26.153Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s)
17:08:26 [2021-08-20T17:08:26.153Z]     changes_test.go:433: needs further investigation
17:08:26 [2021-08-20T17:08:26.153Z] 
17:08:26 [2021-08-20T17:08:26.153Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s)
17:08:26 [2021-08-20T17:08:26.153Z]     changes_test.go:469: needs further investigation
17:08:26 [2021-08-20T17:08:26.153Z] 
17:08:26 [2021-08-20T17:08:26.153Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s)
17:08:26 [2021-08-20T17:08:26.153Z]     archive_test.go:45: os.Getuid() != 0: skipping test that requires root
17:08:26 [2021-08-20T17:08:26.153Z] 
17:08:26 [2021-08-20T17:08:26.153Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s)
17:08:26 [2021-08-20T17:08:26.153Z]     archive_test.go:77: os.Getuid() != 0: skipping test that requires root
17:08:26 [2021-08-20T17:08:26.153Z] 
17:08:26 [2021-08-20T17:08:26.153Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.01s)
17:08:26 [2021-08-20T17:08:26.153Z]     archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing
17:08:26 [2021-08-20T17:08:26.153Z] 
17:08:26 [2021-08-20T17:08:26.153Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s)
17:08:26 [2021-08-20T17:08:26.154Z]     archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing
17:08:26 [2021-08-20T17:08:26.154Z] 
17:08:26 [2021-08-20T17:08:26.154Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s)
17:08:26 [2021-08-20T17:08:26.154Z]     archive_test.go:249: os.Getuid() != 0: skipping test that requires root
17:08:26 [2021-08-20T17:08:26.154Z] 
17:08:26 [2021-08-20T17:08:26.154Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s)
17:08:26 [2021-08-20T17:08:26.154Z]     archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing
17:08:26 [2021-08-20T17:08:26.154Z] 
17:08:26 [2021-08-20T17:08:26.154Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s)
17:08:26 [2021-08-20T17:08:26.154Z]     archive_test.go:356: os.Getuid() != 0: skipping test that requires root
17:08:26 [2021-08-20T17:08:26.154Z] 
17:08:26 [2021-08-20T17:08:26.154Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s)
17:08:26 [2021-08-20T17:08:26.154Z]     archive_test.go:373: os.Getuid() != 0: skipping test that requires root
17:08:26 [2021-08-20T17:08:26.154Z] 
17:08:26 [2021-08-20T17:08:26.154Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s)
17:08:26 [2021-08-20T17:08:26.154Z]     archive_test.go:390: os.Getuid() != 0: skipping test that requires root
17:08:26 [2021-08-20T17:08:26.154Z] 
17:08:26 [2021-08-20T17:08:26.154Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s)
17:08:26 [2021-08-20T17:08:26.154Z]     poller_test.go:41: No chmod on Windows
17:08:26 [2021-08-20T17:08:26.154Z] 
17:08:26 [2021-08-20T17:08:26.154Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s)
17:08:26 [2021-08-20T17:08:26.154Z]     fileutils_test.go:134: Needs porting to Windows
17:08:26 [2021-08-20T17:08:26.154Z] 
17:08:26 [2021-08-20T17:08:26.154Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s)
17:08:26 [2021-08-20T17:08:26.154Z]     fileutils_test.go:180: Needs porting to Windows
17:08:26 [2021-08-20T17:08:26.154Z] 
17:08:26 [2021-08-20T17:08:26.154Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s)
17:08:26 [2021-08-20T17:08:26.154Z]     registry_test.go:47: os.Getuid() != 0: skipping test that requires root
17:08:26 [2021-08-20T17:08:26.154Z] 
17:08:26 [2021-08-20T17:08:26.154Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s)
17:08:26 [2021-08-20T17:08:26.154Z]     registry_test.go:67: os.Getuid() != 0: skipping test that requires root
17:08:26 [2021-08-20T17:08:26.154Z] 
17:08:26 [2021-08-20T17:08:26.154Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s)
17:08:26 [2021-08-20T17:08:26.154Z]     registry_test.go:510: os.Getuid() != 0: skipping test that requires root
17:08:26 [2021-08-20T17:08:26.154Z] 
17:08:26 [2021-08-20T17:08:26.154Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s)
17:08:26 [2021-08-20T17:08:26.154Z]     local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI
17:08:26 [2021-08-20T17:08:26.154Z] 
17:08:26 [2021-08-20T17:08:26.154Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s)
17:08:26 [2021-08-20T17:08:26.154Z]     local_test.go:181: runtime.GOOS == "windows"
17:08:26 [2021-08-20T17:08:26.154Z] 
17:08:26 [2021-08-20T17:08:26.154Z] 
17:08:26 [2021-08-20T17:08:26.154Z] DONE 2070 tests, 69 skipped in 313.580s
17:08:26 [2021-08-20T17:08:26.154Z] INFO: make.ps1 ended at 08/20/2021 17:08:25
17:08:27 [2021-08-20T17:08:27.694Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker
17:08:27 [2021-08-20T17:08:27.694Z] INFO: Unit tests ended at 08/20/2021 17:08:27. Duration:00:05:29.4069142
17:08:27 [2021-08-20T17:08:27.694Z] INFO: Building busybox
17:08:27 [2021-08-20T17:08:27.694Z] Sending build context to Docker daemon   5.12kB
17:08:27 [2021-08-20T17:08:27.694Z] 
17:08:27 [2021-08-20T17:08:27.694Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore
17:08:27 [2021-08-20T17:08:27.694Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019
17:08:27 [2021-08-20T17:08:27.694Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13
17:08:27 [2021-08-20T17:08:27.694Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae
17:08:27 [2021-08-20T17:08:27.694Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG}
17:08:27 [2021-08-20T17:08:27.694Z]  ---> 801c33f5de3a
17:08:27 [2021-08-20T17:08:27.694Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin
17:08:27 [2021-08-20T17:08:27.694Z]  ---> Running in 196f2657bff8
17:08:28 [2021-08-20T17:08:28.188Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.58s)
17:08:28 [2021-08-20T17:08:28.188Z] PASS
17:08:28 [2021-08-20T17:08:28.188Z] 
17:08:28 [2021-08-20T17:08:28.188Z] DONE 17 tests in 46.235s
17:08:28 [2021-08-20T17:08:28.188Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m 
17:08:28 [2021-08-20T17:08:28.188Z] INFO: Testing against a local daemon
17:08:28 [2021-08-20T17:08:28.188Z] === RUN   TestPluginInvalidJSON
17:08:28 [2021-08-20T17:08:28.188Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
17:08:28 [2021-08-20T17:08:28.188Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
17:08:28 [2021-08-20T17:08:28.188Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
17:08:28 [2021-08-20T17:08:28.188Z] --- PASS: TestPluginInvalidJSON (0.01s)
17:08:28 [2021-08-20T17:08:28.188Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
17:08:28 [2021-08-20T17:08:28.188Z] === RUN   TestPluginInstall
17:08:28 [2021-08-20T17:08:28.188Z] === RUN   TestPluginInstall/no_auth
17:08:28 [2021-08-20T17:08:28.447Z] time="2021-08-20T17:08:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
17:08:28 [2021-08-20T17:08:28.447Z] time="2021-08-20T17:08:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:40074fdf904ed3457b9acadd1941efb461bed2a687910d614007e31afe8ce0b2" mediatype=application/vnd.docker.plugin.v1+json size=522
17:08:28 [2021-08-20T17:08:28.447Z] time="2021-08-20T17:08:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
17:08:28 [2021-08-20T17:08:28.447Z] time="2021-08-20T17:08:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:40074fdf904ed3457b9acadd1941efb461bed2a687910d614007e31afe8ce0b2" mediatype=application/vnd.docker.plugin.v1+json size=522
17:08:28 [2021-08-20T17:08:28.706Z] === RUN   TestPluginInstall/with_htpasswd
17:08:28 [2021-08-20T17:08:28.782Z] === RUN   TestDockerSuite/TestBuildCopyDirContentToRoot
17:08:28 [2021-08-20T17:08:28.782Z] --- PASS: TestUpdateRestartPolicy (14.52s)
17:08:28 [2021-08-20T17:08:28.782Z] === RUN   TestUpdateRestartWithAutoRemove
17:08:28 [2021-08-20T17:08:28.965Z] time="2021-08-20T17:08:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
17:08:28 [2021-08-20T17:08:28.965Z] time="2021-08-20T17:08:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:c4a778f78c472becbd730a0b8af5cb7e038f5f72a652a55db47c2d1a5ac9ba45" mediatype=application/vnd.docker.plugin.v1+json size=522
17:08:28 [2021-08-20T17:08:28.965Z] time="2021-08-20T17:08:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
17:08:28 [2021-08-20T17:08:28.965Z] time="2021-08-20T17:08:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:c4a778f78c472becbd730a0b8af5cb7e038f5f72a652a55db47c2d1a5ac9ba45" mediatype=application/vnd.docker.plugin.v1+json size=522
17:08:29 [2021-08-20T17:08:29.224Z] === RUN   TestPluginInstall/with_insecure
17:08:30 [2021-08-20T17:08:30.152Z] --- PASS: TestUpdateRestartWithAutoRemove (1.17s)
17:08:30 [2021-08-20T17:08:30.152Z] === RUN   TestWaitNonBlocked
17:08:30 [2021-08-20T17:08:30.152Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
17:08:30 [2021-08-20T17:08:30.152Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
17:08:30 [2021-08-20T17:08:30.152Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
17:08:30 [2021-08-20T17:08:30.152Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
17:08:30 [2021-08-20T17:08:30.152Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
17:08:30 [2021-08-20T17:08:30.152Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
17:08:30 [2021-08-20T17:08:30.160Z] time="2021-08-20T17:08:30Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
17:08:30 [2021-08-20T17:08:30.160Z] time="2021-08-20T17:08:30Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:8189241fbcc253991de1b2efd64a359dd34c3e12f7742ee35fa6c824bcde0b38" mediatype=application/vnd.docker.plugin.v1+json size=522
17:08:30 [2021-08-20T17:08:30.160Z] time="2021-08-20T17:08:30Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
17:08:30 [2021-08-20T17:08:30.160Z] time="2021-08-20T17:08:30Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:8189241fbcc253991de1b2efd64a359dd34c3e12f7742ee35fa6c824bcde0b38" mediatype=application/vnd.docker.plugin.v1+json size=522
17:08:30 [2021-08-20T17:08:30.409Z] === RUN   TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation
17:08:30 [2021-08-20T17:08:30.422Z]     plugin_test.go:166: [ddc51e9c004f9] daemon is not started
17:08:30 [2021-08-20T17:08:30.422Z] --- PASS: TestPluginInstall (4.06s)
17:08:30 [2021-08-20T17:08:30.422Z]     --- PASS: TestPluginInstall/no_auth (2.24s)
17:08:30 [2021-08-20T17:08:30.422Z]     --- PASS: TestPluginInstall/with_htpasswd (0.66s)
17:08:30 [2021-08-20T17:08:30.422Z]     --- PASS: TestPluginInstall/with_insecure (1.16s)
17:08:30 [2021-08-20T17:08:30.422Z] === RUN   TestPluginsWithRuntimes
17:08:31 [2021-08-20T17:08:31.776Z] === RUN   TestDockerDaemonSuite/TestDaemonStartIptablesFalse
17:08:32 [2021-08-20T17:08:32.033Z] --- PASS: TestWaitNonBlocked (0.02s)
17:08:32 [2021-08-20T17:08:32.033Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (2.00s)
17:08:32 [2021-08-20T17:08:32.033Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (2.04s)
17:08:32 [2021-08-20T17:08:32.033Z] === RUN   TestWaitBlocked
17:08:32 [2021-08-20T17:08:32.033Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
17:08:32 [2021-08-20T17:08:32.033Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
17:08:32 [2021-08-20T17:08:32.033Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
17:08:32 [2021-08-20T17:08:32.033Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
17:08:32 [2021-08-20T17:08:32.033Z] === RUN   TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost
17:08:32 [2021-08-20T17:08:32.033Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
17:08:32 [2021-08-20T17:08:32.033Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
17:08:32 [2021-08-20T17:08:32.326Z] === RUN   TestPluginsWithRuntimes/No_Args
17:08:32 [2021-08-20T17:08:32.384Z] Removing intermediate container 196f2657bff8
17:08:32 [2021-08-20T17:08:32.384Z]  ---> fbef21452e75
17:08:32 [2021-08-20T17:08:32.384Z] Step 7/13 : ARG BUSYBOX_VERSION
17:08:32 [2021-08-20T17:08:32.384Z]  ---> Running in 621ab3381ab6
17:08:32 [2021-08-20T17:08:32.841Z] Removing intermediate container 621ab3381ab6
17:08:32 [2021-08-20T17:08:32.841Z]  ---> ff977dbf4607
17:08:32 [2021-08-20T17:08:32.841Z] Step 8/13 : ARG BUSYBOX_SHA256SUM
17:08:32 [2021-08-20T17:08:32.841Z]  ---> Running in 7881a4b77bc7
17:08:32 [2021-08-20T17:08:32.893Z] === RUN   TestPluginsWithRuntimes/With_Args
17:08:32 [2021-08-20T17:08:32.963Z] === RUN   TestDockerDaemonSuite/TestDaemonStartWithIpcModes
17:08:32 [2021-08-20T17:08:32.963Z]     docker_cli_daemon_test.go:2887: Checking IpcMode private set from config
17:08:33 [2021-08-20T17:08:33.296Z] Removing intermediate container 7881a4b77bc7
17:08:33 [2021-08-20T17:08:33.296Z]  ---> 3e674d2ecdb7
17:08:33 [2021-08-20T17:08:33.296Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe
17:08:33 [2021-08-20T17:08:33.527Z]     docker_cli_daemon_test.go:2887: Checking IpcMode shareable set from config
17:08:33 [2021-08-20T17:08:33.827Z] --- PASS: TestPluginsWithRuntimes (3.48s)
17:08:33 [2021-08-20T17:08:33.827Z]     --- PASS: TestPluginsWithRuntimes/No_Args (0.93s)
17:08:33 [2021-08-20T17:08:33.827Z]     --- PASS: TestPluginsWithRuntimes/With_Args (0.91s)
17:08:33 [2021-08-20T17:08:33.827Z] === RUN   TestPluginBackCompatMediaTypes
17:08:34 [2021-08-20T17:08:34.089Z]     docker_cli_daemon_test.go:2887: Checking IpcMode host set from config
17:08:34 [2021-08-20T17:08:34.089Z] --- PASS: TestWaitBlocked (0.03s)
17:08:34 [2021-08-20T17:08:34.089Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.71s)
17:08:34 [2021-08-20T17:08:34.089Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.92s)
17:08:34 [2021-08-20T17:08:34.089Z] === CONT  TestContainerStartOnDaemonRestart
17:08:34 [2021-08-20T17:08:34.089Z] === CONT  TestContainerKillOnDaemonStart
17:08:34 [2021-08-20T17:08:34.345Z] === RUN   TestDockerSuite/TestBuildCopyFileDotWithWorkdir
17:08:34 [2021-08-20T17:08:34.345Z]     docker_cli_daemon_test.go:2887: Checking IpcMode container:123 set from config
17:08:34 [2021-08-20T17:08:34.396Z] --- PASS: TestPluginBackCompatMediaTypes (0.58s)
17:08:34 [2021-08-20T17:08:34.396Z] PASS
17:08:34 [2021-08-20T17:08:34.396Z] 
17:08:34 [2021-08-20T17:08:34.396Z] DONE 10 tests in 8.162s
17:08:34 [2021-08-20T17:08:34.396Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
17:08:34 [2021-08-20T17:08:34.654Z] INFO: Testing against a local daemon
17:08:34 [2021-08-20T17:08:34.654Z] === RUN   TestExternalGraphDriver
17:08:34 [2021-08-20T17:08:34.654Z] === RUN   TestExternalGraphDriver/json
17:08:34 [2021-08-20T17:08:34.823Z] 
17:08:34 [2021-08-20T17:08:34.908Z]     docker_cli_daemon_test.go:2887: Checking IpcMode nosuchmode set from config
17:08:35 [2021-08-20T17:08:35.279Z]  ---> ce4c2164500a
17:08:35 [2021-08-20T17:08:35.279Z] Step 10/13 : RUN powershell     if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) {         Throw \"Checksum validation failed\"     }
17:08:35 [2021-08-20T17:08:35.279Z]  ---> Running in 610ed473493f
17:08:35 [2021-08-20T17:08:35.472Z]     docker_cli_daemon_test.go:2887: Checking IpcMode private set from cli
17:08:36 [2021-08-20T17:08:36.035Z]     docker_cli_daemon_test.go:2887: Checking IpcMode shareable set from cli
17:08:36 [2021-08-20T17:08:36.292Z] === RUN   TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows
17:08:36 [2021-08-20T17:08:36.292Z]     docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows
17:08:36 [2021-08-20T17:08:36.292Z] === RUN   TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths
17:08:36 [2021-08-20T17:08:36.292Z]     docker_cli_build_test.go:5883: unmatched requirement DaemonIsWindows
17:08:36 [2021-08-20T17:08:36.292Z] === RUN   TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths
17:08:36 [2021-08-20T17:08:36.292Z]     docker_cli_build_test.go:5866: unmatched requirement DaemonIsWindows
17:08:36 [2021-08-20T17:08:36.292Z] === RUN   TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive
17:08:36 [2021-08-20T17:08:36.292Z]     docker_cli_build_test.go:5901: unmatched requirement DaemonIsWindows
17:08:36 [2021-08-20T17:08:36.292Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToExistDir
17:08:36 [2021-08-20T17:08:36.549Z]     docker_cli_daemon_test.go:2887: Checking IpcMode host set from cli
17:08:36 [2021-08-20T17:08:36.556Z] === RUN   TestExternalGraphDriver/spec
17:08:37 [2021-08-20T17:08:37.112Z]     docker_cli_daemon_test.go:2887: Checking IpcMode container:123 set from cli
17:08:37 [2021-08-20T17:08:37.676Z]     docker_cli_daemon_test.go:2887: Checking IpcMode nosuchmode set from cli
17:08:37 [2021-08-20T17:08:37.932Z] --- PASS: TestContainerStartOnDaemonRestart (3.88s)
17:08:37 [2021-08-20T17:08:37.932Z] === CONT  TestIpcModeOlderClient
17:08:37 [2021-08-20T17:08:37.932Z] --- PASS: TestIpcModeOlderClient (0.06s)
17:08:37 [2021-08-20T17:08:37.932Z] === CONT  TestDaemonHostGatewayIP
17:08:37 [2021-08-20T17:08:37.932Z]     check_test.go:309: [d11cfb599ebe8] daemon is not started
17:08:37 [2021-08-20T17:08:37.932Z] === RUN   TestDockerDaemonSuite/TestDaemonStartWithoutColors
17:08:38 [2021-08-20T17:08:38.459Z] === RUN   TestExternalGraphDriver/pull
17:08:39 [2021-08-20T17:08:39.300Z]     check_test.go:309: [d9be599671cd4] daemon is not started
17:08:39 [2021-08-20T17:08:39.300Z] === RUN   TestDockerDaemonSuite/TestDaemonStartWithoutHost
17:08:39 [2021-08-20T17:08:39.557Z] === RUN   TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964
17:08:40 [2021-08-20T17:08:40.096Z] .....INFO: Daemon under test started and replied!
17:08:40 [2021-08-20T17:08:40.096Z] INFO: Docker version of the daemon under test
17:08:40 [2021-08-20T17:08:40.096Z] 
17:08:40 [2021-08-20T17:08:40.096Z] Client:
17:08:40 [2021-08-20T17:08:40.096Z]  Version:      17.06.2-ce
17:08:40 [2021-08-20T17:08:40.096Z]  API version:  1.30
17:08:40 [2021-08-20T17:08:40.096Z]  Go version:   go1.8.3
17:08:40 [2021-08-20T17:08:40.096Z]  Git commit:   cec0b72
17:08:40 [2021-08-20T17:08:40.096Z]  Built:        Tue Sep  5 19:57:19 2017
17:08:40 [2021-08-20T17:08:40.096Z]  OS/Arch:      windows/amd64
17:08:40 [2021-08-20T17:08:40.096Z] 
17:08:40 [2021-08-20T17:08:40.096Z] Server:
17:08:40 [2021-08-20T17:08:40.096Z]  Version:      0.0.0-dev
17:08:40 [2021-08-20T17:08:40.096Z]  API version:  1.42 (minimum version 1.24)
17:08:40 [2021-08-20T17:08:40.096Z]  Go version:   go1.16.7
17:08:40 [2021-08-20T17:08:40.096Z]  Git commit:   f7ebafa5c6
17:08:40 [2021-08-20T17:08:40.096Z]  Built:        08/20/2021 17:06:19
17:08:40 [2021-08-20T17:08:40.096Z]  OS/Arch:      windows/amd64
17:08:40 [2021-08-20T17:08:40.096Z]  Experimental: false
17:08:40 [2021-08-20T17:08:40.096Z] 
17:08:40 [2021-08-20T17:08:40.096Z] INFO: Docker info of the daemon under test
17:08:40 [2021-08-20T17:08:40.096Z] 
17:08:40 [2021-08-20T17:08:40.096Z] Containers: 0
17:08:40 [2021-08-20T17:08:40.096Z]  Running: 0
17:08:40 [2021-08-20T17:08:40.096Z]  Paused: 0
17:08:40 [2021-08-20T17:08:40.096Z]  Stopped: 0
17:08:40 [2021-08-20T17:08:40.096Z] Images: 0
17:08:40 [2021-08-20T17:08:40.096Z] Server Version: 0.0.0-dev
17:08:40 [2021-08-20T17:08:40.096Z] Storage Driver: windowsfilter
17:08:40 [2021-08-20T17:08:40.096Z]  Windows: 
17:08:40 [2021-08-20T17:08:40.096Z] Logging Driver: json-file
17:08:40 [2021-08-20T17:08:40.096Z] Plugins: 
17:08:40 [2021-08-20T17:08:40.096Z]  Volume: local
17:08:40 [2021-08-20T17:08:40.096Z]  Network: ics internal l2bridge l2tunnel nat null overlay private transparent
17:08:40 [2021-08-20T17:08:40.096Z]  Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog
17:08:40 [2021-08-20T17:08:40.096Z] Swarm: inactive
17:08:40 [2021-08-20T17:08:40.096Z] Default Isolation: process
17:08:40 [2021-08-20T17:08:40.096Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434)
17:08:40 [2021-08-20T17:08:40.096Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2114)
17:08:40 [2021-08-20T17:08:40.096Z] OSType: windows
17:08:40 [2021-08-20T17:08:40.096Z] Architecture: x86_64
17:08:40 [2021-08-20T17:08:40.096Z] CPUs: 4
17:08:40 [2021-08-20T17:08:40.096Z] Total Memory: 32GiB
17:08:40 [2021-08-20T17:08:40.096Z] Name: azwin-2-c5ab00
17:08:40 [2021-08-20T17:08:40.096Z] ID: LMUU:47RJ:ITQ5:OLRS:2HCI:5O5N:TGWR:KCSI:VV6H:3M2M:ZQDB:QB2C
17:08:40 [2021-08-20T17:08:40.096Z] Docker Root Dir: D:\CI\PR-42765\2\daemon
17:08:40 [2021-08-20T17:08:40.096Z] Debug Mode (client): false
17:08:40 [2021-08-20T17:08:40.096Z] Debug Mode (server): true
17:08:40 [2021-08-20T17:08:40.096Z]  File Descriptors: -1
17:08:40 [2021-08-20T17:08:40.096Z]  Goroutines: 16
17:08:40 [2021-08-20T17:08:40.096Z]  System Time: 2021-08-20T17:08:39.3764281Z
17:08:40 [2021-08-20T17:08:40.096Z]  EventsListeners: 0
17:08:40 [2021-08-20T17:08:40.096Z] Registry: https://index.docker.io/v1/
17:08:40 [2021-08-20T17:08:40.096Z] Labels:
17:08:40 [2021-08-20T17:08:40.096Z] Experimental: false
17:08:40 [2021-08-20T17:08:40.096Z] Insecure Registries:
17:08:40 [2021-08-20T17:08:40.096Z]  127.0.0.0/8
17:08:40 [2021-08-20T17:08:40.096Z] Live Restore Enabled: false
17:08:40 [2021-08-20T17:08:40.096Z] 
17:08:40 [2021-08-20T17:08:40.096Z] 
17:08:40 [2021-08-20T17:08:40.096Z] INFO: Docker images of the daemon under test
17:08:40 [2021-08-20T17:08:40.096Z] 
17:08:40 [2021-08-20T17:08:40.096Z] REPOSITORY          TAG                 IMAGE ID            CREATED             SIZE
17:08:40 [2021-08-20T17:08:40.096Z] 
17:08:40 [2021-08-20T17:08:40.096Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore
17:08:40 [2021-08-20T17:08:40.096Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub into daemon under test. This may take some time...
17:08:40 [2021-08-20T17:08:40.096Z] ltsc2019: Pulling from windows/servercore
17:08:40 [2021-08-20T17:08:40.096Z] 4612f6d0b889: Pulling fs layer
17:08:40 [2021-08-20T17:08:40.096Z] c67ded6868b6: Pulling fs layer
17:08:40 [2021-08-20T17:08:40.361Z] --- PASS: TestExternalGraphDriver (5.48s)
17:08:40 [2021-08-20T17:08:40.361Z]     --- PASS: TestExternalGraphDriver/json (1.91s)
17:08:40 [2021-08-20T17:08:40.361Z]     --- PASS: TestExternalGraphDriver/spec (1.89s)
17:08:40 [2021-08-20T17:08:40.361Z]     --- PASS: TestExternalGraphDriver/pull (1.62s)
17:08:40 [2021-08-20T17:08:40.361Z] === RUN   TestGraphdriverPluginV2
17:08:40 [2021-08-20T17:08:40.925Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToNonExistDir
17:08:41 [2021-08-20T17:08:41.190Z] === RUN   TestDockerDaemonSuite/TestDaemonUlimitDefaults
17:08:43 [2021-08-20T17:08:43.092Z] --- PASS: TestDaemonHostGatewayIP (5.01s)
17:08:43 [2021-08-20T17:08:43.092Z] === CONT  TestRestartDaemonWithRestartingContainer
17:08:43 [2021-08-20T17:08:43.647Z] --- PASS: TestGraphdriverPluginV2 (3.58s)
17:08:43 [2021-08-20T17:08:43.648Z] PASS
17:08:43 [2021-08-20T17:08:43.648Z] 
17:08:43 [2021-08-20T17:08:43.648Z] DONE 5 tests in 9.093s
17:08:43 [2021-08-20T17:08:43.648Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
17:08:43 [2021-08-20T17:08:43.648Z] INFO: Testing against a local daemon
17:08:43 [2021-08-20T17:08:43.648Z] === RUN   TestContinueAfterPluginCrash
17:08:43 [2021-08-20T17:08:43.648Z] === PAUSE TestContinueAfterPluginCrash
17:08:43 [2021-08-20T17:08:43.648Z] === RUN   TestReadPluginNoRead
17:08:43 [2021-08-20T17:08:43.648Z] === PAUSE TestReadPluginNoRead
17:08:43 [2021-08-20T17:08:43.648Z] === RUN   TestDaemonStartWithLogOpt
17:08:43 [2021-08-20T17:08:43.648Z] === PAUSE TestDaemonStartWithLogOpt
17:08:43 [2021-08-20T17:08:43.648Z] === CONT  TestContinueAfterPluginCrash
17:08:43 [2021-08-20T17:08:43.648Z] === CONT  TestDaemonStartWithLogOpt
17:08:44 [2021-08-20T17:08:44.985Z] === RUN   TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp
17:08:45 [2021-08-20T17:08:45.549Z]     check_test.go:309: [d920701d43411] daemon is not started
17:08:45 [2021-08-20T17:08:45.549Z] === RUN   TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting
17:08:45 [2021-08-20T17:08:45.585Z] Removing intermediate container 610ed473493f
17:08:45 [2021-08-20T17:08:45.585Z]  ---> 8ac87771f078
17:08:45 [2021-08-20T17:08:45.585Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%"
17:08:45 [2021-08-20T17:08:45.585Z]  ---> Running in b70f230c1f50
17:08:46 [2021-08-20T17:08:46.044Z] 
17:08:46 [2021-08-20T17:08:46.044Z] SUCCESS: Specified value was saved.
17:08:46 [2021-08-20T17:08:46.916Z] --- PASS: TestRestartDaemonWithRestartingContainer (3.79s)
17:08:46 [2021-08-20T17:08:46.916Z] === CONT  TestDaemonRestartIpcMode
17:08:47 [2021-08-20T17:08:47.835Z] --- PASS: TestDaemonStartWithLogOpt (3.66s)
17:08:47 [2021-08-20T17:08:47.835Z] === CONT  TestReadPluginNoRead
17:08:48 [2021-08-20T17:08:48.288Z] --- PASS: TestContainerKillOnDaemonStart (14.06s)
17:08:48 [2021-08-20T17:08:48.288Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToRoot
17:08:48 [2021-08-20T17:08:48.934Z] Removing intermediate container b70f230c1f50
17:08:48 [2021-08-20T17:08:48.934Z]  ---> 7b052361488b
17:08:48 [2021-08-20T17:08:48.934Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe}
17:08:48 [2021-08-20T17:08:48.934Z]  ---> Running in 0ac629b60d07
17:08:49 [2021-08-20T17:08:49.221Z] === RUN   TestDockerDaemonSuite/TestDaemonWideLogConfig
17:08:49 [2021-08-20T17:08:49.737Z] === RUN   TestReadPluginNoRead/default
17:08:50 [2021-08-20T17:08:50.404Z] c67ded6868b6: Verifying Checksum
17:08:50 [2021-08-20T17:08:50.404Z] c67ded6868b6: Download complete
17:08:51 [2021-08-20T17:08:51.114Z] === RUN   TestReadPluginNoRead/disabled_caching
17:08:51 [2021-08-20T17:08:51.742Z] === RUN   TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath
17:08:51 [2021-08-20T17:08:51.742Z] --- PASS: TestDaemonRestartIpcMode (5.02s)
17:08:51 [2021-08-20T17:08:51.742Z] PASS
17:08:51 [2021-08-20T17:08:51.742Z] 
17:08:51 [2021-08-20T17:08:51.742Z] === Skipped
17:08:51 [2021-08-20T17:08:51.742Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s)
17:08:51 [2021-08-20T17:08:51.742Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
17:08:51 [2021-08-20T17:08:51.742Z] 
17:08:51 [2021-08-20T17:08:51.742Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s)
17:08:51 [2021-08-20T17:08:51.742Z]     kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
17:08:51 [2021-08-20T17:08:51.742Z] 
17:08:51 [2021-08-20T17:08:51.742Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s)
17:08:51 [2021-08-20T17:08:51.742Z]     kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
17:08:51 [2021-08-20T17:08:51.742Z] 
17:08:51 [2021-08-20T17:08:51.742Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
17:08:51 [2021-08-20T17:08:51.742Z]     pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
17:08:51 [2021-08-20T17:08:51.742Z] 
17:08:51 [2021-08-20T17:08:51.742Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s)
17:08:51 [2021-08-20T17:08:51.742Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
17:08:51 [2021-08-20T17:08:51.742Z] 
17:08:51 [2021-08-20T17:08:51.742Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s)
17:08:51 [2021-08-20T17:08:51.742Z]     update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit
17:08:51 [2021-08-20T17:08:51.742Z] 
17:08:51 [2021-08-20T17:08:51.742Z] 
17:08:51 [2021-08-20T17:08:51.742Z] DONE 195 tests, 6 skipped in 231.806s
17:08:51 [2021-08-20T17:08:51.742Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m 
17:08:51 [2021-08-20T17:08:51.742Z] ++ 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
17:08:51 [2021-08-20T17:08:51.742Z] ++ set -e
17:08:51 [2021-08-20T17:08:51.742Z] ++ '[' -n 0 ']'
17:08:51 [2021-08-20T17:08:51.742Z] ++ set -x
17:08:51 [2021-08-20T17:08:51.742Z] ++ 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
17:08:52 [2021-08-20T17:08:52.000Z] === RUN   TestConfigDaemonLibtrustID
17:08:52 [2021-08-20T17:08:52.491Z] --- PASS: TestContinueAfterPluginCrash (8.87s)
17:08:52 [2021-08-20T17:08:52.564Z] --- PASS: TestConfigDaemonLibtrustID (0.54s)
17:08:52 [2021-08-20T17:08:52.564Z] === RUN   TestDaemonConfigValidation
17:08:52 [2021-08-20T17:08:52.564Z] === RUN   TestDaemonConfigValidation/config_with_no_content
17:08:52 [2021-08-20T17:08:52.564Z] === PAUSE TestDaemonConfigValidation/config_with_no_content
17:08:52 [2021-08-20T17:08:52.564Z] === RUN   TestDaemonConfigValidation/config_with_{}
17:08:52 [2021-08-20T17:08:52.564Z] === PAUSE TestDaemonConfigValidation/config_with_{}
17:08:52 [2021-08-20T17:08:52.564Z] === RUN   TestDaemonConfigValidation/invalid_config
17:08:52 [2021-08-20T17:08:52.564Z] === PAUSE TestDaemonConfigValidation/invalid_config
17:08:52 [2021-08-20T17:08:52.564Z] === RUN   TestDaemonConfigValidation/malformed_config
17:08:52 [2021-08-20T17:08:52.564Z] === PAUSE TestDaemonConfigValidation/malformed_config
17:08:52 [2021-08-20T17:08:52.564Z] === RUN   TestDaemonConfigValidation/valid_config
17:08:52 [2021-08-20T17:08:52.564Z] === PAUSE TestDaemonConfigValidation/valid_config
17:08:52 [2021-08-20T17:08:52.564Z] === CONT  TestDaemonConfigValidation/config_with_no_content
17:08:52 [2021-08-20T17:08:52.564Z] === CONT  TestDaemonConfigValidation/malformed_config
17:08:52 [2021-08-20T17:08:52.750Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
17:08:52 [2021-08-20T17:08:52.825Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToWorkdir
17:08:52 [2021-08-20T17:08:52.825Z] === CONT  TestDaemonConfigValidation/valid_config
17:08:52 [2021-08-20T17:08:52.825Z] === CONT  TestDaemonConfigValidation/invalid_config
17:08:53 [2021-08-20T17:08:53.082Z] === CONT  TestDaemonConfigValidation/config_with_{}
17:08:53 [2021-08-20T17:08:53.082Z] --- PASS: TestDaemonConfigValidation (0.00s)
17:08:53 [2021-08-20T17:08:53.082Z]     --- PASS: TestDaemonConfigValidation/malformed_config (0.21s)
17:08:53 [2021-08-20T17:08:53.082Z]     --- PASS: TestDaemonConfigValidation/config_with_no_content (0.32s)
17:08:53 [2021-08-20T17:08:53.082Z]     --- PASS: TestDaemonConfigValidation/valid_config (0.19s)
17:08:53 [2021-08-20T17:08:53.082Z]     --- PASS: TestDaemonConfigValidation/invalid_config (0.12s)
17:08:53 [2021-08-20T17:08:53.082Z]     --- PASS: TestDaemonConfigValidation/config_with_{} (0.14s)
17:08:53 [2021-08-20T17:08:53.082Z] === RUN   TestConfigDaemonSeccompProfiles
17:08:53 [2021-08-20T17:08:53.082Z] === RUN   TestConfigDaemonSeccompProfiles/empty_profile_set
17:08:53 [2021-08-20T17:08:53.339Z] === RUN   TestDockerSuite/TestBuildCopyWholeDirToRoot
17:08:53 [2021-08-20T17:08:53.558Z] tests/integration/api_swarm_test.py ......xs...x.......                  [ 71%]
17:08:53 [2021-08-20T17:08:53.602Z] Cannot create a file when that file already exists.
17:08:54 [2021-08-20T17:08:54.271Z] === RUN   TestConfigDaemonSeccompProfiles/default_profile
17:08:54 [2021-08-20T17:08:54.654Z] === CONT  TestReadPluginNoRead
17:08:54 [2021-08-20T17:08:54.654Z]     read_test.go:92: [dadc2929b8891] daemon is not started
17:08:54 [2021-08-20T17:08:54.654Z] --- PASS: TestReadPluginNoRead (7.05s)
17:08:54 [2021-08-20T17:08:54.654Z]     --- PASS: TestReadPluginNoRead/default (1.53s)
17:08:54 [2021-08-20T17:08:54.654Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.70s)
17:08:54 [2021-08-20T17:08:54.654Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.56s)
17:08:54 [2021-08-20T17:08:54.654Z] PASS
17:08:54 [2021-08-20T17:08:54.654Z] 
17:08:54 [2021-08-20T17:08:54.654Z] DONE 6 tests in 10.728s
17:08:54 [2021-08-20T17:08:54.655Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
17:08:54 [2021-08-20T17:08:54.655Z] testing: warning: no tests to run
17:08:54 [2021-08-20T17:08:54.655Z] PASS
17:08:54 [2021-08-20T17:08:54.655Z] 
17:08:54 [2021-08-20T17:08:54.655Z] DONE 0 tests in 0.007s
17:08:54 [2021-08-20T17:08:54.655Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
17:08:54 [2021-08-20T17:08:54.655Z] INFO: Testing against a local daemon
17:08:54 [2021-08-20T17:08:54.655Z] === RUN   TestPluginWithDevMounts
17:08:54 [2021-08-20T17:08:54.655Z] === PAUSE TestPluginWithDevMounts
17:08:54 [2021-08-20T17:08:54.655Z] === CONT  TestPluginWithDevMounts
17:08:55 [2021-08-20T17:08:55.640Z] === RUN   TestConfigDaemonSeccompProfiles/unconfined_profile
17:08:55 [2021-08-20T17:08:55.897Z] === RUN   TestDockerDaemonSuite/TestDaemonWithWrongkey
17:08:56 [2021-08-20T17:08:56.031Z] --- PASS: TestPluginWithDevMounts (1.63s)
17:08:56 [2021-08-20T17:08:56.031Z] PASS
17:08:56 [2021-08-20T17:08:56.031Z] 
17:08:56 [2021-08-20T17:08:56.031Z] DONE 1 tests in 1.650s
17:08:56 [2021-08-20T17:08:56.031Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m 
17:08:56 [2021-08-20T17:08:56.031Z] INFO: Testing against a local daemon
17:08:56 [2021-08-20T17:08:56.031Z] === RUN   TestSecretInspect
17:08:56 [2021-08-20T17:08:56.462Z] === CONT  TestConfigDaemonSeccompProfiles
17:08:56 [2021-08-20T17:08:56.462Z]     daemon_test.go:149: [dd639b43e3c80] daemon is not started
17:08:56 [2021-08-20T17:08:56.462Z] --- PASS: TestConfigDaemonSeccompProfiles (3.35s)
17:08:56 [2021-08-20T17:08:56.462Z]     --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.14s)
17:08:56 [2021-08-20T17:08:56.462Z]     --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.16s)
17:08:56 [2021-08-20T17:08:56.462Z]     --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.06s)
17:08:56 [2021-08-20T17:08:56.462Z] PASS
17:08:56 [2021-08-20T17:08:56.462Z] 
17:08:56 [2021-08-20T17:08:56.462Z] DONE 11 tests in 4.606s
17:08:56 [2021-08-20T17:08:56.462Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m 
17:08:56 [2021-08-20T17:08:56.462Z] ++ 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
17:08:56 [2021-08-20T17:08:56.462Z] ++ set -e
17:08:56 [2021-08-20T17:08:56.462Z] ++ '[' -n 0 ']'
17:08:56 [2021-08-20T17:08:56.462Z] ++ set -x
17:08:56 [2021-08-20T17:08:56.462Z] ++ 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
17:08:56 [2021-08-20T17:08:56.719Z] INFO: Testing against a local daemon
17:08:56 [2021-08-20T17:08:56.719Z] === RUN   TestCommitInheritsEnv
17:08:56 [2021-08-20T17:08:56.975Z] --- PASS: TestCommitInheritsEnv (0.30s)
17:08:56 [2021-08-20T17:08:56.975Z] === RUN   TestImportExtremelyLargeImageWorks
17:08:56 [2021-08-20T17:08:56.975Z] === PAUSE TestImportExtremelyLargeImageWorks
17:08:56 [2021-08-20T17:08:56.975Z] === RUN   TestImagesFilterMultiReference
17:08:56 [2021-08-20T17:08:56.975Z]     check_test.go:309: [d9467becdbbe2] daemon is not started
17:08:56 [2021-08-20T17:08:56.975Z] === RUN   TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork
17:08:57 [2021-08-20T17:08:57.231Z] --- PASS: TestImagesFilterMultiReference (0.10s)
17:08:57 [2021-08-20T17:08:57.232Z] === RUN   TestImagePullPlatformInvalid
17:08:57 [2021-08-20T17:08:57.232Z] --- PASS: TestImagePullPlatformInvalid (0.04s)
17:08:57 [2021-08-20T17:08:57.232Z] === RUN   TestRemoveImageOrphaning
17:08:57 [2021-08-20T17:08:57.488Z] --- PASS: TestRemoveImageOrphaning (0.42s)
17:08:57 [2021-08-20T17:08:57.488Z] === RUN   TestRemoveImageGarbageCollector
17:08:57 [2021-08-20T17:08:57.935Z] --- PASS: TestSecretInspect (1.78s)
17:08:57 [2021-08-20T17:08:57.935Z] === RUN   TestSecretList
17:08:59 [2021-08-20T17:08:59.374Z] Removing intermediate container 0ac629b60d07
17:08:59 [2021-08-20T17:08:59.374Z]  ---> 1dfa3ecf9a3f
17:08:59 [2021-08-20T17:08:59.374Z] Step 13/13 : CMD ["sh"]
17:08:59 [2021-08-20T17:08:59.374Z]  ---> Running in ca8a7c538bbf
17:08:59 [2021-08-20T17:08:59.374Z] Removing intermediate container ca8a7c538bbf
17:08:59 [2021-08-20T17:08:59.374Z]  ---> 22ede1d4a4ba
17:08:59 [2021-08-20T17:08:59.374Z] Successfully built 22ede1d4a4ba
17:08:59 [2021-08-20T17:08:59.374Z] Successfully tagged busybox:latest
17:08:59 [2021-08-20T17:08:59.374Z] INFO: Docker images of the daemon under test
17:08:59 [2021-08-20T17:08:59.374Z] 
17:08:59 [2021-08-20T17:08:59.374Z] REPOSITORY                             TAG                 IMAGE ID            CREATED                  SIZE
17:08:59 [2021-08-20T17:08:59.374Z] busybox                                latest              22ede1d4a4ba        Less than a second ago   5.14GB
17:08:59 [2021-08-20T17:08:59.374Z] microsoft/windowsservercore            latest              801c33f5de3a        11 days ago              5.1GB
17:08:59 [2021-08-20T17:08:59.374Z] mcr.microsoft.com/windows/servercore   ltsc2022            801c33f5de3a        11 days ago              5.1GB
17:08:59 [2021-08-20T17:08:59.374Z] 
17:08:59 [2021-08-20T17:08:59.374Z] INFO: Running integration tests at 08/20/2021 17:08:58...
17:08:59 [2021-08-20T17:08:59.374Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357
17:08:59 [2021-08-20T17:08:59.374Z] INFO: Integration API tests being run from the host:
17:08:59 [2021-08-20T17:08:59.374Z] INFO: make.ps1 starting at 08/20/2021 17:08:58
17:09:00 [2021-08-20T17:09:00.338Z] Running D:\gopath\src\github.com\docker\docker\integration\build
17:09:00 [2021-08-20T17:09:00.481Z] --- PASS: TestSecretList (2.18s)
17:09:00 [2021-08-20T17:09:00.481Z] === RUN   TestSecretsCreateAndDelete
17:09:00 [2021-08-20T17:09:00.763Z] --- PASS: TestRemoveImageGarbageCollector (2.90s)
17:09:00 [2021-08-20T17:09:00.763Z] === RUN   TestTagUnprefixedRepoByNameOrName
17:09:00 [2021-08-20T17:09:00.763Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.06s)
17:09:00 [2021-08-20T17:09:00.763Z] === RUN   TestTagInvalidReference
17:09:00 [2021-08-20T17:09:00.763Z] --- PASS: TestTagInvalidReference (0.03s)
17:09:00 [2021-08-20T17:09:00.763Z] === RUN   TestTagValidPrefixedRepo
17:09:00 [2021-08-20T17:09:00.763Z] --- PASS: TestTagValidPrefixedRepo (0.07s)
17:09:00 [2021-08-20T17:09:00.763Z] === RUN   TestTagExistedNameWithoutForce
17:09:00 [2021-08-20T17:09:00.763Z] --- PASS: TestTagExistedNameWithoutForce (0.04s)
17:09:00 [2021-08-20T17:09:00.763Z] === RUN   TestTagOfficialNames
17:09:00 [2021-08-20T17:09:00.763Z] --- PASS: TestTagOfficialNames (0.10s)
17:09:00 [2021-08-20T17:09:00.763Z] === RUN   TestTagMatchesDigest
17:09:00 [2021-08-20T17:09:00.763Z] --- PASS: TestTagMatchesDigest (0.02s)
17:09:00 [2021-08-20T17:09:00.763Z] === CONT  TestImportExtremelyLargeImageWorks
17:09:01 [2021-08-20T17:09:01.021Z] === RUN   TestDockerSuite/TestBuildCopyWildcard
17:09:02 [2021-08-20T17:09:02.383Z] --- PASS: TestSecretsCreateAndDelete (2.22s)
17:09:02 [2021-08-20T17:09:02.383Z] === RUN   TestSecretsUpdate
17:09:02 [2021-08-20T17:09:02.642Z] === RUN   TestBoolValue
17:09:02 [2021-08-20T17:09:02.642Z] --- PASS: TestBoolValue (0.00s)
17:09:02 [2021-08-20T17:09:02.642Z] === RUN   TestBoolValueOrDefault
17:09:02 [2021-08-20T17:09:02.642Z] --- PASS: TestBoolValueOrDefault (0.00s)
17:09:02 [2021-08-20T17:09:02.642Z] === RUN   TestInt64ValueOrZero
17:09:02 [2021-08-20T17:09:02.642Z] --- PASS: TestInt64ValueOrZero (0.00s)
17:09:02 [2021-08-20T17:09:02.642Z] === RUN   TestInt64ValueOrDefault
17:09:02 [2021-08-20T17:09:02.642Z] --- PASS: TestInt64ValueOrDefault (0.00s)
17:09:02 [2021-08-20T17:09:02.642Z] === RUN   TestInt64ValueOrDefaultWithError
17:09:02 [2021-08-20T17:09:02.642Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s)
17:09:02 [2021-08-20T17:09:02.642Z] === RUN   TestJsonContentType
17:09:02 [2021-08-20T17:09:02.642Z] --- PASS: TestJsonContentType (0.00s)
17:09:02 [2021-08-20T17:09:02.642Z] PASS
17:09:02 [2021-08-20T17:09:02.642Z] coverage: 14.7% of statements
17:09:02 [2021-08-20T17:09:02.642Z] ok  	github.com/docker/docker/api/server/httputils	0.053s	coverage: 14.7% of statements
17:09:03 [2021-08-20T17:09:03.097Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
17:09:04 [2021-08-20T17:09:04.059Z] === RUN   TestMaskSecretKeys
17:09:04 [2021-08-20T17:09:04.059Z] === RUN   TestMaskSecretKeys/secret/config_create_and_update_requests
17:09:04 [2021-08-20T17:09:04.059Z] === RUN   TestMaskSecretKeys/masking_other_fields_(recursively)
17:09:04 [2021-08-20T17:09:04.059Z] === RUN   TestMaskSecretKeys/case_insensitive_field_matching
17:09:04 [2021-08-20T17:09:04.059Z] --- PASS: TestMaskSecretKeys (0.00s)
17:09:04 [2021-08-20T17:09:04.059Z]     --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s)
17:09:04 [2021-08-20T17:09:04.059Z]     --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s)
17:09:04 [2021-08-20T17:09:04.059Z]     --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s)
17:09:04 [2021-08-20T17:09:04.059Z] === RUN   TestVersionMiddlewareVersion
17:09:04 [2021-08-20T17:09:04.059Z] --- PASS: TestVersionMiddlewareVersion (0.00s)
17:09:04 [2021-08-20T17:09:04.059Z] === RUN   TestVersionMiddlewareWithErrorsReturnsHeaders
17:09:04 [2021-08-20T17:09:04.059Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s)
17:09:04 [2021-08-20T17:09:04.059Z] PASS
17:09:04 [2021-08-20T17:09:04.059Z] coverage: 37.7% of statements
17:09:04 [2021-08-20T17:09:04.059Z] ok  	github.com/docker/docker/api/server/middleware	0.044s	coverage: 37.7% of statements
17:09:04 [2021-08-20T17:09:04.059Z] ?   	github.com/docker/docker/api/server/router	[no test files]
17:09:04 [2021-08-20T17:09:04.059Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
17:09:04 [2021-08-20T17:09:04.059Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
17:09:04 [2021-08-20T17:09:04.059Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
17:09:04 [2021-08-20T17:09:04.059Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
17:09:04 [2021-08-20T17:09:04.059Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
17:09:04 [2021-08-20T17:09:04.059Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
17:09:04 [2021-08-20T17:09:04.515Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
17:09:04 [2021-08-20T17:09:04.515Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
17:09:04 [2021-08-20T17:09:04.931Z] --- PASS: TestSecretsUpdate (2.16s)
17:09:04 [2021-08-20T17:09:04.931Z] === RUN   TestTemplatedSecret
17:09:04 [2021-08-20T17:09:04.971Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
17:09:04 [2021-08-20T17:09:04.971Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
17:09:05 [2021-08-20T17:09:05.198Z] === RUN   TestDockerDaemonSuite/TestExecAfterDaemonRestart
17:09:05 [2021-08-20T17:09:05.428Z] === RUN   TestAdjustForAPIVersion
17:09:05 [2021-08-20T17:09:05.428Z] --- PASS: TestAdjustForAPIVersion (0.00s)
17:09:05 [2021-08-20T17:09:05.428Z] PASS
17:09:05 [2021-08-20T17:09:05.428Z] coverage: 5.7% of statements
17:09:05 [2021-08-20T17:09:05.428Z] ok  	github.com/docker/docker/api/server/router/swarm	0.046s	coverage: 5.7% of statements
17:09:05 [2021-08-20T17:09:05.428Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
17:09:05 [2021-08-20T17:09:05.428Z] ?   	github.com/docker/docker/api/server/router/volume	[no test files]
17:09:05 [2021-08-20T17:09:05.428Z] ?   	github.com/docker/docker/api/types	[no test files]
17:09:05 [2021-08-20T17:09:05.428Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
17:09:05 [2021-08-20T17:09:05.428Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
17:09:05 [2021-08-20T17:09:05.428Z] ?   	github.com/docker/docker/api/types/container	[no test files]
17:09:05 [2021-08-20T17:09:05.428Z] ?   	github.com/docker/docker/api/types/events	[no test files]
17:09:05 [2021-08-20T17:09:05.428Z] === RUN   TestStrSliceMarshalJSON
17:09:05 [2021-08-20T17:09:05.428Z] --- PASS: TestStrSliceMarshalJSON (0.00s)
17:09:05 [2021-08-20T17:09:05.428Z] === RUN   TestStrSliceUnmarshalJSON
17:09:05 [2021-08-20T17:09:05.428Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s)
17:09:05 [2021-08-20T17:09:05.428Z] === RUN   TestStrSliceUnmarshalString
17:09:05 [2021-08-20T17:09:05.428Z] --- PASS: TestStrSliceUnmarshalString (0.00s)
17:09:05 [2021-08-20T17:09:05.428Z] === RUN   TestStrSliceUnmarshalSlice
17:09:05 [2021-08-20T17:09:05.428Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s)
17:09:05 [2021-08-20T17:09:05.428Z] PASS
17:09:05 [2021-08-20T17:09:05.428Z] coverage: 90.0% of statements
17:09:05 [2021-08-20T17:09:05.428Z] ok  	github.com/docker/docker/api/types/strslice	0.034s	coverage: 90.0% of statements
17:09:05 [2021-08-20T17:09:05.428Z] === RUN   TestToJSON
17:09:05 [2021-08-20T17:09:05.428Z] --- PASS: TestToJSON (0.00s)
17:09:05 [2021-08-20T17:09:05.428Z] === RUN   TestToParamWithVersion
17:09:05 [2021-08-20T17:09:05.428Z] --- PASS: TestToParamWithVersion (0.00s)
17:09:05 [2021-08-20T17:09:05.428Z] === RUN   TestFromJSON
17:09:05 [2021-08-20T17:09:05.428Z] --- PASS: TestFromJSON (0.00s)
17:09:05 [2021-08-20T17:09:05.428Z] === RUN   TestEmpty
17:09:05 [2021-08-20T17:09:05.428Z] --- PASS: TestEmpty (0.00s)
17:09:05 [2021-08-20T17:09:05.428Z] === RUN   TestArgsMatchKVListEmptySources
17:09:05 [2021-08-20T17:09:05.428Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s)
17:09:05 [2021-08-20T17:09:05.428Z] === RUN   TestArgsMatchKVList
17:09:05 [2021-08-20T17:09:05.428Z] --- PASS: TestArgsMatchKVList (0.00s)
17:09:05 [2021-08-20T17:09:05.428Z] === RUN   TestArgsMatch
17:09:05 [2021-08-20T17:09:05.428Z] --- PASS: TestArgsMatch (0.00s)
17:09:05 [2021-08-20T17:09:05.428Z] === RUN   TestAdd
17:09:05 [2021-08-20T17:09:05.428Z] --- PASS: TestAdd (0.00s)
17:09:05 [2021-08-20T17:09:05.428Z] === RUN   TestDel
17:09:05 [2021-08-20T17:09:05.428Z] --- PASS: TestDel (0.00s)
17:09:05 [2021-08-20T17:09:05.428Z] === RUN   TestLen
17:09:05 [2021-08-20T17:09:05.428Z] --- PASS: TestLen (0.00s)
17:09:05 [2021-08-20T17:09:05.428Z] === RUN   TestExactMatch
17:09:05 [2021-08-20T17:09:05.428Z] --- PASS: TestExactMatch (0.00s)
17:09:05 [2021-08-20T17:09:05.428Z] === RUN   TestOnlyOneExactMatch
17:09:05 [2021-08-20T17:09:05.428Z] --- PASS: TestOnlyOneExactMatch (0.00s)
17:09:05 [2021-08-20T17:09:05.428Z] === RUN   TestContains
17:09:05 [2021-08-20T17:09:05.428Z] --- PASS: TestContains (0.00s)
17:09:05 [2021-08-20T17:09:05.428Z] === RUN   TestValidate
17:09:05 [2021-08-20T17:09:05.428Z] --- PASS: TestValidate (0.00s)
17:09:05 [2021-08-20T17:09:05.428Z] === RUN   TestWalkValues
17:09:05 [2021-08-20T17:09:05.428Z] --- PASS: TestWalkValues (0.00s)
17:09:05 [2021-08-20T17:09:05.428Z] === RUN   TestFuzzyMatch
17:09:05 [2021-08-20T17:09:05.428Z] --- PASS: TestFuzzyMatch (0.00s)
17:09:05 [2021-08-20T17:09:05.428Z] === RUN   TestClone
17:09:05 [2021-08-20T17:09:05.428Z] --- PASS: TestClone (0.00s)
17:09:05 [2021-08-20T17:09:05.428Z] PASS
17:09:05 [2021-08-20T17:09:05.428Z] coverage: 92.2% of statements
17:09:05 [2021-08-20T17:09:05.428Z] ok  	github.com/docker/docker/api/types/filters	0.038s	coverage: 92.2% of statements
17:09:05 [2021-08-20T17:09:05.428Z] ?   	github.com/docker/docker/api/types/image	[no test files]
17:09:05 [2021-08-20T17:09:05.428Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
17:09:05 [2021-08-20T17:09:05.428Z] ?   	github.com/docker/docker/api/types/network	[no test files]
17:09:05 [2021-08-20T17:09:05.428Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
17:09:05 [2021-08-20T17:09:05.428Z] ?   	github.com/docker/docker/api/types/registry	[no test files]
17:09:05 [2021-08-20T17:09:05.428Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
17:09:05 [2021-08-20T17:09:05.428Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
17:09:05 [2021-08-20T17:09:05.883Z] === RUN   TestDurationToSecondsString
17:09:05 [2021-08-20T17:09:05.883Z] --- PASS: TestDurationToSecondsString (0.00s)
17:09:05 [2021-08-20T17:09:05.883Z] === RUN   TestGetTimestamp
17:09:05 [2021-08-20T17:09:05.883Z] --- PASS: TestGetTimestamp (0.15s)
17:09:05 [2021-08-20T17:09:05.883Z] === RUN   TestParseTimestamps
17:09:05 [2021-08-20T17:09:05.883Z] --- PASS: TestParseTimestamps (0.00s)
17:09:05 [2021-08-20T17:09:05.883Z] PASS
17:09:05 [2021-08-20T17:09:05.883Z] coverage: 100.0% of statements
17:09:05 [2021-08-20T17:09:05.883Z] ok  	github.com/docker/docker/api/types/time	0.200s	coverage: 100.0% of statements
17:09:05 [2021-08-20T17:09:05.883Z] === RUN   TestCompareVersion
17:09:05 [2021-08-20T17:09:05.883Z] --- PASS: TestCompareVersion (0.00s)
17:09:05 [2021-08-20T17:09:05.883Z] PASS
17:09:05 [2021-08-20T17:09:05.883Z] coverage: 75.0% of statements
17:09:05 [2021-08-20T17:09:05.883Z] ok  	github.com/docker/docker/api/types/versions	0.032s	coverage: 75.0% of statements
17:09:05 [2021-08-20T17:09:05.883Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
17:09:05 [2021-08-20T17:09:05.883Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
17:09:05 [2021-08-20T17:09:05.883Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
17:09:05 [2021-08-20T17:09:05.883Z] ?   	github.com/docker/docker/autogen/winresources/dockerd	[no test files]
17:09:05 [2021-08-20T17:09:05.883Z] ?   	github.com/docker/docker/builder	[no test files]
17:09:05 [2021-08-20T17:09:05.883Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
17:09:05 [2021-08-20T17:09:05.883Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
17:09:05 [2021-08-20T17:09:05.883Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
17:09:05 [2021-08-20T17:09:05.883Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
17:09:05 [2021-08-20T17:09:05.883Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
17:09:05 [2021-08-20T17:09:05.883Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
17:09:05 [2021-08-20T17:09:05.883Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
17:09:07 [2021-08-20T17:09:07.408Z] === RUN   TestParseRemoteURL
17:09:07 [2021-08-20T17:09:07.408Z] === RUN   TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment
17:09:07 [2021-08-20T17:09:07.408Z] === RUN   TestParseRemoteURL/git_scheme,_no_url-fragment
17:09:07 [2021-08-20T17:09:07.408Z] === RUN   TestParseRemoteURL/git_scheme,_with_url-fragment
17:09:07 [2021-08-20T17:09:07.408Z] === RUN   TestParseRemoteURL/https_scheme,_no_url-fragment
17:09:07 [2021-08-20T17:09:07.408Z] === RUN   TestParseRemoteURL/https_scheme,_with_url-fragment
17:09:07 [2021-08-20T17:09:07.408Z] === RUN   TestParseRemoteURL/git@,_no_url-fragment
17:09:07 [2021-08-20T17:09:07.408Z] === RUN   TestParseRemoteURL/git@,_with_url-fragment
17:09:07 [2021-08-20T17:09:07.408Z] === RUN   TestParseRemoteURL/ssh,_no_url-fragment
17:09:07 [2021-08-20T17:09:07.408Z] === RUN   TestParseRemoteURL/ssh,_with_url-fragment
17:09:07 [2021-08-20T17:09:07.408Z] === RUN   TestParseRemoteURL/ssh,_with_url-fragment_and_user
17:09:07 [2021-08-20T17:09:07.408Z] --- PASS: TestParseRemoteURL (0.00s)
17:09:07 [2021-08-20T17:09:07.408Z]     --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s)
17:09:07 [2021-08-20T17:09:07.408Z]     --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s)
17:09:07 [2021-08-20T17:09:07.408Z]     --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s)
17:09:07 [2021-08-20T17:09:07.408Z]     --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s)
17:09:07 [2021-08-20T17:09:07.408Z]     --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s)
17:09:07 [2021-08-20T17:09:07.408Z]     --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s)
17:09:07 [2021-08-20T17:09:07.408Z]     --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s)
17:09:07 [2021-08-20T17:09:07.408Z]     --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s)
17:09:07 [2021-08-20T17:09:07.408Z]     --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s)
17:09:07 [2021-08-20T17:09:07.408Z]     --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s)
17:09:07 [2021-08-20T17:09:07.408Z] === RUN   TestCloneArgsSmartHttp
17:09:07 [2021-08-20T17:09:07.408Z] --- PASS: TestCloneArgsSmartHttp (0.01s)
17:09:07 [2021-08-20T17:09:07.408Z] === RUN   TestCloneArgsDumbHttp
17:09:07 [2021-08-20T17:09:07.408Z] --- PASS: TestCloneArgsDumbHttp (0.00s)
17:09:07 [2021-08-20T17:09:07.408Z] === RUN   TestCloneArgsGit
17:09:07 [2021-08-20T17:09:07.408Z] --- PASS: TestCloneArgsGit (0.00s)
17:09:07 [2021-08-20T17:09:07.408Z] === RUN   TestCheckoutGit
17:09:08 [2021-08-20T17:09:08.066Z] 4612f6d0b889: Verifying Checksum
17:09:08 [2021-08-20T17:09:08.066Z] 4612f6d0b889: Download complete
17:09:08 [2021-08-20T17:09:08.217Z] --- PASS: TestTemplatedSecret (3.39s)
17:09:08 [2021-08-20T17:09:08.217Z] === RUN   TestSecretCreateResolve
17:09:08 [2021-08-20T17:09:08.731Z] tests/integration/api_volume_test.py .........                           [ 74%]
17:09:08 [2021-08-20T17:09:08.935Z] === RUN   TestProcessShouldRemoveDockerfileDockerignore
17:09:08 [2021-08-20T17:09:08.935Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.00s)
17:09:08 [2021-08-20T17:09:08.935Z] === RUN   TestProcessNoDockerignore
17:09:08 [2021-08-20T17:09:08.935Z] --- PASS: TestProcessNoDockerignore (0.00s)
17:09:08 [2021-08-20T17:09:08.935Z] === RUN   TestProcessShouldLeaveAllFiles
17:09:08 [2021-08-20T17:09:08.935Z] --- PASS: TestProcessShouldLeaveAllFiles (0.00s)
17:09:08 [2021-08-20T17:09:08.935Z] === RUN   TestDetectContentType
17:09:08 [2021-08-20T17:09:08.935Z] --- PASS: TestDetectContentType (0.00s)
17:09:08 [2021-08-20T17:09:08.935Z] === RUN   TestSelectAcceptableMIME
17:09:08 [2021-08-20T17:09:08.935Z] --- PASS: TestSelectAcceptableMIME (0.00s)
17:09:08 [2021-08-20T17:09:08.935Z] === RUN   TestInspectEmptyResponse
17:09:08 [2021-08-20T17:09:08.935Z] --- PASS: TestInspectEmptyResponse (0.00s)
17:09:08 [2021-08-20T17:09:08.935Z] === RUN   TestInspectResponseBinary
17:09:08 [2021-08-20T17:09:08.935Z] --- PASS: TestInspectResponseBinary (0.00s)
17:09:08 [2021-08-20T17:09:08.935Z] === RUN   TestResponseUnsupportedContentType
17:09:08 [2021-08-20T17:09:08.935Z] --- PASS: TestResponseUnsupportedContentType (0.00s)
17:09:08 [2021-08-20T17:09:08.935Z] === RUN   TestInspectResponseTextSimple
17:09:08 [2021-08-20T17:09:08.935Z] --- PASS: TestInspectResponseTextSimple (0.00s)
17:09:08 [2021-08-20T17:09:08.935Z] === RUN   TestInspectResponseEmptyContentType
17:09:08 [2021-08-20T17:09:08.935Z] --- PASS: TestInspectResponseEmptyContentType (0.00s)
17:09:08 [2021-08-20T17:09:08.935Z] === RUN   TestUnknownContentLength
17:09:08 [2021-08-20T17:09:08.935Z] --- PASS: TestUnknownContentLength (0.00s)
17:09:08 [2021-08-20T17:09:08.935Z] === RUN   TestDownloadRemote
17:09:08 [2021-08-20T17:09:08.935Z] --- PASS: TestDownloadRemote (0.07s)
17:09:08 [2021-08-20T17:09:08.935Z] === RUN   TestGetWithStatusError
17:09:08 [2021-08-20T17:09:08.935Z] --- PASS: TestGetWithStatusError (0.00s)
17:09:08 [2021-08-20T17:09:08.935Z] === RUN   TestCloseRootDirectory
17:09:08 [2021-08-20T17:09:08.935Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
17:09:08 [2021-08-20T17:09:08.935Z] --- SKIP: TestCloseRootDirectory (0.00s)
17:09:08 [2021-08-20T17:09:08.935Z] === RUN   TestHashFile
17:09:08 [2021-08-20T17:09:08.935Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
17:09:08 [2021-08-20T17:09:08.935Z] --- SKIP: TestHashFile (0.00s)
17:09:08 [2021-08-20T17:09:08.935Z] === RUN   TestHashSubdir
17:09:08 [2021-08-20T17:09:08.935Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
17:09:08 [2021-08-20T17:09:08.935Z] --- SKIP: TestHashSubdir (0.00s)
17:09:08 [2021-08-20T17:09:08.935Z] === RUN   TestRemoveDirectory
17:09:08 [2021-08-20T17:09:08.935Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
17:09:08 [2021-08-20T17:09:08.935Z] --- SKIP: TestRemoveDirectory (0.00s)
17:09:08 [2021-08-20T17:09:08.935Z] PASS
17:09:08 [2021-08-20T17:09:08.935Z] coverage: 9.3% of statements
17:09:08 [2021-08-20T17:09:08.935Z] ok  	github.com/docker/docker/builder/remotecontext	0.185s	coverage: 9.3% of statements
17:09:08 [2021-08-20T17:09:08.935Z] === RUN   TestGetAllAllowed
17:09:08 [2021-08-20T17:09:08.935Z] --- PASS: TestGetAllAllowed (0.00s)
17:09:08 [2021-08-20T17:09:08.935Z] === RUN   TestGetAllMeta
17:09:08 [2021-08-20T17:09:08.935Z] --- PASS: TestGetAllMeta (0.00s)
17:09:08 [2021-08-20T17:09:08.935Z] === RUN   TestWarnOnUnusedBuildArgs
17:09:08 [2021-08-20T17:09:08.935Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s)
17:09:08 [2021-08-20T17:09:08.935Z] === RUN   TestIsUnreferencedBuiltin
17:09:08 [2021-08-20T17:09:08.935Z] --- PASS: TestIsUnreferencedBuiltin (0.00s)
17:09:08 [2021-08-20T17:09:08.935Z] === RUN   TestIsExistingDirectory
17:09:08 [2021-08-20T17:09:08.935Z] --- PASS: TestIsExistingDirectory (0.00s)
17:09:08 [2021-08-20T17:09:08.935Z] === RUN   TestGetFilenameForDownload
17:09:08 [2021-08-20T17:09:08.935Z] --- PASS: TestGetFilenameForDownload (0.00s)
17:09:08 [2021-08-20T17:09:08.935Z] === RUN   TestEnv2Variables
17:09:08 [2021-08-20T17:09:08.935Z] --- PASS: TestEnv2Variables (0.00s)
17:09:08 [2021-08-20T17:09:08.935Z] === RUN   TestEnvValueWithExistingRunConfigEnv
17:09:08 [2021-08-20T17:09:08.935Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s)
17:09:08 [2021-08-20T17:09:08.935Z] === RUN   TestMaintainer
17:09:08 [2021-08-20T17:09:08.935Z] --- PASS: TestMaintainer (0.00s)
17:09:08 [2021-08-20T17:09:08.935Z] === RUN   TestLabel
17:09:08 [2021-08-20T17:09:08.935Z] --- PASS: TestLabel (0.00s)
17:09:08 [2021-08-20T17:09:08.935Z] === RUN   TestFromScratch
17:09:08 [2021-08-20T17:09:08.935Z] --- PASS: TestFromScratch (0.00s)
17:09:08 [2021-08-20T17:09:08.935Z] === RUN   TestFromWithArg
17:09:08 [2021-08-20T17:09:08.935Z] --- PASS: TestFromWithArg (0.00s)
17:09:08 [2021-08-20T17:09:08.935Z] === RUN   TestFromWithArgButBuildArgsNotGiven
17:09:08 [2021-08-20T17:09:08.935Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s)
17:09:08 [2021-08-20T17:09:08.935Z] === RUN   TestFromWithUndefinedArg
17:09:08 [2021-08-20T17:09:08.935Z] --- PASS: TestFromWithUndefinedArg (0.00s)
17:09:08 [2021-08-20T17:09:08.935Z] === RUN   TestFromMultiStageWithNamedStage
17:09:08 [2021-08-20T17:09:08.935Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s)
17:09:08 [2021-08-20T17:09:08.935Z] === RUN   TestOnbuild
17:09:08 [2021-08-20T17:09:08.935Z] --- PASS: TestOnbuild (0.00s)
17:09:08 [2021-08-20T17:09:08.935Z] === RUN   TestWorkdir
17:09:08 [2021-08-20T17:09:08.935Z] --- PASS: TestWorkdir (0.00s)
17:09:08 [2021-08-20T17:09:08.935Z] === RUN   TestCmd
17:09:08 [2021-08-20T17:09:08.935Z] --- PASS: TestCmd (0.00s)
17:09:08 [2021-08-20T17:09:08.935Z] === RUN   TestHealthcheckNone
17:09:08 [2021-08-20T17:09:08.935Z] --- PASS: TestHealthcheckNone (0.00s)
17:09:08 [2021-08-20T17:09:08.935Z] === RUN   TestHealthcheckCmd
17:09:08 [2021-08-20T17:09:08.935Z] --- PASS: TestHealthcheckCmd (0.00s)
17:09:08 [2021-08-20T17:09:08.935Z] === RUN   TestEntrypoint
17:09:08 [2021-08-20T17:09:08.935Z] --- PASS: TestEntrypoint (0.00s)
17:09:08 [2021-08-20T17:09:08.935Z] === RUN   TestExpose
17:09:08 [2021-08-20T17:09:08.935Z] --- PASS: TestExpose (0.00s)
17:09:08 [2021-08-20T17:09:08.935Z] === RUN   TestUser
17:09:08 [2021-08-20T17:09:08.935Z] --- PASS: TestUser (0.00s)
17:09:08 [2021-08-20T17:09:08.935Z] === RUN   TestVolume
17:09:08 [2021-08-20T17:09:08.935Z] --- PASS: TestVolume (0.00s)
17:09:08 [2021-08-20T17:09:08.935Z] === RUN   TestStopSignal
17:09:08 [2021-08-20T17:09:08.935Z]     dispatchers_test.go:377: Windows does not support stopsignal
17:09:08 [2021-08-20T17:09:08.935Z] --- SKIP: TestStopSignal (0.00s)
17:09:08 [2021-08-20T17:09:08.935Z] === RUN   TestArg
17:09:08 [2021-08-20T17:09:08.935Z] --- PASS: TestArg (0.00s)
17:09:08 [2021-08-20T17:09:08.935Z] === RUN   TestShell
17:09:08 [2021-08-20T17:09:08.935Z] --- PASS: TestShell (0.00s)
17:09:08 [2021-08-20T17:09:08.935Z] === RUN   TestPrependEnvOnCmd
17:09:08 [2021-08-20T17:09:08.935Z] --- PASS: TestPrependEnvOnCmd (0.00s)
17:09:08 [2021-08-20T17:09:08.935Z] === RUN   TestRunWithBuildArgs
17:09:08 [2021-08-20T17:09:08.935Z] --- PASS: TestRunWithBuildArgs (0.00s)
17:09:08 [2021-08-20T17:09:08.935Z] === RUN   TestRunIgnoresHealthcheck
17:09:08 [2021-08-20T17:09:08.935Z] --- PASS: TestRunIgnoresHealthcheck (0.00s)
17:09:08 [2021-08-20T17:09:08.935Z] === RUN   TestDispatchUnsupportedOptions
17:09:08 [2021-08-20T17:09:08.935Z] === RUN   TestDispatchUnsupportedOptions/ADD_with_chmod
17:09:08 [2021-08-20T17:09:08.935Z] === RUN   TestDispatchUnsupportedOptions/COPY_with_chmod
17:09:08 [2021-08-20T17:09:08.935Z] === RUN   TestDispatchUnsupportedOptions/RUN_with_unsupported_options
17:09:08 [2021-08-20T17:09:08.935Z] --- PASS: TestDispatchUnsupportedOptions (0.00s)
17:09:08 [2021-08-20T17:09:08.935Z]     --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s)
17:09:08 [2021-08-20T17:09:08.935Z]     --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s)
17:09:08 [2021-08-20T17:09:08.935Z]     --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s)
17:09:08 [2021-08-20T17:09:08.935Z] === RUN   TestNormalizeWorkdir
17:09:08 [2021-08-20T17:09:08.935Z] --- PASS: TestNormalizeWorkdir (0.00s)
17:09:08 [2021-08-20T17:09:08.935Z] === RUN   TestDispatch
17:09:08 [2021-08-20T17:09:08.935Z] === RUN   TestDispatch/ADD_multiple_files_to_file
17:09:08 [2021-08-20T17:09:08.935Z] === RUN   TestDispatch/Wildcard_ADD_multiple_files_to_file
17:09:08 [2021-08-20T17:09:08.935Z] === RUN   TestDispatch/COPY_multiple_files_to_file
17:09:08 [2021-08-20T17:09:08.935Z] === RUN   TestDispatch/ADD_multiple_files_to_file_with_whitespace
17:09:08 [2021-08-20T17:09:08.935Z] === RUN   TestDispatch/COPY_multiple_files_to_file_with_whitespace
17:09:08 [2021-08-20T17:09:08.935Z] === RUN   TestDispatch/COPY_wildcard_no_files
17:09:08 [2021-08-20T17:09:08.935Z] === RUN   TestDispatch/COPY_url
17:09:08 [2021-08-20T17:09:08.935Z] --- PASS: TestDispatch (0.07s)
17:09:08 [2021-08-20T17:09:08.935Z]     --- PASS: TestDispatch/ADD_multiple_files_to_file (0.02s)
17:09:08 [2021-08-20T17:09:08.935Z]     --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.03s)
17:09:08 [2021-08-20T17:09:08.935Z]     --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s)
17:09:08 [2021-08-20T17:09:08.935Z]     --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s)
17:09:08 [2021-08-20T17:09:08.935Z]     --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s)
17:09:08 [2021-08-20T17:09:08.935Z]     --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s)
17:09:08 [2021-08-20T17:09:08.935Z]     --- PASS: TestDispatch/COPY_url (0.00s)
17:09:08 [2021-08-20T17:09:08.935Z] === RUN   TestAddScratchImageAddsToMounts
17:09:08 [2021-08-20T17:09:08.935Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s)
17:09:08 [2021-08-20T17:09:08.935Z] === RUN   TestAddFromScratchPopulatesPlatform
17:09:08 [2021-08-20T17:09:08.935Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s)
17:09:08 [2021-08-20T17:09:08.935Z] === RUN   TestAddFromScratchDoesNotModifyArgPlatform
17:09:08 [2021-08-20T17:09:08.935Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s)
17:09:08 [2021-08-20T17:09:08.935Z] === RUN   TestAddFromScratchPopulatesPlatformIfNil
17:09:08 [2021-08-20T17:09:08.935Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s)
17:09:08 [2021-08-20T17:09:08.935Z] === RUN   TestImageSourceGetAddsToMounts
17:09:08 [2021-08-20T17:09:08.935Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s)
17:09:08 [2021-08-20T17:09:08.936Z] === RUN   TestEmptyDockerfile
17:09:08 [2021-08-20T17:09:08.936Z] --- PASS: TestEmptyDockerfile (0.00s)
17:09:08 [2021-08-20T17:09:08.936Z] === RUN   TestSymlinkDockerfile
17:09:08 [2021-08-20T17:09:08.936Z] --- PASS: TestSymlinkDockerfile (0.01s)
17:09:08 [2021-08-20T17:09:08.936Z] === RUN   TestDockerfileOutsideTheBuildContext
17:09:08 [2021-08-20T17:09:08.936Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s)
17:09:08 [2021-08-20T17:09:08.936Z] === RUN   TestNonExistingDockerfile
17:09:08 [2021-08-20T17:09:08.936Z] --- PASS: TestNonExistingDockerfile (0.00s)
17:09:08 [2021-08-20T17:09:08.936Z] === RUN   TestCopyRunConfig
17:09:08 [2021-08-20T17:09:08.936Z] --- PASS: TestCopyRunConfig (0.00s)
17:09:08 [2021-08-20T17:09:08.936Z] === RUN   TestDeepCopyRunConfig
17:09:08 [2021-08-20T17:09:08.936Z] --- PASS: TestDeepCopyRunConfig (0.00s)
17:09:08 [2021-08-20T17:09:08.936Z] === RUN   TestExportImage
17:09:08 [2021-08-20T17:09:08.936Z] --- PASS: TestExportImage (0.00s)
17:09:08 [2021-08-20T17:09:08.936Z] === RUN   TestNormalizeDest
17:09:08 [2021-08-20T17:09:08.936Z] --- PASS: TestNormalizeDest (0.00s)
17:09:08 [2021-08-20T17:09:08.936Z] PASS
17:09:08 [2021-08-20T17:09:08.936Z] coverage: 46.8% of statements
17:09:08 [2021-08-20T17:09:08.936Z] ok  	github.com/docker/docker/builder/dockerfile	0.175s	coverage: 46.8% of statements
17:09:08 [2021-08-20T17:09:08.936Z] === RUN   TestEnable
17:09:08 [2021-08-20T17:09:08.936Z] --- PASS: TestEnable (0.00s)
17:09:08 [2021-08-20T17:09:08.936Z] === RUN   TestDisable
17:09:08 [2021-08-20T17:09:08.936Z] --- PASS: TestDisable (0.00s)
17:09:08 [2021-08-20T17:09:08.936Z] === RUN   TestEnabled
17:09:08 [2021-08-20T17:09:08.936Z] --- PASS: TestEnabled (0.00s)
17:09:08 [2021-08-20T17:09:08.936Z] PASS
17:09:08 [2021-08-20T17:09:08.936Z] coverage: 100.0% of statements
17:09:08 [2021-08-20T17:09:08.936Z] ok  	github.com/docker/docker/cli/debug	0.038s	coverage: 100.0% of statements
17:09:09 [2021-08-20T17:09:09.391Z] ?   	github.com/docker/docker/builder/dockerignore	[no test files]
17:09:09 [2021-08-20T17:09:09.847Z] === RUN   TestTCP4Proxy
17:09:09 [2021-08-20T17:09:09.847Z] --- PASS: TestTCP4Proxy (0.00s)
17:09:09 [2021-08-20T17:09:09.847Z] === RUN   TestTCP4ProxyHalfClose
17:09:09 [2021-08-20T17:09:09.847Z] --- PASS: TestTCP4ProxyHalfClose (0.00s)
17:09:09 [2021-08-20T17:09:09.847Z] === RUN   TestTCP6Proxy
17:09:09 [2021-08-20T17:09:09.847Z]     network_proxy_test.go:194: Need to start CI docker with --ipv6
17:09:09 [2021-08-20T17:09:09.847Z] --- SKIP: TestTCP6Proxy (0.00s)
17:09:09 [2021-08-20T17:09:09.847Z] === RUN   TestTCPDualStackProxy
17:09:09 [2021-08-20T17:09:09.847Z]     network_proxy_test.go:209: No support for dual stack yet
17:09:09 [2021-08-20T17:09:09.847Z] --- SKIP: TestTCPDualStackProxy (0.00s)
17:09:09 [2021-08-20T17:09:09.847Z] === RUN   TestUDP4Proxy
17:09:09 [2021-08-20T17:09:09.847Z] --- PASS: TestUDP4Proxy (0.00s)
17:09:09 [2021-08-20T17:09:09.847Z] === RUN   TestUDP6Proxy
17:09:09 [2021-08-20T17:09:09.847Z]     network_proxy_test.go:238: Need to start CI docker with --ipv6
17:09:09 [2021-08-20T17:09:09.847Z] --- SKIP: TestUDP6Proxy (0.00s)
17:09:09 [2021-08-20T17:09:09.847Z] === RUN   TestUDPWriteError
17:09:09 [2021-08-20T17:09:09.847Z] --- PASS: TestUDPWriteError (0.00s)
17:09:09 [2021-08-20T17:09:09.847Z] === RUN   TestSCTP4Proxy
17:09:09 [2021-08-20T17:09:09.847Z]     network_proxy_test.go:285: runtime.GOOS == "windows": sctp is not supported on windows
17:09:09 [2021-08-20T17:09:09.847Z] --- SKIP: TestSCTP4Proxy (0.00s)
17:09:09 [2021-08-20T17:09:09.847Z] === RUN   TestSCTP6Proxy
17:09:09 [2021-08-20T17:09:09.847Z]     network_proxy_test.go:299: Need to start CI docker with --ipv6
17:09:09 [2021-08-20T17:09:09.847Z] --- SKIP: TestSCTP6Proxy (0.00s)
17:09:09 [2021-08-20T17:09:09.847Z] PASS
17:09:09 [2021-08-20T17:09:09.847Z] coverage: 49.4% of statements
17:09:09 [2021-08-20T17:09:09.847Z] ok  	github.com/docker/docker/cmd/docker-proxy	0.044s	coverage: 49.4% of statements
17:09:10 [2021-08-20T17:09:10.119Z] --- PASS: TestSecretCreateResolve (2.15s)
17:09:10 [2021-08-20T17:09:10.119Z] PASS
17:09:10 [2021-08-20T17:09:10.119Z] 
17:09:10 [2021-08-20T17:09:10.119Z] DONE 6 tests in 13.912s
17:09:10 [2021-08-20T17:09:10.119Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m 
17:09:10 [2021-08-20T17:09:10.119Z] INFO: Testing against a local daemon
17:09:10 [2021-08-20T17:09:10.119Z] === RUN   TestServiceCreateInit
17:09:10 [2021-08-20T17:09:10.119Z] === RUN   TestServiceCreateInit/daemonInitDisabled
17:09:10 [2021-08-20T17:09:10.463Z] === RUN   TestDockerSuite/TestBuildCopyWildcardCache
17:09:10 [2021-08-20T17:09:10.463Z] === RUN   TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore
17:09:10 [2021-08-20T17:09:10.463Z] === RUN   TestDockerSuite/TestBuildCopyWildcardInName
17:09:10 [2021-08-20T17:09:10.888Z] tests/integration/client_test.py .....                                   [ 75%]
17:09:10 [2021-08-20T17:09:10.889Z] tests/integration/context_api_test.py ...                                [ 76%]
17:09:11 [2021-08-20T17:09:11.824Z] tests/integration/errors_test.py .                                       [ 76%]
17:09:12 [2021-08-20T17:09:12.356Z] === RUN   TestDockerSuite/TestBuildDeleteCommittedFile
17:09:14 [2021-08-20T17:09:14.874Z] === RUN   TestDockerDaemonSuite/TestFailedPluginRemove
17:09:15 [2021-08-20T17:09:15.389Z] === RUN   TestServiceCreateInit/daemonInitEnabled
17:09:16 [2021-08-20T17:09:16.767Z]     check_test.go:309: [da927dc4c451e] daemon is not started
17:09:16 [2021-08-20T17:09:16.767Z] === RUN   TestDockerDaemonSuite/TestHTTPSInfo
17:09:17 [2021-08-20T17:09:17.331Z] === RUN   TestDockerDaemonSuite/TestHTTPSInfoRogueCert
17:09:17 [2021-08-20T17:09:17.588Z] === RUN   TestDockerSuite/TestBuildDockerfileStdin
17:09:18 [2021-08-20T17:09:18.151Z] === RUN   TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert
17:09:18 [2021-08-20T17:09:18.152Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinConflict
17:09:18 [2021-08-20T17:09:18.408Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinDockerignore
17:09:18 [2021-08-20T17:09:18.665Z] === RUN   TestDockerDaemonSuite/TestHTTPSRun
17:09:19 [2021-08-20T17:09:19.576Z] --- PASS: TestServiceCreateInit (9.25s)
17:09:19 [2021-08-20T17:09:19.577Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (4.60s)
17:09:19 [2021-08-20T17:09:19.577Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (4.63s)
17:09:19 [2021-08-20T17:09:19.577Z] === RUN   TestCreateServiceMultipleTimes
17:09:20 [2021-08-20T17:09:20.032Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestCheckpointCreateError
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestCheckpointCreateError (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestCheckpointCreate
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestCheckpointCreate (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestCheckpointDeleteError
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestCheckpointDeleteError (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestCheckpointDelete
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestCheckpointDelete (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestCheckpointListError
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestCheckpointListError (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestCheckpointList
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestCheckpointList (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestCheckpointListContainerNotFound
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestCheckpointListContainerNotFound (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestNewClientWithOpsFromEnv
17:09:20 [2021-08-20T17:09:20.131Z]     client_test.go:23: runtime.GOOS == "windows"
17:09:20 [2021-08-20T17:09:20.131Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestGetAPIPath
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestGetAPIPath (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestParseHostURL
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestParseHostURL (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestNewClientWithOpsFromEnvSetsDefaultVersion
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestNegotiateAPIVersionEmpty
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestNegotiateAPIVersion
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestNegotiateAPIVersion (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestNegotiateAPVersionOverride
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestNegotiateAPVersionOverride (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestNegotiateAPIVersionAutomatic
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestNegotiateAPIVersionWithEmptyVersion
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestNegotiateAPIVersionWithFixedVersion
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestClientRedirect
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestClientRedirect (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestConfigCreateUnsupported
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestConfigCreateUnsupported (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestConfigCreateError
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestConfigCreateError (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestConfigCreate
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestConfigCreate (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestConfigInspectNotFound
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestConfigInspectNotFound (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestConfigInspectWithEmptyID
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestConfigInspectWithEmptyID (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestConfigInspectUnsupported
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestConfigInspectUnsupported (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestConfigInspectError
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestConfigInspectError (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestConfigInspectConfigNotFound
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestConfigInspectConfigNotFound (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestConfigInspect
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestConfigInspect (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestConfigListUnsupported
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestConfigListUnsupported (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestConfigListError
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestConfigListError (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestConfigList
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestConfigList (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestConfigRemoveUnsupported
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestConfigRemoveUnsupported (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestConfigRemoveError
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestConfigRemoveError (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestConfigRemove
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestConfigRemove (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestConfigUpdateUnsupported
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestConfigUpdateUnsupported (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestConfigUpdateError
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestConfigUpdateError (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestConfigUpdate
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestConfigUpdate (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestContainerCommitError
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestContainerCommitError (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestContainerCommit
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestContainerCommit (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestContainerStatPathError
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestContainerStatPathError (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestContainerStatPathNotFoundError
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestContainerStatPathNotFoundError (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestContainerStatPathNoHeaderError
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestContainerStatPath
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestContainerStatPath (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestCopyToContainerError
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestCopyToContainerError (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestCopyToContainerNotFoundError
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestCopyToContainerNotFoundError (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestCopyToContainerNotStatusOKError
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestCopyToContainer
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestCopyToContainer (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestCopyFromContainerError
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestCopyFromContainerError (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestCopyFromContainerNotFoundError
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestCopyFromContainerNotStatusOKError
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestCopyFromContainerNoHeaderError
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestCopyFromContainer
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestCopyFromContainer (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestContainerCreateError
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestContainerCreateError (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestContainerCreateImageNotFound
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestContainerCreateImageNotFound (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestContainerCreateWithName
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestContainerCreateWithName (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestContainerCreateAutoRemove
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestContainerCreateAutoRemove (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestContainerDiffError
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestContainerDiffError (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestContainerDiff
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestContainerDiff (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestContainerExecCreateError
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestContainerExecCreateError (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestContainerExecCreate
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestContainerExecCreate (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestContainerExecStartError
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestContainerExecStartError (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestContainerExecStart
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestContainerExecStart (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestContainerExecInspectError
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestContainerExecInspectError (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestContainerExecInspect
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestContainerExecInspect (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestContainerExportError
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestContainerExportError (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestContainerExport
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestContainerExport (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestContainerInspectError
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestContainerInspectError (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestContainerInspectContainerNotFound
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestContainerInspectContainerNotFound (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestContainerInspectWithEmptyID
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestContainerInspectWithEmptyID (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestContainerInspect
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestContainerInspect (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestContainerInspectNode
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestContainerInspectNode (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestContainerKillError
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestContainerKillError (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestContainerKill
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestContainerKill (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestContainerListError
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestContainerListError (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestContainerList
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestContainerList (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestContainerLogsNotFoundError
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestContainerLogsNotFoundError (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestContainerLogsError
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestContainerLogsError (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestContainerLogs
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestContainerLogs (0.16s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestContainerPauseError
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestContainerPauseError (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestContainerPause
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestContainerPause (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestContainersPruneError
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestContainersPruneError (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestContainersPrune
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestContainersPrune (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestContainerRemoveError
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestContainerRemoveError (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestContainerRemoveNotFoundError
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestContainerRemoveNotFoundError (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestContainerRemove
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestContainerRemove (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestContainerRenameError
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestContainerRenameError (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestContainerRename
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestContainerRename (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestContainerResizeError
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestContainerResizeError (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestContainerExecResizeError
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestContainerExecResizeError (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestContainerResize
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestContainerResize (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestContainerExecResize
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestContainerExecResize (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestContainerRestartError
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestContainerRestartError (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestContainerRestart
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestContainerRestart (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestContainerStartError
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestContainerStartError (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestContainerStart
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestContainerStart (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestContainerStatsError
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestContainerStatsError (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestContainerStats
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestContainerStats (0.01s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestContainerStopError
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestContainerStopError (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestContainerStop
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestContainerStop (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestContainerTopError
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestContainerTopError (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestContainerTop
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestContainerTop (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestContainerUnpauseError
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestContainerUnpauseError (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestContainerUnpause
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestContainerUnpause (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestContainerUpdateError
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestContainerUpdateError (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestContainerUpdate
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestContainerUpdate (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestContainerWaitError
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestContainerWaitError (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestContainerWait
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestContainerWait (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestDiskUsageError
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestDiskUsageError (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestDiskUsage
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestDiskUsage (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestDistributionInspectUnsupported
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestDistributionInspectUnsupported (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestDistributionInspectWithEmptyID
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestEventsErrorInOptions
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestEventsErrorInOptions (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestEventsErrorFromServer
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestEventsErrorFromServer (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestEvents
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestEvents (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestTLSCloseWriter
17:09:20 [2021-08-20T17:09:20.131Z] === PAUSE TestTLSCloseWriter
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestImageBuildError
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestImageBuildError (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestImageBuild
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestImageBuild (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestGetDockerOS
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestGetDockerOS (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestImageCreateError
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestImageCreateError (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestImageCreate
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestImageCreate (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestImageHistoryError
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestImageHistoryError (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestImageHistory
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestImageHistory (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestImageImportError
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestImageImportError (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestImageImport
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestImageImport (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestImageInspectError
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestImageInspectError (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestImageInspectImageNotFound
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestImageInspectImageNotFound (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestImageInspectWithEmptyID
17:09:20 [2021-08-20T17:09:20.131Z] --- PASS: TestImageInspectWithEmptyID (0.00s)
17:09:20 [2021-08-20T17:09:20.131Z] === RUN   TestImageInspect
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestImageInspect (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestImageListError
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestImageListError (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestImageList
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestImageList (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestImageListApiBefore125
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestImageListApiBefore125 (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestImageLoadError
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestImageLoadError (0.01s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestImageLoad
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestImageLoad (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestImagesPruneError
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestImagesPruneError (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestImagesPrune
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestImagesPrune (0.01s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestImagePullReferenceParseError
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestImagePullReferenceParseError (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestImagePullAnyError
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestImagePullAnyError (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestImagePullStatusUnauthorizedError
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestImagePullWithPrivilegedFuncNoError
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestImagePullWithoutErrors
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestImagePullWithoutErrors (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestImagePushReferenceError
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestImagePushReferenceError (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestImagePushAnyError
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestImagePushAnyError (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestImagePushStatusUnauthorizedError
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestImagePushWithPrivilegedFuncNoError
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestImagePushWithoutErrors
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestImagePushWithoutErrors/myimage,all-tags=false
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestImagePushWithoutErrors/myimage:tag,all-tags=false
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestImagePushWithoutErrors/myimage,all-tags=true
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestImagePushWithoutErrors/myimage:anything,all-tags=true
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestImagePushWithoutErrors (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z]     --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z]     --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z]     --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z]     --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestImageRemoveError
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestImageRemoveError (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestImageRemoveImageNotFound
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestImageRemoveImageNotFound (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestImageRemove
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestImageRemove (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestImageSaveError
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestImageSaveError (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestImageSave
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestImageSave (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestImageSearchAnyError
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestImageSearchAnyError (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestImageSearchStatusUnauthorizedError
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestImageSearchWithPrivilegedFuncNoError
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestImageSearchWithoutErrors
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestImageSearchWithoutErrors (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestImageTagError
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestImageTagError (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestImageTagInvalidReference
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestImageTagInvalidReference (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestImageTagInvalidSourceImageName
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestImageTagHexSource
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestImageTagHexSource (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestImageTag
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestImageTag (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestInfoServerError
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestInfoServerError (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestInfoInvalidResponseJSONError
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestInfo
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestInfo (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestNetworkConnectError
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestNetworkConnectError (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestNetworkConnectEmptyNilEndpointSettings
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestNetworkConnect
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestNetworkConnect (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestNetworkCreateError
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestNetworkCreateError (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestNetworkCreate
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestNetworkCreate (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestNetworkDisconnectError
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestNetworkDisconnectError (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestNetworkDisconnect
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestNetworkDisconnect (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestNetworkInspectError
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestNetworkInspectError (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestNetworkInspectNotFoundError
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestNetworkInspectNotFoundError (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestNetworkInspectWithEmptyID
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestNetworkInspectWithEmptyID (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestNetworkInspect
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestNetworkInspect (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestNetworkListError
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestNetworkListError (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestNetworkList
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestNetworkList (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestNetworksPruneError
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestNetworksPruneError (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestNetworksPrune
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestNetworksPrune (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestNetworkRemoveError
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestNetworkRemoveError (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestNetworkRemove
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestNetworkRemove (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestNodeInspectError
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestNodeInspectError (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestNodeInspectNodeNotFound
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestNodeInspectNodeNotFound (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestNodeInspectWithEmptyID
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestNodeInspectWithEmptyID (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestNodeInspect
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestNodeInspect (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestNodeListError
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestNodeListError (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestNodeList
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestNodeList (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestNodeRemoveError
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestNodeRemoveError (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestNodeRemove
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestNodeRemove (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestNodeUpdateError
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestNodeUpdateError (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestNodeUpdate
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestNodeUpdate (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestOptionWithTimeout
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestOptionWithTimeout (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestPingFail
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestPingFail (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestPingWithError
17:09:20 [2021-08-20T17:09:20.132Z] 2021/08/20 17:09:18 RoundTripper returned a response & error; ignoring response
17:09:20 [2021-08-20T17:09:20.132Z] 2021/08/20 17:09:18 RoundTripper returned a response & error; ignoring response
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestPingWithError (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestPingSuccess
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestPingSuccess (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestPingHeadFallback
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestPingHeadFallback/OK
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestPingHeadFallback/Internal_Server_Error
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestPingHeadFallback/Not_Found
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestPingHeadFallback/Method_Not_Allowed
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestPingHeadFallback (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z]     --- PASS: TestPingHeadFallback/OK (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z]     --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z]     --- PASS: TestPingHeadFallback/Not_Found (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z]     --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestPluginDisableError
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestPluginDisableError (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestPluginDisable
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestPluginDisable (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestPluginEnableError
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestPluginEnableError (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestPluginEnable
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestPluginEnable (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestPluginInspectError
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestPluginInspectError (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestPluginInspectWithEmptyID
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestPluginInspectWithEmptyID (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestPluginInspect
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestPluginInspect (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestPluginListError
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestPluginListError (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestPluginList
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestPluginList (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestPluginPushError
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestPluginPushError (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestPluginPush
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestPluginPush (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestPluginRemoveError
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestPluginRemoveError (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestPluginRemove
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestPluginRemove (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestPluginSetError
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestPluginSetError (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestPluginSet
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestPluginSet (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestSetHostHeader
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestSetHostHeader (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestPlainTextError
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestPlainTextError (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestInfiniteError
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestInfiniteError (0.04s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestCanceledContext
17:09:20 [2021-08-20T17:09:20.132Z] 2021/08/20 17:09:18 RoundTripper returned a response & error; ignoring response
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestCanceledContext (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestDeadlineExceededContext
17:09:20 [2021-08-20T17:09:20.132Z] 2021/08/20 17:09:18 RoundTripper returned a response & error; ignoring response
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestDeadlineExceededContext (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestSecretCreateUnsupported
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestSecretCreateUnsupported (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestSecretCreateError
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestSecretCreateError (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestSecretCreate
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestSecretCreate (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestSecretInspectUnsupported
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestSecretInspectUnsupported (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestSecretInspectError
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestSecretInspectError (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestSecretInspectSecretNotFound
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestSecretInspectSecretNotFound (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestSecretInspectWithEmptyID
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestSecretInspectWithEmptyID (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestSecretInspect
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestSecretInspect (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestSecretListUnsupported
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestSecretListUnsupported (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestSecretListError
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestSecretListError (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestSecretList
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestSecretList (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestSecretRemoveUnsupported
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestSecretRemoveUnsupported (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestSecretRemoveError
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestSecretRemoveError (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestSecretRemove
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestSecretRemove (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestSecretUpdateUnsupported
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestSecretUpdateUnsupported (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestSecretUpdateError
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestSecretUpdateError (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestSecretUpdate
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestSecretUpdate (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestServiceCreateError
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestServiceCreateError (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestServiceCreate
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestServiceCreate (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestServiceCreateCompatiblePlatforms
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestServiceCreateDigestPinning
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestServiceCreateDigestPinning (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestServiceInspectError
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestServiceInspectError (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestServiceInspectServiceNotFound
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestServiceInspectServiceNotFound (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestServiceInspectWithEmptyID
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestServiceInspectWithEmptyID (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestServiceInspect
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestServiceInspect (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestServiceListError
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestServiceListError (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestServiceList
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestServiceList (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestServiceLogsError
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestServiceLogsError (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestServiceLogs
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestServiceLogs (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestServiceRemoveError
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestServiceRemoveError (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestServiceRemoveNotFoundError
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestServiceRemoveNotFoundError (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestServiceRemove
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestServiceRemove (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestServiceUpdateError
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestServiceUpdateError (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestServiceUpdate
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestServiceUpdate (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestSwarmGetUnlockKeyError
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestSwarmGetUnlockKey
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestSwarmGetUnlockKey (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestSwarmInitError
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestSwarmInitError (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestSwarmInit
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestSwarmInit (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestSwarmInspectError
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestSwarmInspectError (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestSwarmInspect
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestSwarmInspect (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestSwarmJoinError
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestSwarmJoinError (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestSwarmJoin
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestSwarmJoin (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestSwarmLeaveError
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestSwarmLeaveError (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestSwarmLeave
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestSwarmLeave (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestSwarmUnlockError
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestSwarmUnlockError (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestSwarmUnlock
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestSwarmUnlock (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestSwarmUpdateError
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestSwarmUpdateError (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestSwarmUpdate
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestSwarmUpdate (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestTaskInspectError
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestTaskInspectError (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestTaskInspectWithEmptyID
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestTaskInspectWithEmptyID (0.00s)
17:09:20 [2021-08-20T17:09:20.132Z] === RUN   TestTaskInspect
17:09:20 [2021-08-20T17:09:20.132Z] --- PASS: TestTaskInspect (0.00s)
17:09:20 [2021-08-20T17:09:20.133Z] === RUN   TestTaskListError
17:09:20 [2021-08-20T17:09:20.133Z] --- PASS: TestTaskListError (0.00s)
17:09:20 [2021-08-20T17:09:20.133Z] === RUN   TestTaskList
17:09:20 [2021-08-20T17:09:20.133Z] --- PASS: TestTaskList (0.00s)
17:09:20 [2021-08-20T17:09:20.133Z] === RUN   TestVolumeCreateError
17:09:20 [2021-08-20T17:09:20.133Z] --- PASS: TestVolumeCreateError (0.00s)
17:09:20 [2021-08-20T17:09:20.133Z] === RUN   TestVolumeCreate
17:09:20 [2021-08-20T17:09:20.133Z] --- PASS: TestVolumeCreate (0.00s)
17:09:20 [2021-08-20T17:09:20.133Z] === RUN   TestVolumeInspectError
17:09:20 [2021-08-20T17:09:20.133Z] --- PASS: TestVolumeInspectError (0.00s)
17:09:20 [2021-08-20T17:09:20.133Z] === RUN   TestVolumeInspectNotFound
17:09:20 [2021-08-20T17:09:20.133Z] --- PASS: TestVolumeInspectNotFound (0.00s)
17:09:20 [2021-08-20T17:09:20.133Z] === RUN   TestVolumeInspectWithEmptyID
17:09:20 [2021-08-20T17:09:20.133Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s)
17:09:20 [2021-08-20T17:09:20.133Z] === RUN   TestVolumeInspect
17:09:20 [2021-08-20T17:09:20.133Z] --- PASS: TestVolumeInspect (0.00s)
17:09:20 [2021-08-20T17:09:20.133Z] === RUN   TestVolumeListError
17:09:20 [2021-08-20T17:09:20.133Z] --- PASS: TestVolumeListError (0.00s)
17:09:20 [2021-08-20T17:09:20.133Z] === RUN   TestVolumeList
17:09:20 [2021-08-20T17:09:20.133Z] --- PASS: TestVolumeList (0.00s)
17:09:20 [2021-08-20T17:09:20.133Z] === RUN   TestVolumeRemoveError
17:09:20 [2021-08-20T17:09:20.133Z] --- PASS: TestVolumeRemoveError (0.00s)
17:09:20 [2021-08-20T17:09:20.133Z] === RUN   TestVolumeRemove
17:09:20 [2021-08-20T17:09:20.133Z] --- PASS: TestVolumeRemove (0.00s)
17:09:20 [2021-08-20T17:09:20.133Z] === CONT  TestTLSCloseWriter
17:09:20 [2021-08-20T17:09:20.133Z] --- PASS: TestTLSCloseWriter (0.01s)
17:09:20 [2021-08-20T17:09:20.133Z] PASS
17:09:20 [2021-08-20T17:09:20.133Z] coverage: 74.8% of statements
17:09:20 [2021-08-20T17:09:20.133Z] ok  	github.com/docker/docker/client	0.375s	coverage: 74.8% of statements
17:09:20 [2021-08-20T17:09:20.960Z] === RUN   TestDockerDaemonSuite/TestLegacyDaemonCommand
17:09:20 [2021-08-20T17:09:20.960Z]     check_test.go:309: [dd9aa5dc85b5a] daemon is not started
17:09:20 [2021-08-20T17:09:20.960Z] === RUN   TestDockerDaemonSuite/TestPluginListFilterCapability
17:09:21 [2021-08-20T17:09:21.527Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles
17:09:22 [2021-08-20T17:09:22.895Z] === RUN   TestDockerDaemonSuite/TestPluginListFilterEnabled
17:09:23 [2021-08-20T17:09:23.458Z] === RUN   TestDockerSuite/TestBuildDockerignore
17:09:24 [2021-08-20T17:09:24.826Z] === RUN   TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart
17:09:29 [2021-08-20T17:09:29.000Z] === RUN   TestDockerDaemonSuite/TestPruneImageDangling
17:09:29 [2021-08-20T17:09:29.934Z] === RUN   TestDockerDaemonSuite/TestPruneImageLabel
17:09:30 [2021-08-20T17:09:30.278Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2022
17:09:30 [2021-08-20T17:09:30.278Z] INFO: Testing against a local daemon
17:09:30 [2021-08-20T17:09:30.278Z] === RUN   TestBuildWithSession
17:09:30 [2021-08-20T17:09:30.278Z]     build_session_test.go:25: TODO: BuildKit
17:09:30 [2021-08-20T17:09:30.278Z] --- SKIP: TestBuildWithSession (0.00s)
17:09:30 [2021-08-20T17:09:30.278Z] === RUN   TestBuildSquashParent
17:09:30 [2021-08-20T17:09:30.278Z]     build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows"
17:09:30 [2021-08-20T17:09:30.278Z] --- SKIP: TestBuildSquashParent (0.00s)
17:09:30 [2021-08-20T17:09:30.278Z] === RUN   TestBuildWithRemoveAndForceRemove
17:09:30 [2021-08-20T17:09:30.278Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
17:09:30 [2021-08-20T17:09:30.278Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
17:09:30 [2021-08-20T17:09:30.278Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
17:09:30 [2021-08-20T17:09:30.278Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
17:09:30 [2021-08-20T17:09:30.278Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
17:09:30 [2021-08-20T17:09:30.278Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
17:09:30 [2021-08-20T17:09:30.278Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
17:09:30 [2021-08-20T17:09:30.278Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
17:09:30 [2021-08-20T17:09:30.278Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
17:09:30 [2021-08-20T17:09:30.278Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
17:09:30 [2021-08-20T17:09:30.278Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
17:09:30 [2021-08-20T17:09:30.278Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
17:09:30 [2021-08-20T17:09:30.278Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
17:09:30 [2021-08-20T17:09:30.278Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
17:09:30 [2021-08-20T17:09:30.278Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
17:09:30 [2021-08-20T17:09:30.278Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
17:09:32 [2021-08-20T17:09:32.456Z] === RUN   TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore
17:09:34 [2021-08-20T17:09:34.903Z] --- PASS: TestCheckoutGit (25.83s)
17:09:34 [2021-08-20T17:09:34.903Z] === RUN   TestValidGitTransport
17:09:34 [2021-08-20T17:09:34.903Z] --- PASS: TestValidGitTransport (0.00s)
17:09:34 [2021-08-20T17:09:34.903Z] === RUN   TestGitInvalidRef
17:09:34 [2021-08-20T17:09:34.903Z] --- PASS: TestGitInvalidRef (0.23s)
17:09:34 [2021-08-20T17:09:34.903Z] PASS
17:09:34 [2021-08-20T17:09:34.903Z] coverage: 86.3% of statements
17:09:34 [2021-08-20T17:09:34.903Z] ok  	github.com/docker/docker/builder/remotecontext/git	26.112s	coverage: 86.3% of statements
17:09:34 [2021-08-20T17:09:34.903Z] ?   	github.com/docker/docker/cli	[no test files]
17:09:34 [2021-08-20T17:09:34.903Z] ?   	github.com/docker/docker/cli/config	[no test files]
17:09:36 [2021-08-20T17:09:36.630Z] === RUN   TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore
17:09:37 [2021-08-20T17:09:37.594Z] tests/integration/models_containers_test.py ............................ [ 83%]
17:09:37 [2021-08-20T17:09:37.660Z] --- PASS: TestCreateServiceMultipleTimes (16.96s)
17:09:37 [2021-08-20T17:09:37.660Z] === RUN   TestCreateServiceConflict
17:09:38 [2021-08-20T17:09:38.595Z] --- PASS: TestCreateServiceConflict (2.19s)
17:09:38 [2021-08-20T17:09:38.595Z] === RUN   TestCreateServiceMaxReplicas
17:09:39 [2021-08-20T17:09:39.156Z] === RUN   TestDockerSuite/TestBuildDockerignoreCleanPaths
17:09:40 [2021-08-20T17:09:40.523Z] === RUN   TestDockerSuite/TestBuildDockerignoreComment
17:09:40 [2021-08-20T17:09:40.523Z] === RUN   TestDockerDaemonSuite/TestRunLinksChanged
17:09:41 [2021-08-20T17:09:41.880Z] --- PASS: TestCreateServiceMaxReplicas (3.20s)
17:09:41 [2021-08-20T17:09:41.880Z] === RUN   TestCreateWithDuplicateNetworkNames
17:09:42 [2021-08-20T17:09:42.660Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
17:09:42 [2021-08-20T17:09:42.660Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
17:09:45 [2021-08-20T17:09:45.199Z] === RUN   TestLoadDaemonCliConfigWithoutOverriding
17:09:45 [2021-08-20T17:09:45.199Z] === RUN   TestContainerStopSignal
17:09:45 [2021-08-20T17:09:45.199Z] --- PASS: TestContainerStopSignal (0.00s)
17:09:45 [2021-08-20T17:09:45.199Z] === RUN   TestContainerStopTimeout
17:09:45 [2021-08-20T17:09:45.199Z] --- PASS: TestContainerStopTimeout (0.00s)
17:09:45 [2021-08-20T17:09:45.199Z] === RUN   TestContainerSecretReferenceDestTarget
17:09:45 [2021-08-20T17:09:45.199Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s)
17:09:45 [2021-08-20T17:09:45.199Z] === RUN   TestContainerLogPathSetForJSONFileLogger
17:09:45 [2021-08-20T17:09:45.199Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s)
17:09:45 [2021-08-20T17:09:45.199Z] === RUN   TestContainerLogPathSetForRingLogger
17:09:45 [2021-08-20T17:09:45.199Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.01s)
17:09:45 [2021-08-20T17:09:45.199Z] === RUN   TestLoadDaemonCliConfigWithTLS
17:09:45 [2021-08-20T17:09:45.199Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s)
17:09:45 [2021-08-20T17:09:45.199Z] === RUN   TestLoadDaemonCliConfigWithConflicts
17:09:45 [2021-08-20T17:09:45.199Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s)
17:09:45 [2021-08-20T17:09:45.199Z] === RUN   TestReplaceAndAppendEnvVars
17:09:45 [2021-08-20T17:09:45.199Z]     env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm]
17:09:45 [2021-08-20T17:09:45.199Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s)
17:09:45 [2021-08-20T17:09:45.199Z] === RUN   TestNewMemoryStore
17:09:45 [2021-08-20T17:09:45.199Z] --- PASS: TestNewMemoryStore (0.00s)
17:09:45 [2021-08-20T17:09:45.199Z] === RUN   TestAddContainers
17:09:45 [2021-08-20T17:09:45.199Z] --- PASS: TestAddContainers (0.00s)
17:09:45 [2021-08-20T17:09:45.199Z] === RUN   TestGetContainer
17:09:45 [2021-08-20T17:09:45.199Z] --- PASS: TestGetContainer (0.00s)
17:09:45 [2021-08-20T17:09:45.199Z] === RUN   TestDeleteContainer
17:09:45 [2021-08-20T17:09:45.199Z] --- PASS: TestDeleteContainer (0.00s)
17:09:45 [2021-08-20T17:09:45.199Z] === RUN   TestListContainers
17:09:45 [2021-08-20T17:09:45.199Z] --- PASS: TestListContainers (0.00s)
17:09:45 [2021-08-20T17:09:45.199Z] === RUN   TestFirstContainer
17:09:45 [2021-08-20T17:09:45.199Z] --- PASS: TestFirstContainer (0.00s)
17:09:45 [2021-08-20T17:09:45.199Z] === RUN   TestApplyAllContainer
17:09:45 [2021-08-20T17:09:45.199Z] --- PASS: TestApplyAllContainer (0.00s)
17:09:45 [2021-08-20T17:09:45.200Z] === RUN   TestIsValidHealthString
17:09:45 [2021-08-20T17:09:45.200Z] --- PASS: TestIsValidHealthString (0.00s)
17:09:45 [2021-08-20T17:09:45.200Z] === RUN   TestStateRunStop
17:09:45 [2021-08-20T17:09:45.200Z] --- PASS: TestStateRunStop (0.00s)
17:09:45 [2021-08-20T17:09:45.200Z] === RUN   TestStateTimeoutWait
17:09:45 [2021-08-20T17:09:45.200Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s)
17:09:45 [2021-08-20T17:09:45.200Z] === RUN   TestLoadDaemonCliWithConflictingNodeGenericResources
17:09:45 [2021-08-20T17:09:45.200Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s)
17:09:45 [2021-08-20T17:09:45.200Z] === RUN   TestLoadDaemonCliWithConflictingLabels
17:09:45 [2021-08-20T17:09:45.200Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s)
17:09:45 [2021-08-20T17:09:45.200Z] === RUN   TestLoadDaemonCliWithDuplicateLabels
17:09:45 [2021-08-20T17:09:45.200Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s)
17:09:45 [2021-08-20T17:09:45.200Z] === RUN   TestLoadDaemonCliConfigWithTLSVerify
17:09:45 [2021-08-20T17:09:45.200Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s)
17:09:45 [2021-08-20T17:09:45.200Z] === RUN   TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse
17:09:45 [2021-08-20T17:09:45.200Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s)
17:09:45 [2021-08-20T17:09:45.200Z] === RUN   TestLoadDaemonCliConfigWithoutTLSVerify
17:09:45 [2021-08-20T17:09:45.200Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s)
17:09:45 [2021-08-20T17:09:45.200Z] === RUN   TestLoadDaemonCliConfigWithLogLevel
17:09:45 [2021-08-20T17:09:45.200Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s)
17:09:45 [2021-08-20T17:09:45.200Z] === RUN   TestLoadDaemonConfigWithEmbeddedOptions
17:09:45 [2021-08-20T17:09:45.200Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s)
17:09:45 [2021-08-20T17:09:45.200Z] === RUN   TestLoadDaemonConfigWithRegistryOptions
17:09:45 [2021-08-20T17:09:45.200Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s)
17:09:45 [2021-08-20T17:09:45.200Z] === RUN   TestConfigureDaemonLogs
17:09:45 [2021-08-20T17:09:45.200Z] --- PASS: TestConfigureDaemonLogs (0.00s)
17:09:45 [2021-08-20T17:09:45.200Z] === RUN   TestCommonOptionsInstallFlags
17:09:45 [2021-08-20T17:09:45.200Z] --- PASS: TestCommonOptionsInstallFlags (0.00s)
17:09:45 [2021-08-20T17:09:45.200Z] === RUN   TestCommonOptionsInstallFlagsWithDefaults
17:09:45 [2021-08-20T17:09:45.200Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s)
17:09:45 [2021-08-20T17:09:45.200Z] PASS
17:09:45 [2021-08-20T17:09:45.200Z] coverage: 18.5% of statements
17:09:45 [2021-08-20T17:09:45.200Z] ok  	github.com/docker/docker/cmd/dockerd	0.170s	coverage: 18.5% of statements
17:09:45 [2021-08-20T17:09:45.200Z] ?   	github.com/docker/docker/cmd/dockerd/trap	[no test files]
17:09:45 [2021-08-20T17:09:45.200Z] ?   	github.com/docker/docker/cmd/dockerd/trap/testfiles	[no test files]
17:09:45 [2021-08-20T17:09:45.200Z]     state_test.go:141: Stop callback fired
17:09:45 [2021-08-20T17:09:45.200Z]     state_test.go:165: Stop callback fired
17:09:45 [2021-08-20T17:09:45.200Z] --- PASS: TestStateTimeoutWait (0.10s)
17:09:45 [2021-08-20T17:09:45.200Z] === RUN   TestIsValidStateString
17:09:45 [2021-08-20T17:09:45.200Z] --- PASS: TestIsValidStateString (0.00s)
17:09:45 [2021-08-20T17:09:45.200Z] === RUN   TestViewSaveDelete
17:09:45 [2021-08-20T17:09:45.200Z] --- PASS: TestViewSaveDelete (0.01s)
17:09:45 [2021-08-20T17:09:45.200Z] === RUN   TestViewAll
17:09:45 [2021-08-20T17:09:45.200Z] --- PASS: TestViewAll (0.02s)
17:09:45 [2021-08-20T17:09:45.200Z] === RUN   TestViewGet
17:09:45 [2021-08-20T17:09:45.200Z] --- PASS: TestViewGet (0.01s)
17:09:45 [2021-08-20T17:09:45.200Z] === RUN   TestNames
17:09:45 [2021-08-20T17:09:45.200Z] --- PASS: TestNames (0.00s)
17:09:45 [2021-08-20T17:09:45.200Z] === RUN   TestViewWithHealthCheck
17:09:45 [2021-08-20T17:09:45.200Z] --- PASS: TestViewWithHealthCheck (0.01s)
17:09:45 [2021-08-20T17:09:45.200Z] PASS
17:09:45 [2021-08-20T17:09:45.200Z] coverage: 41.7% of statements
17:09:45 [2021-08-20T17:09:45.200Z] ok  	github.com/docker/docker/container	0.242s	coverage: 41.7% of statements
17:09:45 [2021-08-20T17:09:45.200Z] ?   	github.com/docker/docker/container/stream	[no test files]
17:09:45 [2021-08-20T17:09:45.200Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
17:09:45 [2021-08-20T17:09:45.200Z] ?   	github.com/docker/docker/contrib/docker-device-tool	[no test files]
17:09:45 [2021-08-20T17:09:45.200Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
17:09:45 [2021-08-20T17:09:45.775Z] === RUN   TestDockerSuite/TestBuildDockerignoreExceptions
17:09:46 [2021-08-20T17:09:46.163Z] === RUN   TestPrepare
17:09:46 [2021-08-20T17:09:46.163Z] --- PASS: TestPrepare (0.00s)
17:09:46 [2021-08-20T17:09:46.163Z] === RUN   TestStart
17:09:46 [2021-08-20T17:09:46.339Z] === RUN   TestDockerDaemonSuite/TestRunSeccompJSONNewFormat
17:09:46 [2021-08-20T17:09:46.621Z] --- PASS: TestStart (0.00s)
17:09:46 [2021-08-20T17:09:46.621Z] === RUN   TestWaitCancel
17:09:46 [2021-08-20T17:09:46.621Z] --- PASS: TestWaitCancel (0.00s)
17:09:46 [2021-08-20T17:09:46.621Z] === RUN   TestWaitDisabled
17:09:46 [2021-08-20T17:09:46.621Z] --- PASS: TestWaitDisabled (0.00s)
17:09:46 [2021-08-20T17:09:46.621Z] === RUN   TestWaitEnabled
17:09:46 [2021-08-20T17:09:46.621Z] --- PASS: TestWaitEnabled (0.00s)
17:09:46 [2021-08-20T17:09:46.621Z] === RUN   TestRemove
17:09:46 [2021-08-20T17:09:46.621Z] --- PASS: TestRemove (0.00s)
17:09:46 [2021-08-20T17:09:46.621Z] PASS
17:09:46 [2021-08-20T17:09:46.621Z] coverage: 65.3% of statements
17:09:46 [2021-08-20T17:09:46.621Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.103s	coverage: 65.3% of statements
17:09:48 [2021-08-20T17:09:48.149Z] === RUN   TestNewListSecretsFilters
17:09:48 [2021-08-20T17:09:48.149Z] --- PASS: TestNewListSecretsFilters (0.00s)
17:09:48 [2021-08-20T17:09:48.149Z] === RUN   TestNewListConfigsFilters
17:09:48 [2021-08-20T17:09:48.149Z] --- PASS: TestNewListConfigsFilters (0.00s)
17:09:48 [2021-08-20T17:09:48.149Z] PASS
17:09:48 [2021-08-20T17:09:48.149Z] coverage: 0.5% of statements
17:09:48 [2021-08-20T17:09:48.149Z] ok  	github.com/docker/docker/daemon/cluster	0.199s	coverage: 0.5% of statements
17:09:48 [2021-08-20T17:09:48.149Z] === RUN   TestNetworkConvertBasicNetworkFromGRPCCreatedAt
17:09:48 [2021-08-20T17:09:48.149Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.16s)
17:09:48 [2021-08-20T17:09:48.149Z] === RUN   TestServiceConvertFromGRPCRuntimeContainer
17:09:48 [2021-08-20T17:09:48.234Z] === RUN   TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap
17:09:48 [2021-08-20T17:09:48.604Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s)
17:09:48 [2021-08-20T17:09:48.604Z] === RUN   TestServiceConvertFromGRPCGenericRuntimePlugin
17:09:48 [2021-08-20T17:09:48.604Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s)
17:09:48 [2021-08-20T17:09:48.604Z] === RUN   TestServiceConvertToGRPCGenericRuntimePlugin
17:09:48 [2021-08-20T17:09:48.604Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s)
17:09:48 [2021-08-20T17:09:48.604Z] === RUN   TestServiceConvertToGRPCContainerRuntime
17:09:48 [2021-08-20T17:09:48.604Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s)
17:09:48 [2021-08-20T17:09:48.604Z] === RUN   TestServiceConvertToGRPCGenericRuntimeCustom
17:09:48 [2021-08-20T17:09:48.604Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s)
17:09:48 [2021-08-20T17:09:48.604Z] === RUN   TestServiceConvertToGRPCIsolation
17:09:48 [2021-08-20T17:09:48.604Z] === RUN   TestServiceConvertToGRPCIsolation/empty
17:09:48 [2021-08-20T17:09:48.604Z] === RUN   TestServiceConvertToGRPCIsolation/default
17:09:48 [2021-08-20T17:09:48.604Z] === RUN   TestServiceConvertToGRPCIsolation/process
17:09:48 [2021-08-20T17:09:48.604Z] === RUN   TestServiceConvertToGRPCIsolation/hyperv
17:09:48 [2021-08-20T17:09:48.604Z] === RUN   TestServiceConvertToGRPCIsolation/proCess
17:09:48 [2021-08-20T17:09:48.604Z] === RUN   TestServiceConvertToGRPCIsolation/hypErv
17:09:48 [2021-08-20T17:09:48.604Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s)
17:09:48 [2021-08-20T17:09:48.604Z]     --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s)
17:09:48 [2021-08-20T17:09:48.604Z]     --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s)
17:09:48 [2021-08-20T17:09:48.604Z]     --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s)
17:09:48 [2021-08-20T17:09:48.604Z]     --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s)
17:09:48 [2021-08-20T17:09:48.604Z]     --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s)
17:09:49 [2021-08-20T17:09:49.060Z]     --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s)
17:09:49 [2021-08-20T17:09:49.061Z] === RUN   TestServiceConvertFromGRPCIsolation
17:09:49 [2021-08-20T17:09:49.061Z] === RUN   TestServiceConvertFromGRPCIsolation/default
17:09:49 [2021-08-20T17:09:49.061Z] === RUN   TestServiceConvertFromGRPCIsolation/process
17:09:49 [2021-08-20T17:09:49.061Z] === RUN   TestServiceConvertFromGRPCIsolation/hyperv
17:09:49 [2021-08-20T17:09:49.061Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s)
17:09:49 [2021-08-20T17:09:49.061Z]     --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s)
17:09:49 [2021-08-20T17:09:49.061Z]     --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s)
17:09:49 [2021-08-20T17:09:49.061Z]     --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s)
17:09:49 [2021-08-20T17:09:49.061Z] === RUN   TestServiceConvertToGRPCCredentialSpec
17:09:49 [2021-08-20T17:09:49.061Z] === RUN   TestServiceConvertToGRPCCredentialSpec/empty_credential_spec
17:09:49 [2021-08-20T17:09:49.061Z] === RUN   TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec
17:09:49 [2021-08-20T17:09:49.061Z] === RUN   TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec
17:09:49 [2021-08-20T17:09:49.061Z] === RUN   TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec
17:09:49 [2021-08-20T17:09:49.061Z] === RUN   TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec
17:09:49 [2021-08-20T17:09:49.061Z] === RUN   TestServiceConvertToGRPCCredentialSpec/config_credential_spec
17:09:49 [2021-08-20T17:09:49.061Z] === RUN   TestServiceConvertToGRPCCredentialSpec/file_credential_spec
17:09:49 [2021-08-20T17:09:49.061Z] === RUN   TestServiceConvertToGRPCCredentialSpec/registry_credential_spec
17:09:49 [2021-08-20T17:09:49.061Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s)
17:09:49 [2021-08-20T17:09:49.061Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s)
17:09:49 [2021-08-20T17:09:49.061Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s)
17:09:49 [2021-08-20T17:09:49.061Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s)
17:09:49 [2021-08-20T17:09:49.061Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s)
17:09:49 [2021-08-20T17:09:49.061Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s)
17:09:49 [2021-08-20T17:09:49.061Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s)
17:09:49 [2021-08-20T17:09:49.061Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s)
17:09:49 [2021-08-20T17:09:49.061Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s)
17:09:49 [2021-08-20T17:09:49.061Z] === RUN   TestServiceConvertFromGRPCCredentialSpec
17:09:49 [2021-08-20T17:09:49.061Z] === RUN   TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec
17:09:49 [2021-08-20T17:09:49.061Z] === RUN   TestServiceConvertFromGRPCCredentialSpec/config_credential_spec
17:09:49 [2021-08-20T17:09:49.061Z] === RUN   TestServiceConvertFromGRPCCredentialSpec/file_credential_spec
17:09:49 [2021-08-20T17:09:49.061Z] === RUN   TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec
17:09:49 [2021-08-20T17:09:49.061Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s)
17:09:49 [2021-08-20T17:09:49.061Z]     --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s)
17:09:49 [2021-08-20T17:09:49.061Z]     --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s)
17:09:49 [2021-08-20T17:09:49.061Z]     --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s)
17:09:49 [2021-08-20T17:09:49.061Z]     --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s)
17:09:49 [2021-08-20T17:09:49.061Z] === RUN   TestServiceConvertToGRPCNetworkAtachmentRuntime
17:09:49 [2021-08-20T17:09:49.061Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s)
17:09:49 [2021-08-20T17:09:49.061Z] === RUN   TestServiceConvertToGRPCMismatchedRuntime
17:09:49 [2021-08-20T17:09:49.061Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s)
17:09:49 [2021-08-20T17:09:49.061Z] === RUN   TestTaskConvertFromGRPCNetworkAttachment
17:09:49 [2021-08-20T17:09:49.061Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s)
17:09:49 [2021-08-20T17:09:49.061Z] === RUN   TestServiceConvertFromGRPCConfigs
17:09:49 [2021-08-20T17:09:49.061Z] === RUN   TestServiceConvertFromGRPCConfigs/file
17:09:49 [2021-08-20T17:09:49.061Z] === RUN   TestServiceConvertFromGRPCConfigs/runtime
17:09:49 [2021-08-20T17:09:49.061Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s)
17:09:49 [2021-08-20T17:09:49.061Z]     --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s)
17:09:49 [2021-08-20T17:09:49.061Z]     --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s)
17:09:49 [2021-08-20T17:09:49.061Z] === RUN   TestServiceConvertToGRPCConfigs
17:09:49 [2021-08-20T17:09:49.061Z] === RUN   TestServiceConvertToGRPCConfigs/file
17:09:49 [2021-08-20T17:09:49.061Z] === RUN   TestServiceConvertToGRPCConfigs/runtime
17:09:49 [2021-08-20T17:09:49.061Z] === RUN   TestServiceConvertToGRPCConfigs/file_and_runtime
17:09:49 [2021-08-20T17:09:49.061Z] === RUN   TestServiceConvertToGRPCConfigs/none
17:09:49 [2021-08-20T17:09:49.061Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s)
17:09:49 [2021-08-20T17:09:49.061Z]     --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s)
17:09:49 [2021-08-20T17:09:49.061Z]     --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s)
17:09:49 [2021-08-20T17:09:49.061Z]     --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s)
17:09:49 [2021-08-20T17:09:49.061Z]     --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s)
17:09:49 [2021-08-20T17:09:49.061Z] PASS
17:09:49 [2021-08-20T17:09:49.061Z] coverage: 35.9% of statements
17:09:49 [2021-08-20T17:09:49.061Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.367s	coverage: 35.9% of statements
17:09:49 [2021-08-20T17:09:49.603Z] === RUN   TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames
17:09:49 [2021-08-20T17:09:49.720Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.03s)
17:09:49 [2021-08-20T17:09:49.720Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (11.70s)
17:09:49 [2021-08-20T17:09:49.720Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (12.54s)
17:09:49 [2021-08-20T17:09:49.720Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (13.04s)
17:09:49 [2021-08-20T17:09:49.720Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (17.76s)
17:09:49 [2021-08-20T17:09:49.720Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (8.36s)
17:09:49 [2021-08-20T17:09:49.720Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (7.58s)
17:09:49 [2021-08-20T17:09:49.720Z] === RUN   TestBuildMultiStageCopy
17:09:49 [2021-08-20T17:09:49.720Z] === RUN   TestBuildMultiStageCopy/copy_to_root
17:09:50 [2021-08-20T17:09:50.970Z] === RUN   TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile
17:09:51 [2021-08-20T17:09:51.949Z] === RUN   TestBuilderGC
17:09:51 [2021-08-20T17:09:51.949Z] --- PASS: TestBuilderGC (0.00s)
17:09:51 [2021-08-20T17:09:51.949Z] === RUN   TestDaemonConfigurationNotFound
17:09:51 [2021-08-20T17:09:51.949Z] --- PASS: TestDaemonConfigurationNotFound (0.00s)
17:09:51 [2021-08-20T17:09:51.949Z] === RUN   TestDaemonBrokenConfiguration
17:09:51 [2021-08-20T17:09:51.949Z] --- PASS: TestDaemonBrokenConfiguration (0.00s)
17:09:51 [2021-08-20T17:09:51.949Z] === RUN   TestParseClusterAdvertiseSettings
17:09:51 [2021-08-20T17:09:51.949Z] --- PASS: TestParseClusterAdvertiseSettings (0.00s)
17:09:51 [2021-08-20T17:09:51.949Z] === RUN   TestFindConfigurationConflicts
17:09:51 [2021-08-20T17:09:51.949Z] --- PASS: TestFindConfigurationConflicts (0.00s)
17:09:51 [2021-08-20T17:09:51.949Z] === RUN   TestFindConfigurationConflictsWithNamedOptions
17:09:51 [2021-08-20T17:09:51.949Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s)
17:09:51 [2021-08-20T17:09:51.949Z] === RUN   TestDaemonConfigurationMergeConflicts
17:09:51 [2021-08-20T17:09:51.949Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s)
17:09:51 [2021-08-20T17:09:51.949Z] === RUN   TestDaemonConfigurationMergeConcurrent
17:09:51 [2021-08-20T17:09:51.949Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s)
17:09:51 [2021-08-20T17:09:51.949Z] === RUN   TestDaemonConfigurationMergeConcurrentError
17:09:51 [2021-08-20T17:09:51.949Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s)
17:09:51 [2021-08-20T17:09:51.949Z] === RUN   TestDaemonConfigurationMergeConflictsWithInnerStructs
17:09:51 [2021-08-20T17:09:51.949Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s)
17:09:51 [2021-08-20T17:09:51.949Z] === RUN   TestDaemonConfigurationMergeDefaultAddressPools
17:09:51 [2021-08-20T17:09:51.949Z] === RUN   TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file
17:09:51 [2021-08-20T17:09:51.949Z] === RUN   TestDaemonConfigurationMergeDefaultAddressPools/config_file
17:09:51 [2021-08-20T17:09:51.949Z] === RUN   TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options
17:09:51 [2021-08-20T17:09:51.949Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.00s)
17:09:51 [2021-08-20T17:09:51.949Z]     --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s)
17:09:51 [2021-08-20T17:09:51.949Z]     --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s)
17:09:51 [2021-08-20T17:09:51.949Z]     --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s)
17:09:51 [2021-08-20T17:09:51.949Z] === RUN   TestFindConfigurationConflictsWithUnknownKeys
17:09:51 [2021-08-20T17:09:51.949Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s)
17:09:51 [2021-08-20T17:09:51.949Z] === RUN   TestFindConfigurationConflictsWithMergedValues
17:09:51 [2021-08-20T17:09:51.949Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s)
17:09:51 [2021-08-20T17:09:51.949Z] === RUN   TestValidateConfigurationErrors
17:09:51 [2021-08-20T17:09:51.949Z] === RUN   TestValidateConfigurationErrors/single_label_without_value
17:09:51 [2021-08-20T17:09:51.949Z] === RUN   TestValidateConfigurationErrors/multiple_label_without_value
17:09:51 [2021-08-20T17:09:51.949Z] === RUN   TestValidateConfigurationErrors/single_DNS,_invalid_IP-address
17:09:51 [2021-08-20T17:09:51.949Z] === RUN   TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address
17:09:51 [2021-08-20T17:09:51.949Z] === RUN   TestValidateConfigurationErrors/single_DNSSearch
17:09:51 [2021-08-20T17:09:51.949Z] === RUN   TestValidateConfigurationErrors/multiple_DNSSearch
17:09:51 [2021-08-20T17:09:51.949Z] === RUN   TestValidateConfigurationErrors/negative_max-concurrent-downloads
17:09:51 [2021-08-20T17:09:51.949Z] === RUN   TestValidateConfigurationErrors/negative_max-concurrent-uploads
17:09:51 [2021-08-20T17:09:51.949Z] === RUN   TestValidateConfigurationErrors/negative_max-download-attempts
17:09:51 [2021-08-20T17:09:51.949Z] === RUN   TestValidateConfigurationErrors/zero_max-download-attempts
17:09:51 [2021-08-20T17:09:51.949Z] === RUN   TestValidateConfigurationErrors/generic_resource_without_=
17:09:51 [2021-08-20T17:09:51.949Z] === RUN   TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete
17:09:51 [2021-08-20T17:09:51.949Z] --- PASS: TestValidateConfigurationErrors (0.00s)
17:09:51 [2021-08-20T17:09:51.949Z]     --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s)
17:09:51 [2021-08-20T17:09:51.949Z]     --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s)
17:09:51 [2021-08-20T17:09:51.949Z]     --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s)
17:09:51 [2021-08-20T17:09:51.949Z]     --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s)
17:09:51 [2021-08-20T17:09:51.949Z]     --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s)
17:09:51 [2021-08-20T17:09:51.949Z]     --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s)
17:09:51 [2021-08-20T17:09:51.949Z]     --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s)
17:09:51 [2021-08-20T17:09:51.949Z]     --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s)
17:09:51 [2021-08-20T17:09:51.949Z]     --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s)
17:09:51 [2021-08-20T17:09:51.949Z]     --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s)
17:09:51 [2021-08-20T17:09:51.949Z]     --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s)
17:09:51 [2021-08-20T17:09:51.949Z]     --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s)
17:09:51 [2021-08-20T17:09:51.949Z] === RUN   TestValidateConfiguration
17:09:51 [2021-08-20T17:09:51.949Z] === RUN   TestValidateConfiguration/with_label
17:09:51 [2021-08-20T17:09:51.949Z] === RUN   TestValidateConfiguration/with_dns
17:09:51 [2021-08-20T17:09:51.949Z] === RUN   TestValidateConfiguration/with_dns-search
17:09:51 [2021-08-20T17:09:51.949Z] === RUN   TestValidateConfiguration/with_max-concurrent-downloads
17:09:51 [2021-08-20T17:09:51.949Z] === RUN   TestValidateConfiguration/with_max-concurrent-uploads
17:09:51 [2021-08-20T17:09:51.949Z] === RUN   TestValidateConfiguration/with_max-download-attempts
17:09:51 [2021-08-20T17:09:51.949Z] === RUN   TestValidateConfiguration/with_multiple_node_generic_resources
17:09:51 [2021-08-20T17:09:51.949Z] === RUN   TestValidateConfiguration/with_node_generic_resources
17:09:51 [2021-08-20T17:09:51.949Z] --- PASS: TestValidateConfiguration (0.00s)
17:09:51 [2021-08-20T17:09:51.949Z]     --- PASS: TestValidateConfiguration/with_label (0.00s)
17:09:51 [2021-08-20T17:09:51.949Z]     --- PASS: TestValidateConfiguration/with_dns (0.00s)
17:09:51 [2021-08-20T17:09:51.949Z]     --- PASS: TestValidateConfiguration/with_dns-search (0.00s)
17:09:51 [2021-08-20T17:09:51.949Z]     --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s)
17:09:51 [2021-08-20T17:09:51.949Z]     --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s)
17:09:51 [2021-08-20T17:09:51.949Z]     --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s)
17:09:51 [2021-08-20T17:09:51.949Z]     --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s)
17:09:51 [2021-08-20T17:09:51.949Z]     --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s)
17:09:51 [2021-08-20T17:09:51.949Z] === RUN   TestModifiedDiscoverySettings
17:09:51 [2021-08-20T17:09:51.949Z] --- PASS: TestModifiedDiscoverySettings (0.00s)
17:09:51 [2021-08-20T17:09:51.949Z] === RUN   TestReloadSetConfigFileNotExist
17:09:51 [2021-08-20T17:09:51.949Z] time="2021-08-20T17:09:51Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json"
17:09:51 [2021-08-20T17:09:51.949Z] --- PASS: TestReloadSetConfigFileNotExist (0.14s)
17:09:51 [2021-08-20T17:09:51.949Z] === RUN   TestReloadDefaultConfigNotExist
17:09:51 [2021-08-20T17:09:51.949Z]     config_test.go:527: os.Getuid() != 0: skipping test that requires root
17:09:51 [2021-08-20T17:09:51.949Z] --- SKIP: TestReloadDefaultConfigNotExist (0.00s)
17:09:51 [2021-08-20T17:09:51.949Z] === RUN   TestReloadBadDefaultConfig
17:09:51 [2021-08-20T17:09:51.949Z] time="2021-08-20T17:09:51Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-793977315"
17:09:51 [2021-08-20T17:09:51.949Z] --- PASS: TestReloadBadDefaultConfig (0.00s)
17:09:51 [2021-08-20T17:09:51.949Z] === RUN   TestReloadWithConflictingLabels
17:09:51 [2021-08-20T17:09:51.949Z] time="2021-08-20T17:09:51Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-515971558"
17:09:51 [2021-08-20T17:09:51.949Z] --- PASS: TestReloadWithConflictingLabels (0.00s)
17:09:51 [2021-08-20T17:09:51.949Z] === RUN   TestReloadWithDuplicateLabels
17:09:51 [2021-08-20T17:09:51.949Z] time="2021-08-20T17:09:51Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-975672845"
17:09:51 [2021-08-20T17:09:51.949Z] --- PASS: TestReloadWithDuplicateLabels (0.00s)
17:09:51 [2021-08-20T17:09:51.949Z] === RUN   TestDaemonConfigurationMerge
17:09:51 [2021-08-20T17:09:51.949Z] --- PASS: TestDaemonConfigurationMerge (0.00s)
17:09:51 [2021-08-20T17:09:51.949Z] PASS
17:09:51 [2021-08-20T17:09:51.949Z] coverage: 80.4% of statements
17:09:51 [2021-08-20T17:09:51.949Z] ok  	github.com/docker/docker/daemon/config	0.292s	coverage: 80.4% of statements
17:09:51 [2021-08-20T17:09:51.949Z] === RUN   TestWaitNodeAttachment
17:09:52 [2021-08-20T17:09:52.406Z] --- PASS: TestWaitNodeAttachment (0.41s)
17:09:52 [2021-08-20T17:09:52.406Z] === RUN   TestIsolationConversion
17:09:52 [2021-08-20T17:09:52.406Z] === RUN   TestIsolationConversion/default
17:09:52 [2021-08-20T17:09:52.406Z] === RUN   TestIsolationConversion/process
17:09:52 [2021-08-20T17:09:52.406Z] === RUN   TestIsolationConversion/hyperv
17:09:52 [2021-08-20T17:09:52.406Z] --- PASS: TestIsolationConversion (0.00s)
17:09:52 [2021-08-20T17:09:52.406Z]     --- PASS: TestIsolationConversion/default (0.00s)
17:09:52 [2021-08-20T17:09:52.406Z]     --- PASS: TestIsolationConversion/process (0.00s)
17:09:52 [2021-08-20T17:09:52.406Z]     --- PASS: TestIsolationConversion/hyperv (0.00s)
17:09:52 [2021-08-20T17:09:52.406Z] === RUN   TestContainerLabels
17:09:52 [2021-08-20T17:09:52.406Z] --- PASS: TestContainerLabels (0.00s)
17:09:52 [2021-08-20T17:09:52.406Z] === RUN   TestCredentialSpecConversion
17:09:52 [2021-08-20T17:09:52.406Z] === RUN   TestCredentialSpecConversion/none
17:09:52 [2021-08-20T17:09:52.406Z] === RUN   TestCredentialSpecConversion/config
17:09:52 [2021-08-20T17:09:52.406Z] === RUN   TestCredentialSpecConversion/file
17:09:52 [2021-08-20T17:09:52.406Z] === RUN   TestCredentialSpecConversion/registry
17:09:52 [2021-08-20T17:09:52.406Z] --- PASS: TestCredentialSpecConversion (0.00s)
17:09:52 [2021-08-20T17:09:52.406Z]     --- PASS: TestCredentialSpecConversion/none (0.00s)
17:09:52 [2021-08-20T17:09:52.406Z]     --- PASS: TestCredentialSpecConversion/config (0.00s)
17:09:52 [2021-08-20T17:09:52.406Z]     --- PASS: TestCredentialSpecConversion/file (0.00s)
17:09:52 [2021-08-20T17:09:52.406Z]     --- PASS: TestCredentialSpecConversion/registry (0.00s)
17:09:52 [2021-08-20T17:09:52.406Z] === RUN   TestControllerValidateMountBind
17:09:52 [2021-08-20T17:09:52.406Z] --- PASS: TestControllerValidateMountBind (0.00s)
17:09:52 [2021-08-20T17:09:52.406Z] === RUN   TestControllerValidateMountVolume
17:09:52 [2021-08-20T17:09:52.406Z] --- PASS: TestControllerValidateMountVolume (0.00s)
17:09:52 [2021-08-20T17:09:52.406Z] === RUN   TestControllerValidateMountTarget
17:09:52 [2021-08-20T17:09:52.406Z] --- PASS: TestControllerValidateMountTarget (0.01s)
17:09:52 [2021-08-20T17:09:52.406Z] === RUN   TestControllerValidateMountTmpfs
17:09:52 [2021-08-20T17:09:52.406Z] --- PASS: TestControllerValidateMountTmpfs (0.00s)
17:09:52 [2021-08-20T17:09:52.406Z] === RUN   TestControllerValidateMountInvalidType
17:09:52 [2021-08-20T17:09:52.406Z] --- PASS: TestControllerValidateMountInvalidType (0.00s)
17:09:52 [2021-08-20T17:09:52.406Z] === RUN   TestControllerValidateMountNamedPipe
17:09:52 [2021-08-20T17:09:52.406Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s)
17:09:52 [2021-08-20T17:09:52.406Z] PASS
17:09:52 [2021-08-20T17:09:52.406Z] coverage: 11.0% of statements
17:09:52 [2021-08-20T17:09:52.406Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	0.742s	coverage: 11.0% of statements
17:09:52 [2021-08-20T17:09:52.862Z] === RUN   TestDiscoveryOptsErrors
17:09:52 [2021-08-20T17:09:52.862Z] --- PASS: TestDiscoveryOptsErrors (0.00s)
17:09:52 [2021-08-20T17:09:52.862Z] === RUN   TestDiscoveryOpts
17:09:52 [2021-08-20T17:09:52.862Z] --- PASS: TestDiscoveryOpts (0.00s)
17:09:52 [2021-08-20T17:09:52.862Z] PASS
17:09:52 [2021-08-20T17:09:52.862Z] coverage: 30.0% of statements
17:09:52 [2021-08-20T17:09:52.862Z] ok  	github.com/docker/docker/daemon/discovery	0.043s	coverage: 30.0% of statements
17:09:53 [2021-08-20T17:09:53.316Z] === RUN   TestEventsLog
17:09:53 [2021-08-20T17:09:53.316Z] --- PASS: TestEventsLog (0.00s)
17:09:53 [2021-08-20T17:09:53.316Z] === RUN   TestEventsLogTimeout
17:09:53 [2021-08-20T17:09:53.316Z] --- PASS: TestEventsLogTimeout (0.00s)
17:09:53 [2021-08-20T17:09:53.316Z] === RUN   TestLogEvents
17:09:53 [2021-08-20T17:09:53.316Z] --- PASS: TestLogEvents (0.05s)
17:09:53 [2021-08-20T17:09:53.316Z] === RUN   TestLoadBufferedEvents
17:09:53 [2021-08-20T17:09:53.316Z] --- PASS: TestLoadBufferedEvents (0.14s)
17:09:53 [2021-08-20T17:09:53.316Z] === RUN   TestLoadBufferedEventsOnlyFromPast
17:09:53 [2021-08-20T17:09:53.316Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s)
17:09:53 [2021-08-20T17:09:53.316Z] === RUN   TestIgnoreBufferedWhenNoTimes
17:09:53 [2021-08-20T17:09:53.316Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s)
17:09:53 [2021-08-20T17:09:53.772Z] PASS
17:09:53 [2021-08-20T17:09:53.772Z] coverage: 50.0% of statements
17:09:53 [2021-08-20T17:09:53.772Z] ok  	github.com/docker/docker/daemon/events	0.273s	coverage: 50.0% of statements
17:09:53 [2021-08-20T17:09:53.772Z] === RUN   TestVerifyNetworkingConfig
17:09:53 [2021-08-20T17:09:53.772Z] --- PASS: TestVerifyNetworkingConfig (0.00s)
17:09:53 [2021-08-20T17:09:53.772Z] === RUN   TestGetContainer
17:09:53 [2021-08-20T17:09:53.772Z] --- PASS: TestGetContainer (0.00s)
17:09:53 [2021-08-20T17:09:53.772Z] === RUN   TestValidContainerNames
17:09:53 [2021-08-20T17:09:53.772Z] --- PASS: TestValidContainerNames (0.00s)
17:09:53 [2021-08-20T17:09:53.772Z] === RUN   TestContainerInitDNS
17:09:53 [2021-08-20T17:09:53.772Z]     daemon_test.go:147: root required
17:09:53 [2021-08-20T17:09:53.772Z] --- SKIP: TestContainerInitDNS (0.00s)
17:09:53 [2021-08-20T17:09:53.772Z] === RUN   TestMerge
17:09:53 [2021-08-20T17:09:53.772Z] --- PASS: TestMerge (0.00s)
17:09:53 [2021-08-20T17:09:53.772Z] === RUN   TestValidateContainerIsolation
17:09:53 [2021-08-20T17:09:53.772Z] --- PASS: TestValidateContainerIsolation (0.00s)
17:09:53 [2021-08-20T17:09:53.772Z] === RUN   TestFindNetworkErrorType
17:09:53 [2021-08-20T17:09:53.772Z] --- PASS: TestFindNetworkErrorType (0.00s)
17:09:53 [2021-08-20T17:09:53.772Z] === RUN   TestEnsureServicesExist
17:09:53 [2021-08-20T17:09:53.772Z] --- PASS: TestEnsureServicesExist (0.00s)
17:09:53 [2021-08-20T17:09:53.772Z] === RUN   TestEnsureServicesExistErrors
17:09:53 [2021-08-20T17:09:53.772Z] === RUN   TestEnsureServicesExistErrors/daemon_windows_test_fakeservice
17:09:53 [2021-08-20T17:09:53.772Z] === RUN   TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2
17:09:53 [2021-08-20T17:09:53.772Z] === RUN   TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice
17:09:53 [2021-08-20T17:09:53.772Z] --- PASS: TestEnsureServicesExistErrors (0.00s)
17:09:53 [2021-08-20T17:09:53.772Z]     --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s)
17:09:53 [2021-08-20T17:09:53.772Z]     --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s)
17:09:53 [2021-08-20T17:09:53.772Z]     --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s)
17:09:53 [2021-08-20T17:09:53.772Z] === RUN   TestContainerDelete
17:09:53 [2021-08-20T17:09:53.772Z] --- PASS: TestContainerDelete (0.00s)
17:09:53 [2021-08-20T17:09:53.772Z] === RUN   TestContainerDoubleDelete
17:09:53 [2021-08-20T17:09:53.772Z] --- PASS: TestContainerDoubleDelete (0.00s)
17:09:53 [2021-08-20T17:09:53.772Z] === RUN   TestLogContainerEventCopyLabels
17:09:53 [2021-08-20T17:09:53.772Z] --- PASS: TestLogContainerEventCopyLabels (0.00s)
17:09:53 [2021-08-20T17:09:53.772Z] === RUN   TestLogContainerEventWithAttributes
17:09:53 [2021-08-20T17:09:53.772Z] --- PASS: TestLogContainerEventWithAttributes (0.00s)
17:09:53 [2021-08-20T17:09:53.772Z] === RUN   TestNoneHealthcheck
17:09:53 [2021-08-20T17:09:53.772Z] --- PASS: TestNoneHealthcheck (0.00s)
17:09:53 [2021-08-20T17:09:53.772Z] === RUN   TestHealthStates
17:09:53 [2021-08-20T17:09:53.772Z] time="2021-08-20T17:09:53Z" 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"
17:09:53 [2021-08-20T17:09:53.772Z] time="2021-08-20T17:09:53Z" 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"
17:09:53 [2021-08-20T17:09:53.772Z] time="2021-08-20T17:09:53Z" 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"
17:09:53 [2021-08-20T17:09:53.772Z] time="2021-08-20T17:09:53Z" 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"
17:09:53 [2021-08-20T17:09:53.772Z] time="2021-08-20T17:09:53Z" 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"
17:09:53 [2021-08-20T17:09:53.772Z] time="2021-08-20T17:09:53Z" 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"
17:09:53 [2021-08-20T17:09:53.772Z] time="2021-08-20T17:09:53Z" 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"
17:09:53 [2021-08-20T17:09:53.772Z] time="2021-08-20T17:09:53Z" 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"
17:09:53 [2021-08-20T17:09:53.772Z] time="2021-08-20T17:09:53Z" 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"
17:09:53 [2021-08-20T17:09:53.772Z] time="2021-08-20T17:09:53Z" 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"
17:09:53 [2021-08-20T17:09:53.772Z] --- PASS: TestHealthStates (0.15s)
17:09:53 [2021-08-20T17:09:53.772Z] === RUN   TestMaskURLCredentials
17:09:53 [2021-08-20T17:09:53.772Z] --- PASS: TestMaskURLCredentials (0.00s)
17:09:53 [2021-08-20T17:09:53.772Z] === RUN   TestGetInspectData
17:09:53 [2021-08-20T17:09:53.772Z] --- PASS: TestGetInspectData (0.00s)
17:09:53 [2021-08-20T17:09:53.772Z] === RUN   TestFillLicense
17:09:53 [2021-08-20T17:09:53.772Z] --- PASS: TestFillLicense (0.00s)
17:09:53 [2021-08-20T17:09:53.772Z] === RUN   TestListInvalidFilter
17:09:53 [2021-08-20T17:09:53.772Z] --- PASS: TestListInvalidFilter (0.00s)
17:09:53 [2021-08-20T17:09:53.772Z] === RUN   TestNameFilter
17:09:53 [2021-08-20T17:09:53.772Z] --- PASS: TestNameFilter (0.00s)
17:09:53 [2021-08-20T17:09:53.772Z] === RUN   TestMergeAndVerifyLogConfigNilConfig
17:09:53 [2021-08-20T17:09:53.772Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s)
17:09:53 [2021-08-20T17:09:53.772Z] === RUN   TestSetWindowsCredentialSpecInSpec
17:09:53 [2021-08-20T17:09:53.772Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options
17:09:53 [2021-08-20T17:09:53.772Z] === RUN   TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option
17:09:53 [2021-08-20T17:09:53.772Z] === RUN   TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path
17:09:53 [2021-08-20T17:09:53.772Z] === RUN   TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory
17:09:53 [2021-08-20T17:09:53.772Z] === RUN   TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully
17:09:53 [2021-08-20T17:09:53.772Z] === RUN   TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option
17:09:53 [2021-08-20T17:09:53.772Z] === RUN   TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully
17:09:53 [2021-08-20T17:09:53.772Z] === RUN   TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully
17:09:53 [2021-08-20T17:09:53.772Z] === RUN   TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully
17:09:53 [2021-08-20T17:09:53.772Z] === RUN   TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option
17:09:53 [2021-08-20T17:09:53.772Z] === 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
17:09:53 [2021-08-20T17:09:53.772Z] === RUN   TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option
17:09:53 [2021-08-20T17:09:53.772Z] === RUN   TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names
17:09:53 [2021-08-20T17:09:53.772Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options
17:09:53 [2021-08-20T17:09:53.772Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options
17:09:53 [2021-08-20T17:09:53.772Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file
17:09:53 [2021-08-20T17:09:53.772Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry
17:09:53 [2021-08-20T17:09:53.772Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config
17:09:53 [2021-08-20T17:09:53.772Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw
17:09:53 [2021-08-20T17:09:53.772Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.01s)
17:09:53 [2021-08-20T17:09:53.772Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s)
17:09:53 [2021-08-20T17:09:53.772Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s)
17:09:53 [2021-08-20T17:09:53.772Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s)
17:09:53 [2021-08-20T17:09:53.772Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s)
17:09:53 [2021-08-20T17:09:53.772Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s)
17:09:53 [2021-08-20T17:09:53.772Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s)
17:09:53 [2021-08-20T17:09:53.772Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s)
17:09:53 [2021-08-20T17:09:53.772Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s)
17:09:53 [2021-08-20T17:09:53.772Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s)
17:09:53 [2021-08-20T17:09:53.772Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s)
17:09:53 [2021-08-20T17:09:53.772Z]     --- 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)
17:09:53 [2021-08-20T17:09:53.772Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s)
17:09:53 [2021-08-20T17:09:53.772Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s)
17:09:53 [2021-08-20T17:09:53.772Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s)
17:09:53 [2021-08-20T17:09:53.772Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s)
17:09:53 [2021-08-20T17:09:53.772Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s)
17:09:53 [2021-08-20T17:09:53.772Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s)
17:09:53 [2021-08-20T17:09:53.772Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s)
17:09:53 [2021-08-20T17:09:53.772Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s)
17:09:53 [2021-08-20T17:09:53.772Z] === RUN   TestDaemonReloadLabels
17:09:53 [2021-08-20T17:09:53.772Z] --- PASS: TestDaemonReloadLabels (0.00s)
17:09:53 [2021-08-20T17:09:53.772Z] === RUN   TestDaemonReloadAllowNondistributableArtifacts
17:09:53 [2021-08-20T17:09:53.772Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s)
17:09:53 [2021-08-20T17:09:53.772Z] === RUN   TestDaemonReloadMirrors
17:09:53 [2021-08-20T17:09:53.772Z] --- PASS: TestDaemonReloadMirrors (0.00s)
17:09:53 [2021-08-20T17:09:53.772Z] === RUN   TestDaemonReloadInsecureRegistries
17:09:53 [2021-08-20T17:09:53.772Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s)
17:09:53 [2021-08-20T17:09:53.772Z] === RUN   TestDaemonReloadNotAffectOthers
17:09:53 [2021-08-20T17:09:53.772Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s)
17:09:53 [2021-08-20T17:09:53.772Z] === RUN   TestDaemonDiscoveryReload
17:09:54 [2021-08-20T17:09:54.229Z] === RUN   TestIsEmptyDir
17:09:54 [2021-08-20T17:09:54.229Z] --- PASS: TestIsEmptyDir (0.01s)
17:09:54 [2021-08-20T17:09:54.229Z] PASS
17:09:54 [2021-08-20T17:09:54.229Z] coverage: 2.3% of statements
17:09:54 [2021-08-20T17:09:54.229Z] ok  	github.com/docker/docker/daemon/graphdriver	0.047s	coverage: 2.3% of statements
17:09:54 [2021-08-20T17:09:54.229Z] === RUN   TestLinkNaming
17:09:54 [2021-08-20T17:09:54.229Z] --- PASS: TestLinkNaming (0.00s)
17:09:54 [2021-08-20T17:09:54.229Z] === RUN   TestLinkNew
17:09:54 [2021-08-20T17:09:54.229Z] --- PASS: TestLinkNew (0.00s)
17:09:54 [2021-08-20T17:09:54.229Z] === RUN   TestLinkEnv
17:09:54 [2021-08-20T17:09:54.229Z] --- PASS: TestLinkEnv (0.00s)
17:09:54 [2021-08-20T17:09:54.229Z] === RUN   TestLinkMultipleEnv
17:09:54 [2021-08-20T17:09:54.229Z] --- PASS: TestLinkMultipleEnv (0.00s)
17:09:54 [2021-08-20T17:09:54.229Z] === RUN   TestLinkPortRangeEnv
17:09:54 [2021-08-20T17:09:54.229Z] --- PASS: TestLinkPortRangeEnv (0.00s)
17:09:54 [2021-08-20T17:09:54.229Z] PASS
17:09:54 [2021-08-20T17:09:54.229Z] coverage: 93.0% of statements
17:09:54 [2021-08-20T17:09:54.229Z] ok  	github.com/docker/docker/daemon/links	0.037s	coverage: 93.0% of statements
17:09:54 [2021-08-20T17:09:54.686Z] --- PASS: TestDaemonDiscoveryReload (1.00s)
17:09:54 [2021-08-20T17:09:54.687Z] === RUN   TestDaemonDiscoveryReloadFromEmptyDiscovery
17:09:55 [2021-08-20T17:09:55.143Z] --- PASS: TestDaemonDiscoveryReloadFromEmptyDiscovery (0.50s)
17:09:55 [2021-08-20T17:09:55.143Z] === RUN   TestDaemonDiscoveryReloadOnlyClusterAdvertise
17:09:55 [2021-08-20T17:09:55.144Z] === RUN   TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine
17:09:56 [2021-08-20T17:09:56.105Z] --- PASS: TestDaemonDiscoveryReloadOnlyClusterAdvertise (0.50s)
17:09:56 [2021-08-20T17:09:56.105Z] === RUN   TestDaemonReloadNetworkDiagnosticPort
17:09:56 [2021-08-20T17:09:56.105Z]     reload_test.go:520: root required
17:09:56 [2021-08-20T17:09:56.105Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s)
17:09:56 [2021-08-20T17:09:56.105Z] === RUN   TestLoadOrCreateTrustKeyInvalidKeyFile
17:09:56 [2021-08-20T17:09:56.105Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.00s)
17:09:56 [2021-08-20T17:09:56.105Z] === RUN   TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist
17:09:56 [2021-08-20T17:09:56.105Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.02s)
17:09:56 [2021-08-20T17:09:56.105Z] === RUN   TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist
17:09:56 [2021-08-20T17:09:56.105Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.01s)
17:09:56 [2021-08-20T17:09:56.105Z] === RUN   TestLoadOrCreateTrustKeyCreateKeyNoPath
17:09:56 [2021-08-20T17:09:56.105Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.01s)
17:09:56 [2021-08-20T17:09:56.105Z] === RUN   TestLoadOrCreateTrustKeyLoadValidKey
17:09:56 [2021-08-20T17:09:56.105Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s)
17:09:56 [2021-08-20T17:09:56.105Z] === RUN   TestParseVolumesFrom
17:09:56 [2021-08-20T17:09:56.105Z] --- PASS: TestParseVolumesFrom (0.00s)
17:09:56 [2021-08-20T17:09:56.105Z] PASS
17:09:56 [2021-08-20T17:09:56.105Z] coverage: 9.1% of statements
17:09:56 [2021-08-20T17:09:56.105Z] ok  	github.com/docker/docker/daemon	2.371s	coverage: 9.1% of statements
17:09:56 [2021-08-20T17:09:56.105Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
17:09:56 [2021-08-20T17:09:56.105Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
17:09:56 [2021-08-20T17:09:56.105Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
17:09:56 [2021-08-20T17:09:56.105Z] ?   	github.com/docker/docker/daemon/exec	[no test files]
17:09:56 [2021-08-20T17:09:56.105Z] ?   	github.com/docker/docker/daemon/graphdriver/btrfs	[no test files]
17:09:56 [2021-08-20T17:09:56.105Z] ?   	github.com/docker/docker/daemon/graphdriver/devmapper	[no test files]
17:09:56 [2021-08-20T17:09:56.105Z] ?   	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	[no test files]
17:09:56 [2021-08-20T17:09:56.105Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
17:09:56 [2021-08-20T17:09:56.105Z] ?   	github.com/docker/docker/daemon/graphdriver/overlay	[no test files]
17:09:56 [2021-08-20T17:09:56.105Z] ?   	github.com/docker/docker/daemon/graphdriver/overlay2	[no test files]
17:09:56 [2021-08-20T17:09:56.105Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
17:09:56 [2021-08-20T17:09:56.105Z] ?   	github.com/docker/docker/daemon/graphdriver/vfs	[no test files]
17:09:56 [2021-08-20T17:09:56.105Z] ?   	github.com/docker/docker/daemon/graphdriver/windows	[no test files]
17:09:56 [2021-08-20T17:09:56.105Z] ?   	github.com/docker/docker/daemon/graphdriver/zfs	[no test files]
17:09:56 [2021-08-20T17:09:56.278Z] .........                                                                [ 86%]
17:09:56 [2021-08-20T17:09:56.561Z] === RUN   TestSearchRegistryForImagesErrors
17:09:56 [2021-08-20T17:09:56.561Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s)
17:09:56 [2021-08-20T17:09:56.561Z] === RUN   TestSearchRegistryForImages
17:09:56 [2021-08-20T17:09:56.561Z] --- PASS: TestSearchRegistryForImages (0.00s)
17:09:56 [2021-08-20T17:09:56.561Z] === RUN   TestOnlyPlatformWithFallback
17:09:56 [2021-08-20T17:09:56.561Z] --- PASS: TestOnlyPlatformWithFallback (0.00s)
17:09:56 [2021-08-20T17:09:56.561Z] === RUN   TestImageDelete
17:09:56 [2021-08-20T17:09:56.561Z] === RUN   TestImageDelete/no_lease
17:09:56 [2021-08-20T17:09:56.561Z] === RUN   TestNewStreamConfig
17:09:56 [2021-08-20T17:09:56.561Z] === RUN   TestNewStreamConfig/defaults
17:09:56 [2021-08-20T17:09:56.561Z] === RUN   TestImageDelete/lease_exists
17:09:56 [2021-08-20T17:09:56.561Z] === RUN   TestNewStreamConfig/invalid_create_group
17:09:56 [2021-08-20T17:09:56.561Z] === RUN   TestNewStreamConfig/invalid_flush_interval
17:09:56 [2021-08-20T17:09:56.561Z] === RUN   TestNewStreamConfig/invalid_max_buffered_events
17:09:56 [2021-08-20T17:09:56.561Z] === RUN   TestNewStreamConfig/invalid_multiline_pattern
17:09:56 [2021-08-20T17:09:56.561Z] === RUN   TestNewStreamConfig/flush_interval_at_15
17:09:56 [2021-08-20T17:09:56.561Z] === RUN   TestAdapterReadLogs
17:09:56 [2021-08-20T17:09:56.561Z] === RUN   TestNewStreamConfig/max_buffered_events_at_1024
17:09:56 [2021-08-20T17:09:56.561Z] --- PASS: TestNewStreamConfig (0.00s)
17:09:56 [2021-08-20T17:09:56.561Z]     --- PASS: TestNewStreamConfig/defaults (0.00s)
17:09:56 [2021-08-20T17:09:56.561Z]     --- PASS: TestNewStreamConfig/invalid_create_group (0.00s)
17:09:56 [2021-08-20T17:09:56.561Z]     --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s)
17:09:56 [2021-08-20T17:09:56.561Z]     --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s)
17:09:56 [2021-08-20T17:09:56.561Z]     --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s)
17:09:56 [2021-08-20T17:09:56.561Z]     --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s)
17:09:56 [2021-08-20T17:09:56.561Z]     --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s)
17:09:56 [2021-08-20T17:09:56.561Z] === RUN   TestNewAWSLogsClientUserAgentHandler
17:09:56 [2021-08-20T17:09:56.561Z] --- PASS: TestAdapterReadLogs (0.00s)
17:09:56 [2021-08-20T17:09:56.561Z] === RUN   TestCopier
17:09:56 [2021-08-20T17:09:56.561Z] --- PASS: TestCopier (0.00s)
17:09:56 [2021-08-20T17:09:56.561Z] === RUN   TestCopierLongLines
17:09:56 [2021-08-20T17:09:56.561Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s)
17:09:56 [2021-08-20T17:09:56.561Z] === RUN   TestNewAWSLogsClientAWSLogsEndpoint
17:09:56 [2021-08-20T17:09:56.561Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s)
17:09:56 [2021-08-20T17:09:56.561Z] === RUN   TestNewAWSLogsClientRegionDetect
17:09:56 [2021-08-20T17:09:56.561Z] --- PASS: TestCopierLongLines (0.00s)
17:09:56 [2021-08-20T17:09:56.561Z] === RUN   TestCopierSlow
17:09:56 [2021-08-20T17:09:56.561Z] --- PASS: TestImageDelete (0.04s)
17:09:56 [2021-08-20T17:09:56.561Z]     --- PASS: TestImageDelete/no_lease (0.01s)
17:09:56 [2021-08-20T17:09:56.561Z]     --- PASS: TestImageDelete/lease_exists (0.02s)
17:09:56 [2021-08-20T17:09:56.561Z] === RUN   TestContentStoreForPull
17:09:56 [2021-08-20T17:09:56.561Z] time="2021-08-20T17:09:56Z" level=info msg="Trying to get region from EC2 Metadata"
17:09:56 [2021-08-20T17:09:56.561Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.13s)
17:09:56 [2021-08-20T17:09:56.561Z] === RUN   TestCreateSuccess
17:09:56 [2021-08-20T17:09:56.561Z] --- PASS: TestCreateSuccess (0.00s)
17:09:56 [2021-08-20T17:09:56.561Z] === RUN   TestCreateStreamSkipped
17:09:56 [2021-08-20T17:09:56.561Z] time="2021-08-20T17:09:56Z" level=info msg="Skipping creating log stream" logCreateStream=false logGroupName=groupName logStreamName=streamName
17:09:56 [2021-08-20T17:09:56.561Z] --- PASS: TestCreateStreamSkipped (0.00s)
17:09:56 [2021-08-20T17:09:56.561Z] === RUN   TestCreateLogGroupSuccess
17:09:56 [2021-08-20T17:09:56.561Z] --- PASS: TestCreateLogGroupSuccess (0.00s)
17:09:56 [2021-08-20T17:09:56.561Z] === RUN   TestCreateError
17:09:56 [2021-08-20T17:09:56.561Z] --- PASS: TestCreateError (0.00s)
17:09:56 [2021-08-20T17:09:56.561Z] === RUN   TestCreateAlreadyExists
17:09:56 [2021-08-20T17:09:56.561Z] time="2021-08-20T17:09:56Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="<nil>"
17:09:56 [2021-08-20T17:09:56.561Z] --- PASS: TestCreateAlreadyExists (0.00s)
17:09:56 [2021-08-20T17:09:56.561Z] === RUN   TestLogClosed
17:09:56 [2021-08-20T17:09:56.561Z] --- PASS: TestLogClosed (0.00s)
17:09:56 [2021-08-20T17:09:56.561Z] === RUN   TestLogBlocking
17:09:56 [2021-08-20T17:09:56.561Z] --- PASS: TestLogBlocking (0.00s)
17:09:56 [2021-08-20T17:09:56.561Z] === RUN   TestLogNonBlockingBufferEmpty
17:09:56 [2021-08-20T17:09:56.561Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s)
17:09:56 [2021-08-20T17:09:56.561Z] === RUN   TestLogNonBlockingBufferFull
17:09:56 [2021-08-20T17:09:56.561Z] --- PASS: TestLogNonBlockingBufferFull (0.00s)
17:09:56 [2021-08-20T17:09:56.561Z] === RUN   TestPublishBatchSuccess
17:09:56 [2021-08-20T17:09:56.561Z] --- PASS: TestPublishBatchSuccess (0.00s)
17:09:56 [2021-08-20T17:09:56.561Z] === RUN   TestPublishBatchError
17:09:56 [2021-08-20T17:09:56.561Z] time="2021-08-20T17:09:56Z" level=error msg=Error
17:09:56 [2021-08-20T17:09:56.561Z] --- PASS: TestPublishBatchError (0.00s)
17:09:56 [2021-08-20T17:09:56.561Z] === RUN   TestPublishBatchInvalidSeqSuccess
17:09:56 [2021-08-20T17:09:56.561Z] time="2021-08-20T17:09:56Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="<nil>"
17:09:56 [2021-08-20T17:09:56.561Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s)
17:09:56 [2021-08-20T17:09:56.561Z] === RUN   TestPublishBatchAlreadyAccepted
17:09:56 [2021-08-20T17:09:56.562Z] time="2021-08-20T17:09:56Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="<nil>"
17:09:56 [2021-08-20T17:09:56.562Z] time="2021-08-20T17:09:56Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token"
17:09:56 [2021-08-20T17:09:56.562Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s)
17:09:56 [2021-08-20T17:09:56.562Z] === RUN   TestCollectBatchSimple
17:09:56 [2021-08-20T17:09:56.562Z] --- PASS: TestCollectBatchSimple (0.00s)
17:09:56 [2021-08-20T17:09:56.562Z] === RUN   TestCollectBatchTicker
17:09:56 [2021-08-20T17:09:56.562Z] --- PASS: TestCollectBatchTicker (0.00s)
17:09:56 [2021-08-20T17:09:56.562Z] === RUN   TestCollectBatchMultilinePattern
17:09:56 [2021-08-20T17:09:56.562Z] --- PASS: TestCollectBatchMultilinePattern (0.00s)
17:09:56 [2021-08-20T17:09:56.562Z] === RUN   TestCollectBatchMultilinePatternMaxEventAge
17:09:56 [2021-08-20T17:09:56.562Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s)
17:09:56 [2021-08-20T17:09:56.562Z] === RUN   TestCollectBatchMultilinePatternNegativeEventAge
17:09:56 [2021-08-20T17:09:56.562Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s)
17:09:56 [2021-08-20T17:09:56.562Z] === RUN   TestCollectBatchMultilinePatternMaxEventSize
17:09:56 [2021-08-20T17:09:56.562Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.01s)
17:09:56 [2021-08-20T17:09:56.562Z] === RUN   TestCollectBatchClose
17:09:56 [2021-08-20T17:09:56.562Z] --- PASS: TestCollectBatchClose (0.00s)
17:09:56 [2021-08-20T17:09:56.562Z] === RUN   TestEffectiveLen
17:09:56 [2021-08-20T17:09:56.562Z] === RUN   TestEffectiveLen/0/Hello
17:09:56 [2021-08-20T17:09:56.562Z] === RUN   TestEffectiveLen/1/\x01\x02\x03\x04
17:09:56 [2021-08-20T17:09:56.562Z] === RUN   TestEffectiveLen/2/🙃
17:09:56 [2021-08-20T17:09:56.562Z] === RUN   TestEffectiveLen/3/����
17:09:56 [2021-08-20T17:09:56.562Z] === RUN   TestEffectiveLen/4/He��o
17:09:56 [2021-08-20T17:09:56.562Z] === RUN   TestEffectiveLen/5/
17:09:56 [2021-08-20T17:09:56.562Z] --- PASS: TestEffectiveLen (0.00s)
17:09:56 [2021-08-20T17:09:56.562Z]     --- PASS: TestEffectiveLen/0/Hello (0.00s)
17:09:56 [2021-08-20T17:09:56.562Z]     --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s)
17:09:56 [2021-08-20T17:09:56.562Z]     --- PASS: TestEffectiveLen/2/🙃 (0.00s)
17:09:56 [2021-08-20T17:09:56.562Z]     --- PASS: TestEffectiveLen/3/���� (0.00s)
17:09:56 [2021-08-20T17:09:56.562Z]     --- PASS: TestEffectiveLen/4/He��o (0.00s)
17:09:56 [2021-08-20T17:09:56.562Z]     --- PASS: TestEffectiveLen/5/ (0.00s)
17:09:56 [2021-08-20T17:09:56.562Z] === RUN   TestFindValidSplit
17:09:56 [2021-08-20T17:09:56.562Z] === RUN   TestFindValidSplit/0/
17:09:56 [2021-08-20T17:09:56.562Z]     cloudwatchlogs_test.go:1064: 
17:09:56 [2021-08-20T17:09:56.562Z]     cloudwatchlogs_test.go:1065: 
17:09:56 [2021-08-20T17:09:56.562Z] === RUN   TestFindValidSplit/1/Hello
17:09:56 [2021-08-20T17:09:56.562Z]     cloudwatchlogs_test.go:1064: Hello
17:09:56 [2021-08-20T17:09:56.562Z]     cloudwatchlogs_test.go:1065: 
17:09:56 [2021-08-20T17:09:56.562Z] === RUN   TestFindValidSplit/2/Hello
17:09:56 [2021-08-20T17:09:56.562Z]     cloudwatchlogs_test.go:1064: He
17:09:56 [2021-08-20T17:09:56.562Z]     cloudwatchlogs_test.go:1065: llo
17:09:56 [2021-08-20T17:09:56.562Z] === RUN   TestFindValidSplit/3/Hello
17:09:56 [2021-08-20T17:09:56.562Z]     cloudwatchlogs_test.go:1064: 
17:09:56 [2021-08-20T17:09:56.562Z]     cloudwatchlogs_test.go:1065: Hello
17:09:56 [2021-08-20T17:09:56.562Z] === RUN   TestFindValidSplit/4/🙃
17:09:56 [2021-08-20T17:09:56.562Z]     cloudwatchlogs_test.go:1064: 
17:09:56 [2021-08-20T17:09:56.562Z]     cloudwatchlogs_test.go:1065: 🙃
17:09:56 [2021-08-20T17:09:56.562Z] === RUN   TestFindValidSplit/5/🙃
17:09:56 [2021-08-20T17:09:56.562Z]     cloudwatchlogs_test.go:1064: 🙃
17:09:56 [2021-08-20T17:09:56.562Z]     cloudwatchlogs_test.go:1065: 
17:09:56 [2021-08-20T17:09:56.562Z] === RUN   TestFindValidSplit/6/a�
17:09:56 [2021-08-20T17:09:56.562Z]     cloudwatchlogs_test.go:1064: a
17:09:56 [2021-08-20T17:09:56.562Z]     cloudwatchlogs_test.go:1065: �
17:09:56 [2021-08-20T17:09:56.562Z] === RUN   TestFindValidSplit/7/a�
17:09:56 [2021-08-20T17:09:56.562Z]     cloudwatchlogs_test.go:1064: a�
17:09:56 [2021-08-20T17:09:56.562Z]     cloudwatchlogs_test.go:1065: 
17:09:56 [2021-08-20T17:09:56.562Z] --- PASS: TestFindValidSplit (0.00s)
17:09:56 [2021-08-20T17:09:56.562Z]     --- PASS: TestFindValidSplit/0/ (0.00s)
17:09:56 [2021-08-20T17:09:56.562Z]     --- PASS: TestFindValidSplit/1/Hello (0.00s)
17:09:56 [2021-08-20T17:09:56.562Z]     --- PASS: TestFindValidSplit/2/Hello (0.00s)
17:09:56 [2021-08-20T17:09:56.562Z]     --- PASS: TestFindValidSplit/3/Hello (0.00s)
17:09:56 [2021-08-20T17:09:56.562Z]     --- PASS: TestFindValidSplit/4/🙃 (0.00s)
17:09:56 [2021-08-20T17:09:56.562Z]     --- PASS: TestFindValidSplit/5/🙃 (0.00s)
17:09:56 [2021-08-20T17:09:56.562Z]     --- PASS: TestFindValidSplit/6/a� (0.00s)
17:09:56 [2021-08-20T17:09:56.562Z]     --- PASS: TestFindValidSplit/7/a� (0.00s)
17:09:56 [2021-08-20T17:09:56.562Z] === RUN   TestProcessEventEmoji
17:09:56 [2021-08-20T17:09:56.562Z] --- PASS: TestProcessEventEmoji (0.00s)
17:09:56 [2021-08-20T17:09:56.562Z] === RUN   TestCollectBatchLineSplit
17:09:56 [2021-08-20T17:09:56.562Z] --- PASS: TestCollectBatchLineSplit (0.00s)
17:09:56 [2021-08-20T17:09:56.562Z] === RUN   TestCollectBatchLineSplitWithBinary
17:09:56 [2021-08-20T17:09:56.562Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.00s)
17:09:56 [2021-08-20T17:09:56.562Z] === RUN   TestCollectBatchMaxEvents
17:09:56 [2021-08-20T17:09:56.562Z] --- PASS: TestCollectBatchMaxEvents (0.03s)
17:09:56 [2021-08-20T17:09:56.562Z] === RUN   TestCollectBatchMaxTotalBytes
17:09:56 [2021-08-20T17:09:56.562Z] --- PASS: TestContentStoreForPull (0.16s)
17:09:56 [2021-08-20T17:09:56.562Z] PASS
17:09:56 [2021-08-20T17:09:56.562Z] coverage: 6.7% of statements
17:09:56 [2021-08-20T17:09:56.562Z] --- PASS: TestCollectBatchMaxTotalBytes (0.01s)
17:09:56 [2021-08-20T17:09:56.562Z] === RUN   TestCollectBatchMaxTotalBytesWithBinary
17:09:56 [2021-08-20T17:09:56.562Z] ok  	github.com/docker/docker/daemon/images	0.270s	coverage: 6.7% of statements
17:09:56 [2021-08-20T17:09:56.562Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.01s)
17:09:56 [2021-08-20T17:09:56.562Z] === RUN   TestCollectBatchWithDuplicateTimestamps
17:09:56 [2021-08-20T17:09:56.562Z] --- PASS: TestCopierSlow (0.20s)
17:09:56 [2021-08-20T17:09:56.562Z] === RUN   TestCopierWithSized
17:09:56 [2021-08-20T17:09:56.562Z] === RUN   TestCopierWithSized/as_is
17:09:56 [2021-08-20T17:09:56.562Z] === RUN   TestCopierWithSized/With_RingLogger
17:09:56 [2021-08-20T17:09:56.562Z] --- PASS: TestCopierWithSized (0.01s)
17:09:56 [2021-08-20T17:09:56.562Z]     --- PASS: TestCopierWithSized/as_is (0.00s)
17:09:56 [2021-08-20T17:09:56.562Z]     --- PASS: TestCopierWithSized/With_RingLogger (0.01s)
17:09:56 [2021-08-20T17:09:56.562Z] === RUN   TestCopierWithPartial
17:09:56 [2021-08-20T17:09:56.562Z] --- PASS: TestCopierWithPartial (0.01s)
17:09:56 [2021-08-20T17:09:56.562Z] === RUN   TestRingLogger
17:09:56 [2021-08-20T17:09:56.562Z] --- PASS: TestRingLogger (0.00s)
17:09:56 [2021-08-20T17:09:56.562Z] === RUN   TestRingCap
17:09:56 [2021-08-20T17:09:56.562Z] --- PASS: TestRingCap (0.00s)
17:09:56 [2021-08-20T17:09:56.562Z] === RUN   TestRingClose
17:09:56 [2021-08-20T17:09:56.562Z] --- PASS: TestRingClose (0.00s)
17:09:56 [2021-08-20T17:09:56.562Z] === RUN   TestRingDrain
17:09:56 [2021-08-20T17:09:56.562Z] --- PASS: TestRingDrain (0.00s)
17:09:56 [2021-08-20T17:09:56.562Z] PASS
17:09:56 [2021-08-20T17:09:56.562Z] coverage: 43.8% of statements
17:09:56 [2021-08-20T17:09:56.562Z] ok  	github.com/docker/docker/daemon/logger	0.266s	coverage: 43.8% of statements
17:09:56 [2021-08-20T17:09:56.562Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.04s)
17:09:56 [2021-08-20T17:09:56.562Z] === RUN   TestParseLogOptionsMultilinePattern
17:09:56 [2021-08-20T17:09:56.562Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s)
17:09:56 [2021-08-20T17:09:56.562Z] === RUN   TestParseLogOptionsDatetimeFormat
17:09:56 [2021-08-20T17:09:56.562Z] === RUN   TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT
17:09:56 [2021-08-20T17:09:56.562Z] === RUN   TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200
17:09:56 [2021-08-20T17:09:56.562Z] === RUN   TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec
17:09:56 [2021-08-20T17:09:56.562Z] === RUN   TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December
17:09:56 [2021-08-20T17:09:56.562Z] === RUN   TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday
17:09:56 [2021-08-20T17:09:56.562Z] === RUN   TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun
17:09:56 [2021-08-20T17:09:56.562Z] === RUN   TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091
17:09:56 [2021-08-20T17:09:56.562Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s)
17:09:56 [2021-08-20T17:09:56.562Z]     --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s)
17:09:56 [2021-08-20T17:09:56.562Z]     --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s)
17:09:56 [2021-08-20T17:09:56.562Z]     --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s)
17:09:56 [2021-08-20T17:09:56.562Z]     --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s)
17:09:56 [2021-08-20T17:09:56.562Z]     --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s)
17:09:56 [2021-08-20T17:09:56.562Z]     --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s)
17:09:56 [2021-08-20T17:09:56.562Z]     --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s)
17:09:56 [2021-08-20T17:09:56.562Z] === RUN   TestValidateLogOptionsDatetimeFormatAndMultilinePattern
17:09:56 [2021-08-20T17:09:56.562Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s)
17:09:56 [2021-08-20T17:09:56.562Z] === RUN   TestValidateLogOptionsForceFlushIntervalSeconds
17:09:56 [2021-08-20T17:09:56.562Z] === RUN   TestValidateLogOptionsForceFlushIntervalSeconds/0
17:09:56 [2021-08-20T17:09:56.562Z] === RUN   TestValidateLogOptionsForceFlushIntervalSeconds/-1
17:09:56 [2021-08-20T17:09:56.562Z] === RUN   TestValidateLogOptionsForceFlushIntervalSeconds/a
17:09:56 [2021-08-20T17:09:56.562Z] === RUN   TestValidateLogOptionsForceFlushIntervalSeconds/10
17:09:56 [2021-08-20T17:09:56.562Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s)
17:09:56 [2021-08-20T17:09:56.562Z]     --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s)
17:09:56 [2021-08-20T17:09:56.562Z]     --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s)
17:09:56 [2021-08-20T17:09:56.562Z]     --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s)
17:09:56 [2021-08-20T17:09:56.562Z]     --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s)
17:09:56 [2021-08-20T17:09:56.562Z] === RUN   TestValidateLogOptionsMaxBufferedEvents
17:09:56 [2021-08-20T17:09:56.562Z] === RUN   TestValidateLogOptionsMaxBufferedEvents/0
17:09:56 [2021-08-20T17:09:56.562Z] === RUN   TestValidateLogOptionsMaxBufferedEvents/-1
17:09:56 [2021-08-20T17:09:56.562Z] === RUN   TestValidateLogOptionsMaxBufferedEvents/a
17:09:56 [2021-08-20T17:09:56.562Z] === RUN   TestValidateLogOptionsMaxBufferedEvents/10
17:09:56 [2021-08-20T17:09:56.562Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s)
17:09:56 [2021-08-20T17:09:56.562Z]     --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s)
17:09:56 [2021-08-20T17:09:56.562Z]     --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s)
17:09:56 [2021-08-20T17:09:56.562Z]     --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s)
17:09:56 [2021-08-20T17:09:56.562Z]     --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s)
17:09:56 [2021-08-20T17:09:56.562Z] === RUN   TestCreateTagSuccess
17:09:56 [2021-08-20T17:09:56.562Z] --- PASS: TestCreateTagSuccess (0.00s)
17:09:56 [2021-08-20T17:09:56.562Z] === RUN   TestNewAWSLogsClientCredentialEndpointDetect
17:09:56 [2021-08-20T17:09:56.562Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s)
17:09:56 [2021-08-20T17:09:56.562Z] === RUN   TestNewAWSLogsClientCredentialEnvironmentVariable
17:09:56 [2021-08-20T17:09:56.562Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s)
17:09:56 [2021-08-20T17:09:56.562Z] === RUN   TestNewAWSLogsClientCredentialSharedFile
17:09:56 [2021-08-20T17:09:56.562Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
17:09:56 [2021-08-20T17:09:56.562Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
17:09:56 [2021-08-20T17:09:56.562Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s)
17:09:56 [2021-08-20T17:09:56.562Z] PASS
17:09:56 [2021-08-20T17:09:56.562Z] coverage: 77.0% of statements
17:09:56 [2021-08-20T17:09:56.562Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.313s	coverage: 77.0% of statements
17:09:56 [2021-08-20T17:09:56.562Z] ?   	github.com/docker/docker/daemon/logger/etwlogs	[no test files]
17:09:56 [2021-08-20T17:09:56.562Z] ?   	github.com/docker/docker/daemon/logger/fluentd	[no test files]
17:09:56 [2021-08-20T17:09:56.562Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
17:09:56 [2021-08-20T17:09:56.562Z] ?   	github.com/docker/docker/daemon/logger/gelf	[no test files]
17:09:56 [2021-08-20T17:09:56.562Z] ?   	github.com/docker/docker/daemon/logger/journald	[no test files]
17:09:56 [2021-08-20T17:09:56.772Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.43s)
17:09:56 [2021-08-20T17:09:56.772Z] === RUN   TestCreateServiceSecretFileMode
17:09:57 [2021-08-20T17:09:57.024Z] === RUN   TestJSONFileLogger
17:09:57 [2021-08-20T17:09:57.024Z] --- PASS: TestJSONFileLogger (0.00s)
17:09:57 [2021-08-20T17:09:57.024Z] === RUN   TestJSONFileLoggerWithTags
17:09:57 [2021-08-20T17:09:57.024Z] --- PASS: TestJSONFileLoggerWithTags (0.00s)
17:09:57 [2021-08-20T17:09:57.024Z] === RUN   TestJSONFileLoggerWithOpts
17:09:57 [2021-08-20T17:09:57.024Z] --- PASS: TestJSONFileLoggerWithOpts (0.01s)
17:09:57 [2021-08-20T17:09:57.024Z] === RUN   TestJSONFileLoggerWithLabelsEnv
17:09:57 [2021-08-20T17:09:57.024Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s)
17:09:57 [2021-08-20T17:09:57.024Z] === RUN   TestEncodeDecode
17:09:57 [2021-08-20T17:09:57.024Z] === PAUSE TestEncodeDecode
17:09:57 [2021-08-20T17:09:57.024Z] === RUN   TestUnexpectedEOF
17:09:57 [2021-08-20T17:09:57.479Z] time="2021-08-20T17:09:57Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0
17:09:57 [2021-08-20T17:09:57.479Z] time="2021-08-20T17:09:57Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0
17:09:57 [2021-08-20T17:09:57.479Z] --- PASS: TestUnexpectedEOF (0.14s)
17:09:57 [2021-08-20T17:09:57.479Z] === CONT  TestEncodeDecode
17:09:57 [2021-08-20T17:09:57.479Z] --- PASS: TestEncodeDecode (0.00s)
17:09:57 [2021-08-20T17:09:57.479Z] PASS
17:09:57 [2021-08-20T17:09:57.479Z] coverage: 69.9% of statements
17:09:57 [2021-08-20T17:09:57.479Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.208s	coverage: 69.9% of statements
17:09:57 [2021-08-20T17:09:57.479Z] === RUN   TestJSONLogsMarshalJSONBuf
17:09:57 [2021-08-20T17:09:57.479Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s)
17:09:57 [2021-08-20T17:09:57.479Z] === RUN   TestFastTimeMarshalJSONWithInvalidYear
17:09:57 [2021-08-20T17:09:57.479Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.14s)
17:09:57 [2021-08-20T17:09:57.479Z] === RUN   TestFastTimeMarshalJSON
17:09:57 [2021-08-20T17:09:57.479Z] --- PASS: TestFastTimeMarshalJSON (0.01s)
17:09:57 [2021-08-20T17:09:57.479Z] PASS
17:09:57 [2021-08-20T17:09:57.479Z] coverage: 87.2% of statements
17:09:57 [2021-08-20T17:09:57.479Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.175s	coverage: 87.2% of statements
17:09:57 [2021-08-20T17:09:57.708Z] --- PASS: TestCreateServiceSecretFileMode (2.67s)
17:09:57 [2021-08-20T17:09:57.708Z] === RUN   TestCreateServiceConfigFileMode
17:09:57 [2021-08-20T17:09:57.935Z] === RUN   TestWriteLog
17:09:57 [2021-08-20T17:09:57.935Z] === PAUSE TestWriteLog
17:09:57 [2021-08-20T17:09:57.935Z] === RUN   TestReadLog
17:09:57 [2021-08-20T17:09:57.935Z] === PAUSE TestReadLog
17:09:57 [2021-08-20T17:09:57.935Z] === CONT  TestWriteLog
17:09:57 [2021-08-20T17:09:57.935Z] === CONT  TestReadLog
17:09:57 [2021-08-20T17:09:57.935Z] --- PASS: TestWriteLog (0.01s)
17:09:57 [2021-08-20T17:09:57.935Z] === RUN   TestReadLog/tail_exact
17:09:58 [2021-08-20T17:09:58.391Z] === RUN   TestReadLog/tail_less_than_available
17:09:58 [2021-08-20T17:09:58.391Z] === RUN   TestReadLog/tail_more_than_available
17:09:58 [2021-08-20T17:09:58.391Z] --- PASS: TestReadLog (0.16s)
17:09:58 [2021-08-20T17:09:58.391Z]     --- PASS: TestReadLog/tail_exact (0.15s)
17:09:58 [2021-08-20T17:09:58.391Z]     --- PASS: TestReadLog/tail_less_than_available (0.00s)
17:09:58 [2021-08-20T17:09:58.391Z]     --- PASS: TestReadLog/tail_more_than_available (0.00s)
17:09:58 [2021-08-20T17:09:58.391Z] PASS
17:09:58 [2021-08-20T17:09:58.391Z] coverage: 75.2% of statements
17:09:58 [2021-08-20T17:09:58.391Z] ok  	github.com/docker/docker/daemon/logger/local	0.263s	coverage: 75.2% of statements
17:09:58 [2021-08-20T17:09:58.391Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
17:09:58 [2021-08-20T17:09:58.846Z] === RUN   TestOpenFileDelete
17:09:58 [2021-08-20T17:09:58.846Z] --- PASS: TestOpenFileDelete (0.00s)
17:09:58 [2021-08-20T17:09:58.846Z] === RUN   TestOpenFileRename
17:09:58 [2021-08-20T17:09:58.846Z] --- PASS: TestOpenFileRename (0.00s)
17:09:58 [2021-08-20T17:09:58.846Z] === RUN   TestParseLogTagDefaultTag
17:09:58 [2021-08-20T17:09:58.846Z] --- PASS: TestParseLogTagDefaultTag (0.00s)
17:09:58 [2021-08-20T17:09:58.846Z] === RUN   TestParseLogTag
17:09:58 [2021-08-20T17:09:58.846Z] --- PASS: TestParseLogTag (0.00s)
17:09:58 [2021-08-20T17:09:58.846Z] === RUN   TestParseLogTagEmptyTag
17:09:58 [2021-08-20T17:09:58.846Z] --- PASS: TestParseLogTagEmptyTag (0.00s)
17:09:58 [2021-08-20T17:09:58.846Z] === RUN   TestTailFiles
17:09:58 [2021-08-20T17:09:58.846Z] --- PASS: TestTailFiles (0.00s)
17:09:58 [2021-08-20T17:09:58.846Z] === RUN   TestFollowLogsConsumerGone
17:09:58 [2021-08-20T17:09:58.846Z] --- PASS: TestFollowLogsConsumerGone (0.00s)
17:09:58 [2021-08-20T17:09:58.846Z] === RUN   TestFollowLogsProducerGone
17:09:58 [2021-08-20T17:09:58.846Z]     logfile_test.go:232: messages sent: 4098, received: 4098
17:09:58 [2021-08-20T17:09:58.846Z]     logfile_test.go:179: logDecode() closed after sending 4098 messages
17:09:58 [2021-08-20T17:09:58.846Z] --- PASS: TestFollowLogsProducerGone (0.00s)
17:09:58 [2021-08-20T17:09:58.846Z] === RUN   TestCheckCapacityAndRotate
17:09:58 [2021-08-20T17:09:58.846Z] === RUN   TestCheckCapacityAndRotate/closed_log_file
17:09:58 [2021-08-20T17:09:58.846Z] === RUN   TestCheckCapacityAndRotate/with_log_reader
17:09:58 [2021-08-20T17:09:58.846Z] --- PASS: TestCheckCapacityAndRotate (0.04s)
17:09:58 [2021-08-20T17:09:58.846Z]     --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s)
17:09:58 [2021-08-20T17:09:58.846Z]     --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.03s)
17:09:58 [2021-08-20T17:09:58.846Z] PASS
17:09:58 [2021-08-20T17:09:58.846Z] coverage: 53.7% of statements
17:09:58 [2021-08-20T17:09:58.846Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.106s	coverage: 53.7% of statements
17:09:58 [2021-08-20T17:09:58.846Z] === RUN   TestLog
17:09:58 [2021-08-20T17:09:58.846Z] --- PASS: TestLog (0.01s)
17:09:58 [2021-08-20T17:09:58.846Z] PASS
17:09:58 [2021-08-20T17:09:58.846Z] coverage: 31.5% of statements
17:09:58 [2021-08-20T17:09:58.846Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.052s	coverage: 31.5% of statements
17:09:58 [2021-08-20T17:09:58.980Z] ok  	github.com/docker/docker/libnetwork/networkdb	103.647s	coverage: 60.5% of statements
17:09:58 [2021-08-20T17:09:58.980Z] ?   	github.com/docker/docker/libnetwork/ns	[no test files]
17:09:59 [2021-08-20T17:09:59.302Z] === RUN   TestValidateLogOpt
17:09:59 [2021-08-20T17:09:59.302Z] --- PASS: TestValidateLogOpt (0.00s)
17:09:59 [2021-08-20T17:09:59.302Z] === RUN   TestNewMissedConfig
17:09:59 [2021-08-20T17:09:59.302Z] --- PASS: TestNewMissedConfig (0.00s)
17:09:59 [2021-08-20T17:09:59.302Z] === RUN   TestNewMissedUrl
17:09:59 [2021-08-20T17:09:59.302Z] --- PASS: TestNewMissedUrl (0.00s)
17:09:59 [2021-08-20T17:09:59.302Z] === RUN   TestNewMissedToken
17:09:59 [2021-08-20T17:09:59.302Z] --- PASS: TestNewMissedToken (0.00s)
17:09:59 [2021-08-20T17:09:59.302Z] === RUN   TestNewWithProxy
17:09:59 [2021-08-20T17:09:59.302Z] --- PASS: TestNewWithProxy (0.00s)
17:09:59 [2021-08-20T17:09:59.302Z] === RUN   TestDefault
17:09:59 [2021-08-20T17:09:59.302Z] --- PASS: TestDefault (0.00s)
17:09:59 [2021-08-20T17:09:59.302Z] === RUN   TestInlineFormatWithNonDefaultOptions
17:09:59 [2021-08-20T17:09:59.302Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s)
17:09:59 [2021-08-20T17:09:59.302Z] === RUN   TestJsonFormat
17:09:59 [2021-08-20T17:09:59.302Z] --- PASS: TestJsonFormat (0.00s)
17:09:59 [2021-08-20T17:09:59.302Z] === RUN   TestRawFormat
17:09:59 [2021-08-20T17:09:59.302Z] --- PASS: TestRawFormat (0.00s)
17:09:59 [2021-08-20T17:09:59.302Z] === RUN   TestRawFormatWithLabels
17:09:59 [2021-08-20T17:09:59.302Z] --- PASS: TestRawFormatWithLabels (0.00s)
17:09:59 [2021-08-20T17:09:59.302Z] === RUN   TestRawFormatWithoutTag
17:09:59 [2021-08-20T17:09:59.302Z] --- PASS: TestRawFormatWithoutTag (0.00s)
17:09:59 [2021-08-20T17:09:59.302Z] === RUN   TestBatching
17:09:59 [2021-08-20T17:09:59.302Z] --- PASS: TestBatching (0.24s)
17:09:59 [2021-08-20T17:09:59.302Z] === RUN   TestFrequency
17:09:59 [2021-08-20T17:09:59.302Z] === RUN   TestNewParse
17:09:59 [2021-08-20T17:09:59.302Z] --- PASS: TestNewParse (0.00s)
17:09:59 [2021-08-20T17:09:59.302Z] PASS
17:09:59 [2021-08-20T17:09:59.302Z] coverage: 8.3% of statements
17:09:59 [2021-08-20T17:09:59.302Z] ok  	github.com/docker/docker/daemon/logger/templates	0.031s	coverage: 8.3% of statements
17:09:59 [2021-08-20T17:09:59.760Z] --- PASS: TestFrequency (0.17s)
17:09:59 [2021-08-20T17:09:59.760Z] === RUN   TestOneMessagePerRequest
17:09:59 [2021-08-20T17:09:59.760Z] --- PASS: TestOneMessagePerRequest (0.01s)
17:09:59 [2021-08-20T17:09:59.760Z] === RUN   TestVerify
17:09:59 [2021-08-20T17:09:59.760Z] --- PASS: TestVerify (0.00s)
17:09:59 [2021-08-20T17:09:59.760Z] === RUN   TestSkipVerify
17:09:59 [2021-08-20T17:09:59.760Z] === RUN   TestParseLogFormat
17:09:59 [2021-08-20T17:09:59.760Z] --- PASS: TestParseLogFormat (0.00s)
17:09:59 [2021-08-20T17:09:59.760Z] === RUN   TestValidateLogOptEmpty
17:09:59 [2021-08-20T17:09:59.760Z] --- PASS: TestValidateLogOptEmpty (0.00s)
17:09:59 [2021-08-20T17:09:59.760Z] === RUN   TestValidateSyslogAddress
17:09:59 [2021-08-20T17:09:59.760Z] --- PASS: TestValidateSyslogAddress (0.00s)
17:09:59 [2021-08-20T17:09:59.760Z] === RUN   TestParseAddressDefaultPort
17:09:59 [2021-08-20T17:09:59.760Z] --- PASS: TestParseAddressDefaultPort (0.00s)
17:09:59 [2021-08-20T17:09:59.760Z] === RUN   TestValidateSyslogFacility
17:09:59 [2021-08-20T17:09:59.760Z] --- PASS: TestValidateSyslogFacility (0.00s)
17:09:59 [2021-08-20T17:09:59.760Z] === RUN   TestValidateLogOptSyslogFormat
17:09:59 [2021-08-20T17:09:59.760Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s)
17:09:59 [2021-08-20T17:09:59.760Z] === RUN   TestValidateLogOpt
17:09:59 [2021-08-20T17:09:59.760Z] --- PASS: TestValidateLogOpt (0.00s)
17:09:59 [2021-08-20T17:09:59.760Z] PASS
17:09:59 [2021-08-20T17:09:59.760Z] coverage: 46.8% of statements
17:09:59 [2021-08-20T17:09:59.760Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.060s	coverage: 46.8% of statements
17:09:59 [2021-08-20T17:09:59.760Z] time="2021-08-20T17:09:59Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
17:09:59 [2021-08-20T17:09:59.760Z] time="2021-08-20T17:09:59Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
17:09:59 [2021-08-20T17:09:59.760Z] time="2021-08-20T17:09:59Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
17:09:59 [2021-08-20T17:09:59.760Z] time="2021-08-20T17:09:59Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
17:09:59 [2021-08-20T17:09:59.760Z] --- PASS: TestSkipVerify (0.36s)
17:09:59 [2021-08-20T17:09:59.760Z] === RUN   TestBufferMaximum
17:09:59 [2021-08-20T17:09:59.760Z] time="2021-08-20T17:09:59Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
17:09:59 [2021-08-20T17:09:59.760Z] time="2021-08-20T17:09:59Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
17:09:59 [2021-08-20T17:09:59.760Z] time="2021-08-20T17:09:59Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
17:09:59 [2021-08-20T17:09:59.760Z] time="2021-08-20T17:09:59Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
17:09:59 [2021-08-20T17:09:59.760Z] time="2021-08-20T17:09:59Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
17:09:59 [2021-08-20T17:09:59.760Z] time="2021-08-20T17:09:59Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1629479399.678047\",\"host\":\"c40dcf7ffa9b\"}'"
17:09:59 [2021-08-20T17:09:59.760Z] time="2021-08-20T17:09:59Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1629479399.678047\",\"host\":\"c40dcf7ffa9b\"}'"
17:09:59 [2021-08-20T17:09:59.760Z] --- PASS: TestBufferMaximum (0.00s)
17:09:59 [2021-08-20T17:09:59.760Z] === RUN   TestServerAlwaysDown
17:09:59 [2021-08-20T17:09:59.760Z] time="2021-08-20T17:09:59Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
17:09:59 [2021-08-20T17:09:59.760Z] time="2021-08-20T17:09:59Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
17:09:59 [2021-08-20T17:09:59.760Z] time="2021-08-20T17:09:59Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1629479399.681002\",\"host\":\"c40dcf7ffa9b\"}'"
17:09:59 [2021-08-20T17:09:59.760Z] time="2021-08-20T17:09:59Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1629479399.681002\",\"host\":\"c40dcf7ffa9b\"}'"
17:09:59 [2021-08-20T17:09:59.760Z] time="2021-08-20T17:09:59Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
17:09:59 [2021-08-20T17:09:59.760Z] time="2021-08-20T17:09:59Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1629479399.681002\",\"host\":\"c40dcf7ffa9b\"}'"
17:09:59 [2021-08-20T17:09:59.760Z] time="2021-08-20T17:09:59Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1629479399.682003\",\"host\":\"c40dcf7ffa9b\"}'"
17:09:59 [2021-08-20T17:09:59.760Z] time="2021-08-20T17:09:59Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1629479399.682003\",\"host\":\"c40dcf7ffa9b\"}'"
17:09:59 [2021-08-20T17:09:59.760Z] --- PASS: TestServerAlwaysDown (0.00s)
17:09:59 [2021-08-20T17:09:59.760Z] === RUN   TestCannotSendAfterClose
17:09:59 [2021-08-20T17:09:59.760Z] --- PASS: TestCannotSendAfterClose (0.00s)
17:09:59 [2021-08-20T17:09:59.760Z] === RUN   TestDeadlockOnBlockedEndpoint
17:10:00 [2021-08-20T17:10:00.003Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
17:10:00 [2021-08-20T17:10:00.003Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
17:10:00 [2021-08-20T17:10:00.241Z] --- PASS: TestCreateServiceConfigFileMode (2.62s)
17:10:00 [2021-08-20T17:10:00.241Z] === RUN   TestCreateServiceSysctls
17:10:00 [2021-08-20T17:10:00.458Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
17:10:00 [2021-08-20T17:10:00.722Z] === RUN   TestV1IDService
17:10:00 [2021-08-20T17:10:00.722Z] --- PASS: TestV1IDService (0.02s)
17:10:00 [2021-08-20T17:10:00.722Z] === RUN   TestV2MetadataService
17:10:00 [2021-08-20T17:10:00.892Z] ok  	github.com/docker/docker/libnetwork/options	0.004s	coverage: 100.0% of statements
17:10:01 [2021-08-20T17:10:01.178Z] time="2021-08-20T17:10:00Z" level=warning msg="Error while sending logs" error="Post \"http://127.0.0.1:49209/services/collector/event/1.0\": context deadline exceeded" module=logger/splunk
17:10:01 [2021-08-20T17:10:01.178Z] time="2021-08-20T17:10:00Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"c40dcf7ffa9b\"}'"
17:10:01 [2021-08-20T17:10:01.178Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.00s)
17:10:01 [2021-08-20T17:10:01.178Z] PASS
17:10:01 [2021-08-20T17:10:01.178Z] coverage: 82.5% of statements
17:10:01 [2021-08-20T17:10:01.178Z] ok  	github.com/docker/docker/daemon/logger/splunk	1.852s	coverage: 82.5% of statements
17:10:01 [2021-08-20T17:10:01.178Z] ?   	github.com/docker/docker/daemon/names	[no test files]
17:10:01 [2021-08-20T17:10:01.178Z] ?   	github.com/docker/docker/daemon/network	[no test files]
17:10:01 [2021-08-20T17:10:01.178Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
17:10:01 [2021-08-20T17:10:01.523Z] tests/integration/models_images_test.py ...............                  [ 89%]
17:10:01 [2021-08-20T17:10:01.634Z] --- PASS: TestV2MetadataService (0.83s)
17:10:01 [2021-08-20T17:10:01.634Z] PASS
17:10:01 [2021-08-20T17:10:01.634Z] coverage: 48.2% of statements
17:10:01 [2021-08-20T17:10:01.634Z] ok  	github.com/docker/docker/distribution/metadata	0.899s	coverage: 48.2% of statements
17:10:01 [2021-08-20T17:10:01.634Z] === RUN   TestSuccessfulDownload
17:10:01 [2021-08-20T17:10:01.634Z]     download_test.go:268: Needs fixing on Windows
17:10:01 [2021-08-20T17:10:01.634Z] --- SKIP: TestSuccessfulDownload (0.00s)
17:10:01 [2021-08-20T17:10:01.634Z] === RUN   TestCancelledDownload
17:10:01 [2021-08-20T17:10:01.634Z] --- PASS: TestCancelledDownload (0.00s)
17:10:01 [2021-08-20T17:10:01.634Z] === RUN   TestMaxDownloadAttempts
17:10:01 [2021-08-20T17:10:01.634Z] === RUN   TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt
17:10:01 [2021-08-20T17:10:01.634Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt
17:10:01 [2021-08-20T17:10:01.634Z] === RUN   TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt
17:10:01 [2021-08-20T17:10:01.634Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt
17:10:01 [2021-08-20T17:10:01.634Z] === RUN   TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt
17:10:01 [2021-08-20T17:10:01.634Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt
17:10:01 [2021-08-20T17:10:01.634Z] === RUN   TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt
17:10:01 [2021-08-20T17:10:01.634Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt
17:10:01 [2021-08-20T17:10:01.634Z] === CONT  TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt
17:10:01 [2021-08-20T17:10:01.634Z] === CONT  TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt
17:10:01 [2021-08-20T17:10:01.634Z] === CONT  TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt
17:10:01 [2021-08-20T17:10:01.634Z] === CONT  TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt
17:10:01 [2021-08-20T17:10:01.634Z] === RUN   TestContinueOnError_NonMirrorEndpoint
17:10:01 [2021-08-20T17:10:01.634Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s)
17:10:01 [2021-08-20T17:10:01.634Z] === RUN   TestContinueOnError_MirrorEndpoint
17:10:01 [2021-08-20T17:10:01.634Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s)
17:10:01 [2021-08-20T17:10:01.634Z] === RUN   TestContinueOnError_NeverContinue
17:10:01 [2021-08-20T17:10:01.634Z] --- PASS: TestContinueOnError_NeverContinue (0.00s)
17:10:01 [2021-08-20T17:10:01.634Z] === RUN   TestManifestStore
17:10:01 [2021-08-20T17:10:01.634Z] === RUN   TestManifestStore/no_remote_or_local
17:10:01 [2021-08-20T17:10:01.634Z] time="2021-08-20T17:10:01Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local599905871\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process."
17:10:01 [2021-08-20T17:10:01.634Z] === RUN   TestManifestStore/no_local_cache
17:10:01 [2021-08-20T17:10:01.688Z] === RUN   TestDockerSuite/TestBuildDockerignoreTouchDockerfile
17:10:01 [2021-08-20T17:10:01.984Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
17:10:02 [2021-08-20T17:10:02.091Z] === RUN   TestManifestStore/with_local_cache
17:10:02 [2021-08-20T17:10:02.091Z] === RUN   TestManifestStore/unknown_media_type
17:10:02 [2021-08-20T17:10:02.091Z] === RUN   TestManifestStore/unknown_media_type/no_cache
17:10:02 [2021-08-20T17:10:02.091Z] time="2021-08-20T17:10:01Z" level=warning msg="reference for unknown type: "
17:10:02 [2021-08-20T17:10:02.091Z] time="2021-08-20T17:10:01Z" level=warning msg="reference for unknown type: "
17:10:02 [2021-08-20T17:10:02.091Z] === RUN   TestManifestStore/unknown_media_type/with_cache
17:10:02 [2021-08-20T17:10:02.091Z] === RUN   TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type
17:10:02 [2021-08-20T17:10:02.091Z] time="2021-08-20T17:10:01Z" level=warning msg="reference for unknown type: "
17:10:02 [2021-08-20T17:10:02.091Z] === RUN   TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type
17:10:02 [2021-08-20T17:10:02.091Z] time="2021-08-20T17:10:01Z" level=warning msg="reference for unknown type: "
17:10:02 [2021-08-20T17:10:02.091Z] time="2021-08-20T17:10:01Z" level=warning msg="reference for unknown type: "
17:10:02 [2021-08-20T17:10:02.091Z] === RUN   TestManifestStore/error_persisting_manifest
17:10:02 [2021-08-20T17:10:02.091Z] === RUN   TestManifestStore/error_persisting_manifest/error_on_writer
17:10:02 [2021-08-20T17:10:02.091Z] === RUN   TestManifestStore/error_persisting_manifest/error_on_commit
17:10:02 [2021-08-20T17:10:02.091Z] time="2021-08-20T17:10:01Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1"
17:10:02 [2021-08-20T17:10:02.091Z] time="2021-08-20T17:10:01Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1"
17:10:02 [2021-08-20T17:10:02.091Z] time="2021-08-20T17:10:01Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1"
17:10:02 [2021-08-20T17:10:02.091Z] time="2021-08-20T17:10:01Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1"
17:10:02 [2021-08-20T17:10:02.091Z] --- PASS: TestMaxDownloadAttempts (0.00s)
17:10:02 [2021-08-20T17:10:02.091Z]     --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.42s)
17:10:02 [2021-08-20T17:10:02.091Z]     --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.42s)
17:10:02 [2021-08-20T17:10:02.091Z]     --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.42s)
17:10:02 [2021-08-20T17:10:02.091Z]     --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.42s)
17:10:02 [2021-08-20T17:10:02.091Z] === RUN   TestTransfer
17:10:02 [2021-08-20T17:10:02.091Z] time="2021-08-20T17:10:01Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error"
17:10:02 [2021-08-20T17:10:02.091Z] --- PASS: TestManifestStore (0.29s)
17:10:02 [2021-08-20T17:10:02.091Z]     --- PASS: TestManifestStore/no_remote_or_local (0.18s)
17:10:02 [2021-08-20T17:10:02.091Z]     --- PASS: TestManifestStore/no_local_cache (0.02s)
17:10:02 [2021-08-20T17:10:02.091Z]     --- PASS: TestManifestStore/with_local_cache (0.02s)
17:10:02 [2021-08-20T17:10:02.091Z]     --- PASS: TestManifestStore/unknown_media_type (0.05s)
17:10:02 [2021-08-20T17:10:02.091Z]         --- PASS: TestManifestStore/unknown_media_type/no_cache (0.02s)
17:10:02 [2021-08-20T17:10:02.091Z]         --- PASS: TestManifestStore/unknown_media_type/with_cache (0.04s)
17:10:02 [2021-08-20T17:10:02.091Z]             --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.02s)
17:10:02 [2021-08-20T17:10:02.091Z]             --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.02s)
17:10:02 [2021-08-20T17:10:02.091Z]     --- PASS: TestManifestStore/error_persisting_manifest (0.02s)
17:10:02 [2021-08-20T17:10:02.091Z]         --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.01s)
17:10:02 [2021-08-20T17:10:02.091Z]         --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.01s)
17:10:02 [2021-08-20T17:10:02.091Z] === RUN   TestDetectManifestBlobMediaType
17:10:02 [2021-08-20T17:10:02.091Z] === RUN   TestDetectManifestBlobMediaType/oci_manifest
17:10:02 [2021-08-20T17:10:02.091Z] === RUN   TestDetectManifestBlobMediaType/schema1
17:10:02 [2021-08-20T17:10:02.091Z] === RUN   TestDetectManifestBlobMediaType/oci_index_fallback
17:10:02 [2021-08-20T17:10:02.091Z] === RUN   TestDetectManifestBlobMediaType/mediaType_and_config_set
17:10:02 [2021-08-20T17:10:02.091Z] === RUN   TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set
17:10:02 [2021-08-20T17:10:02.091Z] === RUN   TestDetectManifestBlobMediaType/mediaType_is_set
17:10:02 [2021-08-20T17:10:02.091Z] --- PASS: TestDetectManifestBlobMediaType (0.00s)
17:10:02 [2021-08-20T17:10:02.091Z]     --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s)
17:10:02 [2021-08-20T17:10:02.091Z]     --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s)
17:10:02 [2021-08-20T17:10:02.091Z]     --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s)
17:10:02 [2021-08-20T17:10:02.091Z]     --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s)
17:10:02 [2021-08-20T17:10:02.091Z]     --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s)
17:10:02 [2021-08-20T17:10:02.091Z]     --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s)
17:10:02 [2021-08-20T17:10:02.091Z] === RUN   TestFixManifestLayers
17:10:02 [2021-08-20T17:10:02.091Z] --- PASS: TestFixManifestLayers (0.00s)
17:10:02 [2021-08-20T17:10:02.091Z] === RUN   TestFixManifestLayersBaseLayerParent
17:10:02 [2021-08-20T17:10:02.091Z]     pull_v2_test.go:73: Needs fixing on Windows
17:10:02 [2021-08-20T17:10:02.091Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s)
17:10:02 [2021-08-20T17:10:02.091Z] === RUN   TestFixManifestLayersBadParent
17:10:02 [2021-08-20T17:10:02.091Z] --- PASS: TestFixManifestLayersBadParent (0.00s)
17:10:02 [2021-08-20T17:10:02.091Z] === RUN   TestValidateManifest
17:10:02 [2021-08-20T17:10:02.091Z]     pull_v2_test.go:118: Needs fixing on Windows
17:10:02 [2021-08-20T17:10:02.091Z] --- SKIP: TestValidateManifest (0.00s)
17:10:02 [2021-08-20T17:10:02.091Z] === RUN   TestFormatPlatform
17:10:02 [2021-08-20T17:10:02.091Z] --- PASS: TestFormatPlatform (0.00s)
17:10:02 [2021-08-20T17:10:02.091Z] === RUN   TestGetRepositoryMountCandidates
17:10:02 [2021-08-20T17:10:02.091Z] --- PASS: TestGetRepositoryMountCandidates (0.00s)
17:10:02 [2021-08-20T17:10:02.091Z] === RUN   TestLayerAlreadyExists
17:10:02 [2021-08-20T17:10:02.091Z]     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}
17:10:02 [2021-08-20T17:10:02.091Z]     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}
17:10:02 [2021-08-20T17:10:02.092Z]     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}
17:10:02 [2021-08-20T17:10:02.092Z]     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}
17:10:02 [2021-08-20T17:10:02.092Z]     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}
17:10:02 [2021-08-20T17:10:02.092Z]     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}
17:10:02 [2021-08-20T17:10:02.092Z] --- PASS: TestLayerAlreadyExists (0.00s)
17:10:02 [2021-08-20T17:10:02.092Z] === RUN   TestWhenEmptyAuthConfig
17:10:02 [2021-08-20T17:10:02.092Z] --- PASS: TestTransfer (0.12s)
17:10:02 [2021-08-20T17:10:02.092Z] === RUN   TestConcurrencyLimit
17:10:02 [2021-08-20T17:10:02.252Z]     docker_cli_daemon_test.go:2550: [d3dd375629d52] daemon is not started
17:10:02 [2021-08-20T17:10:02.509Z] === RUN   TestDockerSuite/TestBuildDockerignoringBadExclusion
17:10:02 [2021-08-20T17:10:02.509Z] === RUN   TestDockerSuite/TestBuildDockerignoringDockerfile
17:10:02 [2021-08-20T17:10:02.546Z] === RUN   TestNotFound
17:10:02 [2021-08-20T17:10:02.546Z] --- PASS: TestNotFound (0.00s)
17:10:02 [2021-08-20T17:10:02.546Z] === RUN   TestConflict
17:10:02 [2021-08-20T17:10:02.546Z] --- PASS: TestConflict (0.00s)
17:10:02 [2021-08-20T17:10:02.546Z] === RUN   TestForbidden
17:10:02 [2021-08-20T17:10:02.546Z] --- PASS: TestForbidden (0.00s)
17:10:02 [2021-08-20T17:10:02.546Z] === RUN   TestInvalidParameter
17:10:02 [2021-08-20T17:10:02.546Z] --- PASS: TestInvalidParameter (0.00s)
17:10:02 [2021-08-20T17:10:02.546Z] === RUN   TestNotImplemented
17:10:02 [2021-08-20T17:10:02.546Z] --- PASS: TestNotImplemented (0.00s)
17:10:02 [2021-08-20T17:10:02.546Z] === RUN   TestNotModified
17:10:02 [2021-08-20T17:10:02.546Z] --- PASS: TestNotModified (0.00s)
17:10:02 [2021-08-20T17:10:02.546Z] === RUN   TestUnauthorized
17:10:02 [2021-08-20T17:10:02.546Z] --- PASS: TestUnauthorized (0.00s)
17:10:02 [2021-08-20T17:10:02.546Z] === RUN   TestUnknown
17:10:02 [2021-08-20T17:10:02.546Z] --- PASS: TestUnknown (0.00s)
17:10:02 [2021-08-20T17:10:02.546Z] === RUN   TestCancelled
17:10:02 [2021-08-20T17:10:02.546Z] --- PASS: TestCancelled (0.00s)
17:10:02 [2021-08-20T17:10:02.546Z] === RUN   TestDeadline
17:10:02 [2021-08-20T17:10:02.546Z] --- PASS: TestDeadline (0.00s)
17:10:02 [2021-08-20T17:10:02.546Z] === RUN   TestDataLoss
17:10:02 [2021-08-20T17:10:02.546Z] --- PASS: TestDataLoss (0.00s)
17:10:02 [2021-08-20T17:10:02.546Z] === RUN   TestUnavailable
17:10:02 [2021-08-20T17:10:02.546Z] --- PASS: TestUnavailable (0.00s)
17:10:02 [2021-08-20T17:10:02.546Z] === RUN   TestSystem
17:10:02 [2021-08-20T17:10:02.546Z] --- PASS: TestSystem (0.00s)
17:10:02 [2021-08-20T17:10:02.546Z] === RUN   TestFromStatusCode
17:10:02 [2021-08-20T17:10:02.546Z] === RUN   TestFromStatusCode/Not_Found
17:10:02 [2021-08-20T17:10:02.546Z] === RUN   TestFromStatusCode/Bad_Request
17:10:02 [2021-08-20T17:10:02.546Z] === RUN   TestFromStatusCode/Conflict
17:10:02 [2021-08-20T17:10:02.546Z] === RUN   TestFromStatusCode/Unauthorized
17:10:02 [2021-08-20T17:10:02.546Z] === RUN   TestFromStatusCode/Service_Unavailable
17:10:02 [2021-08-20T17:10:02.546Z] === RUN   TestFromStatusCode/Forbidden
17:10:02 [2021-08-20T17:10:02.546Z] === RUN   TestFromStatusCode/Not_Modified
17:10:02 [2021-08-20T17:10:02.546Z] === RUN   TestFromStatusCode/Not_Implemented
17:10:02 [2021-08-20T17:10:02.546Z] === RUN   TestFromStatusCode/Internal_Server_Error
17:10:02 [2021-08-20T17:10:02.546Z] === RUN   TestFromStatusCode/Internal_Server_Error#01
17:10:02 [2021-08-20T17:10:02.546Z] === RUN   TestFromStatusCode/Internal_Server_Error#02
17:10:02 [2021-08-20T17:10:02.546Z] === RUN   TestFromStatusCode/Internal_Server_Error#03
17:10:02 [2021-08-20T17:10:02.546Z] === RUN   TestFromStatusCode/Internal_Server_Error#04
17:10:02 [2021-08-20T17:10:02.546Z] --- PASS: TestFromStatusCode (0.00s)
17:10:02 [2021-08-20T17:10:02.546Z]     --- PASS: TestFromStatusCode/Not_Found (0.00s)
17:10:02 [2021-08-20T17:10:02.546Z]     --- PASS: TestFromStatusCode/Bad_Request (0.00s)
17:10:02 [2021-08-20T17:10:02.546Z]     --- PASS: TestFromStatusCode/Conflict (0.00s)
17:10:02 [2021-08-20T17:10:02.546Z]     --- PASS: TestFromStatusCode/Unauthorized (0.00s)
17:10:02 [2021-08-20T17:10:02.546Z]     --- PASS: TestFromStatusCode/Service_Unavailable (0.00s)
17:10:02 [2021-08-20T17:10:02.546Z]     --- PASS: TestFromStatusCode/Forbidden (0.00s)
17:10:02 [2021-08-20T17:10:02.546Z]     --- PASS: TestFromStatusCode/Not_Modified (0.00s)
17:10:02 [2021-08-20T17:10:02.546Z]     --- PASS: TestFromStatusCode/Not_Implemented (0.00s)
17:10:02 [2021-08-20T17:10:02.546Z]     --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s)
17:10:02 [2021-08-20T17:10:02.546Z]     --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s)
17:10:02 [2021-08-20T17:10:02.546Z]     --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s)
17:10:02 [2021-08-20T17:10:02.546Z]     --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s)
17:10:02 [2021-08-20T17:10:02.546Z]     --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s)
17:10:02 [2021-08-20T17:10:02.546Z] PASS
17:10:02 [2021-08-20T17:10:02.546Z] coverage: 53.1% of statements
17:10:02 [2021-08-20T17:10:02.546Z] ok  	github.com/docker/docker/errdefs	0.037s	coverage: 53.1% of statements
17:10:02 [2021-08-20T17:10:02.546Z] --- PASS: TestConcurrencyLimit (0.40s)
17:10:02 [2021-08-20T17:10:02.546Z] === RUN   TestInactiveJobs
17:10:02 [2021-08-20T17:10:02.975Z] tests/integration/models_networks_test.py ....                           [ 91%]
17:10:03 [2021-08-20T17:10:03.002Z] --- PASS: TestInactiveJobs (0.39s)
17:10:03 [2021-08-20T17:10:03.002Z] === RUN   TestWatchRelease
17:10:03 [2021-08-20T17:10:03.002Z] --- PASS: TestWatchRelease (0.04s)
17:10:03 [2021-08-20T17:10:03.002Z] === RUN   TestWatchFinishedTransfer
17:10:03 [2021-08-20T17:10:03.002Z] --- PASS: TestWatchFinishedTransfer (0.00s)
17:10:03 [2021-08-20T17:10:03.002Z] === RUN   TestDuplicateTransfer
17:10:03 [2021-08-20T17:10:03.002Z] --- PASS: TestDuplicateTransfer (0.04s)
17:10:03 [2021-08-20T17:10:03.002Z] === RUN   TestSuccessfulUpload
17:10:03 [2021-08-20T17:10:03.002Z] === RUN   TestFSGetInvalidData
17:10:03 [2021-08-20T17:10:03.002Z] --- PASS: TestFSGetInvalidData (0.01s)
17:10:03 [2021-08-20T17:10:03.002Z] === RUN   TestFSInvalidSet
17:10:03 [2021-08-20T17:10:03.002Z] --- PASS: TestFSInvalidSet (0.01s)
17:10:03 [2021-08-20T17:10:03.002Z] === RUN   TestFSInvalidRoot
17:10:03 [2021-08-20T17:10:03.002Z] --- PASS: TestFSInvalidRoot (0.00s)
17:10:03 [2021-08-20T17:10:03.002Z] === RUN   TestFSMetadataGetSet
17:10:03 [2021-08-20T17:10:03.002Z] --- PASS: TestFSMetadataGetSet (0.02s)
17:10:03 [2021-08-20T17:10:03.002Z] === RUN   TestFSInvalidWalker
17:10:03 [2021-08-20T17:10:03.002Z] --- PASS: TestFSInvalidWalker (0.01s)
17:10:03 [2021-08-20T17:10:03.002Z] === RUN   TestFSGetSet
17:10:03 [2021-08-20T17:10:03.002Z] --- PASS: TestFSGetSet (0.01s)
17:10:03 [2021-08-20T17:10:03.002Z] === RUN   TestFSGetUnsetKey
17:10:03 [2021-08-20T17:10:03.002Z] --- PASS: TestFSGetUnsetKey (0.00s)
17:10:03 [2021-08-20T17:10:03.002Z] === RUN   TestFSGetEmptyData
17:10:03 [2021-08-20T17:10:03.002Z] --- PASS: TestFSGetEmptyData (0.00s)
17:10:03 [2021-08-20T17:10:03.002Z] === RUN   TestFSDelete
17:10:03 [2021-08-20T17:10:03.002Z] --- PASS: TestFSDelete (0.01s)
17:10:03 [2021-08-20T17:10:03.002Z] === RUN   TestFSWalker
17:10:03 [2021-08-20T17:10:03.002Z] --- PASS: TestFSWalker (0.01s)
17:10:03 [2021-08-20T17:10:03.002Z] === RUN   TestFSWalkerStopOnError
17:10:03 [2021-08-20T17:10:03.002Z] --- PASS: TestFSWalkerStopOnError (0.01s)
17:10:03 [2021-08-20T17:10:03.002Z] === RUN   TestNewFromJSON
17:10:03 [2021-08-20T17:10:03.002Z] --- PASS: TestNewFromJSON (0.00s)
17:10:03 [2021-08-20T17:10:03.002Z] === RUN   TestNewFromJSONWithInvalidJSON
17:10:03 [2021-08-20T17:10:03.002Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s)
17:10:03 [2021-08-20T17:10:03.002Z] === RUN   TestMarshalKeyOrder
17:10:03 [2021-08-20T17:10:03.002Z] --- PASS: TestMarshalKeyOrder (0.00s)
17:10:03 [2021-08-20T17:10:03.002Z] === RUN   TestHistoryEqual
17:10:03 [2021-08-20T17:10:03.002Z] --- PASS: TestWhenEmptyAuthConfig (1.15s)
17:10:03 [2021-08-20T17:10:03.002Z] === RUN   TestPushRegistryWhenAuthInfoEmpty
17:10:03 [2021-08-20T17:10:03.002Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s)
17:10:03 [2021-08-20T17:10:03.002Z] === RUN   TestTokenPassThru
17:10:03 [2021-08-20T17:10:03.002Z] --- PASS: TestTokenPassThru (0.01s)
17:10:03 [2021-08-20T17:10:03.002Z] === RUN   TestTokenPassThruDifferentHost
17:10:03 [2021-08-20T17:10:03.002Z] --- PASS: TestTokenPassThruDifferentHost (0.00s)
17:10:03 [2021-08-20T17:10:03.002Z] PASS
17:10:03 [2021-08-20T17:10:03.002Z] coverage: 24.1% of statements
17:10:03 [2021-08-20T17:10:03.002Z] ok  	github.com/docker/docker/distribution	1.531s	coverage: 24.1% of statements
17:10:03 [2021-08-20T17:10:03.002Z] --- PASS: TestHistoryEqual (0.12s)
17:10:03 [2021-08-20T17:10:03.002Z] === RUN   TestImage
17:10:03 [2021-08-20T17:10:03.002Z] --- PASS: TestImage (0.00s)
17:10:03 [2021-08-20T17:10:03.002Z] === RUN   TestImageOSNotEmpty
17:10:03 [2021-08-20T17:10:03.002Z] --- PASS: TestImageOSNotEmpty (0.00s)
17:10:03 [2021-08-20T17:10:03.002Z] === RUN   TestNewChildImageFromImageWithRootFS
17:10:03 [2021-08-20T17:10:03.002Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s)
17:10:03 [2021-08-20T17:10:03.002Z] === RUN   TestCreate
17:10:03 [2021-08-20T17:10:03.002Z] --- PASS: TestCreate (0.01s)
17:10:03 [2021-08-20T17:10:03.002Z] === RUN   TestRestore
17:10:03 [2021-08-20T17:10:03.002Z] time="2021-08-20T17:10:02Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value"
17:10:03 [2021-08-20T17:10:03.002Z] --- PASS: TestRestore (0.02s)
17:10:03 [2021-08-20T17:10:03.002Z] === RUN   TestAddDelete
17:10:03 [2021-08-20T17:10:03.002Z] time="2021-08-20T17:10:02Z" level=error msg="Upload failed, retrying: simulating retry"
17:10:03 [2021-08-20T17:10:03.002Z] --- PASS: TestAddDelete (0.02s)
17:10:03 [2021-08-20T17:10:03.002Z] === RUN   TestSearchAfterDelete
17:10:03 [2021-08-20T17:10:03.002Z] --- PASS: TestSearchAfterDelete (0.01s)
17:10:03 [2021-08-20T17:10:03.002Z] === RUN   TestParentReset
17:10:03 [2021-08-20T17:10:03.460Z] --- PASS: TestParentReset (0.03s)
17:10:03 [2021-08-20T17:10:03.460Z] === RUN   TestGetAndSetLastUpdated
17:10:03 [2021-08-20T17:10:03.460Z] --- PASS: TestGetAndSetLastUpdated (0.01s)
17:10:03 [2021-08-20T17:10:03.460Z] === RUN   TestStoreLen
17:10:03 [2021-08-20T17:10:03.460Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
17:10:03 [2021-08-20T17:10:03.460Z] === RUN   TestCompare
17:10:03 [2021-08-20T17:10:03.460Z] --- PASS: TestCompare (0.00s)
17:10:03 [2021-08-20T17:10:03.460Z] PASS
17:10:03 [2021-08-20T17:10:03.460Z] coverage: 19.2% of statements
17:10:03 [2021-08-20T17:10:03.460Z] --- PASS: TestStoreLen (0.05s)
17:10:03 [2021-08-20T17:10:03.460Z] PASS
17:10:03 [2021-08-20T17:10:03.460Z] coverage: 86.6% of statements
17:10:03 [2021-08-20T17:10:03.460Z] ok  	github.com/docker/docker/image/cache	0.054s	coverage: 19.2% of statements
17:10:03 [2021-08-20T17:10:03.460Z] ok  	github.com/docker/docker/image	0.398s	coverage: 86.6% of statements
17:10:03 [2021-08-20T17:10:03.460Z] --- PASS: TestSuccessfulUpload (0.38s)
17:10:03 [2021-08-20T17:10:03.460Z] === RUN   TestCancelledUpload
17:10:03 [2021-08-20T17:10:03.460Z] --- PASS: TestCancelledUpload (0.00s)
17:10:03 [2021-08-20T17:10:03.460Z] PASS
17:10:03 [2021-08-20T17:10:03.460Z] coverage: 76.8% of statements
17:10:03 [2021-08-20T17:10:03.460Z] ok  	github.com/docker/docker/distribution/xfer	1.850s	coverage: 76.8% of statements
17:10:03 [2021-08-20T17:10:03.460Z] ?   	github.com/docker/docker/dockerversion	[no test files]
17:10:03 [2021-08-20T17:10:03.510Z] --- PASS: TestBuildMultiStageCopy (13.52s)
17:10:03 [2021-08-20T17:10:03.510Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (8.69s)
17:10:03 [2021-08-20T17:10:03.510Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.91s)
17:10:03 [2021-08-20T17:10:03.510Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.12s)
17:10:03 [2021-08-20T17:10:03.510Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.32s)
17:10:03 [2021-08-20T17:10:03.510Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.48s)
17:10:03 [2021-08-20T17:10:03.510Z] === RUN   TestBuildMultiStageParentConfig
17:10:03 [2021-08-20T17:10:03.915Z] === RUN   TestMakeV1ConfigFromConfig
17:10:03 [2021-08-20T17:10:03.915Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s)
17:10:03 [2021-08-20T17:10:03.915Z] PASS
17:10:03 [2021-08-20T17:10:03.915Z] coverage: 25.0% of statements
17:10:03 [2021-08-20T17:10:03.915Z] ok  	github.com/docker/docker/image/v1	0.055s	coverage: 25.0% of statements
17:10:04 [2021-08-20T17:10:04.371Z] === RUN   TestValidateManifest
17:10:04 [2021-08-20T17:10:04.371Z] === RUN   TestValidateManifest/nil
17:10:04 [2021-08-20T17:10:04.371Z] === RUN   TestValidateManifest/non-nil
17:10:04 [2021-08-20T17:10:04.371Z] --- PASS: TestValidateManifest (0.00s)
17:10:04 [2021-08-20T17:10:04.371Z]     --- PASS: TestValidateManifest/nil (0.00s)
17:10:04 [2021-08-20T17:10:04.371Z]     --- PASS: TestValidateManifest/non-nil (0.00s)
17:10:04 [2021-08-20T17:10:04.371Z] PASS
17:10:04 [2021-08-20T17:10:04.371Z] coverage: 0.7% of statements
17:10:04 [2021-08-20T17:10:04.371Z] ok  	github.com/docker/docker/image/tarexport	0.062s	coverage: 0.7% of statements
17:10:04 [2021-08-20T17:10:04.371Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
17:10:04 [2021-08-20T17:10:04.430Z] --- PASS: TestCreateServiceSysctls (3.70s)
17:10:04 [2021-08-20T17:10:04.430Z] === RUN   TestCreateServiceCapabilities
17:10:04 [2021-08-20T17:10:04.827Z] === RUN   TestSerialization
17:10:04 [2021-08-20T17:10:04.827Z] --- PASS: TestSerialization (0.02s)
17:10:04 [2021-08-20T17:10:04.827Z] PASS
17:10:04 [2021-08-20T17:10:04.827Z] coverage: 100.0% of statements
17:10:04 [2021-08-20T17:10:04.827Z] ok  	github.com/docker/docker/libcontainerd/queue	0.058s	coverage: 100.0% of statements
17:10:05 [2021-08-20T17:10:05.033Z] === RUN   TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile
17:10:05 [2021-08-20T17:10:05.789Z] === RUN   TestEnvironmentParsing
17:10:05 [2021-08-20T17:10:05.789Z] --- PASS: TestEnvironmentParsing (0.00s)
17:10:05 [2021-08-20T17:10:05.789Z] PASS
17:10:05 [2021-08-20T17:10:05.789Z] coverage: 1.2% of statements
17:10:05 [2021-08-20T17:10:05.789Z] ok  	github.com/docker/docker/libcontainerd/local	0.060s	coverage: 1.2% of statements
17:10:05 [2021-08-20T17:10:05.789Z] === RUN   TestEmptyLayer
17:10:05 [2021-08-20T17:10:05.789Z] --- PASS: TestEmptyLayer (0.00s)
17:10:05 [2021-08-20T17:10:05.789Z] === RUN   TestCommitFailure
17:10:05 [2021-08-20T17:10:05.789Z] --- PASS: TestCommitFailure (0.01s)
17:10:05 [2021-08-20T17:10:05.789Z] === RUN   TestStartTransactionFailure
17:10:05 [2021-08-20T17:10:05.789Z] --- PASS: TestStartTransactionFailure (0.00s)
17:10:05 [2021-08-20T17:10:05.789Z] === RUN   TestGetOrphan
17:10:05 [2021-08-20T17:10:05.789Z] --- PASS: TestGetOrphan (0.01s)
17:10:05 [2021-08-20T17:10:05.789Z] === RUN   TestMountAndRegister
17:10:05 [2021-08-20T17:10:05.789Z]     layer_test.go:271: Layer size: 14
17:10:05 [2021-08-20T17:10:05.789Z] --- PASS: TestMountAndRegister (0.05s)
17:10:05 [2021-08-20T17:10:05.789Z] === RUN   TestLayerRelease
17:10:05 [2021-08-20T17:10:05.789Z]     layer_test.go:304: Failing on Windows
17:10:05 [2021-08-20T17:10:05.789Z] --- SKIP: TestLayerRelease (0.00s)
17:10:05 [2021-08-20T17:10:05.789Z] === RUN   TestStoreRestore
17:10:05 [2021-08-20T17:10:05.789Z]     layer_test.go:353: Failing on Windows
17:10:05 [2021-08-20T17:10:05.789Z] --- SKIP: TestStoreRestore (0.00s)
17:10:05 [2021-08-20T17:10:05.789Z] === RUN   TestTarStreamStability
17:10:05 [2021-08-20T17:10:05.789Z]     layer_test.go:468: Failing on Windows
17:10:05 [2021-08-20T17:10:05.789Z] --- SKIP: TestTarStreamStability (0.00s)
17:10:05 [2021-08-20T17:10:05.789Z] === RUN   TestRegisterExistingLayer
17:10:05 [2021-08-20T17:10:05.789Z] --- PASS: TestRegisterExistingLayer (0.17s)
17:10:06 [2021-08-20T17:10:06.246Z] === RUN   TestTarStreamVerification
17:10:06 [2021-08-20T17:10:06.246Z]     layer_test.go:697: Failing on Windows
17:10:06 [2021-08-20T17:10:06.246Z] --- SKIP: TestTarStreamVerification (0.00s)
17:10:06 [2021-08-20T17:10:06.246Z] === RUN   TestLayerMigration
17:10:06 [2021-08-20T17:10:06.246Z]     migration_test.go:46: Failing on Windows
17:10:06 [2021-08-20T17:10:06.246Z] --- SKIP: TestLayerMigration (0.00s)
17:10:06 [2021-08-20T17:10:06.246Z] === RUN   TestLayerMigrationNoTarsplit
17:10:06 [2021-08-20T17:10:06.246Z]     migration_test.go:182: Failing on Windows
17:10:06 [2021-08-20T17:10:06.246Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s)
17:10:06 [2021-08-20T17:10:06.246Z] === RUN   TestMountInit
17:10:06 [2021-08-20T17:10:06.246Z]     mount_test.go:17: Failing on Windows
17:10:06 [2021-08-20T17:10:06.246Z] --- SKIP: TestMountInit (0.00s)
17:10:06 [2021-08-20T17:10:06.246Z] === RUN   TestMountSize
17:10:06 [2021-08-20T17:10:06.246Z]     mount_test.go:76: Failing on Windows
17:10:06 [2021-08-20T17:10:06.246Z] --- SKIP: TestMountSize (0.00s)
17:10:06 [2021-08-20T17:10:06.246Z] === RUN   TestMountChanges
17:10:06 [2021-08-20T17:10:06.246Z]     mount_test.go:125: Failing on Windows
17:10:06 [2021-08-20T17:10:06.246Z] --- SKIP: TestMountChanges (0.00s)
17:10:06 [2021-08-20T17:10:06.246Z] === RUN   TestMountApply
17:10:06 [2021-08-20T17:10:06.246Z]     mount_test.go:212: Failing on Windows
17:10:06 [2021-08-20T17:10:06.246Z] --- SKIP: TestMountApply (0.00s)
17:10:06 [2021-08-20T17:10:06.246Z] PASS
17:10:06 [2021-08-20T17:10:06.246Z] coverage: 30.1% of statements
17:10:06 [2021-08-20T17:10:06.246Z] ok  	github.com/docker/docker/layer	0.290s	coverage: 30.1% of statements
17:10:06 [2021-08-20T17:10:06.246Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
17:10:06 [2021-08-20T17:10:06.246Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
17:10:06 [2021-08-20T17:10:06.246Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
17:10:06 [2021-08-20T17:10:06.246Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
17:10:06 [2021-08-20T17:10:06.403Z] --- PASS: TestBuildMultiStageParentConfig (2.78s)
17:10:06 [2021-08-20T17:10:06.403Z] === RUN   TestBuildLabelWithTargets
17:10:06 [2021-08-20T17:10:06.403Z]     build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME
17:10:06 [2021-08-20T17:10:06.403Z] --- SKIP: TestBuildLabelWithTargets (0.00s)
17:10:06 [2021-08-20T17:10:06.403Z] === RUN   TestBuildWithEmptyLayers
17:10:06 [2021-08-20T17:10:06.704Z] === RUN   TestSequenceGetAvailableBit
17:10:06 [2021-08-20T17:10:06.704Z] --- PASS: TestSequenceGetAvailableBit (0.00s)
17:10:06 [2021-08-20T17:10:06.704Z] === RUN   TestSequenceEqual
17:10:06 [2021-08-20T17:10:06.704Z] --- PASS: TestSequenceEqual (0.00s)
17:10:06 [2021-08-20T17:10:06.704Z] === RUN   TestSequenceCopy
17:10:06 [2021-08-20T17:10:06.704Z] --- PASS: TestSequenceCopy (0.00s)
17:10:06 [2021-08-20T17:10:06.704Z] === RUN   TestGetFirstAvailable
17:10:06 [2021-08-20T17:10:06.704Z] --- PASS: TestGetFirstAvailable (0.00s)
17:10:06 [2021-08-20T17:10:06.704Z] === RUN   TestFindSequence
17:10:06 [2021-08-20T17:10:06.704Z] --- PASS: TestFindSequence (0.00s)
17:10:06 [2021-08-20T17:10:06.704Z] === RUN   TestCheckIfAvailable
17:10:06 [2021-08-20T17:10:06.704Z] --- PASS: TestCheckIfAvailable (0.00s)
17:10:06 [2021-08-20T17:10:06.704Z] === RUN   TestMergeSequences
17:10:06 [2021-08-20T17:10:06.704Z] --- PASS: TestMergeSequences (0.00s)
17:10:06 [2021-08-20T17:10:06.704Z] === RUN   TestPushReservation
17:10:06 [2021-08-20T17:10:06.704Z] --- PASS: TestPushReservation (0.00s)
17:10:06 [2021-08-20T17:10:06.704Z] === RUN   TestSerializeDeserialize
17:10:06 [2021-08-20T17:10:06.704Z] --- PASS: TestSerializeDeserialize (0.00s)
17:10:06 [2021-08-20T17:10:06.704Z] === RUN   TestSet
17:10:06 [2021-08-20T17:10:06.704Z] --- PASS: TestSet (0.00s)
17:10:06 [2021-08-20T17:10:06.704Z] === RUN   TestSetUnset
17:10:06 [2021-08-20T17:10:06.704Z] --- PASS: TestSetUnset (0.00s)
17:10:06 [2021-08-20T17:10:06.704Z] === RUN   TestOffsetSetUnset
17:10:06 [2021-08-20T17:10:06.704Z] --- PASS: TestOffsetSetUnset (0.00s)
17:10:06 [2021-08-20T17:10:06.704Z] === RUN   TestSetInRange
17:10:06 [2021-08-20T17:10:06.704Z] --- PASS: TestSetInRange (0.00s)
17:10:06 [2021-08-20T17:10:06.704Z] === RUN   TestSetAnyInRange
17:10:06 [2021-08-20T17:10:06.704Z] --- PASS: TestSetAnyInRange (0.00s)
17:10:06 [2021-08-20T17:10:06.704Z] === RUN   TestMethods
17:10:06 [2021-08-20T17:10:06.704Z] --- PASS: TestMethods (0.00s)
17:10:06 [2021-08-20T17:10:06.704Z] === RUN   TestRandomAllocateDeallocate
17:10:06 [2021-08-20T17:10:06.962Z] --- PASS: TestCreateServiceCapabilities (2.72s)
17:10:06 [2021-08-20T17:10:06.962Z] === RUN   TestInspect
17:10:07 [2021-08-20T17:10:07.930Z] --- PASS: TestBuildWithEmptyLayers (1.51s)
17:10:07 [2021-08-20T17:10:07.930Z] === RUN   TestBuildMultiStageOnBuild
17:10:08 [2021-08-20T17:10:08.241Z] tests/integration/models_nodes_test.py .                                 [ 91%]
17:10:08 [2021-08-20T17:10:08.870Z] === RUN   TestInvalidConfig
17:10:08 [2021-08-20T17:10:08.871Z] --- PASS: TestInvalidConfig (0.00s)
17:10:08 [2021-08-20T17:10:08.871Z] === RUN   TestConfig
17:10:08 [2021-08-20T17:10:08.871Z] --- PASS: TestConfig (0.00s)
17:10:08 [2021-08-20T17:10:08.871Z] === RUN   TestOptionsLabels
17:10:08 [2021-08-20T17:10:08.871Z] --- PASS: TestOptionsLabels (0.00s)
17:10:08 [2021-08-20T17:10:08.871Z] === RUN   TestValidName
17:10:08 [2021-08-20T17:10:08.871Z] --- PASS: TestValidName (0.00s)
17:10:08 [2021-08-20T17:10:08.871Z] === RUN   TestTLSConfiguration
17:10:08 [2021-08-20T17:10:08.871Z] time="2021-08-20T17:10:08Z" level=info msg="Option Initializing KV with TLS"
17:10:08 [2021-08-20T17:10:08.871Z] --- PASS: TestTLSConfiguration (0.16s)
17:10:08 [2021-08-20T17:10:08.871Z] PASS
17:10:08 [2021-08-20T17:10:08.871Z] coverage: 24.0% of statements
17:10:08 [2021-08-20T17:10:08.871Z] ok  	github.com/docker/docker/libnetwork/config	0.271s	coverage: 24.0% of statements
17:10:09 [2021-08-20T17:10:09.207Z] === RUN   TestDockerSuite/TestBuildDockerignoringDockerignore
17:10:09 [2021-08-20T17:10:09.329Z] === RUN   TestKey
17:10:09 [2021-08-20T17:10:09.329Z] --- PASS: TestKey (0.00s)
17:10:09 [2021-08-20T17:10:09.329Z] === RUN   TestParseKey
17:10:09 [2021-08-20T17:10:09.329Z] --- PASS: TestParseKey (0.00s)
17:10:09 [2021-08-20T17:10:09.329Z] === RUN   TestInvalidDataStore
17:10:09 [2021-08-20T17:10:09.329Z] --- PASS: TestInvalidDataStore (0.00s)
17:10:09 [2021-08-20T17:10:09.329Z] === RUN   TestKVObjectFlatKey
17:10:09 [2021-08-20T17:10:09.329Z] --- PASS: TestKVObjectFlatKey (0.00s)
17:10:09 [2021-08-20T17:10:09.329Z] === RUN   TestAtomicKVObjectFlatKey
17:10:09 [2021-08-20T17:10:09.329Z] --- PASS: TestAtomicKVObjectFlatKey (0.00s)
17:10:09 [2021-08-20T17:10:09.329Z] PASS
17:10:09 [2021-08-20T17:10:09.329Z] coverage: 21.9% of statements
17:10:09 [2021-08-20T17:10:09.329Z] ok  	github.com/docker/docker/libnetwork/datastore	0.041s	coverage: 21.9% of statements
17:10:09 [2021-08-20T17:10:09.329Z] === RUN   TestErrorInterfaces
17:10:09 [2021-08-20T17:10:09.329Z] --- PASS: TestErrorInterfaces (0.00s)
17:10:09 [2021-08-20T17:10:09.329Z] === RUN   TestNetworkMarshalling
17:10:09 [2021-08-20T17:10:09.619Z] tests/integration/models_resources_test.py .                             [ 91%]
17:10:09 [2021-08-20T17:10:09.785Z] --- PASS: TestNetworkMarshalling (0.18s)
17:10:09 [2021-08-20T17:10:09.786Z] === RUN   TestEndpointMarshalling
17:10:09 [2021-08-20T17:10:09.786Z] --- PASS: TestEndpointMarshalling (0.00s)
17:10:09 [2021-08-20T17:10:09.786Z] === RUN   TestAuxAddresses
17:10:09 [2021-08-20T17:10:09.786Z] time="2021-08-20T17:10:09Z" level=info msg="Restoring existing overlay networks from HNS into docker"
17:10:09 [2021-08-20T17:10:09.786Z] --- PASS: TestAuxAddresses (0.01s)
17:10:09 [2021-08-20T17:10:09.786Z] === RUN   TestSRVServiceQuery
17:10:09 [2021-08-20T17:10:09.786Z]     libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux
17:10:09 [2021-08-20T17:10:09.786Z] --- SKIP: TestSRVServiceQuery (0.01s)
17:10:09 [2021-08-20T17:10:09.786Z] === RUN   TestServiceVIPReuse
17:10:09 [2021-08-20T17:10:09.786Z]     libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux
17:10:09 [2021-08-20T17:10:09.786Z] --- SKIP: TestServiceVIPReuse (0.00s)
17:10:09 [2021-08-20T17:10:09.786Z] === RUN   TestIpamReleaseOnNetDriverFailures
17:10:09 [2021-08-20T17:10:09.786Z]     libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux
17:10:09 [2021-08-20T17:10:09.786Z] --- SKIP: TestIpamReleaseOnNetDriverFailures (0.01s)
17:10:09 [2021-08-20T17:10:09.786Z] === RUN   TestDNSIPQuery
17:10:09 [2021-08-20T17:10:09.786Z]     resolver_test.go:77: runtime.GOOS == "windows": test only works on linux
17:10:09 [2021-08-20T17:10:09.786Z] --- SKIP: TestDNSIPQuery (0.00s)
17:10:09 [2021-08-20T17:10:09.786Z] === RUN   TestDNSProxyServFail
17:10:09 [2021-08-20T17:10:09.786Z]     resolver_test.go:216: runtime.GOOS == "windows": test only works on linux
17:10:09 [2021-08-20T17:10:09.786Z] --- SKIP: TestDNSProxyServFail (0.00s)
17:10:09 [2021-08-20T17:10:09.786Z] === RUN   TestSandboxAddEmpty
17:10:09 [2021-08-20T17:10:09.786Z]     sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux
17:10:09 [2021-08-20T17:10:09.786Z] --- SKIP: TestSandboxAddEmpty (0.00s)
17:10:09 [2021-08-20T17:10:09.786Z] === RUN   TestSandboxAddMultiPrio
17:10:09 [2021-08-20T17:10:09.786Z]     sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux
17:10:09 [2021-08-20T17:10:09.786Z] --- SKIP: TestSandboxAddMultiPrio (0.00s)
17:10:09 [2021-08-20T17:10:09.786Z] === RUN   TestSandboxAddSamePrio
17:10:09 [2021-08-20T17:10:09.786Z]     sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux
17:10:09 [2021-08-20T17:10:09.786Z] --- SKIP: TestSandboxAddSamePrio (0.00s)
17:10:09 [2021-08-20T17:10:09.786Z] === RUN   TestCleanupServiceDiscovery
17:10:09 [2021-08-20T17:10:09.786Z]     service_common_test.go:15: runtime.GOOS == "windows": test only works on linux
17:10:09 [2021-08-20T17:10:09.786Z] --- SKIP: TestCleanupServiceDiscovery (0.00s)
17:10:09 [2021-08-20T17:10:09.786Z] === RUN   TestDNSOptions
17:10:09 [2021-08-20T17:10:09.786Z]     service_common_test.go:59: runtime.GOOS == "windows": test only works on linux
17:10:09 [2021-08-20T17:10:09.786Z] --- SKIP: TestDNSOptions (0.00s)
17:10:09 [2021-08-20T17:10:09.786Z] === RUN   TestMultipleControllersWithSameStore
17:10:09 [2021-08-20T17:10:09.786Z] time="2021-08-20T17:10:09Z" level=info msg="Restoring existing overlay networks from HNS into docker"
17:10:09 [2021-08-20T17:10:09.786Z] time="2021-08-20T17:10:09Z" level=info msg="Restoring existing overlay networks from HNS into docker"
17:10:09 [2021-08-20T17:10:09.786Z] --- PASS: TestMultipleControllersWithSameStore (0.02s)
17:10:09 [2021-08-20T17:10:09.786Z] PASS
17:10:09 [2021-08-20T17:10:09.786Z] coverage: 8.6% of statements
17:10:09 [2021-08-20T17:10:09.786Z] ok  	github.com/docker/docker/libnetwork	0.321s	coverage: 8.6% of statements
17:10:09 [2021-08-20T17:10:09.786Z] ?   	github.com/docker/docker/libnetwork/api	[no test files]
17:10:09 [2021-08-20T17:10:09.786Z] === RUN   TestIPDataMarshalling
17:10:09 [2021-08-20T17:10:09.786Z] --- PASS: TestIPDataMarshalling (0.00s)
17:10:09 [2021-08-20T17:10:09.786Z] === RUN   TestValidateAndIsV6
17:10:09 [2021-08-20T17:10:09.786Z] --- PASS: TestValidateAndIsV6 (0.00s)
17:10:09 [2021-08-20T17:10:09.786Z] PASS
17:10:09 [2021-08-20T17:10:09.786Z] coverage: 68.9% of statements
17:10:09 [2021-08-20T17:10:09.786Z] ok  	github.com/docker/docker/libnetwork/driverapi	0.036s	coverage: 68.9% of statements
17:10:10 [2021-08-20T17:10:10.241Z] === RUN   TestDriver
17:10:10 [2021-08-20T17:10:10.241Z] --- PASS: TestDriver (0.00s)
17:10:10 [2021-08-20T17:10:10.241Z] PASS
17:10:10 [2021-08-20T17:10:10.241Z] coverage: 34.8% of statements
17:10:10 [2021-08-20T17:10:10.241Z] ok  	github.com/docker/docker/libnetwork/drivers/host	0.042s	coverage: 34.8% of statements
17:10:10 [2021-08-20T17:10:10.251Z] --- PASS: TestInspect (3.25s)
17:10:10 [2021-08-20T17:10:10.251Z] === RUN   TestCreateJob
17:10:10 [2021-08-20T17:10:10.696Z] === RUN   TestDriver
17:10:10 [2021-08-20T17:10:10.696Z] --- PASS: TestDriver (0.00s)
17:10:10 [2021-08-20T17:10:10.696Z] PASS
17:10:10 [2021-08-20T17:10:10.696Z] coverage: 34.8% of statements
17:10:10 [2021-08-20T17:10:10.696Z] ok  	github.com/docker/docker/libnetwork/drivers/null	0.036s	coverage: 34.8% of statements
17:10:11 [2021-08-20T17:10:11.151Z] === RUN   TestNetworkAllocateFree
17:10:11 [2021-08-20T17:10:11.151Z] --- PASS: TestNetworkAllocateFree (0.00s)
17:10:11 [2021-08-20T17:10:11.151Z] === RUN   TestNetworkAllocateUserDefinedVNIs
17:10:11 [2021-08-20T17:10:11.151Z] --- PASS: TestNetworkAllocateUserDefinedVNIs (0.00s)
17:10:11 [2021-08-20T17:10:11.151Z] PASS
17:10:11 [2021-08-20T17:10:11.151Z] coverage: 63.6% of statements
17:10:11 [2021-08-20T17:10:11.151Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay/ovmanager	0.047s	coverage: 63.6% of statements
17:10:11 [2021-08-20T17:10:11.379Z] tests/integration/models_services_test.py ..............X.               [ 95%]
17:10:11 [2021-08-20T17:10:11.609Z] === RUN   TestGetEmptyCapabilities
17:10:11 [2021-08-20T17:10:11.609Z] --- PASS: TestGetEmptyCapabilities (0.01s)
17:10:11 [2021-08-20T17:10:11.609Z] === RUN   TestGetExtraCapabilities
17:10:11 [2021-08-20T17:10:11.609Z] --- PASS: TestGetExtraCapabilities (0.00s)
17:10:11 [2021-08-20T17:10:11.609Z] === RUN   TestGetInvalidCapabilities
17:10:11 [2021-08-20T17:10:11.609Z] --- PASS: TestGetInvalidCapabilities (0.00s)
17:10:11 [2021-08-20T17:10:11.609Z] === RUN   TestRemoteDriver
17:10:11 [2021-08-20T17:10:11.609Z] --- PASS: TestRemoteDriver (0.01s)
17:10:11 [2021-08-20T17:10:11.609Z] === RUN   TestDriverError
17:10:11 [2021-08-20T17:10:11.609Z] --- PASS: TestDriverError (0.00s)
17:10:11 [2021-08-20T17:10:11.609Z] === RUN   TestMissingValues
17:10:11 [2021-08-20T17:10:11.609Z] --- PASS: TestMissingValues (0.00s)
17:10:11 [2021-08-20T17:10:11.609Z] === RUN   TestRollback
17:10:11 [2021-08-20T17:10:11.609Z] --- PASS: TestRollback (0.00s)
17:10:11 [2021-08-20T17:10:11.609Z] PASS
17:10:11 [2021-08-20T17:10:11.609Z] coverage: 57.4% of statements
17:10:11 [2021-08-20T17:10:11.609Z] ok  	github.com/docker/docker/libnetwork/drivers/remote	0.073s	coverage: 57.4% of statements
17:10:12 [2021-08-20T17:10:12.065Z] === RUN   TestNAT
17:10:12 [2021-08-20T17:10:12.065Z]     windows_test.go:57: Test does not work on CI and was never running to begin with
17:10:12 [2021-08-20T17:10:12.065Z] --- SKIP: TestNAT (0.00s)
17:10:12 [2021-08-20T17:10:12.065Z] === RUN   TestTransparent
17:10:12 [2021-08-20T17:10:12.065Z]     windows_test.go:62: Test does not work on CI and was never running to begin with
17:10:12 [2021-08-20T17:10:12.065Z] --- SKIP: TestTransparent (0.00s)
17:10:12 [2021-08-20T17:10:12.065Z] PASS
17:10:12 [2021-08-20T17:10:12.065Z] coverage: 0.0% of statements
17:10:12 [2021-08-20T17:10:12.065Z] ok  	github.com/docker/docker/libnetwork/drivers/windows	0.045s	coverage: 0.0% of statements
17:10:12 [2021-08-20T17:10:12.065Z] --- PASS: TestRandomAllocateDeallocate (5.50s)
17:10:12 [2021-08-20T17:10:12.065Z] === RUN   TestAllocateRandomDeallocate
17:10:12 [2021-08-20T17:10:12.065Z] === RUN   TestBuildDefault
17:10:12 [2021-08-20T17:10:12.501Z] === RUN   TestDockerSuite/TestBuildDockerignoringOnlyDotfiles
17:10:12 [2021-08-20T17:10:12.520Z] --- PASS: TestBuildDefault (0.00s)
17:10:12 [2021-08-20T17:10:12.521Z] === RUN   TestBuildHostnameDomainname
17:10:12 [2021-08-20T17:10:12.521Z] --- PASS: TestBuildHostnameDomainname (0.00s)
17:10:12 [2021-08-20T17:10:12.521Z] === RUN   TestBuildHostname
17:10:12 [2021-08-20T17:10:12.521Z] --- PASS: TestBuildHostname (0.00s)
17:10:12 [2021-08-20T17:10:12.521Z] === RUN   TestBuildHostnameFQDN
17:10:12 [2021-08-20T17:10:12.521Z] --- PASS: TestBuildHostnameFQDN (0.00s)
17:10:12 [2021-08-20T17:10:12.521Z] === RUN   TestBuildNoIP
17:10:12 [2021-08-20T17:10:12.521Z] --- PASS: TestBuildNoIP (0.00s)
17:10:12 [2021-08-20T17:10:12.521Z] === RUN   TestUpdate
17:10:12 [2021-08-20T17:10:12.521Z] --- PASS: TestUpdate (0.00s)
17:10:12 [2021-08-20T17:10:12.521Z] === RUN   TestUpdateIgnoresPrefixedHostname
17:10:12 [2021-08-20T17:10:12.521Z] --- PASS: TestUpdateIgnoresPrefixedHostname (0.00s)
17:10:12 [2021-08-20T17:10:12.521Z] === RUN   TestDeleteIgnoresPrefixedHostname
17:10:12 [2021-08-20T17:10:12.521Z] --- PASS: TestDeleteIgnoresPrefixedHostname (0.00s)
17:10:12 [2021-08-20T17:10:12.521Z] === RUN   TestAddEmpty
17:10:12 [2021-08-20T17:10:12.521Z] --- PASS: TestAddEmpty (0.00s)
17:10:12 [2021-08-20T17:10:12.521Z] === RUN   TestAdd
17:10:12 [2021-08-20T17:10:12.521Z] --- PASS: TestAdd (0.00s)
17:10:12 [2021-08-20T17:10:12.521Z] === RUN   TestDeleteEmpty
17:10:12 [2021-08-20T17:10:12.521Z] --- PASS: TestDeleteEmpty (0.00s)
17:10:12 [2021-08-20T17:10:12.521Z] === RUN   TestDeleteNewline
17:10:12 [2021-08-20T17:10:12.521Z] --- PASS: TestDeleteNewline (0.00s)
17:10:12 [2021-08-20T17:10:12.521Z] === RUN   TestDelete
17:10:12 [2021-08-20T17:10:12.521Z] --- PASS: TestDelete (0.00s)
17:10:12 [2021-08-20T17:10:12.521Z] === RUN   TestConcurrentWrites
17:10:12 [2021-08-20T17:10:12.521Z] === RUN   TestNew
17:10:12 [2021-08-20T17:10:12.521Z] --- PASS: TestNew (0.00s)
17:10:12 [2021-08-20T17:10:12.521Z] === RUN   TestAddDriver
17:10:12 [2021-08-20T17:10:12.521Z] --- PASS: TestAddDriver (0.00s)
17:10:12 [2021-08-20T17:10:12.521Z] === RUN   TestAddDuplicateDriver
17:10:12 [2021-08-20T17:10:12.521Z] --- PASS: TestAddDuplicateDriver (0.00s)
17:10:12 [2021-08-20T17:10:12.521Z] === RUN   TestIPAMDefaultAddressSpaces
17:10:12 [2021-08-20T17:10:12.521Z] --- PASS: TestIPAMDefaultAddressSpaces (0.00s)
17:10:12 [2021-08-20T17:10:12.521Z] === RUN   TestDriver
17:10:12 [2021-08-20T17:10:12.521Z] --- PASS: TestDriver (0.00s)
17:10:12 [2021-08-20T17:10:12.521Z] === RUN   TestIPAM
17:10:12 [2021-08-20T17:10:12.521Z] --- PASS: TestIPAM (0.00s)
17:10:12 [2021-08-20T17:10:12.521Z] === RUN   TestWalkIPAMs
17:10:12 [2021-08-20T17:10:12.521Z] --- PASS: TestWalkIPAMs (0.00s)
17:10:12 [2021-08-20T17:10:12.521Z] === RUN   TestWalkDrivers
17:10:12 [2021-08-20T17:10:12.521Z] --- PASS: TestWalkDrivers (0.00s)
17:10:12 [2021-08-20T17:10:12.521Z] PASS
17:10:12 [2021-08-20T17:10:12.521Z] coverage: 82.4% of statements
17:10:12 [2021-08-20T17:10:12.521Z] ok  	github.com/docker/docker/libnetwork/drvregistry	0.069s	coverage: 82.4% of statements
17:10:12 [2021-08-20T17:10:12.521Z] --- PASS: TestConcurrentWrites (0.20s)
17:10:12 [2021-08-20T17:10:12.521Z] PASS
17:10:12 [2021-08-20T17:10:12.521Z] coverage: 81.2% of statements
17:10:12 [2021-08-20T17:10:12.521Z] ok  	github.com/docker/docker/libnetwork/etchosts	0.273s	coverage: 81.2% of statements
17:10:12 [2021-08-20T17:10:12.977Z] === RUN   TestDiff
17:10:12 [2021-08-20T17:10:12.977Z] --- PASS: TestDiff (0.00s)
17:10:12 [2021-08-20T17:10:12.977Z] === RUN   TestAddedCallback
17:10:12 [2021-08-20T17:10:12.977Z] --- PASS: TestAddedCallback (0.00s)
17:10:12 [2021-08-20T17:10:12.977Z] === RUN   TestRemovedCallback
17:10:12 [2021-08-20T17:10:12.977Z] --- PASS: TestRemovedCallback (0.00s)
17:10:12 [2021-08-20T17:10:12.977Z] === RUN   TestNoCallback
17:10:12 [2021-08-20T17:10:12.977Z] --- PASS: TestNoCallback (0.00s)
17:10:12 [2021-08-20T17:10:12.977Z] PASS
17:10:12 [2021-08-20T17:10:12.977Z] coverage: 48.1% of statements
17:10:12 [2021-08-20T17:10:12.977Z] ok  	github.com/docker/docker/libnetwork/hostdiscovery	0.039s	coverage: 48.1% of statements
17:10:12 [2021-08-20T17:10:12.977Z] === RUN   TestNew
17:10:12 [2021-08-20T17:10:12.977Z] --- PASS: TestNew (0.00s)
17:10:12 [2021-08-20T17:10:12.977Z] === RUN   TestAllocate
17:10:12 [2021-08-20T17:10:12.977Z] --- PASS: TestAllocate (0.00s)
17:10:12 [2021-08-20T17:10:12.977Z] === RUN   TestUninitialized
17:10:12 [2021-08-20T17:10:12.977Z] --- PASS: TestUninitialized (0.00s)
17:10:12 [2021-08-20T17:10:12.977Z] === RUN   TestAllocateInRange
17:10:12 [2021-08-20T17:10:12.977Z] --- PASS: TestAllocateInRange (0.00s)
17:10:12 [2021-08-20T17:10:12.977Z] === RUN   TestAllocateSerial
17:10:12 [2021-08-20T17:10:12.977Z] --- PASS: TestAllocateSerial (0.00s)
17:10:12 [2021-08-20T17:10:12.977Z] PASS
17:10:12 [2021-08-20T17:10:12.977Z] coverage: 87.5% of statements
17:10:12 [2021-08-20T17:10:12.977Z] ok  	github.com/docker/docker/libnetwork/idm	0.036s	coverage: 87.5% of statements
17:10:12 [2021-08-20T17:10:12.977Z] --- PASS: TestAllocateRandomDeallocate (0.97s)
17:10:12 [2021-08-20T17:10:12.977Z] === RUN   TestAllocateRandomDeallocateSerialize
17:10:13 [2021-08-20T17:10:13.431Z] === RUN   TestCaller
17:10:13 [2021-08-20T17:10:13.431Z] --- PASS: TestCaller (0.00s)
17:10:13 [2021-08-20T17:10:13.431Z] PASS
17:10:13 [2021-08-20T17:10:13.431Z] coverage: 100.0% of statements
17:10:13 [2021-08-20T17:10:13.431Z] ok  	github.com/docker/docker/libnetwork/internal/caller	0.034s	coverage: 100.0% of statements
17:10:13 [2021-08-20T17:10:13.538Z] --- PASS: TestCreateJob (3.57s)
17:10:13 [2021-08-20T17:10:13.538Z] === RUN   TestReplicatedJob
17:10:13 [2021-08-20T17:10:13.887Z] === RUN   TestSetSerialInsertDelete
17:10:13 [2021-08-20T17:10:13.887Z] --- PASS: TestSetSerialInsertDelete (0.00s)
17:10:13 [2021-08-20T17:10:13.887Z] === RUN   TestSetParallelInsertDelete
17:10:14 [2021-08-20T17:10:14.130Z] tests/integration/models_swarm_test.py ..                                [ 96%]
17:10:14 [2021-08-20T17:10:14.130Z] tests/integration/models_volumes_test.py ..                              [ 96%]
17:10:14 [2021-08-20T17:10:14.390Z] === RUN   TestDockerSuite/TestBuildDockerignoringRenamedDockerfile
17:10:14 [2021-08-20T17:10:14.851Z] === RUN   TestInt2IP2IntConversion
17:10:14 [2021-08-20T17:10:14.851Z] === RUN   TestPoolRequest
17:10:14 [2021-08-20T17:10:14.851Z] --- PASS: TestPoolRequest (0.00s)
17:10:14 [2021-08-20T17:10:14.851Z] === RUN   TestOtherRequests
17:10:14 [2021-08-20T17:10:14.851Z] --- PASS: TestOtherRequests (0.00s)
17:10:14 [2021-08-20T17:10:14.851Z] PASS
17:10:14 [2021-08-20T17:10:14.851Z] coverage: 57.1% of statements
17:10:14 [2021-08-20T17:10:14.851Z] ok  	github.com/docker/docker/libnetwork/ipams/null	0.034s	coverage: 57.1% of statements
17:10:14 [2021-08-20T17:10:14.851Z] --- PASS: TestAllocateRandomDeallocateSerialize (1.85s)
17:10:14 [2021-08-20T17:10:14.851Z] === RUN   TestRetrieveFromStore
17:10:15 [2021-08-20T17:10:15.308Z] --- PASS: TestInt2IP2IntConversion (0.54s)
17:10:15 [2021-08-20T17:10:15.308Z] === RUN   TestGetAddressVersion
17:10:15 [2021-08-20T17:10:15.308Z] --- PASS: TestGetAddressVersion (0.00s)
17:10:15 [2021-08-20T17:10:15.308Z] === RUN   TestKeyString
17:10:15 [2021-08-20T17:10:15.308Z] --- PASS: TestKeyString (0.00s)
17:10:15 [2021-08-20T17:10:15.308Z] === RUN   TestPoolDataMarshal
17:10:15 [2021-08-20T17:10:15.308Z] --- PASS: TestPoolDataMarshal (0.00s)
17:10:15 [2021-08-20T17:10:15.308Z] === RUN   TestSubnetsMarshal
17:10:15 [2021-08-20T17:10:15.308Z] --- PASS: TestSubnetsMarshal (0.05s)
17:10:15 [2021-08-20T17:10:15.308Z] === RUN   TestAddSubnets
17:10:15 [2021-08-20T17:10:15.308Z] --- PASS: TestAddSubnets (0.05s)
17:10:15 [2021-08-20T17:10:15.308Z] === RUN   TestDoublePoolRelease
17:10:15 [2021-08-20T17:10:15.308Z] --- PASS: TestDoublePoolRelease (0.02s)
17:10:15 [2021-08-20T17:10:15.308Z] === RUN   TestAddReleasePoolID
17:10:15 [2021-08-20T17:10:15.308Z] --- PASS: TestAddReleasePoolID (0.07s)
17:10:15 [2021-08-20T17:10:15.308Z] === RUN   TestPredefinedPool
17:10:15 [2021-08-20T17:10:15.308Z] --- PASS: TestPredefinedPool (0.03s)
17:10:15 [2021-08-20T17:10:15.308Z] === RUN   TestRemoveSubnet
17:10:15 [2021-08-20T17:10:15.757Z] === RUN   TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault
17:10:15 [2021-08-20T17:10:15.765Z] --- PASS: TestRemoveSubnet (0.21s)
17:10:15 [2021-08-20T17:10:15.765Z] === RUN   TestGetSameAddress
17:10:15 [2021-08-20T17:10:15.765Z] --- PASS: TestRetrieveFromStore (0.71s)
17:10:15 [2021-08-20T17:10:15.765Z] === RUN   TestIsCorrupted
17:10:15 [2021-08-20T17:10:15.765Z] --- PASS: TestGetSameAddress (0.02s)
17:10:15 [2021-08-20T17:10:15.765Z] === RUN   TestPoolAllocationReuse
17:10:15 [2021-08-20T17:10:15.765Z] --- PASS: TestIsCorrupted (0.01s)
17:10:15 [2021-08-20T17:10:15.765Z] === RUN   TestSetRollover
17:10:15 [2021-08-20T17:10:15.765Z] === RUN   TestGetCapabilities
17:10:16 [2021-08-20T17:10:16.220Z] --- PASS: TestGetCapabilities (0.01s)
17:10:16 [2021-08-20T17:10:16.220Z] === RUN   TestGetCapabilitiesFromLegacyDriver
17:10:16 [2021-08-20T17:10:16.220Z] --- PASS: TestGetCapabilitiesFromLegacyDriver (0.00s)
17:10:16 [2021-08-20T17:10:16.220Z] === RUN   TestGetDefaultAddressSpaces
17:10:16 [2021-08-20T17:10:16.220Z] --- PASS: TestGetDefaultAddressSpaces (0.00s)
17:10:16 [2021-08-20T17:10:16.220Z] === RUN   TestRemoteDriver
17:10:16 [2021-08-20T17:10:16.220Z] --- PASS: TestRemoteDriver (0.01s)
17:10:16 [2021-08-20T17:10:16.220Z] PASS
17:10:16 [2021-08-20T17:10:16.220Z] coverage: 47.4% of statements
17:10:16 [2021-08-20T17:10:16.220Z] ok  	github.com/docker/docker/libnetwork/ipams/remote	0.064s	coverage: 47.4% of statements
17:10:16 [2021-08-20T17:10:16.675Z] === RUN   TestWindowsIPAM
17:10:16 [2021-08-20T17:10:16.675Z] --- PASS: TestWindowsIPAM (0.00s)
17:10:16 [2021-08-20T17:10:16.675Z] PASS
17:10:16 [2021-08-20T17:10:16.675Z] coverage: 71.4% of statements
17:10:16 [2021-08-20T17:10:16.675Z] ok  	github.com/docker/docker/libnetwork/ipams/windowsipam	0.037s	coverage: 71.4% of statements
17:10:17 [2021-08-20T17:10:17.132Z] --- PASS: TestSetRollover (1.46s)
17:10:17 [2021-08-20T17:10:17.132Z] === RUN   TestSetRolloverSerial
17:10:17 [2021-08-20T17:10:17.132Z] --- PASS: TestPoolAllocationReuse (1.59s)
17:10:17 [2021-08-20T17:10:17.132Z] === RUN   TestGetAddressSubPoolEqualPool
17:10:17 [2021-08-20T17:10:17.132Z] --- PASS: TestGetAddressSubPoolEqualPool (0.02s)
17:10:17 [2021-08-20T17:10:17.132Z] === RUN   TestRequestReleaseAddressFromSubPool
17:10:17 [2021-08-20T17:10:17.588Z] === RUN   TestDefaultNetwork
17:10:17 [2021-08-20T17:10:17.588Z] --- PASS: TestDefaultNetwork (0.25s)
17:10:17 [2021-08-20T17:10:17.588Z] === RUN   TestConfigGlobalScopeDefaultNetworks
17:10:18 [2021-08-20T17:10:18.043Z] --- PASS: TestConfigGlobalScopeDefaultNetworks (0.23s)
17:10:18 [2021-08-20T17:10:18.043Z] === RUN   TestInitAddressPools
17:10:18 [2021-08-20T17:10:18.043Z] --- PASS: TestInitAddressPools (0.00s)
17:10:18 [2021-08-20T17:10:18.043Z] PASS
17:10:18 [2021-08-20T17:10:18.043Z] coverage: 74.0% of statements
17:10:18 [2021-08-20T17:10:18.043Z] ok  	github.com/docker/docker/libnetwork/ipamutils	0.546s	coverage: 74.0% of statements
17:10:18 [2021-08-20T17:10:18.503Z] === RUN   TestKeyValue
17:10:18 [2021-08-20T17:10:18.503Z] --- PASS: TestKeyValue (0.00s)
17:10:18 [2021-08-20T17:10:18.503Z] PASS
17:10:18 [2021-08-20T17:10:18.503Z] coverage: 60.0% of statements
17:10:18 [2021-08-20T17:10:18.503Z] ok  	github.com/docker/docker/libnetwork/netlabel	0.037s	coverage: 60.0% of statements
17:10:18 [2021-08-20T17:10:18.503Z] --- PASS: TestSetRolloverSerial (1.31s)
17:10:18 [2021-08-20T17:10:18.503Z] === RUN   TestGetFirstAvailableFromCurrent
17:10:18 [2021-08-20T17:10:18.503Z] --- PASS: TestGetFirstAvailableFromCurrent (0.00s)
17:10:18 [2021-08-20T17:10:18.503Z] PASS
17:10:18 [2021-08-20T17:10:18.503Z] coverage: 84.4% of statements
17:10:18 [2021-08-20T17:10:18.503Z] ok  	github.com/docker/docker/libnetwork/bitseq	11.873s	coverage: 84.4% of statements
17:10:18 [2021-08-20T17:10:18.997Z] ok  	github.com/docker/docker/libnetwork/osl	4.439s	coverage: 39.7% of statements
17:10:18 [2021-08-20T17:10:18.997Z] ok  	github.com/docker/docker/libnetwork/osl/kernel	0.004s	coverage: 20.0% of statements
17:10:19 [2021-08-20T17:10:19.028Z] === RUN   TestDockerDaemonSuite/TestShmSize
17:10:19 [2021-08-20T17:10:19.067Z] tests/integration/regression_test.py ......                              [ 98%]
17:10:19 [2021-08-20T17:10:19.585Z] tests/integration/credentials/store_test.py ......                       [ 99%]
17:10:19 [2021-08-20T17:10:19.585Z] tests/integration/credentials/utils_test.py .                            [100%]
17:10:19 [2021-08-20T17:10:19.585Z] 
17:10:19 [2021-08-20T17:10:19.585Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml -------
17:10:19 [2021-08-20T17:10:19.585Z] =========================== short test summary info ============================
17:10:19 [2021-08-20T17:10:19.585Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options
17:10:19 [2021-08-20T17:10:19.585Z]   CONFIG_RT_GROUP_SCHED isn't enabled
17:10:19 [2021-08-20T17:10:19.585Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt
17:10:19 [2021-08-20T17:10:19.585Z]   Not supported on most drivers
17:10:19 [2021-08-20T17:10:19.585Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top
17:10:19 [2021-08-20T17:10:19.585Z]   Output of docker top depends on host distro, and is not formalized.
17:10:19 [2021-08-20T17:10:19.585Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs
17:10:19 [2021-08-20T17:10:19.585Z]   Output of docker top depends on host distro, and is not formalized.
17:10:19 [2021-08-20T17:10:19.585Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr
17:10:19 [2021-08-20T17:10:19.585Z]   Can fail if eth0 has multiple IP addresses
17:10:19 [2021-08-20T17:10:19.585Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver
17:10:19 [2021-08-20T17:10:19.585Z]   This doesn't seem to be taken into account by the engine
17:10:19 [2021-08-20T17:10:19.585Z] SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME
17:10:19 [2021-08-20T17:10:19.585Z] SKIPPED [1] tests/integration/api_service_test.py:473: API version is too low (< 1.40)
17:10:19 [2021-08-20T17:10:19.585Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0
17:10:19 [2021-08-20T17:10:19.585Z] = 378 passed, 3 skipped, 1 deselected, 6 xfailed, 2 xpassed in 344.68 seconds ==
17:10:19 [2021-08-20T17:10:19.844Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py)
17:10:20 [2021-08-20T17:10:20.103Z] --- PASS: TestReplicatedJob (6.23s)
17:10:20 [2021-08-20T17:10:20.103Z] === RUN   TestUpdateReplicatedJob
17:10:21 [2021-08-20T17:10:21.389Z] === RUN   TestNetworkDBSimple
17:10:21 [2021-08-20T17:10:21.549Z] === RUN   TestDockerDaemonSuite/TestShmSizeReload
17:10:21 [2021-08-20T17:10:21.845Z] --- PASS: TestRequestReleaseAddressFromSubPool (4.33s)
17:10:21 [2021-08-20T17:10:21.845Z] === RUN   TestSerializeRequestReleaseAddressFromSubPool
17:10:22 [2021-08-20T17:10:22.293Z] ok  	github.com/docker/docker/libnetwork/portallocator	0.015s	coverage: 86.1% of statements
17:10:22 [2021-08-20T17:10:22.299Z] 2021/08/20 17:10:22 Closing DB instances...
17:10:22 [2021-08-20T17:10:22.710Z] --- PASS: TestBuildMultiStageOnBuild (14.34s)
17:10:22 [2021-08-20T17:10:22.710Z] === RUN   TestBuildUncleanTarFilenames
17:10:22 [2021-08-20T17:10:22.710Z]     build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME
17:10:22 [2021-08-20T17:10:22.710Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s)
17:10:22 [2021-08-20T17:10:22.710Z] === RUN   TestBuildMultiStageLayerLeak
17:10:22 [2021-08-20T17:10:22.754Z] ?   	github.com/docker/docker/libnetwork/cluster	[no test files]
17:10:22 [2021-08-20T17:10:22.754Z] ?   	github.com/docker/docker/libnetwork/cmd/diagnostic	[no test files]
17:10:22 [2021-08-20T17:10:22.754Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test	[no test files]
17:10:22 [2021-08-20T17:10:22.754Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient	[no test files]
17:10:22 [2021-08-20T17:10:22.754Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver	[no test files]
17:10:22 [2021-08-20T17:10:22.754Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient	[no test files]
17:10:22 [2021-08-20T17:10:22.754Z] ?   	github.com/docker/docker/libnetwork/cmd/readme_test	[no test files]
17:10:22 [2021-08-20T17:10:22.754Z] ?   	github.com/docker/docker/libnetwork/diagnostic	[no test files]
17:10:22 [2021-08-20T17:10:22.754Z] ?   	github.com/docker/docker/libnetwork/discoverapi	[no test files]
17:10:22 [2021-08-20T17:10:22.754Z] ?   	github.com/docker/docker/libnetwork/drivers/bridge	[no test files]
17:10:22 [2021-08-20T17:10:22.754Z] ?   	github.com/docker/docker/libnetwork/drivers/bridge/brmanager	[no test files]
17:10:22 [2021-08-20T17:10:22.754Z] ?   	github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager	[no test files]
17:10:22 [2021-08-20T17:10:22.754Z] ?   	github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager	[no test files]
17:10:22 [2021-08-20T17:10:22.754Z] ?   	github.com/docker/docker/libnetwork/drivers/overlay	[no test files]
17:10:22 [2021-08-20T17:10:22.754Z] ?   	github.com/docker/docker/libnetwork/drivers/overlay/overlayutils	[no test files]
17:10:22 [2021-08-20T17:10:22.754Z] ?   	github.com/docker/docker/libnetwork/drivers/remote/api	[no test files]
17:10:22 [2021-08-20T17:10:22.754Z] ?   	github.com/docker/docker/libnetwork/drivers/windows/overlay	[no test files]
17:10:23 [2021-08-20T17:10:23.211Z] === RUN   TestGenerate
17:10:23 [2021-08-20T17:10:23.211Z] --- PASS: TestGenerate (0.00s)
17:10:23 [2021-08-20T17:10:23.211Z] === RUN   TestGeneratePtr
17:10:23 [2021-08-20T17:10:23.211Z] --- PASS: TestGeneratePtr (0.00s)
17:10:23 [2021-08-20T17:10:23.211Z] === RUN   TestGenerateMissingField
17:10:23 [2021-08-20T17:10:23.211Z] --- PASS: TestGenerateMissingField (0.00s)
17:10:23 [2021-08-20T17:10:23.211Z] === RUN   TestFieldCannotBeSet
17:10:23 [2021-08-20T17:10:23.211Z] --- PASS: TestFieldCannotBeSet (0.00s)
17:10:23 [2021-08-20T17:10:23.211Z] === RUN   TestTypeMismatchError
17:10:23 [2021-08-20T17:10:23.211Z] --- PASS: TestTypeMismatchError (0.00s)
17:10:23 [2021-08-20T17:10:23.211Z] PASS
17:10:23 [2021-08-20T17:10:23.211Z] coverage: 100.0% of statements
17:10:23 [2021-08-20T17:10:23.211Z] ok  	github.com/docker/docker/libnetwork/options	0.035s	coverage: 100.0% of statements
17:10:23 [2021-08-20T17:10:23.211Z] --- PASS: TestSerializeRequestReleaseAddressFromSubPool (1.57s)
17:10:23 [2021-08-20T17:10:23.211Z] === RUN   TestGetAddress
17:10:23 [2021-08-20T17:10:23.389Z] --- PASS: TestUpdateReplicatedJob (3.66s)
17:10:23 [2021-08-20T17:10:23.389Z] === RUN   TestServiceListWithStatuses
17:10:23 [2021-08-20T17:10:23.389Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
17:10:23 [2021-08-20T17:10:23.389Z] --- SKIP: TestServiceListWithStatuses (0.00s)
17:10:23 [2021-08-20T17:10:23.389Z] === RUN   TestDockerNetworkConnectAlias
17:10:23 [2021-08-20T17:10:23.440Z] === RUN   TestDockerSuite/TestBuildDockerignoringWholeDir
17:10:23 [2021-08-20T17:10:23.668Z] --- PASS: TestNetworkDBSimple (2.06s)
17:10:23 [2021-08-20T17:10:23.668Z] === RUN   TestNetworkDBJoinLeaveNetwork
17:10:23 [2021-08-20T17:10:23.668Z] --- PASS: TestSetParallelInsertDelete (10.01s)
17:10:23 [2021-08-20T17:10:23.668Z] PASS
17:10:23 [2021-08-20T17:10:23.668Z] coverage: 100.0% of statements
17:10:23 [2021-08-20T17:10:23.668Z] ok  	github.com/docker/docker/libnetwork/internal/setmatrix	10.040s	coverage: 100.0% of statements
17:10:23 [2021-08-20T17:10:23.668Z] testing: warning: no tests to run
17:10:23 [2021-08-20T17:10:23.668Z] PASS
17:10:23 [2021-08-20T17:10:23.668Z] coverage: 0.0% of statements
17:10:23 [2021-08-20T17:10:23.668Z] ok  	github.com/docker/docker/libnetwork/osl	0.032s	coverage: 0.0% of statements [no tests to run]
17:10:24 [2021-08-20T17:10:24.124Z] === RUN   TestRequestNewPort
17:10:24 [2021-08-20T17:10:24.124Z] --- PASS: TestRequestNewPort (0.00s)
17:10:24 [2021-08-20T17:10:24.124Z] === RUN   TestRequestSpecificPort
17:10:24 [2021-08-20T17:10:24.124Z] --- PASS: TestRequestSpecificPort (0.00s)
17:10:24 [2021-08-20T17:10:24.124Z] === RUN   TestReleasePort
17:10:24 [2021-08-20T17:10:24.124Z] --- PASS: TestReleasePort (0.00s)
17:10:24 [2021-08-20T17:10:24.124Z] === RUN   TestReuseReleasedPort
17:10:24 [2021-08-20T17:10:24.124Z] --- PASS: TestReuseReleasedPort (0.00s)
17:10:24 [2021-08-20T17:10:24.124Z] === RUN   TestReleaseUnreadledPort
17:10:24 [2021-08-20T17:10:24.124Z] --- PASS: TestReleaseUnreadledPort (0.00s)
17:10:24 [2021-08-20T17:10:24.124Z] === RUN   TestUnknowProtocol
17:10:24 [2021-08-20T17:10:24.124Z] --- PASS: TestUnknowProtocol (0.00s)
17:10:24 [2021-08-20T17:10:24.124Z] === RUN   TestAllocateAllPorts
17:10:24 [2021-08-20T17:10:24.124Z] --- PASS: TestAllocateAllPorts (0.00s)
17:10:24 [2021-08-20T17:10:24.124Z] === RUN   TestPortAllocation
17:10:24 [2021-08-20T17:10:24.124Z] --- PASS: TestPortAllocation (0.00s)
17:10:24 [2021-08-20T17:10:24.124Z] === RUN   TestPortAllocationWithCustomRange
17:10:24 [2021-08-20T17:10:24.124Z] --- PASS: TestPortAllocationWithCustomRange (0.00s)
17:10:24 [2021-08-20T17:10:24.124Z] === RUN   TestNoDuplicateBPR
17:10:24 [2021-08-20T17:10:24.124Z] --- PASS: TestNoDuplicateBPR (0.00s)
17:10:24 [2021-08-20T17:10:24.124Z] === RUN   TestChangePortRange
17:10:24 [2021-08-20T17:10:24.124Z]     portallocator_test.go:343: test: port allocate range 65001-65010, setErr=begin out of range, reqPort=0
17:10:24 [2021-08-20T17:10:24.124Z]     portallocator_test.go:343: test: port allocate range 59990-59999, setErr=end out of range, reqPort=0
17:10:24 [2021-08-20T17:10:24.124Z]     portallocator_test.go:343: test: port allocate range 65000-60000, setErr=out of order, reqPort=0
17:10:24 [2021-08-20T17:10:24.124Z]     portallocator_test.go:343: test: port allocate range 60100-65010, setErr=<nil>, reqPort=60100
17:10:24 [2021-08-20T17:10:24.124Z]     portallocator_test.go:343: test: port allocate range 0-0, setErr=<nil>, reqPort=60000
17:10:24 [2021-08-20T17:10:24.124Z]     portallocator_test.go:343: test: port allocate range 59900-65000, setErr=<nil>, reqPort=60001
17:10:24 [2021-08-20T17:10:24.124Z] --- PASS: TestChangePortRange (0.00s)
17:10:24 [2021-08-20T17:10:24.124Z] PASS
17:10:24 [2021-08-20T17:10:24.124Z] coverage: 88.6% of statements
17:10:24 [2021-08-20T17:10:24.124Z] ok  	github.com/docker/docker/libnetwork/portallocator	0.030s	coverage: 88.6% of statements
17:10:24 [2021-08-20T17:10:24.582Z] testing: warning: no tests to run
17:10:24 [2021-08-20T17:10:24.582Z] PASS
17:10:24 [2021-08-20T17:10:24.582Z] coverage: 0.0% of statements
17:10:24 [2021-08-20T17:10:24.582Z] ok  	github.com/docker/docker/libnetwork/portmapper	0.030s	coverage: 0.0% of statements [no tests to run]
17:10:24 [2021-08-20T17:10:24.808Z] === RUN   TestDockerDaemonSuite/TestTLSVerify
17:10:24 [2021-08-20T17:10:24.808Z]     check_test.go:309: [dd60a65c3d042] daemon is not started
17:10:24 [2021-08-20T17:10:24.808Z] === RUN   TestDockerDaemonSuite/TestVolumePlugin
17:10:25 [2021-08-20T17:10:25.036Z] 2021/08/20 17:10:24 Closing DB instances...
17:10:25 [2021-08-20T17:10:25.036Z] === RUN   TestHashData
17:10:25 [2021-08-20T17:10:25.036Z] --- PASS: TestHashData (0.00s)
17:10:25 [2021-08-20T17:10:25.036Z] PASS
17:10:25 [2021-08-20T17:10:25.036Z] coverage: 2.8% of statements
17:10:25 [2021-08-20T17:10:25.036Z] ok  	github.com/docker/docker/libnetwork/resolvconf	0.033s	coverage: 2.8% of statements
17:10:25 [2021-08-20T17:10:25.036Z] === RUN   TestTransportPortConv
17:10:25 [2021-08-20T17:10:25.036Z] --- PASS: TestTransportPortConv (0.00s)
17:10:25 [2021-08-20T17:10:25.036Z] === RUN   TestTransportPortBindingConv
17:10:25 [2021-08-20T17:10:25.036Z] --- PASS: TestTransportPortBindingConv (0.00s)
17:10:25 [2021-08-20T17:10:25.036Z] === RUN   TestErrorConstructors
17:10:25 [2021-08-20T17:10:25.036Z] --- PASS: TestErrorConstructors (0.00s)
17:10:25 [2021-08-20T17:10:25.036Z] === RUN   TestCompareIPMask
17:10:25 [2021-08-20T17:10:25.036Z] --- PASS: TestCompareIPMask (0.00s)
17:10:25 [2021-08-20T17:10:25.036Z] === RUN   TestUtilGetHostPartIP
17:10:25 [2021-08-20T17:10:25.036Z] --- PASS: TestUtilGetHostPartIP (0.00s)
17:10:25 [2021-08-20T17:10:25.036Z] === RUN   TestUtilGetBroadcastIP
17:10:25 [2021-08-20T17:10:25.036Z] --- PASS: TestUtilGetBroadcastIP (0.00s)
17:10:25 [2021-08-20T17:10:25.036Z] === RUN   TestParseCIDR
17:10:25 [2021-08-20T17:10:25.036Z] --- PASS: TestParseCIDR (0.00s)
17:10:25 [2021-08-20T17:10:25.036Z] PASS
17:10:25 [2021-08-20T17:10:25.036Z] coverage: 47.9% of statements
17:10:25 [2021-08-20T17:10:25.036Z] ok  	github.com/docker/docker/libnetwork/types	0.038s	coverage: 47.9% of statements
17:10:25 [2021-08-20T17:10:25.999Z] === RUN   TestAppendDevicePermissionsFromCgroupRules
17:10:25 [2021-08-20T17:10:25.999Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/empty_rule
17:10:25 [2021-08-20T17:10:25.999Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column
17:10:25 [2021-08-20T17:10:25.999Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column
17:10:25 [2021-08-20T17:10:25.999Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/leading_spaces
17:10:25 [2021-08-20T17:10:25.999Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/trailing_spaces
17:10:25 [2021-08-20T17:10:25.999Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/unknown_device_type
17:10:25 [2021-08-20T17:10:25.999Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/invalid_device_type
17:10:25 [2021-08-20T17:10:25.999Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/missing_colon
17:10:25 [2021-08-20T17:10:25.999Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor
17:10:25 [2021-08-20T17:10:25.999Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/negative_major_device
17:10:26 [2021-08-20T17:10:26.000Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/negative_minor_device
17:10:26 [2021-08-20T17:10:26.000Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/missing_permissions
17:10:26 [2021-08-20T17:10:26.000Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/invalid_permissions
17:10:26 [2021-08-20T17:10:26.000Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/too_many_permissions
17:10:26 [2021-08-20T17:10:26.000Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/major_out_of_range
17:10:26 [2021-08-20T17:10:26.000Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range
17:10:26 [2021-08-20T17:10:26.000Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices
17:10:26 [2021-08-20T17:10:26.000Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices
17:10:26 [2021-08-20T17:10:26.000Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices
17:10:26 [2021-08-20T17:10:26.000Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions
17:10:26 [2021-08-20T17:10:26.000Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/wildcard_major
17:10:26 [2021-08-20T17:10:26.000Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/wildcard_minor
17:10:26 [2021-08-20T17:10:26.000Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor
17:10:26 [2021-08-20T17:10:26.000Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission
17:10:26 [2021-08-20T17:10:26.000Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission
17:10:26 [2021-08-20T17:10:26.000Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission
17:10:26 [2021-08-20T17:10:26.000Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission
17:10:26 [2021-08-20T17:10:26.000Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s)
17:10:26 [2021-08-20T17:10:26.000Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s)
17:10:26 [2021-08-20T17:10:26.000Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s)
17:10:26 [2021-08-20T17:10:26.000Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s)
17:10:26 [2021-08-20T17:10:26.000Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s)
17:10:26 [2021-08-20T17:10:26.000Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s)
17:10:26 [2021-08-20T17:10:26.000Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s)
17:10:26 [2021-08-20T17:10:26.000Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s)
17:10:26 [2021-08-20T17:10:26.000Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s)
17:10:26 [2021-08-20T17:10:26.000Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s)
17:10:26 [2021-08-20T17:10:26.000Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s)
17:10:26 [2021-08-20T17:10:26.000Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s)
17:10:26 [2021-08-20T17:10:26.000Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s)
17:10:26 [2021-08-20T17:10:26.000Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s)
17:10:26 [2021-08-20T17:10:26.000Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s)
17:10:26 [2021-08-20T17:10:26.000Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s)
17:10:26 [2021-08-20T17:10:26.000Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s)
17:10:26 [2021-08-20T17:10:26.000Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s)
17:10:26 [2021-08-20T17:10:26.000Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s)
17:10:26 [2021-08-20T17:10:26.000Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s)
17:10:26 [2021-08-20T17:10:26.000Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s)
17:10:26 [2021-08-20T17:10:26.000Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s)
17:10:26 [2021-08-20T17:10:26.000Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s)
17:10:26 [2021-08-20T17:10:26.000Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s)
17:10:26 [2021-08-20T17:10:26.000Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s)
17:10:26 [2021-08-20T17:10:26.000Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s)
17:10:26 [2021-08-20T17:10:26.000Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s)
17:10:26 [2021-08-20T17:10:26.000Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s)
17:10:26 [2021-08-20T17:10:26.000Z] PASS
17:10:26 [2021-08-20T17:10:26.000Z] coverage: 50.0% of statements
17:10:26 [2021-08-20T17:10:26.000Z] ok  	github.com/docker/docker/oci	0.038s	coverage: 50.0% of statements
17:10:26 [2021-08-20T17:10:26.000Z] === RUN   TestAddressPoolOpt
17:10:26 [2021-08-20T17:10:26.000Z] --- PASS: TestAddressPoolOpt (0.00s)
17:10:26 [2021-08-20T17:10:26.000Z] === RUN   TestValidateEnv
17:10:26 [2021-08-20T17:10:26.000Z] === RUN   TestValidateEnv/a
17:10:26 [2021-08-20T17:10:26.000Z] === RUN   TestValidateEnv/something
17:10:26 [2021-08-20T17:10:26.000Z] === RUN   TestValidateEnv/_=a
17:10:26 [2021-08-20T17:10:26.000Z] === RUN   TestValidateEnv/env1=value1
17:10:26 [2021-08-20T17:10:26.000Z] === RUN   TestValidateEnv/_env1=value1
17:10:26 [2021-08-20T17:10:26.000Z] === RUN   TestValidateEnv/env2=value2=value3
17:10:26 [2021-08-20T17:10:26.000Z] === RUN   TestValidateEnv/env3=abc!qwe
17:10:26 [2021-08-20T17:10:26.000Z] === RUN   TestValidateEnv/env_4=value_4
17:10:26 [2021-08-20T17:10:26.000Z] === RUN   TestValidateEnv/PATH
17:10:26 [2021-08-20T17:10:26.000Z] === RUN   TestValidateEnv/=a
17:10:26 [2021-08-20T17:10:26.000Z] === RUN   TestValidateEnv/PATH=
17:10:26 [2021-08-20T17:10:26.000Z] === RUN   TestValidateEnv/PATH=something
17:10:26 [2021-08-20T17:10:26.000Z] === RUN   TestValidateEnv/asd!qwe
17:10:26 [2021-08-20T17:10:26.000Z] === RUN   TestValidateEnv/1asd
17:10:26 [2021-08-20T17:10:26.000Z] === RUN   TestValidateEnv/123
17:10:26 [2021-08-20T17:10:26.000Z] === RUN   TestValidateEnv/some_space
17:10:26 [2021-08-20T17:10:26.000Z] === RUN   TestValidateEnv/__some_space_before
17:10:26 [2021-08-20T17:10:26.000Z] === RUN   TestValidateEnv/some_space_after__
17:10:26 [2021-08-20T17:10:26.456Z] === RUN   TestValidateEnv/=
17:10:26 [2021-08-20T17:10:26.456Z] === RUN   TestValidateEnv/PaTh
17:10:26 [2021-08-20T17:10:26.456Z] --- PASS: TestValidateEnv (0.00s)
17:10:26 [2021-08-20T17:10:26.456Z]     --- PASS: TestValidateEnv/a (0.00s)
17:10:26 [2021-08-20T17:10:26.456Z]     --- PASS: TestValidateEnv/something (0.00s)
17:10:26 [2021-08-20T17:10:26.456Z]     --- PASS: TestValidateEnv/_=a (0.00s)
17:10:26 [2021-08-20T17:10:26.456Z]     --- PASS: TestValidateEnv/env1=value1 (0.00s)
17:10:26 [2021-08-20T17:10:26.456Z]     --- PASS: TestValidateEnv/_env1=value1 (0.00s)
17:10:26 [2021-08-20T17:10:26.456Z]     --- PASS: TestValidateEnv/env2=value2=value3 (0.00s)
17:10:26 [2021-08-20T17:10:26.456Z]     --- PASS: TestValidateEnv/env3=abc!qwe (0.00s)
17:10:26 [2021-08-20T17:10:26.456Z]     --- PASS: TestValidateEnv/env_4=value_4 (0.00s)
17:10:26 [2021-08-20T17:10:26.456Z]     --- PASS: TestValidateEnv/PATH (0.00s)
17:10:26 [2021-08-20T17:10:26.456Z]     --- PASS: TestValidateEnv/=a (0.00s)
17:10:26 [2021-08-20T17:10:26.456Z]     --- PASS: TestValidateEnv/PATH= (0.00s)
17:10:26 [2021-08-20T17:10:26.456Z]     --- PASS: TestValidateEnv/PATH=something (0.00s)
17:10:26 [2021-08-20T17:10:26.456Z]     --- PASS: TestValidateEnv/asd!qwe (0.00s)
17:10:26 [2021-08-20T17:10:26.456Z]     --- PASS: TestValidateEnv/1asd (0.00s)
17:10:26 [2021-08-20T17:10:26.456Z]     --- PASS: TestValidateEnv/123 (0.00s)
17:10:26 [2021-08-20T17:10:26.456Z]     --- PASS: TestValidateEnv/some_space (0.00s)
17:10:26 [2021-08-20T17:10:26.456Z]     --- PASS: TestValidateEnv/__some_space_before (0.00s)
17:10:26 [2021-08-20T17:10:26.456Z]     --- PASS: TestValidateEnv/some_space_after__ (0.00s)
17:10:26 [2021-08-20T17:10:26.456Z]     --- PASS: TestValidateEnv/= (0.00s)
17:10:26 [2021-08-20T17:10:26.456Z]     --- PASS: TestValidateEnv/PaTh (0.00s)
17:10:26 [2021-08-20T17:10:26.456Z] === RUN   TestParseHost
17:10:26 [2021-08-20T17:10:26.456Z] --- PASS: TestParseHost (0.00s)
17:10:26 [2021-08-20T17:10:26.456Z] === RUN   TestParseDockerDaemonHost
17:10:26 [2021-08-20T17:10:26.456Z] --- PASS: TestParseDockerDaemonHost (0.00s)
17:10:26 [2021-08-20T17:10:26.456Z] === RUN   TestParseTCP
17:10:26 [2021-08-20T17:10:26.456Z] --- PASS: TestParseTCP (0.00s)
17:10:26 [2021-08-20T17:10:26.456Z] === RUN   TestParseInvalidUnixAddrInvalid
17:10:26 [2021-08-20T17:10:26.456Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s)
17:10:26 [2021-08-20T17:10:26.456Z] === RUN   TestValidateExtraHosts
17:10:26 [2021-08-20T17:10:26.456Z] --- PASS: TestValidateExtraHosts (0.00s)
17:10:26 [2021-08-20T17:10:26.456Z] === RUN   TestIpOptString
17:10:26 [2021-08-20T17:10:26.456Z] --- PASS: TestIpOptString (0.00s)
17:10:26 [2021-08-20T17:10:26.456Z] === RUN   TestNewIpOptInvalidDefaultVal
17:10:26 [2021-08-20T17:10:26.456Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s)
17:10:26 [2021-08-20T17:10:26.456Z] === RUN   TestNewIpOptValidDefaultVal
17:10:26 [2021-08-20T17:10:26.456Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s)
17:10:26 [2021-08-20T17:10:26.456Z] === RUN   TestIpOptSetInvalidVal
17:10:26 [2021-08-20T17:10:26.456Z] --- PASS: TestIpOptSetInvalidVal (0.00s)
17:10:26 [2021-08-20T17:10:26.456Z] === RUN   TestValidateIPAddress
17:10:26 [2021-08-20T17:10:26.456Z] --- PASS: TestValidateIPAddress (0.00s)
17:10:26 [2021-08-20T17:10:26.456Z] === RUN   TestMapOpts
17:10:26 [2021-08-20T17:10:26.456Z] --- PASS: TestMapOpts (0.00s)
17:10:26 [2021-08-20T17:10:26.456Z] === RUN   TestListOptsWithoutValidator
17:10:26 [2021-08-20T17:10:26.456Z] --- PASS: TestListOptsWithoutValidator (0.00s)
17:10:26 [2021-08-20T17:10:26.456Z] === RUN   TestListOptsWithValidator
17:10:26 [2021-08-20T17:10:26.456Z] --- PASS: TestListOptsWithValidator (0.00s)
17:10:26 [2021-08-20T17:10:26.456Z] === RUN   TestValidateDNSSearch
17:10:26 [2021-08-20T17:10:26.456Z] --- PASS: TestValidateDNSSearch (0.00s)
17:10:26 [2021-08-20T17:10:26.456Z] === RUN   TestValidateLabel
17:10:26 [2021-08-20T17:10:26.456Z] === RUN   TestValidateLabel/lable_with_bad_attribute_format
17:10:26 [2021-08-20T17:10:26.456Z] === RUN   TestValidateLabel/label_with_general_format
17:10:26 [2021-08-20T17:10:26.456Z] === RUN   TestValidateLabel/label_with_more_than_one_=
17:10:26 [2021-08-20T17:10:26.456Z] === RUN   TestValidateLabel/label_with_one_more
17:10:26 [2021-08-20T17:10:26.456Z] === RUN   TestValidateLabel/label_with_no_reserved_com.docker.*
17:10:26 [2021-08-20T17:10:26.456Z] === RUN   TestValidateLabel/label_with_no_reserved_io.docker.*
17:10:26 [2021-08-20T17:10:26.456Z] === RUN   TestValidateLabel/label_with_no_reserved_org.dockerproject.*
17:10:26 [2021-08-20T17:10:26.456Z] === RUN   TestValidateLabel/label_with_reserved_com.docker.*
17:10:26 [2021-08-20T17:10:26.456Z] === RUN   TestValidateLabel/label_with_reserved_upcase_com.docker.*_
17:10:26 [2021-08-20T17:10:26.456Z] === RUN   TestValidateLabel/label_with_reserved_io.docker.*
17:10:26 [2021-08-20T17:10:26.456Z] === RUN   TestValidateLabel/label_with_reserved_upcase_io.docker.*
17:10:26 [2021-08-20T17:10:26.456Z] === RUN   TestValidateLabel/label_with_reserved_org.dockerproject.*
17:10:26 [2021-08-20T17:10:26.456Z] === RUN   TestValidateLabel/label_with_reserved_upcase_org.dockerproject.*
17:10:26 [2021-08-20T17:10:26.456Z] --- PASS: TestValidateLabel (0.00s)
17:10:26 [2021-08-20T17:10:26.456Z]     --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s)
17:10:26 [2021-08-20T17:10:26.456Z]     --- PASS: TestValidateLabel/label_with_general_format (0.00s)
17:10:26 [2021-08-20T17:10:26.456Z]     --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s)
17:10:26 [2021-08-20T17:10:26.456Z]     --- PASS: TestValidateLabel/label_with_one_more (0.00s)
17:10:26 [2021-08-20T17:10:26.456Z]     --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s)
17:10:26 [2021-08-20T17:10:26.456Z]     --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s)
17:10:26 [2021-08-20T17:10:26.456Z]     --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s)
17:10:26 [2021-08-20T17:10:26.456Z]     --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s)
17:10:26 [2021-08-20T17:10:26.456Z]     --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s)
17:10:26 [2021-08-20T17:10:26.456Z]     --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s)
17:10:26 [2021-08-20T17:10:26.456Z]     --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s)
17:10:26 [2021-08-20T17:10:26.456Z]     --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s)
17:10:26 [2021-08-20T17:10:26.456Z]     --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s)
17:10:26 [2021-08-20T17:10:26.456Z] === RUN   TestNamedListOpts
17:10:26 [2021-08-20T17:10:26.456Z] --- PASS: TestNamedListOpts (0.00s)
17:10:26 [2021-08-20T17:10:26.456Z] === RUN   TestNamedMapOpts
17:10:26 [2021-08-20T17:10:26.456Z] --- PASS: TestNamedMapOpts (0.00s)
17:10:26 [2021-08-20T17:10:26.456Z] === RUN   TestParseLink
17:10:26 [2021-08-20T17:10:26.456Z] --- PASS: TestParseLink (0.00s)
17:10:26 [2021-08-20T17:10:26.456Z] === RUN   TestQuotedStringSetWithQuotes
17:10:26 [2021-08-20T17:10:26.456Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s)
17:10:26 [2021-08-20T17:10:26.456Z] === RUN   TestQuotedStringSetWithMismatchedQuotes
17:10:26 [2021-08-20T17:10:26.456Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s)
17:10:26 [2021-08-20T17:10:26.456Z] === RUN   TestQuotedStringSetWithNoQuotes
17:10:26 [2021-08-20T17:10:26.456Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s)
17:10:26 [2021-08-20T17:10:26.456Z] === RUN   TestUlimitOpt
17:10:26 [2021-08-20T17:10:26.456Z] --- PASS: TestUlimitOpt (0.00s)
17:10:26 [2021-08-20T17:10:26.456Z] PASS
17:10:26 [2021-08-20T17:10:26.456Z] coverage: 67.1% of statements
17:10:26 [2021-08-20T17:10:26.456Z] ok  	github.com/docker/docker/opts	0.065s	coverage: 67.1% of statements
17:10:26 [2021-08-20T17:10:26.456Z] --- PASS: TestNetworkDBJoinLeaveNetwork (2.88s)
17:10:26 [2021-08-20T17:10:26.456Z] === RUN   TestNetworkDBJoinLeaveNetworks
17:10:26 [2021-08-20T17:10:26.456Z] === RUN   TestParseVersion
17:10:26 [2021-08-20T17:10:26.456Z] --- PASS: TestParseVersion (0.00s)
17:10:26 [2021-08-20T17:10:26.456Z] PASS
17:10:26 [2021-08-20T17:10:26.456Z] coverage: 52.9% of statements
17:10:26 [2021-08-20T17:10:26.456Z] ok  	github.com/docker/docker/pkg/aaparser	0.030s	coverage: 52.9% of statements
17:10:26 [2021-08-20T17:10:26.700Z] === RUN   TestDockerSuite/TestBuildDockerignoringWildDirs
17:10:27 [2021-08-20T17:10:27.981Z] 2021/08/20 17:10:27 Closing DB instances...
17:10:27 [2021-08-20T17:10:27.981Z] === RUN   TestIsArchivePathDir
17:10:27 [2021-08-20T17:10:27.981Z] === RUN   TestPeerCertificateMarshalJSON
17:10:27 [2021-08-20T17:10:27.981Z] --- PASS: TestIsArchivePathDir (0.05s)
17:10:27 [2021-08-20T17:10:27.981Z] === RUN   TestIsArchivePathInvalidFile
17:10:27 [2021-08-20T17:10:27.981Z] --- PASS: TestIsArchivePathInvalidFile (0.11s)
17:10:27 [2021-08-20T17:10:27.981Z] === RUN   TestIsArchivePathTar
17:10:28 [2021-08-20T17:10:28.436Z] --- PASS: TestIsArchivePathTar (0.15s)
17:10:28 [2021-08-20T17:10:28.436Z] === RUN   TestDecompressStreamGzip
17:10:28 [2021-08-20T17:10:28.436Z] --- PASS: TestDecompressStreamGzip (0.09s)
17:10:28 [2021-08-20T17:10:28.436Z] === RUN   TestDecompressStreamBzip2
17:10:28 [2021-08-20T17:10:28.436Z] --- PASS: TestDecompressStreamBzip2 (0.08s)
17:10:28 [2021-08-20T17:10:28.436Z] === RUN   TestDecompressStreamXz
17:10:28 [2021-08-20T17:10:28.436Z]     archive_test.go:134: Xz not present in msys2
17:10:28 [2021-08-20T17:10:28.436Z] --- SKIP: TestDecompressStreamXz (0.00s)
17:10:28 [2021-08-20T17:10:28.436Z] === RUN   TestCompressStreamXzUnsupported
17:10:28 [2021-08-20T17:10:28.436Z] --- PASS: TestCompressStreamXzUnsupported (0.00s)
17:10:28 [2021-08-20T17:10:28.436Z] === RUN   TestCompressStreamBzip2Unsupported
17:10:28 [2021-08-20T17:10:28.436Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s)
17:10:28 [2021-08-20T17:10:28.436Z] === RUN   TestCompressStreamInvalid
17:10:28 [2021-08-20T17:10:28.436Z] --- PASS: TestCompressStreamInvalid (0.00s)
17:10:28 [2021-08-20T17:10:28.436Z] === RUN   TestExtensionInvalid
17:10:28 [2021-08-20T17:10:28.436Z] --- PASS: TestExtensionInvalid (0.00s)
17:10:28 [2021-08-20T17:10:28.436Z] === RUN   TestExtensionUncompressed
17:10:28 [2021-08-20T17:10:28.436Z] --- PASS: TestExtensionUncompressed (0.00s)
17:10:28 [2021-08-20T17:10:28.436Z] === RUN   TestExtensionBzip2
17:10:28 [2021-08-20T17:10:28.436Z] --- PASS: TestExtensionBzip2 (0.00s)
17:10:28 [2021-08-20T17:10:28.436Z] === RUN   TestExtensionGzip
17:10:28 [2021-08-20T17:10:28.436Z] --- PASS: TestExtensionGzip (0.00s)
17:10:28 [2021-08-20T17:10:28.436Z] === RUN   TestExtensionXz
17:10:28 [2021-08-20T17:10:28.436Z] --- PASS: TestExtensionXz (0.00s)
17:10:28 [2021-08-20T17:10:28.436Z] === RUN   TestCmdStreamLargeStderr
17:10:28 [2021-08-20T17:10:28.436Z] --- PASS: TestCmdStreamLargeStderr (0.06s)
17:10:28 [2021-08-20T17:10:28.436Z] === RUN   TestCmdStreamBad
17:10:28 [2021-08-20T17:10:28.436Z]     archive_test.go:239: Failing on Windows CI machines
17:10:28 [2021-08-20T17:10:28.436Z] --- SKIP: TestCmdStreamBad (0.00s)
17:10:28 [2021-08-20T17:10:28.436Z] === RUN   TestCmdStreamGood
17:10:28 [2021-08-20T17:10:28.436Z] --- PASS: TestCmdStreamGood (0.03s)
17:10:28 [2021-08-20T17:10:28.436Z] === RUN   TestUntarPathWithInvalidDest
17:10:28 [2021-08-20T17:10:28.668Z] --- PASS: TestDockerNetworkConnectAlias (4.86s)
17:10:28 [2021-08-20T17:10:28.668Z] === RUN   TestDockerNetworkReConnect
17:10:28 [2021-08-20T17:10:28.877Z] ok  	github.com/docker/docker/libnetwork/portmapper	1.979s	coverage: 48.6% of statements
17:10:28 [2021-08-20T17:10:28.891Z] --- PASS: TestUntarPathWithInvalidDest (0.14s)
17:10:28 [2021-08-20T17:10:28.891Z] === RUN   TestUntarPathWithInvalidSrc
17:10:28 [2021-08-20T17:10:28.891Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s)
17:10:28 [2021-08-20T17:10:28.891Z] === RUN   TestUntarPath
17:10:28 [2021-08-20T17:10:28.891Z] --- PASS: TestUntarPath (0.06s)
17:10:28 [2021-08-20T17:10:28.891Z] === RUN   TestUntarPathWithDestinationFile
17:10:28 [2021-08-20T17:10:28.891Z] --- PASS: TestUntarPathWithDestinationFile (0.04s)
17:10:28 [2021-08-20T17:10:28.891Z] === RUN   TestUntarPathWithDestinationSrcFileAsFolder
17:10:28 [2021-08-20T17:10:28.891Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.05s)
17:10:28 [2021-08-20T17:10:28.891Z] === RUN   TestCopyWithTarInvalidSrc
17:10:28 [2021-08-20T17:10:28.891Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s)
17:10:28 [2021-08-20T17:10:28.891Z] === RUN   TestCopyWithTarInexistentDestWillCreateIt
17:10:28 [2021-08-20T17:10:28.891Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s)
17:10:28 [2021-08-20T17:10:28.891Z] === RUN   TestCopyWithTarSrcFile
17:10:28 [2021-08-20T17:10:28.891Z] --- PASS: TestCopyWithTarSrcFile (0.00s)
17:10:28 [2021-08-20T17:10:28.891Z] === RUN   TestCopyWithTarSrcFolder
17:10:28 [2021-08-20T17:10:28.891Z] --- PASS: TestCopyWithTarSrcFolder (0.01s)
17:10:28 [2021-08-20T17:10:28.891Z] === RUN   TestCopyFileWithTarInvalidSrc
17:10:28 [2021-08-20T17:10:28.891Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s)
17:10:28 [2021-08-20T17:10:28.891Z] === RUN   TestCopyFileWithTarInexistentDestWillCreateIt
17:10:28 [2021-08-20T17:10:28.891Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.01s)
17:10:28 [2021-08-20T17:10:28.891Z] === RUN   TestCopyFileWithTarSrcFolder
17:10:28 [2021-08-20T17:10:28.891Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s)
17:10:28 [2021-08-20T17:10:28.891Z] === RUN   TestCopyFileWithTarSrcFile
17:10:28 [2021-08-20T17:10:28.891Z] --- PASS: TestCopyFileWithTarSrcFile (0.01s)
17:10:28 [2021-08-20T17:10:28.891Z] === RUN   TestTarFiles
17:10:28 [2021-08-20T17:10:28.891Z] === RUN   TestPeerCertificateMarshalJSON/Marshalling_:
17:10:28 [2021-08-20T17:10:28.891Z] === RUN   TestPeerCertificateMarshalJSON/UnMarshalling_:
17:10:28 [2021-08-20T17:10:28.891Z] --- PASS: TestPeerCertificateMarshalJSON (0.95s)
17:10:28 [2021-08-20T17:10:28.891Z]     --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s)
17:10:28 [2021-08-20T17:10:28.891Z]     --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s)
17:10:28 [2021-08-20T17:10:28.891Z] === RUN   TestMiddleware
17:10:28 [2021-08-20T17:10:28.891Z] --- PASS: TestMiddleware (0.00s)
17:10:28 [2021-08-20T17:10:28.891Z] === RUN   TestNewResponseModifier
17:10:28 [2021-08-20T17:10:28.891Z] --- PASS: TestNewResponseModifier (0.00s)
17:10:28 [2021-08-20T17:10:28.891Z] PASS
17:10:28 [2021-08-20T17:10:28.891Z] coverage: 26.8% of statements
17:10:28 [2021-08-20T17:10:28.891Z] ok  	github.com/docker/docker/pkg/authorization	0.982s	coverage: 26.8% of statements
17:10:29 [2021-08-20T17:10:29.140Z] ok  	github.com/docker/docker/libnetwork/resolvconf	0.005s	coverage: 70.6% of statements
17:10:29 [2021-08-20T17:10:29.140Z] ?   	github.com/docker/docker/libnetwork/testutils	[no test files]
17:10:29 [2021-08-20T17:10:29.346Z] --- PASS: TestNetworkDBJoinLeaveNetworks (2.84s)
17:10:29 [2021-08-20T17:10:29.346Z] === RUN   TestNetworkDBCRUDTableEntry
17:10:29 [2021-08-20T17:10:29.346Z] === RUN   TestUnbuffered
17:10:29 [2021-08-20T17:10:29.346Z] --- PASS: TestUnbuffered (0.00s)
17:10:29 [2021-08-20T17:10:29.346Z] === RUN   TestRaceUnbuffered
17:10:29 [2021-08-20T17:10:29.346Z] --- PASS: TestRaceUnbuffered (0.00s)
17:10:29 [2021-08-20T17:10:29.346Z] PASS
17:10:29 [2021-08-20T17:10:29.346Z] coverage: 100.0% of statements
17:10:29 [2021-08-20T17:10:29.346Z] ok  	github.com/docker/docker/pkg/broadcaster	0.033s	coverage: 100.0% of statements
17:10:29 [2021-08-20T17:10:29.801Z] === RUN   TestMatch
17:10:29 [2021-08-20T17:10:29.801Z] === RUN   TestMatch/[[]]
17:10:29 [2021-08-20T17:10:29.801Z] === RUN   TestMatch/[[foo]]
17:10:29 [2021-08-20T17:10:29.801Z] === RUN   TestMatch/[[bar]_[foo]]
17:10:29 [2021-08-20T17:10:29.801Z] === RUN   TestMatch/[[foo_bar]]
17:10:29 [2021-08-20T17:10:29.801Z] === RUN   TestMatch/[[qux]_[foo]]
17:10:29 [2021-08-20T17:10:29.801Z] === RUN   TestMatch/[[foo_bar]_[baz]_[bar]]
17:10:29 [2021-08-20T17:10:29.801Z] === RUN   TestMatch/[]
17:10:29 [2021-08-20T17:10:29.801Z] === RUN   TestMatch/[]#01
17:10:29 [2021-08-20T17:10:29.801Z] === RUN   TestMatch/[[qux]]
17:10:29 [2021-08-20T17:10:29.801Z] === RUN   TestMatch/[[foo_bar_qux]]
17:10:29 [2021-08-20T17:10:29.801Z] === RUN   TestMatch/[[qux]_[baz]]
17:10:29 [2021-08-20T17:10:29.801Z] === RUN   TestMatch/[[foo_baz]]
17:10:29 [2021-08-20T17:10:29.801Z] --- PASS: TestMatch (0.00s)
17:10:29 [2021-08-20T17:10:29.801Z]     --- PASS: TestMatch/[[]] (0.00s)
17:10:29 [2021-08-20T17:10:29.801Z]     --- PASS: TestMatch/[[foo]] (0.00s)
17:10:29 [2021-08-20T17:10:29.801Z]     --- PASS: TestMatch/[[bar]_[foo]] (0.00s)
17:10:29 [2021-08-20T17:10:29.801Z]     --- PASS: TestMatch/[[foo_bar]] (0.00s)
17:10:29 [2021-08-20T17:10:29.801Z]     --- PASS: TestMatch/[[qux]_[foo]] (0.00s)
17:10:29 [2021-08-20T17:10:29.801Z]     --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s)
17:10:29 [2021-08-20T17:10:29.801Z]     --- PASS: TestMatch/[] (0.00s)
17:10:29 [2021-08-20T17:10:29.801Z]     --- PASS: TestMatch/[]#01 (0.00s)
17:10:29 [2021-08-20T17:10:29.801Z]     --- PASS: TestMatch/[[qux]] (0.00s)
17:10:29 [2021-08-20T17:10:29.801Z]     --- PASS: TestMatch/[[foo_bar_qux]] (0.00s)
17:10:29 [2021-08-20T17:10:29.801Z]     --- PASS: TestMatch/[[qux]_[baz]] (0.00s)
17:10:29 [2021-08-20T17:10:29.801Z]     --- PASS: TestMatch/[[foo_baz]] (0.00s)
17:10:29 [2021-08-20T17:10:29.801Z] PASS
17:10:29 [2021-08-20T17:10:29.801Z] coverage: 87.5% of statements
17:10:29 [2021-08-20T17:10:29.801Z] ok  	github.com/docker/docker/pkg/capabilities	0.040s	coverage: 87.5% of statements
17:10:29 [2021-08-20T17:10:29.971Z] === RUN   TestDockerSuite/TestBuildDockerignoringWildTopDir
17:10:30 [2021-08-20T17:10:30.762Z] === RUN   TestChrootTarUntar
17:10:30 [2021-08-20T17:10:30.762Z]     archive_test.go:45: os.Getuid() != 0: skipping test that requires root
17:10:30 [2021-08-20T17:10:30.762Z] --- SKIP: TestChrootTarUntar (0.00s)
17:10:30 [2021-08-20T17:10:30.762Z] === RUN   TestChrootUntarWithHugeExcludesList
17:10:30 [2021-08-20T17:10:30.762Z]     archive_test.go:77: os.Getuid() != 0: skipping test that requires root
17:10:30 [2021-08-20T17:10:30.762Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s)
17:10:30 [2021-08-20T17:10:30.762Z] === RUN   TestChrootUntarEmptyArchive
17:10:30 [2021-08-20T17:10:30.762Z] --- PASS: TestChrootUntarEmptyArchive (0.00s)
17:10:30 [2021-08-20T17:10:30.762Z] === RUN   TestChrootTarUntarWithSymlink
17:10:30 [2021-08-20T17:10:30.762Z]     archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing
17:10:30 [2021-08-20T17:10:30.762Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s)
17:10:30 [2021-08-20T17:10:30.762Z] === RUN   TestChrootCopyWithTar
17:10:30 [2021-08-20T17:10:30.762Z]     archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing
17:10:30 [2021-08-20T17:10:30.762Z] --- SKIP: TestChrootCopyWithTar (0.00s)
17:10:30 [2021-08-20T17:10:30.762Z] === RUN   TestChrootCopyFileWithTar
17:10:30 [2021-08-20T17:10:30.762Z]     archive_test.go:249: os.Getuid() != 0: skipping test that requires root
17:10:30 [2021-08-20T17:10:30.762Z] --- SKIP: TestChrootCopyFileWithTar (0.00s)
17:10:30 [2021-08-20T17:10:30.762Z] === RUN   TestChrootUntarPath
17:10:30 [2021-08-20T17:10:30.762Z]     archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing
17:10:30 [2021-08-20T17:10:30.762Z] --- SKIP: TestChrootUntarPath (0.00s)
17:10:30 [2021-08-20T17:10:30.762Z] === RUN   TestChrootUntarEmptyArchiveFromSlowReader
17:10:30 [2021-08-20T17:10:30.762Z]     archive_test.go:356: os.Getuid() != 0: skipping test that requires root
17:10:30 [2021-08-20T17:10:30.762Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s)
17:10:30 [2021-08-20T17:10:30.762Z] === RUN   TestChrootApplyEmptyArchiveFromSlowReader
17:10:30 [2021-08-20T17:10:30.762Z]     archive_test.go:373: os.Getuid() != 0: skipping test that requires root
17:10:30 [2021-08-20T17:10:30.762Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s)
17:10:30 [2021-08-20T17:10:30.762Z] === RUN   TestChrootApplyDotDotFile
17:10:30 [2021-08-20T17:10:30.762Z]     archive_test.go:390: os.Getuid() != 0: skipping test that requires root
17:10:30 [2021-08-20T17:10:30.762Z] --- SKIP: TestChrootApplyDotDotFile (0.00s)
17:10:30 [2021-08-20T17:10:30.762Z] PASS
17:10:30 [2021-08-20T17:10:30.762Z] coverage: 15.4% of statements
17:10:30 [2021-08-20T17:10:30.762Z] ok  	github.com/docker/docker/pkg/chrootarchive	0.074s	coverage: 15.4% of statements
17:10:30 [2021-08-20T17:10:30.904Z] --- PASS: TestDockerDaemonSuite (416.92s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (5.63s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (2.22s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (16.63s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (3.38s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (2.79s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (2.32s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (4.75s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (3.32s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (2.97s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (4.47s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (5.03s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (2.99s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.53s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (3.19s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress (0.51s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress (0.51s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (2.35s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.64s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (2.83s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.53s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (2.50s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig (1.14s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload (0.60s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.57s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.72s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.54s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.52s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.54s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (3.80s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (6.69s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIP (3.53s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (2.62s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (2.71s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (2.65s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (2.20s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (3.74s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.52s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (3.21s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (3.73s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (4.38s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.55s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.55s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.51s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (2.49s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (2.17s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (2.21s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (2.37s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (2.39s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (2.14s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (2.60s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.53s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.54s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.54s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (8.42s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (2.95s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (25.45s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (2.79s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.13s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (6.33s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (4.18s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (7.52s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.78s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (2.93s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (14.49s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (3.93s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.64s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (2.75s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (4.08s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (3.71s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (6.43s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (3.73s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (4.32s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (1.99s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (3.36s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (4.39s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (6.14s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (3.01s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (3.89s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (3.15s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (2.04s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.52s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (4.88s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.08s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.55s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.67s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.24s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.09s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.54s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (1.47s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (3.90s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.54s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (3.68s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (2.23s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (4.49s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.04s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (7.71s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (5.14s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (4.82s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.08s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.63s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.60s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.60s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestHTTPSRun (2.32s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.01s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (1.82s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (1.98s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (3.75s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.51s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (2.07s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (4.24s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (4.25s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (5.88s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (1.77s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.24s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.51s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (3.46s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (10.13s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (10.94s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (3.59s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestShmSize (2.24s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestShmSizeReload (3.44s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.16s)
17:10:30 [2021-08-20T17:10:30.904Z]     --- PASS: TestDockerDaemonSuite/TestVolumePlugin (5.88s)
17:10:30 [2021-08-20T17:10:30.904Z] === RUN   TestDockerSwarmSuite
17:10:30 [2021-08-20T17:10:30.904Z] === RUN   TestDockerSwarmSuite/TestAPIDuplicateNetworks
17:10:31 [2021-08-20T17:10:31.217Z] 2021/08/20 17:10:31 Closing DB instances...
17:10:31 [2021-08-20T17:10:31.673Z] === RUN   TestSizeEmpty
17:10:31 [2021-08-20T17:10:31.673Z] --- PASS: TestSizeEmpty (0.00s)
17:10:31 [2021-08-20T17:10:31.673Z] === RUN   TestSizeEmptyFile
17:10:31 [2021-08-20T17:10:31.673Z] --- PASS: TestSizeEmptyFile (0.00s)
17:10:31 [2021-08-20T17:10:31.673Z] === RUN   TestSizeNonemptyFile
17:10:31 [2021-08-20T17:10:31.673Z] --- PASS: TestSizeNonemptyFile (0.00s)
17:10:31 [2021-08-20T17:10:31.673Z] === RUN   TestSizeNestedDirectoryEmpty
17:10:31 [2021-08-20T17:10:31.673Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s)
17:10:31 [2021-08-20T17:10:31.673Z] === RUN   TestSizeFileAndNestedDirectoryEmpty
17:10:31 [2021-08-20T17:10:31.673Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s)
17:10:31 [2021-08-20T17:10:31.673Z] === RUN   TestSizeFileAndNestedDirectoryNonempty
17:10:31 [2021-08-20T17:10:31.673Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s)
17:10:31 [2021-08-20T17:10:31.673Z] === RUN   TestMoveToSubdir
17:10:31 [2021-08-20T17:10:31.673Z] --- PASS: TestMoveToSubdir (0.00s)
17:10:31 [2021-08-20T17:10:31.673Z] === RUN   TestSizeNonExistingDirectory
17:10:31 [2021-08-20T17:10:31.673Z] --- PASS: TestSizeNonExistingDirectory (0.00s)
17:10:31 [2021-08-20T17:10:31.673Z] PASS
17:10:31 [2021-08-20T17:10:31.673Z] coverage: 80.0% of statements
17:10:31 [2021-08-20T17:10:31.673Z] ok  	github.com/docker/docker/pkg/directory	0.040s	coverage: 80.0% of statements
17:10:31 [2021-08-20T17:10:31.955Z] --- PASS: TestDockerNetworkReConnect (3.64s)
17:10:31 [2021-08-20T17:10:31.955Z] === RUN   TestServicePlugin
17:10:32 [2021-08-20T17:10:32.041Z] Leaving: AppArmorNo profiles have been unloaded.
17:10:32 [2021-08-20T17:10:32.041Z] 
17:10:32 [2021-08-20T17:10:32.041Z] Unloading profiles will leave already running processes permanently
17:10:32 [2021-08-20T17:10:32.041Z] unconfined, which can lead to unexpected situations.
17:10:32 [2021-08-20T17:10:32.041Z] 
17:10:32 [2021-08-20T17:10:32.041Z] To set a process to complain mode, use the command line tool
17:10:32 [2021-08-20T17:10:32.041Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
17:10:32 [2021-08-20T17:10:32.041Z] 
Post stage
[Pipeline] junit
17:10:32 [2021-08-20T17:10:32.055Z] Recording test results
17:10:32 [2021-08-20T17:10:32.132Z] [Checks API] No suitable checks publisher found.
[Pipeline] sh
17:10:32 [2021-08-20T17:10:32.442Z] ok  	github.com/docker/docker/libnetwork/types	0.005s	coverage: 47.9% of statements
17:10:32 [2021-08-20T17:10:32.442Z] 
17:10:32 [2021-08-20T17:10:32.442Z] === Skipped
17:10:32 [2021-08-20T17:10:32.442Z] === SKIP: libnetwork/api TestJoinLeave (0.00s)
17:10:32 [2021-08-20T17:10:32.442Z]     api_linux_test.go:1247: This test fails on arm64 foor some reason... this need to be fixed
17:10:32 [2021-08-20T17:10:32.442Z] 
17:10:32 [2021-08-20T17:10:32.442Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s)
17:10:32 [2021-08-20T17:10:32.442Z]     allocator_test.go:1422: Skipped because t.parallel was less than  5
17:10:32 [2021-08-20T17:10:32.442Z] 
17:10:32 [2021-08-20T17:10:32.442Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s)
17:10:32 [2021-08-20T17:10:32.442Z]     allocator_test.go:1422: Skipped because t.parallel was less than  5
17:10:32 [2021-08-20T17:10:32.442Z] 
17:10:32 [2021-08-20T17:10:32.442Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s)
17:10:32 [2021-08-20T17:10:32.442Z]     allocator_test.go:1422: Skipped because t.parallel was less than  5
17:10:32 [2021-08-20T17:10:32.442Z] 
17:10:32 [2021-08-20T17:10:32.442Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s)
17:10:32 [2021-08-20T17:10:32.442Z]     allocator_test.go:1422: Skipped because t.parallel was less than  5
17:10:32 [2021-08-20T17:10:32.442Z] 
17:10:32 [2021-08-20T17:10:32.442Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s)
17:10:32 [2021-08-20T17:10:32.442Z]     allocator_test.go:1422: Skipped because t.parallel was less than  5
17:10:32 [2021-08-20T17:10:32.442Z] 
17:10:32 [2021-08-20T17:10:32.442Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s)
17:10:32 [2021-08-20T17:10:32.442Z]     firewalld_test.go:13: firewalld is not running
17:10:32 [2021-08-20T17:10:32.442Z] 
17:10:32 [2021-08-20T17:10:32.442Z] 
17:10:32 [2021-08-20T17:10:32.442Z] DONE 362 tests, 7 skipped in 578.316s
17:10:32 [2021-08-20T17:10:32.446Z] + echo Ensuring container killed.
17:10:32 [2021-08-20T17:10:32.446Z] Ensuring container killed.
17:10:32 [2021-08-20T17:10:32.446Z] + docker rm -vf docker-pr2
17:10:32 [2021-08-20T17:10:32.446Z] Error: No such container: docker-pr2
[Pipeline] sh
17:10:32 [2021-08-20T17:10:32.634Z] === RUN   Test
17:10:32 [2021-08-20T17:10:32.634Z] === RUN   Test/TestContainsEntry
17:10:32 [2021-08-20T17:10:32.634Z] === RUN   Test/TestCreateEntries
17:10:32 [2021-08-20T17:10:32.634Z] === RUN   Test/TestEntriesDiff
17:10:32 [2021-08-20T17:10:32.634Z] === RUN   Test/TestEntriesEquality
17:10:32 [2021-08-20T17:10:32.634Z] === RUN   Test/TestGenerateWithMalformedInputAtRangeEnd
17:10:32 [2021-08-20T17:10:32.634Z] === RUN   Test/TestGenerateWithMalformedInputAtRangeStart
17:10:32 [2021-08-20T17:10:32.634Z] === RUN   Test/TestGeneratorMatchFailedNotGenerate
17:10:32 [2021-08-20T17:10:32.634Z] === RUN   Test/TestGeneratorNotGenerate
17:10:32 [2021-08-20T17:10:32.634Z] === RUN   Test/TestGeneratorWithPort
17:10:32 [2021-08-20T17:10:32.634Z] === RUN   Test/TestGeneratorWithPortNotGenerate
17:10:32 [2021-08-20T17:10:32.634Z] === RUN   Test/TestNewEntry
17:10:32 [2021-08-20T17:10:32.634Z] === RUN   Test/TestParse
17:10:32 [2021-08-20T17:10:32.634Z] --- PASS: Test (0.00s)
17:10:32 [2021-08-20T17:10:32.634Z]     --- PASS: Test/TestContainsEntry (0.00s)
17:10:32 [2021-08-20T17:10:32.634Z]     --- PASS: Test/TestCreateEntries (0.00s)
17:10:32 [2021-08-20T17:10:32.634Z]     --- PASS: Test/TestEntriesDiff (0.00s)
17:10:32 [2021-08-20T17:10:32.634Z]     --- PASS: Test/TestEntriesEquality (0.00s)
17:10:32 [2021-08-20T17:10:32.634Z]     --- PASS: Test/TestGenerateWithMalformedInputAtRangeEnd (0.00s)
17:10:32 [2021-08-20T17:10:32.634Z]     --- PASS: Test/TestGenerateWithMalformedInputAtRangeStart (0.00s)
17:10:32 [2021-08-20T17:10:32.634Z]     --- PASS: Test/TestGeneratorMatchFailedNotGenerate (0.00s)
17:10:32 [2021-08-20T17:10:32.634Z]     --- PASS: Test/TestGeneratorNotGenerate (0.00s)
17:10:32 [2021-08-20T17:10:32.634Z]     --- PASS: Test/TestGeneratorWithPort (0.00s)
17:10:32 [2021-08-20T17:10:32.634Z]     --- PASS: Test/TestGeneratorWithPortNotGenerate (0.00s)
17:10:32 [2021-08-20T17:10:32.634Z]     --- PASS: Test/TestNewEntry (0.00s)
17:10:32 [2021-08-20T17:10:32.634Z]     --- PASS: Test/TestParse (0.00s)
17:10:32 [2021-08-20T17:10:32.634Z] PASS
17:10:32 [2021-08-20T17:10:32.634Z] coverage: 58.3% of statements
17:10:32 [2021-08-20T17:10:32.634Z] ok  	github.com/docker/docker/pkg/discovery	0.038s	coverage: 58.3% of statements
17:10:32 [2021-08-20T17:10:32.729Z] + echo Chowning /workspace to jenkins user
17:10:32 [2021-08-20T17:10:32.729Z] Chowning /workspace to jenkins user
17:10:32 [2021-08-20T17:10:32.729Z] + id -u
17:10:32 [2021-08-20T17:10:32.729Z] + id -g
17:10:32 [2021-08-20T17:10:32.729Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42765:/workspace busybox chown -R 1000:1000 /workspace
17:10:33 [2021-08-20T17:10:33.089Z] === RUN   Test
17:10:33 [2021-08-20T17:10:33.089Z] === RUN   Test/TestContent
17:10:33 [2021-08-20T17:10:33.089Z] === RUN   Test/TestInitialize
17:10:33 [2021-08-20T17:10:33.089Z] === RUN   Test/TestNew
17:10:33 [2021-08-20T17:10:33.089Z] === RUN   Test/TestParsingContentsWithComments
17:10:33 [2021-08-20T17:10:33.089Z] === RUN   Test/TestRegister
17:10:33 [2021-08-20T17:10:33.089Z] === RUN   Test/TestWatch
17:10:33 [2021-08-20T17:10:33.089Z] --- PASS: Test (0.00s)
17:10:33 [2021-08-20T17:10:33.089Z]     --- PASS: Test/TestContent (0.00s)
17:10:33 [2021-08-20T17:10:33.089Z]     --- PASS: Test/TestInitialize (0.00s)
17:10:33 [2021-08-20T17:10:33.089Z]     --- PASS: Test/TestNew (0.00s)
17:10:33 [2021-08-20T17:10:33.089Z]     --- PASS: Test/TestParsingContentsWithComments (0.00s)
17:10:33 [2021-08-20T17:10:33.089Z]     --- PASS: Test/TestRegister (0.00s)
17:10:33 [2021-08-20T17:10:33.089Z]     --- PASS: Test/TestWatch (0.00s)
17:10:33 [2021-08-20T17:10:33.089Z] PASS
17:10:33 [2021-08-20T17:10:33.089Z] coverage: 92.9% of statements
17:10:33 [2021-08-20T17:10:33.089Z] ok  	github.com/docker/docker/pkg/discovery/file	0.036s	coverage: 92.9% of statements
17:10:33 [2021-08-20T17:10:33.089Z] --- PASS: TestNetworkDBCRUDTableEntry (3.85s)
17:10:33 [2021-08-20T17:10:33.089Z] === RUN   TestNetworkDBCRUDTableEntries
17:10:33 [2021-08-20T17:10:33.545Z] --- PASS: TestTarFiles (4.43s)
17:10:33 [2021-08-20T17:10:33.545Z] === RUN   TestTarUntar
17:10:33 [2021-08-20T17:10:33.545Z] --- PASS: TestTarUntar (0.04s)
17:10:33 [2021-08-20T17:10:33.545Z] === RUN   TestTarWithOptionsChownOptsAlwaysOverridesIdPair
17:10:33 [2021-08-20T17:10:33.545Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.00s)
17:10:33 [2021-08-20T17:10:33.545Z] === RUN   TestTarWithOptions
17:10:33 [2021-08-20T17:10:33.545Z] --- PASS: TestTarWithOptions (0.02s)
17:10:33 [2021-08-20T17:10:33.545Z] === RUN   TestTypeXGlobalHeaderDoesNotFail
17:10:33 [2021-08-20T17:10:33.545Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s)
17:10:33 [2021-08-20T17:10:33.545Z] === RUN   TestUntarUstarGnuConflict
17:10:33 [2021-08-20T17:10:33.545Z] --- PASS: TestUntarUstarGnuConflict (0.00s)
17:10:33 [2021-08-20T17:10:33.545Z] === RUN   TestUntarInvalidFilenames
17:10:33 [2021-08-20T17:10:33.545Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames878868514\\dest"
17:10:33 [2021-08-20T17:10:33.545Z] --- PASS: TestUntarInvalidFilenames (0.13s)
17:10:33 [2021-08-20T17:10:33.545Z] === RUN   TestUntarHardlinkToSymlink
17:10:33 [2021-08-20T17:10:33.545Z] --- PASS: TestUntarHardlinkToSymlink (0.01s)
17:10:33 [2021-08-20T17:10:33.545Z] === RUN   TestUntarInvalidHardlink
17:10:33 [2021-08-20T17:10:33.545Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink433885363\\victim\\hello" -> "../victim/hello"
17:10:33 [2021-08-20T17:10:33.545Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink246528118\\victim\\hello" -> "/../victim/hello"
17:10:33 [2021-08-20T17:10:33.545Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink212191581\\victim" -> "../victim"
17:10:33 [2021-08-20T17:10:33.545Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink943715608\\victim" -> "../victim"
17:10:33 [2021-08-20T17:10:33.545Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink026939287\\victim" -> "../victim"
17:10:33 [2021-08-20T17:10:33.545Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink420095498\\victim" -> "../victim"
17:10:33 [2021-08-20T17:10:33.545Z] --- PASS: TestUntarInvalidHardlink (0.03s)
17:10:33 [2021-08-20T17:10:33.545Z] === RUN   TestUntarInvalidSymlink
17:10:33 [2021-08-20T17:10:33.545Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink976718817\\dest\\dotdot" -> "../victim/hello"
17:10:33 [2021-08-20T17:10:33.545Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink601217484\\dest\\slash-dotdot" -> "/../victim/hello"
17:10:33 [2021-08-20T17:10:33.545Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink490123963\\dest\\loophole-victim" -> "../victim"
17:10:33 [2021-08-20T17:10:33.545Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink069043422\\dest\\loophole-victim" -> "../victim"
17:10:33 [2021-08-20T17:10:33.545Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink615503013\\dest\\loophole-victim" -> "../victim"
17:10:33 [2021-08-20T17:10:33.545Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink336831424\\dest\\loophole-victim" -> "../victim"
17:10:33 [2021-08-20T17:10:33.545Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink517652511\\dest\\dir\\loophole" -> "../../victim"
17:10:33 [2021-08-20T17:10:33.545Z] --- PASS: TestUntarInvalidSymlink (0.03s)
17:10:33 [2021-08-20T17:10:33.545Z] === RUN   TestTempArchiveCloseMultipleTimes
17:10:33 [2021-08-20T17:10:33.545Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s)
17:10:33 [2021-08-20T17:10:33.545Z] === RUN   TestXGlobalNoParent
17:10:33 [2021-08-20T17:10:33.545Z] --- PASS: TestXGlobalNoParent (0.00s)
17:10:33 [2021-08-20T17:10:33.545Z] === RUN   TestReplaceFileTarWrapper
17:10:33 [2021-08-20T17:10:33.545Z] --- PASS: TestReplaceFileTarWrapper (0.17s)
17:10:33 [2021-08-20T17:10:33.545Z] === RUN   TestPrefixHeaderReadable
Post stage
[Pipeline] junit
17:10:33 [2021-08-20T17:10:33.848Z] Recording test results
17:10:34 [2021-08-20T17:10:34.002Z] --- PASS: TestPrefixHeaderReadable (0.02s)
17:10:34 [2021-08-20T17:10:34.003Z] === RUN   TestDisablePigz
17:10:34 [2021-08-20T17:10:34.003Z]     archive_test.go:1331: Test will not check full path when Pigz not installed
17:10:34 [2021-08-20T17:10:34.003Z] --- PASS: TestDisablePigz (0.09s)
17:10:34 [2021-08-20T17:10:34.003Z] === RUN   TestPigz
17:10:34 [2021-08-20T17:10:34.003Z] === RUN   Test
17:10:34 [2021-08-20T17:10:34.003Z] === RUN   Test/TestInitialize
17:10:34 [2021-08-20T17:10:34.003Z]     archive_test.go:1360: Tested whether Pigz is not used, as it not installed
17:10:34 [2021-08-20T17:10:34.003Z] --- PASS: TestPigz (0.12s)
17:10:34 [2021-08-20T17:10:34.003Z] === RUN   TestCopyFileWithInvalidDest
17:10:34 [2021-08-20T17:10:34.003Z]     archive_windows_test.go:16: Currently fails
17:10:34 [2021-08-20T17:10:34.003Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s)
17:10:34 [2021-08-20T17:10:34.003Z] === RUN   TestCanonicalTarNameForPath
17:10:34 [2021-08-20T17:10:34.003Z] --- PASS: TestCanonicalTarNameForPath (0.00s)
17:10:34 [2021-08-20T17:10:34.003Z] === RUN   TestCanonicalTarName
17:10:34 [2021-08-20T17:10:34.003Z] --- PASS: TestCanonicalTarName (0.00s)
17:10:34 [2021-08-20T17:10:34.003Z] === RUN   TestChmodTarEntry
17:10:34 [2021-08-20T17:10:34.003Z] --- PASS: TestChmodTarEntry (0.00s)
17:10:34 [2021-08-20T17:10:34.003Z] === RUN   TestHardLinkOrder
17:10:34 [2021-08-20T17:10:34.003Z] --- PASS: TestHardLinkOrder (0.06s)
17:10:34 [2021-08-20T17:10:34.003Z] === RUN   TestChangeString
17:10:34 [2021-08-20T17:10:34.003Z] --- PASS: TestChangeString (0.00s)
17:10:34 [2021-08-20T17:10:34.003Z] === RUN   TestChangesWithNoChanges
17:10:34 [2021-08-20T17:10:34.003Z] --- PASS: TestChangesWithNoChanges (0.02s)
17:10:34 [2021-08-20T17:10:34.003Z] === RUN   TestChangesWithChanges
17:10:34 [2021-08-20T17:10:34.003Z] time="2021-08-20T17:10:33Z" level=info msg="Initializing discovery without TLS"
17:10:34 [2021-08-20T17:10:34.003Z] time="2021-08-20T17:10:33Z" level=info msg="Initializing discovery without TLS"
17:10:34 [2021-08-20T17:10:34.003Z] time="2021-08-20T17:10:33Z" level=info msg="Initializing discovery without TLS"
17:10:34 [2021-08-20T17:10:34.003Z] === RUN   Test/TestInitializeWithCerts
17:10:34 [2021-08-20T17:10:34.003Z] time="2021-08-20T17:10:33Z" level=info msg="Initializing discovery with TLS"
17:10:34 [2021-08-20T17:10:34.003Z] === RUN   Test/TestWatch
17:10:34 [2021-08-20T17:10:34.003Z] time="2021-08-20T17:10:33Z" level=info msg="Initializing discovery without TLS"
17:10:34 [2021-08-20T17:10:34.003Z] --- PASS: TestChangesWithChanges (0.04s)
17:10:34 [2021-08-20T17:10:34.003Z] === RUN   TestChangesWithChangesGH13590
17:10:34 [2021-08-20T17:10:34.003Z]     changes_test.go:196: needs more investigation
17:10:34 [2021-08-20T17:10:34.003Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s)
17:10:34 [2021-08-20T17:10:34.003Z] === RUN   TestChangesDirsEmpty
17:10:34 [2021-08-20T17:10:34.003Z]     changes_test.go:261: FIXME: broken on Windows 1903 and up; see #39846
17:10:34 [2021-08-20T17:10:34.003Z] --- SKIP: TestChangesDirsEmpty (0.00s)
17:10:34 [2021-08-20T17:10:34.003Z] === RUN   TestChangesDirsMutated
17:10:34 [2021-08-20T17:10:34.003Z]     changes_test.go:355: FIXME: broken on Windows 1903 and up; see #39846
17:10:34 [2021-08-20T17:10:34.003Z] --- SKIP: TestChangesDirsMutated (0.00s)
17:10:34 [2021-08-20T17:10:34.003Z] === RUN   TestApplyLayer
17:10:34 [2021-08-20T17:10:34.003Z]     changes_test.go:433: needs further investigation
17:10:34 [2021-08-20T17:10:34.003Z] --- SKIP: TestApplyLayer (0.00s)
17:10:34 [2021-08-20T17:10:34.003Z] === RUN   TestChangesSizeWithHardlinks
17:10:34 [2021-08-20T17:10:34.003Z]     changes_test.go:469: needs further investigation
17:10:34 [2021-08-20T17:10:34.003Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s)
17:10:34 [2021-08-20T17:10:34.003Z] === RUN   TestChangesSizeWithNoChanges
17:10:34 [2021-08-20T17:10:34.003Z] --- PASS: TestChangesSizeWithNoChanges (0.00s)
17:10:34 [2021-08-20T17:10:34.003Z] === RUN   TestChangesSizeWithOnlyDeleteChanges
17:10:34 [2021-08-20T17:10:34.003Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s)
17:10:34 [2021-08-20T17:10:34.003Z] === RUN   TestChangesSize
17:10:34 [2021-08-20T17:10:34.003Z] --- PASS: TestChangesSize (0.00s)
17:10:34 [2021-08-20T17:10:34.003Z] === RUN   TestApplyLayerInvalidFilenames
17:10:34 [2021-08-20T17:10:34.003Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames823377476\\dest"
17:10:34 [2021-08-20T17:10:34.003Z] --- PASS: TestApplyLayerInvalidFilenames (0.01s)
17:10:34 [2021-08-20T17:10:34.003Z] === RUN   TestApplyLayerInvalidHardlink
17:10:34 [2021-08-20T17:10:34.003Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink559385110\\victim\\hello" -> "../victim/hello"
17:10:34 [2021-08-20T17:10:34.003Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink467594365\\victim\\hello" -> "/../victim/hello"
17:10:34 [2021-08-20T17:10:34.003Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink809860536\\victim" -> "../victim"
17:10:34 [2021-08-20T17:10:34.003Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink341698487\\victim" -> "../victim"
17:10:34 [2021-08-20T17:10:34.003Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink348837802\\victim" -> "../victim"
17:10:34 [2021-08-20T17:10:34.003Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink577130753\\victim" -> "../victim"
17:10:34 [2021-08-20T17:10:34.003Z] --- PASS: TestApplyLayerInvalidHardlink (0.02s)
17:10:34 [2021-08-20T17:10:34.003Z] === RUN   TestApplyLayerInvalidSymlink
17:10:34 [2021-08-20T17:10:34.003Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink209413740\\dest\\dotdot" -> "../victim/hello"
17:10:34 [2021-08-20T17:10:34.003Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink837702875\\dest\\slash-dotdot" -> "/../victim/hello"
17:10:34 [2021-08-20T17:10:34.003Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink287932542\\dest\\loophole-victim" -> "../victim"
17:10:34 [2021-08-20T17:10:34.003Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink657284037\\dest\\loophole-victim" -> "../victim"
17:10:34 [2021-08-20T17:10:34.003Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink490380896\\dest\\loophole-victim" -> "../victim"
17:10:34 [2021-08-20T17:10:34.003Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink330148415\\dest\\loophole-victim" -> "../victim"
17:10:34 [2021-08-20T17:10:34.003Z] --- PASS: TestApplyLayerInvalidSymlink (0.03s)
17:10:34 [2021-08-20T17:10:34.003Z] === RUN   TestApplyLayerWhiteouts
17:10:34 [2021-08-20T17:10:34.047Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Integration tests)
[Pipeline] withEnv
[Pipeline] {
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
[Pipeline] sh
17:10:34 [2021-08-20T17:10:34.178Z] === RUN   TestDockerSwarmSuite/TestAPINetworkInspectWithScope
17:10:34 [2021-08-20T17:10:34.405Z] + bundleName=docker-py
17:10:34 [2021-08-20T17:10:34.405Z] + echo Creating docker-py-bundles.tar.gz
17:10:34 [2021-08-20T17:10:34.405Z] Creating docker-py-bundles.tar.gz
17:10:34 [2021-08-20T17:10:34.405Z] + 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
17:10:34 [2021-08-20T17:10:34.417Z] Archiving artifacts
17:10:34 [2021-08-20T17:10:34.444Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42765/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=bb4368c855a5ea0a3cbefdcb58411faf42d18aef -e DOCKER_GRAPHDRIVER -e TESTDEBUG -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:bb4368c855a5ea0a3cbefdcb58411faf42d18aef hack/make.sh dynbinary test-integration
17:10:34 [2021-08-20T17:10:34.459Z] --- PASS: TestApplyLayerWhiteouts (0.06s)
17:10:34 [2021-08-20T17:10:34.459Z] === RUN   TestGenerateEmptyFile
17:10:34 [2021-08-20T17:10:34.459Z] --- PASS: TestGenerateEmptyFile (0.00s)
17:10:34 [2021-08-20T17:10:34.459Z] === RUN   TestGenerateWithContent
17:10:34 [2021-08-20T17:10:34.459Z] --- PASS: TestGenerateWithContent (0.00s)
17:10:34 [2021-08-20T17:10:34.459Z] PASS
17:10:34 [2021-08-20T17:10:34.459Z] coverage: 61.9% of statements
17:10:34 [2021-08-20T17:10:34.459Z] ok  	github.com/docker/docker/pkg/archive	6.284s	coverage: 61.9% of statements
17:10:34 [2021-08-20T17:10:34.687Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42765/2/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Static)
[Pipeline] sh
17:10:35 [2021-08-20T17:10:35.049Z] --- PASS: TestBuildMultiStageLayerLeak (12.00s)
17:10:35 [2021-08-20T17:10:35.049Z] === RUN   TestBuildWithHugeFile
17:10:35 [2021-08-20T17:10:35.053Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42765/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_GITCOMMIT=fd3e16cb5aa3e192bd4a94c47e3f2a1b971cf423 -e DOCKER_GRAPHDRIVER docker:fd3e16cb5aa3e192bd4a94c47e3f2a1b971cf423 hack/make.sh binary
17:10:35 [2021-08-20T17:10:35.386Z] 
17:10:35 [2021-08-20T17:10:35.386Z] Removing bundles/
17:10:35 [2021-08-20T17:10:35.386Z] 
17:10:35 [2021-08-20T17:10:35.386Z] ---> Making bundle: dynbinary (in bundles/dynbinary)
17:10:35 [2021-08-20T17:10:35.386Z] Building: bundles/dynbinary-daemon/dockerd-dev
17:10:35 [2021-08-20T17:10:35.386Z] GOOS="" GOARCH="" GOARM=""
17:10:35 [2021-08-20T17:10:35.419Z] 2021/08/20 17:10:35 Closing DB instances...
17:10:35 [2021-08-20T17:10:35.623Z] 
17:10:35 [2021-08-20T17:10:35.623Z] Removing bundles/
17:10:35 [2021-08-20T17:10:35.623Z] 
17:10:35 [2021-08-20T17:10:35.623Z] ---> Making bundle: binary (in bundles/binary)
17:10:35 [2021-08-20T17:10:35.623Z] Building: bundles/binary-daemon/dockerd-dev
17:10:35 [2021-08-20T17:10:35.623Z] GOOS="" GOARCH="" GOARM=""
17:10:36 [2021-08-20T17:10:36.143Z]     plugin_test.go:62: [d5fd76e8866c2] joining swarm manager [da3061318f129]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
17:10:36 [2021-08-20T17:10:36.710Z]     plugin_test.go:65: [d3f347c6666dc] joining swarm manager [da3061318f129]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
17:10:36 [2021-08-20T17:10:36.944Z] --- PASS: TestNetworkDBCRUDTableEntries (3.66s)
17:10:36 [2021-08-20T17:10:36.944Z] === RUN   TestNetworkDBNodeLeave
17:10:36 [2021-08-20T17:10:36.944Z] --- PASS: Test (3.13s)
17:10:36 [2021-08-20T17:10:36.944Z]     --- PASS: Test/TestInitialize (0.12s)
17:10:36 [2021-08-20T17:10:36.944Z]     --- PASS: Test/TestInitializeWithCerts (0.00s)
17:10:36 [2021-08-20T17:10:36.944Z]     --- PASS: Test/TestWatch (3.00s)
17:10:36 [2021-08-20T17:10:36.944Z] PASS
17:10:36 [2021-08-20T17:10:36.944Z] coverage: 84.1% of statements
17:10:36 [2021-08-20T17:10:36.944Z] ok  	github.com/docker/docker/pkg/discovery/kv	3.156s	coverage: 84.1% of statements
17:10:37 [2021-08-20T17:10:37.449Z] === RUN   TestDockerSwarmSuite/TestAPIServiceUpdatePort
17:10:37 [2021-08-20T17:10:37.904Z] === RUN   Test
17:10:37 [2021-08-20T17:10:37.904Z] === RUN   Test/TestWatch
17:10:37 [2021-08-20T17:10:37.904Z] --- PASS: Test (0.00s)
17:10:37 [2021-08-20T17:10:37.904Z]     --- PASS: Test/TestWatch (0.00s)
17:10:37 [2021-08-20T17:10:37.904Z] PASS
17:10:37 [2021-08-20T17:10:37.904Z] coverage: 92.3% of statements
17:10:37 [2021-08-20T17:10:37.904Z] ok  	github.com/docker/docker/pkg/discovery/memory	0.034s	coverage: 92.3% of statements
17:10:38 [2021-08-20T17:10:38.360Z] === RUN   Test
17:10:38 [2021-08-20T17:10:38.360Z] === RUN   Test/TestInitialize
17:10:38 [2021-08-20T17:10:38.360Z] === RUN   Test/TestInitializeWithPattern
17:10:38 [2021-08-20T17:10:38.360Z] === RUN   Test/TestRegister
17:10:38 [2021-08-20T17:10:38.360Z] === RUN   Test/TestWatch
17:10:38 [2021-08-20T17:10:38.360Z] --- PASS: Test (0.00s)
17:10:38 [2021-08-20T17:10:38.360Z]     --- PASS: Test/TestInitialize (0.00s)
17:10:38 [2021-08-20T17:10:38.360Z]     --- PASS: Test/TestInitializeWithPattern (0.00s)
17:10:38 [2021-08-20T17:10:38.360Z]     --- PASS: Test/TestRegister (0.00s)
17:10:38 [2021-08-20T17:10:38.360Z]     --- PASS: Test/TestWatch (0.00s)
17:10:38 [2021-08-20T17:10:38.360Z] PASS
17:10:38 [2021-08-20T17:10:38.360Z] coverage: 93.8% of statements
17:10:38 [2021-08-20T17:10:38.360Z] ok  	github.com/docker/docker/pkg/discovery/nodes	0.042s	coverage: 93.8% of statements
17:10:38 [2021-08-20T17:10:38.818Z] === RUN   TestPollerAddRemove
17:10:38 [2021-08-20T17:10:38.818Z] --- PASS: TestPollerAddRemove (0.00s)
17:10:38 [2021-08-20T17:10:38.818Z] === RUN   TestPollerEvent
17:10:38 [2021-08-20T17:10:38.818Z]     poller_test.go:41: No chmod on Windows
17:10:38 [2021-08-20T17:10:38.818Z] --- SKIP: TestPollerEvent (0.00s)
17:10:38 [2021-08-20T17:10:38.818Z] === RUN   TestPollerClose
17:10:38 [2021-08-20T17:10:38.818Z] --- PASS: TestPollerClose (0.00s)
17:10:38 [2021-08-20T17:10:38.818Z] PASS
17:10:38 [2021-08-20T17:10:38.818Z] coverage: 45.7% of statements
17:10:38 [2021-08-20T17:10:38.818Z] ok  	github.com/docker/docker/pkg/filenotify	0.032s	coverage: 45.7% of statements
17:10:39 [2021-08-20T17:10:39.777Z] --- PASS: TestNetworkDBNodeLeave (2.84s)
17:10:39 [2021-08-20T17:10:39.777Z] === RUN   TestNetworkDBWatch
17:10:39 [2021-08-20T17:10:39.777Z] === RUN   TestCopyFileWithInvalidSrc
17:10:39 [2021-08-20T17:10:39.777Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s)
17:10:39 [2021-08-20T17:10:39.777Z] === RUN   TestCopyFileWithInvalidDest
17:10:39 [2021-08-20T17:10:39.777Z] --- PASS: TestCopyFileWithInvalidDest (0.00s)
17:10:39 [2021-08-20T17:10:39.777Z] === RUN   TestCopyFileWithSameSrcAndDest
17:10:39 [2021-08-20T17:10:39.777Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s)
17:10:39 [2021-08-20T17:10:39.777Z] === RUN   TestCopyFileWithSameSrcAndDestWithPathNameDifferent
17:10:39 [2021-08-20T17:10:39.777Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s)
17:10:39 [2021-08-20T17:10:39.777Z] === RUN   TestCopyFile
17:10:39 [2021-08-20T17:10:39.777Z] --- PASS: TestCopyFile (0.00s)
17:10:39 [2021-08-20T17:10:39.777Z] === RUN   TestReadSymlinkedDirectoryExistingDirectory
17:10:39 [2021-08-20T17:10:39.777Z]     fileutils_test.go:134: Needs porting to Windows
17:10:39 [2021-08-20T17:10:39.777Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s)
17:10:39 [2021-08-20T17:10:39.777Z] === RUN   TestReadSymlinkedDirectoryNonExistingSymlink
17:10:39 [2021-08-20T17:10:39.777Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s)
17:10:39 [2021-08-20T17:10:39.777Z] === RUN   TestReadSymlinkedDirectoryToFile
17:10:39 [2021-08-20T17:10:39.777Z]     fileutils_test.go:180: Needs porting to Windows
17:10:39 [2021-08-20T17:10:39.777Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s)
17:10:39 [2021-08-20T17:10:39.777Z] === RUN   TestWildcardMatches
17:10:39 [2021-08-20T17:10:39.777Z] --- PASS: TestWildcardMatches (0.00s)
17:10:39 [2021-08-20T17:10:39.777Z] === RUN   TestPatternMatches
17:10:39 [2021-08-20T17:10:39.777Z] --- PASS: TestPatternMatches (0.00s)
17:10:39 [2021-08-20T17:10:39.777Z] === RUN   TestExclusionPatternMatchesPatternBefore
17:10:39 [2021-08-20T17:10:39.777Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s)
17:10:39 [2021-08-20T17:10:39.777Z] === RUN   TestPatternMatchesFolderExclusions
17:10:39 [2021-08-20T17:10:39.777Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s)
17:10:39 [2021-08-20T17:10:39.777Z] === RUN   TestPatternMatchesFolderWithSlashExclusions
17:10:39 [2021-08-20T17:10:39.777Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s)
17:10:39 [2021-08-20T17:10:39.777Z] === RUN   TestPatternMatchesFolderWildcardExclusions
17:10:39 [2021-08-20T17:10:39.777Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s)
17:10:39 [2021-08-20T17:10:39.777Z] === RUN   TestExclusionPatternMatchesPatternAfter
17:10:39 [2021-08-20T17:10:39.777Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s)
17:10:39 [2021-08-20T17:10:39.777Z] === RUN   TestExclusionPatternMatchesWholeDirectory
17:10:39 [2021-08-20T17:10:39.777Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s)
17:10:39 [2021-08-20T17:10:39.777Z] === RUN   TestSingleExclamationError
17:10:39 [2021-08-20T17:10:39.777Z] --- PASS: TestSingleExclamationError (0.00s)
17:10:39 [2021-08-20T17:10:39.777Z] === RUN   TestMatchesWithNoPatterns
17:10:39 [2021-08-20T17:10:39.777Z] --- PASS: TestMatchesWithNoPatterns (0.00s)
17:10:39 [2021-08-20T17:10:39.777Z] === RUN   TestMatchesWithMalformedPatterns
17:10:39 [2021-08-20T17:10:39.777Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s)
17:10:39 [2021-08-20T17:10:39.777Z] === RUN   TestMatches
17:10:39 [2021-08-20T17:10:39.777Z] === RUN   TestMatches/MatchesOrParentMatches
17:10:39 [2021-08-20T17:10:39.777Z] === RUN   TestMatches/MatchesUsingParentResult
17:10:39 [2021-08-20T17:10:39.777Z] --- PASS: TestMatches (0.01s)
17:10:39 [2021-08-20T17:10:39.777Z]     --- PASS: TestMatches/MatchesOrParentMatches (0.00s)
17:10:39 [2021-08-20T17:10:39.777Z]     --- PASS: TestMatches/MatchesUsingParentResult (0.00s)
17:10:39 [2021-08-20T17:10:39.777Z] === RUN   TestCleanPatterns
17:10:39 [2021-08-20T17:10:39.777Z] --- PASS: TestCleanPatterns (0.00s)
17:10:39 [2021-08-20T17:10:39.777Z] === RUN   TestCleanPatternsStripEmptyPatterns
17:10:39 [2021-08-20T17:10:39.777Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s)
17:10:39 [2021-08-20T17:10:39.777Z] === RUN   TestCleanPatternsExceptionFlag
17:10:39 [2021-08-20T17:10:39.777Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s)
17:10:39 [2021-08-20T17:10:39.777Z] === RUN   TestCleanPatternsLeadingSpaceTrimmed
17:10:39 [2021-08-20T17:10:39.777Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s)
17:10:39 [2021-08-20T17:10:39.777Z] === RUN   TestCleanPatternsTrailingSpaceTrimmed
17:10:39 [2021-08-20T17:10:39.777Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s)
17:10:39 [2021-08-20T17:10:39.777Z] === RUN   TestCleanPatternsErrorSingleException
17:10:39 [2021-08-20T17:10:39.777Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s)
17:10:39 [2021-08-20T17:10:39.777Z] === RUN   TestCreateIfNotExistsDir
17:10:39 [2021-08-20T17:10:39.777Z] --- PASS: TestCreateIfNotExistsDir (0.01s)
17:10:39 [2021-08-20T17:10:39.777Z] === RUN   TestCreateIfNotExistsFile
17:10:39 [2021-08-20T17:10:39.777Z] --- PASS: TestCreateIfNotExistsFile (0.01s)
17:10:39 [2021-08-20T17:10:39.777Z] === RUN   TestMatch
17:10:39 [2021-08-20T17:10:39.777Z] --- PASS: TestMatch (0.00s)
17:10:39 [2021-08-20T17:10:39.777Z] PASS
17:10:39 [2021-08-20T17:10:39.777Z] coverage: 82.2% of statements
17:10:39 [2021-08-20T17:10:39.777Z] ok  	github.com/docker/docker/pkg/fileutils	0.070s	coverage: 82.2% of statements
17:10:40 [2021-08-20T17:10:40.233Z] === RUN   TestGet
17:10:40 [2021-08-20T17:10:40.233Z] --- PASS: TestGet (0.00s)
17:10:40 [2021-08-20T17:10:40.233Z] === RUN   TestGetShortcutString
17:10:40 [2021-08-20T17:10:40.233Z] --- PASS: TestGetShortcutString (0.00s)
17:10:40 [2021-08-20T17:10:40.233Z] PASS
17:10:40 [2021-08-20T17:10:40.233Z] coverage: 42.9% of statements
17:10:40 [2021-08-20T17:10:40.233Z] ok  	github.com/docker/docker/pkg/homedir	0.070s	coverage: 42.9% of statements
17:10:41 [2021-08-20T17:10:41.193Z] === RUN   TestCreateIDMapOrder
17:10:41 [2021-08-20T17:10:41.193Z] --- PASS: TestCreateIDMapOrder (0.00s)
17:10:41 [2021-08-20T17:10:41.193Z] PASS
17:10:41 [2021-08-20T17:10:41.193Z] coverage: 7.2% of statements
17:10:41 [2021-08-20T17:10:41.193Z] ok  	github.com/docker/docker/pkg/idtools	0.036s	coverage: 7.2% of statements
17:10:41 [2021-08-20T17:10:41.193Z] 2021/08/20 17:10:40 Closing DB instances...
17:10:42 [2021-08-20T17:10:42.154Z] === RUN   TestFixedBufferCap
17:10:42 [2021-08-20T17:10:42.154Z] --- PASS: TestFixedBufferCap (0.00s)
17:10:42 [2021-08-20T17:10:42.154Z] === RUN   TestFixedBufferLen
17:10:42 [2021-08-20T17:10:42.154Z] --- PASS: TestFixedBufferLen (0.00s)
17:10:42 [2021-08-20T17:10:42.154Z] === RUN   TestFixedBufferString
17:10:42 [2021-08-20T17:10:42.154Z] --- PASS: TestFixedBufferString (0.00s)
17:10:42 [2021-08-20T17:10:42.154Z] === RUN   TestFixedBufferWrite
17:10:42 [2021-08-20T17:10:42.154Z] --- PASS: TestFixedBufferWrite (0.00s)
17:10:42 [2021-08-20T17:10:42.154Z] === RUN   TestFixedBufferRead
17:10:42 [2021-08-20T17:10:42.154Z] --- PASS: TestFixedBufferRead (0.00s)
17:10:42 [2021-08-20T17:10:42.154Z] === RUN   TestBytesPipeRead
17:10:42 [2021-08-20T17:10:42.154Z] --- PASS: TestBytesPipeRead (0.00s)
17:10:42 [2021-08-20T17:10:42.154Z] === RUN   TestBytesPipeWrite
17:10:42 [2021-08-20T17:10:42.154Z] --- PASS: TestBytesPipeWrite (0.00s)
17:10:42 [2021-08-20T17:10:42.154Z] === RUN   TestBytesPipeWriteRandomChunks
17:10:42 [2021-08-20T17:10:42.154Z] --- PASS: TestGetAddress (18.88s)
17:10:42 [2021-08-20T17:10:42.154Z] === RUN   TestRequestSyntaxCheck
17:10:42 [2021-08-20T17:10:42.154Z] --- PASS: TestRequestSyntaxCheck (0.01s)
17:10:42 [2021-08-20T17:10:42.154Z] === RUN   TestRequest
17:10:42 [2021-08-20T17:10:42.739Z] === RUN   TestDockerSwarmSuite/TestAPISwarmCAHash
17:10:42 [2021-08-20T17:10:42.774Z] --- PASS: TestBytesPipeWriteRandomChunks (0.43s)
17:10:42 [2021-08-20T17:10:42.774Z] === RUN   TestAtomicWriteToFile
17:10:42 [2021-08-20T17:10:42.774Z] --- PASS: TestAtomicWriteToFile (0.01s)
17:10:42 [2021-08-20T17:10:42.774Z] === RUN   TestAtomicWriteSetCommit
17:10:42 [2021-08-20T17:10:42.774Z] --- PASS: TestAtomicWriteSetCommit (0.01s)
17:10:42 [2021-08-20T17:10:42.774Z] === RUN   TestAtomicWriteSetCancel
17:10:42 [2021-08-20T17:10:42.774Z] --- PASS: TestAtomicWriteSetCancel (0.00s)
17:10:42 [2021-08-20T17:10:42.774Z] === RUN   TestReadCloserWrapperClose
17:10:42 [2021-08-20T17:10:42.774Z] --- PASS: TestReadCloserWrapperClose (0.00s)
17:10:42 [2021-08-20T17:10:42.774Z] === RUN   TestReaderErrWrapperReadOnError
17:10:42 [2021-08-20T17:10:42.774Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s)
17:10:42 [2021-08-20T17:10:42.774Z] === RUN   TestReaderErrWrapperRead
17:10:42 [2021-08-20T17:10:42.774Z] --- PASS: TestReaderErrWrapperRead (0.00s)
17:10:42 [2021-08-20T17:10:42.774Z] === RUN   TestCancelReadCloser
17:10:42 [2021-08-20T17:10:42.774Z] --- PASS: TestCancelReadCloser (0.10s)
17:10:42 [2021-08-20T17:10:42.774Z] === RUN   TestWriteCloserWrapperClose
17:10:42 [2021-08-20T17:10:42.774Z] --- PASS: TestWriteCloserWrapperClose (0.00s)
17:10:42 [2021-08-20T17:10:42.774Z] === RUN   TestNopWriteCloser
17:10:42 [2021-08-20T17:10:42.774Z] --- PASS: TestNopWriteCloser (0.00s)
17:10:42 [2021-08-20T17:10:42.774Z] === RUN   TestNopWriter
17:10:42 [2021-08-20T17:10:42.774Z] --- PASS: TestNopWriter (0.00s)
17:10:42 [2021-08-20T17:10:42.774Z] === RUN   TestWriteCounter
17:10:42 [2021-08-20T17:10:42.774Z] --- PASS: TestWriteCounter (0.00s)
17:10:42 [2021-08-20T17:10:42.774Z] PASS
17:10:42 [2021-08-20T17:10:42.774Z] coverage: 68.3% of statements
17:10:42 [2021-08-20T17:10:42.774Z] ok  	github.com/docker/docker/pkg/ioutils	0.576s	coverage: 68.3% of statements
17:10:42 [2021-08-20T17:10:42.774Z] --- PASS: TestNetworkDBWatch (3.02s)
17:10:42 [2021-08-20T17:10:42.774Z] === RUN   TestNetworkDBBulkSync
17:10:43 [2021-08-20T17:10:43.230Z] === RUN   TestError
17:10:43 [2021-08-20T17:10:43.230Z] --- PASS: TestError (0.00s)
17:10:43 [2021-08-20T17:10:43.230Z] === RUN   TestProgressString
17:10:43 [2021-08-20T17:10:43.230Z] === RUN   TestProgressString/no_progress
17:10:43 [2021-08-20T17:10:43.230Z] === RUN   TestProgressString/progress_1
17:10:43 [2021-08-20T17:10:43.230Z] === RUN   TestProgressString/some_progress_with_a_start_time
17:10:43 [2021-08-20T17:10:43.230Z] === RUN   TestProgressString/some_progress_without_a_start_time
17:10:43 [2021-08-20T17:10:43.230Z] === RUN   TestProgressString/current_more_than_total_is_not_negative_gh#7136
17:10:43 [2021-08-20T17:10:43.230Z] === RUN   TestProgressString/with_units
17:10:43 [2021-08-20T17:10:43.230Z] === RUN   TestProgressString/current_more_than_total_with_units_is_not_negative_
17:10:43 [2021-08-20T17:10:43.230Z] === RUN   TestProgressString/hide_counts
17:10:43 [2021-08-20T17:10:43.230Z] --- PASS: TestProgressString (0.00s)
17:10:43 [2021-08-20T17:10:43.230Z]     --- PASS: TestProgressString/no_progress (0.00s)
17:10:43 [2021-08-20T17:10:43.230Z]     --- PASS: TestProgressString/progress_1 (0.00s)
17:10:43 [2021-08-20T17:10:43.230Z]     --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s)
17:10:43 [2021-08-20T17:10:43.230Z]     --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s)
17:10:43 [2021-08-20T17:10:43.230Z]     --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s)
17:10:43 [2021-08-20T17:10:43.230Z]     --- PASS: TestProgressString/with_units (0.00s)
17:10:43 [2021-08-20T17:10:43.230Z]     --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s)
17:10:43 [2021-08-20T17:10:43.230Z]     --- PASS: TestProgressString/hide_counts (0.00s)
17:10:43 [2021-08-20T17:10:43.230Z] === RUN   TestJSONMessageDisplay
17:10:43 [2021-08-20T17:10:43.685Z] --- PASS: TestJSONMessageDisplay (0.14s)
17:10:43 [2021-08-20T17:10:43.685Z] === RUN   TestJSONMessageDisplayWithJSONError
17:10:43 [2021-08-20T17:10:43.685Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s)
17:10:43 [2021-08-20T17:10:43.685Z] === RUN   TestDisplayJSONMessagesStreamInvalidJSON
17:10:43 [2021-08-20T17:10:43.685Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s)
17:10:43 [2021-08-20T17:10:43.685Z] === RUN   TestDisplayJSONMessagesStream
17:10:43 [2021-08-20T17:10:43.685Z] --- PASS: TestDisplayJSONMessagesStream (0.00s)
17:10:43 [2021-08-20T17:10:43.685Z] PASS
17:10:43 [2021-08-20T17:10:43.685Z] coverage: 91.7% of statements
17:10:43 [2021-08-20T17:10:43.685Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.176s	coverage: 91.7% of statements
17:10:44 [2021-08-20T17:10:44.142Z] 2021/08/20 17:10:43 Closing DB instances...
17:10:44 [2021-08-20T17:10:44.142Z] === RUN   TestStandardLongPath
17:10:44 [2021-08-20T17:10:44.142Z] --- PASS: TestStandardLongPath (0.00s)
17:10:44 [2021-08-20T17:10:44.142Z] === RUN   TestUNCLongPath
17:10:44 [2021-08-20T17:10:44.142Z] --- PASS: TestUNCLongPath (0.00s)
17:10:44 [2021-08-20T17:10:44.142Z] PASS
17:10:44 [2021-08-20T17:10:44.142Z] coverage: 100.0% of statements
17:10:44 [2021-08-20T17:10:44.142Z] ok  	github.com/docker/docker/pkg/longpath	0.031s	coverage: 100.0% of statements
17:10:44 [2021-08-20T17:10:44.597Z] === RUN   TestNameFormat
17:10:44 [2021-08-20T17:10:44.597Z] --- PASS: TestNameFormat (0.00s)
17:10:44 [2021-08-20T17:10:44.597Z] === RUN   TestNameRetries
17:10:44 [2021-08-20T17:10:44.597Z] --- PASS: TestNameRetries (0.00s)
17:10:44 [2021-08-20T17:10:44.597Z] PASS
17:10:44 [2021-08-20T17:10:44.597Z] coverage: 85.7% of statements
17:10:44 [2021-08-20T17:10:44.597Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.036s	coverage: 85.7% of statements
17:10:45 [2021-08-20T17:10:45.052Z] === RUN   TestParseKeyValueOpt
17:10:45 [2021-08-20T17:10:45.052Z] --- PASS: TestParseKeyValueOpt (0.00s)
17:10:45 [2021-08-20T17:10:45.052Z] === RUN   TestParseUintList
17:10:45 [2021-08-20T17:10:45.052Z] --- PASS: TestParseUintList (0.00s)
17:10:45 [2021-08-20T17:10:45.052Z] === RUN   TestParseUintListMaximumLimits
17:10:45 [2021-08-20T17:10:45.052Z] --- PASS: TestParseUintListMaximumLimits (0.00s)
17:10:45 [2021-08-20T17:10:45.052Z] PASS
17:10:45 [2021-08-20T17:10:45.052Z] coverage: 97.0% of statements
17:10:45 [2021-08-20T17:10:45.052Z] ok  	github.com/docker/docker/pkg/parsers	0.030s	coverage: 97.0% of statements
17:10:45 [2021-08-20T17:10:45.507Z] --- PASS: TestNetworkDBBulkSync (2.82s)
17:10:45 [2021-08-20T17:10:45.507Z] === RUN   TestNetworkDBCRUDMediumCluster
17:10:45 [2021-08-20T17:10:45.963Z] === RUN   TestNewAndRemove
17:10:45 [2021-08-20T17:10:45.964Z] --- PASS: TestNewAndRemove (0.00s)
17:10:45 [2021-08-20T17:10:45.964Z] === RUN   TestRemoveInvalidPath
17:10:45 [2021-08-20T17:10:45.964Z] --- PASS: TestRemoveInvalidPath (0.00s)
17:10:45 [2021-08-20T17:10:45.964Z] PASS
17:10:45 [2021-08-20T17:10:45.964Z] coverage: 82.6% of statements
17:10:45 [2021-08-20T17:10:45.964Z] ok  	github.com/docker/docker/pkg/pidfile	0.035s	coverage: 82.6% of statements
17:10:47 [2021-08-20T17:10:47.488Z] === RUN   TestFailedConnection
17:10:48 [2021-08-20T17:10:48.450Z] 2021/08/20 17:10:48 Closing DB instances...
17:10:48 [2021-08-20T17:10:48.450Z] time="2021-08-20T17:10:48Z" level=error msg="node: 7bcb76f48b78 is unknown to memberlist"
17:10:48 [2021-08-20T17:10:48.908Z] --- PASS: TestRequest (6.72s)
17:10:48 [2021-08-20T17:10:48.908Z] === RUN   TestOverlappingRequests
17:10:49 [2021-08-20T17:10:49.363Z] --- PASS: TestOverlappingRequests (0.35s)
17:10:49 [2021-08-20T17:10:49.363Z] === RUN   TestRelease
17:10:49 [2021-08-20T17:10:49.363Z] --- PASS: TestFailedConnection (2.12s)
17:10:49 [2021-08-20T17:10:49.363Z] === RUN   TestFailOnce
17:10:49 [2021-08-20T17:10:49.363Z] 2021/08/20 17:10:49 http: panic serving 127.0.0.1:49286: Plugin not ready
17:10:49 [2021-08-20T17:10:49.363Z] goroutine 5 [running]:
17:10:49 [2021-08-20T17:10:49.363Z] net/http.(*conn).serve.func1(0xc000058000)
17:10:49 [2021-08-20T17:10:49.363Z] 	c:/go/src/net/http/server.go:1804 +0x153
17:10:49 [2021-08-20T17:10:49.363Z] panic(0xbd5280, 0xcec690)
17:10:49 [2021-08-20T17:10:49.363Z] 	c:/go/src/runtime/panic.go:971 +0x49a
17:10:49 [2021-08-20T17:10:49.363Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1(0xcfcd50, 0xc0001340e0, 0xc00005e000)
17:10:49 [2021-08-20T17:10:49.363Z] 	C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x56
17:10:49 [2021-08-20T17:10:49.363Z] net/http.HandlerFunc.ServeHTTP(0xc00008cf30, 0xcfcd50, 0xc0001340e0, 0xc00005e000)
17:10:49 [2021-08-20T17:10:49.363Z] 	c:/go/src/net/http/server.go:2049 +0x4b
17:10:49 [2021-08-20T17:10:49.363Z] net/http.(*ServeMux).ServeHTTP(0xc0000da8c0, 0xcfcd50, 0xc0001340e0, 0xc00005e000)
17:10:49 [2021-08-20T17:10:49.363Z] 	c:/go/src/net/http/server.go:2428 +0x1b7
17:10:49 [2021-08-20T17:10:49.363Z] net/http.serverHandler.ServeHTTP(0xc000134000, 0xcfcd50, 0xc0001340e0, 0xc00005e000)
17:10:49 [2021-08-20T17:10:49.363Z] 	c:/go/src/net/http/server.go:2867 +0xaa
17:10:49 [2021-08-20T17:10:49.363Z] net/http.(*conn).serve(0xc000058000, 0xcfd940, 0xc00004e080)
17:10:49 [2021-08-20T17:10:49.363Z] 	c:/go/src/net/http/server.go:1932 +0x8cd
17:10:49 [2021-08-20T17:10:49.363Z] created by net/http.(*Server).Serve
17:10:49 [2021-08-20T17:10:49.363Z] 	c:/go/src/net/http/server.go:2993 +0x3b8
17:10:49 [2021-08-20T17:10:49.363Z] time="2021-08-20T17:10:49Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49285/Test.FailOnce: Post \"http://127.0.0.1:49285/Test.FailOnce\": EOF, retrying in 1s"
17:10:50 [2021-08-20T17:10:50.324Z] --- PASS: TestRelease (1.20s)
17:10:50 [2021-08-20T17:10:50.324Z] === RUN   TestAllocateRandomDeallocate
17:10:50 [2021-08-20T17:10:50.324Z] --- PASS: TestFailOnce (1.16s)
17:10:50 [2021-08-20T17:10:50.324Z] === RUN   TestEchoInputOutput
17:10:50 [2021-08-20T17:10:50.324Z] --- PASS: TestEchoInputOutput (0.00s)
17:10:50 [2021-08-20T17:10:50.324Z] === RUN   TestBackoff
17:10:50 [2021-08-20T17:10:50.324Z] --- PASS: TestBackoff (0.00s)
17:10:50 [2021-08-20T17:10:50.324Z] === RUN   TestAbortRetry
17:10:50 [2021-08-20T17:10:50.324Z] --- PASS: TestAbortRetry (0.00s)
17:10:50 [2021-08-20T17:10:50.324Z] === RUN   TestClientScheme
17:10:50 [2021-08-20T17:10:50.324Z] --- PASS: TestClientScheme (0.00s)
17:10:50 [2021-08-20T17:10:50.324Z] === RUN   TestNewClientWithTimeout
17:10:50 [2021-08-20T17:10:50.779Z] time="2021-08-20T17:10:50Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49290/Test.Echo: Post \"http://127.0.0.1:49290/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s"
17:10:50 [2021-08-20T17:10:50.837Z] === RUN   TestDockerSuite/TestBuildDotDotFile
17:10:50 [2021-08-20T17:10:50.837Z] === RUN   TestDockerSuite/TestBuildEOLInLine
17:10:51 [2021-08-20T17:10:51.234Z] --- PASS: TestNetworkDBCRUDMediumCluster (5.69s)
17:10:51 [2021-08-20T17:10:51.234Z] === RUN   TestNetworkDBNodeJoinLeaveIteration
17:10:52 [2021-08-20T17:10:52.195Z] 2021/08/20 17:10:51 Closing DB instances...
17:10:52 [2021-08-20T17:10:52.650Z] time="2021-08-20T17:10:52Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49290/Test.Echo: Post \"http://127.0.0.1:49290/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s"
17:10:53 [2021-08-20T17:10:53.612Z] --- PASS: TestNetworkDBNodeJoinLeaveIteration (2.62s)
17:10:53 [2021-08-20T17:10:53.612Z] === RUN   TestNetworkDBGarbageCollection
17:10:54 [2021-08-20T17:10:54.067Z] --- PASS: TestAllocateRandomDeallocate (3.49s)
17:10:54 [2021-08-20T17:10:54.067Z] === RUN   TestRetrieveFromStore
17:10:54 [2021-08-20T17:10:54.523Z] === RUN   TestParseEmptyInterface
17:10:54 [2021-08-20T17:10:54.523Z] --- PASS: TestParseEmptyInterface (0.00s)
17:10:54 [2021-08-20T17:10:54.523Z] === RUN   TestParseNonInterfaceType
17:10:54 [2021-08-20T17:10:54.523Z] --- PASS: TestParseNonInterfaceType (0.00s)
17:10:54 [2021-08-20T17:10:54.523Z] === RUN   TestParseWithOneFunction
17:10:54 [2021-08-20T17:10:54.523Z] --- PASS: TestParseWithOneFunction (0.00s)
17:10:54 [2021-08-20T17:10:54.523Z] === RUN   TestParseWithMultipleFuncs
17:10:54 [2021-08-20T17:10:54.523Z] --- PASS: TestParseWithMultipleFuncs (0.00s)
17:10:54 [2021-08-20T17:10:54.523Z] === RUN   TestParseWithUnnamedReturn
17:10:54 [2021-08-20T17:10:54.523Z] --- PASS: TestParseWithUnnamedReturn (0.00s)
17:10:54 [2021-08-20T17:10:54.523Z] === RUN   TestEmbeddedInterface
17:10:54 [2021-08-20T17:10:54.523Z] --- PASS: TestEmbeddedInterface (0.00s)
17:10:54 [2021-08-20T17:10:54.523Z] === RUN   TestParsedImports
17:10:54 [2021-08-20T17:10:54.523Z] --- PASS: TestParsedImports (0.00s)
17:10:54 [2021-08-20T17:10:54.523Z] === RUN   TestAliasedImports
17:10:54 [2021-08-20T17:10:54.523Z] --- PASS: TestAliasedImports (0.00s)
17:10:54 [2021-08-20T17:10:54.523Z] PASS
17:10:54 [2021-08-20T17:10:54.523Z] coverage: 56.8% of statements
17:10:54 [2021-08-20T17:10:54.523Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.047s	coverage: 56.8% of statements
17:10:54 [2021-08-20T17:10:54.978Z] time="2021-08-20T17:10:54Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49290/Test.Echo: Post \"http://127.0.0.1:49290/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s"
17:10:54 [2021-08-20T17:10:54.978Z] --- PASS: TestRetrieveFromStore (1.28s)
17:10:54 [2021-08-20T17:10:54.978Z] === RUN   TestRequestReleaseAddressDuplicate
17:10:54 [2021-08-20T17:10:54.978Z] === RUN   TestHTTPTransport
17:10:54 [2021-08-20T17:10:54.978Z] --- PASS: TestHTTPTransport (0.00s)
17:10:54 [2021-08-20T17:10:54.978Z] PASS
17:10:54 [2021-08-20T17:10:54.978Z] coverage: 85.7% of statements
17:10:54 [2021-08-20T17:10:54.978Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.033s	coverage: 85.7% of statements
17:10:54 [2021-08-20T17:10:54.978Z] --- PASS: TestRequestReleaseAddressDuplicate (0.02s)
17:10:54 [2021-08-20T17:10:54.978Z] === RUN   TestParallelPredefinedRequest1
17:10:54 [2021-08-20T17:10:54.978Z] === PAUSE TestParallelPredefinedRequest1
17:10:54 [2021-08-20T17:10:54.978Z] === RUN   TestParallelPredefinedRequest2
17:10:54 [2021-08-20T17:10:54.978Z] === PAUSE TestParallelPredefinedRequest2
17:10:54 [2021-08-20T17:10:54.978Z] === RUN   TestParallelPredefinedRequest3
17:10:54 [2021-08-20T17:10:54.978Z] === PAUSE TestParallelPredefinedRequest3
17:10:54 [2021-08-20T17:10:54.978Z] === RUN   TestParallelPredefinedRequest4
17:10:54 [2021-08-20T17:10:54.978Z] === PAUSE TestParallelPredefinedRequest4
17:10:54 [2021-08-20T17:10:54.978Z] === RUN   TestParallelPredefinedRequest5
17:10:54 [2021-08-20T17:10:54.978Z] === PAUSE TestParallelPredefinedRequest5
17:10:54 [2021-08-20T17:10:54.978Z] === RUN   TestDebug
17:10:54 [2021-08-20T17:10:54.978Z] --- PASS: TestDebug (0.00s)
17:10:54 [2021-08-20T17:10:54.978Z] === RUN   TestRequestPoolParallel
17:10:55 [2021-08-20T17:10:55.436Z] --- PASS: TestRequestPoolParallel (0.42s)
17:10:55 [2021-08-20T17:10:55.436Z] === RUN   TestFullAllocateRelease
17:10:55 [2021-08-20T17:10:55.891Z] === RUN   TestBufioReaderPoolGetWithNoReaderShouldCreateOne
17:10:55 [2021-08-20T17:10:55.892Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s)
17:10:55 [2021-08-20T17:10:55.892Z] === RUN   TestBufioReaderPoolPutAndGet
17:10:55 [2021-08-20T17:10:55.892Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s)
17:10:55 [2021-08-20T17:10:55.892Z] === RUN   TestNewReadCloserWrapperWithAReadCloser
17:10:55 [2021-08-20T17:10:55.892Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s)
17:10:55 [2021-08-20T17:10:55.892Z] === RUN   TestBufioWriterPoolGetWithNoReaderShouldCreateOne
17:10:55 [2021-08-20T17:10:55.892Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s)
17:10:55 [2021-08-20T17:10:55.892Z] === RUN   TestBufioWriterPoolPutAndGet
17:10:55 [2021-08-20T17:10:55.892Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s)
17:10:55 [2021-08-20T17:10:55.892Z] === RUN   TestNewWriteCloserWrapperWithAWriteCloser
17:10:55 [2021-08-20T17:10:55.892Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s)
17:10:55 [2021-08-20T17:10:55.892Z] === RUN   TestBufferPoolPutAndGet
17:10:55 [2021-08-20T17:10:55.892Z] --- PASS: TestBufferPoolPutAndGet (0.00s)
17:10:55 [2021-08-20T17:10:55.892Z] PASS
17:10:55 [2021-08-20T17:10:55.892Z] coverage: 88.2% of statements
17:10:55 [2021-08-20T17:10:55.892Z] ok  	github.com/docker/docker/pkg/pools	0.038s	coverage: 88.2% of statements
17:10:55 [2021-08-20T17:10:55.892Z] --- PASS: TestFullAllocateRelease (0.48s)
17:10:55 [2021-08-20T17:10:55.892Z] === RUN   TestOddAllocateRelease
17:10:56 [2021-08-20T17:10:56.088Z] === RUN   TestDockerSwarmSuite/TestAPISwarmErrorHandling
17:10:56 [2021-08-20T17:10:56.088Z] === RUN   TestDockerSuite/TestBuildEmptyCmd
17:10:56 [2021-08-20T17:10:56.344Z] === RUN   TestDockerSuite/TestBuildEmptyEntrypoint
17:10:56 [2021-08-20T17:10:56.347Z] === RUN   TestOutputOnPrematureClose
17:10:56 [2021-08-20T17:10:56.347Z] --- PASS: TestOutputOnPrematureClose (0.00s)
17:10:56 [2021-08-20T17:10:56.347Z] === RUN   TestCompleteSilently
17:10:56 [2021-08-20T17:10:56.347Z] --- PASS: TestCompleteSilently (0.00s)
17:10:56 [2021-08-20T17:10:56.347Z] PASS
17:10:56 [2021-08-20T17:10:56.347Z] coverage: 75.9% of statements
17:10:56 [2021-08-20T17:10:56.347Z] ok  	github.com/docker/docker/pkg/progress	0.030s	coverage: 75.9% of statements
17:10:56 [2021-08-20T17:10:56.347Z] --- PASS: TestOddAllocateRelease (0.22s)
17:10:56 [2021-08-20T17:10:56.347Z] === RUN   TestFullAllocateSerialReleaseParallel
17:10:56 [2021-08-20T17:10:56.347Z] --- PASS: TestFullAllocateSerialReleaseParallel (0.07s)
17:10:56 [2021-08-20T17:10:56.347Z] === RUN   TestOddAllocateSerialReleaseParallel
17:10:56 [2021-08-20T17:10:56.347Z] --- PASS: TestOddAllocateSerialReleaseParallel (0.04s)
17:10:56 [2021-08-20T17:10:56.347Z] === RUN   TestEvenAllocateSerialReleaseParallel
17:10:56 [2021-08-20T17:10:56.347Z] --- PASS: TestEvenAllocateSerialReleaseParallel (0.04s)
17:10:56 [2021-08-20T17:10:56.347Z] === CONT  TestParallelPredefinedRequest1
17:10:56 [2021-08-20T17:10:56.347Z] === CONT  TestParallelPredefinedRequest4
17:10:56 [2021-08-20T17:10:56.347Z] === CONT  TestParallelPredefinedRequest3
17:10:56 [2021-08-20T17:10:56.347Z] === CONT  TestParallelPredefinedRequest1
17:10:56 [2021-08-20T17:10:56.347Z]     allocator_test.go:1422: Skipped because t.parallel was less than  5
17:10:56 [2021-08-20T17:10:56.347Z] === CONT  TestParallelPredefinedRequest5
17:10:56 [2021-08-20T17:10:56.347Z]     allocator_test.go:1422: Skipped because t.parallel was less than  5
17:10:56 [2021-08-20T17:10:56.347Z] === CONT  TestParallelPredefinedRequest4
17:10:56 [2021-08-20T17:10:56.347Z]     allocator_test.go:1422: Skipped because t.parallel was less than  5
17:10:56 [2021-08-20T17:10:56.347Z] === CONT  TestParallelPredefinedRequest3
17:10:56 [2021-08-20T17:10:56.347Z]     allocator_test.go:1422: Skipped because t.parallel was less than  5
17:10:56 [2021-08-20T17:10:56.347Z] --- SKIP: TestParallelPredefinedRequest1 (0.00s)
17:10:56 [2021-08-20T17:10:56.347Z] === CONT  TestParallelPredefinedRequest2
17:10:56 [2021-08-20T17:10:56.347Z] --- SKIP: TestParallelPredefinedRequest5 (0.00s)
17:10:56 [2021-08-20T17:10:56.347Z] === CONT  TestParallelPredefinedRequest2
17:10:56 [2021-08-20T17:10:56.347Z]     allocator_test.go:1422: Skipped because t.parallel was less than  5
17:10:56 [2021-08-20T17:10:56.347Z] --- SKIP: TestParallelPredefinedRequest4 (0.00s)
17:10:56 [2021-08-20T17:10:56.347Z] --- SKIP: TestParallelPredefinedRequest2 (0.00s)
17:10:56 [2021-08-20T17:10:56.347Z] --- SKIP: TestParallelPredefinedRequest3 (0.00s)
17:10:56 [2021-08-20T17:10:56.347Z] PASS
17:10:56 [2021-08-20T17:10:56.347Z] coverage: 85.3% of statements
17:10:56 [2021-08-20T17:10:56.347Z] ok  	github.com/docker/docker/libnetwork/ipam	41.786s	coverage: 85.3% of statements
17:10:56 [2021-08-20T17:10:56.600Z] === RUN   TestDockerSuite/TestBuildEmptyEntrypointInheritance
17:10:56 [2021-08-20T17:10:56.801Z] === RUN   TestSendToOneSub
17:10:56 [2021-08-20T17:10:56.801Z] --- PASS: TestSendToOneSub (0.00s)
17:10:56 [2021-08-20T17:10:56.801Z] === RUN   TestSendToMultipleSubs
17:10:56 [2021-08-20T17:10:56.801Z] --- PASS: TestSendToMultipleSubs (0.00s)
17:10:56 [2021-08-20T17:10:56.801Z] === RUN   TestEvictOneSub
17:10:56 [2021-08-20T17:10:56.801Z] --- PASS: TestEvictOneSub (0.00s)
17:10:56 [2021-08-20T17:10:56.801Z] === RUN   TestClosePublisher
17:10:56 [2021-08-20T17:10:56.801Z] --- PASS: TestClosePublisher (0.00s)
17:10:56 [2021-08-20T17:10:56.801Z] === RUN   TestPubSubRace
17:10:57 [2021-08-20T17:10:57.163Z] === RUN   TestDockerSwarmSuite/TestAPISwarmForceNewCluster
17:10:57 [2021-08-20T17:10:57.419Z] === RUN   TestDockerSuite/TestBuildEmptyScratch
17:10:57 [2021-08-20T17:10:57.676Z] === RUN   TestDockerSuite/TestBuildEmptyStringVolume
17:10:57 [2021-08-20T17:10:57.760Z] --- PASS: TestPubSubRace (1.03s)
17:10:57 [2021-08-20T17:10:57.760Z] PASS
17:10:57 [2021-08-20T17:10:57.760Z] coverage: 75.0% of statements
17:10:57 [2021-08-20T17:10:57.760Z] ok  	github.com/docker/docker/pkg/pubsub	1.058s	coverage: 75.0% of statements
17:10:57 [2021-08-20T17:10:57.933Z] === RUN   TestDockerSuite/TestBuildEntrypoint
17:10:58 [2021-08-20T17:10:58.190Z] === RUN   TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild
17:10:58 [2021-08-20T17:10:58.216Z] === RUN   TestRegister
17:10:58 [2021-08-20T17:10:58.216Z] --- PASS: TestRegister (0.00s)
17:10:58 [2021-08-20T17:10:58.216Z] === RUN   TestCommand
17:10:58 [2021-08-20T17:10:58.216Z] --- PASS: TestCommand (0.02s)
17:10:58 [2021-08-20T17:10:58.216Z] === RUN   TestNaiveSelf
17:10:58 [2021-08-20T17:10:58.216Z] --- PASS: TestNaiveSelf (0.02s)
17:10:58 [2021-08-20T17:10:58.216Z] PASS
17:10:58 [2021-08-20T17:10:58.216Z] coverage: 82.4% of statements
17:10:58 [2021-08-20T17:10:58.216Z] ok  	github.com/docker/docker/pkg/reexec	0.065s	coverage: 82.4% of statements
17:10:58 [2021-08-20T17:10:58.671Z] === RUN   TestDump
17:10:58 [2021-08-20T17:10:58.671Z] goroutine 6 [running]:
17:10:58 [2021-08-20T17:10:58.671Z] github.com/docker/docker/pkg/stack.dump(0xc000006020, 0x13777dd4, 0xf4e8501a1c)
17:10:58 [2021-08-20T17:10:58.671Z] 	C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x8f
17:10:58 [2021-08-20T17:10:58.671Z] github.com/docker/docker/pkg/stack.Dump(...)
17:10:58 [2021-08-20T17:10:58.671Z] 	C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:18
17:10:58 [2021-08-20T17:10:58.671Z] github.com/docker/docker/pkg/stack.TestDump(0xc000029080)
17:10:58 [2021-08-20T17:10:58.671Z] 	C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:13 +0x3e
17:10:58 [2021-08-20T17:10:58.671Z] testing.tRunner(0xc000029080, 0x705ea0)
17:10:58 [2021-08-20T17:10:58.671Z] 	c:/go/src/testing/testing.go:1193 +0xef
17:10:58 [2021-08-20T17:10:58.671Z] created by testing.(*T).Run
17:10:58 [2021-08-20T17:10:58.671Z] 	c:/go/src/testing/testing.go:1238 +0x2b3
17:10:58 [2021-08-20T17:10:58.671Z] 
17:10:58 [2021-08-20T17:10:58.671Z] goroutine 1 [chan receive]:
17:10:58 [2021-08-20T17:10:58.671Z] testing.(*T).Run(0xc000029080, 0x6f85d8, 0x8, 0x705ea0, 0x56a18d)
17:10:58 [2021-08-20T17:10:58.671Z] 	c:/go/src/testing/testing.go:1239 +0x2da
17:10:58 [2021-08-20T17:10:58.671Z] testing.runTests.func1(0xc000028f00)
17:10:58 [2021-08-20T17:10:58.671Z] 	c:/go/src/testing/testing.go:1511 +0x7f
17:10:58 [2021-08-20T17:10:58.671Z] testing.tRunner(0xc000028f00, 0xc000075da8)
17:10:58 [2021-08-20T17:10:58.671Z] 	c:/go/src/testing/testing.go:1193 +0xef
17:10:58 [2021-08-20T17:10:58.671Z] testing.runTests(0xc000004078, 0x84b220, 0x3, 0x3, 0xc04016fe93777dd4, 0x8bb315b94d, 0x84fc80, 0x6f9e28)
17:10:58 [2021-08-20T17:10:58.671Z] 	c:/go/src/testing/testing.go:1509 +0x310
17:10:58 [2021-08-20T17:10:58.671Z] testing.(*M).Run(0xc00007a080, 0x0)
17:10:58 [2021-08-20T17:10:58.671Z] 	c:/go/src/testing/testing.go:1417 +0x1f5
17:10:58 [2021-08-20T17:10:58.671Z] main.main()
17:10:58 [2021-08-20T17:10:58.671Z] 	_testmain.go:95 +0x1c8
17:10:58 [2021-08-20T17:10:58.671Z] --- PASS: TestDump (0.00s)
17:10:58 [2021-08-20T17:10:58.671Z] === RUN   TestDumpToFile
17:10:58 [2021-08-20T17:10:58.671Z] --- PASS: TestDumpToFile (0.12s)
17:10:58 [2021-08-20T17:10:58.671Z] === RUN   TestDumpToFileWithEmptyInput
17:10:58 [2021-08-20T17:10:58.671Z] goroutine 8 [running]:
17:10:58 [2021-08-20T17:10:58.671Z] github.com/docker/docker/pkg/stack.dump(0xc000006020, 0x438, 0x5e43c0)
17:10:58 [2021-08-20T17:10:58.671Z] 	C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x8f
17:10:58 [2021-08-20T17:10:58.671Z] github.com/docker/docker/pkg/stack.DumpToFile(0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
17:10:58 [2021-08-20T17:10:58.671Z] 	C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:38 +0xc5
17:10:58 [2021-08-20T17:10:58.671Z] github.com/docker/docker/pkg/stack.TestDumpToFileWithEmptyInput(0xc000029500)
17:10:58 [2021-08-20T17:10:58.671Z] 	C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:28 +0x34
17:10:58 [2021-08-20T17:10:58.671Z] testing.tRunner(0xc000029500, 0x705e90)
17:10:58 [2021-08-20T17:10:58.671Z] 	c:/go/src/testing/testing.go:1193 +0xef
17:10:58 [2021-08-20T17:10:58.671Z] created by testing.(*T).Run
17:10:58 [2021-08-20T17:10:58.671Z] 	c:/go/src/testing/testing.go:1238 +0x2b3
17:10:58 [2021-08-20T17:10:58.671Z] 
17:10:58 [2021-08-20T17:10:58.671Z] goroutine 1 [chan receive]:
17:10:58 [2021-08-20T17:10:58.671Z] testing.(*T).Run(0xc000029500, 0x6ff08c, 0x1c, 0x705e90, 0x56a101)
17:10:58 [2021-08-20T17:10:58.671Z] 	c:/go/src/testing/testing.go:1239 +0x2da
17:10:58 [2021-08-20T17:10:58.671Z] testing.runTests.func1(0xc000028f00)
17:10:58 [2021-08-20T17:10:58.671Z] 	c:/go/src/testing/testing.go:1511 +0x7f
17:10:58 [2021-08-20T17:10:58.671Z] testing.tRunner(0xc000028f00, 0xc000075da8)
17:10:58 [2021-08-20T17:10:58.671Z] 	c:/go/src/testing/testing.go:1193 +0xef
17:10:58 [2021-08-20T17:10:58.671Z] testing.runTests(0xc000004078, 0x84b220, 0x3, 0x3, 0xc04016fe93777dd4, 0x8bb315b94d, 0x84fc80, 0x6f9e28)
17:10:58 [2021-08-20T17:10:58.671Z] 	c:/go/src/testing/testing.go:1509 +0x310
17:10:58 [2021-08-20T17:10:58.671Z] testing.(*M).Run(0xc00007a080, 0x0)
17:10:58 [2021-08-20T17:10:58.671Z] 	c:/go/src/testing/testing.go:1417 +0x1f5
17:10:58 [2021-08-20T17:10:58.671Z] main.main()
17:10:58 [2021-08-20T17:10:58.671Z] 	_testmain.go:95 +0x1c8
17:10:58 [2021-08-20T17:10:58.671Z] --- PASS: TestDumpToFileWithEmptyInput (0.00s)
17:10:58 [2021-08-20T17:10:58.671Z] PASS
17:10:58 [2021-08-20T17:10:58.671Z] coverage: 90.9% of statements
17:10:58 [2021-08-20T17:10:58.671Z] ok  	github.com/docker/docker/pkg/stack	0.146s	coverage: 90.9% of statements
17:10:59 [2021-08-20T17:10:59.126Z] === RUN   TestNewStdWriter
17:10:59 [2021-08-20T17:10:59.126Z] --- PASS: TestNewStdWriter (0.00s)
17:10:59 [2021-08-20T17:10:59.126Z] === RUN   TestWriteWithUninitializedStdWriter
17:10:59 [2021-08-20T17:10:59.126Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s)
17:10:59 [2021-08-20T17:10:59.126Z] === RUN   TestWriteWithNilBytes
17:10:59 [2021-08-20T17:10:59.126Z] --- PASS: TestWriteWithNilBytes (0.00s)
17:10:59 [2021-08-20T17:10:59.126Z] === RUN   TestWrite
17:10:59 [2021-08-20T17:10:59.126Z] --- PASS: TestWrite (0.00s)
17:10:59 [2021-08-20T17:10:59.126Z] === RUN   TestWriteWithWriterError
17:10:59 [2021-08-20T17:10:59.126Z] --- PASS: TestWriteWithWriterError (0.00s)
17:10:59 [2021-08-20T17:10:59.126Z] === RUN   TestWriteDoesNotReturnNegativeWrittenBytes
17:10:59 [2021-08-20T17:10:59.126Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s)
17:10:59 [2021-08-20T17:10:59.126Z] === RUN   TestStdCopyWriteAndRead
17:10:59 [2021-08-20T17:10:59.126Z] --- PASS: TestStdCopyWriteAndRead (0.00s)
17:10:59 [2021-08-20T17:10:59.126Z] === RUN   TestStdCopyReturnsErrorReadingHeader
17:10:59 [2021-08-20T17:10:59.126Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s)
17:10:59 [2021-08-20T17:10:59.126Z] === RUN   TestStdCopyReturnsErrorReadingFrame
17:10:59 [2021-08-20T17:10:59.126Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s)
17:10:59 [2021-08-20T17:10:59.126Z] === RUN   TestStdCopyDetectsCorruptedFrame
17:10:59 [2021-08-20T17:10:59.126Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s)
17:10:59 [2021-08-20T17:10:59.126Z] === RUN   TestStdCopyWithInvalidInputHeader
17:10:59 [2021-08-20T17:10:59.126Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s)
17:10:59 [2021-08-20T17:10:59.126Z] === RUN   TestStdCopyWithCorruptedPrefix
17:10:59 [2021-08-20T17:10:59.126Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s)
17:10:59 [2021-08-20T17:10:59.126Z] === RUN   TestStdCopyReturnsWriteErrors
17:10:59 [2021-08-20T17:10:59.126Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s)
17:10:59 [2021-08-20T17:10:59.126Z] === RUN   TestStdCopyDetectsNotFullyWrittenFrames
17:10:59 [2021-08-20T17:10:59.126Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s)
17:10:59 [2021-08-20T17:10:59.126Z] === RUN   TestStdCopyReturnsErrorFromSystem
17:10:59 [2021-08-20T17:10:59.126Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s)
17:10:59 [2021-08-20T17:10:59.126Z] PASS
17:10:59 [2021-08-20T17:10:59.126Z] coverage: 100.0% of statements
17:10:59 [2021-08-20T17:10:59.126Z] ok  	github.com/docker/docker/pkg/stdcopy	0.030s	coverage: 100.0% of statements
17:10:59 [2021-08-20T17:10:59.580Z] time="2021-08-20T17:10:59Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49290/Test.Echo: Post \"http://127.0.0.1:49290/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s"
17:10:59 [2021-08-20T17:10:59.580Z] === RUN   TestRawProgressFormatterFormatStatus
17:10:59 [2021-08-20T17:10:59.580Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s)
17:10:59 [2021-08-20T17:10:59.580Z] === RUN   TestRawProgressFormatterFormatProgress
17:10:59 [2021-08-20T17:10:59.580Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s)
17:10:59 [2021-08-20T17:10:59.580Z] === RUN   TestFormatStatus
17:10:59 [2021-08-20T17:10:59.580Z] --- PASS: TestFormatStatus (0.00s)
17:10:59 [2021-08-20T17:10:59.580Z] === RUN   TestFormatError
17:10:59 [2021-08-20T17:10:59.580Z] --- PASS: TestFormatError (0.00s)
17:10:59 [2021-08-20T17:10:59.580Z] === RUN   TestFormatJSONError
17:10:59 [2021-08-20T17:10:59.580Z] --- PASS: TestFormatJSONError (0.00s)
17:10:59 [2021-08-20T17:10:59.580Z] === RUN   TestJsonProgressFormatterFormatProgress
17:10:59 [2021-08-20T17:10:59.580Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s)
17:10:59 [2021-08-20T17:10:59.580Z] === RUN   TestJsonProgressFormatterFormatStatus
17:10:59 [2021-08-20T17:10:59.580Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s)
17:10:59 [2021-08-20T17:10:59.580Z] === RUN   TestNewJSONProgressOutput
17:10:59 [2021-08-20T17:10:59.580Z] --- PASS: TestNewJSONProgressOutput (0.00s)
17:10:59 [2021-08-20T17:10:59.580Z] === RUN   TestAuxFormatterEmit
17:10:59 [2021-08-20T17:10:59.580Z] --- PASS: TestAuxFormatterEmit (0.00s)
17:10:59 [2021-08-20T17:10:59.580Z] === RUN   TestStreamWriterStdout
17:10:59 [2021-08-20T17:10:59.580Z] --- PASS: TestStreamWriterStdout (0.00s)
17:10:59 [2021-08-20T17:10:59.580Z] === RUN   TestStreamWriterStderr
17:10:59 [2021-08-20T17:10:59.580Z] --- PASS: TestStreamWriterStderr (0.00s)
17:10:59 [2021-08-20T17:10:59.580Z] PASS
17:10:59 [2021-08-20T17:10:59.580Z] coverage: 66.2% of statements
17:10:59 [2021-08-20T17:10:59.580Z] ok  	github.com/docker/docker/pkg/streamformatter	0.031s	coverage: 66.2% of statements
17:11:00 [2021-08-20T17:11:00.035Z] === RUN   TestGenerateRandomID
17:11:00 [2021-08-20T17:11:00.035Z] --- PASS: TestGenerateRandomID (0.00s)
17:11:00 [2021-08-20T17:11:00.035Z] === RUN   TestShortenId
17:11:00 [2021-08-20T17:11:00.035Z] --- PASS: TestShortenId (0.00s)
17:11:00 [2021-08-20T17:11:00.035Z] === RUN   TestShortenSha256Id
17:11:00 [2021-08-20T17:11:00.035Z] --- PASS: TestShortenSha256Id (0.00s)
17:11:00 [2021-08-20T17:11:00.035Z] === RUN   TestShortenIdEmpty
17:11:00 [2021-08-20T17:11:00.035Z] --- PASS: TestShortenIdEmpty (0.00s)
17:11:00 [2021-08-20T17:11:00.035Z] === RUN   TestShortenIdInvalid
17:11:00 [2021-08-20T17:11:00.035Z] --- PASS: TestShortenIdInvalid (0.00s)
17:11:00 [2021-08-20T17:11:00.035Z] === RUN   TestIsShortIDNonHex
17:11:00 [2021-08-20T17:11:00.035Z] --- PASS: TestIsShortIDNonHex (0.00s)
17:11:00 [2021-08-20T17:11:00.036Z] === RUN   TestIsShortIDNotCorrectSize
17:11:00 [2021-08-20T17:11:00.036Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s)
17:11:00 [2021-08-20T17:11:00.036Z] PASS
17:11:00 [2021-08-20T17:11:00.036Z] coverage: 70.6% of statements
17:11:00 [2021-08-20T17:11:00.036Z] ok  	github.com/docker/docker/pkg/stringid	0.026s	coverage: 70.6% of statements
17:11:00 [2021-08-20T17:11:00.082Z]     docker_api_swarm_test.go:562: [d51171a436980] joining swarm manager [d360d78459cf8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
17:11:00 [2021-08-20T17:11:00.490Z] === RUN   TestIsCpusetListAvailable
17:11:00 [2021-08-20T17:11:00.490Z] --- PASS: TestIsCpusetListAvailable (0.00s)
17:11:00 [2021-08-20T17:11:00.490Z] PASS
17:11:00 [2021-08-20T17:11:00.490Z] coverage: 39.4% of statements
17:11:00 [2021-08-20T17:11:00.490Z] ok  	github.com/docker/docker/pkg/sysinfo	0.028s	coverage: 39.4% of statements
17:11:01 [2021-08-20T17:11:01.451Z] === RUN   TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect
17:11:02 [2021-08-20T17:11:02.016Z] === RUN   TestChtimes
17:11:02 [2021-08-20T17:11:02.016Z] --- PASS: TestChtimes (0.00s)
17:11:02 [2021-08-20T17:11:02.016Z] === RUN   TestChtimesWindows
17:11:02 [2021-08-20T17:11:02.016Z] --- PASS: TestChtimesWindows (0.00s)
17:11:02 [2021-08-20T17:11:02.016Z] === RUN   TestCheckSystemDriveAndRemoveDriveLetter
17:11:02 [2021-08-20T17:11:02.016Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s)
17:11:02 [2021-08-20T17:11:02.016Z] === RUN   TestEnsureRemoveAllNotExist
17:11:02 [2021-08-20T17:11:02.016Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s)
17:11:02 [2021-08-20T17:11:02.016Z] === RUN   TestEnsureRemoveAllWithDir
17:11:02 [2021-08-20T17:11:02.016Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s)
17:11:02 [2021-08-20T17:11:02.016Z] === RUN   TestEnsureRemoveAllWithFile
17:11:02 [2021-08-20T17:11:02.016Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s)
17:11:02 [2021-08-20T17:11:02.016Z] === RUN   TestHasWin32KSupport
17:11:02 [2021-08-20T17:11:02.016Z]     syscall_windows_test.go:8: win32k: true
17:11:02 [2021-08-20T17:11:02.016Z] --- PASS: TestHasWin32KSupport (0.00s)
17:11:02 [2021-08-20T17:11:02.016Z] PASS
17:11:02 [2021-08-20T17:11:02.016Z] coverage: 12.9% of statements
17:11:02 [2021-08-20T17:11:02.016Z] ok  	github.com/docker/docker/pkg/system	0.036s	coverage: 12.9% of statements
17:11:02 [2021-08-20T17:11:02.016Z] === RUN   TestTailFile
17:11:02 [2021-08-20T17:11:02.016Z] --- PASS: TestTailFile (0.00s)
17:11:02 [2021-08-20T17:11:02.016Z] === RUN   TestTailFileManyLines
17:11:02 [2021-08-20T17:11:02.016Z] --- PASS: TestTailFileManyLines (0.00s)
17:11:02 [2021-08-20T17:11:02.016Z] === RUN   TestTailEmptyFile
17:11:02 [2021-08-20T17:11:02.016Z] --- PASS: TestTailEmptyFile (0.00s)
17:11:02 [2021-08-20T17:11:02.016Z] === RUN   TestTailNegativeN
17:11:02 [2021-08-20T17:11:02.016Z] --- PASS: TestTailNegativeN (0.00s)
17:11:02 [2021-08-20T17:11:02.016Z] === RUN   TestNewTailReader
17:11:02 [2021-08-20T17:11:02.016Z] === PAUSE TestNewTailReader
17:11:02 [2021-08-20T17:11:02.016Z] === CONT  TestNewTailReader
17:11:02 [2021-08-20T17:11:02.016Z] === RUN   TestNewTailReader/2_byte_delimiter
17:11:02 [2021-08-20T17:11:02.016Z] === PAUSE TestNewTailReader/2_byte_delimiter
17:11:02 [2021-08-20T17:11:02.016Z] === RUN   TestNewTailReader/4_byte_delimiter
17:11:02 [2021-08-20T17:11:02.016Z] === PAUSE TestNewTailReader/4_byte_delimiter
17:11:02 [2021-08-20T17:11:02.016Z] === RUN   TestNewTailReader/8_byte_delimiter
17:11:02 [2021-08-20T17:11:02.016Z] === PAUSE TestNewTailReader/8_byte_delimiter
17:11:02 [2021-08-20T17:11:02.016Z] === RUN   TestNewTailReader/12_byte_delimiter
17:11:02 [2021-08-20T17:11:02.016Z] === PAUSE TestNewTailReader/12_byte_delimiter
17:11:02 [2021-08-20T17:11:02.016Z] === RUN   TestNewTailReader/no_delimiter
17:11:02 [2021-08-20T17:11:02.016Z] === PAUSE TestNewTailReader/no_delimiter
17:11:02 [2021-08-20T17:11:02.016Z] === RUN   TestNewTailReader/single_byte_delimiter
17:11:02 [2021-08-20T17:11:02.016Z] === PAUSE TestNewTailReader/single_byte_delimiter
17:11:02 [2021-08-20T17:11:02.016Z] === RUN   TestNewTailReader/truncated_last_line
17:11:02 [2021-08-20T17:11:02.016Z] === RUN   TestNewTailReader/truncated_last_line/more_than_available
17:11:02 [2021-08-20T17:11:02.016Z] === RUN   TestNewTailReader/truncated_last_line#01
17:11:02 [2021-08-20T17:11:02.016Z] === RUN   TestNewTailReader/truncated_last_line#01/exact
17:11:02 [2021-08-20T17:11:02.016Z] === RUN   TestNewTailReader/truncated_last_line#02
17:11:02 [2021-08-20T17:11:02.016Z] === RUN   TestNewTailReader/truncated_last_line#02/one_line
17:11:02 [2021-08-20T17:11:02.016Z] === CONT  TestNewTailReader/2_byte_delimiter
17:11:02 [2021-08-20T17:11:02.016Z] === RUN   TestNewTailReader/2_byte_delimiter/one_small_entry
17:11:02 [2021-08-20T17:11:02.016Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry
17:11:02 [2021-08-20T17:11:02.016Z] === RUN   TestNewTailReader/2_byte_delimiter/several_small_entries
17:11:02 [2021-08-20T17:11:02.016Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries
17:11:02 [2021-08-20T17:11:02.016Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes
17:11:02 [2021-08-20T17:11:02.016Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes
17:11:02 [2021-08-20T17:11:02.016Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block
17:11:02 [2021-08-20T17:11:02.016Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block
17:11:02 [2021-08-20T17:11:02.016Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block
17:11:02 [2021-08-20T17:11:02.016Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block
17:11:02 [2021-08-20T17:11:02.016Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block
17:11:02 [2021-08-20T17:11:02.016Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block
17:11:02 [2021-08-20T17:11:02.016Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_same_as_block
17:11:02 [2021-08-20T17:11:02.016Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block
17:11:02 [2021-08-20T17:11:02.016Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_half_block
17:11:02 [2021-08-20T17:11:02.016Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block
17:11:02 [2021-08-20T17:11:02.016Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_twice_block
17:11:02 [2021-08-20T17:11:02.016Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block
17:11:02 [2021-08-20T17:11:02.016Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values
17:11:02 [2021-08-20T17:11:02.016Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values
17:11:02 [2021-08-20T17:11:02.016Z] === CONT  TestNewTailReader/12_byte_delimiter
17:11:02 [2021-08-20T17:11:02.016Z] === RUN   TestNewTailReader/12_byte_delimiter/one_small_entry
17:11:02 [2021-08-20T17:11:02.016Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry
17:11:02 [2021-08-20T17:11:02.016Z] === RUN   TestNewTailReader/12_byte_delimiter/several_small_entries
17:11:02 [2021-08-20T17:11:02.016Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries
17:11:02 [2021-08-20T17:11:02.016Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes
17:11:02 [2021-08-20T17:11:02.016Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes
17:11:02 [2021-08-20T17:11:02.016Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block
17:11:02 [2021-08-20T17:11:02.016Z] === RUN   TestNewTailReader/2_byte_delimiter/no_lines
17:11:02 [2021-08-20T17:11:02.016Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines
17:11:02 [2021-08-20T17:11:02.016Z] === RUN   TestNewTailReader/2_byte_delimiter/same_length_as_delimiter
17:11:02 [2021-08-20T17:11:02.016Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter
17:11:02 [2021-08-20T17:11:02.016Z] === CONT  TestNewTailReader/8_byte_delimiter
17:11:02 [2021-08-20T17:11:02.016Z] === RUN   TestNewTailReader/8_byte_delimiter/one_small_entry
17:11:02 [2021-08-20T17:11:02.016Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry
17:11:02 [2021-08-20T17:11:02.016Z] === RUN   TestNewTailReader/8_byte_delimiter/several_small_entries
17:11:02 [2021-08-20T17:11:02.016Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries
17:11:02 [2021-08-20T17:11:02.016Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes
17:11:02 [2021-08-20T17:11:02.016Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes
17:11:02 [2021-08-20T17:11:02.016Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block
17:11:02 [2021-08-20T17:11:02.016Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block
17:11:02 [2021-08-20T17:11:02.016Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block
17:11:02 [2021-08-20T17:11:02.016Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block
17:11:02 [2021-08-20T17:11:02.016Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block
17:11:02 [2021-08-20T17:11:02.016Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block
17:11:02 [2021-08-20T17:11:02.016Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_same_as_block
17:11:02 [2021-08-20T17:11:02.016Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block
17:11:02 [2021-08-20T17:11:02.016Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_half_block
17:11:02 [2021-08-20T17:11:02.016Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block
17:11:02 [2021-08-20T17:11:02.016Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_twice_block
17:11:02 [2021-08-20T17:11:02.016Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block
17:11:02 [2021-08-20T17:11:02.016Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values
17:11:02 [2021-08-20T17:11:02.016Z] === CONT  TestNewTailReader/4_byte_delimiter
17:11:02 [2021-08-20T17:11:02.016Z] === RUN   TestNewTailReader/4_byte_delimiter/one_small_entry
17:11:02 [2021-08-20T17:11:02.016Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry
17:11:02 [2021-08-20T17:11:02.016Z] === RUN   TestNewTailReader/4_byte_delimiter/several_small_entries
17:11:02 [2021-08-20T17:11:02.016Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries
17:11:02 [2021-08-20T17:11:02.016Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes
17:11:02 [2021-08-20T17:11:02.016Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes
17:11:02 [2021-08-20T17:11:02.016Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block
17:11:02 [2021-08-20T17:11:02.016Z] === CONT  TestNewTailReader/single_byte_delimiter
17:11:02 [2021-08-20T17:11:02.016Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block
17:11:02 [2021-08-20T17:11:02.016Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block
17:11:02 [2021-08-20T17:11:02.016Z] === RUN   TestNewTailReader/single_byte_delimiter/one_small_entry
17:11:02 [2021-08-20T17:11:02.016Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block
17:11:02 [2021-08-20T17:11:02.016Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry
17:11:02 [2021-08-20T17:11:02.016Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block
17:11:02 [2021-08-20T17:11:02.016Z] === RUN   TestNewTailReader/single_byte_delimiter/several_small_entries
17:11:02 [2021-08-20T17:11:02.016Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block
17:11:02 [2021-08-20T17:11:02.016Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries
17:11:02 [2021-08-20T17:11:02.016Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_same_as_block
17:11:02 [2021-08-20T17:11:02.016Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes
17:11:02 [2021-08-20T17:11:02.016Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block
17:11:02 [2021-08-20T17:11:02.016Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_half_block
17:11:02 [2021-08-20T17:11:02.016Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block
17:11:02 [2021-08-20T17:11:02.016Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_twice_block
17:11:02 [2021-08-20T17:11:02.016Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block
17:11:02 [2021-08-20T17:11:02.016Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values
17:11:02 [2021-08-20T17:11:02.016Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values
17:11:02 [2021-08-20T17:11:02.016Z] === RUN   TestNewTailReader/4_byte_delimiter/no_lines
17:11:02 [2021-08-20T17:11:02.016Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines
17:11:02 [2021-08-20T17:11:02.016Z] === RUN   TestNewTailReader/4_byte_delimiter/same_length_as_delimiter
17:11:02 [2021-08-20T17:11:02.016Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter
17:11:02 [2021-08-20T17:11:02.016Z] === CONT  TestNewTailReader/no_delimiter
17:11:02 [2021-08-20T17:11:02.016Z] === RUN   TestNewTailReader/no_delimiter/one_small_entry
17:11:02 [2021-08-20T17:11:02.016Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry
17:11:02 [2021-08-20T17:11:02.016Z] === RUN   TestNewTailReader/no_delimiter/several_small_entries
17:11:02 [2021-08-20T17:11:02.016Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries
17:11:02 [2021-08-20T17:11:02.016Z] === RUN   TestNewTailReader/no_delimiter/various_sizes
17:11:02 [2021-08-20T17:11:02.016Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block
17:11:02 [2021-08-20T17:11:02.016Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes
17:11:02 [2021-08-20T17:11:02.016Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values
17:11:02 [2021-08-20T17:11:02.016Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block
17:11:02 [2021-08-20T17:11:02.016Z] === RUN   TestNewTailReader/8_byte_delimiter/no_lines
17:11:02 [2021-08-20T17:11:02.016Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block
17:11:02 [2021-08-20T17:11:02.016Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines
17:11:02 [2021-08-20T17:11:02.016Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block
17:11:02 [2021-08-20T17:11:02.016Z] === RUN   TestNewTailReader/8_byte_delimiter/same_length_as_delimiter
17:11:02 [2021-08-20T17:11:02.016Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block
17:11:02 [2021-08-20T17:11:02.016Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter
17:11:02 [2021-08-20T17:11:02.016Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block
17:11:02 [2021-08-20T17:11:02.016Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block
17:11:02 [2021-08-20T17:11:02.016Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block
17:11:02 [2021-08-20T17:11:02.016Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block
17:11:02 [2021-08-20T17:11:02.016Z] === CONT  TestNewTailReader/2_byte_delimiter/one_small_entry
17:11:02 [2021-08-20T17:11:02.016Z] === RUN   TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines
17:11:02 [2021-08-20T17:11:02.016Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines
17:11:02 [2021-08-20T17:11:02.016Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block
17:11:02 [2021-08-20T17:11:02.016Z] === RUN   TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.016Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.016Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block
17:11:02 [2021-08-20T17:11:02.016Z] === RUN   TestNewTailReader/no_delimiter/single_line_same_as_block
17:11:02 [2021-08-20T17:11:02.016Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block
17:11:02 [2021-08-20T17:11:02.016Z] === RUN   TestNewTailReader/no_delimiter/single_line_half_block
17:11:02 [2021-08-20T17:11:02.016Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block
17:11:02 [2021-08-20T17:11:02.016Z] === RUN   TestNewTailReader/no_delimiter/single_line_twice_block
17:11:02 [2021-08-20T17:11:02.016Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block
17:11:02 [2021-08-20T17:11:02.016Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values
17:11:02 [2021-08-20T17:11:02.016Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values
17:11:02 [2021-08-20T17:11:02.016Z] === RUN   TestNewTailReader/no_delimiter/no_lines
17:11:02 [2021-08-20T17:11:02.016Z] === PAUSE TestNewTailReader/no_delimiter/no_lines
17:11:02 [2021-08-20T17:11:02.016Z] === RUN   TestNewTailReader/no_delimiter/same_length_as_delimiter
17:11:02 [2021-08-20T17:11:02.016Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter
17:11:02 [2021-08-20T17:11:02.016Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_same_as_block
17:11:02 [2021-08-20T17:11:02.016Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block
17:11:02 [2021-08-20T17:11:02.016Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_half_block
17:11:02 [2021-08-20T17:11:02.016Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block
17:11:02 [2021-08-20T17:11:02.016Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_twice_block
17:11:02 [2021-08-20T17:11:02.016Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block
17:11:02 [2021-08-20T17:11:02.017Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values
17:11:02 [2021-08-20T17:11:02.017Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values
17:11:02 [2021-08-20T17:11:02.473Z] === RUN   TestNewTailReader/12_byte_delimiter/no_lines
17:11:02 [2021-08-20T17:11:02.473Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines
17:11:02 [2021-08-20T17:11:02.473Z] === RUN   TestNewTailReader/12_byte_delimiter/same_length_as_delimiter
17:11:02 [2021-08-20T17:11:02.473Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter
17:11:02 [2021-08-20T17:11:02.473Z] === CONT  TestNewTailReader/2_byte_delimiter/same_length_as_delimiter
17:11:02 [2021-08-20T17:11:02.473Z] === RUN   TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines
17:11:02 [2021-08-20T17:11:02.473Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines
17:11:02 [2021-08-20T17:11:02.473Z] === RUN   TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.473Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.473Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_same_as_block
17:11:02 [2021-08-20T17:11:02.473Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines
17:11:02 [2021-08-20T17:11:02.473Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines
17:11:02 [2021-08-20T17:11:02.473Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.473Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.473Z] === CONT  TestNewTailReader/2_byte_delimiter/no_lines
17:11:02 [2021-08-20T17:11:02.473Z] === RUN   TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.473Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.473Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values
17:11:02 [2021-08-20T17:11:02.473Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines
17:11:02 [2021-08-20T17:11:02.473Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines
17:11:02 [2021-08-20T17:11:02.473Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines
17:11:02 [2021-08-20T17:11:02.473Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines
17:11:02 [2021-08-20T17:11:02.473Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines
17:11:02 [2021-08-20T17:11:02.473Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines
17:11:02 [2021-08-20T17:11:02.473Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines
17:11:02 [2021-08-20T17:11:02.473Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines
17:11:02 [2021-08-20T17:11:02.473Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines
17:11:02 [2021-08-20T17:11:02.473Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines
17:11:02 [2021-08-20T17:11:02.473Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines
17:11:02 [2021-08-20T17:11:02.473Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines
17:11:02 [2021-08-20T17:11:02.473Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_twice_block
17:11:02 [2021-08-20T17:11:02.473Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines
17:11:02 [2021-08-20T17:11:02.473Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines
17:11:02 [2021-08-20T17:11:02.473Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.473Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.473Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines
17:11:02 [2021-08-20T17:11:02.473Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines
17:11:02 [2021-08-20T17:11:02.473Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines
17:11:02 [2021-08-20T17:11:02.473Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines
17:11:02 [2021-08-20T17:11:02.473Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines
17:11:02 [2021-08-20T17:11:02.473Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines
17:11:02 [2021-08-20T17:11:02.473Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines
17:11:02 [2021-08-20T17:11:02.473Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines
17:11:02 [2021-08-20T17:11:02.473Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.473Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.473Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_half_block
17:11:02 [2021-08-20T17:11:02.473Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines
17:11:02 [2021-08-20T17:11:02.473Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines
17:11:02 [2021-08-20T17:11:02.473Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.473Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.473Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block
17:11:02 [2021-08-20T17:11:02.473Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines
17:11:02 [2021-08-20T17:11:02.473Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines
17:11:02 [2021-08-20T17:11:02.473Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines
17:11:02 [2021-08-20T17:11:02.473Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines
17:11:02 [2021-08-20T17:11:02.473Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines
17:11:02 [2021-08-20T17:11:02.473Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines
17:11:02 [2021-08-20T17:11:02.473Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines
17:11:02 [2021-08-20T17:11:02.473Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines
17:11:02 [2021-08-20T17:11:02.473Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines
17:11:02 [2021-08-20T17:11:02.473Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines
17:11:02 [2021-08-20T17:11:02.473Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.473Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.473Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes
17:11:02 [2021-08-20T17:11:02.473Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block
17:11:02 [2021-08-20T17:11:02.473Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block
17:11:02 [2021-08-20T17:11:02.473Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block
17:11:02 [2021-08-20T17:11:02.473Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block
17:11:02 [2021-08-20T17:11:02.473Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block
17:11:02 [2021-08-20T17:11:02.473Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block
17:11:02 [2021-08-20T17:11:02.473Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_same_as_block
17:11:02 [2021-08-20T17:11:02.473Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block
17:11:02 [2021-08-20T17:11:02.473Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_half_block
17:11:02 [2021-08-20T17:11:02.473Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block
17:11:02 [2021-08-20T17:11:02.473Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_twice_block
17:11:02 [2021-08-20T17:11:02.473Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block
17:11:02 [2021-08-20T17:11:02.473Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values
17:11:02 [2021-08-20T17:11:02.473Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values
17:11:02 [2021-08-20T17:11:02.473Z] === RUN   TestNewTailReader/single_byte_delimiter/no_lines
17:11:02 [2021-08-20T17:11:02.473Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines
17:11:02 [2021-08-20T17:11:02.473Z] === RUN   TestNewTailReader/single_byte_delimiter/same_length_as_delimiter
17:11:02 [2021-08-20T17:11:02.473Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter
17:11:02 [2021-08-20T17:11:02.473Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block
17:11:02 [2021-08-20T17:11:02.473Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
17:11:02 [2021-08-20T17:11:02.473Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
17:11:02 [2021-08-20T17:11:02.473Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
17:11:02 [2021-08-20T17:11:02.473Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
17:11:02 [2021-08-20T17:11:02.473Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
17:11:02 [2021-08-20T17:11:02.473Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
17:11:02 [2021-08-20T17:11:02.473Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
17:11:02 [2021-08-20T17:11:02.473Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
17:11:02 [2021-08-20T17:11:02.473Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
17:11:02 [2021-08-20T17:11:02.473Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
17:11:02 [2021-08-20T17:11:02.473Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.473Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.473Z] === CONT  TestNewTailReader/2_byte_delimiter/several_small_entries
17:11:02 [2021-08-20T17:11:02.473Z] === RUN   TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines
17:11:02 [2021-08-20T17:11:02.473Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines
17:11:02 [2021-08-20T17:11:02.473Z] === RUN   TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines
17:11:02 [2021-08-20T17:11:02.473Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines
17:11:02 [2021-08-20T17:11:02.473Z] === RUN   TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines
17:11:02 [2021-08-20T17:11:02.473Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines
17:11:02 [2021-08-20T17:11:02.473Z] === RUN   TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.473Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.473Z] === CONT  TestNewTailReader/4_byte_delimiter/one_small_entry
17:11:02 [2021-08-20T17:11:02.473Z] === RUN   TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines
17:11:02 [2021-08-20T17:11:02.473Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines
17:11:02 [2021-08-20T17:11:02.473Z] === RUN   TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.473Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.473Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block
17:11:02 [2021-08-20T17:11:02.473Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
17:11:02 [2021-08-20T17:11:02.473Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
17:11:02 [2021-08-20T17:11:02.473Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
17:11:02 [2021-08-20T17:11:02.473Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
17:11:02 [2021-08-20T17:11:02.473Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
17:11:02 [2021-08-20T17:11:02.473Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
17:11:02 [2021-08-20T17:11:02.473Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
17:11:02 [2021-08-20T17:11:02.473Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
17:11:02 [2021-08-20T17:11:02.473Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
17:11:02 [2021-08-20T17:11:02.473Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
17:11:02 [2021-08-20T17:11:02.473Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.473Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.473Z] === CONT  TestNewTailReader/4_byte_delimiter/same_length_as_delimiter
17:11:02 [2021-08-20T17:11:02.473Z] === RUN   TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines
17:11:02 [2021-08-20T17:11:02.473Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines
17:11:02 [2021-08-20T17:11:02.473Z] === RUN   TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.473Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.473Z] === CONT  TestNewTailReader/4_byte_delimiter/no_lines
17:11:02 [2021-08-20T17:11:02.473Z] === RUN   TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.473Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.473Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes
17:11:02 [2021-08-20T17:11:02.473Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/1_lines
17:11:02 [2021-08-20T17:11:02.473Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values
17:11:02 [2021-08-20T17:11:02.473Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines
17:11:02 [2021-08-20T17:11:02.473Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/2_lines
17:11:02 [2021-08-20T17:11:02.473Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines
17:11:02 [2021-08-20T17:11:02.473Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/3_lines
17:11:02 [2021-08-20T17:11:02.473Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines
17:11:02 [2021-08-20T17:11:02.473Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/4_lines
17:11:02 [2021-08-20T17:11:02.473Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines
17:11:02 [2021-08-20T17:11:02.473Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/5_lines
17:11:02 [2021-08-20T17:11:02.473Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines
17:11:02 [2021-08-20T17:11:02.473Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/6_lines
17:11:02 [2021-08-20T17:11:02.473Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines
17:11:02 [2021-08-20T17:11:02.473Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/7_lines
17:11:02 [2021-08-20T17:11:02.473Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines
17:11:02 [2021-08-20T17:11:02.473Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/8_lines
17:11:02 [2021-08-20T17:11:02.473Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines
17:11:02 [2021-08-20T17:11:02.473Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/9_lines
17:11:02 [2021-08-20T17:11:02.473Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines
17:11:02 [2021-08-20T17:11:02.473Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/10_lines
17:11:02 [2021-08-20T17:11:02.473Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines
17:11:02 [2021-08-20T17:11:02.473Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.473Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.473Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines
17:11:02 [2021-08-20T17:11:02.473Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines
17:11:02 [2021-08-20T17:11:02.473Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines
17:11:02 [2021-08-20T17:11:02.473Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines
17:11:02 [2021-08-20T17:11:02.473Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines
17:11:02 [2021-08-20T17:11:02.473Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines
17:11:02 [2021-08-20T17:11:02.473Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines
17:11:02 [2021-08-20T17:11:02.473Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines
17:11:02 [2021-08-20T17:11:02.473Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines
17:11:02 [2021-08-20T17:11:02.473Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines
17:11:02 [2021-08-20T17:11:02.473Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines
17:11:02 [2021-08-20T17:11:02.473Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines
17:11:02 [2021-08-20T17:11:02.473Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines
17:11:02 [2021-08-20T17:11:02.474Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines
17:11:02 [2021-08-20T17:11:02.474Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines
17:11:02 [2021-08-20T17:11:02.474Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines
17:11:02 [2021-08-20T17:11:02.474Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines
17:11:02 [2021-08-20T17:11:02.474Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines
17:11:02 [2021-08-20T17:11:02.474Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines
17:11:02 [2021-08-20T17:11:02.474Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines
17:11:02 [2021-08-20T17:11:02.474Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.474Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.474Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_same_as_block
17:11:02 [2021-08-20T17:11:02.474Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines
17:11:02 [2021-08-20T17:11:02.474Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines
17:11:02 [2021-08-20T17:11:02.474Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.474Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.474Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_twice_block
17:11:02 [2021-08-20T17:11:02.474Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines
17:11:02 [2021-08-20T17:11:02.474Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines
17:11:02 [2021-08-20T17:11:02.474Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.474Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.474Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block
17:11:02 [2021-08-20T17:11:02.474Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines
17:11:02 [2021-08-20T17:11:02.474Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines
17:11:02 [2021-08-20T17:11:02.474Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines
17:11:02 [2021-08-20T17:11:02.474Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines
17:11:02 [2021-08-20T17:11:02.474Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines
17:11:02 [2021-08-20T17:11:02.474Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines
17:11:02 [2021-08-20T17:11:02.474Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines
17:11:02 [2021-08-20T17:11:02.474Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines
17:11:02 [2021-08-20T17:11:02.474Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines
17:11:02 [2021-08-20T17:11:02.474Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines
17:11:02 [2021-08-20T17:11:02.474Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.474Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.474Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block
17:11:02 [2021-08-20T17:11:02.474Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
17:11:02 [2021-08-20T17:11:02.474Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
17:11:02 [2021-08-20T17:11:02.474Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
17:11:02 [2021-08-20T17:11:02.474Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
17:11:02 [2021-08-20T17:11:02.474Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
17:11:02 [2021-08-20T17:11:02.474Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
17:11:02 [2021-08-20T17:11:02.474Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block
17:11:02 [2021-08-20T17:11:02.474Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes
17:11:02 [2021-08-20T17:11:02.474Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/1_lines
17:11:02 [2021-08-20T17:11:02.474Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines
17:11:02 [2021-08-20T17:11:02.474Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
17:11:02 [2021-08-20T17:11:02.474Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
17:11:02 [2021-08-20T17:11:02.474Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
17:11:02 [2021-08-20T17:11:02.474Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
17:11:02 [2021-08-20T17:11:02.474Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
17:11:02 [2021-08-20T17:11:02.474Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
17:11:02 [2021-08-20T17:11:02.474Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
17:11:02 [2021-08-20T17:11:02.474Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
17:11:02 [2021-08-20T17:11:02.474Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
17:11:02 [2021-08-20T17:11:02.474Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
17:11:02 [2021-08-20T17:11:02.474Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.474Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.474Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/2_lines
17:11:02 [2021-08-20T17:11:02.474Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines
17:11:02 [2021-08-20T17:11:02.474Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/3_lines
17:11:02 [2021-08-20T17:11:02.474Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines
17:11:02 [2021-08-20T17:11:02.474Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/4_lines
17:11:02 [2021-08-20T17:11:02.474Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines
17:11:02 [2021-08-20T17:11:02.474Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/5_lines
17:11:02 [2021-08-20T17:11:02.474Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines
17:11:02 [2021-08-20T17:11:02.474Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/6_lines
17:11:02 [2021-08-20T17:11:02.474Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines
17:11:02 [2021-08-20T17:11:02.474Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/7_lines
17:11:02 [2021-08-20T17:11:02.474Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines
17:11:02 [2021-08-20T17:11:02.474Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/8_lines
17:11:02 [2021-08-20T17:11:02.474Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines
17:11:02 [2021-08-20T17:11:02.474Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/9_lines
17:11:02 [2021-08-20T17:11:02.474Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines
17:11:02 [2021-08-20T17:11:02.474Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/10_lines
17:11:02 [2021-08-20T17:11:02.474Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines
17:11:02 [2021-08-20T17:11:02.474Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.474Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.474Z] === CONT  TestNewTailReader/4_byte_delimiter/several_small_entries
17:11:02 [2021-08-20T17:11:02.474Z] === RUN   TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines
17:11:02 [2021-08-20T17:11:02.474Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines
17:11:02 [2021-08-20T17:11:02.474Z] === RUN   TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines
17:11:02 [2021-08-20T17:11:02.474Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines
17:11:02 [2021-08-20T17:11:02.474Z] === RUN   TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines
17:11:02 [2021-08-20T17:11:02.474Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines
17:11:02 [2021-08-20T17:11:02.474Z] === RUN   TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.474Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.474Z] === CONT  TestNewTailReader/8_byte_delimiter/one_small_entry
17:11:02 [2021-08-20T17:11:02.474Z] === RUN   TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines
17:11:02 [2021-08-20T17:11:02.474Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines
17:11:02 [2021-08-20T17:11:02.474Z] === RUN   TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.474Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.474Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_half_block
17:11:02 [2021-08-20T17:11:02.474Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines
17:11:02 [2021-08-20T17:11:02.474Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines
17:11:02 [2021-08-20T17:11:02.474Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.474Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.474Z] === CONT  TestNewTailReader/8_byte_delimiter/same_length_as_delimiter
17:11:02 [2021-08-20T17:11:02.474Z] === RUN   TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines
17:11:02 [2021-08-20T17:11:02.474Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines
17:11:02 [2021-08-20T17:11:02.474Z] === RUN   TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.474Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.474Z] === CONT  TestNewTailReader/8_byte_delimiter/no_lines
17:11:02 [2021-08-20T17:11:02.474Z] === RUN   TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.474Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.474Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
17:11:02 [2021-08-20T17:11:02.474Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
17:11:02 [2021-08-20T17:11:02.474Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
17:11:02 [2021-08-20T17:11:02.474Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
17:11:02 [2021-08-20T17:11:02.474Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.474Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.474Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values
17:11:02 [2021-08-20T17:11:02.474Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines
17:11:02 [2021-08-20T17:11:02.474Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines
17:11:02 [2021-08-20T17:11:02.474Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines
17:11:02 [2021-08-20T17:11:02.474Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines
17:11:02 [2021-08-20T17:11:02.474Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines
17:11:02 [2021-08-20T17:11:02.474Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines
17:11:02 [2021-08-20T17:11:02.474Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines
17:11:02 [2021-08-20T17:11:02.474Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines
17:11:02 [2021-08-20T17:11:02.474Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines
17:11:02 [2021-08-20T17:11:02.474Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines
17:11:02 [2021-08-20T17:11:02.474Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines
17:11:02 [2021-08-20T17:11:02.474Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines
17:11:02 [2021-08-20T17:11:02.474Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines
17:11:02 [2021-08-20T17:11:02.474Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines
17:11:02 [2021-08-20T17:11:02.474Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines
17:11:02 [2021-08-20T17:11:02.474Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines
17:11:02 [2021-08-20T17:11:02.474Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines
17:11:02 [2021-08-20T17:11:02.474Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines
17:11:02 [2021-08-20T17:11:02.474Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines
17:11:02 [2021-08-20T17:11:02.474Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines
17:11:02 [2021-08-20T17:11:02.474Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.474Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.474Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_same_as_block
17:11:02 [2021-08-20T17:11:02.474Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines
17:11:02 [2021-08-20T17:11:02.474Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines
17:11:02 [2021-08-20T17:11:02.474Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.474Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.474Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block
17:11:02 [2021-08-20T17:11:02.474Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines
17:11:02 [2021-08-20T17:11:02.474Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines
17:11:02 [2021-08-20T17:11:02.474Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines
17:11:02 [2021-08-20T17:11:02.474Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines
17:11:02 [2021-08-20T17:11:02.474Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines
17:11:02 [2021-08-20T17:11:02.474Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines
17:11:02 [2021-08-20T17:11:02.474Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines
17:11:02 [2021-08-20T17:11:02.474Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines
17:11:02 [2021-08-20T17:11:02.474Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines
17:11:02 [2021-08-20T17:11:02.474Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines
17:11:02 [2021-08-20T17:11:02.474Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.474Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.474Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_twice_block
17:11:02 [2021-08-20T17:11:02.474Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines
17:11:02 [2021-08-20T17:11:02.474Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines
17:11:02 [2021-08-20T17:11:02.474Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.474Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.474Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block
17:11:02 [2021-08-20T17:11:02.474Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
17:11:02 [2021-08-20T17:11:02.474Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
17:11:02 [2021-08-20T17:11:02.474Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
17:11:02 [2021-08-20T17:11:02.474Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
17:11:02 [2021-08-20T17:11:02.474Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
17:11:02 [2021-08-20T17:11:02.474Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
17:11:02 [2021-08-20T17:11:02.474Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
17:11:02 [2021-08-20T17:11:02.474Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
17:11:02 [2021-08-20T17:11:02.474Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
17:11:02 [2021-08-20T17:11:02.474Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
17:11:02 [2021-08-20T17:11:02.474Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.474Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.474Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block
17:11:02 [2021-08-20T17:11:02.474Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes
17:11:02 [2021-08-20T17:11:02.474Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
17:11:02 [2021-08-20T17:11:02.474Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/1_lines
17:11:02 [2021-08-20T17:11:02.474Z] === CONT  TestNewTailReader/8_byte_delimiter/several_small_entries
17:11:02 [2021-08-20T17:11:02.474Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines
17:11:02 [2021-08-20T17:11:02.474Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/2_lines
17:11:02 [2021-08-20T17:11:02.474Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines
17:11:02 [2021-08-20T17:11:02.474Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/3_lines
17:11:02 [2021-08-20T17:11:02.474Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines
17:11:02 [2021-08-20T17:11:02.474Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/4_lines
17:11:02 [2021-08-20T17:11:02.474Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines
17:11:02 [2021-08-20T17:11:02.474Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/5_lines
17:11:02 [2021-08-20T17:11:02.474Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines
17:11:02 [2021-08-20T17:11:02.474Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/6_lines
17:11:02 [2021-08-20T17:11:02.474Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines
17:11:02 [2021-08-20T17:11:02.474Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/7_lines
17:11:02 [2021-08-20T17:11:02.474Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines
17:11:02 [2021-08-20T17:11:02.474Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/8_lines
17:11:02 [2021-08-20T17:11:02.474Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines
17:11:02 [2021-08-20T17:11:02.474Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/9_lines
17:11:02 [2021-08-20T17:11:02.474Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines
17:11:02 [2021-08-20T17:11:02.474Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/10_lines
17:11:02 [2021-08-20T17:11:02.474Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines
17:11:02 [2021-08-20T17:11:02.474Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.474Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.474Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
17:11:02 [2021-08-20T17:11:02.474Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
17:11:02 [2021-08-20T17:11:02.474Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
17:11:02 [2021-08-20T17:11:02.474Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
17:11:02 [2021-08-20T17:11:02.475Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
17:11:02 [2021-08-20T17:11:02.475Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
17:11:02 [2021-08-20T17:11:02.475Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
17:11:02 [2021-08-20T17:11:02.475Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
17:11:02 [2021-08-20T17:11:02.475Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
17:11:02 [2021-08-20T17:11:02.475Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.475Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.475Z] === CONT  TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines
17:11:02 [2021-08-20T17:11:02.475Z] === RUN   TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines
17:11:02 [2021-08-20T17:11:02.475Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines
17:11:02 [2021-08-20T17:11:02.475Z] === RUN   TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines
17:11:02 [2021-08-20T17:11:02.475Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines
17:11:02 [2021-08-20T17:11:02.475Z] === RUN   TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines
17:11:02 [2021-08-20T17:11:02.475Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines
17:11:02 [2021-08-20T17:11:02.475Z] === RUN   TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.475Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.475Z] === CONT  TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.475Z] === CONT  TestNewTailReader/no_delimiter/one_small_entry
17:11:02 [2021-08-20T17:11:02.475Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_half_block
17:11:02 [2021-08-20T17:11:02.475Z] === CONT  TestNewTailReader/12_byte_delimiter/one_small_entry
17:11:02 [2021-08-20T17:11:02.475Z] === CONT  TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines
17:11:02 [2021-08-20T17:11:02.475Z] === RUN   TestNewTailReader/no_delimiter/one_small_entry/1_lines
17:11:02 [2021-08-20T17:11:02.475Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines
17:11:02 [2021-08-20T17:11:02.475Z] === RUN   TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.475Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.475Z] === CONT  TestNewTailReader/no_delimiter/same_length_as_delimiter
17:11:02 [2021-08-20T17:11:02.475Z] === RUN   TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines
17:11:02 [2021-08-20T17:11:02.475Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines
17:11:02 [2021-08-20T17:11:02.475Z] === RUN   TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines
17:11:02 [2021-08-20T17:11:02.475Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines
17:11:02 [2021-08-20T17:11:02.475Z] === RUN   TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.475Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.475Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines
17:11:02 [2021-08-20T17:11:02.475Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.475Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.475Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values
17:11:02 [2021-08-20T17:11:02.475Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/1_lines
17:11:02 [2021-08-20T17:11:02.475Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines
17:11:02 [2021-08-20T17:11:02.475Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/2_lines
17:11:02 [2021-08-20T17:11:02.475Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines
17:11:02 [2021-08-20T17:11:02.475Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/3_lines
17:11:02 [2021-08-20T17:11:02.475Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines
17:11:02 [2021-08-20T17:11:02.475Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/4_lines
17:11:02 [2021-08-20T17:11:02.475Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines
17:11:02 [2021-08-20T17:11:02.475Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/5_lines
17:11:02 [2021-08-20T17:11:02.475Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines
17:11:02 [2021-08-20T17:11:02.475Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/6_lines
17:11:02 [2021-08-20T17:11:02.475Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines
17:11:02 [2021-08-20T17:11:02.475Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/7_lines
17:11:02 [2021-08-20T17:11:02.475Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines
17:11:02 [2021-08-20T17:11:02.475Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/8_lines
17:11:02 [2021-08-20T17:11:02.475Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines
17:11:02 [2021-08-20T17:11:02.475Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/9_lines
17:11:02 [2021-08-20T17:11:02.475Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines
17:11:02 [2021-08-20T17:11:02.475Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/10_lines
17:11:02 [2021-08-20T17:11:02.475Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines
17:11:02 [2021-08-20T17:11:02.475Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.475Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.475Z] === CONT  TestNewTailReader/no_delimiter/no_lines
17:11:02 [2021-08-20T17:11:02.475Z] === RUN   TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.475Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.475Z] === CONT  TestNewTailReader/no_delimiter/single_line_twice_block
17:11:02 [2021-08-20T17:11:02.475Z] === RUN   TestNewTailReader/no_delimiter/single_line_twice_block/1_lines
17:11:02 [2021-08-20T17:11:02.475Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines
17:11:02 [2021-08-20T17:11:02.475Z] === RUN   TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.475Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.475Z] === CONT  TestNewTailReader/no_delimiter/single_line_half_block
17:11:02 [2021-08-20T17:11:02.475Z] === RUN   TestNewTailReader/no_delimiter/single_line_half_block/1_lines
17:11:02 [2021-08-20T17:11:02.475Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines
17:11:02 [2021-08-20T17:11:02.475Z] === RUN   TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.475Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.475Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines
17:11:02 [2021-08-20T17:11:02.475Z] === RUN   TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.475Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.475Z] === CONT  TestNewTailReader/no_delimiter/single_line_same_as_block
17:11:02 [2021-08-20T17:11:02.475Z] === RUN   TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines
17:11:02 [2021-08-20T17:11:02.475Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines
17:11:02 [2021-08-20T17:11:02.475Z] === RUN   TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.475Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.475Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block
17:11:02 [2021-08-20T17:11:02.475Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines
17:11:02 [2021-08-20T17:11:02.475Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines
17:11:02 [2021-08-20T17:11:02.475Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines
17:11:02 [2021-08-20T17:11:02.475Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines
17:11:02 [2021-08-20T17:11:02.475Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines
17:11:02 [2021-08-20T17:11:02.475Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines
17:11:02 [2021-08-20T17:11:02.475Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines
17:11:02 [2021-08-20T17:11:02.475Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines
17:11:02 [2021-08-20T17:11:02.475Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines
17:11:02 [2021-08-20T17:11:02.475Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines
17:11:02 [2021-08-20T17:11:02.475Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.475Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.475Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block
17:11:02 [2021-08-20T17:11:02.475Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines
17:11:02 [2021-08-20T17:11:02.475Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines
17:11:02 [2021-08-20T17:11:02.475Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines
17:11:02 [2021-08-20T17:11:02.475Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines
17:11:02 [2021-08-20T17:11:02.475Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines
17:11:02 [2021-08-20T17:11:02.475Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines
17:11:02 [2021-08-20T17:11:02.475Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines
17:11:02 [2021-08-20T17:11:02.475Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines
17:11:02 [2021-08-20T17:11:02.475Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines
17:11:02 [2021-08-20T17:11:02.475Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines
17:11:02 [2021-08-20T17:11:02.475Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.475Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.475Z] === CONT  TestNewTailReader/no_delimiter/several_small_entries
17:11:02 [2021-08-20T17:11:02.475Z] === RUN   TestNewTailReader/no_delimiter/several_small_entries/1_lines
17:11:02 [2021-08-20T17:11:02.475Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines
17:11:02 [2021-08-20T17:11:02.475Z] === RUN   TestNewTailReader/no_delimiter/several_small_entries/2_lines
17:11:02 [2021-08-20T17:11:02.475Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines
17:11:02 [2021-08-20T17:11:02.475Z] === RUN   TestNewTailReader/no_delimiter/several_small_entries/3_lines
17:11:02 [2021-08-20T17:11:02.475Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines
17:11:02 [2021-08-20T17:11:02.475Z] === RUN   TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.475Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.475Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block
17:11:02 [2021-08-20T17:11:02.475Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines
17:11:02 [2021-08-20T17:11:02.475Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines
17:11:02 [2021-08-20T17:11:02.475Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines
17:11:02 [2021-08-20T17:11:02.475Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines
17:11:02 [2021-08-20T17:11:02.475Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines
17:11:02 [2021-08-20T17:11:02.475Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines
17:11:02 [2021-08-20T17:11:02.475Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines
17:11:02 [2021-08-20T17:11:02.475Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines
17:11:02 [2021-08-20T17:11:02.475Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines
17:11:02 [2021-08-20T17:11:02.475Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines
17:11:02 [2021-08-20T17:11:02.475Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines
17:11:02 [2021-08-20T17:11:02.475Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.475Z] === CONT  TestNewTailReader/12_byte_delimiter/same_length_as_delimiter
17:11:02 [2021-08-20T17:11:02.475Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.475Z] === CONT  TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.475Z] === RUN   TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines
17:11:02 [2021-08-20T17:11:02.475Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines
17:11:02 [2021-08-20T17:11:02.475Z] === RUN   TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.475Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.475Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values
17:11:02 [2021-08-20T17:11:02.475Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines
17:11:02 [2021-08-20T17:11:02.475Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines
17:11:02 [2021-08-20T17:11:02.475Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines
17:11:02 [2021-08-20T17:11:02.475Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines
17:11:02 [2021-08-20T17:11:02.475Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines
17:11:02 [2021-08-20T17:11:02.475Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines
17:11:02 [2021-08-20T17:11:02.475Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines
17:11:02 [2021-08-20T17:11:02.475Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines
17:11:02 [2021-08-20T17:11:02.475Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines
17:11:02 [2021-08-20T17:11:02.475Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines
17:11:02 [2021-08-20T17:11:02.475Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines
17:11:02 [2021-08-20T17:11:02.475Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines
17:11:02 [2021-08-20T17:11:02.475Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines
17:11:02 [2021-08-20T17:11:02.475Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines
17:11:02 [2021-08-20T17:11:02.475Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines
17:11:02 [2021-08-20T17:11:02.475Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines
17:11:02 [2021-08-20T17:11:02.475Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines
17:11:02 [2021-08-20T17:11:02.475Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines
17:11:02 [2021-08-20T17:11:02.475Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines
17:11:02 [2021-08-20T17:11:02.475Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines
17:11:02 [2021-08-20T17:11:02.475Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.475Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.475Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_twice_block
17:11:02 [2021-08-20T17:11:02.475Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines
17:11:02 [2021-08-20T17:11:02.475Z] === CONT  TestNewTailReader/no_delimiter/various_sizes
17:11:02 [2021-08-20T17:11:02.475Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/1_lines
17:11:02 [2021-08-20T17:11:02.475Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines
17:11:02 [2021-08-20T17:11:02.475Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/2_lines
17:11:02 [2021-08-20T17:11:02.475Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines
17:11:02 [2021-08-20T17:11:02.475Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/3_lines
17:11:02 [2021-08-20T17:11:02.475Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines
17:11:02 [2021-08-20T17:11:02.475Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/4_lines
17:11:02 [2021-08-20T17:11:02.475Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines
17:11:02 [2021-08-20T17:11:02.475Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/5_lines
17:11:02 [2021-08-20T17:11:02.475Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines
17:11:02 [2021-08-20T17:11:02.475Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/6_lines
17:11:02 [2021-08-20T17:11:02.475Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines
17:11:02 [2021-08-20T17:11:02.475Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/7_lines
17:11:02 [2021-08-20T17:11:02.475Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines
17:11:02 [2021-08-20T17:11:02.475Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/8_lines
17:11:02 [2021-08-20T17:11:02.475Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines
17:11:02 [2021-08-20T17:11:02.475Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_half_block
17:11:02 [2021-08-20T17:11:02.475Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines
17:11:02 [2021-08-20T17:11:02.475Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines
17:11:02 [2021-08-20T17:11:02.475Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.475Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.475Z] === CONT  TestNewTailReader/12_byte_delimiter/no_lines
17:11:02 [2021-08-20T17:11:02.475Z] === RUN   TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.475Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.475Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_same_as_block
17:11:02 [2021-08-20T17:11:02.475Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines
17:11:02 [2021-08-20T17:11:02.475Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines
17:11:02 [2021-08-20T17:11:02.475Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.475Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.475Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines
17:11:02 [2021-08-20T17:11:02.475Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.475Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.475Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block
17:11:02 [2021-08-20T17:11:02.475Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
17:11:02 [2021-08-20T17:11:02.475Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
17:11:02 [2021-08-20T17:11:02.475Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
17:11:02 [2021-08-20T17:11:02.475Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
17:11:02 [2021-08-20T17:11:02.475Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
17:11:02 [2021-08-20T17:11:02.475Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
17:11:02 [2021-08-20T17:11:02.475Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
17:11:02 [2021-08-20T17:11:02.475Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
17:11:02 [2021-08-20T17:11:02.475Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
17:11:02 [2021-08-20T17:11:02.475Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
17:11:02 [2021-08-20T17:11:02.475Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.475Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.475Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/9_lines
17:11:02 [2021-08-20T17:11:02.476Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines
17:11:02 [2021-08-20T17:11:02.476Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/10_lines
17:11:02 [2021-08-20T17:11:02.476Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines
17:11:02 [2021-08-20T17:11:02.476Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.476Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.476Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block
17:11:02 [2021-08-20T17:11:02.476Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
17:11:02 [2021-08-20T17:11:02.476Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
17:11:02 [2021-08-20T17:11:02.476Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
17:11:02 [2021-08-20T17:11:02.476Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
17:11:02 [2021-08-20T17:11:02.476Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
17:11:02 [2021-08-20T17:11:02.476Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
17:11:02 [2021-08-20T17:11:02.476Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes
17:11:02 [2021-08-20T17:11:02.476Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block
17:11:02 [2021-08-20T17:11:02.476Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
17:11:02 [2021-08-20T17:11:02.476Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/1_lines
17:11:02 [2021-08-20T17:11:02.476Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
17:11:02 [2021-08-20T17:11:02.476Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines
17:11:02 [2021-08-20T17:11:02.476Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/2_lines
17:11:02 [2021-08-20T17:11:02.476Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines
17:11:02 [2021-08-20T17:11:02.476Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/3_lines
17:11:02 [2021-08-20T17:11:02.476Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines
17:11:02 [2021-08-20T17:11:02.476Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/4_lines
17:11:02 [2021-08-20T17:11:02.476Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines
17:11:02 [2021-08-20T17:11:02.476Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/5_lines
17:11:02 [2021-08-20T17:11:02.476Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines
17:11:02 [2021-08-20T17:11:02.476Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/6_lines
17:11:02 [2021-08-20T17:11:02.476Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines
17:11:02 [2021-08-20T17:11:02.476Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/7_lines
17:11:02 [2021-08-20T17:11:02.476Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines
17:11:02 [2021-08-20T17:11:02.476Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/8_lines
17:11:02 [2021-08-20T17:11:02.476Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines
17:11:02 [2021-08-20T17:11:02.476Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/9_lines
17:11:02 [2021-08-20T17:11:02.476Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines
17:11:02 [2021-08-20T17:11:02.476Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/10_lines
17:11:02 [2021-08-20T17:11:02.476Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines
17:11:02 [2021-08-20T17:11:02.476Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.476Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.476Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
17:11:02 [2021-08-20T17:11:02.476Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
17:11:02 [2021-08-20T17:11:02.476Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.476Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.476Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.476Z] === CONT  TestNewTailReader/12_byte_delimiter/several_small_entries
17:11:02 [2021-08-20T17:11:02.476Z] === RUN   TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines
17:11:02 [2021-08-20T17:11:02.476Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines
17:11:02 [2021-08-20T17:11:02.476Z] === RUN   TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines
17:11:02 [2021-08-20T17:11:02.476Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines
17:11:02 [2021-08-20T17:11:02.476Z] === RUN   TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines
17:11:02 [2021-08-20T17:11:02.476Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines
17:11:02 [2021-08-20T17:11:02.476Z] === RUN   TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.476Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.476Z] === CONT  TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.476Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines
17:11:02 [2021-08-20T17:11:02.476Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines
17:11:02 [2021-08-20T17:11:02.476Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines
17:11:02 [2021-08-20T17:11:02.476Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines
17:11:02 [2021-08-20T17:11:02.476Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines
17:11:02 [2021-08-20T17:11:02.476Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines
17:11:02 [2021-08-20T17:11:02.476Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines
17:11:02 [2021-08-20T17:11:02.476Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines
17:11:02 [2021-08-20T17:11:02.476Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines
17:11:02 [2021-08-20T17:11:02.476Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines
17:11:02 [2021-08-20T17:11:02.476Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines
17:11:02 [2021-08-20T17:11:02.476Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines
17:11:02 [2021-08-20T17:11:02.476Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.476Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.476Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines
17:11:02 [2021-08-20T17:11:02.476Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.476Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines
17:11:02 [2021-08-20T17:11:02.476Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines
17:11:02 [2021-08-20T17:11:02.476Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines
17:11:02 [2021-08-20T17:11:02.476Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines
17:11:02 [2021-08-20T17:11:02.476Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines
17:11:02 [2021-08-20T17:11:02.476Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines
17:11:02 [2021-08-20T17:11:02.476Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines
17:11:02 [2021-08-20T17:11:02.476Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines
17:11:02 [2021-08-20T17:11:02.476Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines
17:11:02 [2021-08-20T17:11:02.476Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines
17:11:02 [2021-08-20T17:11:02.476Z] === CONT  TestNewTailReader/single_byte_delimiter/one_small_entry
17:11:02 [2021-08-20T17:11:02.476Z] === RUN   TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines
17:11:02 [2021-08-20T17:11:02.476Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines
17:11:02 [2021-08-20T17:11:02.476Z] === RUN   TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.476Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.476Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.476Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.476Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.476Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines
17:11:02 [2021-08-20T17:11:02.476Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines
17:11:02 [2021-08-20T17:11:02.476Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines
17:11:02 [2021-08-20T17:11:02.476Z] === CONT  TestNewTailReader/single_byte_delimiter/no_lines
17:11:02 [2021-08-20T17:11:02.476Z] === RUN   TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.476Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.476Z] === CONT  TestNewTailReader/single_byte_delimiter/same_length_as_delimiter
17:11:02 [2021-08-20T17:11:02.476Z] === RUN   TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines
17:11:02 [2021-08-20T17:11:02.476Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines
17:11:02 [2021-08-20T17:11:02.476Z] === RUN   TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.476Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.476Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines
17:11:02 [2021-08-20T17:11:02.476Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_same_as_block
17:11:02 [2021-08-20T17:11:02.476Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines
17:11:02 [2021-08-20T17:11:02.476Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines
17:11:02 [2021-08-20T17:11:02.476Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.476Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.476Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values
17:11:02 [2021-08-20T17:11:02.476Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines
17:11:02 [2021-08-20T17:11:02.476Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines
17:11:02 [2021-08-20T17:11:02.476Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines
17:11:02 [2021-08-20T17:11:02.476Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines
17:11:02 [2021-08-20T17:11:02.476Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines
17:11:02 [2021-08-20T17:11:02.476Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines
17:11:02 [2021-08-20T17:11:02.476Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines
17:11:02 [2021-08-20T17:11:02.476Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines
17:11:02 [2021-08-20T17:11:02.476Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines
17:11:02 [2021-08-20T17:11:02.476Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines
17:11:02 [2021-08-20T17:11:02.476Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines
17:11:02 [2021-08-20T17:11:02.476Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines
17:11:02 [2021-08-20T17:11:02.476Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines
17:11:02 [2021-08-20T17:11:02.476Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines
17:11:02 [2021-08-20T17:11:02.476Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines
17:11:02 [2021-08-20T17:11:02.476Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines
17:11:02 [2021-08-20T17:11:02.476Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines
17:11:02 [2021-08-20T17:11:02.476Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines
17:11:02 [2021-08-20T17:11:02.476Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines
17:11:02 [2021-08-20T17:11:02.476Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines
17:11:02 [2021-08-20T17:11:02.476Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.476Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.476Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_twice_block
17:11:02 [2021-08-20T17:11:02.476Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines
17:11:02 [2021-08-20T17:11:02.476Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines
17:11:02 [2021-08-20T17:11:02.476Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.476Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.476Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_half_block
17:11:02 [2021-08-20T17:11:02.476Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines
17:11:02 [2021-08-20T17:11:02.476Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines
17:11:02 [2021-08-20T17:11:02.476Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.476Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.476Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block
17:11:02 [2021-08-20T17:11:02.476Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
17:11:02 [2021-08-20T17:11:02.476Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
17:11:02 [2021-08-20T17:11:02.476Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
17:11:02 [2021-08-20T17:11:02.476Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
17:11:02 [2021-08-20T17:11:02.476Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
17:11:02 [2021-08-20T17:11:02.476Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
17:11:02 [2021-08-20T17:11:02.476Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
17:11:02 [2021-08-20T17:11:02.476Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
17:11:02 [2021-08-20T17:11:02.476Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
17:11:02 [2021-08-20T17:11:02.476Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
17:11:02 [2021-08-20T17:11:02.476Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.476Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.476Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block
17:11:02 [2021-08-20T17:11:02.476Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
17:11:02 [2021-08-20T17:11:02.476Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
17:11:02 [2021-08-20T17:11:02.476Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
17:11:02 [2021-08-20T17:11:02.476Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
17:11:02 [2021-08-20T17:11:02.476Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
17:11:02 [2021-08-20T17:11:02.476Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
17:11:02 [2021-08-20T17:11:02.476Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
17:11:02 [2021-08-20T17:11:02.476Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
17:11:02 [2021-08-20T17:11:02.476Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
17:11:02 [2021-08-20T17:11:02.476Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
17:11:02 [2021-08-20T17:11:02.476Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.476Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.476Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes
17:11:02 [2021-08-20T17:11:02.476Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/1_lines
17:11:02 [2021-08-20T17:11:02.476Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines
17:11:02 [2021-08-20T17:11:02.476Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/2_lines
17:11:02 [2021-08-20T17:11:02.476Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines
17:11:02 [2021-08-20T17:11:02.476Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/3_lines
17:11:02 [2021-08-20T17:11:02.476Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines
17:11:02 [2021-08-20T17:11:02.476Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/4_lines
17:11:02 [2021-08-20T17:11:02.476Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines
17:11:02 [2021-08-20T17:11:02.476Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/5_lines
17:11:02 [2021-08-20T17:11:02.476Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines
17:11:02 [2021-08-20T17:11:02.476Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/6_lines
17:11:02 [2021-08-20T17:11:02.476Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines
17:11:02 [2021-08-20T17:11:02.476Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/7_lines
17:11:02 [2021-08-20T17:11:02.476Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines
17:11:02 [2021-08-20T17:11:02.476Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/8_lines
17:11:02 [2021-08-20T17:11:02.476Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines
17:11:02 [2021-08-20T17:11:02.476Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/9_lines
17:11:02 [2021-08-20T17:11:02.476Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines
17:11:02 [2021-08-20T17:11:02.476Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/10_lines
17:11:02 [2021-08-20T17:11:02.477Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines
17:11:02 [2021-08-20T17:11:02.477Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.477Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/single_byte_delimiter/several_small_entries
17:11:02 [2021-08-20T17:11:02.477Z] === RUN   TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines
17:11:02 [2021-08-20T17:11:02.477Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines
17:11:02 [2021-08-20T17:11:02.477Z] === RUN   TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines
17:11:02 [2021-08-20T17:11:02.477Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines
17:11:02 [2021-08-20T17:11:02.477Z] === RUN   TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines
17:11:02 [2021-08-20T17:11:02.477Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines
17:11:02 [2021-08-20T17:11:02.477Z] === RUN   TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.477Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block
17:11:02 [2021-08-20T17:11:02.477Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines
17:11:02 [2021-08-20T17:11:02.477Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines
17:11:02 [2021-08-20T17:11:02.477Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines
17:11:02 [2021-08-20T17:11:02.477Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines
17:11:02 [2021-08-20T17:11:02.477Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines
17:11:02 [2021-08-20T17:11:02.477Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
17:11:02 [2021-08-20T17:11:02.477Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines
17:11:02 [2021-08-20T17:11:02.477Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines
17:11:02 [2021-08-20T17:11:02.477Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines
17:11:02 [2021-08-20T17:11:02.477Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines
17:11:02 [2021-08-20T17:11:02.477Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.477Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/1_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/9_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/8_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/7_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/6_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/10_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/4_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/3_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/2_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/5_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/1_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/10_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/9_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/8_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/7_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/6_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/5_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/4_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/3_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/2_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/1_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/10_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/9_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/8_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/7_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/5_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/4_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/3_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/2_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/6_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/no_delimiter/one_small_entry/1_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/1_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/no_delimiter/single_line_twice_block/1_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/no_delimiter/single_line_half_block/1_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/10_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/8_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/7_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/6_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/5_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/4_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/3_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/2_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/9_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/no_delimiter/several_small_entries/1_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/no_delimiter/several_small_entries/3_lines
17:11:02 [2021-08-20T17:11:02.477Z] === CONT  TestNewTailReader/no_delimiter/several_small_entries/2_lines
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/10_lines
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/9_lines
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/8_lines
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/7_lines
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/6_lines
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/5_lines
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/4_lines
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/3_lines
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/2_lines
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/1_lines
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/1_lines
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/10_lines
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/9_lines
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/8_lines
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/7_lines
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/6_lines
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/5_lines
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/4_lines
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/3_lines
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/2_lines
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/1_lines
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/10_lines
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/7_lines
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/6_lines
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/5_lines
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/4_lines
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/3_lines
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/2_lines
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/8_lines
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/9_lines
17:11:02 [2021-08-20T17:11:02.478Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
17:11:02 [2021-08-20T17:11:02.478Z] --- PASS: TestNewTailReader (0.00s)
17:11:02 [2021-08-20T17:11:02.478Z]     --- PASS: TestNewTailReader/truncated_last_line (0.00s)
17:11:02 [2021-08-20T17:11:02.478Z]         --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s)
17:11:02 [2021-08-20T17:11:02.478Z]     --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s)
17:11:02 [2021-08-20T17:11:02.478Z]         --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s)
17:11:02 [2021-08-20T17:11:02.478Z]     --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s)
17:11:02 [2021-08-20T17:11:02.478Z]         --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s)
17:11:02 [2021-08-20T17:11:02.478Z]     --- PASS: TestNewTailReader/2_byte_delimiter (0.00s)
17:11:02 [2021-08-20T17:11:02.478Z]         --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s)
17:11:02 [2021-08-20T17:11:02.478Z]             --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.478Z]             --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
17:11:02 [2021-08-20T17:11:02.478Z]         --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.478Z]             --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s)
17:11:02 [2021-08-20T17:11:02.478Z]         --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s)
17:11:02 [2021-08-20T17:11:02.478Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.478Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
17:11:02 [2021-08-20T17:11:02.478Z]         --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s)
17:11:02 [2021-08-20T17:11:02.478Z]             --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.478Z]             --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
17:11:02 [2021-08-20T17:11:02.478Z]         --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.01s)
17:11:02 [2021-08-20T17:11:02.478Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.478Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
17:11:02 [2021-08-20T17:11:02.478Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.478Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.478Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.478Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.478Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.478Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.478Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.478Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.478Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.478Z]         --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s)
17:11:02 [2021-08-20T17:11:02.478Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.478Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
17:11:02 [2021-08-20T17:11:02.478Z]         --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s)
17:11:02 [2021-08-20T17:11:02.478Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.478Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
17:11:02 [2021-08-20T17:11:02.478Z]         --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s)
17:11:02 [2021-08-20T17:11:02.478Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.478Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
17:11:02 [2021-08-20T17:11:02.478Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.478Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.478Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.479Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.479Z]         --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s)
17:11:02 [2021-08-20T17:11:02.479Z]             --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.933Z]             --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.933Z]             --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.933Z]             --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
17:11:02 [2021-08-20T17:11:02.933Z]         --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s)
17:11:02 [2021-08-20T17:11:02.933Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.933Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.933Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
17:11:02 [2021-08-20T17:11:02.933Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.933Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.933Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.933Z]         --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s)
17:11:02 [2021-08-20T17:11:02.933Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.933Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.933Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.933Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
17:11:02 [2021-08-20T17:11:02.933Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.933Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.933Z]         --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.00s)
17:11:02 [2021-08-20T17:11:02.933Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.933Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.933Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.933Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.933Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.933Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.933Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.933Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.933Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.933Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.933Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s)
17:11:02 [2021-08-20T17:11:02.933Z]     --- PASS: TestNewTailReader/4_byte_delimiter (0.00s)
17:11:02 [2021-08-20T17:11:02.933Z]         --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.933Z]             --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s)
17:11:02 [2021-08-20T17:11:02.933Z]         --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s)
17:11:02 [2021-08-20T17:11:02.933Z]             --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.933Z]             --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
17:11:02 [2021-08-20T17:11:02.933Z]         --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s)
17:11:02 [2021-08-20T17:11:02.933Z]             --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.933Z]             --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
17:11:02 [2021-08-20T17:11:02.933Z]         --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s)
17:11:02 [2021-08-20T17:11:02.933Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.933Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
17:11:02 [2021-08-20T17:11:02.933Z]         --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]         --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]         --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]         --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]         --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]         --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]         --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]             --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]             --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]             --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]             --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]         --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]     --- PASS: TestNewTailReader/8_byte_delimiter (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]         --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]             --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]         --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]             --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]             --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]         --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]             --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]             --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]         --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]         --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]         --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]         --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]         --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]         --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]         --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]         --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]             --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]             --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]             --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]             --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]         --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]     --- PASS: TestNewTailReader/no_delimiter (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]         --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]             --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]             --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]         --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]             --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]         --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]         --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]         --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s)
17:11:02 [2021-08-20T17:11:02.934Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]         --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]         --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]         --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]         --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]         --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]         --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]         --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.04s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]     --- PASS: TestNewTailReader/12_byte_delimiter (0.01s)
17:11:02 [2021-08-20T17:11:02.935Z]         --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]         --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]         --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]         --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]         --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]         --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.04s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]         --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]         --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.04s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]         --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]         --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]         --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]         --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]     --- PASS: TestNewTailReader/single_byte_delimiter (0.01s)
17:11:02 [2021-08-20T17:11:02.935Z]         --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]         --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]         --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]         --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]         --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]         --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]         --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]         --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]         --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.935Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.936Z]         --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s)
17:11:02 [2021-08-20T17:11:02.936Z]             --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.936Z]             --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.936Z]             --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
17:11:02 [2021-08-20T17:11:02.936Z]             --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.936Z]         --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.00s)
17:11:02 [2021-08-20T17:11:02.936Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s)
17:11:02 [2021-08-20T17:11:02.936Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.936Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.936Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.936Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.936Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.936Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.936Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.936Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.936Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.936Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.936Z]         --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s)
17:11:02 [2021-08-20T17:11:02.936Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.936Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.936Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.936Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.936Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
17:11:02 [2021-08-20T17:11:02.936Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
17:11:02 [2021-08-20T17:11:02.936Z] PASS
17:11:02 [2021-08-20T17:11:02.936Z] coverage: 88.6% of statements
17:11:02 [2021-08-20T17:11:02.936Z] ok  	github.com/docker/docker/pkg/tailfile	0.174s	coverage: 88.6% of statements
17:11:03 [2021-08-20T17:11:03.246Z] --- PASS: TestServicePlugin (30.24s)
17:11:03 [2021-08-20T17:11:03.246Z] === RUN   TestServiceUpdateLabel
17:11:03 [2021-08-20T17:11:03.390Z] === RUN   TestTarSumRemoveNonExistent
17:11:03 [2021-08-20T17:11:03.390Z] --- PASS: TestTarSumRemoveNonExistent (0.00s)
17:11:03 [2021-08-20T17:11:03.390Z] === RUN   TestTarSumRemove
17:11:03 [2021-08-20T17:11:03.390Z] --- PASS: TestTarSumRemove (0.00s)
17:11:03 [2021-08-20T17:11:03.390Z] === RUN   TestSortFileInfoSums
17:11:03 [2021-08-20T17:11:03.390Z] --- PASS: TestSortFileInfoSums (0.00s)
17:11:03 [2021-08-20T17:11:03.390Z] === RUN   TestNewTarSumForLabelInvalid
17:11:03 [2021-08-20T17:11:03.390Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s)
17:11:03 [2021-08-20T17:11:03.390Z] === RUN   TestNewTarSumForLabel
17:11:03 [2021-08-20T17:11:03.390Z] --- PASS: TestNewTarSumForLabel (0.00s)
17:11:03 [2021-08-20T17:11:03.390Z] === RUN   TestEmptyTar
17:11:03 [2021-08-20T17:11:03.390Z] --- PASS: TestEmptyTar (0.00s)
17:11:03 [2021-08-20T17:11:03.390Z] === RUN   TestTarSumsReadSize
17:11:03 [2021-08-20T17:11:03.390Z] --- PASS: TestTarSumsReadSize (0.00s)
17:11:03 [2021-08-20T17:11:03.390Z] === RUN   TestTarSums
17:11:03 [2021-08-20T17:11:03.390Z] --- PASS: TestTarSums (0.05s)
17:11:03 [2021-08-20T17:11:03.390Z] === RUN   TestIteration
17:11:03 [2021-08-20T17:11:03.390Z] --- PASS: TestIteration (0.00s)
17:11:03 [2021-08-20T17:11:03.390Z] === RUN   TestVersionLabelForChecksum
17:11:03 [2021-08-20T17:11:03.390Z] --- PASS: TestVersionLabelForChecksum (0.00s)
17:11:03 [2021-08-20T17:11:03.390Z] === RUN   TestVersion
17:11:03 [2021-08-20T17:11:03.390Z] --- PASS: TestVersion (0.00s)
17:11:03 [2021-08-20T17:11:03.390Z] === RUN   TestGetVersion
17:11:03 [2021-08-20T17:11:03.390Z] --- PASS: TestGetVersion (0.00s)
17:11:03 [2021-08-20T17:11:03.390Z] === RUN   TestGetVersions
17:11:03 [2021-08-20T17:11:03.390Z] --- PASS: TestGetVersions (0.00s)
17:11:03 [2021-08-20T17:11:03.390Z] PASS
17:11:03 [2021-08-20T17:11:03.390Z] coverage: 89.3% of statements
17:11:03 [2021-08-20T17:11:03.390Z] ok  	github.com/docker/docker/pkg/tarsum	0.088s	coverage: 89.3% of statements
17:11:03 [2021-08-20T17:11:03.844Z] testing: warning: no tests to run
17:11:03 [2021-08-20T17:11:03.844Z] PASS
17:11:03 [2021-08-20T17:11:03.844Z] coverage: [no statements]
17:11:03 [2021-08-20T17:11:03.844Z] ok  	github.com/docker/docker/pkg/term/windows	0.025s	coverage: [no statements] [no tests to run]
17:11:03 [2021-08-20T17:11:03.975Z] === RUN   TestDockerSuite/TestBuildEntrypointRunCleanup
17:11:04 [2021-08-20T17:11:04.298Z] === RUN   TestTruncIndex
17:11:04 [2021-08-20T17:11:04.298Z] --- PASS: TestTruncIndex (0.10s)
17:11:04 [2021-08-20T17:11:04.298Z] PASS
17:11:04 [2021-08-20T17:11:04.298Z] coverage: 91.5% of statements
17:11:04 [2021-08-20T17:11:04.298Z] ok  	github.com/docker/docker/pkg/truncindex	0.125s	coverage: 91.5% of statements
17:11:04 [2021-08-20T17:11:04.624Z] --- PASS: TestServiceUpdateLabel (2.25s)
17:11:04 [2021-08-20T17:11:04.624Z] === RUN   TestServiceUpdateSecrets
17:11:04 [2021-08-20T17:11:04.753Z] === RUN   TestIsGIT
17:11:04 [2021-08-20T17:11:04.753Z] --- PASS: TestIsGIT (0.00s)
17:11:04 [2021-08-20T17:11:04.753Z] === RUN   TestIsTransport
17:11:04 [2021-08-20T17:11:04.753Z] --- PASS: TestIsTransport (0.00s)
17:11:04 [2021-08-20T17:11:04.753Z] PASS
17:11:04 [2021-08-20T17:11:04.753Z] coverage: 100.0% of statements
17:11:04 [2021-08-20T17:11:04.753Z] ok  	github.com/docker/docker/pkg/urlutil	0.026s	coverage: 100.0% of statements
17:11:04 [2021-08-20T17:11:04.753Z] ?   	github.com/docker/docker/libnetwork/ipamapi	[no test files]
17:11:04 [2021-08-20T17:11:04.753Z] ?   	github.com/docker/docker/libnetwork/ipams/builtin	[no test files]
17:11:04 [2021-08-20T17:11:04.753Z] ?   	github.com/docker/docker/libnetwork/ipams/remote/api	[no test files]
17:11:04 [2021-08-20T17:11:04.753Z] ?   	github.com/docker/docker/libnetwork/netutils	[no test files]
17:11:04 [2021-08-20T17:11:04.753Z] === RUN   TestVersionInfo
17:11:04 [2021-08-20T17:11:04.753Z] --- PASS: TestVersionInfo (0.00s)
17:11:04 [2021-08-20T17:11:04.753Z] === RUN   TestAppendVersions
17:11:04 [2021-08-20T17:11:04.753Z] --- PASS: TestAppendVersions (0.00s)
17:11:04 [2021-08-20T17:11:04.753Z] PASS
17:11:04 [2021-08-20T17:11:04.753Z] coverage: 88.9% of statements
17:11:04 [2021-08-20T17:11:04.753Z] ok  	github.com/docker/docker/pkg/useragent	0.024s	coverage: 88.9% of statements
17:11:05 [2021-08-20T17:11:05.713Z] === RUN   TestNewSettable
17:11:05 [2021-08-20T17:11:05.713Z] --- PASS: TestNewSettable (0.00s)
17:11:05 [2021-08-20T17:11:05.713Z] === RUN   TestIsSettable
17:11:05 [2021-08-20T17:11:05.713Z] --- PASS: TestIsSettable (0.00s)
17:11:05 [2021-08-20T17:11:05.713Z] === RUN   TestUpdateSettingsEnv
17:11:05 [2021-08-20T17:11:05.713Z] --- PASS: TestUpdateSettingsEnv (0.00s)
17:11:05 [2021-08-20T17:11:05.713Z] PASS
17:11:05 [2021-08-20T17:11:05.713Z] coverage: 20.0% of statements
17:11:05 [2021-08-20T17:11:05.713Z] ok  	github.com/docker/docker/plugin/v2	0.035s	coverage: 20.0% of statements
17:11:05 [2021-08-20T17:11:05.713Z] === RUN   TestValidatePrivileges
17:11:05 [2021-08-20T17:11:05.713Z] --- PASS: TestValidatePrivileges (0.00s)
17:11:05 [2021-08-20T17:11:05.713Z] === RUN   TestFilterByCapNeg
17:11:05 [2021-08-20T17:11:05.713Z] --- PASS: TestFilterByCapNeg (0.00s)
17:11:05 [2021-08-20T17:11:05.713Z] === RUN   TestFilterByCapPos
17:11:05 [2021-08-20T17:11:05.713Z] --- PASS: TestFilterByCapPos (0.00s)
17:11:05 [2021-08-20T17:11:05.713Z] === RUN   TestStoreGetPluginNotMatchCapRefs
17:11:05 [2021-08-20T17:11:05.713Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s)
17:11:05 [2021-08-20T17:11:05.713Z] PASS
17:11:05 [2021-08-20T17:11:05.713Z] coverage: 12.0% of statements
17:11:05 [2021-08-20T17:11:05.713Z] ok  	github.com/docker/docker/plugin	0.031s	coverage: 12.0% of statements
17:11:05 [2021-08-20T17:11:05.869Z] === RUN   TestDockerSuite/TestBuildEnv
17:11:06 [2021-08-20T17:11:06.673Z] === RUN   TestLoad
17:11:06 [2021-08-20T17:11:06.673Z] --- PASS: TestLoad (0.00s)
17:11:06 [2021-08-20T17:11:06.673Z] === RUN   TestSave
17:11:06 [2021-08-20T17:11:06.673Z] --- PASS: TestSave (0.02s)
17:11:06 [2021-08-20T17:11:06.673Z] === RUN   TestAddDeleteGet
17:11:06 [2021-08-20T17:11:06.673Z] --- PASS: TestAddDeleteGet (0.03s)
17:11:06 [2021-08-20T17:11:06.673Z] === RUN   TestInvalidTags
17:11:06 [2021-08-20T17:11:06.673Z] --- PASS: TestInvalidTags (0.00s)
17:11:06 [2021-08-20T17:11:06.673Z] PASS
17:11:06 [2021-08-20T17:11:06.673Z] coverage: 84.4% of statements
17:11:06 [2021-08-20T17:11:06.673Z] ok  	github.com/docker/docker/reference	0.080s	coverage: 84.4% of statements
17:11:07 [2021-08-20T17:11:07.127Z] === RUN   TestResolveAuthConfigIndexServer
17:11:07 [2021-08-20T17:11:07.127Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s)
17:11:07 [2021-08-20T17:11:07.127Z] === RUN   TestResolveAuthConfigFullURL
17:11:07 [2021-08-20T17:11:07.127Z] --- PASS: TestResolveAuthConfigFullURL (0.00s)
17:11:07 [2021-08-20T17:11:07.127Z] === RUN   TestLoadAllowNondistributableArtifacts
17:11:07 [2021-08-20T17:11:07.127Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s)
17:11:07 [2021-08-20T17:11:07.127Z] === RUN   TestValidateMirror
17:11:07 [2021-08-20T17:11:07.127Z] --- PASS: TestValidateMirror (0.00s)
17:11:07 [2021-08-20T17:11:07.127Z] === RUN   TestLoadInsecureRegistries
17:11:07 [2021-08-20T17:11:07.127Z] time="2021-08-20T17:11:06Z" level=warning msg="insecure registry http://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config"
17:11:07 [2021-08-20T17:11:07.127Z] time="2021-08-20T17:11:07Z" level=warning msg="insecure registry https://myregistry.example.com should not contain 'https://' and 'https://' has been removed from the insecure registry config"
17:11:07 [2021-08-20T17:11:07.127Z] time="2021-08-20T17:11:07Z" level=warning msg="insecure registry HTTP://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config"
17:11:07 [2021-08-20T17:11:07.127Z] --- PASS: TestLoadInsecureRegistries (0.11s)
17:11:07 [2021-08-20T17:11:07.127Z] === RUN   TestNewServiceConfig
17:11:07 [2021-08-20T17:11:07.127Z] --- PASS: TestNewServiceConfig (0.00s)
17:11:07 [2021-08-20T17:11:07.127Z] === RUN   TestValidateIndexName
17:11:07 [2021-08-20T17:11:07.127Z] --- PASS: TestValidateIndexName (0.00s)
17:11:07 [2021-08-20T17:11:07.127Z] === RUN   TestValidateIndexNameWithError
17:11:07 [2021-08-20T17:11:07.127Z] --- PASS: TestValidateIndexNameWithError (0.00s)
17:11:07 [2021-08-20T17:11:07.127Z] === RUN   TestEndpointParse
17:11:07 [2021-08-20T17:11:07.127Z] --- PASS: TestEndpointParse (0.00s)
17:11:07 [2021-08-20T17:11:07.127Z] === RUN   TestEndpointParseInvalid
17:11:07 [2021-08-20T17:11:07.127Z] --- PASS: TestEndpointParseInvalid (0.00s)
17:11:07 [2021-08-20T17:11:07.127Z] === RUN   TestValidateEndpoint
17:11:07 [2021-08-20T17:11:07.127Z] --- PASS: TestValidateEndpoint (0.00s)
17:11:07 [2021-08-20T17:11:07.127Z] === RUN   TestPing
17:11:07 [2021-08-20T17:11:07.127Z] --- PASS: TestPing (0.00s)
17:11:07 [2021-08-20T17:11:07.127Z] === RUN   TestPingRegistryEndpoint
17:11:07 [2021-08-20T17:11:07.127Z]     registry_test.go:47: os.Getuid() != 0: skipping test that requires root
17:11:07 [2021-08-20T17:11:07.127Z] --- SKIP: TestPingRegistryEndpoint (0.00s)
17:11:07 [2021-08-20T17:11:07.127Z] === RUN   TestEndpoint
17:11:07 [2021-08-20T17:11:07.127Z]     registry_test.go:67: os.Getuid() != 0: skipping test that requires root
17:11:07 [2021-08-20T17:11:07.127Z] --- SKIP: TestEndpoint (0.00s)
17:11:07 [2021-08-20T17:11:07.127Z] === RUN   TestParseRepositoryInfo
17:11:07 [2021-08-20T17:11:07.127Z] --- PASS: TestParseRepositoryInfo (0.00s)
17:11:07 [2021-08-20T17:11:07.127Z] === RUN   TestNewIndexInfo
17:11:07 [2021-08-20T17:11:07.127Z] --- PASS: TestNewIndexInfo (0.00s)
17:11:07 [2021-08-20T17:11:07.127Z] === RUN   TestMirrorEndpointLookup
17:11:07 [2021-08-20T17:11:07.127Z]     registry_test.go:510: os.Getuid() != 0: skipping test that requires root
17:11:07 [2021-08-20T17:11:07.128Z] --- SKIP: TestMirrorEndpointLookup (0.00s)
17:11:07 [2021-08-20T17:11:07.128Z] === RUN   TestSearchRepositories
17:11:07 [2021-08-20T17:11:07.128Z]     registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1
17:11:07 [2021-08-20T17:11:07.128Z]         Host: 127.0.0.1:49307
17:11:07 [2021-08-20T17:11:07.128Z]         User-Agent: docker test client
17:11:07 [2021-08-20T17:11:07.128Z]         Authorization: Token fake-token
17:11:07 [2021-08-20T17:11:07.128Z]         X-Docker-Token: true
17:11:07 [2021-08-20T17:11:07.128Z]         Accept-Encoding: gzip
17:11:07 [2021-08-20T17:11:07.128Z]         
17:11:07 [2021-08-20T17:11:07.128Z]         
17:11:07 [2021-08-20T17:11:07.128Z]     registry_test.go:730: HTTP/1.1 200 OK
17:11:07 [2021-08-20T17:11:07.128Z]         Connection: close
17:11:07 [2021-08-20T17:11:07.128Z]         Content-Length: 144
17:11:07 [2021-08-20T17:11:07.128Z]         Cache-Control: no-cache
17:11:07 [2021-08-20T17:11:07.128Z]         Content-Type: application/json
17:11:07 [2021-08-20T17:11:07.128Z]         Date: Fri, 20 Aug 2021 17:11:07 GMT
17:11:07 [2021-08-20T17:11:07.128Z]         Expires: -1
17:11:07 [2021-08-20T17:11:07.128Z]         Pragma: no-cache
17:11:07 [2021-08-20T17:11:07.128Z]         Server: docker-tests/mock
17:11:07 [2021-08-20T17:11:07.128Z]         X-Docker-Registry-Config: mock
17:11:07 [2021-08-20T17:11:07.128Z]         X-Docker-Registry-Version: 0.0.0
17:11:07 [2021-08-20T17:11:07.128Z]         
17:11:07 [2021-08-20T17:11:07.128Z]         
17:11:07 [2021-08-20T17:11:07.128Z] --- PASS: TestSearchRepositories (0.00s)
17:11:07 [2021-08-20T17:11:07.128Z] === RUN   TestTrustedLocation
17:11:07 [2021-08-20T17:11:07.128Z] --- PASS: TestTrustedLocation (0.00s)
17:11:07 [2021-08-20T17:11:07.128Z] === RUN   TestAddRequiredHeadersToRedirectedRequests
17:11:07 [2021-08-20T17:11:07.128Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s)
17:11:07 [2021-08-20T17:11:07.128Z] === RUN   TestAllowNondistributableArtifacts
17:11:07 [2021-08-20T17:11:07.128Z] --- PASS: TestAllowNondistributableArtifacts (0.00s)
17:11:07 [2021-08-20T17:11:07.128Z] === RUN   TestIsSecureIndex
17:11:07 [2021-08-20T17:11:07.128Z] --- PASS: TestIsSecureIndex (0.00s)
17:11:07 [2021-08-20T17:11:07.128Z] PASS
17:11:07 [2021-08-20T17:11:07.128Z] coverage: 51.7% of statements
17:11:07 [2021-08-20T17:11:07.128Z] ok  	github.com/docker/docker/registry	0.167s	coverage: 51.7% of statements
17:11:07 [2021-08-20T17:11:07.236Z] === RUN   TestDockerSuite/TestBuildEnvEscapes
17:11:07 [2021-08-20T17:11:07.582Z] === RUN   TestResumableRequestHeaderSimpleErrors
17:11:07 [2021-08-20T17:11:07.582Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.00s)
17:11:07 [2021-08-20T17:11:07.582Z] === RUN   TestResumableRequestHeaderNotTooMuchFailures
17:11:07 [2021-08-20T17:11:07.582Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s)
17:11:07 [2021-08-20T17:11:07.582Z] === RUN   TestResumableRequestHeaderTooMuchFailures
17:11:07 [2021-08-20T17:11:07.582Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s)
17:11:07 [2021-08-20T17:11:07.582Z] === RUN   TestResumableRequestReaderWithReadError
17:11:07 [2021-08-20T17:11:07.582Z] time="2021-08-20T17:11:07Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred"
17:11:07 [2021-08-20T17:11:07.582Z] --- PASS: TestResumableRequestReaderWithReadError (0.10s)
17:11:07 [2021-08-20T17:11:07.582Z] === RUN   TestResumableRequestReaderWithEOFWith416Response
17:11:07 [2021-08-20T17:11:07.582Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s)
17:11:07 [2021-08-20T17:11:07.582Z] === RUN   TestResumableRequestReaderWithServerDoesntSupportByteRanges
17:11:07 [2021-08-20T17:11:07.582Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s)
17:11:07 [2021-08-20T17:11:07.582Z] === RUN   TestResumableRequestReaderWithZeroTotalSize
17:11:07 [2021-08-20T17:11:07.582Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s)
17:11:07 [2021-08-20T17:11:07.582Z] === RUN   TestResumableRequestReader
17:11:07 [2021-08-20T17:11:07.582Z] --- PASS: TestResumableRequestReader (0.00s)
17:11:07 [2021-08-20T17:11:07.582Z] === RUN   TestResumableRequestReaderWithInitialResponse
17:11:07 [2021-08-20T17:11:07.582Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s)
17:11:07 [2021-08-20T17:11:07.582Z] PASS
17:11:07 [2021-08-20T17:11:07.582Z] coverage: 100.0% of statements
17:11:07 [2021-08-20T17:11:07.582Z] ok  	github.com/docker/docker/registry/resumable	0.150s	coverage: 100.0% of statements
17:11:07 [2021-08-20T17:11:07.582Z] === RUN   TestRestartManagerTimeout
17:11:07 [2021-08-20T17:11:07.582Z] --- PASS: TestRestartManagerTimeout (0.00s)
17:11:07 [2021-08-20T17:11:07.582Z] === RUN   TestRestartManagerTimeoutReset
17:11:07 [2021-08-20T17:11:07.582Z] --- PASS: TestRestartManagerTimeoutReset (0.00s)
17:11:07 [2021-08-20T17:11:07.582Z] PASS
17:11:07 [2021-08-20T17:11:07.582Z] coverage: 50.9% of statements
17:11:07 [2021-08-20T17:11:07.582Z] ok  	github.com/docker/docker/restartmanager	0.025s	coverage: 50.9% of statements
17:11:08 [2021-08-20T17:11:08.036Z] --- PASS: TestNewClientWithTimeout (17.61s)
17:11:08 [2021-08-20T17:11:08.036Z] === RUN   TestClientStream
17:11:08 [2021-08-20T17:11:08.036Z] --- PASS: TestClientStream (0.00s)
17:11:08 [2021-08-20T17:11:08.036Z] === RUN   TestClientSendFile
17:11:08 [2021-08-20T17:11:08.036Z] --- PASS: TestClientSendFile (0.00s)
17:11:08 [2021-08-20T17:11:08.036Z] === RUN   TestClientWithRequestTimeout
17:11:08 [2021-08-20T17:11:08.036Z] --- PASS: TestClientWithRequestTimeout (0.01s)
17:11:08 [2021-08-20T17:11:08.036Z] === RUN   TestFileSpecPlugin
17:11:08 [2021-08-20T17:11:08.036Z] === RUN   TestDecodeContainerConfig
17:11:08 [2021-08-20T17:11:08.036Z] --- PASS: TestDecodeContainerConfig (0.00s)
17:11:08 [2021-08-20T17:11:08.036Z] === RUN   TestDecodeContainerConfigIsolation
17:11:08 [2021-08-20T17:11:08.036Z] --- PASS: TestFileSpecPlugin (0.01s)
17:11:08 [2021-08-20T17:11:08.036Z] === RUN   TestFileJSONSpecPlugin
17:11:08 [2021-08-20T17:11:08.036Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s)
17:11:08 [2021-08-20T17:11:08.036Z] === RUN   TestValidatePrivileged
17:11:08 [2021-08-20T17:11:08.036Z] --- PASS: TestValidatePrivileged (0.00s)
17:11:08 [2021-08-20T17:11:08.036Z] PASS
17:11:08 [2021-08-20T17:11:08.036Z] coverage: 52.2% of statements
17:11:08 [2021-08-20T17:11:08.036Z] --- PASS: TestFileJSONSpecPlugin (0.00s)
17:11:08 [2021-08-20T17:11:08.036Z] === RUN   TestFileJSONSpecPluginWithoutTLSConfig
17:11:08 [2021-08-20T17:11:08.036Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s)
17:11:08 [2021-08-20T17:11:08.036Z] === RUN   TestPluginAddHandler
17:11:08 [2021-08-20T17:11:08.036Z] --- PASS: TestPluginAddHandler (0.00s)
17:11:08 [2021-08-20T17:11:08.036Z] === RUN   TestPluginWaitBadPlugin
17:11:08 [2021-08-20T17:11:08.036Z] --- PASS: TestPluginWaitBadPlugin (0.00s)
17:11:08 [2021-08-20T17:11:08.036Z] === RUN   TestGet
17:11:08 [2021-08-20T17:11:08.036Z] time="2021-08-20T17:11:07Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s"
17:11:08 [2021-08-20T17:11:08.036Z] ok  	github.com/docker/docker/runconfig	0.030s	coverage: 52.2% of statements
17:11:08 [2021-08-20T17:11:08.036Z] === RUN   TestGenerateRandomAlphaOnlyStringLength
17:11:08 [2021-08-20T17:11:08.036Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s)
17:11:08 [2021-08-20T17:11:08.036Z] === RUN   TestGenerateRandomAlphaOnlyStringUniqueness
17:11:08 [2021-08-20T17:11:08.036Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s)
17:11:08 [2021-08-20T17:11:08.036Z] PASS
17:11:08 [2021-08-20T17:11:08.036Z] coverage: 62.5% of statements
17:11:08 [2021-08-20T17:11:08.036Z] ok  	github.com/docker/docker/testutil	0.027s	coverage: 62.5% of statements
17:11:08 [2021-08-20T17:11:08.603Z] === RUN   TestDockerSuite/TestBuildEnvOverwrite
17:11:08 [2021-08-20T17:11:08.997Z] time="2021-08-20T17:11:08Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s"
17:11:09 [2021-08-20T17:11:09.973Z] === RUN   TestDockerSuite/TestBuildEnvUsage
17:11:10 [2021-08-20T17:11:10.521Z] === RUN   TestGetDriver
17:11:10 [2021-08-20T17:11:10.522Z] --- PASS: TestGetDriver (0.00s)
17:11:10 [2021-08-20T17:11:10.522Z] === RUN   TestVolumeRequestError
17:11:10 [2021-08-20T17:11:10.522Z] --- PASS: TestVolumeRequestError (0.01s)
17:11:10 [2021-08-20T17:11:10.522Z] PASS
17:11:10 [2021-08-20T17:11:10.522Z] coverage: 36.1% of statements
17:11:10 [2021-08-20T17:11:10.522Z] ok  	github.com/docker/docker/volume/drivers	0.042s	coverage: 36.1% of statements
17:11:10 [2021-08-20T17:11:10.977Z] === RUN   TestGetAddress
17:11:10 [2021-08-20T17:11:10.977Z] --- PASS: TestGetAddress (0.00s)
17:11:10 [2021-08-20T17:11:10.977Z] === RUN   TestRemove
17:11:10 [2021-08-20T17:11:10.977Z]     local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI
17:11:10 [2021-08-20T17:11:10.977Z] --- SKIP: TestRemove (0.00s)
17:11:10 [2021-08-20T17:11:10.977Z] === RUN   TestInitializeWithVolumes
17:11:10 [2021-08-20T17:11:10.977Z] --- PASS: TestInitializeWithVolumes (0.01s)
17:11:10 [2021-08-20T17:11:10.977Z] === RUN   TestCreate
17:11:10 [2021-08-20T17:11:10.977Z] --- PASS: TestCreate (0.01s)
17:11:10 [2021-08-20T17:11:10.977Z] === RUN   TestValidateName
17:11:10 [2021-08-20T17:11:10.977Z] --- PASS: TestValidateName (0.00s)
17:11:10 [2021-08-20T17:11:10.977Z] === RUN   TestCreateWithOpts
17:11:10 [2021-08-20T17:11:10.977Z]     local_test.go:181: runtime.GOOS == "windows"
17:11:10 [2021-08-20T17:11:10.977Z] --- SKIP: TestCreateWithOpts (0.00s)
17:11:10 [2021-08-20T17:11:10.977Z] === RUN   TestRelaodNoOpts
17:11:10 [2021-08-20T17:11:10.977Z] --- PASS: TestRelaodNoOpts (0.01s)
17:11:10 [2021-08-20T17:11:10.977Z] PASS
17:11:10 [2021-08-20T17:11:10.977Z] coverage: 41.5% of statements
17:11:10 [2021-08-20T17:11:10.977Z] ok  	github.com/docker/docker/volume/local	0.061s	coverage: 41.5% of statements
17:11:10 [2021-08-20T17:11:10.977Z] time="2021-08-20T17:11:10Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s"
17:11:11 [2021-08-20T17:11:11.936Z] === RUN   TestLCOWParseMountRaw
17:11:11 [2021-08-20T17:11:11.936Z] --- PASS: TestLCOWParseMountRaw (0.00s)
17:11:11 [2021-08-20T17:11:11.936Z] === RUN   TestLCOWParseMountRawSplit
17:11:11 [2021-08-20T17:11:11.936Z] === RUN   TestLCOWParseMountRawSplit/0_c:\:/foo
17:11:11 [2021-08-20T17:11:11.936Z] === RUN   TestLCOWParseMountRawSplit/1_c:\:/foo:ro
17:11:11 [2021-08-20T17:11:11.936Z] === RUN   TestLCOWParseMountRawSplit/2_c:\:/foo:rw
17:11:11 [2021-08-20T17:11:11.936Z] === RUN   TestLCOWParseMountRawSplit/3_c:\:/foo:foo
17:11:11 [2021-08-20T17:11:11.936Z] === RUN   TestLCOWParseMountRawSplit/4_name:/foo:rw
17:11:11 [2021-08-20T17:11:11.936Z] === RUN   TestLCOWParseMountRawSplit/5_name:/foo
17:11:11 [2021-08-20T17:11:11.936Z] === RUN   TestLCOWParseMountRawSplit/6_name:/foo:ro
17:11:11 [2021-08-20T17:11:11.936Z] === RUN   TestLCOWParseMountRawSplit/7_name:/
17:11:11 [2021-08-20T17:11:11.936Z] === RUN   TestLCOWParseMountRawSplit/8_driver/name:/
17:11:11 [2021-08-20T17:11:11.936Z] === RUN   TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar
17:11:11 [2021-08-20T17:11:11.936Z] === RUN   TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data
17:11:11 [2021-08-20T17:11:11.936Z] === RUN   TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo
17:11:11 [2021-08-20T17:11:11.936Z] --- PASS: TestLCOWParseMountRawSplit (0.00s)
17:11:11 [2021-08-20T17:11:11.936Z]     --- PASS: TestLCOWParseMountRawSplit/0_c:\:/foo (0.00s)
17:11:11 [2021-08-20T17:11:11.936Z]     --- PASS: TestLCOWParseMountRawSplit/1_c:\:/foo:ro (0.00s)
17:11:11 [2021-08-20T17:11:11.936Z]     --- PASS: TestLCOWParseMountRawSplit/2_c:\:/foo:rw (0.00s)
17:11:11 [2021-08-20T17:11:11.936Z]     --- PASS: TestLCOWParseMountRawSplit/3_c:\:/foo:foo (0.00s)
17:11:11 [2021-08-20T17:11:11.936Z]     --- PASS: TestLCOWParseMountRawSplit/4_name:/foo:rw (0.00s)
17:11:11 [2021-08-20T17:11:11.936Z]     --- PASS: TestLCOWParseMountRawSplit/5_name:/foo (0.00s)
17:11:11 [2021-08-20T17:11:11.936Z]     --- PASS: TestLCOWParseMountRawSplit/6_name:/foo:ro (0.00s)
17:11:11 [2021-08-20T17:11:11.936Z]     --- PASS: TestLCOWParseMountRawSplit/7_name:/ (0.00s)
17:11:11 [2021-08-20T17:11:11.936Z]     --- PASS: TestLCOWParseMountRawSplit/8_driver/name:/ (0.00s)
17:11:11 [2021-08-20T17:11:11.936Z]     --- PASS: TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar (0.00s)
17:11:11 [2021-08-20T17:11:11.936Z]     --- PASS: TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data (0.00s)
17:11:11 [2021-08-20T17:11:11.936Z]     --- PASS: TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo (0.00s)
17:11:11 [2021-08-20T17:11:11.936Z] === RUN   TestLinuxParseMountRaw
17:11:11 [2021-08-20T17:11:11.936Z] --- PASS: TestLinuxParseMountRaw (0.00s)
17:11:11 [2021-08-20T17:11:11.936Z] === RUN   TestLinuxParseMountRawSplit
17:11:11 [2021-08-20T17:11:11.936Z] === RUN   TestLinuxParseMountRawSplit/0_/tmp:/tmp1
17:11:11 [2021-08-20T17:11:11.936Z] === RUN   TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro
17:11:11 [2021-08-20T17:11:11.936Z] === RUN   TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw
17:11:11 [2021-08-20T17:11:11.936Z] === RUN   TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo
17:11:11 [2021-08-20T17:11:11.936Z] === RUN   TestLinuxParseMountRawSplit/4_name:/named1
17:11:11 [2021-08-20T17:11:11.936Z] === RUN   TestLinuxParseMountRawSplit/5_name:/named2
17:11:11 [2021-08-20T17:11:11.936Z] === RUN   TestLinuxParseMountRawSplit/6_name:/named3:ro
17:11:11 [2021-08-20T17:11:11.936Z] === RUN   TestLinuxParseMountRawSplit/7_local/name:/tmp:rw
17:11:11 [2021-08-20T17:11:11.936Z] === RUN   TestLinuxParseMountRawSplit/8_/tmp:tmp
17:11:11 [2021-08-20T17:11:11.936Z] --- PASS: TestLinuxParseMountRawSplit (0.00s)
17:11:11 [2021-08-20T17:11:11.936Z]     --- PASS: TestLinuxParseMountRawSplit/0_/tmp:/tmp1 (0.00s)
17:11:11 [2021-08-20T17:11:11.936Z]     --- PASS: TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro (0.00s)
17:11:11 [2021-08-20T17:11:11.936Z]     --- PASS: TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw (0.00s)
17:11:11 [2021-08-20T17:11:11.936Z]     --- PASS: TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo (0.00s)
17:11:11 [2021-08-20T17:11:11.936Z]     --- PASS: TestLinuxParseMountRawSplit/4_name:/named1 (0.00s)
17:11:11 [2021-08-20T17:11:11.936Z]     --- PASS: TestLinuxParseMountRawSplit/5_name:/named2 (0.00s)
17:11:11 [2021-08-20T17:11:11.936Z]     --- PASS: TestLinuxParseMountRawSplit/6_name:/named3:ro (0.00s)
17:11:11 [2021-08-20T17:11:11.936Z]     --- PASS: TestLinuxParseMountRawSplit/7_local/name:/tmp:rw (0.00s)
17:11:11 [2021-08-20T17:11:11.936Z]     --- PASS: TestLinuxParseMountRawSplit/8_/tmp:tmp (0.00s)
17:11:11 [2021-08-20T17:11:11.936Z] === RUN   TestLinuxParseMountSpecBindWithFileinfoError
17:11:11 [2021-08-20T17:11:11.936Z] --- PASS: TestLinuxParseMountSpecBindWithFileinfoError (0.00s)
17:11:11 [2021-08-20T17:11:11.936Z] === RUN   TestConvertTmpfsOptions
17:11:11 [2021-08-20T17:11:11.936Z]     linux_parser_test.go:209: data="mode=700,size=1m"
17:11:11 [2021-08-20T17:11:11.936Z]     linux_parser_test.go:209: data="ro"
17:11:11 [2021-08-20T17:11:11.936Z] --- PASS: TestConvertTmpfsOptions (0.00s)
17:11:11 [2021-08-20T17:11:11.936Z] === RUN   TestParseMountSpec
17:11:11 [2021-08-20T17:11:11.936Z]     parser_test.go:63: case 0
17:11:11 [2021-08-20T17:11:11.936Z]     parser_test.go:63: case 1
17:11:11 [2021-08-20T17:11:11.936Z]     parser_test.go:63: case 2
17:11:11 [2021-08-20T17:11:11.936Z]     parser_test.go:63: case 3
17:11:11 [2021-08-20T17:11:11.936Z]     parser_test.go:63: case 4
17:11:11 [2021-08-20T17:11:11.936Z]     parser_test.go:63: case 5
17:11:11 [2021-08-20T17:11:11.936Z] --- PASS: TestParseMountSpec (0.00s)
17:11:11 [2021-08-20T17:11:11.936Z] === RUN   TestValidateMount
17:11:11 [2021-08-20T17:11:11.936Z] --- PASS: TestValidateMount (0.00s)
17:11:11 [2021-08-20T17:11:11.936Z] === RUN   TestWindowsParseMountRaw
17:11:11 [2021-08-20T17:11:11.936Z] --- PASS: TestWindowsParseMountRaw (0.00s)
17:11:11 [2021-08-20T17:11:11.936Z] === RUN   TestWindowsParseMountRawSplit
17:11:11 [2021-08-20T17:11:11.936Z] === RUN   TestWindowsParseMountRawSplit/0_c:\:d:
17:11:11 [2021-08-20T17:11:11.936Z] === RUN   TestWindowsParseMountRawSplit/1_c:\:d:\
17:11:11 [2021-08-20T17:11:11.936Z] === RUN   TestWindowsParseMountRawSplit/2_c:\:d:\:ro
17:11:11 [2021-08-20T17:11:11.936Z] === RUN   TestWindowsParseMountRawSplit/3_c:\:d:\:rw
17:11:11 [2021-08-20T17:11:11.936Z] === RUN   TestWindowsParseMountRawSplit/4_c:\:d:\:foo
17:11:11 [2021-08-20T17:11:11.936Z] === RUN   TestWindowsParseMountRawSplit/5_name:d::rw
17:11:11 [2021-08-20T17:11:11.936Z] === RUN   TestWindowsParseMountRawSplit/6_name:d:
17:11:11 [2021-08-20T17:11:11.936Z] === RUN   TestWindowsParseMountRawSplit/7_name:d::ro
17:11:11 [2021-08-20T17:11:11.936Z] === RUN   TestWindowsParseMountRawSplit/8_name:c:
17:11:11 [2021-08-20T17:11:11.936Z] === RUN   TestWindowsParseMountRawSplit/9_driver/name:c:
17:11:11 [2021-08-20T17:11:11.936Z] === RUN   TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar
17:11:11 [2021-08-20T17:11:11.937Z] === RUN   TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar
17:11:11 [2021-08-20T17:11:11.937Z] === RUN   TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo
17:11:11 [2021-08-20T17:11:11.937Z] --- PASS: TestWindowsParseMountRawSplit (0.00s)
17:11:11 [2021-08-20T17:11:11.937Z]     --- PASS: TestWindowsParseMountRawSplit/0_c:\:d: (0.00s)
17:11:11 [2021-08-20T17:11:11.937Z]     --- PASS: TestWindowsParseMountRawSplit/1_c:\:d:\ (0.00s)
17:11:11 [2021-08-20T17:11:11.937Z]     --- PASS: TestWindowsParseMountRawSplit/2_c:\:d:\:ro (0.00s)
17:11:11 [2021-08-20T17:11:11.937Z]     --- PASS: TestWindowsParseMountRawSplit/3_c:\:d:\:rw (0.00s)
17:11:11 [2021-08-20T17:11:11.937Z]     --- PASS: TestWindowsParseMountRawSplit/4_c:\:d:\:foo (0.00s)
17:11:11 [2021-08-20T17:11:11.937Z]     --- PASS: TestWindowsParseMountRawSplit/5_name:d::rw (0.00s)
17:11:11 [2021-08-20T17:11:11.937Z]     --- PASS: TestWindowsParseMountRawSplit/6_name:d: (0.00s)
17:11:11 [2021-08-20T17:11:11.937Z]     --- PASS: TestWindowsParseMountRawSplit/7_name:d::ro (0.00s)
17:11:11 [2021-08-20T17:11:11.937Z]     --- PASS: TestWindowsParseMountRawSplit/8_name:c: (0.00s)
17:11:11 [2021-08-20T17:11:11.937Z]     --- PASS: TestWindowsParseMountRawSplit/9_driver/name:c: (0.00s)
17:11:11 [2021-08-20T17:11:11.937Z]     --- PASS: TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar (0.00s)
17:11:11 [2021-08-20T17:11:11.937Z]     --- PASS: TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar (0.00s)
17:11:11 [2021-08-20T17:11:11.937Z]     --- PASS: TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo (0.00s)
17:11:11 [2021-08-20T17:11:11.937Z] === RUN   TestWindowsParseMountSpecBindWithFileinfoError
17:11:11 [2021-08-20T17:11:11.937Z] --- PASS: TestWindowsParseMountSpecBindWithFileinfoError (0.00s)
17:11:11 [2021-08-20T17:11:11.937Z] PASS
17:11:11 [2021-08-20T17:11:11.937Z] coverage: 67.6% of statements
17:11:11 [2021-08-20T17:11:11.937Z] ok  	github.com/docker/docker/volume/mounts	0.045s	coverage: 67.6% of statements
17:11:11 [2021-08-20T17:11:11.937Z] === RUN   TestSetGetMeta
17:11:11 [2021-08-20T17:11:11.937Z] === PAUSE TestSetGetMeta
17:11:11 [2021-08-20T17:11:11.937Z] === RUN   TestRestore
17:11:11 [2021-08-20T17:11:11.937Z] === PAUSE TestRestore
17:11:11 [2021-08-20T17:11:11.937Z] === RUN   TestServiceCreate
17:11:11 [2021-08-20T17:11:11.937Z] === PAUSE TestServiceCreate
17:11:11 [2021-08-20T17:11:11.937Z] === RUN   TestServiceList
17:11:11 [2021-08-20T17:11:11.937Z] === PAUSE TestServiceList
17:11:11 [2021-08-20T17:11:11.937Z] === RUN   TestServiceRemove
17:11:11 [2021-08-20T17:11:11.937Z] === PAUSE TestServiceRemove
17:11:12 [2021-08-20T17:11:12.391Z] === RUN   TestServiceGet
17:11:12 [2021-08-20T17:11:12.391Z] === PAUSE TestServiceGet
17:11:12 [2021-08-20T17:11:12.391Z] === RUN   TestServicePrune
17:11:12 [2021-08-20T17:11:12.391Z] === PAUSE TestServicePrune
17:11:12 [2021-08-20T17:11:12.391Z] === RUN   TestCreate
17:11:12 [2021-08-20T17:11:12.391Z] === PAUSE TestCreate
17:11:12 [2021-08-20T17:11:12.391Z] === RUN   TestRemove
17:11:12 [2021-08-20T17:11:12.391Z] === PAUSE TestRemove
17:11:12 [2021-08-20T17:11:12.391Z] === RUN   TestList
17:11:12 [2021-08-20T17:11:12.391Z] === PAUSE TestList
17:11:12 [2021-08-20T17:11:12.391Z] === RUN   TestFindByDriver
17:11:12 [2021-08-20T17:11:12.391Z] === PAUSE TestFindByDriver
17:11:12 [2021-08-20T17:11:12.391Z] === RUN   TestFindByReferenced
17:11:12 [2021-08-20T17:11:12.391Z] === PAUSE TestFindByReferenced
17:11:12 [2021-08-20T17:11:12.391Z] === RUN   TestDerefMultipleOfSameRef
17:11:12 [2021-08-20T17:11:12.391Z] === PAUSE TestDerefMultipleOfSameRef
17:11:12 [2021-08-20T17:11:12.391Z] === RUN   TestCreateKeepOptsLabelsWhenExistsRemotely
17:11:12 [2021-08-20T17:11:12.391Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely
17:11:12 [2021-08-20T17:11:12.391Z] === RUN   TestDefererencePluginOnCreateError
17:11:12 [2021-08-20T17:11:12.391Z] === PAUSE TestDefererencePluginOnCreateError
17:11:12 [2021-08-20T17:11:12.391Z] === RUN   TestRefDerefRemove
17:11:12 [2021-08-20T17:11:12.391Z] === PAUSE TestRefDerefRemove
17:11:12 [2021-08-20T17:11:12.391Z] === RUN   TestGet
17:11:12 [2021-08-20T17:11:12.391Z] === PAUSE TestGet
17:11:12 [2021-08-20T17:11:12.391Z] === RUN   TestGetWithReference
17:11:12 [2021-08-20T17:11:12.391Z] === PAUSE TestGetWithReference
17:11:12 [2021-08-20T17:11:12.391Z] === RUN   TestFilterFunc
17:11:12 [2021-08-20T17:11:12.391Z] === RUN   TestFilterFunc/test_nil_list
17:11:12 [2021-08-20T17:11:12.391Z] === PAUSE TestFilterFunc/test_nil_list
17:11:12 [2021-08-20T17:11:12.391Z] === RUN   TestFilterFunc/test_empty_list
17:11:12 [2021-08-20T17:11:12.391Z] === PAUSE TestFilterFunc/test_empty_list
17:11:12 [2021-08-20T17:11:12.391Z] === RUN   TestFilterFunc/test_filter_non-empty_to_empty
17:11:12 [2021-08-20T17:11:12.391Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty
17:11:12 [2021-08-20T17:11:12.391Z] === RUN   TestFilterFunc/test_nothing_to_fitler_non-empty_list
17:11:12 [2021-08-20T17:11:12.391Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list
17:11:12 [2021-08-20T17:11:12.391Z] === RUN   TestFilterFunc/test_filter_some
17:11:12 [2021-08-20T17:11:12.391Z] === PAUSE TestFilterFunc/test_filter_some
17:11:12 [2021-08-20T17:11:12.391Z] === RUN   TestFilterFunc/test_filter_middle
17:11:12 [2021-08-20T17:11:12.391Z] === PAUSE TestFilterFunc/test_filter_middle
17:11:12 [2021-08-20T17:11:12.391Z] === RUN   TestFilterFunc/test_filter_middle_and_last
17:11:12 [2021-08-20T17:11:12.391Z] === PAUSE TestFilterFunc/test_filter_middle_and_last
17:11:12 [2021-08-20T17:11:12.391Z] === RUN   TestFilterFunc/test_filter_first_and_last
17:11:12 [2021-08-20T17:11:12.391Z] === PAUSE TestFilterFunc/test_filter_first_and_last
17:11:12 [2021-08-20T17:11:12.391Z] === CONT  TestFilterFunc/test_nil_list
17:11:12 [2021-08-20T17:11:12.391Z] === CONT  TestFilterFunc/test_filter_first_and_last
17:11:12 [2021-08-20T17:11:12.391Z] === CONT  TestFilterFunc/test_filter_some
17:11:12 [2021-08-20T17:11:12.391Z] === CONT  TestFilterFunc/test_nothing_to_fitler_non-empty_list
17:11:12 [2021-08-20T17:11:12.391Z] === CONT  TestFilterFunc/test_filter_non-empty_to_empty
17:11:12 [2021-08-20T17:11:12.391Z] === CONT  TestFilterFunc/test_empty_list
17:11:12 [2021-08-20T17:11:12.391Z] === CONT  TestFilterFunc/test_filter_middle_and_last
17:11:12 [2021-08-20T17:11:12.391Z] === CONT  TestFilterFunc/test_filter_middle
17:11:12 [2021-08-20T17:11:12.391Z] --- PASS: TestFilterFunc (0.00s)
17:11:12 [2021-08-20T17:11:12.391Z]     --- PASS: TestFilterFunc/test_nil_list (0.00s)
17:11:12 [2021-08-20T17:11:12.391Z]     --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s)
17:11:12 [2021-08-20T17:11:12.391Z]     --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s)
17:11:12 [2021-08-20T17:11:12.391Z]     --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s)
17:11:12 [2021-08-20T17:11:12.391Z]     --- PASS: TestFilterFunc/test_empty_list (0.00s)
17:11:12 [2021-08-20T17:11:12.391Z]     --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s)
17:11:12 [2021-08-20T17:11:12.391Z]     --- PASS: TestFilterFunc/test_filter_middle (0.00s)
17:11:12 [2021-08-20T17:11:12.391Z]     --- PASS: TestFilterFunc/test_filter_some (0.00s)
17:11:12 [2021-08-20T17:11:12.391Z] === CONT  TestSetGetMeta
17:11:12 [2021-08-20T17:11:12.391Z] === CONT  TestGetWithReference
17:11:12 [2021-08-20T17:11:12.391Z] === CONT  TestFindByReferenced
17:11:12 [2021-08-20T17:11:12.391Z] === CONT  TestDefererencePluginOnCreateError
17:11:12 [2021-08-20T17:11:12.391Z] --- PASS: TestSetGetMeta (0.02s)
17:11:12 [2021-08-20T17:11:12.391Z] === CONT  TestFindByDriver
17:11:12 [2021-08-20T17:11:12.391Z] --- PASS: TestGetWithReference (0.02s)
17:11:12 [2021-08-20T17:11:12.391Z] === CONT  TestList
17:11:12 [2021-08-20T17:11:12.391Z] --- PASS: TestFindByReferenced (0.02s)
17:11:12 [2021-08-20T17:11:12.391Z] === CONT  TestRemove
17:11:12 [2021-08-20T17:11:12.391Z] --- PASS: TestDefererencePluginOnCreateError (0.03s)
17:11:12 [2021-08-20T17:11:12.391Z] === CONT  TestCreate
17:11:12 [2021-08-20T17:11:12.391Z] --- PASS: TestFindByDriver (0.03s)
17:11:12 [2021-08-20T17:11:12.391Z] === CONT  TestServicePrune
17:11:12 [2021-08-20T17:11:12.391Z] --- PASS: TestRemove (0.02s)
17:11:12 [2021-08-20T17:11:12.391Z] === CONT  TestServiceGet
17:11:12 [2021-08-20T17:11:12.391Z] --- PASS: TestList (0.02s)
17:11:12 [2021-08-20T17:11:12.391Z] === CONT  TestServiceRemove
17:11:12 [2021-08-20T17:11:12.391Z] --- PASS: TestCreate (0.02s)
17:11:12 [2021-08-20T17:11:12.391Z] === CONT  TestServiceList
17:11:12 [2021-08-20T17:11:12.391Z] time="2021-08-20T17:11:12Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test
17:11:12 [2021-08-20T17:11:12.391Z] --- PASS: TestServiceGet (0.11s)
17:11:12 [2021-08-20T17:11:12.391Z] === CONT  TestServiceCreate
17:11:12 [2021-08-20T17:11:12.391Z] --- PASS: TestServiceRemove (0.11s)
17:11:12 [2021-08-20T17:11:12.391Z] === CONT  TestRestore
17:11:12 [2021-08-20T17:11:12.391Z] --- PASS: TestServiceList (0.11s)
17:11:12 [2021-08-20T17:11:12.391Z] === CONT  TestGet
17:11:12 [2021-08-20T17:11:12.391Z] time="2021-08-20T17:11:12Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test
17:11:12 [2021-08-20T17:11:12.391Z] time="2021-08-20T17:11:12Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test
17:11:12 [2021-08-20T17:11:12.391Z] time="2021-08-20T17:11:12Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3
17:11:12 [2021-08-20T17:11:12.391Z] --- PASS: TestServiceCreate (0.02s)
17:11:12 [2021-08-20T17:11:12.391Z] === CONT  TestCreateKeepOptsLabelsWhenExistsRemotely
17:11:12 [2021-08-20T17:11:12.391Z] time="2021-08-20T17:11:12Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test
17:11:12 [2021-08-20T17:11:12.391Z] --- PASS: TestGet (0.02s)
17:11:12 [2021-08-20T17:11:12.391Z] === CONT  TestRefDerefRemove
17:11:12 [2021-08-20T17:11:12.391Z] --- PASS: TestRestore (0.03s)
17:11:12 [2021-08-20T17:11:12.391Z] === CONT  TestDerefMultipleOfSameRef
17:11:12 [2021-08-20T17:11:12.391Z] --- PASS: TestServicePrune (0.15s)
17:11:12 [2021-08-20T17:11:12.391Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.02s)
17:11:12 [2021-08-20T17:11:12.391Z] --- PASS: TestRefDerefRemove (0.02s)
17:11:12 [2021-08-20T17:11:12.391Z] --- PASS: TestDerefMultipleOfSameRef (0.02s)
17:11:12 [2021-08-20T17:11:12.391Z] PASS
17:11:12 [2021-08-20T17:11:12.391Z] coverage: 69.0% of statements
17:11:12 [2021-08-20T17:11:12.392Z] ok  	github.com/docker/docker/volume/service	0.231s	coverage: 69.0% of statements
17:11:15 [2021-08-20T17:11:15.273Z] time="2021-08-20T17:11:14Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s"
17:11:16 [2021-08-20T17:11:16.520Z]     docker_api_swarm_test.go:584: [de0bc6a27081a] joining swarm manager [d360d78459cf8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
17:11:18 [2021-08-20T17:11:18.413Z] === RUN   TestDockerSuite/TestBuildEnvUsage2
17:11:19 [2021-08-20T17:11:19.781Z]     check_test.go:380: [d51171a436980] daemon is not started
17:11:22 [2021-08-20T17:11:22.706Z] --- PASS: TestServiceUpdateSecrets (15.20s)
17:11:22 [2021-08-20T17:11:22.706Z] === RUN   TestServiceUpdateConfigs
17:11:23 [2021-08-20T17:11:23.800Z] --- PASS: TestGet (15.01s)
17:11:23 [2021-08-20T17:11:23.800Z] === RUN   TestPluginWithNoManifest
17:11:23 [2021-08-20T17:11:23.800Z] --- PASS: TestPluginWithNoManifest (0.00s)
17:11:23 [2021-08-20T17:11:23.800Z] === RUN   TestGetAll
17:11:23 [2021-08-20T17:11:23.800Z] --- PASS: TestGetAll (0.00s)
17:11:23 [2021-08-20T17:11:23.800Z] PASS
17:11:23 [2021-08-20T17:11:23.800Z] coverage: 73.4% of statements
17:11:23 [2021-08-20T17:11:23.800Z] ok  	github.com/docker/docker/pkg/plugins	35.971s	coverage: 73.4% of statements
17:11:31 [2021-08-20T17:11:31.960Z] === RUN   TestDockerSwarmSuite/TestAPISwarmHealthcheckNone
17:11:31 [2021-08-20T17:11:31.960Z]     docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed
17:11:31 [2021-08-20T17:11:31.960Z] === RUN   TestDockerSwarmSuite/TestAPISwarmInit
17:11:32 [2021-08-20T17:11:32.889Z]     docker_api_swarm_test.go:45: [d6bab0aa2b3b1] joining swarm manager [de35c03a46108]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
17:11:34 [2021-08-20T17:11:34.918Z] 4612f6d0b889: Pull complete
17:11:34 [2021-08-20T17:11:34.925Z] --- PASS: TestServiceUpdateConfigs (15.00s)
17:11:34 [2021-08-20T17:11:34.925Z] === RUN   TestServiceUpdateNetwork
17:11:42 [2021-08-20T17:11:42.847Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementAddCopy
17:11:43 [2021-08-20T17:11:43.776Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementEnv
17:11:48 [2021-08-20T17:11:48.865Z] 2021/08/20 17:11:45 Closing DB instances...
17:11:48 [2021-08-20T17:11:48.865Z] --- PASS: TestNetworkDBGarbageCollection (54.25s)
17:11:48 [2021-08-20T17:11:48.865Z] === RUN   TestFindNode
17:11:48 [2021-08-20T17:11:48.865Z] 2021/08/20 17:11:47 Closing DB instances...
17:11:48 [2021-08-20T17:11:48.865Z] --- PASS: TestFindNode (0.02s)
17:11:48 [2021-08-20T17:11:48.865Z] === RUN   TestChangeNodeState
17:11:48 [2021-08-20T17:11:48.865Z] 2021/08/20 17:11:47 Closing DB instances...
17:11:48 [2021-08-20T17:11:48.865Z] --- PASS: TestChangeNodeState (0.01s)
17:11:48 [2021-08-20T17:11:48.865Z] === RUN   TestNodeReincarnation
17:11:48 [2021-08-20T17:11:48.865Z] 2021/08/20 17:11:47 Closing DB instances...
17:11:49 [2021-08-20T17:11:49.803Z] --- PASS: TestServiceUpdateNetwork (12.98s)
17:11:49 [2021-08-20T17:11:49.803Z] === RUN   TestServiceUpdatePidsLimit
17:11:49 [2021-08-20T17:11:49.803Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
17:11:49 [2021-08-20T17:11:49.803Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
17:11:51 [2021-08-20T17:11:51.866Z] === RUN   TestDockerSwarmSuite/TestAPISwarmInvalidAddress
17:11:51 [2021-08-20T17:11:51.866Z] === RUN   TestDockerSwarmSuite/TestAPISwarmJoinToken
17:11:53 [2021-08-20T17:11:53.526Z] time="2021-08-20T17:11:52Z" level=error msg="failed to send node leave: timed out broadcasting node event"
17:11:53 [2021-08-20T17:11:53.526Z] --- PASS: TestNodeReincarnation (5.02s)
17:11:53 [2021-08-20T17:11:53.526Z] === RUN   TestParallelCreate
17:11:53 [2021-08-20T17:11:53.526Z] 2021/08/20 17:11:52 Closing DB instances...
17:11:53 [2021-08-20T17:11:53.526Z] --- PASS: TestParallelCreate (0.01s)
17:11:53 [2021-08-20T17:11:53.526Z] === RUN   TestParallelDelete
17:11:53 [2021-08-20T17:11:53.526Z] 2021/08/20 17:11:52 Closing DB instances...
17:11:53 [2021-08-20T17:11:53.526Z] --- PASS: TestParallelDelete (0.01s)
17:11:53 [2021-08-20T17:11:53.526Z] === RUN   TestNetworkDBIslands
17:11:53 [2021-08-20T17:11:53.526Z] time="2021-08-20T17:11:52Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:e4868e55f18f with config:&{NodeID:e4868e55f18f Hostname:node1 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10033 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}"
17:11:53 [2021-08-20T17:11:53.526Z] time="2021-08-20T17:11:52Z" level=info msg="Node e4868e55f18f/172.20.116.5, joined gossip cluster"
17:11:53 [2021-08-20T17:11:53.526Z] time="2021-08-20T17:11:52Z" level=info msg="Node e4868e55f18f/172.20.116.5, added to nodes list"
17:11:53 [2021-08-20T17:11:53.526Z] time="2021-08-20T17:11:52Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:9d48a8b63ebf with config:&{NodeID:9d48a8b63ebf Hostname:node2 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10034 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}"
17:11:53 [2021-08-20T17:11:53.526Z] time="2021-08-20T17:11:52Z" level=info msg="Node 9d48a8b63ebf/172.20.116.5, joined gossip cluster"
17:11:53 [2021-08-20T17:11:53.526Z] time="2021-08-20T17:11:52Z" level=info msg="Node 9d48a8b63ebf/172.20.116.5, added to nodes list"
17:11:53 [2021-08-20T17:11:53.526Z] time="2021-08-20T17:11:52Z" level=info msg="The new bootstrap node list is:[localhost:10033]"
17:11:53 [2021-08-20T17:11:53.526Z] time="2021-08-20T17:11:52Z" level=debug msg="memberlist: Initiating push/pull sync with:  [::1]:10033"
17:11:53 [2021-08-20T17:11:53.526Z] time="2021-08-20T17:11:52Z" level=debug msg="memberlist: Stream connection from=[::1]:49347"
17:11:53 [2021-08-20T17:11:53.526Z] time="2021-08-20T17:11:52Z" level=info msg="Node 9d48a8b63ebf/172.20.116.5, joined gossip cluster"
17:11:53 [2021-08-20T17:11:53.526Z] time="2021-08-20T17:11:52Z" level=info msg="Node 9d48a8b63ebf/172.20.116.5, added to nodes list"
17:11:53 [2021-08-20T17:11:53.526Z] time="2021-08-20T17:11:52Z" level=info msg="Node e4868e55f18f/172.20.116.5, joined gossip cluster"
17:11:53 [2021-08-20T17:11:53.526Z] time="2021-08-20T17:11:52Z" level=info msg="Node e4868e55f18f/172.20.116.5, added to nodes list"
17:11:53 [2021-08-20T17:11:53.526Z] time="2021-08-20T17:11:52Z" level=debug msg="memberlist: Initiating push/pull sync with:  127.0.0.1:10033"
17:11:53 [2021-08-20T17:11:53.526Z] time="2021-08-20T17:11:52Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49348"
17:11:53 [2021-08-20T17:11:53.982Z] time="2021-08-20T17:11:53Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:06cdfe791f23 with config:&{NodeID:06cdfe791f23 Hostname:node3 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10035 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}"
17:11:53 [2021-08-20T17:11:53.982Z] time="2021-08-20T17:11:53Z" level=info msg="Node 06cdfe791f23/172.20.116.5, joined gossip cluster"
17:11:53 [2021-08-20T17:11:53.982Z] time="2021-08-20T17:11:53Z" level=info msg="Node 06cdfe791f23/172.20.116.5, added to nodes list"
17:11:53 [2021-08-20T17:11:53.982Z] time="2021-08-20T17:11:53Z" level=info msg="The new bootstrap node list is:[localhost:10034]"
17:11:53 [2021-08-20T17:11:53.982Z] time="2021-08-20T17:11:53Z" level=debug msg="memberlist: Initiating push/pull sync with:  [::1]:10034"
17:11:53 [2021-08-20T17:11:53.982Z] time="2021-08-20T17:11:53Z" level=debug msg="memberlist: Stream connection from=[::1]:49349"
17:11:53 [2021-08-20T17:11:53.982Z] time="2021-08-20T17:11:53Z" level=info msg="Node 06cdfe791f23/172.20.116.5, joined gossip cluster"
17:11:53 [2021-08-20T17:11:53.982Z] time="2021-08-20T17:11:53Z" level=info msg="Node 06cdfe791f23/172.20.116.5, added to nodes list"
17:11:53 [2021-08-20T17:11:53.982Z] time="2021-08-20T17:11:53Z" level=info msg="Node e4868e55f18f/172.20.116.5, joined gossip cluster"
17:11:53 [2021-08-20T17:11:53.982Z] time="2021-08-20T17:11:53Z" level=info msg="Node e4868e55f18f/172.20.116.5, added to nodes list"
17:11:53 [2021-08-20T17:11:53.982Z] time="2021-08-20T17:11:53Z" level=info msg="Node 9d48a8b63ebf/172.20.116.5, joined gossip cluster"
17:11:53 [2021-08-20T17:11:53.982Z] time="2021-08-20T17:11:53Z" level=info msg="Node 9d48a8b63ebf/172.20.116.5, added to nodes list"
17:11:53 [2021-08-20T17:11:53.982Z] time="2021-08-20T17:11:53Z" level=debug msg="memberlist: Initiating push/pull sync with:  127.0.0.1:10034"
17:11:53 [2021-08-20T17:11:53.982Z] time="2021-08-20T17:11:53Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49350"
17:11:53 [2021-08-20T17:11:53.982Z] time="2021-08-20T17:11:53Z" level=info msg="Node 06cdfe791f23/172.20.116.5, joined gossip cluster"
17:11:53 [2021-08-20T17:11:53.982Z] time="2021-08-20T17:11:53Z" level=info msg="Node 06cdfe791f23/172.20.116.5, added to nodes list"
17:11:54 [2021-08-20T17:11:54.437Z] time="2021-08-20T17:11:54Z" level=info msg="New memberlist node - Node:node4 will use memberlist nodeID:7c7b7b0c803f with config:&{NodeID:7c7b7b0c803f Hostname:node4 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10036 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}"
17:11:54 [2021-08-20T17:11:54.437Z] time="2021-08-20T17:11:54Z" level=info msg="Node 7c7b7b0c803f/172.20.116.5, joined gossip cluster"
17:11:54 [2021-08-20T17:11:54.437Z] time="2021-08-20T17:11:54Z" level=info msg="Node 7c7b7b0c803f/172.20.116.5, added to nodes list"
17:11:54 [2021-08-20T17:11:54.437Z] time="2021-08-20T17:11:54Z" level=info msg="The new bootstrap node list is:[localhost:10035]"
17:11:54 [2021-08-20T17:11:54.437Z] time="2021-08-20T17:11:54Z" level=debug msg="memberlist: Initiating push/pull sync with:  [::1]:10035"
17:11:54 [2021-08-20T17:11:54.437Z] time="2021-08-20T17:11:54Z" level=debug msg="memberlist: Stream connection from=[::1]:49351"
17:11:54 [2021-08-20T17:11:54.437Z] time="2021-08-20T17:11:54Z" level=info msg="Node 7c7b7b0c803f/172.20.116.5, joined gossip cluster"
17:11:54 [2021-08-20T17:11:54.437Z] time="2021-08-20T17:11:54Z" level=info msg="Node 7c7b7b0c803f/172.20.116.5, added to nodes list"
17:11:54 [2021-08-20T17:11:54.437Z] time="2021-08-20T17:11:54Z" level=info msg="Node 9d48a8b63ebf/172.20.116.5, joined gossip cluster"
17:11:54 [2021-08-20T17:11:54.437Z] time="2021-08-20T17:11:54Z" level=info msg="Node 9d48a8b63ebf/172.20.116.5, added to nodes list"
17:11:54 [2021-08-20T17:11:54.437Z] time="2021-08-20T17:11:54Z" level=info msg="Node 06cdfe791f23/172.20.116.5, joined gossip cluster"
17:11:54 [2021-08-20T17:11:54.437Z] time="2021-08-20T17:11:54Z" level=info msg="Node 06cdfe791f23/172.20.116.5, added to nodes list"
17:11:54 [2021-08-20T17:11:54.437Z] time="2021-08-20T17:11:54Z" level=info msg="Node e4868e55f18f/172.20.116.5, joined gossip cluster"
17:11:54 [2021-08-20T17:11:54.437Z] time="2021-08-20T17:11:54Z" level=info msg="Node e4868e55f18f/172.20.116.5, added to nodes list"
17:11:54 [2021-08-20T17:11:54.437Z] time="2021-08-20T17:11:54Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49352"
17:11:54 [2021-08-20T17:11:54.437Z] time="2021-08-20T17:11:54Z" level=debug msg="memberlist: Initiating push/pull sync with:  127.0.0.1:10035"
17:11:54 [2021-08-20T17:11:54.437Z] time="2021-08-20T17:11:54Z" level=info msg="Node 7c7b7b0c803f/172.20.116.5, joined gossip cluster"
17:11:54 [2021-08-20T17:11:54.437Z] time="2021-08-20T17:11:54Z" level=info msg="Node 7c7b7b0c803f/172.20.116.5, added to nodes list"
17:11:54 [2021-08-20T17:11:54.437Z] time="2021-08-20T17:11:54Z" level=info msg="Node 7c7b7b0c803f/172.20.116.5, joined gossip cluster"
17:11:54 [2021-08-20T17:11:54.437Z] time="2021-08-20T17:11:54Z" level=info msg="Node 7c7b7b0c803f/172.20.116.5, added to nodes list"
17:11:54 [2021-08-20T17:11:54.892Z] time="2021-08-20T17:11:54Z" level=info msg="New memberlist node - Node:node5 will use memberlist nodeID:f5e94bab7b63 with config:&{NodeID:f5e94bab7b63 Hostname:node5 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10037 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}"
17:11:54 [2021-08-20T17:11:54.892Z] time="2021-08-20T17:11:54Z" level=info msg="Node f5e94bab7b63/172.20.116.5, joined gossip cluster"
17:11:54 [2021-08-20T17:11:54.892Z] time="2021-08-20T17:11:54Z" level=info msg="Node f5e94bab7b63/172.20.116.5, added to nodes list"
17:11:54 [2021-08-20T17:11:54.892Z] time="2021-08-20T17:11:54Z" level=info msg="The new bootstrap node list is:[localhost:10036]"
17:11:54 [2021-08-20T17:11:54.892Z] time="2021-08-20T17:11:54Z" level=debug msg="memberlist: Initiating push/pull sync with:  [::1]:10036"
17:11:54 [2021-08-20T17:11:54.892Z] time="2021-08-20T17:11:54Z" level=debug msg="memberlist: Stream connection from=[::1]:49353"
17:11:54 [2021-08-20T17:11:54.892Z] time="2021-08-20T17:11:54Z" level=info msg="Node f5e94bab7b63/172.20.116.5, joined gossip cluster"
17:11:54 [2021-08-20T17:11:54.892Z] time="2021-08-20T17:11:54Z" level=info msg="Node f5e94bab7b63/172.20.116.5, added to nodes list"
17:11:54 [2021-08-20T17:11:54.892Z] time="2021-08-20T17:11:54Z" level=info msg="Node e4868e55f18f/172.20.116.5, joined gossip cluster"
17:11:54 [2021-08-20T17:11:54.892Z] time="2021-08-20T17:11:54Z" level=info msg="Node e4868e55f18f/172.20.116.5, added to nodes list"
17:11:54 [2021-08-20T17:11:54.892Z] time="2021-08-20T17:11:54Z" level=info msg="Node 7c7b7b0c803f/172.20.116.5, joined gossip cluster"
17:11:54 [2021-08-20T17:11:54.892Z] time="2021-08-20T17:11:54Z" level=info msg="Node 7c7b7b0c803f/172.20.116.5, added to nodes list"
17:11:54 [2021-08-20T17:11:54.892Z] time="2021-08-20T17:11:54Z" level=info msg="Node 9d48a8b63ebf/172.20.116.5, joined gossip cluster"
17:11:54 [2021-08-20T17:11:54.892Z] time="2021-08-20T17:11:54Z" level=info msg="Node 9d48a8b63ebf/172.20.116.5, added to nodes list"
17:11:54 [2021-08-20T17:11:54.892Z] time="2021-08-20T17:11:54Z" level=info msg="Node 06cdfe791f23/172.20.116.5, joined gossip cluster"
17:11:54 [2021-08-20T17:11:54.892Z] time="2021-08-20T17:11:54Z" level=info msg="Node 06cdfe791f23/172.20.116.5, added to nodes list"
17:11:54 [2021-08-20T17:11:54.892Z] time="2021-08-20T17:11:54Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49354"
17:11:54 [2021-08-20T17:11:54.892Z] time="2021-08-20T17:11:54Z" level=debug msg="memberlist: Initiating push/pull sync with:  127.0.0.1:10036"
17:11:54 [2021-08-20T17:11:54.892Z] time="2021-08-20T17:11:54Z" level=info msg="Node f5e94bab7b63/172.20.116.5, joined gossip cluster"
17:11:54 [2021-08-20T17:11:54.892Z] time="2021-08-20T17:11:54Z" level=info msg="Node f5e94bab7b63/172.20.116.5, added to nodes list"
17:11:54 [2021-08-20T17:11:54.892Z] time="2021-08-20T17:11:54Z" level=info msg="Node f5e94bab7b63/172.20.116.5, joined gossip cluster"
17:11:54 [2021-08-20T17:11:54.892Z] time="2021-08-20T17:11:54Z" level=info msg="Node f5e94bab7b63/172.20.116.5, added to nodes list"
17:11:54 [2021-08-20T17:11:54.892Z] time="2021-08-20T17:11:54Z" level=info msg="Node f5e94bab7b63/172.20.116.5, joined gossip cluster"
17:11:54 [2021-08-20T17:11:54.892Z] time="2021-08-20T17:11:54Z" level=info msg="Node f5e94bab7b63/172.20.116.5, added to nodes list"
17:11:55 [2021-08-20T17:11:55.141Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementExpose
17:11:55 [2021-08-20T17:11:55.346Z]     networkdb_test.go:836: Re-joining: 3
17:11:55 [2021-08-20T17:11:55.346Z] time="2021-08-20T17:11:54Z" level=info msg="The new bootstrap node list is:[172.20.116.5:10033 172.20.116.5:10034 172.20.116.5:10035]"
17:11:55 [2021-08-20T17:11:55.346Z] time="2021-08-20T17:11:54Z" level=debug msg="memberlist: Initiating push/pull sync with:  172.20.116.5:10033"
17:11:55 [2021-08-20T17:11:55.346Z] time="2021-08-20T17:11:54Z" level=debug msg="memberlist: Stream connection from=172.20.116.5:49355"
17:11:55 [2021-08-20T17:11:55.346Z] time="2021-08-20T17:11:54Z" level=debug msg="memberlist: Initiating push/pull sync with:  172.20.116.5:10034"
17:11:55 [2021-08-20T17:11:55.346Z] time="2021-08-20T17:11:54Z" level=debug msg="memberlist: Stream connection from=172.20.116.5:49356"
17:11:55 [2021-08-20T17:11:55.346Z] time="2021-08-20T17:11:54Z" level=debug msg="memberlist: Initiating push/pull sync with:  172.20.116.5:10035"
17:11:55 [2021-08-20T17:11:55.346Z] time="2021-08-20T17:11:54Z" level=debug msg="memberlist: Stream connection from=172.20.116.5:49357"
17:11:55 [2021-08-20T17:11:55.346Z]     networkdb_test.go:836: Re-joining: 4
17:11:55 [2021-08-20T17:11:55.346Z] time="2021-08-20T17:11:55Z" level=info msg="The new bootstrap node list is:[172.20.116.5:10033 172.20.116.5:10034 172.20.116.5:10035]"
17:11:55 [2021-08-20T17:11:55.346Z] time="2021-08-20T17:11:55Z" level=debug msg="memberlist: Initiating push/pull sync with:  172.20.116.5:10033"
17:11:55 [2021-08-20T17:11:55.346Z] time="2021-08-20T17:11:55Z" level=debug msg="memberlist: Stream connection from=172.20.116.5:49358"
17:11:55 [2021-08-20T17:11:55.346Z] time="2021-08-20T17:11:55Z" level=debug msg="memberlist: Initiating push/pull sync with:  172.20.116.5:10034"
17:11:55 [2021-08-20T17:11:55.346Z] time="2021-08-20T17:11:55Z" level=debug msg="memberlist: Stream connection from=172.20.116.5:49359"
17:11:55 [2021-08-20T17:11:55.346Z] time="2021-08-20T17:11:55Z" level=debug msg="memberlist: Initiating push/pull sync with:  172.20.116.5:10035"
17:11:55 [2021-08-20T17:11:55.346Z] time="2021-08-20T17:11:55Z" level=debug msg="memberlist: Stream connection from=172.20.116.5:49360"
17:11:55 [2021-08-20T17:11:55.346Z] time="2021-08-20T17:11:55Z" level=info msg="node 0 leaving"
17:11:55 [2021-08-20T17:11:55.704Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementUser
17:11:55 [2021-08-20T17:11:55.800Z] time="2021-08-20T17:11:55Z" level=info msg="Node e4868e55f18f change state NodeActive --> NodeLeft"
17:11:55 [2021-08-20T17:11:55.800Z] time="2021-08-20T17:11:55Z" level=info msg="node5(f5e94bab7b63): Node leave event for e4868e55f18f/172.20.116.5"
17:11:55 [2021-08-20T17:11:55.800Z] time="2021-08-20T17:11:55Z" level=info msg="Node e4868e55f18f change state NodeActive --> NodeLeft"
17:11:55 [2021-08-20T17:11:55.800Z] time="2021-08-20T17:11:55Z" level=info msg="node4(7c7b7b0c803f): Node leave event for e4868e55f18f/172.20.116.5"
17:11:55 [2021-08-20T17:11:55.800Z] time="2021-08-20T17:11:55Z" level=info msg="Node e4868e55f18f change state NodeActive --> NodeLeft"
17:11:55 [2021-08-20T17:11:55.800Z] time="2021-08-20T17:11:55Z" level=info msg="node3(06cdfe791f23): Node leave event for e4868e55f18f/172.20.116.5"
17:11:55 [2021-08-20T17:11:55.800Z] time="2021-08-20T17:11:55Z" level=info msg="Node e4868e55f18f change state NodeActive --> NodeLeft"
17:11:55 [2021-08-20T17:11:55.800Z] time="2021-08-20T17:11:55Z" level=info msg="node2(9d48a8b63ebf): Node leave event for e4868e55f18f/172.20.116.5"
17:11:55 [2021-08-20T17:11:55.800Z] time="2021-08-20T17:11:55Z" level=info msg="Node e4868e55f18f change state NodeActive --> NodeLeft"
17:11:55 [2021-08-20T17:11:55.800Z] time="2021-08-20T17:11:55Z" level=info msg="node1(e4868e55f18f): Node leave event for e4868e55f18f/172.20.116.5"
17:11:55 [2021-08-20T17:11:55.800Z] time="2021-08-20T17:11:55Z" level=info msg="Node e4868e55f18f/172.20.116.5, left gossip cluster"
17:11:55 [2021-08-20T17:11:55.800Z] time="2021-08-20T17:11:55Z" level=info msg="Node e4868e55f18f/172.20.116.5, left gossip cluster"
17:11:55 [2021-08-20T17:11:55.800Z] time="2021-08-20T17:11:55Z" level=info msg="Node e4868e55f18f/172.20.116.5, left gossip cluster"
17:11:55 [2021-08-20T17:11:55.800Z] time="2021-08-20T17:11:55Z" level=info msg="Node e4868e55f18f/172.20.116.5, left gossip cluster"
17:11:55 [2021-08-20T17:11:55.800Z] time="2021-08-20T17:11:55Z" level=info msg="Node e4868e55f18f/172.20.116.5, left gossip cluster"
17:11:56 [2021-08-20T17:11:56.255Z] time="2021-08-20T17:11:55Z" level=info msg="node 1 leaving"
17:11:56 [2021-08-20T17:11:56.255Z] time="2021-08-20T17:11:55Z" level=info msg="Node 9d48a8b63ebf change state NodeActive --> NodeLeft"
17:11:56 [2021-08-20T17:11:56.255Z] time="2021-08-20T17:11:55Z" level=info msg="node5(f5e94bab7b63): Node leave event for 9d48a8b63ebf/172.20.116.5"
17:11:56 [2021-08-20T17:11:56.255Z] time="2021-08-20T17:11:55Z" level=info msg="Node 9d48a8b63ebf/172.20.116.5, left gossip cluster"
17:11:56 [2021-08-20T17:11:56.255Z] time="2021-08-20T17:11:55Z" level=info msg="Node 9d48a8b63ebf change state NodeActive --> NodeLeft"
17:11:56 [2021-08-20T17:11:56.255Z] time="2021-08-20T17:11:55Z" level=info msg="Node 9d48a8b63ebf change state NodeActive --> NodeFailed"
17:11:56 [2021-08-20T17:11:56.255Z] time="2021-08-20T17:11:55Z" level=info msg="Node 9d48a8b63ebf/172.20.116.5, added to failed nodes list"
17:11:56 [2021-08-20T17:11:56.255Z] time="2021-08-20T17:11:55Z" level=info msg="node3(06cdfe791f23): Node leave event for 9d48a8b63ebf/172.20.116.5"
17:11:56 [2021-08-20T17:11:56.255Z] time="2021-08-20T17:11:55Z" level=info msg="Node 9d48a8b63ebf change state NodeActive --> NodeLeft"
17:11:56 [2021-08-20T17:11:56.255Z] time="2021-08-20T17:11:55Z" level=info msg="node4(7c7b7b0c803f): Node leave event for 9d48a8b63ebf/172.20.116.5"
17:11:56 [2021-08-20T17:11:56.255Z] time="2021-08-20T17:11:55Z" level=error msg="node: 9d48a8b63ebf is unknown to memberlist"
17:11:56 [2021-08-20T17:11:56.256Z] time="2021-08-20T17:11:56Z" level=info msg="Node 9d48a8b63ebf/172.20.116.5, left gossip cluster"
17:11:56 [2021-08-20T17:11:56.256Z] time="2021-08-20T17:11:56Z" level=info msg="Node 9d48a8b63ebf/172.20.116.5, left gossip cluster"
17:11:56 [2021-08-20T17:11:56.256Z] time="2021-08-20T17:11:56Z" level=info msg="Node 9d48a8b63ebf/172.20.116.5, left gossip cluster"
17:11:56 [2021-08-20T17:11:56.267Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementVolume
17:11:56 [2021-08-20T17:11:56.524Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementWorkdir
17:11:56 [2021-08-20T17:11:56.711Z] time="2021-08-20T17:11:56Z" level=info msg="node 2 leaving"
17:11:56 [2021-08-20T17:11:56.711Z] time="2021-08-20T17:11:56Z" level=info msg="Node 06cdfe791f23 change state NodeActive --> NodeLeft"
17:11:56 [2021-08-20T17:11:56.711Z] time="2021-08-20T17:11:56Z" level=info msg="node4(7c7b7b0c803f): Node leave event for 06cdfe791f23/172.20.116.5"
17:11:56 [2021-08-20T17:11:56.711Z] time="2021-08-20T17:11:56Z" level=info msg="Node 06cdfe791f23 change state NodeActive --> NodeLeft"
17:11:56 [2021-08-20T17:11:56.711Z] time="2021-08-20T17:11:56Z" level=info msg="node5(f5e94bab7b63): Node leave event for 06cdfe791f23/172.20.116.5"
17:11:56 [2021-08-20T17:11:56.711Z] time="2021-08-20T17:11:56Z" level=info msg="Node 06cdfe791f23 change state NodeActive --> NodeLeft"
17:11:56 [2021-08-20T17:11:56.711Z] time="2021-08-20T17:11:56Z" level=info msg="node3(06cdfe791f23): Node leave event for 06cdfe791f23/172.20.116.5"
17:11:56 [2021-08-20T17:11:56.711Z] time="2021-08-20T17:11:56Z" level=debug msg="memberlist: Failed ping: 7c7b7b0c803f (timeout reached)"
17:11:56 [2021-08-20T17:11:56.711Z] time="2021-08-20T17:11:56Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.20.116.5:10034: use of closed network connection"
17:11:56 [2021-08-20T17:11:56.711Z] time="2021-08-20T17:11:56Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.20.116.5:10035: use of closed network connection"
17:11:56 [2021-08-20T17:11:56.711Z] time="2021-08-20T17:11:56Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10033->172.20.116.5:10037: use of closed network connection"
17:11:56 [2021-08-20T17:11:56.711Z] time="2021-08-20T17:11:56Z" level=debug msg="memberlist: Stream connection from=172.20.116.5:49361"
17:11:56 [2021-08-20T17:11:56.711Z] time="2021-08-20T17:11:56Z" level=info msg="Node 06cdfe791f23/172.20.116.5, left gossip cluster"
17:11:56 [2021-08-20T17:11:56.711Z] time="2021-08-20T17:11:56Z" level=info msg="Node 06cdfe791f23/172.20.116.5, left gossip cluster"
17:11:56 [2021-08-20T17:11:56.711Z] time="2021-08-20T17:11:56Z" level=warning msg="memberlist: Failed to send gossip to 172.20.116.5:10036: write udp [::]:10035->172.20.116.5:10036: use of closed network connection"
17:11:56 [2021-08-20T17:11:56.711Z]     networkdb_test.go:868: node4: OK
17:11:56 [2021-08-20T17:11:56.711Z]     networkdb_test.go:868: node5: OK
17:11:56 [2021-08-20T17:11:56.711Z] time="2021-08-20T17:11:56Z" level=info msg="node 0 coming back"
17:11:56 [2021-08-20T17:11:56.711Z] time="2021-08-20T17:11:56Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:516e83908ad7 with config:&{NodeID:516e83908ad7 Hostname:node1 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10033 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}"
17:11:56 [2021-08-20T17:11:56.895Z] Created binary: bundles/dynbinary-daemon/dockerd-dev
17:11:56 [2021-08-20T17:11:56.895Z] Building: bundles/dynbinary-daemon/docker-proxy-dev
17:11:56 [2021-08-20T17:11:56.895Z] GOOS="" GOARCH="" GOARM=""
17:11:56 [2021-08-20T17:11:56.895Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev
17:11:56 [2021-08-20T17:11:56.895Z] 
17:11:56 [2021-08-20T17:11:56.895Z] ---> Making bundle: test-integration (in bundles/test-integration)
17:11:56 [2021-08-20T17:11:56.895Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack
17:11:56 [2021-08-20T17:11:56.895Z] HOSTNAME=a8cb3f4d54f3
17:11:56 [2021-08-20T17:11:56.895Z] TESTDEBUG=0
17:11:56 [2021-08-20T17:11:56.895Z] DEST=bundles/test-integration
17:11:56 [2021-08-20T17:11:56.895Z] PWD=/go/src/github.com/docker/docker
17:11:56 [2021-08-20T17:11:56.895Z] DOCKER_GITCOMMIT=bb4368c855a5ea0a3cbefdcb58411faf42d18aef
17:11:56 [2021-08-20T17:11:56.895Z] container=docker
17:11:56 [2021-08-20T17:11:56.895Z] HOME=/root
17:11:56 [2021-08-20T17:11:56.895Z] GOLANG_VERSION=1.16.7
17:11:56 [2021-08-20T17:11:56.895Z] VALIDATE_REPO=https://github.com/moby/moby.git
17:11:56 [2021-08-20T17:11:56.895Z] VALIDATE_BRANCH=master
17:11:56 [2021-08-20T17:11:56.895Z] TERM=xterm
17:11:56 [2021-08-20T17:11:56.895Z] DOCKER_PKG=github.com/docker/docker
17:11:56 [2021-08-20T17:11:56.895Z] SHLVL=1
17:11:56 [2021-08-20T17:11:56.895Z] TIMEOUT=120m
17:11:56 [2021-08-20T17:11:56.895Z] DOCKER_BUILDTAGS=apparmor seccomp journald
17:11:56 [2021-08-20T17:11:56.895Z] DOCKER_GRAPHDRIVER=overlay2
17:11:56 [2021-08-20T17:11:56.895Z] GO111MODULE=off
17:11:56 [2021-08-20T17:11:56.895Z] DOCKER_EXPERIMENTAL=1
17:11:56 [2021-08-20T17:11:56.895Z] TEST_SKIP_INTEGRATION_CLI=1
17:11:56 [2021-08-20T17:11:56.895Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
17:11:56 [2021-08-20T17:11:56.896Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make
17:11:56 [2021-08-20T17:11:56.896Z] GOPATH=/go
17:11:56 [2021-08-20T17:11:56.896Z] PKG_CONFIG=pkg-config
17:11:56 [2021-08-20T17:11:56.896Z] _=/usr/bin/env
17:11:56 [2021-08-20T17:11:56.896Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main
17:11:57 [2021-08-20T17:11:57.165Z] time="2021-08-20T17:11:56Z" level=info msg="Node 516e83908ad7/172.20.116.5, joined gossip cluster"
17:11:57 [2021-08-20T17:11:57.165Z] time="2021-08-20T17:11:56Z" level=info msg="Node 516e83908ad7/172.20.116.5, added to nodes list"
17:11:57 [2021-08-20T17:11:57.165Z] time="2021-08-20T17:11:56Z" level=info msg="node 1 coming back"
17:11:57 [2021-08-20T17:11:57.165Z] time="2021-08-20T17:11:56Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:7e41169f0ce0 with config:&{NodeID:7e41169f0ce0 Hostname:node2 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10034 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}"
17:11:57 [2021-08-20T17:11:57.165Z] time="2021-08-20T17:11:56Z" level=info msg="Node 06cdfe791f23/172.20.116.5, left gossip cluster"
17:11:57 [2021-08-20T17:11:57.165Z] time="2021-08-20T17:11:56Z" level=info msg="Node 7e41169f0ce0/172.20.116.5, joined gossip cluster"
17:11:57 [2021-08-20T17:11:57.165Z] time="2021-08-20T17:11:56Z" level=info msg="Node 7e41169f0ce0/172.20.116.5, added to nodes list"
17:11:57 [2021-08-20T17:11:57.165Z] time="2021-08-20T17:11:56Z" level=info msg="node 2 coming back"
17:11:57 [2021-08-20T17:11:57.165Z] time="2021-08-20T17:11:56Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:5241a5e61e7a with config:&{NodeID:5241a5e61e7a Hostname:node3 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10035 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}"
17:11:57 [2021-08-20T17:11:57.165Z] time="2021-08-20T17:11:56Z" level=info msg="Node 5241a5e61e7a/172.20.116.5, joined gossip cluster"
17:11:57 [2021-08-20T17:11:57.165Z] time="2021-08-20T17:11:56Z" level=info msg="Node 5241a5e61e7a/172.20.116.5, added to nodes list"
17:11:57 [2021-08-20T17:11:57.165Z] time="2021-08-20T17:11:56Z" level=warning msg="memberlist: Was able to connect to 7c7b7b0c803f but other probes failed, network may be misconfigured"
17:11:57 [2021-08-20T17:11:57.619Z] time="2021-08-20T17:11:57Z" level=debug msg="memberlist: Failed ping: f5e94bab7b63 (timeout reached)"
17:11:57 [2021-08-20T17:11:57.619Z] time="2021-08-20T17:11:57Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10035->172.20.116.5:10036: use of closed network connection"
17:11:57 [2021-08-20T17:11:57.619Z] time="2021-08-20T17:11:57Z" level=debug msg="memberlist: Stream connection from=172.20.116.5:49362"
17:11:57 [2021-08-20T17:11:57.918Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
17:11:58 [2021-08-20T17:11:58.075Z] time="2021-08-20T17:11:57Z" level=warning msg="memberlist: Was able to connect to f5e94bab7b63 but other probes failed, network may be misconfigured"
17:11:58 [2021-08-20T17:11:58.418Z] === RUN   TestDockerSuite/TestBuildEscapeNotBackslashWordTest
17:11:58 [2021-08-20T17:11:58.418Z]     docker_cli_build_test.go:5310: unmatched requirement DaemonIsWindows
17:11:58 [2021-08-20T17:11:58.418Z] === RUN   TestDockerSuite/TestBuildEscapeWhitespace
17:11:58 [2021-08-20T17:11:58.418Z] === RUN   TestDockerSuite/TestBuildExoticShellInterpolation
17:12:00 [2021-08-20T17:12:00.235Z] time="2021-08-20T17:12:00Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.20.116.5:10033 172.20.116.5:10034 172.20.116.5:10035]"
17:12:00 [2021-08-20T17:12:00.689Z] time="2021-08-20T17:12:00Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.20.116.5:10033 172.20.116.5:10034 172.20.116.5:10035]"
17:12:01 [2021-08-20T17:12:01.145Z] time="2021-08-20T17:12:01Z" level=debug msg="memberlist: Initiating push/pull sync with:  172.20.116.5:10033"
17:12:01 [2021-08-20T17:12:01.145Z] time="2021-08-20T17:12:01Z" level=debug msg="memberlist: Stream connection from=172.20.116.5:49363"
17:12:01 [2021-08-20T17:12:01.145Z] time="2021-08-20T17:12:01Z" level=info msg="Node 516e83908ad7/172.20.116.5, joined gossip cluster"
17:12:01 [2021-08-20T17:12:01.145Z] time="2021-08-20T17:12:01Z" level=info msg="Node f5e94bab7b63/172.20.116.5, joined gossip cluster"
17:12:01 [2021-08-20T17:12:01.145Z] time="2021-08-20T17:12:01Z" level=info msg="Node 516e83908ad7/172.20.116.5, is the new incarnation of the shutdown node e4868e55f18f/172.20.116.5"
17:12:01 [2021-08-20T17:12:01.145Z] time="2021-08-20T17:12:01Z" level=info msg="Node f5e94bab7b63/172.20.116.5, added to nodes list"
17:12:01 [2021-08-20T17:12:01.145Z] time="2021-08-20T17:12:01Z" level=info msg="Node 516e83908ad7/172.20.116.5, added to nodes list"
17:12:01 [2021-08-20T17:12:01.145Z] time="2021-08-20T17:12:01Z" level=info msg="Node 7c7b7b0c803f/172.20.116.5, joined gossip cluster"
17:12:01 [2021-08-20T17:12:01.145Z] time="2021-08-20T17:12:01Z" level=info msg="Node 7c7b7b0c803f/172.20.116.5, added to nodes list"
17:12:01 [2021-08-20T17:12:01.145Z] time="2021-08-20T17:12:01Z" level=debug msg="memberlist: Initiating push/pull sync with:  172.20.116.5:10034"
17:12:01 [2021-08-20T17:12:01.145Z] time="2021-08-20T17:12:01Z" level=debug msg="memberlist: Stream connection from=172.20.116.5:49364"
17:12:01 [2021-08-20T17:12:01.145Z] time="2021-08-20T17:12:01Z" level=info msg="Node 516e83908ad7/172.20.116.5, joined gossip cluster"
17:12:01 [2021-08-20T17:12:01.145Z] time="2021-08-20T17:12:01Z" level=info msg="Node 516e83908ad7/172.20.116.5, added to nodes list"
17:12:01 [2021-08-20T17:12:01.145Z] time="2021-08-20T17:12:01Z" level=info msg="Node f5e94bab7b63/172.20.116.5, joined gossip cluster"
17:12:01 [2021-08-20T17:12:01.145Z] time="2021-08-20T17:12:01Z" level=info msg="Node f5e94bab7b63/172.20.116.5, added to nodes list"
17:12:01 [2021-08-20T17:12:01.145Z] time="2021-08-20T17:12:01Z" level=info msg="Node 7c7b7b0c803f/172.20.116.5, joined gossip cluster"
17:12:01 [2021-08-20T17:12:01.145Z] time="2021-08-20T17:12:01Z" level=info msg="Node 7c7b7b0c803f/172.20.116.5, added to nodes list"
17:12:01 [2021-08-20T17:12:01.145Z] time="2021-08-20T17:12:01Z" level=info msg="Node 7e41169f0ce0/172.20.116.5, joined gossip cluster"
17:12:01 [2021-08-20T17:12:01.145Z] time="2021-08-20T17:12:01Z" level=info msg="Node 516e83908ad7/172.20.116.5, joined gossip cluster"
17:12:01 [2021-08-20T17:12:01.145Z] time="2021-08-20T17:12:01Z" level=info msg="Node 7e41169f0ce0/172.20.116.5, is the new incarnation of the shutdown node 9d48a8b63ebf/172.20.116.5"
17:12:01 [2021-08-20T17:12:01.145Z] time="2021-08-20T17:12:01Z" level=info msg="Node 7e41169f0ce0/172.20.116.5, added to nodes list"
17:12:01 [2021-08-20T17:12:01.145Z] time="2021-08-20T17:12:01Z" level=info msg="Node 516e83908ad7/172.20.116.5, is the new incarnation of the shutdown node e4868e55f18f/172.20.116.5"
17:12:01 [2021-08-20T17:12:01.145Z] time="2021-08-20T17:12:01Z" level=info msg="Node 516e83908ad7/172.20.116.5, added to nodes list"
17:12:01 [2021-08-20T17:12:01.145Z] time="2021-08-20T17:12:01Z" level=debug msg="memberlist: Stream connection from=172.20.116.5:49365"
17:12:01 [2021-08-20T17:12:01.145Z] time="2021-08-20T17:12:01Z" level=debug msg="memberlist: Initiating push/pull sync with:  172.20.116.5:10035"
17:12:01 [2021-08-20T17:12:01.145Z] time="2021-08-20T17:12:01Z" level=info msg="Node 516e83908ad7/172.20.116.5, joined gossip cluster"
17:12:01 [2021-08-20T17:12:01.145Z] time="2021-08-20T17:12:01Z" level=info msg="Node 516e83908ad7/172.20.116.5, added to nodes list"
17:12:01 [2021-08-20T17:12:01.145Z] time="2021-08-20T17:12:01Z" level=info msg="Node f5e94bab7b63/172.20.116.5, joined gossip cluster"
17:12:01 [2021-08-20T17:12:01.145Z] time="2021-08-20T17:12:01Z" level=info msg="Node f5e94bab7b63/172.20.116.5, added to nodes list"
17:12:01 [2021-08-20T17:12:01.145Z] time="2021-08-20T17:12:01Z" level=info msg="Node 7c7b7b0c803f/172.20.116.5, joined gossip cluster"
17:12:01 [2021-08-20T17:12:01.145Z] time="2021-08-20T17:12:01Z" level=info msg="Node 5241a5e61e7a/172.20.116.5, joined gossip cluster"
17:12:01 [2021-08-20T17:12:01.145Z] time="2021-08-20T17:12:01Z" level=info msg="Node 7c7b7b0c803f/172.20.116.5, added to nodes list"
17:12:01 [2021-08-20T17:12:01.145Z] time="2021-08-20T17:12:01Z" level=info msg="Node 5241a5e61e7a/172.20.116.5, is the new incarnation of the shutdown node 06cdfe791f23/172.20.116.5"
17:12:01 [2021-08-20T17:12:01.145Z] time="2021-08-20T17:12:01Z" level=info msg="Node 7e41169f0ce0/172.20.116.5, joined gossip cluster"
17:12:01 [2021-08-20T17:12:01.145Z] time="2021-08-20T17:12:01Z" level=info msg="Node 5241a5e61e7a/172.20.116.5, added to nodes list"
17:12:01 [2021-08-20T17:12:01.145Z] time="2021-08-20T17:12:01Z" level=info msg="Node 7e41169f0ce0/172.20.116.5, added to nodes list"
17:12:01 [2021-08-20T17:12:01.145Z] time="2021-08-20T17:12:01Z" level=info msg="Node 7e41169f0ce0/172.20.116.5, joined gossip cluster"
17:12:01 [2021-08-20T17:12:01.145Z] time="2021-08-20T17:12:01Z" level=info msg="Node 7e41169f0ce0/172.20.116.5, is the new incarnation of the shutdown node 9d48a8b63ebf/172.20.116.5"
17:12:01 [2021-08-20T17:12:01.145Z] time="2021-08-20T17:12:01Z" level=info msg="Node 7e41169f0ce0/172.20.116.5, added to nodes list"
17:12:01 [2021-08-20T17:12:01.145Z] time="2021-08-20T17:12:01Z" level=info msg="Node 7e41169f0ce0/172.20.116.5, joined gossip cluster"
17:12:01 [2021-08-20T17:12:01.145Z] time="2021-08-20T17:12:01Z" level=info msg="Node 7e41169f0ce0/172.20.116.5, added to nodes list"
17:12:01 [2021-08-20T17:12:01.599Z] time="2021-08-20T17:12:01Z" level=info msg="Node 5241a5e61e7a/172.20.116.5, joined gossip cluster"
17:12:01 [2021-08-20T17:12:01.600Z] time="2021-08-20T17:12:01Z" level=info msg="Node 5241a5e61e7a/172.20.116.5, is the new incarnation of the shutdown node 06cdfe791f23/172.20.116.5"
17:12:01 [2021-08-20T17:12:01.600Z] time="2021-08-20T17:12:01Z" level=info msg="Node 5241a5e61e7a/172.20.116.5, added to nodes list"
17:12:01 [2021-08-20T17:12:01.600Z] time="2021-08-20T17:12:01Z" level=info msg="Node 5241a5e61e7a/172.20.116.5, joined gossip cluster"
17:12:01 [2021-08-20T17:12:01.600Z] time="2021-08-20T17:12:01Z" level=info msg="Node 5241a5e61e7a/172.20.116.5, added to nodes list"
17:12:01 [2021-08-20T17:12:01.600Z] time="2021-08-20T17:12:01Z" level=info msg="Node 5241a5e61e7a/172.20.116.5, joined gossip cluster"
17:12:01 [2021-08-20T17:12:01.600Z] time="2021-08-20T17:12:01Z" level=info msg="Node 5241a5e61e7a/172.20.116.5, added to nodes list"
17:12:01 [2021-08-20T17:12:01.600Z] time="2021-08-20T17:12:01Z" level=debug msg="memberlist: Initiating push/pull sync with:  172.20.116.5:10033"
17:12:01 [2021-08-20T17:12:01.600Z] time="2021-08-20T17:12:01Z" level=debug msg="memberlist: Stream connection from=172.20.116.5:49366"
17:12:01 [2021-08-20T17:12:01.600Z] time="2021-08-20T17:12:01Z" level=debug msg="memberlist: Stream connection from=172.20.116.5:49367"
17:12:01 [2021-08-20T17:12:01.600Z] time="2021-08-20T17:12:01Z" level=debug msg="memberlist: Initiating push/pull sync with:  172.20.116.5:10034"
17:12:01 [2021-08-20T17:12:01.600Z] time="2021-08-20T17:12:01Z" level=debug msg="memberlist: Initiating push/pull sync with:  172.20.116.5:10035"
17:12:01 [2021-08-20T17:12:01.600Z] time="2021-08-20T17:12:01Z" level=debug msg="memberlist: Stream connection from=172.20.116.5:49368"
17:12:02 [2021-08-20T17:12:02.054Z] 2021/08/20 17:12:01 Closing DB instances...
17:12:02 [2021-08-20T17:12:02.054Z] time="2021-08-20T17:12:01Z" level=info msg="Node 516e83908ad7 change state NodeActive --> NodeLeft"
17:12:02 [2021-08-20T17:12:02.054Z] time="2021-08-20T17:12:01Z" level=info msg="node2(7e41169f0ce0): Node leave event for 516e83908ad7/172.20.116.5"
17:12:02 [2021-08-20T17:12:02.054Z] time="2021-08-20T17:12:01Z" level=info msg="Node 516e83908ad7 change state NodeActive --> NodeLeft"
17:12:02 [2021-08-20T17:12:02.054Z] time="2021-08-20T17:12:01Z" level=info msg="node5(f5e94bab7b63): Node leave event for 516e83908ad7/172.20.116.5"
17:12:02 [2021-08-20T17:12:02.054Z] time="2021-08-20T17:12:01Z" level=info msg="Node 516e83908ad7 change state NodeActive --> NodeLeft"
17:12:02 [2021-08-20T17:12:02.054Z] time="2021-08-20T17:12:01Z" level=info msg="node3(5241a5e61e7a): Node leave event for 516e83908ad7/172.20.116.5"
17:12:02 [2021-08-20T17:12:02.054Z] time="2021-08-20T17:12:01Z" level=info msg="Node 516e83908ad7 change state NodeActive --> NodeLeft"
17:12:02 [2021-08-20T17:12:02.054Z] time="2021-08-20T17:12:01Z" level=info msg="node4(7c7b7b0c803f): Node leave event for 516e83908ad7/172.20.116.5"
17:12:02 [2021-08-20T17:12:02.054Z] time="2021-08-20T17:12:01Z" level=info msg="Node 516e83908ad7 change state NodeActive --> NodeLeft"
17:12:02 [2021-08-20T17:12:02.054Z] time="2021-08-20T17:12:01Z" level=info msg="node1(516e83908ad7): Node leave event for 516e83908ad7/172.20.116.5"
17:12:02 [2021-08-20T17:12:02.508Z] time="2021-08-20T17:12:02Z" level=info msg="Node 516e83908ad7/172.20.116.5, left gossip cluster"
17:12:02 [2021-08-20T17:12:02.508Z] time="2021-08-20T17:12:02Z" level=info msg="Node 516e83908ad7/172.20.116.5, left gossip cluster"
17:12:02 [2021-08-20T17:12:02.508Z] time="2021-08-20T17:12:02Z" level=info msg="Node 516e83908ad7/172.20.116.5, left gossip cluster"
17:12:02 [2021-08-20T17:12:02.508Z] time="2021-08-20T17:12:02Z" level=info msg="Node 516e83908ad7/172.20.116.5, left gossip cluster"
17:12:02 [2021-08-20T17:12:02.508Z] time="2021-08-20T17:12:02Z" level=info msg="Node 516e83908ad7/172.20.116.5, left gossip cluster"
17:12:02 [2021-08-20T17:12:02.508Z] time="2021-08-20T17:12:02Z" level=info msg="Node 7e41169f0ce0 change state NodeActive --> NodeLeft"
17:12:02 [2021-08-20T17:12:02.508Z] time="2021-08-20T17:12:02Z" level=info msg="node4(7c7b7b0c803f): Node leave event for 7e41169f0ce0/172.20.116.5"
17:12:02 [2021-08-20T17:12:02.508Z] time="2021-08-20T17:12:02Z" level=info msg="Node 7e41169f0ce0 change state NodeActive --> NodeLeft"
17:12:02 [2021-08-20T17:12:02.508Z] time="2021-08-20T17:12:02Z" level=info msg="node3(5241a5e61e7a): Node leave event for 7e41169f0ce0/172.20.116.5"
17:12:02 [2021-08-20T17:12:02.508Z] time="2021-08-20T17:12:02Z" level=info msg="Node 7e41169f0ce0 change state NodeActive --> NodeLeft"
17:12:02 [2021-08-20T17:12:02.508Z] time="2021-08-20T17:12:02Z" level=info msg="node5(f5e94bab7b63): Node leave event for 7e41169f0ce0/172.20.116.5"
17:12:02 [2021-08-20T17:12:02.508Z] time="2021-08-20T17:12:02Z" level=info msg="Node 7e41169f0ce0 change state NodeActive --> NodeLeft"
17:12:02 [2021-08-20T17:12:02.508Z] time="2021-08-20T17:12:02Z" level=info msg="node2(7e41169f0ce0): Node leave event for 7e41169f0ce0/172.20.116.5"
17:12:02 [2021-08-20T17:12:02.962Z] time="2021-08-20T17:12:02Z" level=info msg="Node 7e41169f0ce0/172.20.116.5, left gossip cluster"
17:12:02 [2021-08-20T17:12:02.962Z] time="2021-08-20T17:12:02Z" level=info msg="Node 7e41169f0ce0/172.20.116.5, left gossip cluster"
17:12:02 [2021-08-20T17:12:02.962Z] time="2021-08-20T17:12:02Z" level=info msg="Node 7e41169f0ce0/172.20.116.5, left gossip cluster"
17:12:02 [2021-08-20T17:12:02.962Z] time="2021-08-20T17:12:02Z" level=info msg="Node 7e41169f0ce0/172.20.116.5, left gossip cluster"
17:12:02 [2021-08-20T17:12:02.962Z] time="2021-08-20T17:12:02Z" level=info msg="Node 5241a5e61e7a change state NodeActive --> NodeLeft"
17:12:02 [2021-08-20T17:12:02.962Z] time="2021-08-20T17:12:02Z" level=info msg="node4(7c7b7b0c803f): Node leave event for 5241a5e61e7a/172.20.116.5"
17:12:02 [2021-08-20T17:12:02.962Z] time="2021-08-20T17:12:02Z" level=info msg="Node 5241a5e61e7a change state NodeActive --> NodeLeft"
17:12:02 [2021-08-20T17:12:02.962Z] time="2021-08-20T17:12:02Z" level=info msg="node5(f5e94bab7b63): Node leave event for 5241a5e61e7a/172.20.116.5"
17:12:02 [2021-08-20T17:12:02.962Z] time="2021-08-20T17:12:02Z" level=info msg="Node 5241a5e61e7a change state NodeActive --> NodeLeft"
17:12:02 [2021-08-20T17:12:02.962Z] time="2021-08-20T17:12:02Z" level=info msg="node3(5241a5e61e7a): Node leave event for 5241a5e61e7a/172.20.116.5"
17:12:02 [2021-08-20T17:12:02.962Z] time="2021-08-20T17:12:02Z" level=info msg="Node 5241a5e61e7a/172.20.116.5, left gossip cluster"
17:12:02 [2021-08-20T17:12:02.962Z] time="2021-08-20T17:12:02Z" level=info msg="Node 5241a5e61e7a/172.20.116.5, left gossip cluster"
17:12:03 [2021-08-20T17:12:03.416Z] time="2021-08-20T17:12:03Z" level=info msg="Node 5241a5e61e7a/172.20.116.5, left gossip cluster"
17:12:03 [2021-08-20T17:12:03.416Z] time="2021-08-20T17:12:03Z" level=debug msg="memberlist: Failed ping: f5e94bab7b63 (timeout reached)"
17:12:03 [2021-08-20T17:12:03.416Z] time="2021-08-20T17:12:03Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.20.116.5:10035: use of closed network connection"
17:12:03 [2021-08-20T17:12:03.416Z] time="2021-08-20T17:12:03Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.20.116.5:10036: use of closed network connection"
17:12:03 [2021-08-20T17:12:03.416Z] time="2021-08-20T17:12:03Z" level=debug msg="memberlist: Stream connection from=172.20.116.5:49369"
17:12:03 [2021-08-20T17:12:03.870Z] time="2021-08-20T17:12:03Z" level=info msg="Node 7c7b7b0c803f change state NodeActive --> NodeLeft"
17:12:03 [2021-08-20T17:12:03.870Z] time="2021-08-20T17:12:03Z" level=info msg="node5(f5e94bab7b63): Node leave event for 7c7b7b0c803f/172.20.116.5"
17:12:03 [2021-08-20T17:12:03.870Z] time="2021-08-20T17:12:03Z" level=info msg="Node 7c7b7b0c803f change state NodeActive --> NodeLeft"
17:12:03 [2021-08-20T17:12:03.870Z] time="2021-08-20T17:12:03Z" level=info msg="node4(7c7b7b0c803f): Node leave event for 7c7b7b0c803f/172.20.116.5"
17:12:03 [2021-08-20T17:12:03.870Z] time="2021-08-20T17:12:03Z" level=warning msg="memberlist: Was able to connect to f5e94bab7b63 but other probes failed, network may be misconfigured"
17:12:04 [2021-08-20T17:12:04.324Z] time="2021-08-20T17:12:04Z" level=info msg="Node 7c7b7b0c803f/172.20.116.5, left gossip cluster"
17:12:04 [2021-08-20T17:12:04.324Z] time="2021-08-20T17:12:04Z" level=info msg="Node 7c7b7b0c803f/172.20.116.5, left gossip cluster"
17:12:05 [2021-08-20T17:12:05.283Z] time="2021-08-20T17:12:04Z" level=info msg="Node f5e94bab7b63/172.20.116.5, left gossip cluster"
17:12:05 [2021-08-20T17:12:05.283Z] time="2021-08-20T17:12:04Z" level=info msg="Node f5e94bab7b63 change state NodeActive --> NodeFailed"
17:12:05 [2021-08-20T17:12:05.283Z] time="2021-08-20T17:12:04Z" level=info msg="Node f5e94bab7b63/172.20.116.5, added to failed nodes list"
17:12:05 [2021-08-20T17:12:05.283Z] --- PASS: TestNetworkDBIslands (12.05s)
17:12:05 [2021-08-20T17:12:05.283Z] PASS
17:12:05 [2021-08-20T17:12:05.283Z] coverage: 60.0% of statements
17:12:05 [2021-08-20T17:12:05.283Z] ok  	github.com/docker/docker/libnetwork/networkdb	103.714s	coverage: 60.0% of statements
17:12:05 [2021-08-20T17:12:05.283Z] ?   	github.com/docker/docker/libnetwork/ns	[no test files]
17:12:05 [2021-08-20T17:12:05.283Z] ?   	github.com/docker/docker/libnetwork/osl/kernel	[no test files]
17:12:05 [2021-08-20T17:12:05.283Z] ?   	github.com/docker/docker/libnetwork/testutils	[no test files]
17:12:05 [2021-08-20T17:12:05.283Z] ?   	github.com/docker/docker/oci/caps	[no test files]
17:12:05 [2021-08-20T17:12:05.283Z] ?   	github.com/docker/docker/pkg/containerfs	[no test files]
17:12:05 [2021-08-20T17:12:05.283Z] ?   	github.com/docker/docker/pkg/devicemapper	[no test files]
17:12:05 [2021-08-20T17:12:05.283Z] ?   	github.com/docker/docker/pkg/locker	[no test files]
17:12:05 [2021-08-20T17:12:05.283Z] ?   	github.com/docker/docker/pkg/mount	[no test files]
17:12:05 [2021-08-20T17:12:05.283Z] ?   	github.com/docker/docker/pkg/namesgenerator/cmd/names-generator	[no test files]
17:12:05 [2021-08-20T17:12:05.283Z] ?   	github.com/docker/docker/pkg/parsers/kernel	[no test files]
17:12:05 [2021-08-20T17:12:05.283Z] ?   	github.com/docker/docker/pkg/parsers/operatingsystem	[no test files]
17:12:05 [2021-08-20T17:12:05.283Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
17:12:05 [2021-08-20T17:12:05.283Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
17:12:05 [2021-08-20T17:12:05.283Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
17:12:05 [2021-08-20T17:12:05.283Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
17:12:05 [2021-08-20T17:12:05.283Z] ?   	github.com/docker/docker/pkg/signal	[no test files]
17:12:05 [2021-08-20T17:12:05.283Z] ?   	github.com/docker/docker/pkg/symlink	[no test files]
17:12:05 [2021-08-20T17:12:05.283Z] ?   	github.com/docker/docker/pkg/term	[no test files]
17:12:05 [2021-08-20T17:12:05.283Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
17:12:05 [2021-08-20T17:12:05.283Z] ?   	github.com/docker/docker/profiles/seccomp	[no test files]
17:12:05 [2021-08-20T17:12:05.283Z] ?   	github.com/docker/docker/quota	[no test files]
17:12:05 [2021-08-20T17:12:05.283Z] ?   	github.com/docker/docker/rootless	[no test files]
17:12:05 [2021-08-20T17:12:05.283Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
17:12:05 [2021-08-20T17:12:05.283Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
17:12:05 [2021-08-20T17:12:05.283Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
17:12:05 [2021-08-20T17:12:05.283Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
17:12:05 [2021-08-20T17:12:05.283Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
17:12:05 [2021-08-20T17:12:05.283Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
17:12:05 [2021-08-20T17:12:05.283Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
17:12:05 [2021-08-20T17:12:05.283Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
17:12:05 [2021-08-20T17:12:05.283Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
17:12:05 [2021-08-20T17:12:05.283Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
17:12:05 [2021-08-20T17:12:05.283Z] ?   	github.com/docker/docker/testutil/request	[no test files]
17:12:05 [2021-08-20T17:12:05.283Z] ?   	github.com/docker/docker/volume	[no test files]
17:12:05 [2021-08-20T17:12:05.283Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
17:12:05 [2021-08-20T17:12:05.283Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
17:12:06 [2021-08-20T17:12:06.031Z] --- PASS: TestServiceUpdatePidsLimit (17.00s)
17:12:06 [2021-08-20T17:12:06.031Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.93s)
17:12:06 [2021-08-20T17:12:06.031Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.20s)
17:12:06 [2021-08-20T17:12:06.031Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.09s)
17:12:06 [2021-08-20T17:12:06.031Z] PASS
17:12:06 [2021-08-20T17:12:06.031Z] 
17:12:06 [2021-08-20T17:12:06.031Z] === Skipped
17:12:06 [2021-08-20T17:12:06.031Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s)
17:12:06 [2021-08-20T17:12:06.031Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
17:12:06 [2021-08-20T17:12:06.031Z] 
17:12:06 [2021-08-20T17:12:06.031Z] 
17:12:06 [2021-08-20T17:12:06.031Z] DONE 27 tests, 1 skipped in 174.651s
17:12:06 [2021-08-20T17:12:06.031Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m 
17:12:06 [2021-08-20T17:12:06.031Z] INFO: Testing against a local daemon
17:12:06 [2021-08-20T17:12:06.031Z] === RUN   TestSessionCreate
17:12:06 [2021-08-20T17:12:06.031Z] --- PASS: TestSessionCreate (0.02s)
17:12:06 [2021-08-20T17:12:06.031Z] === RUN   TestSessionCreateWithBadUpgrade
17:12:06 [2021-08-20T17:12:06.031Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s)
17:12:06 [2021-08-20T17:12:06.031Z] PASS
17:12:06 [2021-08-20T17:12:06.031Z] 
17:12:06 [2021-08-20T17:12:06.031Z] DONE 2 tests in 0.059s
17:12:06 [2021-08-20T17:12:06.031Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m 
17:12:06 [2021-08-20T17:12:06.031Z] INFO: Testing against a local daemon
17:12:06 [2021-08-20T17:12:06.031Z] === RUN   TestCgroupDriverSystemdMemoryLimit
17:12:06 [2021-08-20T17:12:06.031Z] === PAUSE TestCgroupDriverSystemdMemoryLimit
17:12:06 [2021-08-20T17:12:06.031Z] === RUN   TestDiskUsage
17:12:06 [2021-08-20T17:12:06.031Z] === PAUSE TestDiskUsage
17:12:06 [2021-08-20T17:12:06.031Z] === RUN   TestEventsExecDie
17:12:06 [2021-08-20T17:12:06.031Z] --- PASS: TestEventsExecDie (1.11s)
17:12:06 [2021-08-20T17:12:06.031Z] === RUN   TestEventsBackwardsCompatible
17:12:06 [2021-08-20T17:12:06.031Z] --- PASS: TestEventsBackwardsCompatible (0.05s)
17:12:06 [2021-08-20T17:12:06.031Z] === RUN   TestEventsVolumeCreate
17:12:06 [2021-08-20T17:12:06.031Z] --- PASS: TestEventsVolumeCreate (0.06s)
17:12:06 [2021-08-20T17:12:06.031Z] === RUN   TestInfoBinaryCommits
17:12:06 [2021-08-20T17:12:06.031Z] --- PASS: TestInfoBinaryCommits (0.03s)
17:12:06 [2021-08-20T17:12:06.031Z] === RUN   TestInfoAPIVersioned
17:12:06 [2021-08-20T17:12:06.031Z] --- PASS: TestInfoAPIVersioned (0.01s)
17:12:06 [2021-08-20T17:12:06.031Z] === RUN   TestInfoDiscoveryBackend
17:12:06 [2021-08-20T17:12:06.598Z] --- PASS: TestInfoDiscoveryBackend (0.53s)
17:12:06 [2021-08-20T17:12:06.598Z] === RUN   TestInfoDiscoveryInvalidAdvertise
17:12:07 [2021-08-20T17:12:07.441Z] 
17:12:07 [2021-08-20T17:12:07.441Z] === Skipped
17:12:07 [2021-08-20T17:12:07.441Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s)
17:12:07 [2021-08-20T17:12:07.441Z]     dispatchers_test.go:377: Windows does not support stopsignal
17:12:07 [2021-08-20T17:12:07.441Z] 
17:12:07 [2021-08-20T17:12:07.441Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s)
17:12:07 [2021-08-20T17:12:07.441Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
17:12:07 [2021-08-20T17:12:07.441Z] 
17:12:07 [2021-08-20T17:12:07.441Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s)
17:12:07 [2021-08-20T17:12:07.441Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
17:12:07 [2021-08-20T17:12:07.441Z] 
17:12:07 [2021-08-20T17:12:07.441Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.00s)
17:12:07 [2021-08-20T17:12:07.441Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
17:12:07 [2021-08-20T17:12:07.441Z] 
17:12:07 [2021-08-20T17:12:07.441Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s)
17:12:07 [2021-08-20T17:12:07.441Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
17:12:07 [2021-08-20T17:12:07.441Z] 
17:12:07 [2021-08-20T17:12:07.441Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s)
17:12:07 [2021-08-20T17:12:07.441Z]     client_test.go:23: runtime.GOOS == "windows"
17:12:07 [2021-08-20T17:12:07.441Z] 
17:12:07 [2021-08-20T17:12:07.441Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCP6Proxy (0.00s)
17:12:07 [2021-08-20T17:12:07.441Z]     network_proxy_test.go:194: Need to start CI docker with --ipv6
17:12:07 [2021-08-20T17:12:07.441Z] 
17:12:07 [2021-08-20T17:12:07.441Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCPDualStackProxy (0.00s)
17:12:07 [2021-08-20T17:12:07.441Z]     network_proxy_test.go:209: No support for dual stack yet
17:12:07 [2021-08-20T17:12:07.441Z] 
17:12:07 [2021-08-20T17:12:07.441Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestUDP6Proxy (0.00s)
17:12:07 [2021-08-20T17:12:07.441Z]     network_proxy_test.go:238: Need to start CI docker with --ipv6
17:12:07 [2021-08-20T17:12:07.441Z] 
17:12:07 [2021-08-20T17:12:07.441Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP4Proxy (0.00s)
17:12:07 [2021-08-20T17:12:07.441Z]     network_proxy_test.go:285: runtime.GOOS == "windows": sctp is not supported on windows
17:12:07 [2021-08-20T17:12:07.441Z] 
17:12:07 [2021-08-20T17:12:07.441Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP6Proxy (0.00s)
17:12:07 [2021-08-20T17:12:07.441Z]     network_proxy_test.go:299: Need to start CI docker with --ipv6
17:12:07 [2021-08-20T17:12:07.441Z] 
17:12:07 [2021-08-20T17:12:07.441Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s)
17:12:07 [2021-08-20T17:12:07.441Z]     daemon_test.go:147: root required
17:12:07 [2021-08-20T17:12:07.441Z] 
17:12:07 [2021-08-20T17:12:07.441Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s)
17:12:07 [2021-08-20T17:12:07.441Z]     reload_test.go:520: root required
17:12:07 [2021-08-20T17:12:07.441Z] 
17:12:07 [2021-08-20T17:12:07.441Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s)
17:12:07 [2021-08-20T17:12:07.441Z]     config_test.go:527: os.Getuid() != 0: skipping test that requires root
17:12:07 [2021-08-20T17:12:07.441Z] 
17:12:07 [2021-08-20T17:12:07.441Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s)
17:12:07 [2021-08-20T17:12:07.441Z]     pull_v2_test.go:73: Needs fixing on Windows
17:12:07 [2021-08-20T17:12:07.441Z] 
17:12:07 [2021-08-20T17:12:07.441Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s)
17:12:07 [2021-08-20T17:12:07.441Z]     pull_v2_test.go:118: Needs fixing on Windows
17:12:07 [2021-08-20T17:12:07.441Z] 
17:12:07 [2021-08-20T17:12:07.441Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s)
17:12:07 [2021-08-20T17:12:07.441Z]     download_test.go:268: Needs fixing on Windows
17:12:07 [2021-08-20T17:12:07.441Z] 
17:12:07 [2021-08-20T17:12:07.441Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s)
17:12:07 [2021-08-20T17:12:07.441Z]     layer_test.go:304: Failing on Windows
17:12:07 [2021-08-20T17:12:07.441Z] 
17:12:07 [2021-08-20T17:12:07.441Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s)
17:12:07 [2021-08-20T17:12:07.441Z]     layer_test.go:353: Failing on Windows
17:12:07 [2021-08-20T17:12:07.441Z] 
17:12:07 [2021-08-20T17:12:07.441Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s)
17:12:07 [2021-08-20T17:12:07.441Z]     layer_test.go:468: Failing on Windows
17:12:07 [2021-08-20T17:12:07.441Z] 
17:12:07 [2021-08-20T17:12:07.441Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s)
17:12:07 [2021-08-20T17:12:07.441Z]     layer_test.go:697: Failing on Windows
17:12:07 [2021-08-20T17:12:07.441Z] 
17:12:07 [2021-08-20T17:12:07.441Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s)
17:12:07 [2021-08-20T17:12:07.441Z]     migration_test.go:46: Failing on Windows
17:12:07 [2021-08-20T17:12:07.441Z] 
17:12:07 [2021-08-20T17:12:07.441Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s)
17:12:07 [2021-08-20T17:12:07.441Z]     migration_test.go:182: Failing on Windows
17:12:07 [2021-08-20T17:12:07.441Z] 
17:12:07 [2021-08-20T17:12:07.441Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s)
17:12:07 [2021-08-20T17:12:07.441Z]     mount_test.go:17: Failing on Windows
17:12:07 [2021-08-20T17:12:07.441Z] 
17:12:07 [2021-08-20T17:12:07.441Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s)
17:12:07 [2021-08-20T17:12:07.441Z]     mount_test.go:76: Failing on Windows
17:12:07 [2021-08-20T17:12:07.441Z] 
17:12:07 [2021-08-20T17:12:07.441Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s)
17:12:07 [2021-08-20T17:12:07.441Z]     mount_test.go:125: Failing on Windows
17:12:07 [2021-08-20T17:12:07.441Z] 
17:12:07 [2021-08-20T17:12:07.441Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s)
17:12:07 [2021-08-20T17:12:07.441Z]     mount_test.go:212: Failing on Windows
17:12:07 [2021-08-20T17:12:07.441Z] 
17:12:07 [2021-08-20T17:12:07.441Z] === SKIP: github.com/docker/docker/libnetwork TestSRVServiceQuery (0.01s)
17:12:07 [2021-08-20T17:12:07.441Z]     libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux
17:12:07 [2021-08-20T17:12:07.441Z] 
17:12:07 [2021-08-20T17:12:07.441Z] === SKIP: github.com/docker/docker/libnetwork TestServiceVIPReuse (0.00s)
17:12:07 [2021-08-20T17:12:07.441Z]     libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux
17:12:07 [2021-08-20T17:12:07.441Z] 
17:12:07 [2021-08-20T17:12:07.441Z] === SKIP: github.com/docker/docker/libnetwork TestIpamReleaseOnNetDriverFailures (0.01s)
17:12:07 [2021-08-20T17:12:07.441Z]     libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux
17:12:07 [2021-08-20T17:12:07.441Z] 
17:12:07 [2021-08-20T17:12:07.441Z] === SKIP: github.com/docker/docker/libnetwork TestDNSIPQuery (0.00s)
17:12:07 [2021-08-20T17:12:07.441Z]     resolver_test.go:77: runtime.GOOS == "windows": test only works on linux
17:12:07 [2021-08-20T17:12:07.441Z] 
17:12:07 [2021-08-20T17:12:07.441Z] === SKIP: github.com/docker/docker/libnetwork TestDNSProxyServFail (0.00s)
17:12:07 [2021-08-20T17:12:07.441Z]     resolver_test.go:216: runtime.GOOS == "windows": test only works on linux
17:12:07 [2021-08-20T17:12:07.441Z] 
17:12:07 [2021-08-20T17:12:07.441Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddEmpty (0.00s)
17:12:07 [2021-08-20T17:12:07.441Z]     sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux
17:12:07 [2021-08-20T17:12:07.441Z] 
17:12:07 [2021-08-20T17:12:07.441Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddMultiPrio (0.00s)
17:12:07 [2021-08-20T17:12:07.441Z]     sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux
17:12:07 [2021-08-20T17:12:07.441Z] 
17:12:07 [2021-08-20T17:12:07.441Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddSamePrio (0.00s)
17:12:07 [2021-08-20T17:12:07.441Z]     sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux
17:12:07 [2021-08-20T17:12:07.441Z] 
17:12:07 [2021-08-20T17:12:07.441Z] === SKIP: github.com/docker/docker/libnetwork TestCleanupServiceDiscovery (0.00s)
17:12:07 [2021-08-20T17:12:07.441Z]     service_common_test.go:15: runtime.GOOS == "windows": test only works on linux
17:12:07 [2021-08-20T17:12:07.441Z] 
17:12:07 [2021-08-20T17:12:07.441Z] === SKIP: github.com/docker/docker/libnetwork TestDNSOptions (0.00s)
17:12:07 [2021-08-20T17:12:07.441Z]     service_common_test.go:59: runtime.GOOS == "windows": test only works on linux
17:12:07 [2021-08-20T17:12:07.441Z] 
17:12:07 [2021-08-20T17:12:07.441Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestNAT (0.00s)
17:12:07 [2021-08-20T17:12:07.441Z]     windows_test.go:57: Test does not work on CI and was never running to begin with
17:12:07 [2021-08-20T17:12:07.441Z] 
17:12:07 [2021-08-20T17:12:07.441Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestTransparent (0.00s)
17:12:07 [2021-08-20T17:12:07.441Z]     windows_test.go:62: Test does not work on CI and was never running to begin with
17:12:07 [2021-08-20T17:12:07.441Z] 
17:12:07 [2021-08-20T17:12:07.441Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest1 (0.00s)
17:12:07 [2021-08-20T17:12:07.441Z]     allocator_test.go:1422: Skipped because t.parallel was less than  5
17:12:07 [2021-08-20T17:12:07.441Z] 
17:12:07 [2021-08-20T17:12:07.441Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest5 (0.00s)
17:12:07 [2021-08-20T17:12:07.441Z]     allocator_test.go:1422: Skipped because t.parallel was less than  5
17:12:07 [2021-08-20T17:12:07.441Z] 
17:12:07 [2021-08-20T17:12:07.441Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest4 (0.00s)
17:12:07 [2021-08-20T17:12:07.441Z]     allocator_test.go:1422: Skipped because t.parallel was less than  5
17:12:07 [2021-08-20T17:12:07.441Z] 
17:12:07 [2021-08-20T17:12:07.441Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest2 (0.00s)
17:12:07 [2021-08-20T17:12:07.441Z]     allocator_test.go:1422: Skipped because t.parallel was less than  5
17:12:07 [2021-08-20T17:12:07.441Z] 
17:12:07 [2021-08-20T17:12:07.441Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest3 (0.00s)
17:12:07 [2021-08-20T17:12:07.441Z]     allocator_test.go:1422: Skipped because t.parallel was less than  5
17:12:07 [2021-08-20T17:12:07.441Z] 
17:12:07 [2021-08-20T17:12:07.441Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s)
17:12:07 [2021-08-20T17:12:07.441Z]     archive_test.go:134: Xz not present in msys2
17:12:07 [2021-08-20T17:12:07.441Z] 
17:12:07 [2021-08-20T17:12:07.441Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s)
17:12:07 [2021-08-20T17:12:07.441Z]     archive_test.go:239: Failing on Windows CI machines
17:12:07 [2021-08-20T17:12:07.441Z] 
17:12:07 [2021-08-20T17:12:07.441Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s)
17:12:07 [2021-08-20T17:12:07.441Z]     archive_windows_test.go:16: Currently fails
17:12:07 [2021-08-20T17:12:07.441Z] 
17:12:07 [2021-08-20T17:12:07.441Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s)
17:12:07 [2021-08-20T17:12:07.441Z]     changes_test.go:196: needs more investigation
17:12:07 [2021-08-20T17:12:07.441Z] 
17:12:07 [2021-08-20T17:12:07.441Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsEmpty (0.00s)
17:12:07 [2021-08-20T17:12:07.441Z]     changes_test.go:261: FIXME: broken on Windows 1903 and up; see #39846
17:12:07 [2021-08-20T17:12:07.441Z] 
17:12:07 [2021-08-20T17:12:07.441Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsMutated (0.00s)
17:12:07 [2021-08-20T17:12:07.441Z]     changes_test.go:355: FIXME: broken on Windows 1903 and up; see #39846
17:12:07 [2021-08-20T17:12:07.441Z] 
17:12:07 [2021-08-20T17:12:07.441Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s)
17:12:07 [2021-08-20T17:12:07.441Z]     changes_test.go:433: needs further investigation
17:12:07 [2021-08-20T17:12:07.441Z] 
17:12:07 [2021-08-20T17:12:07.441Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s)
17:12:07 [2021-08-20T17:12:07.441Z]     changes_test.go:469: needs further investigation
17:12:07 [2021-08-20T17:12:07.441Z] 
17:12:07 [2021-08-20T17:12:07.441Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s)
17:12:07 [2021-08-20T17:12:07.441Z]     archive_test.go:45: os.Getuid() != 0: skipping test that requires root
17:12:07 [2021-08-20T17:12:07.441Z] 
17:12:07 [2021-08-20T17:12:07.441Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s)
17:12:07 [2021-08-20T17:12:07.441Z]     archive_test.go:77: os.Getuid() != 0: skipping test that requires root
17:12:07 [2021-08-20T17:12:07.441Z] 
17:12:07 [2021-08-20T17:12:07.441Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s)
17:12:07 [2021-08-20T17:12:07.441Z]     archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing
17:12:07 [2021-08-20T17:12:07.441Z] 
17:12:07 [2021-08-20T17:12:07.441Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s)
17:12:07 [2021-08-20T17:12:07.441Z]     archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing
17:12:07 [2021-08-20T17:12:07.442Z] 
17:12:07 [2021-08-20T17:12:07.442Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s)
17:12:07 [2021-08-20T17:12:07.442Z]     archive_test.go:249: os.Getuid() != 0: skipping test that requires root
17:12:07 [2021-08-20T17:12:07.442Z] 
17:12:07 [2021-08-20T17:12:07.442Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s)
17:12:07 [2021-08-20T17:12:07.442Z]     archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing
17:12:07 [2021-08-20T17:12:07.442Z] 
17:12:07 [2021-08-20T17:12:07.442Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s)
17:12:07 [2021-08-20T17:12:07.442Z]     archive_test.go:356: os.Getuid() != 0: skipping test that requires root
17:12:07 [2021-08-20T17:12:07.442Z] 
17:12:07 [2021-08-20T17:12:07.442Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s)
17:12:07 [2021-08-20T17:12:07.442Z]     archive_test.go:373: os.Getuid() != 0: skipping test that requires root
17:12:07 [2021-08-20T17:12:07.442Z] 
17:12:07 [2021-08-20T17:12:07.442Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s)
17:12:07 [2021-08-20T17:12:07.442Z]     archive_test.go:390: os.Getuid() != 0: skipping test that requires root
17:12:07 [2021-08-20T17:12:07.442Z] 
17:12:07 [2021-08-20T17:12:07.442Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s)
17:12:07 [2021-08-20T17:12:07.442Z]     poller_test.go:41: No chmod on Windows
17:12:07 [2021-08-20T17:12:07.442Z] 
17:12:07 [2021-08-20T17:12:07.442Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s)
17:12:07 [2021-08-20T17:12:07.442Z]     fileutils_test.go:134: Needs porting to Windows
17:12:07 [2021-08-20T17:12:07.442Z] 
17:12:07 [2021-08-20T17:12:07.442Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s)
17:12:07 [2021-08-20T17:12:07.442Z]     fileutils_test.go:180: Needs porting to Windows
17:12:07 [2021-08-20T17:12:07.442Z] 
17:12:07 [2021-08-20T17:12:07.442Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s)
17:12:07 [2021-08-20T17:12:07.442Z]     registry_test.go:47: os.Getuid() != 0: skipping test that requires root
17:12:07 [2021-08-20T17:12:07.442Z] 
17:12:07 [2021-08-20T17:12:07.442Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s)
17:12:07 [2021-08-20T17:12:07.442Z]     registry_test.go:67: os.Getuid() != 0: skipping test that requires root
17:12:07 [2021-08-20T17:12:07.442Z] 
17:12:07 [2021-08-20T17:12:07.442Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s)
17:12:07 [2021-08-20T17:12:07.442Z]     registry_test.go:510: os.Getuid() != 0: skipping test that requires root
17:12:07 [2021-08-20T17:12:07.442Z] 
17:12:07 [2021-08-20T17:12:07.442Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s)
17:12:07 [2021-08-20T17:12:07.442Z]     local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI
17:12:07 [2021-08-20T17:12:07.442Z] 
17:12:07 [2021-08-20T17:12:07.442Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s)
17:12:07 [2021-08-20T17:12:07.442Z]     local_test.go:181: runtime.GOOS == "windows"
17:12:07 [2021-08-20T17:12:07.442Z] 
17:12:07 [2021-08-20T17:12:07.442Z] 
17:12:07 [2021-08-20T17:12:07.442Z] DONE 2070 tests, 69 skipped in 258.825s
17:12:07 [2021-08-20T17:12:07.442Z] INFO: make.ps1 ended at 08/20/2021 17:12:06
17:12:07 [2021-08-20T17:12:07.532Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s)
17:12:07 [2021-08-20T17:12:07.532Z] === RUN   TestInfoDiscoveryAdvertiseInterfaceName
17:12:08 [2021-08-20T17:12:08.099Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.53s)
17:12:08 [2021-08-20T17:12:08.099Z] === RUN   TestInfoAPI
17:12:08 [2021-08-20T17:12:08.099Z] --- PASS: TestInfoAPI (0.02s)
17:12:08 [2021-08-20T17:12:08.099Z] === RUN   TestInfoAPIWarnings
17:12:08 [2021-08-20T17:12:08.403Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker
17:12:08 [2021-08-20T17:12:08.403Z] INFO: Unit tests ended at 08/20/2021 17:12:08. Duration:00:04:30.6732007
17:12:08 [2021-08-20T17:12:08.403Z] INFO: Building busybox
17:12:08 [2021-08-20T17:12:08.403Z] Sending build context to Docker daemon   5.12kB
17:12:08 [2021-08-20T17:12:08.403Z] 
17:12:08 [2021-08-20T17:12:08.403Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore
17:12:08 [2021-08-20T17:12:08.403Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019
17:12:08 [2021-08-20T17:12:08.403Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13
17:12:08 [2021-08-20T17:12:08.403Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae
17:12:08 [2021-08-20T17:12:08.403Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG}
17:12:08 [2021-08-20T17:12:08.403Z]  ---> 801c33f5de3a
17:12:08 [2021-08-20T17:12:08.403Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin
17:12:08 [2021-08-20T17:12:08.857Z]  ---> Running in a0aa1bf15dfd
17:12:10 [2021-08-20T17:12:10.605Z] --- PASS: TestImportExtremelyLargeImageWorks (189.26s)
17:12:10 [2021-08-20T17:12:10.605Z] PASS
17:12:10 [2021-08-20T17:12:10.605Z] 
17:12:10 [2021-08-20T17:12:10.605Z] DONE 12 tests in 193.544s
17:12:10 [2021-08-20T17:12:10.605Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m 
17:12:10 [2021-08-20T17:12:10.605Z] ++ 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
17:12:10 [2021-08-20T17:12:10.605Z] ++ set -e
17:12:10 [2021-08-20T17:12:10.605Z] ++ '[' -n 0 ']'
17:12:10 [2021-08-20T17:12:10.605Z] ++ set -x
17:12:10 [2021-08-20T17:12:10.606Z] ++ 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
17:12:10 [2021-08-20T17:12:10.606Z] INFO: Testing against a local daemon
17:12:10 [2021-08-20T17:12:10.606Z] === RUN   TestNetworkCreateDelete
17:12:10 [2021-08-20T17:12:10.606Z] --- PASS: TestNetworkCreateDelete (0.15s)
17:12:10 [2021-08-20T17:12:10.606Z] === RUN   TestDockerNetworkDeletePreferID
17:12:10 [2021-08-20T17:12:10.606Z] === RUN   TestDockerSuite/TestBuildExpose
17:12:10 [2021-08-20T17:12:10.861Z] --- PASS: TestDockerNetworkDeletePreferID (0.51s)
17:12:10 [2021-08-20T17:12:10.861Z] === RUN   TestDaemonDNSFallback
17:12:10 [2021-08-20T17:12:10.861Z] === RUN   TestDockerSuite/TestBuildExposeMorePorts
17:12:11 [2021-08-20T17:12:11.424Z] === RUN   TestDockerSuite/TestBuildExposeOrder
17:12:11 [2021-08-20T17:12:11.986Z] === RUN   TestDockerSuite/TestBuildExposeUpperCaseProto
17:12:12 [2021-08-20T17:12:12.071Z] Created binary: bundles/binary-daemon/dockerd-dev
17:12:12 [2021-08-20T17:12:12.071Z] Copying nested executables into bundles/binary-daemon
17:12:12 [2021-08-20T17:12:12.071Z] Building: bundles/binary-daemon/docker-proxy-dev
17:12:12 [2021-08-20T17:12:12.071Z] GOOS="" GOARCH="" GOARM=""
17:12:12 [2021-08-20T17:12:12.071Z] Created binary: bundles/binary-daemon/docker-proxy-dev
17:12:12 [2021-08-20T17:12:12.071Z] 
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Cross)
[Pipeline] sh
17:12:12 [2021-08-20T17:12:12.243Z] === RUN   TestDockerSuite/TestBuildFails
17:12:12 [2021-08-20T17:12:12.407Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42765/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_GITCOMMIT=fd3e16cb5aa3e192bd4a94c47e3f2a1b971cf423 -e DOCKER_GRAPHDRIVER docker:fd3e16cb5aa3e192bd4a94c47e3f2a1b971cf423 hack/make.sh cross
17:12:12 [2021-08-20T17:12:12.570Z] Removing intermediate container a0aa1bf15dfd
17:12:12 [2021-08-20T17:12:12.570Z]  ---> 8cadc1f4ae0b
17:12:12 [2021-08-20T17:12:12.570Z] Step 7/13 : ARG BUSYBOX_VERSION
17:12:12 [2021-08-20T17:12:12.570Z]  ---> Running in cf96f625b9f8
17:12:12 [2021-08-20T17:12:12.570Z] Removing intermediate container cf96f625b9f8
17:12:12 [2021-08-20T17:12:12.570Z]  ---> 5f4b5f5ca372
17:12:12 [2021-08-20T17:12:12.570Z] Step 8/13 : ARG BUSYBOX_SHA256SUM
17:12:12 [2021-08-20T17:12:12.570Z]  ---> Running in f7d8d6f43f7f
17:12:12 [2021-08-20T17:12:12.976Z] 
17:12:12 [2021-08-20T17:12:12.976Z] Removing bundles/
17:12:12 [2021-08-20T17:12:12.976Z] 
17:12:12 [2021-08-20T17:12:12.976Z] ---> Making bundle: cross (in bundles/cross)
17:12:12 [2021-08-20T17:12:12.976Z] Cross building: bundles/cross/linux/amd64
17:12:12 [2021-08-20T17:12:12.976Z] Building: bundles/cross/linux/amd64-daemon/dockerd-dev
17:12:12 [2021-08-20T17:12:12.976Z] GOOS="linux" GOARCH="amd64" GOARM=""
17:12:13 [2021-08-20T17:12:13.025Z] Removing intermediate container f7d8d6f43f7f
17:12:13 [2021-08-20T17:12:13.025Z]  ---> b22308840967
17:12:13 [2021-08-20T17:12:13.025Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe
17:12:13 [2021-08-20T17:12:13.171Z] === RUN   TestDockerSuite/TestBuildFailsGitNotCallable
17:12:13 [2021-08-20T17:12:13.171Z] === RUN   TestDockerSuite/TestBuildFollowSymlinkToDir
17:12:14 [2021-08-20T17:12:14.548Z] 
17:12:15 [2021-08-20T17:12:15.003Z]  ---> 58f2eb086839
17:12:15 [2021-08-20T17:12:15.003Z] Step 10/13 : RUN powershell     if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) {         Throw \"Checksum validation failed\"     }
17:12:15 [2021-08-20T17:12:15.003Z]  ---> Running in 16d0f7424596
17:12:15 [2021-08-20T17:12:15.062Z] === RUN   TestDockerSuite/TestBuildFollowSymlinkToFile
17:12:16 [2021-08-20T17:12:16.429Z] === RUN   TestDockerSuite/TestBuildForceRm
17:12:17 [2021-08-20T17:12:17.798Z] --- PASS: TestDaemonDNSFallback (6.96s)
17:12:17 [2021-08-20T17:12:17.798Z] === RUN   TestInspectNetwork
17:12:18 [2021-08-20T17:12:18.055Z] === RUN   TestDockerSuite/TestBuildFromGit
17:12:19 [2021-08-20T17:12:19.423Z] === RUN   TestDockerSuite/TestBuildFromGitWithContext
17:12:19 [2021-08-20T17:12:19.680Z] === RUN   TestDockerSuite/TestBuildFromGitWithF
17:12:21 [2021-08-20T17:12:21.050Z] === RUN   TestDockerSuite/TestBuildFromMixedcaseDockerfile
17:12:21 [2021-08-20T17:12:21.980Z] === RUN   TestInspectNetwork/full_network_id
17:12:21 [2021-08-20T17:12:21.980Z] === RUN   TestInspectNetwork/partial_network_id
17:12:21 [2021-08-20T17:12:21.980Z] === RUN   TestInspectNetwork/network_name
17:12:21 [2021-08-20T17:12:21.980Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
17:12:22 [2021-08-20T17:12:22.040Z] Removing intermediate container 16d0f7424596
17:12:22 [2021-08-20T17:12:22.040Z]  ---> b99459df15be
17:12:22 [2021-08-20T17:12:22.040Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%"
17:12:22 [2021-08-20T17:12:22.040Z]  ---> Running in ce2d3359ba7d
17:12:22 [2021-08-20T17:12:22.908Z] === RUN   TestDockerSuite/TestBuildFromOfficialNames
17:12:22 [2021-08-20T17:12:22.999Z] 
17:12:22 [2021-08-20T17:12:22.999Z] SUCCESS: Specified value was saved.
17:12:23 [2021-08-20T17:12:23.472Z] === RUN   TestDockerSuite/TestBuildFromRemoteTarball
17:12:23 [2021-08-20T17:12:23.472Z] === RUN   TestDockerSuite/TestBuildFromStdinWithF
17:12:25 [2021-08-20T17:12:25.163Z] Removing intermediate container ce2d3359ba7d
17:12:25 [2021-08-20T17:12:25.163Z]  ---> d879c3a7bfbe
17:12:25 [2021-08-20T17:12:25.163Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe}
17:12:25 [2021-08-20T17:12:25.163Z]  ---> Running in 3e11bb2a37fa
17:12:25 [2021-08-20T17:12:25.365Z] === RUN   TestDockerSuite/TestBuildFromURLWithF
17:12:26 [2021-08-20T17:12:26.178Z] --- PASS: TestInfoAPIWarnings (16.24s)
17:12:26 [2021-08-20T17:12:26.178Z] === RUN   TestInfoDebug
17:12:26 [2021-08-20T17:12:26.178Z] --- PASS: TestInfoDebug (0.53s)
17:12:26 [2021-08-20T17:12:26.178Z] === RUN   TestInfoInsecureRegistries
17:12:26 [2021-08-20T17:12:26.178Z] --- PASS: TestInfoInsecureRegistries (0.52s)
17:12:26 [2021-08-20T17:12:26.178Z] === RUN   TestInfoRegistryMirrors
17:12:26 [2021-08-20T17:12:26.178Z] --- PASS: TestInfoRegistryMirrors (0.52s)
17:12:26 [2021-08-20T17:12:26.178Z] === RUN   TestLoginFailsWithBadCredentials
17:12:26 [2021-08-20T17:12:26.178Z] --- PASS: TestLoginFailsWithBadCredentials (0.12s)
17:12:26 [2021-08-20T17:12:26.178Z] === RUN   TestPingCacheHeaders
17:12:26 [2021-08-20T17:12:26.178Z] --- PASS: TestPingCacheHeaders (0.03s)
17:12:26 [2021-08-20T17:12:26.178Z] === RUN   TestPingGet
17:12:26 [2021-08-20T17:12:26.178Z] --- PASS: TestPingGet (0.01s)
17:12:26 [2021-08-20T17:12:26.178Z] === RUN   TestPingHead
17:12:26 [2021-08-20T17:12:26.178Z] --- PASS: TestPingHead (0.02s)
17:12:26 [2021-08-20T17:12:26.178Z] === RUN   TestVersion
17:12:26 [2021-08-20T17:12:26.178Z] --- PASS: TestVersion (0.02s)
17:12:26 [2021-08-20T17:12:26.178Z] === CONT  TestCgroupDriverSystemdMemoryLimit
17:12:26 [2021-08-20T17:12:26.178Z] === CONT  TestDiskUsage
17:12:26 [2021-08-20T17:12:26.733Z] --- PASS: TestInspectNetwork (8.66s)
17:12:26 [2021-08-20T17:12:26.733Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
17:12:26 [2021-08-20T17:12:26.733Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
17:12:26 [2021-08-20T17:12:26.733Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
17:12:26 [2021-08-20T17:12:26.733Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
17:12:26 [2021-08-20T17:12:26.733Z] === RUN   TestRunContainerWithBridgeNone
17:12:26 [2021-08-20T17:12:26.746Z] === RUN   TestDiskUsage/empty
17:12:26 [2021-08-20T17:12:26.746Z] === RUN   TestDiskUsage/empty/container_types
17:12:26 [2021-08-20T17:12:26.746Z] === RUN   TestDiskUsage/empty/image_types
17:12:26 [2021-08-20T17:12:26.746Z] === RUN   TestDiskUsage/empty/volume_types
17:12:26 [2021-08-20T17:12:26.746Z] === RUN   TestDiskUsage/empty/build-cache_types
17:12:26 [2021-08-20T17:12:26.746Z] === RUN   TestDiskUsage/empty/container,_volume_types
17:12:26 [2021-08-20T17:12:26.746Z] === RUN   TestDiskUsage/empty/image,_build-cache_types
17:12:26 [2021-08-20T17:12:26.746Z] === RUN   TestDiskUsage/empty/container,_volume,_build-cache_types
17:12:26 [2021-08-20T17:12:26.746Z] === RUN   TestDiskUsage/empty/image,_volume,_build-cache_types
17:12:26 [2021-08-20T17:12:26.746Z] === RUN   TestDiskUsage/empty/container,_image,_volume_types
17:12:26 [2021-08-20T17:12:26.746Z] === RUN   TestDiskUsage/empty/container,_image,_volume,_build-cache_types
17:12:26 [2021-08-20T17:12:26.746Z] === RUN   TestDiskUsage/after_LoadBusybox
17:12:27 [2021-08-20T17:12:27.006Z] === RUN   TestDiskUsage/after_LoadBusybox/container_types
17:12:27 [2021-08-20T17:12:27.006Z] === RUN   TestDiskUsage/after_LoadBusybox/image_types
17:12:27 [2021-08-20T17:12:27.006Z] === RUN   TestDiskUsage/after_LoadBusybox/volume_types
17:12:27 [2021-08-20T17:12:27.006Z] === RUN   TestDiskUsage/after_LoadBusybox/build-cache_types
17:12:27 [2021-08-20T17:12:27.006Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume_types
17:12:27 [2021-08-20T17:12:27.006Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_build-cache_types
17:12:27 [2021-08-20T17:12:27.006Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types
17:12:27 [2021-08-20T17:12:27.006Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types
17:12:27 [2021-08-20T17:12:27.006Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume_types
17:12:27 [2021-08-20T17:12:27.006Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types
17:12:27 [2021-08-20T17:12:27.006Z] === RUN   TestDiskUsage/after_container.Run
17:12:27 [2021-08-20T17:12:27.296Z] === RUN   TestDockerSuite/TestBuildHandleEscapesInVolume
17:12:27 [2021-08-20T17:12:27.945Z] === RUN   TestDiskUsage/after_container.Run/container_types
17:12:27 [2021-08-20T17:12:27.945Z] === RUN   TestDiskUsage/after_container.Run/image_types
17:12:27 [2021-08-20T17:12:27.945Z] === RUN   TestDiskUsage/after_container.Run/volume_types
17:12:27 [2021-08-20T17:12:27.945Z] === RUN   TestDiskUsage/after_container.Run/build-cache_types
17:12:27 [2021-08-20T17:12:27.945Z] === RUN   TestDiskUsage/after_container.Run/container,_volume_types
17:12:27 [2021-08-20T17:12:27.945Z] === RUN   TestDiskUsage/after_container.Run/image,_build-cache_types
17:12:27 [2021-08-20T17:12:27.945Z] === RUN   TestDiskUsage/after_container.Run/container,_volume,_build-cache_types
17:12:27 [2021-08-20T17:12:27.945Z] === RUN   TestDiskUsage/after_container.Run/image,_volume,_build-cache_types
17:12:27 [2021-08-20T17:12:27.945Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume_types
17:12:27 [2021-08-20T17:12:27.945Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types
17:12:27 [2021-08-20T17:12:27.945Z] --- PASS: TestDiskUsage (1.94s)
17:12:27 [2021-08-20T17:12:27.945Z]     --- PASS: TestDiskUsage/empty (0.01s)
17:12:27 [2021-08-20T17:12:27.945Z]         --- PASS: TestDiskUsage/empty/container_types (0.00s)
17:12:27 [2021-08-20T17:12:27.945Z]         --- PASS: TestDiskUsage/empty/image_types (0.00s)
17:12:27 [2021-08-20T17:12:27.945Z]         --- PASS: TestDiskUsage/empty/volume_types (0.00s)
17:12:27 [2021-08-20T17:12:27.945Z]         --- PASS: TestDiskUsage/empty/build-cache_types (0.00s)
17:12:27 [2021-08-20T17:12:27.945Z]         --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s)
17:12:27 [2021-08-20T17:12:27.945Z]         --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s)
17:12:27 [2021-08-20T17:12:27.945Z]         --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s)
17:12:27 [2021-08-20T17:12:27.945Z]         --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s)
17:12:27 [2021-08-20T17:12:27.945Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s)
17:12:27 [2021-08-20T17:12:27.945Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s)
17:12:27 [2021-08-20T17:12:27.945Z]     --- PASS: TestDiskUsage/after_LoadBusybox (0.28s)
17:12:27 [2021-08-20T17:12:27.945Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s)
17:12:27 [2021-08-20T17:12:27.945Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s)
17:12:27 [2021-08-20T17:12:27.945Z]         --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s)
17:12:27 [2021-08-20T17:12:27.945Z]         --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s)
17:12:27 [2021-08-20T17:12:27.945Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s)
17:12:27 [2021-08-20T17:12:27.945Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s)
17:12:27 [2021-08-20T17:12:27.945Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s)
17:12:27 [2021-08-20T17:12:27.945Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s)
17:12:27 [2021-08-20T17:12:27.945Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s)
17:12:27 [2021-08-20T17:12:27.945Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s)
17:12:27 [2021-08-20T17:12:27.945Z]     --- PASS: TestDiskUsage/after_container.Run (0.87s)
17:12:27 [2021-08-20T17:12:27.945Z]         --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s)
17:12:27 [2021-08-20T17:12:27.945Z]         --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s)
17:12:27 [2021-08-20T17:12:27.945Z]         --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s)
17:12:27 [2021-08-20T17:12:27.945Z]         --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s)
17:12:27 [2021-08-20T17:12:27.945Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s)
17:12:27 [2021-08-20T17:12:27.945Z]         --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s)
17:12:27 [2021-08-20T17:12:27.945Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s)
17:12:27 [2021-08-20T17:12:27.945Z]         --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s)
17:12:27 [2021-08-20T17:12:27.945Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s)
17:12:27 [2021-08-20T17:12:27.945Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s)
17:12:27 [2021-08-20T17:12:27.945Z] --- PASS: TestCgroupDriverSystemdMemoryLimit (1.96s)
17:12:27 [2021-08-20T17:12:27.945Z] PASS
17:12:27 [2021-08-20T17:12:27.945Z] 
17:12:27 [2021-08-20T17:12:27.945Z] DONE 53 tests in 23.331s
17:12:27 [2021-08-20T17:12:27.945Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m 
17:12:28 [2021-08-20T17:12:28.122Z] Cannot create a file when that file already exists.
17:12:28 [2021-08-20T17:12:28.204Z] INFO: Testing against a local daemon
17:12:28 [2021-08-20T17:12:28.204Z] === RUN   TestVolumesCreateAndList
17:12:28 [2021-08-20T17:12:28.204Z] --- PASS: TestVolumesCreateAndList (0.02s)
17:12:28 [2021-08-20T17:12:28.204Z] === RUN   TestVolumesRemove
17:12:28 [2021-08-20T17:12:28.204Z] --- PASS: TestVolumesRemove (0.09s)
17:12:28 [2021-08-20T17:12:28.204Z] === RUN   TestVolumesInspect
17:12:28 [2021-08-20T17:12:28.204Z] --- PASS: TestVolumesInspect (0.02s)
17:12:28 [2021-08-20T17:12:28.204Z] === RUN   TestVolumesInvalidJSON
17:12:28 [2021-08-20T17:12:28.204Z] === RUN   TestVolumesInvalidJSON//volumes/create
17:12:28 [2021-08-20T17:12:28.204Z] === PAUSE TestVolumesInvalidJSON//volumes/create
17:12:28 [2021-08-20T17:12:28.204Z] === CONT  TestVolumesInvalidJSON//volumes/create
17:12:28 [2021-08-20T17:12:28.204Z] --- PASS: TestVolumesInvalidJSON (0.01s)
17:12:28 [2021-08-20T17:12:28.204Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
17:12:28 [2021-08-20T17:12:28.204Z] PASS
17:12:28 [2021-08-20T17:12:28.204Z] 
17:12:28 [2021-08-20T17:12:28.204Z] DONE 5 tests in 0.161s
17:12:28 [2021-08-20T17:12:28.204Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
17:12:28 [2021-08-20T17:12:28.664Z] === RUN   TestDockerSuite/TestBuildHistory
17:12:28 [2021-08-20T17:12:28.773Z] Stopping apparmor (via systemctl): apparmor.service.
17:12:28 [2021-08-20T17:12:28.773Z] Removing test suite binaries
17:12:28 [2021-08-20T17:12:28.773Z] exiting test-integration
17:12:28 [2021-08-20T17:12:28.773Z] ++ exit 0
17:12:28 [2021-08-20T17:12:28.773Z] 
17:12:30 [2021-08-20T17:12:30.559Z] --- PASS: TestRunContainerWithBridgeNone (3.84s)
17:12:30 [2021-08-20T17:12:30.559Z] === RUN   TestNetworkInvalidJSON
17:12:30 [2021-08-20T17:12:30.559Z] === RUN   TestNetworkInvalidJSON//networks/create
17:12:30 [2021-08-20T17:12:30.559Z] === PAUSE TestNetworkInvalidJSON//networks/create
17:12:30 [2021-08-20T17:12:30.559Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
17:12:30 [2021-08-20T17:12:30.559Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
17:12:30 [2021-08-20T17:12:30.559Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
17:12:30 [2021-08-20T17:12:30.559Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
17:12:30 [2021-08-20T17:12:30.559Z] === CONT  TestNetworkInvalidJSON//networks/create
17:12:30 [2021-08-20T17:12:30.559Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
17:12:30 [2021-08-20T17:12:30.559Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
17:12:30 [2021-08-20T17:12:30.559Z] --- PASS: TestNetworkInvalidJSON (0.02s)
17:12:30 [2021-08-20T17:12:30.559Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.01s)
17:12:30 [2021-08-20T17:12:30.559Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
17:12:30 [2021-08-20T17:12:30.559Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s)
17:12:30 [2021-08-20T17:12:30.559Z] === RUN   TestNetworkList
17:12:30 [2021-08-20T17:12:30.559Z] === RUN   TestNetworkList//networks
17:12:30 [2021-08-20T17:12:30.559Z] === PAUSE TestNetworkList//networks
17:12:30 [2021-08-20T17:12:30.559Z] === RUN   TestNetworkList//networks/
17:12:30 [2021-08-20T17:12:30.559Z] === PAUSE TestNetworkList//networks/
17:12:30 [2021-08-20T17:12:30.559Z] === CONT  TestNetworkList//networks
17:12:30 [2021-08-20T17:12:30.559Z] === CONT  TestNetworkList//networks/
17:12:30 [2021-08-20T17:12:30.559Z] --- PASS: TestNetworkList (0.02s)
17:12:30 [2021-08-20T17:12:30.559Z]     --- PASS: TestNetworkList//networks (0.00s)
17:12:30 [2021-08-20T17:12:30.559Z]     --- PASS: TestNetworkList//networks/ (0.00s)
17:12:30 [2021-08-20T17:12:30.559Z] === RUN   TestHostIPv4BridgeLabel
17:12:31 [2021-08-20T17:12:31.152Z] --- PASS: TestHostIPv4BridgeLabel (0.61s)
17:12:31 [2021-08-20T17:12:31.152Z] === RUN   TestDaemonRestartWithLiveRestore
17:12:31 [2021-08-20T17:12:31.834Z] Removing intermediate container 3e11bb2a37fa
17:12:31 [2021-08-20T17:12:31.834Z]  ---> 4fea2c309b9a
17:12:31 [2021-08-20T17:12:31.834Z] Step 13/13 : CMD ["sh"]
17:12:31 [2021-08-20T17:12:31.834Z]  ---> Running in 152e9e4fdbc9
17:12:32 [2021-08-20T17:12:32.082Z] --- PASS: TestDaemonRestartWithLiveRestore (1.07s)
17:12:32 [2021-08-20T17:12:32.083Z] === RUN   TestDaemonDefaultNetworkPools
17:12:32 [2021-08-20T17:12:32.083Z] === RUN   TestDockerSuite/TestBuildIidFile
17:12:32 [2021-08-20T17:12:32.289Z] Removing intermediate container 152e9e4fdbc9
17:12:32 [2021-08-20T17:12:32.289Z]  ---> 349191d603db
17:12:32 [2021-08-20T17:12:32.289Z] Successfully built 349191d603db
17:12:32 [2021-08-20T17:12:32.289Z] Successfully tagged busybox:latest
17:12:32 [2021-08-20T17:12:32.289Z] INFO: Docker images of the daemon under test
17:12:32 [2021-08-20T17:12:32.289Z] 
17:12:32 [2021-08-20T17:12:32.289Z] REPOSITORY                             TAG                 IMAGE ID            CREATED                  SIZE
17:12:32 [2021-08-20T17:12:32.289Z] busybox                                latest              349191d603db        Less than a second ago   5.14GB
17:12:32 [2021-08-20T17:12:32.289Z] microsoft/windowsservercore            latest              801c33f5de3a        11 days ago              5.1GB
17:12:32 [2021-08-20T17:12:32.289Z] mcr.microsoft.com/windows/servercore   ltsc2022            801c33f5de3a        11 days ago              5.1GB
17:12:32 [2021-08-20T17:12:32.289Z] 
17:12:32 [2021-08-20T17:12:32.289Z] INFO: Running integration tests at 08/20/2021 17:12:32...
17:12:32 [2021-08-20T17:12:32.289Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357
17:12:32 [2021-08-20T17:12:32.289Z] INFO: Integration API tests being run from the host:
17:12:32 [2021-08-20T17:12:32.289Z] INFO: make.ps1 starting at 08/20/2021 17:12:32
17:12:32 [2021-08-20T17:12:32.644Z] === RUN   TestDockerSuite/TestBuildIidFileCleanupOnFail
17:12:32 [2021-08-20T17:12:32.901Z] --- PASS: TestDaemonDefaultNetworkPools (0.76s)
17:12:32 [2021-08-20T17:12:32.901Z] === RUN   TestDaemonRestartWithExistingNetwork
Post stage
[Pipeline] junit
17:12:32 [2021-08-20T17:12:32.980Z] Recording test results
17:12:33 [2021-08-20T17:12:33.200Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
17:12:33 [2021-08-20T17:12:33.250Z] Running D:\gopath\src\github.com\docker\docker\integration\build
Post stage
[Pipeline] sh
17:12:33 [2021-08-20T17:12:33.464Z] === RUN   TestDockerSuite/TestBuildInheritance
17:12:33 [2021-08-20T17:12:33.550Z] + echo Ensuring container killed.
17:12:33 [2021-08-20T17:12:33.550Z] Ensuring container killed.
17:12:33 [2021-08-20T17:12:33.550Z] + docker rm -vf docker-pr2
17:12:33 [2021-08-20T17:12:33.550Z] Error: No such container: docker-pr2
[Pipeline] sh
17:12:33 [2021-08-20T17:12:33.833Z] + echo Chowning /workspace to jenkins user
17:12:33 [2021-08-20T17:12:33.833Z] Chowning /workspace to jenkins user
17:12:33 [2021-08-20T17:12:33.833Z] + id -u
17:12:33 [2021-08-20T17:12:33.833Z] + id -g
17:12:33 [2021-08-20T17:12:33.833Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42765:/workspace busybox chown -R 1000:1000 /workspace
17:12:34 [2021-08-20T17:12:34.027Z] === RUN   TestDockerSuite/TestBuildIntermediateTarget
17:12:34 [2021-08-20T17:12:34.027Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.18s)
17:12:34 [2021-08-20T17:12:34.027Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
17:12:34 [2021-08-20T17:12:34.285Z] === RUN   TestDockerSuite/TestBuildInvalidTag
17:12:34 [2021-08-20T17:12:34.285Z] === RUN   TestDockerSuite/TestBuildJSONEmptyRun
17:12:35 [2021-08-20T17:12:35.214Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.34s)
17:12:35 [2021-08-20T17:12:35.214Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
17:12:35 [2021-08-20T17:12:35.471Z] === RUN   TestDockerSuite/TestBuildLabel
17:12:35 [2021-08-20T17:12:35.728Z] === RUN   TestDockerSuite/TestBuildLabelCacheCommit
17:12:35 [2021-08-20T17:12:35.987Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.61s)
17:12:35 [2021-08-20T17:12:35.987Z] === RUN   TestServiceWithPredefinedNetwork
17:12:36 [2021-08-20T17:12:36.243Z] === RUN   TestDockerSuite/TestBuildLabelMultiple
17:12:36 [2021-08-20T17:12:36.500Z] === RUN   TestDockerSuite/TestBuildLabelOneNode
17:12:36 [2021-08-20T17:12:36.756Z] === RUN   TestDockerSuite/TestBuildLabels
17:12:37 [2021-08-20T17:12:37.012Z] === RUN   TestDockerSuite/TestBuildLabelsCache
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
17:12:37 [2021-08-20T17:12:37.414Z] + bundleName=amd64-cgroup2
17:12:37 [2021-08-20T17:12:37.414Z] + echo Creating amd64-cgroup2-bundles.tar.gz
17:12:37 [2021-08-20T17:12:37.414Z] Creating amd64-cgroup2-bundles.tar.gz
17:12:37 [2021-08-20T17:12:37.414Z] + xargs tar -czf amd64-cgroup2-bundles.tar.gz
17:12:37 [2021-08-20T17:12:37.414Z] + 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
17:12:37 [2021-08-20T17:12:37.685Z] Archiving artifacts
17:12:37 [2021-08-20T17:12:37.941Z] === RUN   TestDockerSuite/TestBuildLabelsOverride
17:12:37 [2021-08-20T17:12:37.999Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42765/2/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
17:12:38 [2021-08-20T17:12:38.319Z] + make clean
17:12:38 [2021-08-20T17:12:38.319Z] docker volume rm -f docker-dev-cache
17:12:38 [2021-08-20T17:12:38.577Z] docker-dev-cache
[Pipeline] deleteDir
17:12:38 [2021-08-20T17:12:38.869Z] --- PASS: TestServiceWithPredefinedNetwork (2.96s)
17:12:38 [2021-08-20T17:12:38.869Z] === RUN   TestServiceRemoveKeepsIngressNetwork
17:12:38 [2021-08-20T17:12:38.869Z]     service_test.go:242: FLAKY_TEST
17:12:38 [2021-08-20T17:12:38.869Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
17:12:38 [2021-08-20T17:12:38.869Z] === RUN   TestServiceWithDataPathPortInit
17:12:40 [2021-08-20T17:12:40.237Z] === RUN   TestDockerSuite/TestBuildLastModified
17:12:41 [2021-08-20T17:12:41.165Z] === RUN   TestDockerSwarmSuite/TestAPISwarmLeaderElection
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
17:12:43 [2021-08-20T17:12:43.068Z]     docker_api_swarm_test.go:303: [d2ddb39f39e60] joining swarm manager [dfdae3d1ed2f1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
17:12:44 [2021-08-20T17:12:44.434Z]     docker_api_swarm_test.go:304: [d9327f52fca9f] joining swarm manager [dfdae3d1ed2f1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
17:12:45 [2021-08-20T17:12:45.365Z] === RUN   TestDockerSuite/TestBuildLineBreak
17:12:45 [2021-08-20T17:12:45.621Z]     docker_api_swarm_test.go:350: Waiting for election to occur...
17:12:46 [2021-08-20T17:12:46.656Z] --- PASS: TestBuildWithHugeFile (119.11s)
17:12:46 [2021-08-20T17:12:46.656Z] === RUN   TestBuildWCOWSandboxSize
17:12:49 [2021-08-20T17:12:49.791Z] === RUN   TestDockerSuite/TestBuildLineErrorOnBuild
17:12:49 [2021-08-20T17:12:49.791Z] === RUN   TestDockerSuite/TestBuildLineErrorUnknownInstruction
17:12:49 [2021-08-20T17:12:49.791Z] === RUN   TestDockerSuite/TestBuildLineErrorWithComments
17:12:49 [2021-08-20T17:12:49.791Z] === RUN   TestDockerSuite/TestBuildLineErrorWithEmptyLines
17:12:49 [2021-08-20T17:12:49.791Z] === RUN   TestDockerSuite/TestBuildMaintainer
17:12:50 [2021-08-20T17:12:50.047Z] === RUN   TestDockerSuite/TestBuildMissingArgs
17:12:50 [2021-08-20T17:12:50.975Z] === RUN   TestDockerSuite/TestBuildModifyFileInFolder
17:12:52 [2021-08-20T17:12:52.342Z] === RUN   TestDockerSuite/TestBuildMultiStageArg
17:12:54 [2021-08-20T17:12:54.867Z] --- PASS: TestServiceWithDataPathPortInit (15.94s)
17:12:54 [2021-08-20T17:12:54.867Z] === RUN   TestServiceWithDefaultAddressPoolInit
17:12:55 [2021-08-20T17:12:55.804Z] === RUN   TestDockerSuite/TestBuildMultiStageCache
17:12:56 [2021-08-20T17:12:56.060Z] === RUN   TestDockerSuite/TestBuildMultiStageCopyFromErrors
17:12:56 [2021-08-20T17:12:56.991Z] === RUN   TestDockerSuite/TestBuildMultiStageCopyFromSyntax
17:12:58 [2021-08-20T17:12:58.377Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2022
17:12:58 [2021-08-20T17:12:58.377Z] INFO: Testing against a local daemon
17:12:58 [2021-08-20T17:12:58.377Z] === RUN   TestBuildWithSession
17:12:58 [2021-08-20T17:12:58.377Z]     build_session_test.go:25: TODO: BuildKit
17:12:58 [2021-08-20T17:12:58.377Z] --- SKIP: TestBuildWithSession (0.00s)
17:12:58 [2021-08-20T17:12:58.377Z] === RUN   TestBuildSquashParent
17:12:58 [2021-08-20T17:12:58.377Z]     build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows"
17:12:58 [2021-08-20T17:12:58.377Z] --- SKIP: TestBuildSquashParent (0.00s)
17:12:58 [2021-08-20T17:12:58.377Z] === RUN   TestBuildWithRemoveAndForceRemove
17:12:58 [2021-08-20T17:12:58.377Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
17:12:58 [2021-08-20T17:12:58.377Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
17:12:58 [2021-08-20T17:12:58.377Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
17:12:58 [2021-08-20T17:12:58.377Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
17:12:58 [2021-08-20T17:12:58.377Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
17:12:58 [2021-08-20T17:12:58.377Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
17:12:58 [2021-08-20T17:12:58.377Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
17:12:58 [2021-08-20T17:12:58.377Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
17:12:58 [2021-08-20T17:12:58.377Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
17:12:58 [2021-08-20T17:12:58.377Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
17:12:58 [2021-08-20T17:12:58.377Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
17:12:58 [2021-08-20T17:12:58.377Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
17:12:58 [2021-08-20T17:12:58.377Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
17:12:58 [2021-08-20T17:12:58.377Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
17:12:58 [2021-08-20T17:12:58.377Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
17:12:58 [2021-08-20T17:12:58.377Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
17:12:58 [2021-08-20T17:12:58.883Z]     service_test.go:434: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:oes5zll34gpdskrgyzyvu9gh3 Created:2021-08-20 17:12:56.280686927 +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[b016d6a78ae2585d0ce2171cc907cd350db336814c319961d9a54deac0483085:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.49rf9kwfw3uu5it755pqnqjfh EndpointID:7ffc4028cd93c7aae945bab3b91827d8425782445862e109cb8dd7ebee9e8182 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:5024ee3abc5cb8e5da6048c9cd2ae0914203c4cf12a3c68ecd493eb258651e12 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:713d394eb465 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.49rf9kwfw3uu5it755pqnqjfh EndpointID:7ffc4028cd93c7aae945bab3b91827d8425782445862e109cb8dd7ebee9e8182 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
17:13:01 [2021-08-20T17:13:01.400Z]     docker_api_swarm_test.go:363: Waiting for possible election...
17:13:03 [2021-08-20T17:13:03.924Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.59s)
17:13:03 [2021-08-20T17:13:03.924Z] PASS
17:13:03 [2021-08-20T17:13:03.924Z] 
17:13:03 [2021-08-20T17:13:03.924Z] === Skipped
17:13:03 [2021-08-20T17:13:03.924Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
17:13:03 [2021-08-20T17:13:03.924Z]     service_test.go:242: FLAKY_TEST
17:13:03 [2021-08-20T17:13:03.924Z] 
17:13:03 [2021-08-20T17:13:03.924Z] 
17:13:03 [2021-08-20T17:13:03.924Z] DONE 26 tests, 1 skipped in 53.348s
17:13:03 [2021-08-20T17:13:03.924Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
17:13:03 [2021-08-20T17:13:03.924Z] ++ 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
17:13:03 [2021-08-20T17:13:03.924Z] ++ set -e
17:13:03 [2021-08-20T17:13:03.924Z] ++ '[' -n 0 ']'
17:13:03 [2021-08-20T17:13:03.924Z] ++ set -x
17:13:03 [2021-08-20T17:13:03.924Z] ++ 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
17:13:03 [2021-08-20T17:13:03.924Z] INFO: Testing against a local daemon
17:13:03 [2021-08-20T17:13:03.924Z] === RUN   TestDockerNetworkIpvlanPersistance
17:13:03 [2021-08-20T17:13:03.924Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
17:13:03 [2021-08-20T17:13:03.924Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s)
17:13:03 [2021-08-20T17:13:03.924Z] === RUN   TestDockerNetworkIpvlan
17:13:03 [2021-08-20T17:13:03.924Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
17:13:03 [2021-08-20T17:13:03.924Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
17:13:03 [2021-08-20T17:13:03.924Z] PASS
17:13:03 [2021-08-20T17:13:03.924Z] 
17:13:03 [2021-08-20T17:13:03.924Z] === Skipped
17:13:03 [2021-08-20T17:13:03.924Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s)
17:13:03 [2021-08-20T17:13:03.924Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
17:13:03 [2021-08-20T17:13:03.924Z] 
17:13:03 [2021-08-20T17:13:03.924Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
17:13:03 [2021-08-20T17:13:03.924Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
17:13:03 [2021-08-20T17:13:03.924Z] 
17:13:03 [2021-08-20T17:13:03.924Z] 
17:13:03 [2021-08-20T17:13:03.924Z] DONE 2 tests, 2 skipped in 0.133s
17:13:03 [2021-08-20T17:13:03.924Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
17:13:03 [2021-08-20T17:13:03.924Z] ++ 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
17:13:03 [2021-08-20T17:13:03.924Z] ++ set -e
17:13:03 [2021-08-20T17:13:03.924Z] ++ '[' -n 0 ']'
17:13:03 [2021-08-20T17:13:03.924Z] ++ set -x
17:13:03 [2021-08-20T17:13:03.924Z] ++ 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
17:13:03 [2021-08-20T17:13:03.924Z] INFO: Testing against a local daemon
17:13:03 [2021-08-20T17:13:03.924Z] === RUN   TestDockerNetworkMacvlanPersistance
17:13:04 [2021-08-20T17:13:04.646Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main
17:13:05 [2021-08-20T17:13:05.292Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.38s)
17:13:05 [2021-08-20T17:13:05.292Z] === RUN   TestDockerNetworkMacvlan
17:13:05 [2021-08-20T17:13:05.856Z] === RUN   TestDockerNetworkMacvlan/Subinterface
17:13:06 [2021-08-20T17:13:06.787Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
17:13:06 [2021-08-20T17:13:06.915Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
17:13:07 [2021-08-20T17:13:07.045Z] === RUN   TestDockerSuite/TestBuildMultiStageGlobalArg
17:13:07 [2021-08-20T17:13:07.370Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
17:13:07 [2021-08-20T17:13:07.607Z] === RUN   TestDockerNetworkMacvlan/NilParent
17:13:10 [2021-08-20T17:13:10.881Z] === RUN   TestDockerNetworkMacvlan/InternalMode
17:13:11 [2021-08-20T17:13:11.137Z] === RUN   TestDockerSuite/TestBuildMultiStageImplicitFrom
17:13:11 [2021-08-20T17:13:11.225Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main
17:13:12 [2021-08-20T17:13:12.504Z] === RUN   TestDockerSuite/TestBuildMultiStageMultipleBuilds
17:13:12 [2021-08-20T17:13:12.504Z] === RUN   TestDockerSwarmSuite/TestAPISwarmLeaderProxy
17:13:13 [2021-08-20T17:13:13.137Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s)
17:13:13 [2021-08-20T17:13:13.138Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (11.61s)
17:13:13 [2021-08-20T17:13:13.138Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (11.86s)
17:13:13 [2021-08-20T17:13:13.138Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (12.10s)
17:13:13 [2021-08-20T17:13:13.138Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (12.13s)
17:13:13 [2021-08-20T17:13:13.138Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (5.52s)
17:13:13 [2021-08-20T17:13:13.138Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (5.91s)
17:13:13 [2021-08-20T17:13:13.138Z] === RUN   TestBuildMultiStageCopy
17:13:13 [2021-08-20T17:13:13.138Z] === RUN   TestBuildMultiStageCopy/copy_to_root
17:13:15 [2021-08-20T17:13:15.025Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
17:13:15 [2021-08-20T17:13:15.281Z]     docker_api_swarm_test.go:271: [d54c01495a055] joining swarm manager [dbef4ae9f2922]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
17:13:15 [2021-08-20T17:13:15.844Z] === RUN   TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows
17:13:15 [2021-08-20T17:13:15.844Z]     docker_cli_build_test.go:5832: unmatched requirement DaemonIsWindows
17:13:15 [2021-08-20T17:13:15.844Z] === RUN   TestDockerSuite/TestBuildMultiStageNameVariants
17:13:16 [2021-08-20T17:13:16.771Z]     docker_api_swarm_test.go:272: [d598ef173d585] joining swarm manager [dbef4ae9f2922]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
17:13:20 [2021-08-20T17:13:20.166Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
17:13:20 [2021-08-20T17:13:20.166Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
17:13:20 [2021-08-20T17:13:20.621Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
17:13:22 [2021-08-20T17:13:22.023Z] === RUN   TestDockerSuite/TestBuildMultiStageResetScratch
17:13:22 [2021-08-20T17:13:22.023Z] === RUN   TestDockerSuite/TestBuildMultiStageUnusedArg
17:13:22 [2021-08-20T17:13:22.145Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
17:13:22 [2021-08-20T17:13:22.279Z] === RUN   TestDockerNetworkMacvlan/Addressing
17:13:23 [2021-08-20T17:13:23.104Z] --- PASS: TestBuildMultiStageCopy (10.15s)
17:13:23 [2021-08-20T17:13:23.104Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (6.34s)
17:13:23 [2021-08-20T17:13:23.104Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.72s)
17:13:23 [2021-08-20T17:13:23.104Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.87s)
17:13:23 [2021-08-20T17:13:23.104Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.05s)
17:13:23 [2021-08-20T17:13:23.104Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.16s)
17:13:23 [2021-08-20T17:13:23.104Z] === RUN   TestBuildMultiStageParentConfig
17:13:24 [2021-08-20T17:13:24.832Z] === RUN   TestDockerSuite/TestBuildMultipleTags
17:13:24 [2021-08-20T17:13:24.832Z] --- PASS: TestDockerNetworkMacvlan (19.83s)
17:13:24 [2021-08-20T17:13:24.832Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.08s)
17:13:24 [2021-08-20T17:13:24.832Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.13s)
17:13:24 [2021-08-20T17:13:24.832Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (2.16s)
17:13:24 [2021-08-20T17:13:24.832Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (2.69s)
17:13:24 [2021-08-20T17:13:24.832Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (6.16s)
17:13:24 [2021-08-20T17:13:24.832Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (2.31s)
17:13:24 [2021-08-20T17:13:24.832Z] PASS
17:13:24 [2021-08-20T17:13:24.832Z] 
17:13:24 [2021-08-20T17:13:24.832Z] DONE 8 tests in 21.334s
17:13:25 [2021-08-20T17:13:25.089Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m 
17:13:25 [2021-08-20T17:13:25.089Z] ++ 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
17:13:25 [2021-08-20T17:13:25.089Z] ++ set -e
17:13:25 [2021-08-20T17:13:25.089Z] ++ '[' -n 0 ']'
17:13:25 [2021-08-20T17:13:25.089Z] ++ set -x
17:13:25 [2021-08-20T17:13:25.089Z] ++ 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
17:13:25 [2021-08-20T17:13:25.089Z] testing: warning: no tests to run
17:13:25 [2021-08-20T17:13:25.089Z] PASS
17:13:25 [2021-08-20T17:13:25.089Z] 
17:13:25 [2021-08-20T17:13:25.089Z] DONE 0 tests in 0.042s
17:13:25 [2021-08-20T17:13:25.089Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
17:13:25 [2021-08-20T17:13:25.089Z] ++ 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
17:13:25 [2021-08-20T17:13:25.089Z] ++ set -e
17:13:25 [2021-08-20T17:13:25.089Z] ++ '[' -n 0 ']'
17:13:25 [2021-08-20T17:13:25.089Z] ++ set -x
17:13:25 [2021-08-20T17:13:25.089Z] ++ 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
17:13:25 [2021-08-20T17:13:25.089Z] === RUN   TestDockerSuite/TestBuildNetContainer
17:13:25 [2021-08-20T17:13:25.089Z] INFO: Testing against a local daemon
17:13:25 [2021-08-20T17:13:25.089Z] === RUN   TestAuthZPluginAllowRequest
17:13:25 [2021-08-20T17:13:25.264Z] --- PASS: TestBuildMultiStageParentConfig (2.19s)
17:13:25 [2021-08-20T17:13:25.264Z] === RUN   TestBuildLabelWithTargets
17:13:25 [2021-08-20T17:13:25.264Z]     build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME
17:13:25 [2021-08-20T17:13:25.264Z] --- SKIP: TestBuildLabelWithTargets (0.00s)
17:13:25 [2021-08-20T17:13:25.264Z] === RUN   TestBuildWithEmptyLayers
17:13:26 [2021-08-20T17:13:26.223Z] --- PASS: TestBuildWithEmptyLayers (1.17s)
17:13:26 [2021-08-20T17:13:26.223Z] === RUN   TestBuildMultiStageOnBuild
17:13:26 [2021-08-20T17:13:26.980Z] --- PASS: TestAuthZPluginAllowRequest (1.75s)
17:13:26 [2021-08-20T17:13:26.980Z] === RUN   TestAuthZPluginTLS
17:13:27 [2021-08-20T17:13:27.541Z] --- PASS: TestAuthZPluginTLS (0.56s)
17:13:27 [2021-08-20T17:13:27.541Z] === RUN   TestAuthZPluginDenyRequest
17:13:27 [2021-08-20T17:13:27.541Z] === RUN   TestDockerSuite/TestBuildNetNone
17:13:28 [2021-08-20T17:13:28.104Z] --- PASS: TestAuthZPluginDenyRequest (0.55s)
17:13:28 [2021-08-20T17:13:28.104Z] === RUN   TestAuthZPluginAPIDenyResponse
17:13:28 [2021-08-20T17:13:28.360Z] === RUN   TestDockerSuite/TestBuildNoContext
17:13:28 [2021-08-20T17:13:28.616Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.54s)
17:13:28 [2021-08-20T17:13:28.616Z] === RUN   TestAuthZPluginDenyResponse
17:13:29 [2021-08-20T17:13:29.178Z] --- PASS: TestAuthZPluginDenyResponse (0.57s)
17:13:29 [2021-08-20T17:13:29.178Z] === RUN   TestAuthZPluginAllowEventStream
17:13:29 [2021-08-20T17:13:29.434Z] === RUN   TestDockerSuite/TestBuildNoDupOutput
17:13:30 [2021-08-20T17:13:30.364Z] === RUN   TestDockerSuite/TestBuildNoNamedVolume
17:13:30 [2021-08-20T17:13:30.926Z] --- PASS: TestAuthZPluginAllowEventStream (1.76s)
17:13:30 [2021-08-20T17:13:30.926Z] === RUN   TestAuthZPluginErrorResponse
17:13:31 [2021-08-20T17:13:31.489Z] --- PASS: TestAuthZPluginErrorResponse (0.54s)
17:13:31 [2021-08-20T17:13:31.489Z] === RUN   TestAuthZPluginErrorRequest
17:13:32 [2021-08-20T17:13:32.056Z] --- PASS: TestAuthZPluginErrorRequest (0.56s)
17:13:32 [2021-08-20T17:13:32.056Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
17:13:32 [2021-08-20T17:13:32.312Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailure
17:13:32 [2021-08-20T17:13:32.569Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.56s)
17:13:32 [2021-08-20T17:13:32.569Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
17:13:32 [2021-08-20T17:13:32.569Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailureRemote
17:13:32 [2021-08-20T17:13:32.569Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage
17:13:32 [2021-08-20T17:13:32.825Z] === RUN   TestDockerSuite/TestBuildNotVerboseSuccess
17:13:33 [2021-08-20T17:13:33.082Z] === RUN   TestDockerSuite/TestBuildNullStringInAddCopyVolume
17:13:34 [2021-08-20T17:13:34.011Z] === RUN   TestDockerSuite/TestBuildOnBuild
17:13:34 [2021-08-20T17:13:34.267Z] === RUN   TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin
17:13:34 [2021-08-20T17:13:34.830Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.15s)
17:13:34 [2021-08-20T17:13:34.830Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
17:13:36 [2021-08-20T17:13:36.724Z] === RUN   TestDockerSuite/TestBuildOnBuildCache
17:13:37 [2021-08-20T17:13:37.287Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.60s)
17:13:37 [2021-08-20T17:13:37.287Z] === RUN   TestAuthZPluginHeader
17:13:37 [2021-08-20T17:13:37.543Z] === RUN   TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON
17:13:38 [2021-08-20T17:13:38.105Z] --- PASS: TestAuthZPluginHeader (0.90s)
17:13:38 [2021-08-20T17:13:38.105Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
17:13:38 [2021-08-20T17:13:38.552Z] --- PASS: TestBuildMultiStageOnBuild (10.38s)
17:13:38 [2021-08-20T17:13:38.552Z] === RUN   TestBuildUncleanTarFilenames
17:13:38 [2021-08-20T17:13:38.552Z]     build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME
17:13:38 [2021-08-20T17:13:38.552Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s)
17:13:38 [2021-08-20T17:13:38.552Z] === RUN   TestBuildMultiStageLayerLeak
17:13:40 [2021-08-20T17:13:40.000Z] === RUN   TestDockerSuite/TestBuildOnBuildEntrypointJSON
17:13:41 [2021-08-20T17:13:41.370Z] === RUN   TestDockerSuite/TestBuildOnBuildLimitedInheritance
17:13:42 [2021-08-20T17:13:42.301Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.16s)
17:13:42 [2021-08-20T17:13:42.301Z] === RUN   TestAuthZPluginV2Disable
17:13:43 [2021-08-20T17:13:43.669Z] === RUN   TestDockerSuite/TestBuildOnBuildLowercase
17:13:45 [2021-08-20T17:13:45.041Z] === RUN   TestDockerSuite/TestBuildOnBuildOutput
17:13:45 [2021-08-20T17:13:45.604Z] --- PASS: TestAuthZPluginV2Disable (3.35s)
17:13:45 [2021-08-20T17:13:45.604Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
17:13:46 [2021-08-20T17:13:46.535Z] === RUN   TestDockerSuite/TestBuildOnBuildWithCopy
17:13:46 [2021-08-20T17:13:46.791Z] === RUN   TestDockerSuite/TestBuildOpaqueDirectory
17:13:47 [2021-08-20T17:13:47.077Z] --- PASS: TestBuildMultiStageLayerLeak (9.13s)
17:13:47 [2021-08-20T17:13:47.077Z] === RUN   TestBuildWithHugeFile
17:13:48 [2021-08-20T17:13:48.682Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.01s)
17:13:48 [2021-08-20T17:13:48.682Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
17:13:49 [2021-08-20T17:13:49.458Z] Created binary: bundles/cross/linux/amd64-daemon/dockerd-dev
17:13:49 [2021-08-20T17:13:49.458Z] Copying nested executables into bundles/cross/linux/amd64-daemon
17:13:49 [2021-08-20T17:13:49.458Z] Building: bundles/cross/linux/amd64-daemon/docker-proxy-dev
17:13:49 [2021-08-20T17:13:49.458Z] GOOS="linux" GOARCH="amd64" GOARM=""
17:13:49 [2021-08-20T17:13:49.458Z] Created binary: bundles/cross/linux/amd64-daemon/docker-proxy-dev
17:13:49 [2021-08-20T17:13:49.458Z] Cross building: bundles/cross/windows/amd64
17:13:49 [2021-08-20T17:13:49.458Z] Building: bundles/cross/windows/amd64-daemon/dockerd-dev.exe
17:13:49 [2021-08-20T17:13:49.458Z] GOOS="windows" GOARCH="amd64" GOARM=""
17:13:50 [2021-08-20T17:13:50.575Z] === RUN   TestDockerSuite/TestBuildPATH
17:13:52 [2021-08-20T17:13:52.465Z] === RUN   TestDockerSuite/TestBuildRUNErrMsg
17:13:53 [2021-08-20T17:13:53.395Z] === RUN   TestDockerSuite/TestBuildRUNoneJSON
17:13:54 [2021-08-20T17:13:54.762Z] === RUN   TestDockerSuite/TestBuildRelativeCopy
17:13:58 [2021-08-20T17:13:58.933Z] === RUN   TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer
17:14:01 [2021-08-20T17:14:01.454Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (12.42s)
17:14:01 [2021-08-20T17:14:01.454Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
17:14:01 [2021-08-20T17:14:01.726Z] c67ded6868b6: Pull complete
17:14:01 [2021-08-20T17:14:01.726Z] Digest: sha256:1be9c8378b8c32d31538253a4b96169f5138a5f6d4c0a04e8d8f9a80b9ac8097
17:14:01 [2021-08-20T17:14:01.726Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019
17:14:01 [2021-08-20T17:14:01.726Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 into daemon under test completed successfully
17:14:01 [2021-08-20T17:14:01.726Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore in daemon under test
17:14:01 [2021-08-20T17:14:01.726Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2019 is '10.0.17763.2114'
17:14:01 [2021-08-20T17:14:01.726Z] WARN: Skipping validation tests
17:14:01 [2021-08-20T17:14:01.726Z] INFO: Running unit tests at 08/20/2021 17:13:47...
17:14:01 [2021-08-20T17:14:01.726Z] INFO: make.ps1 starting at 08/20/2021 17:13:53
17:14:01 [2021-08-20T17:14:01.726Z] INFO: Git commit (f7ebafa5c6) assumed from DOCKER_GITCOMMIT environment variable
17:14:01 [2021-08-20T17:14:01.726Z] INFO: Invoking autogen...
17:14:01 [2021-08-20T17:14:01.726Z] INFO: Running unit tests...
17:14:03 [2021-08-20T17:14:03.894Z] INFO: Invoking unit tests run with C:\gopath/bin/\gotestsum.exe --format=standard-verbose --jsonfile=bundles\go-test-report-unit-tests.json --junitfile=bundles\junit-report-unit-tests.xml --  -cover -ldflags -w -a "-test.timeout=10m" github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/autogen/winresources/dockerd github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/dockerignore github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/client github.com/docker/docker/cmd/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/discovery github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/windows github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/etwlogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/local github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/libnetwork github.com/docker/docker/libnetwork/api github.com/docker/docker/libnetwork/bitseq github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/networkdb-test github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient github.com/docker/docker/libnetwork/cmd/readme_test github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/hostdiscovery github.com/docker/docker/libnetwork/idm github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/setmatrix github.com/docker/docker/libnetwork/ipam github.com/docker/docker/libnetwork/ipamapi github.com/docker/docker/libnetwork/ipams/builtin github.com/docker/docker/libnetwork/ipams/null github.com/docker/docker/libnetwork/ipams/remote github.com/docker/docker/libnetwork/ipams/remote/api github.com/docker/docker/libnetwork/ipams/windowsipam github.com/docker/docker/libnetwork/ipamutils github.com/docker/docker/libnetwork/netlabel github.com/docker/docker/libnetwork/netutils github.com/docker/docker/libnetwork/networkdb github.com/docker/docker/libnetwork/ns github.com/docker/docker/libnetwork/options github.com/docker/docker/libnetwork/osl github.com/docker/docker/libnetwork/osl/kernel github.com/docker/docker/libnetwork/portallocator github.com/docker/docker/libnetwork/portmapper github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/libnetwork/testutils github.com/docker/docker/libnetwork/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/discovery github.com/docker/docker/pkg/discovery/file github.com/docker/docker/pkg/discovery/kv github.com/docker/docker/pkg/discovery/memory github.com/docker/docker/pkg/discovery/nodes github.com/docker/docker/pkg/filenotify github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/locker github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/mount github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/namesgenerator/cmd/names-generator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/stack github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/symlink github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/term github.com/docker/docker/pkg/term/windows github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils
17:14:03 [2021-08-20T17:14:03.977Z] === RUN   TestDockerSwarmSuite/TestAPISwarmListNodes
17:14:06 [2021-08-20T17:14:06.497Z]     docker_api_swarm_node_test.go:19: [d04452ae97f26] joining swarm manager [db2b36e534258]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
17:14:06 [2021-08-20T17:14:06.497Z] === RUN   TestDockerSuite/TestBuildRelativeWorkdir
17:14:07 [2021-08-20T17:14:07.059Z]     docker_api_swarm_node_test.go:20: [de4cee3587ccb] joining swarm manager [db2b36e534258]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
17:14:10 [2021-08-20T17:14:10.329Z] === RUN   TestDockerSuite/TestBuildResourceConstraintsAreUsed
17:14:14 [2021-08-20T17:14:14.185Z] ?   	github.com/docker/docker/api	[no test files]
17:14:14 [2021-08-20T17:14:14.517Z] === RUN   TestDockerSuite/TestBuildRm
17:14:17 [2021-08-20T17:14:17.034Z] === RUN   TestDockerSuite/TestBuildRunShEntrypoint
17:14:17 [2021-08-20T17:14:17.596Z] === RUN   TestDockerSwarmSuite/TestAPISwarmManagerRestore
17:14:17 [2021-08-20T17:14:17.853Z] === RUN   TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache
17:14:18 [2021-08-20T17:14:18.416Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (17.24s)
17:14:18 [2021-08-20T17:14:18.416Z] PASS
17:14:18 [2021-08-20T17:14:18.416Z] 
17:14:18 [2021-08-20T17:14:18.416Z] DONE 17 tests in 53.341s
17:14:18 [2021-08-20T17:14:18.416Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m 
17:14:18 [2021-08-20T17:14:18.416Z] ++ 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
17:14:18 [2021-08-20T17:14:18.416Z] ++ set -e
17:14:18 [2021-08-20T17:14:18.416Z] ++ '[' -n 0 ']'
17:14:18 [2021-08-20T17:14:18.416Z] ++ set -x
17:14:18 [2021-08-20T17:14:18.416Z] ++ 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
17:14:18 [2021-08-20T17:14:18.416Z] INFO: Testing against a local daemon
17:14:18 [2021-08-20T17:14:18.416Z] === RUN   TestPluginInvalidJSON
17:14:18 [2021-08-20T17:14:18.416Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
17:14:18 [2021-08-20T17:14:18.416Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
17:14:18 [2021-08-20T17:14:18.416Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
17:14:18 [2021-08-20T17:14:18.416Z] --- PASS: TestPluginInvalidJSON (0.02s)
17:14:18 [2021-08-20T17:14:18.416Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
17:14:18 [2021-08-20T17:14:18.416Z] === RUN   TestPluginInstall
17:14:18 [2021-08-20T17:14:18.416Z] === RUN   TestPluginInstall/no_auth
17:14:18 [2021-08-20T17:14:18.979Z] === RUN   TestDockerSuite/TestBuildScratchCopy
17:14:19 [2021-08-20T17:14:19.542Z] === RUN   TestDockerSuite/TestBuildSetCommandWithDefinedShell
17:14:20 [2021-08-20T17:14:20.105Z] === RUN   TestDockerSuite/TestBuildShCmdJSONEntrypoint
17:14:21 [2021-08-20T17:14:21.034Z] time="2021-08-20T17:14:20Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
17:14:21 [2021-08-20T17:14:21.034Z] time="2021-08-20T17:14:20Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a588b2f4ff51381b3e0d10f389b544ca77f5a517ff312bf1b8390cdd5e18c272" mediatype=application/vnd.docker.plugin.v1+json size=522
17:14:21 [2021-08-20T17:14:21.034Z] time="2021-08-20T17:14:20Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
17:14:21 [2021-08-20T17:14:21.034Z] time="2021-08-20T17:14:20Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a588b2f4ff51381b3e0d10f389b544ca77f5a517ff312bf1b8390cdd5e18c272" mediatype=application/vnd.docker.plugin.v1+json size=522
17:14:21 [2021-08-20T17:14:21.597Z] === RUN   TestPluginInstall/with_htpasswd
17:14:22 [2021-08-20T17:14:22.526Z] time="2021-08-20T17:14:22Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
17:14:22 [2021-08-20T17:14:22.526Z] time="2021-08-20T17:14:22Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:93ceaa21e526e8ff88f4050a6b914d49f66e770e912672766bbfab01ae3f1d0d" mediatype=application/vnd.docker.plugin.v1+json size=522
17:14:22 [2021-08-20T17:14:22.526Z] time="2021-08-20T17:14:22Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
17:14:22 [2021-08-20T17:14:22.526Z] time="2021-08-20T17:14:22Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:93ceaa21e526e8ff88f4050a6b914d49f66e770e912672766bbfab01ae3f1d0d" mediatype=application/vnd.docker.plugin.v1+json size=522
17:14:22 [2021-08-20T17:14:22.526Z] === RUN   TestDockerSuite/TestBuildShellEntrypoint
17:14:22 [2021-08-20T17:14:22.526Z]     docker_api_swarm_test.go:501: [d85bb550fdfbe] joining swarm manager [d82d49b395043]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
17:14:23 [2021-08-20T17:14:23.090Z] === RUN   TestPluginInstall/with_insecure
17:14:24 [2021-08-20T17:14:24.458Z] time="2021-08-20T17:14:24Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
17:14:24 [2021-08-20T17:14:24.458Z] time="2021-08-20T17:14:24Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:7499213f40fcf9f946c081606957d247700e06bdb8e5cd2be3ab30e0f923f671" mediatype=application/vnd.docker.plugin.v1+json size=522
17:14:24 [2021-08-20T17:14:24.458Z] time="2021-08-20T17:14:24Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
17:14:24 [2021-08-20T17:14:24.458Z] time="2021-08-20T17:14:24Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:7499213f40fcf9f946c081606957d247700e06bdb8e5cd2be3ab30e0f923f671" mediatype=application/vnd.docker.plugin.v1+json size=522
17:14:24 [2021-08-20T17:14:24.458Z] === RUN   TestDockerSuite/TestBuildShellInherited
17:14:24 [2021-08-20T17:14:24.458Z]     plugin_test.go:166: [d0ad039024188] daemon is not started
17:14:24 [2021-08-20T17:14:24.458Z] --- PASS: TestPluginInstall (6.01s)
17:14:24 [2021-08-20T17:14:24.458Z]     --- PASS: TestPluginInstall/no_auth (3.14s)
17:14:24 [2021-08-20T17:14:24.458Z]     --- PASS: TestPluginInstall/with_htpasswd (1.49s)
17:14:24 [2021-08-20T17:14:24.458Z]     --- PASS: TestPluginInstall/with_insecure (1.38s)
17:14:24 [2021-08-20T17:14:24.458Z] === RUN   TestPluginsWithRuntimes
17:14:25 [2021-08-20T17:14:25.388Z] === RUN   TestDockerSuite/TestBuildShellMultiple
17:14:26 [2021-08-20T17:14:26.318Z] === RUN   TestPluginsWithRuntimes/No_Args
17:14:27 [2021-08-20T17:14:27.249Z] === RUN   TestPluginsWithRuntimes/With_Args
17:14:28 [2021-08-20T17:14:28.618Z] --- PASS: TestPluginsWithRuntimes (4.06s)
17:14:28 [2021-08-20T17:14:28.618Z]     --- PASS: TestPluginsWithRuntimes/No_Args (1.09s)
17:14:28 [2021-08-20T17:14:28.618Z]     --- PASS: TestPluginsWithRuntimes/With_Args (1.12s)
17:14:28 [2021-08-20T17:14:28.618Z] === RUN   TestPluginBackCompatMediaTypes
17:14:29 [2021-08-20T17:14:29.548Z] === RUN   TestDockerSuite/TestBuildShellNotJSON
17:14:29 [2021-08-20T17:14:29.548Z] --- PASS: TestPluginBackCompatMediaTypes (0.79s)
17:14:29 [2021-08-20T17:14:29.548Z] PASS
17:14:29 [2021-08-20T17:14:29.548Z] 
17:14:29 [2021-08-20T17:14:29.548Z] DONE 10 tests in 11.007s
17:14:29 [2021-08-20T17:14:29.548Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
17:14:29 [2021-08-20T17:14:29.548Z] ++ 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
17:14:29 [2021-08-20T17:14:29.548Z] ++ set -e
17:14:29 [2021-08-20T17:14:29.548Z] ++ '[' -n 0 ']'
17:14:29 [2021-08-20T17:14:29.548Z] ++ set -x
17:14:29 [2021-08-20T17:14:29.548Z] ++ 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
17:14:29 [2021-08-20T17:14:29.548Z] === RUN   TestDockerSuite/TestBuildShellUpdatesConfig
17:14:29 [2021-08-20T17:14:29.548Z] INFO: Testing against a local daemon
17:14:29 [2021-08-20T17:14:29.548Z] === RUN   TestExternalGraphDriver
17:14:29 [2021-08-20T17:14:29.548Z] === RUN   TestExternalGraphDriver/json
17:14:29 [2021-08-20T17:14:29.805Z] === RUN   TestDockerSuite/TestBuildShellWindowsPowershell
17:14:29 [2021-08-20T17:14:29.805Z]     docker_cli_build_test.go:5298: unmatched requirement DaemonIsWindows
17:14:29 [2021-08-20T17:14:29.805Z] === RUN   TestDockerSuite/TestBuildSpaces
17:14:30 [2021-08-20T17:14:30.062Z] === RUN   TestDockerSuite/TestBuildSpacesWithQuotes
17:14:30 [2021-08-20T17:14:30.624Z]     docker_api_swarm_test.go:506: [d975273cfffff] joining swarm manager [d82d49b395043]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
17:14:31 [2021-08-20T17:14:31.554Z] === RUN   TestDockerSuite/TestBuildStartsFromOne
17:14:31 [2021-08-20T17:14:31.554Z] === RUN   TestDockerSuite/TestBuildStderr
17:14:32 [2021-08-20T17:14:32.117Z] === RUN   TestExternalGraphDriver/spec
17:14:32 [2021-08-20T17:14:32.373Z] === RUN   TestDockerSuite/TestBuildStepsWithProgress
17:14:34 [2021-08-20T17:14:34.266Z] === RUN   TestExternalGraphDriver/pull
17:14:35 [2021-08-20T17:14:35.236Z] === RUN   TestMiddlewares
17:14:35 [2021-08-20T17:14:35.236Z] --- PASS: TestMiddlewares (0.00s)
17:14:35 [2021-08-20T17:14:35.236Z] PASS
17:14:35 [2021-08-20T17:14:35.236Z] coverage: 9.0% of statements
17:14:35 [2021-08-20T17:14:35.236Z] ok  	github.com/docker/docker/api/server	0.050s	coverage: 9.0% of statements
17:14:36 [2021-08-20T17:14:36.158Z] --- PASS: TestExternalGraphDriver (6.45s)
17:14:36 [2021-08-20T17:14:36.158Z]     --- PASS: TestExternalGraphDriver/json (2.38s)
17:14:36 [2021-08-20T17:14:36.158Z]     --- PASS: TestExternalGraphDriver/spec (2.15s)
17:14:36 [2021-08-20T17:14:36.158Z]     --- PASS: TestExternalGraphDriver/pull (1.80s)
17:14:36 [2021-08-20T17:14:36.158Z] === RUN   TestGraphdriverPluginV2
17:14:37 [2021-08-20T17:14:37.106Z] === RUN   TestDockerSuite/TestBuildStopSignal
17:14:38 [2021-08-20T17:14:38.482Z] === RUN   TestDockerSuite/TestBuildSymlinkBasename
17:14:39 [2021-08-20T17:14:39.412Z] === RUN   TestDockerSuite/TestBuildSymlinkBreakout
17:14:39 [2021-08-20T17:14:39.669Z] === RUN   TestDockerSuite/TestBuildTagEvent
17:14:40 [2021-08-20T17:14:40.236Z] --- PASS: TestGraphdriverPluginV2 (4.24s)
17:14:40 [2021-08-20T17:14:40.236Z] PASS
17:14:40 [2021-08-20T17:14:40.236Z] 
17:14:40 [2021-08-20T17:14:40.236Z] DONE 5 tests in 10.815s
17:14:40 [2021-08-20T17:14:40.236Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
17:14:40 [2021-08-20T17:14:40.236Z] ++ 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
17:14:40 [2021-08-20T17:14:40.236Z] ++ set -e
17:14:40 [2021-08-20T17:14:40.236Z] ++ '[' -n 0 ']'
17:14:40 [2021-08-20T17:14:40.236Z] ++ set -x
17:14:40 [2021-08-20T17:14:40.236Z] ++ 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
17:14:40 [2021-08-20T17:14:40.492Z] INFO: Testing against a local daemon
17:14:40 [2021-08-20T17:14:40.492Z] === RUN   TestContinueAfterPluginCrash
17:14:40 [2021-08-20T17:14:40.492Z] === PAUSE TestContinueAfterPluginCrash
17:14:40 [2021-08-20T17:14:40.492Z] === RUN   TestReadPluginNoRead
17:14:40 [2021-08-20T17:14:40.492Z] === PAUSE TestReadPluginNoRead
17:14:40 [2021-08-20T17:14:40.492Z] === RUN   TestDaemonStartWithLogOpt
17:14:40 [2021-08-20T17:14:40.492Z] === PAUSE TestDaemonStartWithLogOpt
17:14:40 [2021-08-20T17:14:40.492Z] === CONT  TestContinueAfterPluginCrash
17:14:40 [2021-08-20T17:14:40.492Z] === CONT  TestDaemonStartWithLogOpt
17:14:41 [2021-08-20T17:14:41.054Z] === RUN   TestDockerSuite/TestBuildTimeArgHistoryExclusions
17:14:42 [2021-08-20T17:14:42.943Z] === RUN   TestDockerSuite/TestBuildUser
17:14:44 [2021-08-20T17:14:44.849Z] --- PASS: TestDaemonStartWithLogOpt (4.51s)
17:14:44 [2021-08-20T17:14:44.849Z] === CONT  TestReadPluginNoRead
17:14:45 [2021-08-20T17:14:45.778Z] === RUN   TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot
17:14:47 [2021-08-20T17:14:47.727Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main
17:14:48 [2021-08-20T17:14:48.297Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
17:14:49 [2021-08-20T17:14:49.226Z] === RUN   TestDockerSuite/TestBuildUsersAndGroups
17:14:49 [2021-08-20T17:14:49.789Z] === RUN   TestReadPluginNoRead/default
17:14:50 [2021-08-20T17:14:50.719Z] --- PASS: TestContinueAfterPluginCrash (10.13s)
17:14:51 [2021-08-20T17:14:51.648Z] === RUN   TestReadPluginNoRead/disabled_caching
17:14:53 [2021-08-20T17:14:53.539Z] === CONT  TestReadPluginNoRead
17:14:53 [2021-08-20T17:14:53.539Z]     read_test.go:92: [d6f773228f30a] daemon is not started
17:14:53 [2021-08-20T17:14:53.539Z] --- PASS: TestReadPluginNoRead (8.49s)
17:14:53 [2021-08-20T17:14:53.539Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.80s)
17:14:53 [2021-08-20T17:14:53.539Z]     --- PASS: TestReadPluginNoRead/default (1.80s)
17:14:53 [2021-08-20T17:14:53.539Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.94s)
17:14:53 [2021-08-20T17:14:53.539Z] PASS
17:14:53 [2021-08-20T17:14:53.539Z] 
17:14:53 [2021-08-20T17:14:53.539Z] DONE 6 tests in 13.142s
17:14:53 [2021-08-20T17:14:53.539Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
17:14:53 [2021-08-20T17:14:53.539Z] ++ 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
17:14:53 [2021-08-20T17:14:53.539Z] ++ set -e
17:14:53 [2021-08-20T17:14:53.539Z] ++ '[' -n 0 ']'
17:14:53 [2021-08-20T17:14:53.539Z] ++ set -x
17:14:53 [2021-08-20T17:14:53.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-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
17:14:53 [2021-08-20T17:14:53.539Z] testing: warning: no tests to run
17:14:53 [2021-08-20T17:14:53.539Z] PASS
17:14:53 [2021-08-20T17:14:53.539Z] 
17:14:53 [2021-08-20T17:14:53.539Z] DONE 0 tests in 0.052s
17:14:53 [2021-08-20T17:14:53.539Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
17:14:53 [2021-08-20T17:14:53.539Z] ++ 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
17:14:53 [2021-08-20T17:14:53.539Z] ++ set -e
17:14:53 [2021-08-20T17:14:53.539Z] ++ '[' -n 0 ']'
17:14:53 [2021-08-20T17:14:53.539Z] ++ set -x
17:14:53 [2021-08-20T17:14:53.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-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
17:14:53 [2021-08-20T17:14:53.539Z] INFO: Testing against a local daemon
17:14:53 [2021-08-20T17:14:53.539Z] === RUN   TestPluginWithDevMounts
17:14:53 [2021-08-20T17:14:53.539Z] === PAUSE TestPluginWithDevMounts
17:14:53 [2021-08-20T17:14:53.539Z] === CONT  TestPluginWithDevMounts
17:14:55 [2021-08-20T17:14:55.430Z] --- PASS: TestPluginWithDevMounts (1.83s)
17:14:55 [2021-08-20T17:14:55.430Z] PASS
17:14:55 [2021-08-20T17:14:55.430Z] 
17:14:55 [2021-08-20T17:14:55.430Z] DONE 1 tests in 1.961s
17:14:55 [2021-08-20T17:14:55.430Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m 
17:14:55 [2021-08-20T17:14:55.431Z] ++ 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
17:14:55 [2021-08-20T17:14:55.431Z] ++ set -e
17:14:55 [2021-08-20T17:14:55.431Z] ++ '[' -n 0 ']'
17:14:55 [2021-08-20T17:14:55.431Z] ++ set -x
17:14:55 [2021-08-20T17:14:55.431Z] ++ 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
17:14:55 [2021-08-20T17:14:55.686Z] INFO: Testing against a local daemon
17:14:55 [2021-08-20T17:14:55.686Z] === RUN   TestSecretInspect
17:14:58 [2021-08-20T17:14:58.204Z] --- PASS: TestSecretInspect (2.46s)
17:14:58 [2021-08-20T17:14:58.204Z] === RUN   TestSecretList
17:15:00 [2021-08-20T17:15:00.722Z] --- PASS: TestSecretList (2.46s)
17:15:00 [2021-08-20T17:15:00.722Z] === RUN   TestSecretsCreateAndDelete
17:15:03 [2021-08-20T17:15:03.270Z] --- PASS: TestSecretsCreateAndDelete (2.64s)
17:15:03 [2021-08-20T17:15:03.270Z] === RUN   TestSecretsUpdate
17:15:05 [2021-08-20T17:15:05.788Z] === RUN   TestDockerSuite/TestBuildVerboseOut
17:15:05 [2021-08-20T17:15:05.788Z] --- PASS: TestSecretsUpdate (2.58s)
17:15:05 [2021-08-20T17:15:05.788Z] === RUN   TestTemplatedSecret
17:15:06 [2021-08-20T17:15:06.045Z] === RUN   TestDockerSwarmSuite/TestAPISwarmNodeDrainPause
17:15:06 [2021-08-20T17:15:06.302Z] === RUN   TestDockerSuite/TestBuildVerifyIntString
17:15:06 [2021-08-20T17:15:06.865Z] === RUN   TestDockerSuite/TestBuildVerifySingleQuoteFails
17:15:08 [2021-08-20T17:15:08.231Z] === RUN   TestDockerSuite/TestBuildVolumeFileExistsinContainer
17:15:08 [2021-08-20T17:15:08.487Z]     docker_api_swarm_node_test.go:80: [dfd78c6bf8aac] joining swarm manager [d5d010932db36]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
17:15:09 [2021-08-20T17:15:09.418Z] === RUN   TestDockerSuite/TestBuildVolumesRetainContents
17:15:10 [2021-08-20T17:15:10.786Z] --- PASS: TestTemplatedSecret (5.05s)
17:15:10 [2021-08-20T17:15:10.786Z] === RUN   TestSecretCreateResolve
17:15:10 [2021-08-20T17:15:10.908Z] Created binary: bundles/cross/windows/amd64-daemon/dockerd-dev.exe
17:15:10 [2021-08-20T17:15:10.909Z] Building: bundles/cross/windows/amd64-daemon/docker-proxy-dev.exe
17:15:10 [2021-08-20T17:15:10.909Z] GOOS="windows" GOARCH="amd64" GOARM=""
17:15:10 [2021-08-20T17:15:10.909Z] Created binary: bundles/cross/windows/amd64-daemon/docker-proxy-dev.exe
17:15:10 [2021-08-20T17:15:10.909Z] Cloning into '/go/src/github.com/docker/windows-container-utility'...
17:15:10 [2021-08-20T17:15:10.909Z] remote: Enumerating objects: 23, done.
17:15:10 [2021-08-20T17:15:10.909Z] remote: Counting objects:  50% (1/2)
remote: Counting objects: 100% (2/2)
remote: Counting objects: 100% (2/2), done.
17:15:10 [2021-08-20T17:15:10.909Z] remote: Compressing objects:  50% (1/2)
remote: Compressing objects: 100% (2/2)
remote: Compressing objects: 100% (2/2), done.
17:15:10 [2021-08-20T17:15:10.909Z] remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21
17:15:10 [2021-08-20T17:15:10.909Z] 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.
17:15:10 [2021-08-20T17:15:10.909Z] Building: bundles/cross/windows/amd64/containerutility.exe
17:15:10 [2021-08-20T17:15:10.909Z] Cross building: bundles/cross/linux/ppc64le
17:15:10 [2021-08-20T17:15:10.909Z] Building: bundles/cross/linux/ppc64le-daemon/dockerd-dev
17:15:10 [2021-08-20T17:15:10.909Z] GOOS="linux" GOARCH="ppc64le" GOARM=""
17:15:11 [2021-08-20T17:15:11.352Z] === RUN   TestDockerSuite/TestBuildWindowsAddCopyPathProcessing
17:15:11 [2021-08-20T17:15:11.352Z]     docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows
17:15:11 [2021-08-20T17:15:11.609Z] === RUN   TestDockerSuite/TestBuildWindowsEnvCaseInsensitive
17:15:11 [2021-08-20T17:15:11.609Z]     docker_cli_build_test.go:6023: unmatched requirement DaemonIsWindows
17:15:11 [2021-08-20T17:15:11.609Z] === RUN   TestDockerSuite/TestBuildWindowsUser
17:15:11 [2021-08-20T17:15:11.609Z]     docker_cli_build_test.go:5993: unmatched requirement DaemonIsWindows
17:15:11 [2021-08-20T17:15:11.609Z] === RUN   TestDockerSuite/TestBuildWindowsWorkdirProcessing
17:15:11 [2021-08-20T17:15:11.609Z]     docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows
17:15:11 [2021-08-20T17:15:11.609Z] === RUN   TestDockerSuite/TestBuildWithExtraHost
17:15:13 [2021-08-20T17:15:13.502Z] --- PASS: TestSecretCreateResolve (2.39s)
17:15:13 [2021-08-20T17:15:13.502Z] PASS
17:15:13 [2021-08-20T17:15:13.502Z] 
17:15:13 [2021-08-20T17:15:13.502Z] DONE 6 tests in 17.731s
17:15:13 [2021-08-20T17:15:13.502Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m 
17:15:13 [2021-08-20T17:15:13.502Z] ++ 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
17:15:13 [2021-08-20T17:15:13.502Z] ++ set -e
17:15:13 [2021-08-20T17:15:13.502Z] ++ '[' -n 0 ']'
17:15:13 [2021-08-20T17:15:13.502Z] ++ set -x
17:15:13 [2021-08-20T17:15:13.503Z] ++ 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
17:15:13 [2021-08-20T17:15:13.503Z] INFO: Testing against a local daemon
17:15:13 [2021-08-20T17:15:13.503Z] === RUN   TestServiceCreateInit
17:15:13 [2021-08-20T17:15:13.503Z] === RUN   TestServiceCreateInit/daemonInitDisabled
17:15:14 [2021-08-20T17:15:14.066Z] === RUN   TestDockerSuite/TestBuildWithExtraHostInvalidFormat
17:15:14 [2021-08-20T17:15:14.322Z] === RUN   TestDockerSuite/TestBuildWithFailure
17:15:15 [2021-08-20T17:15:15.250Z] === RUN   TestDockerSuite/TestBuildWithInaccessibleFilesInContext
17:15:16 [2021-08-20T17:15:16.619Z] === RUN   TestDockerSuite/TestBuildWithTabs
17:15:17 [2021-08-20T17:15:17.987Z] === RUN   TestDockerSuite/TestBuildWithUTF8BOM
17:15:17 [2021-08-20T17:15:17.987Z] === RUN   TestDockerSuite/TestBuildWithUTF8BOMDockerignore
17:15:19 [2021-08-20T17:15:19.866Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main
17:15:19 [2021-08-20T17:15:19.879Z] === RUN   TestServiceCreateInit/daemonInitEnabled
17:15:22 [2021-08-20T17:15:22.400Z] === RUN   TestDockerSuite/TestBuildWithVolumeOwnership
17:15:24 [2021-08-20T17:15:24.922Z] === RUN   TestDockerSuite/TestBuildWithVolumes
17:15:25 [2021-08-20T17:15:25.484Z] --- PASS: TestServiceCreateInit (11.96s)
17:15:25 [2021-08-20T17:15:25.484Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (6.27s)
17:15:25 [2021-08-20T17:15:25.484Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (5.67s)
17:15:25 [2021-08-20T17:15:25.484Z] === RUN   TestCreateServiceMultipleTimes
17:15:25 [2021-08-20T17:15:25.484Z] === RUN   TestDockerSuite/TestBuildWorkdirCmd
17:15:25 [2021-08-20T17:15:25.740Z] === RUN   TestDockerSuite/TestBuildWorkdirImageCmd
17:15:26 [2021-08-20T17:15:26.311Z] === RUN   TestDockerSuite/TestBuildWorkdirWindowsPath
17:15:26 [2021-08-20T17:15:26.311Z]     docker_cli_build_test.go:4906: unmatched requirement DaemonIsWindows
17:15:26 [2021-08-20T17:15:26.311Z] === RUN   TestDockerSuite/TestBuildWorkdirWithEnvVariables
17:15:26 [2021-08-20T17:15:26.311Z] === RUN   TestDockerSwarmSuite/TestAPISwarmNodeRemove
17:15:26 [2021-08-20T17:15:26.873Z] === RUN   TestDockerSuite/TestBuildXZHost
17:15:28 [2021-08-20T17:15:28.234Z] --- PASS: TestBuildWithHugeFile (94.89s)
17:15:28 [2021-08-20T17:15:28.234Z] === RUN   TestBuildWCOWSandboxSize
17:15:28 [2021-08-20T17:15:28.766Z]     docker_api_swarm_node_test.go:52: [d823ef89d59b0] joining swarm manager [d48bdfc889866]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
17:15:30 [2021-08-20T17:15:30.133Z]     docker_api_swarm_node_test.go:53: [d51d5a7e58f7e] joining swarm manager [d48bdfc889866]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
17:15:30 [2021-08-20T17:15:30.389Z] === RUN   TestDockerSuite/TestCLIProxyDisableProxyUnixSock
17:15:30 [2021-08-20T17:15:30.389Z] === RUN   TestDockerSuite/TestClientSetsTLSServerName
17:15:30 [2021-08-20T17:15:30.389Z]     docker_cli_sni_test.go:18: Flakey test
17:15:30 [2021-08-20T17:15:30.389Z] === RUN   TestDockerSuite/TestCmdCannotBeInvoked
17:15:31 [2021-08-20T17:15:31.755Z] === RUN   TestDockerSuite/TestCommitAfterContainerIsDone
17:15:32 [2021-08-20T17:15:32.683Z] === RUN   TestDockerSuite/TestCommitChange
17:15:34 [2021-08-20T17:15:34.050Z] === RUN   TestDockerSuite/TestCommitChangeLabels
17:15:35 [2021-08-20T17:15:35.416Z] === RUN   TestDockerSuite/TestCommitHardlink
17:15:37 [2021-08-20T17:15:37.310Z] === RUN   TestDockerSuite/TestCommitNewFile
17:15:38 [2021-08-20T17:15:38.675Z] === RUN   TestDockerSuite/TestCommitPausedContainer
17:15:39 [2021-08-20T17:15:39.604Z] === RUN   TestDockerSuite/TestCommitTTY
17:15:40 [2021-08-20T17:15:40.969Z] === RUN   TestDockerSuite/TestCommitWithFilterLabel
17:15:41 [2021-08-20T17:15:41.897Z] === RUN   TestDockerSuite/TestCommitWithHostBindMount
17:15:43 [2021-08-20T17:15:43.264Z] === RUN   TestDockerSuite/TestCommitWithoutPause
17:15:44 [2021-08-20T17:15:44.192Z] === RUN   TestDockerSuite/TestConflictContainerNetworkAndLinks
17:15:44 [2021-08-20T17:15:44.192Z] === RUN   TestDockerSuite/TestConflictContainerNetworkHostAndLinks
17:15:44 [2021-08-20T17:15:44.192Z] === RUN   TestDockerSuite/TestConflictNetworkModeAndOptions
17:15:44 [2021-08-20T17:15:44.449Z] === RUN   TestDockerSuite/TestConflictNetworkModeNetHostAndOptions
17:15:44 [2021-08-20T17:15:44.449Z] === RUN   TestDockerSuite/TestContainerAPIBadPort
17:15:44 [2021-08-20T17:15:44.449Z] === RUN   TestDockerSuite/TestContainerAPIChunkedEncoding
17:15:44 [2021-08-20T17:15:44.449Z] === RUN   TestDockerSuite/TestContainerAPICommit
17:15:45 [2021-08-20T17:15:45.817Z] --- PASS: TestCreateServiceMultipleTimes (20.52s)
17:15:45 [2021-08-20T17:15:45.817Z] === RUN   TestCreateServiceConflict
17:15:46 [2021-08-20T17:15:46.073Z] === RUN   TestDockerSuite/TestContainerAPICommitWithLabelInConfig
17:15:47 [2021-08-20T17:15:47.288Z] === RUN   TestBoolValue
17:15:47 [2021-08-20T17:15:47.288Z] --- PASS: TestBoolValue (0.00s)
17:15:47 [2021-08-20T17:15:47.288Z] === RUN   TestBoolValueOrDefault
17:15:47 [2021-08-20T17:15:47.288Z] --- PASS: TestBoolValueOrDefault (0.00s)
17:15:47 [2021-08-20T17:15:47.288Z] === RUN   TestInt64ValueOrZero
17:15:47 [2021-08-20T17:15:47.288Z] --- PASS: TestInt64ValueOrZero (0.00s)
17:15:47 [2021-08-20T17:15:47.288Z] === RUN   TestInt64ValueOrDefault
17:15:47 [2021-08-20T17:15:47.288Z] --- PASS: TestInt64ValueOrDefault (0.00s)
17:15:47 [2021-08-20T17:15:47.288Z] === RUN   TestInt64ValueOrDefaultWithError
17:15:47 [2021-08-20T17:15:47.288Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s)
17:15:47 [2021-08-20T17:15:47.288Z] === RUN   TestJsonContentType
17:15:47 [2021-08-20T17:15:47.288Z] --- PASS: TestJsonContentType (0.00s)
17:15:47 [2021-08-20T17:15:47.288Z] PASS
17:15:47 [2021-08-20T17:15:47.288Z] coverage: 14.7% of statements
17:15:47 [2021-08-20T17:15:47.288Z] ok  	github.com/docker/docker/api/server/httputils	0.047s	coverage: 14.7% of statements
17:15:47 [2021-08-20T17:15:47.288Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
17:15:47 [2021-08-20T17:15:47.288Z] === RUN   TestMaskSecretKeys
17:15:47 [2021-08-20T17:15:47.288Z] === RUN   TestMaskSecretKeys/secret/config_create_and_update_requests
17:15:47 [2021-08-20T17:15:47.288Z] === RUN   TestMaskSecretKeys/masking_other_fields_(recursively)
17:15:47 [2021-08-20T17:15:47.288Z] === RUN   TestMaskSecretKeys/case_insensitive_field_matching
17:15:47 [2021-08-20T17:15:47.288Z] --- PASS: TestMaskSecretKeys (0.00s)
17:15:47 [2021-08-20T17:15:47.288Z]     --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s)
17:15:47 [2021-08-20T17:15:47.288Z]     --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s)
17:15:47 [2021-08-20T17:15:47.288Z]     --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s)
17:15:47 [2021-08-20T17:15:47.288Z] === RUN   TestVersionMiddlewareVersion
17:15:47 [2021-08-20T17:15:47.288Z] --- PASS: TestVersionMiddlewareVersion (0.00s)
17:15:47 [2021-08-20T17:15:47.288Z] === RUN   TestVersionMiddlewareWithErrorsReturnsHeaders
17:15:47 [2021-08-20T17:15:47.288Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s)
17:15:47 [2021-08-20T17:15:47.288Z] PASS
17:15:47 [2021-08-20T17:15:47.288Z] coverage: 37.7% of statements
17:15:47 [2021-08-20T17:15:47.288Z] ok  	github.com/docker/docker/api/server/middleware	0.054s	coverage: 37.7% of statements
17:15:47 [2021-08-20T17:15:47.288Z] ?   	github.com/docker/docker/api/server/router	[no test files]
17:15:47 [2021-08-20T17:15:47.288Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
17:15:47 [2021-08-20T17:15:47.288Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
17:15:47 [2021-08-20T17:15:47.288Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
17:15:47 [2021-08-20T17:15:47.288Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
17:15:47 [2021-08-20T17:15:47.288Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
17:15:47 [2021-08-20T17:15:47.288Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
17:15:47 [2021-08-20T17:15:47.288Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
17:15:47 [2021-08-20T17:15:47.288Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
17:15:47 [2021-08-20T17:15:47.746Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
17:15:47 [2021-08-20T17:15:47.746Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
17:15:47 [2021-08-20T17:15:47.963Z] === RUN   TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124
17:15:47 [2021-08-20T17:15:47.963Z] === RUN   TestDockerSuite/TestContainerAPICopyNotExistsAnyMore
17:15:48 [2021-08-20T17:15:48.524Z] --- PASS: TestCreateServiceConflict (2.58s)
17:15:48 [2021-08-20T17:15:48.524Z] === RUN   TestCreateServiceMaxReplicas
17:15:48 [2021-08-20T17:15:48.708Z] === RUN   TestStrSliceMarshalJSON
17:15:48 [2021-08-20T17:15:48.708Z] --- PASS: TestStrSliceMarshalJSON (0.00s)
17:15:48 [2021-08-20T17:15:48.708Z] === RUN   TestStrSliceUnmarshalJSON
17:15:48 [2021-08-20T17:15:48.708Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s)
17:15:48 [2021-08-20T17:15:48.708Z] === RUN   TestStrSliceUnmarshalString
17:15:48 [2021-08-20T17:15:48.708Z] --- PASS: TestStrSliceUnmarshalString (0.00s)
17:15:48 [2021-08-20T17:15:48.708Z] === RUN   TestStrSliceUnmarshalSlice
17:15:48 [2021-08-20T17:15:48.708Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s)
17:15:48 [2021-08-20T17:15:48.708Z] PASS
17:15:48 [2021-08-20T17:15:48.708Z] coverage: 90.0% of statements
17:15:48 [2021-08-20T17:15:48.708Z] ok  	github.com/docker/docker/api/types/strslice	0.045s	coverage: 90.0% of statements
17:15:48 [2021-08-20T17:15:48.708Z] === RUN   TestAdjustForAPIVersion
17:15:48 [2021-08-20T17:15:48.708Z] --- PASS: TestAdjustForAPIVersion (0.00s)
17:15:48 [2021-08-20T17:15:48.708Z] PASS
17:15:48 [2021-08-20T17:15:48.708Z] coverage: 5.7% of statements
17:15:48 [2021-08-20T17:15:48.708Z] ok  	github.com/docker/docker/api/server/router/swarm	0.062s	coverage: 5.7% of statements
17:15:48 [2021-08-20T17:15:48.708Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
17:15:48 [2021-08-20T17:15:48.708Z] ?   	github.com/docker/docker/api/server/router/volume	[no test files]
17:15:48 [2021-08-20T17:15:48.708Z] ?   	github.com/docker/docker/api/types	[no test files]
17:15:48 [2021-08-20T17:15:48.708Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
17:15:48 [2021-08-20T17:15:48.708Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
17:15:48 [2021-08-20T17:15:48.708Z] ?   	github.com/docker/docker/api/types/container	[no test files]
17:15:48 [2021-08-20T17:15:48.708Z] ?   	github.com/docker/docker/api/types/events	[no test files]
17:15:48 [2021-08-20T17:15:48.708Z] === RUN   TestToJSON
17:15:48 [2021-08-20T17:15:48.708Z] --- PASS: TestToJSON (0.00s)
17:15:48 [2021-08-20T17:15:48.708Z] === RUN   TestToParamWithVersion
17:15:48 [2021-08-20T17:15:48.708Z] --- PASS: TestToParamWithVersion (0.00s)
17:15:48 [2021-08-20T17:15:48.708Z] === RUN   TestFromJSON
17:15:48 [2021-08-20T17:15:48.708Z] --- PASS: TestFromJSON (0.00s)
17:15:48 [2021-08-20T17:15:48.708Z] === RUN   TestEmpty
17:15:48 [2021-08-20T17:15:48.708Z] --- PASS: TestEmpty (0.00s)
17:15:48 [2021-08-20T17:15:48.708Z] === RUN   TestArgsMatchKVListEmptySources
17:15:48 [2021-08-20T17:15:48.708Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s)
17:15:48 [2021-08-20T17:15:48.708Z] === RUN   TestArgsMatchKVList
17:15:48 [2021-08-20T17:15:48.708Z] --- PASS: TestArgsMatchKVList (0.00s)
17:15:48 [2021-08-20T17:15:48.708Z] === RUN   TestArgsMatch
17:15:48 [2021-08-20T17:15:48.708Z] --- PASS: TestArgsMatch (0.00s)
17:15:48 [2021-08-20T17:15:48.708Z] === RUN   TestAdd
17:15:48 [2021-08-20T17:15:48.708Z] --- PASS: TestAdd (0.00s)
17:15:48 [2021-08-20T17:15:48.708Z] === RUN   TestDel
17:15:48 [2021-08-20T17:15:48.708Z] --- PASS: TestDel (0.00s)
17:15:48 [2021-08-20T17:15:48.708Z] === RUN   TestLen
17:15:48 [2021-08-20T17:15:48.708Z] --- PASS: TestLen (0.00s)
17:15:48 [2021-08-20T17:15:48.708Z] === RUN   TestExactMatch
17:15:48 [2021-08-20T17:15:48.708Z] --- PASS: TestExactMatch (0.00s)
17:15:48 [2021-08-20T17:15:48.708Z] === RUN   TestOnlyOneExactMatch
17:15:48 [2021-08-20T17:15:48.708Z] --- PASS: TestOnlyOneExactMatch (0.00s)
17:15:48 [2021-08-20T17:15:48.708Z] === RUN   TestContains
17:15:48 [2021-08-20T17:15:48.708Z] --- PASS: TestContains (0.00s)
17:15:48 [2021-08-20T17:15:48.708Z] === RUN   TestValidate
17:15:48 [2021-08-20T17:15:48.708Z] --- PASS: TestValidate (0.00s)
17:15:48 [2021-08-20T17:15:48.708Z] === RUN   TestWalkValues
17:15:48 [2021-08-20T17:15:48.708Z] --- PASS: TestWalkValues (0.00s)
17:15:48 [2021-08-20T17:15:48.708Z] === RUN   TestFuzzyMatch
17:15:48 [2021-08-20T17:15:48.708Z] --- PASS: TestFuzzyMatch (0.00s)
17:15:48 [2021-08-20T17:15:48.708Z] === RUN   TestClone
17:15:48 [2021-08-20T17:15:48.708Z] --- PASS: TestClone (0.00s)
17:15:48 [2021-08-20T17:15:48.708Z] PASS
17:15:48 [2021-08-20T17:15:48.708Z] coverage: 92.2% of statements
17:15:48 [2021-08-20T17:15:48.708Z] ok  	github.com/docker/docker/api/types/filters	0.047s	coverage: 92.2% of statements
17:15:48 [2021-08-20T17:15:48.708Z] ?   	github.com/docker/docker/api/types/image	[no test files]
17:15:48 [2021-08-20T17:15:48.708Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
17:15:48 [2021-08-20T17:15:48.708Z] ?   	github.com/docker/docker/api/types/network	[no test files]
17:15:48 [2021-08-20T17:15:48.708Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
17:15:48 [2021-08-20T17:15:48.708Z] ?   	github.com/docker/docker/api/types/registry	[no test files]
17:15:48 [2021-08-20T17:15:48.708Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
17:15:48 [2021-08-20T17:15:48.708Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
17:15:48 [2021-08-20T17:15:48.782Z] === RUN   TestDockerSuite/TestContainerAPICopyPre124
17:15:49 [2021-08-20T17:15:49.164Z] === RUN   TestDurationToSecondsString
17:15:49 [2021-08-20T17:15:49.164Z] --- PASS: TestDurationToSecondsString (0.00s)
17:15:49 [2021-08-20T17:15:49.164Z] === RUN   TestGetTimestamp
17:15:49 [2021-08-20T17:15:49.164Z] === RUN   TestCompareVersion
17:15:49 [2021-08-20T17:15:49.164Z] --- PASS: TestCompareVersion (0.00s)
17:15:49 [2021-08-20T17:15:49.164Z] PASS
17:15:49 [2021-08-20T17:15:49.164Z] coverage: 75.0% of statements
17:15:49 [2021-08-20T17:15:49.164Z] ok  	github.com/docker/docker/api/types/versions	0.051s	coverage: 75.0% of statements
17:15:49 [2021-08-20T17:15:49.164Z] --- PASS: TestGetTimestamp (0.18s)
17:15:49 [2021-08-20T17:15:49.164Z] === RUN   TestParseTimestamps
17:15:49 [2021-08-20T17:15:49.164Z] --- PASS: TestParseTimestamps (0.00s)
17:15:49 [2021-08-20T17:15:49.164Z] PASS
17:15:49 [2021-08-20T17:15:49.164Z] coverage: 100.0% of statements
17:15:49 [2021-08-20T17:15:49.164Z] ok  	github.com/docker/docker/api/types/time	0.238s	coverage: 100.0% of statements
17:15:49 [2021-08-20T17:15:49.165Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
17:15:49 [2021-08-20T17:15:49.165Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
17:15:49 [2021-08-20T17:15:49.165Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
17:15:49 [2021-08-20T17:15:49.165Z] ?   	github.com/docker/docker/autogen/winresources/dockerd	[no test files]
17:15:49 [2021-08-20T17:15:49.165Z] ?   	github.com/docker/docker/builder	[no test files]
17:15:49 [2021-08-20T17:15:49.165Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
17:15:49 [2021-08-20T17:15:49.165Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
17:15:49 [2021-08-20T17:15:49.165Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
17:15:49 [2021-08-20T17:15:49.165Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
17:15:49 [2021-08-20T17:15:49.165Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
17:15:49 [2021-08-20T17:15:49.165Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
17:15:49 [2021-08-20T17:15:49.165Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
17:15:49 [2021-08-20T17:15:49.718Z] === RUN   TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124
17:15:50 [2021-08-20T17:15:50.649Z] === RUN   TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124
17:15:50 [2021-08-20T17:15:50.695Z] === RUN   TestParseRemoteURL
17:15:50 [2021-08-20T17:15:50.695Z] === RUN   TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment
17:15:50 [2021-08-20T17:15:50.695Z] === RUN   TestParseRemoteURL/git_scheme,_no_url-fragment
17:15:50 [2021-08-20T17:15:50.695Z] === RUN   TestParseRemoteURL/git_scheme,_with_url-fragment
17:15:50 [2021-08-20T17:15:50.695Z] === RUN   TestParseRemoteURL/https_scheme,_no_url-fragment
17:15:50 [2021-08-20T17:15:50.695Z] === RUN   TestParseRemoteURL/https_scheme,_with_url-fragment
17:15:50 [2021-08-20T17:15:50.695Z] === RUN   TestParseRemoteURL/git@,_no_url-fragment
17:15:50 [2021-08-20T17:15:50.695Z] === RUN   TestParseRemoteURL/git@,_with_url-fragment
17:15:50 [2021-08-20T17:15:50.695Z] === RUN   TestParseRemoteURL/ssh,_no_url-fragment
17:15:50 [2021-08-20T17:15:50.695Z] === RUN   TestParseRemoteURL/ssh,_with_url-fragment
17:15:50 [2021-08-20T17:15:50.695Z] === RUN   TestParseRemoteURL/ssh,_with_url-fragment_and_user
17:15:50 [2021-08-20T17:15:50.695Z] --- PASS: TestParseRemoteURL (0.00s)
17:15:50 [2021-08-20T17:15:50.695Z]     --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s)
17:15:50 [2021-08-20T17:15:50.695Z]     --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s)
17:15:50 [2021-08-20T17:15:50.695Z]     --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s)
17:15:50 [2021-08-20T17:15:50.695Z]     --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s)
17:15:50 [2021-08-20T17:15:50.695Z]     --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s)
17:15:50 [2021-08-20T17:15:50.695Z]     --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s)
17:15:50 [2021-08-20T17:15:50.695Z]     --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s)
17:15:50 [2021-08-20T17:15:50.695Z]     --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s)
17:15:50 [2021-08-20T17:15:50.695Z]     --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s)
17:15:50 [2021-08-20T17:15:50.695Z]     --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s)
17:15:50 [2021-08-20T17:15:50.695Z] === RUN   TestCloneArgsSmartHttp
17:15:50 [2021-08-20T17:15:50.695Z] --- PASS: TestCloneArgsSmartHttp (0.06s)
17:15:50 [2021-08-20T17:15:50.695Z] === RUN   TestCloneArgsDumbHttp
17:15:50 [2021-08-20T17:15:50.695Z] --- PASS: TestCloneArgsDumbHttp (0.00s)
17:15:50 [2021-08-20T17:15:50.695Z] === RUN   TestCloneArgsGit
17:15:50 [2021-08-20T17:15:50.695Z] --- PASS: TestCloneArgsGit (0.00s)
17:15:50 [2021-08-20T17:15:50.695Z] === RUN   TestCheckoutGit
17:15:51 [2021-08-20T17:15:51.992Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main
17:15:52 [2021-08-20T17:15:52.016Z] === RUN   TestDockerSuite/TestContainerAPICreate
17:15:52 [2021-08-20T17:15:52.578Z] === RUN   TestDockerSuite/TestContainerAPICreateBridgeNetworkMode
17:15:52 [2021-08-20T17:15:52.578Z] --- PASS: TestCreateServiceMaxReplicas (4.26s)
17:15:52 [2021-08-20T17:15:52.578Z] === RUN   TestCreateWithDuplicateNetworkNames
17:15:52 [2021-08-20T17:15:52.578Z] === RUN   TestDockerSuite/TestContainerAPICreateEmptyConfig
17:15:52 [2021-08-20T17:15:52.578Z] === RUN   TestDockerSuite/TestContainerAPICreateMountsBindRead
17:15:52 [2021-08-20T17:15:52.870Z] === RUN   TestProcessShouldRemoveDockerfileDockerignore
17:15:52 [2021-08-20T17:15:52.870Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.01s)
17:15:52 [2021-08-20T17:15:52.870Z] === RUN   TestProcessNoDockerignore
17:15:52 [2021-08-20T17:15:52.870Z] --- PASS: TestProcessNoDockerignore (0.00s)
17:15:52 [2021-08-20T17:15:52.870Z] === RUN   TestProcessShouldLeaveAllFiles
17:15:52 [2021-08-20T17:15:52.870Z] --- PASS: TestProcessShouldLeaveAllFiles (0.01s)
17:15:52 [2021-08-20T17:15:52.870Z] === RUN   TestDetectContentType
17:15:52 [2021-08-20T17:15:52.870Z] --- PASS: TestDetectContentType (0.00s)
17:15:52 [2021-08-20T17:15:52.870Z] === RUN   TestSelectAcceptableMIME
17:15:52 [2021-08-20T17:15:52.870Z] --- PASS: TestSelectAcceptableMIME (0.00s)
17:15:52 [2021-08-20T17:15:52.870Z] === RUN   TestInspectEmptyResponse
17:15:52 [2021-08-20T17:15:52.870Z] --- PASS: TestInspectEmptyResponse (0.00s)
17:15:52 [2021-08-20T17:15:52.870Z] === RUN   TestInspectResponseBinary
17:15:52 [2021-08-20T17:15:52.870Z] --- PASS: TestInspectResponseBinary (0.00s)
17:15:52 [2021-08-20T17:15:52.870Z] === RUN   TestResponseUnsupportedContentType
17:15:52 [2021-08-20T17:15:52.870Z] --- PASS: TestResponseUnsupportedContentType (0.00s)
17:15:52 [2021-08-20T17:15:52.870Z] === RUN   TestInspectResponseTextSimple
17:15:52 [2021-08-20T17:15:52.870Z] --- PASS: TestInspectResponseTextSimple (0.00s)
17:15:52 [2021-08-20T17:15:52.870Z] === RUN   TestInspectResponseEmptyContentType
17:15:52 [2021-08-20T17:15:52.870Z] --- PASS: TestInspectResponseEmptyContentType (0.00s)
17:15:52 [2021-08-20T17:15:52.870Z] === RUN   TestUnknownContentLength
17:15:52 [2021-08-20T17:15:52.870Z] --- PASS: TestUnknownContentLength (0.00s)
17:15:52 [2021-08-20T17:15:52.870Z] === RUN   TestDownloadRemote
17:15:52 [2021-08-20T17:15:52.870Z] --- PASS: TestDownloadRemote (0.12s)
17:15:52 [2021-08-20T17:15:52.870Z] === RUN   TestGetWithStatusError
17:15:52 [2021-08-20T17:15:52.870Z] --- PASS: TestGetWithStatusError (0.00s)
17:15:52 [2021-08-20T17:15:52.870Z] === RUN   TestCloseRootDirectory
17:15:52 [2021-08-20T17:15:52.870Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
17:15:52 [2021-08-20T17:15:52.870Z] --- SKIP: TestCloseRootDirectory (0.00s)
17:15:52 [2021-08-20T17:15:52.870Z] === RUN   TestHashFile
17:15:52 [2021-08-20T17:15:52.870Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
17:15:52 [2021-08-20T17:15:52.870Z] --- SKIP: TestHashFile (0.00s)
17:15:52 [2021-08-20T17:15:52.870Z] === RUN   TestHashSubdir
17:15:52 [2021-08-20T17:15:52.870Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
17:15:52 [2021-08-20T17:15:52.870Z] --- SKIP: TestHashSubdir (0.01s)
17:15:52 [2021-08-20T17:15:52.870Z] === RUN   TestRemoveDirectory
17:15:52 [2021-08-20T17:15:52.870Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
17:15:52 [2021-08-20T17:15:52.870Z] --- SKIP: TestRemoveDirectory (0.00s)
17:15:52 [2021-08-20T17:15:52.870Z] PASS
17:15:52 [2021-08-20T17:15:52.870Z] coverage: 9.3% of statements
17:15:52 [2021-08-20T17:15:52.870Z] ok  	github.com/docker/docker/builder/remotecontext	0.349s	coverage: 9.3% of statements
17:15:52 [2021-08-20T17:15:52.870Z] === RUN   TestGetAllAllowed
17:15:52 [2021-08-20T17:15:52.870Z] --- PASS: TestGetAllAllowed (0.00s)
17:15:52 [2021-08-20T17:15:52.870Z] === RUN   TestGetAllMeta
17:15:52 [2021-08-20T17:15:52.870Z] --- PASS: TestGetAllMeta (0.00s)
17:15:52 [2021-08-20T17:15:52.870Z] === RUN   TestWarnOnUnusedBuildArgs
17:15:52 [2021-08-20T17:15:52.870Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s)
17:15:52 [2021-08-20T17:15:52.870Z] === RUN   TestIsUnreferencedBuiltin
17:15:52 [2021-08-20T17:15:52.870Z] --- PASS: TestIsUnreferencedBuiltin (0.00s)
17:15:52 [2021-08-20T17:15:52.870Z] === RUN   TestIsExistingDirectory
17:15:52 [2021-08-20T17:15:52.870Z] --- PASS: TestIsExistingDirectory (0.01s)
17:15:52 [2021-08-20T17:15:52.870Z] === RUN   TestGetFilenameForDownload
17:15:52 [2021-08-20T17:15:52.870Z] --- PASS: TestGetFilenameForDownload (0.00s)
17:15:52 [2021-08-20T17:15:52.870Z] === RUN   TestEnv2Variables
17:15:52 [2021-08-20T17:15:52.870Z] --- PASS: TestEnv2Variables (0.00s)
17:15:52 [2021-08-20T17:15:52.870Z] === RUN   TestEnvValueWithExistingRunConfigEnv
17:15:52 [2021-08-20T17:15:52.870Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s)
17:15:52 [2021-08-20T17:15:52.870Z] === RUN   TestMaintainer
17:15:52 [2021-08-20T17:15:52.870Z] --- PASS: TestMaintainer (0.00s)
17:15:52 [2021-08-20T17:15:52.870Z] === RUN   TestLabel
17:15:52 [2021-08-20T17:15:52.870Z] --- PASS: TestLabel (0.00s)
17:15:52 [2021-08-20T17:15:52.870Z] === RUN   TestFromScratch
17:15:52 [2021-08-20T17:15:52.870Z] --- PASS: TestFromScratch (0.00s)
17:15:52 [2021-08-20T17:15:52.870Z] === RUN   TestFromWithArg
17:15:52 [2021-08-20T17:15:52.870Z] --- PASS: TestFromWithArg (0.00s)
17:15:52 [2021-08-20T17:15:52.870Z] === RUN   TestFromWithArgButBuildArgsNotGiven
17:15:52 [2021-08-20T17:15:52.870Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s)
17:15:52 [2021-08-20T17:15:52.870Z] === RUN   TestFromWithUndefinedArg
17:15:52 [2021-08-20T17:15:52.870Z] --- PASS: TestFromWithUndefinedArg (0.00s)
17:15:52 [2021-08-20T17:15:52.870Z] === RUN   TestFromMultiStageWithNamedStage
17:15:52 [2021-08-20T17:15:52.870Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s)
17:15:52 [2021-08-20T17:15:52.870Z] === RUN   TestOnbuild
17:15:52 [2021-08-20T17:15:52.870Z] --- PASS: TestOnbuild (0.00s)
17:15:52 [2021-08-20T17:15:52.870Z] === RUN   TestWorkdir
17:15:52 [2021-08-20T17:15:52.870Z] --- PASS: TestWorkdir (0.00s)
17:15:52 [2021-08-20T17:15:52.870Z] === RUN   TestCmd
17:15:52 [2021-08-20T17:15:52.870Z] --- PASS: TestCmd (0.00s)
17:15:52 [2021-08-20T17:15:52.870Z] === RUN   TestHealthcheckNone
17:15:53 [2021-08-20T17:15:53.326Z] --- PASS: TestHealthcheckNone (0.00s)
17:15:53 [2021-08-20T17:15:53.326Z] === RUN   TestHealthcheckCmd
17:15:53 [2021-08-20T17:15:53.326Z] --- PASS: TestHealthcheckCmd (0.00s)
17:15:53 [2021-08-20T17:15:53.326Z] === RUN   TestEntrypoint
17:15:53 [2021-08-20T17:15:53.326Z] --- PASS: TestEntrypoint (0.00s)
17:15:53 [2021-08-20T17:15:53.326Z] === RUN   TestExpose
17:15:53 [2021-08-20T17:15:53.326Z] --- PASS: TestExpose (0.00s)
17:15:53 [2021-08-20T17:15:53.326Z] === RUN   TestUser
17:15:53 [2021-08-20T17:15:53.326Z] --- PASS: TestUser (0.00s)
17:15:53 [2021-08-20T17:15:53.326Z] === RUN   TestVolume
17:15:53 [2021-08-20T17:15:53.326Z] --- PASS: TestVolume (0.00s)
17:15:53 [2021-08-20T17:15:53.326Z] === RUN   TestStopSignal
17:15:53 [2021-08-20T17:15:53.326Z]     dispatchers_test.go:377: Windows does not support stopsignal
17:15:53 [2021-08-20T17:15:53.326Z] --- SKIP: TestStopSignal (0.00s)
17:15:53 [2021-08-20T17:15:53.326Z] === RUN   TestArg
17:15:53 [2021-08-20T17:15:53.326Z] --- PASS: TestArg (0.01s)
17:15:53 [2021-08-20T17:15:53.326Z] === RUN   TestShell
17:15:53 [2021-08-20T17:15:53.326Z] --- PASS: TestShell (0.00s)
17:15:53 [2021-08-20T17:15:53.326Z] === RUN   TestPrependEnvOnCmd
17:15:53 [2021-08-20T17:15:53.326Z] --- PASS: TestPrependEnvOnCmd (0.00s)
17:15:53 [2021-08-20T17:15:53.326Z] === RUN   TestRunWithBuildArgs
17:15:53 [2021-08-20T17:15:53.326Z] --- PASS: TestRunWithBuildArgs (0.00s)
17:15:53 [2021-08-20T17:15:53.326Z] === RUN   TestRunIgnoresHealthcheck
17:15:53 [2021-08-20T17:15:53.326Z] --- PASS: TestRunIgnoresHealthcheck (0.00s)
17:15:53 [2021-08-20T17:15:53.326Z] === RUN   TestDispatchUnsupportedOptions
17:15:53 [2021-08-20T17:15:53.326Z] === RUN   TestDispatchUnsupportedOptions/ADD_with_chmod
17:15:53 [2021-08-20T17:15:53.326Z] === RUN   TestDispatchUnsupportedOptions/COPY_with_chmod
17:15:53 [2021-08-20T17:15:53.326Z] === RUN   TestDispatchUnsupportedOptions/RUN_with_unsupported_options
17:15:53 [2021-08-20T17:15:53.326Z] --- PASS: TestDispatchUnsupportedOptions (0.00s)
17:15:53 [2021-08-20T17:15:53.326Z]     --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s)
17:15:53 [2021-08-20T17:15:53.326Z]     --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s)
17:15:53 [2021-08-20T17:15:53.326Z]     --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s)
17:15:53 [2021-08-20T17:15:53.326Z] === RUN   TestNormalizeWorkdir
17:15:53 [2021-08-20T17:15:53.326Z] --- PASS: TestNormalizeWorkdir (0.00s)
17:15:53 [2021-08-20T17:15:53.326Z] === RUN   TestDispatch
17:15:53 [2021-08-20T17:15:53.326Z] === RUN   TestDispatch/ADD_multiple_files_to_file
17:15:53 [2021-08-20T17:15:53.326Z] === RUN   TestDispatch/Wildcard_ADD_multiple_files_to_file
17:15:53 [2021-08-20T17:15:53.326Z] === RUN   TestDispatch/COPY_multiple_files_to_file
17:15:53 [2021-08-20T17:15:53.326Z] === RUN   TestDispatch/ADD_multiple_files_to_file_with_whitespace
17:15:53 [2021-08-20T17:15:53.326Z] === RUN   TestDispatch/COPY_multiple_files_to_file_with_whitespace
17:15:53 [2021-08-20T17:15:53.326Z] === RUN   TestDispatch/COPY_wildcard_no_files
17:15:53 [2021-08-20T17:15:53.326Z] === RUN   TestDispatch/COPY_url
17:15:53 [2021-08-20T17:15:53.326Z] --- PASS: TestDispatch (0.09s)
17:15:53 [2021-08-20T17:15:53.326Z]     --- PASS: TestDispatch/ADD_multiple_files_to_file (0.02s)
17:15:53 [2021-08-20T17:15:53.326Z]     --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.03s)
17:15:53 [2021-08-20T17:15:53.326Z]     --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s)
17:15:53 [2021-08-20T17:15:53.326Z]     --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s)
17:15:53 [2021-08-20T17:15:53.326Z]     --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s)
17:15:53 [2021-08-20T17:15:53.326Z]     --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s)
17:15:53 [2021-08-20T17:15:53.326Z]     --- PASS: TestDispatch/COPY_url (0.00s)
17:15:53 [2021-08-20T17:15:53.326Z] === RUN   TestAddScratchImageAddsToMounts
17:15:53 [2021-08-20T17:15:53.326Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s)
17:15:53 [2021-08-20T17:15:53.326Z] === RUN   TestAddFromScratchPopulatesPlatform
17:15:53 [2021-08-20T17:15:53.326Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s)
17:15:53 [2021-08-20T17:15:53.326Z] === RUN   TestAddFromScratchDoesNotModifyArgPlatform
17:15:53 [2021-08-20T17:15:53.326Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s)
17:15:53 [2021-08-20T17:15:53.326Z] === RUN   TestAddFromScratchPopulatesPlatformIfNil
17:15:53 [2021-08-20T17:15:53.326Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s)
17:15:53 [2021-08-20T17:15:53.326Z] === RUN   TestImageSourceGetAddsToMounts
17:15:53 [2021-08-20T17:15:53.326Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s)
17:15:53 [2021-08-20T17:15:53.326Z] === RUN   TestEmptyDockerfile
17:15:53 [2021-08-20T17:15:53.326Z] --- PASS: TestEmptyDockerfile (0.01s)
17:15:53 [2021-08-20T17:15:53.326Z] === RUN   TestSymlinkDockerfile
17:15:53 [2021-08-20T17:15:53.326Z] --- PASS: TestSymlinkDockerfile (0.01s)
17:15:53 [2021-08-20T17:15:53.326Z] === RUN   TestDockerfileOutsideTheBuildContext
17:15:53 [2021-08-20T17:15:53.326Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s)
17:15:53 [2021-08-20T17:15:53.326Z] === RUN   TestNonExistingDockerfile
17:15:53 [2021-08-20T17:15:53.326Z] --- PASS: TestNonExistingDockerfile (0.00s)
17:15:53 [2021-08-20T17:15:53.326Z] === RUN   TestCopyRunConfig
17:15:53 [2021-08-20T17:15:53.326Z] --- PASS: TestCopyRunConfig (0.00s)
17:15:53 [2021-08-20T17:15:53.326Z] === RUN   TestDeepCopyRunConfig
17:15:53 [2021-08-20T17:15:53.326Z] --- PASS: TestDeepCopyRunConfig (0.00s)
17:15:53 [2021-08-20T17:15:53.326Z] === RUN   TestExportImage
17:15:53 [2021-08-20T17:15:53.326Z] --- PASS: TestExportImage (0.00s)
17:15:53 [2021-08-20T17:15:53.326Z] === RUN   TestNormalizeDest
17:15:53 [2021-08-20T17:15:53.326Z] --- PASS: TestNormalizeDest (0.00s)
17:15:53 [2021-08-20T17:15:53.326Z] PASS
17:15:53 [2021-08-20T17:15:53.326Z] coverage: 46.8% of statements
17:15:53 [2021-08-20T17:15:53.326Z] ok  	github.com/docker/docker/builder/dockerfile	0.251s	coverage: 46.8% of statements
17:15:53 [2021-08-20T17:15:53.326Z] ?   	github.com/docker/docker/builder/dockerignore	[no test files]
17:15:53 [2021-08-20T17:15:53.506Z] === RUN   TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig
17:15:53 [2021-08-20T17:15:53.506Z] === RUN   TestDockerSuite/TestContainerAPICreateNoHostConfig118
17:15:53 [2021-08-20T17:15:53.506Z] === RUN   TestDockerSuite/TestContainerAPICreateOtherNetworkModes
17:15:53 [2021-08-20T17:15:53.506Z] === RUN   TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset
17:15:53 [2021-08-20T17:15:53.762Z] === RUN   TestDockerSuite/TestContainerAPIDelete
17:15:53 [2021-08-20T17:15:53.785Z] === RUN   TestEnable
17:15:53 [2021-08-20T17:15:53.785Z] --- PASS: TestEnable (0.00s)
17:15:53 [2021-08-20T17:15:53.785Z] === RUN   TestDisable
17:15:53 [2021-08-20T17:15:53.785Z] --- PASS: TestDisable (0.00s)
17:15:53 [2021-08-20T17:15:53.785Z] === RUN   TestEnabled
17:15:53 [2021-08-20T17:15:53.785Z] --- PASS: TestEnabled (0.00s)
17:15:53 [2021-08-20T17:15:53.785Z] PASS
17:15:53 [2021-08-20T17:15:53.785Z] coverage: 100.0% of statements
17:15:53 [2021-08-20T17:15:53.785Z] ok  	github.com/docker/docker/cli/debug	0.045s	coverage: 100.0% of statements
17:15:54 [2021-08-20T17:15:54.691Z] === RUN   TestDockerSuite/TestContainerAPIDeleteConflict
17:15:54 [2021-08-20T17:15:54.747Z] === RUN   TestTCP4Proxy
17:15:54 [2021-08-20T17:15:54.747Z] --- PASS: TestTCP4Proxy (0.01s)
17:15:54 [2021-08-20T17:15:54.747Z] === RUN   TestTCP4ProxyHalfClose
17:15:54 [2021-08-20T17:15:54.747Z] --- PASS: TestTCP4ProxyHalfClose (0.00s)
17:15:54 [2021-08-20T17:15:54.747Z] === RUN   TestTCP6Proxy
17:15:54 [2021-08-20T17:15:54.747Z]     network_proxy_test.go:194: Need to start CI docker with --ipv6
17:15:54 [2021-08-20T17:15:54.747Z] --- SKIP: TestTCP6Proxy (0.00s)
17:15:54 [2021-08-20T17:15:54.747Z] === RUN   TestTCPDualStackProxy
17:15:54 [2021-08-20T17:15:54.747Z]     network_proxy_test.go:209: No support for dual stack yet
17:15:54 [2021-08-20T17:15:54.747Z] --- SKIP: TestTCPDualStackProxy (0.00s)
17:15:54 [2021-08-20T17:15:54.747Z] === RUN   TestUDP4Proxy
17:15:54 [2021-08-20T17:15:54.747Z] --- PASS: TestUDP4Proxy (0.00s)
17:15:54 [2021-08-20T17:15:54.747Z] === RUN   TestUDP6Proxy
17:15:54 [2021-08-20T17:15:54.747Z]     network_proxy_test.go:238: Need to start CI docker with --ipv6
17:15:54 [2021-08-20T17:15:54.747Z] --- SKIP: TestUDP6Proxy (0.00s)
17:15:54 [2021-08-20T17:15:54.747Z] === RUN   TestUDPWriteError
17:15:54 [2021-08-20T17:15:54.747Z] --- PASS: TestUDPWriteError (0.00s)
17:15:54 [2021-08-20T17:15:54.747Z] === RUN   TestSCTP4Proxy
17:15:54 [2021-08-20T17:15:54.747Z]     network_proxy_test.go:285: runtime.GOOS == "windows": sctp is not supported on windows
17:15:54 [2021-08-20T17:15:54.747Z] --- SKIP: TestSCTP4Proxy (0.00s)
17:15:54 [2021-08-20T17:15:54.747Z] === RUN   TestSCTP6Proxy
17:15:54 [2021-08-20T17:15:54.747Z]     network_proxy_test.go:299: Need to start CI docker with --ipv6
17:15:54 [2021-08-20T17:15:54.747Z] --- SKIP: TestSCTP6Proxy (0.00s)
17:15:54 [2021-08-20T17:15:54.747Z] PASS
17:15:54 [2021-08-20T17:15:54.747Z] coverage: 49.4% of statements
17:15:54 [2021-08-20T17:15:54.747Z] ok  	github.com/docker/docker/cmd/docker-proxy	0.076s	coverage: 49.4% of statements
17:15:55 [2021-08-20T17:15:55.620Z] === RUN   TestDockerSuite/TestContainerAPIDeleteForce
17:15:56 [2021-08-20T17:15:56.190Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main
17:15:56 [2021-08-20T17:15:56.553Z] === RUN   TestDockerSuite/TestContainerAPIDeleteNotExist
17:15:56 [2021-08-20T17:15:56.554Z] === RUN   TestDockerSuite/TestContainerAPIDeleteRemoveLinks
17:15:57 [2021-08-20T17:15:57.133Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main
17:15:58 [2021-08-20T17:15:58.444Z] === RUN   TestDockerSuite/TestContainerAPIDeleteRemoveVolume
17:15:59 [2021-08-20T17:15:59.007Z] === RUN   TestDockerSuite/TestContainerAPIDeleteWithEmptyName
17:15:59 [2021-08-20T17:15:59.007Z] === RUN   TestDockerSuite/TestContainerAPIGetAll
17:15:59 [2021-08-20T17:15:59.936Z] === RUN   TestDockerSuite/TestContainerAPIGetChanges
17:16:00 [2021-08-20T17:16:00.498Z] === RUN   TestDockerSuite/TestContainerAPIGetExport
17:16:01 [2021-08-20T17:16:01.334Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main
17:16:01 [2021-08-20T17:16:01.426Z] === RUN   TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted
17:16:01 [2021-08-20T17:16:01.595Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main
17:16:01 [2021-08-20T17:16:01.991Z] === RUN   TestDockerSuite/TestContainerAPIInvalidPortSyntax
17:16:01 [2021-08-20T17:16:01.991Z] === RUN   TestDockerSuite/TestContainerAPIKill
17:16:02 [2021-08-20T17:16:02.252Z] === RUN   TestDockerSwarmSuite/TestAPISwarmNodeUpdate
17:16:02 [2021-08-20T17:16:02.814Z] === RUN   TestDockerSuite/TestContainerAPIPause
17:16:03 [2021-08-20T17:16:03.744Z] === RUN   TestDockerSuite/TestContainerAPIPostContainerStop
17:16:04 [2021-08-20T17:16:04.673Z] === RUN   TestDockerSuite/TestContainerAPIPostCreateNull
17:16:04 [2021-08-20T17:16:04.673Z] === RUN   TestDockerSuite/TestContainerAPIRename
17:16:05 [2021-08-20T17:16:05.235Z] === RUN   TestDockerSuite/TestContainerAPIRestart
17:16:06 [2021-08-20T17:16:06.601Z] === RUN   TestDockerSuite/TestContainerAPIRestartNotimeoutParam
17:16:06 [2021-08-20T17:16:06.857Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.15s)
17:16:06 [2021-08-20T17:16:06.857Z] === RUN   TestCreateServiceSecretFileMode
17:16:07 [2021-08-20T17:16:07.105Z] === RUN   TestCheckpointCreateError
17:16:07 [2021-08-20T17:16:07.105Z] --- PASS: TestCheckpointCreateError (0.00s)
17:16:07 [2021-08-20T17:16:07.105Z] === RUN   TestCheckpointCreate
17:16:07 [2021-08-20T17:16:07.105Z] --- PASS: TestCheckpointCreate (0.00s)
17:16:07 [2021-08-20T17:16:07.105Z] === RUN   TestCheckpointDeleteError
17:16:07 [2021-08-20T17:16:07.105Z] --- PASS: TestCheckpointDeleteError (0.00s)
17:16:07 [2021-08-20T17:16:07.105Z] === RUN   TestCheckpointDelete
17:16:07 [2021-08-20T17:16:07.105Z] --- PASS: TestCheckpointDelete (0.00s)
17:16:07 [2021-08-20T17:16:07.105Z] === RUN   TestCheckpointListError
17:16:07 [2021-08-20T17:16:07.105Z] --- PASS: TestCheckpointListError (0.00s)
17:16:07 [2021-08-20T17:16:07.105Z] === RUN   TestCheckpointList
17:16:07 [2021-08-20T17:16:07.105Z] --- PASS: TestCheckpointList (0.00s)
17:16:07 [2021-08-20T17:16:07.105Z] === RUN   TestCheckpointListContainerNotFound
17:16:07 [2021-08-20T17:16:07.105Z] --- PASS: TestCheckpointListContainerNotFound (0.00s)
17:16:07 [2021-08-20T17:16:07.105Z] === RUN   TestNewClientWithOpsFromEnv
17:16:07 [2021-08-20T17:16:07.105Z]     client_test.go:23: runtime.GOOS == "windows"
17:16:07 [2021-08-20T17:16:07.105Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s)
17:16:07 [2021-08-20T17:16:07.105Z] === RUN   TestGetAPIPath
17:16:07 [2021-08-20T17:16:07.105Z] --- PASS: TestGetAPIPath (0.00s)
17:16:07 [2021-08-20T17:16:07.105Z] === RUN   TestParseHostURL
17:16:07 [2021-08-20T17:16:07.105Z] --- PASS: TestParseHostURL (0.00s)
17:16:07 [2021-08-20T17:16:07.105Z] === RUN   TestNewClientWithOpsFromEnvSetsDefaultVersion
17:16:07 [2021-08-20T17:16:07.105Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s)
17:16:07 [2021-08-20T17:16:07.105Z] === RUN   TestNegotiateAPIVersionEmpty
17:16:07 [2021-08-20T17:16:07.105Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s)
17:16:07 [2021-08-20T17:16:07.105Z] === RUN   TestNegotiateAPIVersion
17:16:07 [2021-08-20T17:16:07.105Z] --- PASS: TestNegotiateAPIVersion (0.00s)
17:16:07 [2021-08-20T17:16:07.105Z] === RUN   TestNegotiateAPVersionOverride
17:16:07 [2021-08-20T17:16:07.105Z] --- PASS: TestNegotiateAPVersionOverride (0.00s)
17:16:07 [2021-08-20T17:16:07.105Z] === RUN   TestNegotiateAPIVersionAutomatic
17:16:07 [2021-08-20T17:16:07.105Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s)
17:16:07 [2021-08-20T17:16:07.105Z] === RUN   TestNegotiateAPIVersionWithEmptyVersion
17:16:07 [2021-08-20T17:16:07.105Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s)
17:16:07 [2021-08-20T17:16:07.105Z] === RUN   TestNegotiateAPIVersionWithFixedVersion
17:16:07 [2021-08-20T17:16:07.105Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s)
17:16:07 [2021-08-20T17:16:07.105Z] === RUN   TestClientRedirect
17:16:07 [2021-08-20T17:16:07.105Z] --- PASS: TestClientRedirect (0.00s)
17:16:07 [2021-08-20T17:16:07.105Z] === RUN   TestConfigCreateUnsupported
17:16:07 [2021-08-20T17:16:07.105Z] --- PASS: TestConfigCreateUnsupported (0.00s)
17:16:07 [2021-08-20T17:16:07.105Z] === RUN   TestConfigCreateError
17:16:07 [2021-08-20T17:16:07.105Z] --- PASS: TestConfigCreateError (0.00s)
17:16:07 [2021-08-20T17:16:07.105Z] === RUN   TestConfigCreate
17:16:07 [2021-08-20T17:16:07.105Z] --- PASS: TestConfigCreate (0.00s)
17:16:07 [2021-08-20T17:16:07.105Z] === RUN   TestConfigInspectNotFound
17:16:07 [2021-08-20T17:16:07.105Z] --- PASS: TestConfigInspectNotFound (0.00s)
17:16:07 [2021-08-20T17:16:07.105Z] === RUN   TestConfigInspectWithEmptyID
17:16:07 [2021-08-20T17:16:07.105Z] --- PASS: TestConfigInspectWithEmptyID (0.00s)
17:16:07 [2021-08-20T17:16:07.105Z] === RUN   TestConfigInspectUnsupported
17:16:07 [2021-08-20T17:16:07.105Z] --- PASS: TestConfigInspectUnsupported (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestConfigInspectError
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestConfigInspectError (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestConfigInspectConfigNotFound
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestConfigInspectConfigNotFound (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestConfigInspect
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestConfigInspect (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestConfigListUnsupported
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestConfigListUnsupported (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestConfigListError
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestConfigListError (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestConfigList
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestConfigList (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestConfigRemoveUnsupported
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestConfigRemoveUnsupported (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestConfigRemoveError
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestConfigRemoveError (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestConfigRemove
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestConfigRemove (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestConfigUpdateUnsupported
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestConfigUpdateUnsupported (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestConfigUpdateError
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestConfigUpdateError (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestConfigUpdate
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestConfigUpdate (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestContainerCommitError
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestContainerCommitError (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestContainerCommit
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestContainerCommit (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestContainerStatPathError
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestContainerStatPathError (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestContainerStatPathNotFoundError
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestContainerStatPathNotFoundError (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestContainerStatPathNoHeaderError
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestContainerStatPath
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestContainerStatPath (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestCopyToContainerError
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestCopyToContainerError (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestCopyToContainerNotFoundError
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestCopyToContainerNotFoundError (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestCopyToContainerNotStatusOKError
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestCopyToContainer
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestCopyToContainer (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestCopyFromContainerError
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestCopyFromContainerError (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestCopyFromContainerNotFoundError
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestCopyFromContainerNotStatusOKError
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestCopyFromContainerNoHeaderError
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestCopyFromContainer
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestCopyFromContainer (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestContainerCreateError
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestContainerCreateError (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestContainerCreateImageNotFound
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestContainerCreateImageNotFound (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestContainerCreateWithName
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestContainerCreateWithName (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestContainerCreateAutoRemove
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestContainerCreateAutoRemove (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestContainerDiffError
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestContainerDiffError (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestContainerDiff
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestContainerDiff (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestContainerExecCreateError
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestContainerExecCreateError (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestContainerExecCreate
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestContainerExecCreate (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestContainerExecStartError
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestContainerExecStartError (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestContainerExecStart
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestContainerExecStart (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestContainerExecInspectError
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestContainerExecInspectError (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestContainerExecInspect
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestContainerExecInspect (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestContainerExportError
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestContainerExportError (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestContainerExport
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestContainerExport (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestContainerInspectError
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestContainerInspectError (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestContainerInspectContainerNotFound
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestContainerInspectContainerNotFound (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestContainerInspectWithEmptyID
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestContainerInspectWithEmptyID (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestContainerInspect
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestContainerInspect (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestContainerInspectNode
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestContainerInspectNode (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestContainerKillError
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestContainerKillError (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestContainerKill
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestContainerKill (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestContainerListError
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestContainerListError (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestContainerList
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestContainerList (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestContainerLogsNotFoundError
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestContainerLogsNotFoundError (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestContainerLogsError
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestContainerLogsError (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestContainerLogs
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestContainerLogs (0.20s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestContainerPauseError
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestContainerPauseError (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestContainerPause
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestContainerPause (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestContainersPruneError
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestContainersPruneError (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestContainersPrune
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestContainersPrune (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestContainerRemoveError
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestContainerRemoveError (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestContainerRemoveNotFoundError
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestContainerRemoveNotFoundError (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestContainerRemove
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestContainerRemove (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestContainerRenameError
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestContainerRenameError (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestContainerRename
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestContainerRename (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestContainerResizeError
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestContainerResizeError (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestContainerExecResizeError
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestContainerExecResizeError (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestContainerResize
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestContainerResize (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestContainerExecResize
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestContainerExecResize (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestContainerRestartError
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestContainerRestartError (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestContainerRestart
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestContainerRestart (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestContainerStartError
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestContainerStartError (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestContainerStart
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestContainerStart (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestContainerStatsError
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestContainerStatsError (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestContainerStats
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestContainerStats (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestContainerStopError
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestContainerStopError (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestContainerStop
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestContainerStop (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestContainerTopError
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestContainerTopError (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestContainerTop
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestContainerTop (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestContainerUnpauseError
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestContainerUnpauseError (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestContainerUnpause
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestContainerUnpause (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestContainerUpdateError
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestContainerUpdateError (0.02s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestContainerUpdate
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestContainerUpdate (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestContainerWaitError
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestContainerWaitError (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestContainerWait
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestContainerWait (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestDiskUsageError
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestDiskUsageError (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestDiskUsage
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestDiskUsage (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestDistributionInspectUnsupported
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestDistributionInspectUnsupported (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestDistributionInspectWithEmptyID
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestEventsErrorInOptions
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestEventsErrorInOptions (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestEventsErrorFromServer
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestEventsErrorFromServer (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestEvents
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestEvents (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestTLSCloseWriter
17:16:07 [2021-08-20T17:16:07.106Z] === PAUSE TestTLSCloseWriter
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestImageBuildError
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestImageBuildError (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestImageBuild
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestImageBuild (0.01s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestGetDockerOS
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestGetDockerOS (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestImageCreateError
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestImageCreateError (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestImageCreate
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestImageCreate (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestImageHistoryError
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestImageHistoryError (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestImageHistory
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestImageHistory (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestImageImportError
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestImageImportError (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestImageImport
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestImageImport (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestImageInspectError
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestImageInspectError (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestImageInspectImageNotFound
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestImageInspectImageNotFound (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestImageInspectWithEmptyID
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestImageInspectWithEmptyID (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestImageInspect
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestImageInspect (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestImageListError
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestImageListError (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestImageList
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestImageList (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestImageListApiBefore125
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestImageListApiBefore125 (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestImageLoadError
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestImageLoadError (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestImageLoad
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestImageLoad (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestImagesPruneError
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestImagesPruneError (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestImagesPrune
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestImagesPrune (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestImagePullReferenceParseError
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestImagePullReferenceParseError (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestImagePullAnyError
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestImagePullAnyError (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestImagePullStatusUnauthorizedError
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestImagePullWithPrivilegedFuncNoError
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestImagePullWithoutErrors
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestImagePullWithoutErrors (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestImagePushReferenceError
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestImagePushReferenceError (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestImagePushAnyError
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestImagePushAnyError (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestImagePushStatusUnauthorizedError
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestImagePushWithPrivilegedFuncNoError
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestImagePushWithoutErrors
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestImagePushWithoutErrors/myimage,all-tags=false
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestImagePushWithoutErrors/myimage:tag,all-tags=false
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestImagePushWithoutErrors/myimage,all-tags=true
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestImagePushWithoutErrors/myimage:anything,all-tags=true
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestImagePushWithoutErrors (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z]     --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z]     --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z]     --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z]     --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestImageRemoveError
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestImageRemoveError (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestImageRemoveImageNotFound
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestImageRemoveImageNotFound (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestImageRemove
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestImageRemove (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestImageSaveError
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestImageSaveError (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestImageSave
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestImageSave (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestImageSearchAnyError
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestImageSearchAnyError (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestImageSearchStatusUnauthorizedError
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestImageSearchWithPrivilegedFuncNoError
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestImageSearchWithoutErrors
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestImageSearchWithoutErrors (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestImageTagError
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestImageTagError (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestImageTagInvalidReference
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestImageTagInvalidReference (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestImageTagInvalidSourceImageName
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestImageTagHexSource
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestImageTagHexSource (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestImageTag
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestImageTag (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestInfoServerError
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestInfoServerError (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestInfoInvalidResponseJSONError
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestInfo
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestInfo (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestNetworkConnectError
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestNetworkConnectError (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestNetworkConnectEmptyNilEndpointSettings
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestNetworkConnect
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestNetworkConnect (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestNetworkCreateError
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestNetworkCreateError (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestNetworkCreate
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestNetworkCreate (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestNetworkDisconnectError
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestNetworkDisconnectError (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestNetworkDisconnect
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestNetworkDisconnect (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestNetworkInspectError
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestNetworkInspectError (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestNetworkInspectNotFoundError
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestNetworkInspectNotFoundError (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestNetworkInspectWithEmptyID
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestNetworkInspectWithEmptyID (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestNetworkInspect
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestNetworkInspect (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestNetworkListError
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestNetworkListError (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestNetworkList
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestNetworkList (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestNetworksPruneError
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestNetworksPruneError (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestNetworksPrune
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestNetworksPrune (0.00s)
17:16:07 [2021-08-20T17:16:07.106Z] === RUN   TestNetworkRemoveError
17:16:07 [2021-08-20T17:16:07.106Z] --- PASS: TestNetworkRemoveError (0.00s)
17:16:07 [2021-08-20T17:16:07.107Z] === RUN   TestNetworkRemove
17:16:07 [2021-08-20T17:16:07.107Z] --- PASS: TestNetworkRemove (0.00s)
17:16:07 [2021-08-20T17:16:07.107Z] === RUN   TestNodeInspectError
17:16:07 [2021-08-20T17:16:07.107Z] --- PASS: TestNodeInspectError (0.00s)
17:16:07 [2021-08-20T17:16:07.107Z] === RUN   TestNodeInspectNodeNotFound
17:16:07 [2021-08-20T17:16:07.107Z] --- PASS: TestNodeInspectNodeNotFound (0.00s)
17:16:07 [2021-08-20T17:16:07.107Z] === RUN   TestNodeInspectWithEmptyID
17:16:07 [2021-08-20T17:16:07.107Z] --- PASS: TestNodeInspectWithEmptyID (0.00s)
17:16:07 [2021-08-20T17:16:07.107Z] === RUN   TestNodeInspect
17:16:07 [2021-08-20T17:16:07.107Z] --- PASS: TestNodeInspect (0.00s)
17:16:07 [2021-08-20T17:16:07.107Z] === RUN   TestNodeListError
17:16:07 [2021-08-20T17:16:07.107Z] --- PASS: TestNodeListError (0.00s)
17:16:07 [2021-08-20T17:16:07.107Z] === RUN   TestNodeList
17:16:07 [2021-08-20T17:16:07.107Z] --- PASS: TestNodeList (0.00s)
17:16:07 [2021-08-20T17:16:07.107Z] === RUN   TestNodeRemoveError
17:16:07 [2021-08-20T17:16:07.107Z] --- PASS: TestNodeRemoveError (0.00s)
17:16:07 [2021-08-20T17:16:07.107Z] === RUN   TestNodeRemove
17:16:07 [2021-08-20T17:16:07.107Z] --- PASS: TestNodeRemove (0.00s)
17:16:07 [2021-08-20T17:16:07.107Z] === RUN   TestNodeUpdateError
17:16:07 [2021-08-20T17:16:07.107Z] --- PASS: TestNodeUpdateError (0.00s)
17:16:07 [2021-08-20T17:16:07.107Z] === RUN   TestNodeUpdate
17:16:07 [2021-08-20T17:16:07.107Z] --- PASS: TestNodeUpdate (0.00s)
17:16:07 [2021-08-20T17:16:07.107Z] === RUN   TestOptionWithTimeout
17:16:07 [2021-08-20T17:16:07.107Z] --- PASS: TestOptionWithTimeout (0.00s)
17:16:07 [2021-08-20T17:16:07.107Z] === RUN   TestPingFail
17:16:07 [2021-08-20T17:16:07.107Z] --- PASS: TestPingFail (0.00s)
17:16:07 [2021-08-20T17:16:07.107Z] === RUN   TestPingWithError
17:16:07 [2021-08-20T17:16:07.107Z] 2021/08/20 17:16:05 RoundTripper returned a response & error; ignoring response
17:16:07 [2021-08-20T17:16:07.107Z] 2021/08/20 17:16:05 RoundTripper returned a response & error; ignoring response
17:16:07 [2021-08-20T17:16:07.107Z] --- PASS: TestPingWithError (0.00s)
17:16:07 [2021-08-20T17:16:07.107Z] === RUN   TestPingSuccess
17:16:07 [2021-08-20T17:16:07.107Z] --- PASS: TestPingSuccess (0.00s)
17:16:07 [2021-08-20T17:16:07.107Z] === RUN   TestPingHeadFallback
17:16:07 [2021-08-20T17:16:07.107Z] === RUN   TestPingHeadFallback/OK
17:16:07 [2021-08-20T17:16:07.107Z] === RUN   TestPingHeadFallback/Internal_Server_Error
17:16:07 [2021-08-20T17:16:07.107Z] === RUN   TestPingHeadFallback/Not_Found
17:16:07 [2021-08-20T17:16:07.107Z] === RUN   TestPingHeadFallback/Method_Not_Allowed
17:16:07 [2021-08-20T17:16:07.107Z] --- PASS: TestPingHeadFallback (0.00s)
17:16:07 [2021-08-20T17:16:07.107Z]     --- PASS: TestPingHeadFallback/OK (0.00s)
17:16:07 [2021-08-20T17:16:07.107Z]     --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s)
17:16:07 [2021-08-20T17:16:07.107Z]     --- PASS: TestPingHeadFallback/Not_Found (0.00s)
17:16:07 [2021-08-20T17:16:07.107Z]     --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s)
17:16:07 [2021-08-20T17:16:07.107Z] === RUN   TestPluginDisableError
17:16:07 [2021-08-20T17:16:07.107Z] --- PASS: TestPluginDisableError (0.00s)
17:16:07 [2021-08-20T17:16:07.107Z] === RUN   TestPluginDisable
17:16:07 [2021-08-20T17:16:07.107Z] --- PASS: TestPluginDisable (0.00s)
17:16:07 [2021-08-20T17:16:07.107Z] === RUN   TestPluginEnableError
17:16:07 [2021-08-20T17:16:07.107Z] --- PASS: TestPluginEnableError (0.00s)
17:16:07 [2021-08-20T17:16:07.107Z] === RUN   TestPluginEnable
17:16:07 [2021-08-20T17:16:07.107Z] --- PASS: TestPluginEnable (0.00s)
17:16:07 [2021-08-20T17:16:07.107Z] === RUN   TestPluginInspectError
17:16:07 [2021-08-20T17:16:07.107Z] --- PASS: TestPluginInspectError (0.00s)
17:16:07 [2021-08-20T17:16:07.107Z] === RUN   TestPluginInspectWithEmptyID
17:16:07 [2021-08-20T17:16:07.107Z] --- PASS: TestPluginInspectWithEmptyID (0.00s)
17:16:07 [2021-08-20T17:16:07.107Z] === RUN   TestPluginInspect
17:16:07 [2021-08-20T17:16:07.107Z] --- PASS: TestPluginInspect (0.00s)
17:16:07 [2021-08-20T17:16:07.107Z] === RUN   TestPluginListError
17:16:07 [2021-08-20T17:16:07.107Z] --- PASS: TestPluginListError (0.00s)
17:16:07 [2021-08-20T17:16:07.107Z] === RUN   TestPluginList
17:16:07 [2021-08-20T17:16:07.107Z] --- PASS: TestPluginList (0.00s)
17:16:07 [2021-08-20T17:16:07.107Z] === RUN   TestPluginPushError
17:16:07 [2021-08-20T17:16:07.107Z] --- PASS: TestPluginPushError (0.00s)
17:16:07 [2021-08-20T17:16:07.107Z] === RUN   TestPluginPush
17:16:07 [2021-08-20T17:16:07.107Z] --- PASS: TestPluginPush (0.00s)
17:16:07 [2021-08-20T17:16:07.107Z] === RUN   TestPluginRemoveError
17:16:07 [2021-08-20T17:16:07.107Z] --- PASS: TestPluginRemoveError (0.00s)
17:16:07 [2021-08-20T17:16:07.107Z] === RUN   TestPluginRemove
17:16:07 [2021-08-20T17:16:07.107Z] --- PASS: TestPluginRemove (0.00s)
17:16:07 [2021-08-20T17:16:07.107Z] === RUN   TestPluginSetError
17:16:07 [2021-08-20T17:16:07.107Z] --- PASS: TestPluginSetError (0.00s)
17:16:07 [2021-08-20T17:16:07.107Z] === RUN   TestPluginSet
17:16:07 [2021-08-20T17:16:07.107Z] --- PASS: TestPluginSet (0.00s)
17:16:07 [2021-08-20T17:16:07.107Z] === RUN   TestSetHostHeader
17:16:07 [2021-08-20T17:16:07.107Z] --- PASS: TestSetHostHeader (0.00s)
17:16:07 [2021-08-20T17:16:07.107Z] === RUN   TestPlainTextError
17:16:07 [2021-08-20T17:16:07.107Z] --- PASS: TestPlainTextError (0.00s)
17:16:07 [2021-08-20T17:16:07.107Z] === RUN   TestInfiniteError
17:16:07 [2021-08-20T17:16:07.107Z] --- PASS: TestInfiniteError (0.03s)
17:16:07 [2021-08-20T17:16:07.107Z] === RUN   TestCanceledContext
17:16:07 [2021-08-20T17:16:07.107Z] 2021/08/20 17:16:05 RoundTripper returned a response & error; ignoring response
17:16:07 [2021-08-20T17:16:07.107Z] --- PASS: TestCanceledContext (0.00s)
17:16:07 [2021-08-20T17:16:07.107Z] === RUN   TestDeadlineExceededContext
17:16:07 [2021-08-20T17:16:07.107Z] 2021/08/20 17:16:05 RoundTripper returned a response & error; ignoring response
17:16:07 [2021-08-20T17:16:07.107Z] --- PASS: TestDeadlineExceededContext (0.00s)
17:16:07 [2021-08-20T17:16:07.107Z] === RUN   TestSecretCreateUnsupported
17:16:07 [2021-08-20T17:16:07.107Z] --- PASS: TestSecretCreateUnsupported (0.00s)
17:16:07 [2021-08-20T17:16:07.107Z] === RUN   TestSecretCreateError
17:16:07 [2021-08-20T17:16:07.107Z] --- PASS: TestSecretCreateError (0.00s)
17:16:07 [2021-08-20T17:16:07.107Z] === RUN   TestSecretCreate
17:16:07 [2021-08-20T17:16:07.107Z] --- PASS: TestSecretCreate (0.00s)
17:16:07 [2021-08-20T17:16:07.107Z] === RUN   TestSecretInspectUnsupported
17:16:07 [2021-08-20T17:16:07.107Z] --- PASS: TestSecretInspectUnsupported (0.00s)
17:16:07 [2021-08-20T17:16:07.107Z] === RUN   TestSecretInspectError
17:16:07 [2021-08-20T17:16:07.107Z] --- PASS: TestSecretInspectError (0.00s)
17:16:07 [2021-08-20T17:16:07.107Z] === RUN   TestSecretInspectSecretNotFound
17:16:07 [2021-08-20T17:16:07.107Z] --- PASS: TestSecretInspectSecretNotFound (0.00s)
17:16:07 [2021-08-20T17:16:07.107Z] === RUN   TestSecretInspectWithEmptyID
17:16:07 [2021-08-20T17:16:07.107Z] --- PASS: TestSecretInspectWithEmptyID (0.00s)
17:16:07 [2021-08-20T17:16:07.107Z] === RUN   TestSecretInspect
17:16:07 [2021-08-20T17:16:07.107Z] --- PASS: TestSecretInspect (0.00s)
17:16:07 [2021-08-20T17:16:07.107Z] === RUN   TestSecretListUnsupported
17:16:07 [2021-08-20T17:16:07.107Z] --- PASS: TestSecretListUnsupported (0.00s)
17:16:07 [2021-08-20T17:16:07.107Z] === RUN   TestSecretListError
17:16:07 [2021-08-20T17:16:07.107Z] --- PASS: TestSecretListError (0.00s)
17:16:07 [2021-08-20T17:16:07.107Z] === RUN   TestSecretList
17:16:07 [2021-08-20T17:16:07.107Z] --- PASS: TestSecretList (0.00s)
17:16:07 [2021-08-20T17:16:07.107Z] === RUN   TestSecretRemoveUnsupported
17:16:07 [2021-08-20T17:16:07.107Z] --- PASS: TestSecretRemoveUnsupported (0.00s)
17:16:07 [2021-08-20T17:16:07.107Z] === RUN   TestSecretRemoveError
17:16:07 [2021-08-20T17:16:07.107Z] --- PASS: TestSecretRemoveError (0.00s)
17:16:07 [2021-08-20T17:16:07.107Z] === RUN   TestSecretRemove
17:16:07 [2021-08-20T17:16:07.107Z] --- PASS: TestSecretRemove (0.00s)
17:16:07 [2021-08-20T17:16:07.107Z] === RUN   TestSecretUpdateUnsupported
17:16:07 [2021-08-20T17:16:07.107Z] --- PASS: TestSecretUpdateUnsupported (0.00s)
17:16:07 [2021-08-20T17:16:07.107Z] === RUN   TestSecretUpdateError
17:16:07 [2021-08-20T17:16:07.107Z] --- PASS: TestSecretUpdateError (0.00s)
17:16:07 [2021-08-20T17:16:07.107Z] === RUN   TestSecretUpdate
17:16:07 [2021-08-20T17:16:07.107Z] --- PASS: TestSecretUpdate (0.00s)
17:16:07 [2021-08-20T17:16:07.107Z] === RUN   TestServiceCreateError
17:16:07 [2021-08-20T17:16:07.107Z] --- PASS: TestServiceCreateError (0.00s)
17:16:07 [2021-08-20T17:16:07.107Z] === RUN   TestServiceCreate
17:16:07 [2021-08-20T17:16:07.107Z] --- PASS: TestServiceCreate (0.00s)
17:16:07 [2021-08-20T17:16:07.107Z] === RUN   TestServiceCreateCompatiblePlatforms
17:16:07 [2021-08-20T17:16:07.107Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s)
17:16:07 [2021-08-20T17:16:07.107Z] === RUN   TestServiceCreateDigestPinning
17:16:07 [2021-08-20T17:16:07.107Z] --- PASS: TestServiceCreateDigestPinning (0.00s)
17:16:07 [2021-08-20T17:16:07.107Z] === RUN   TestServiceInspectError
17:16:07 [2021-08-20T17:16:07.107Z] --- PASS: TestServiceInspectError (0.00s)
17:16:07 [2021-08-20T17:16:07.107Z] === RUN   TestServiceInspectServiceNotFound
17:16:07 [2021-08-20T17:16:07.107Z] --- PASS: TestServiceInspectServiceNotFound (0.00s)
17:16:07 [2021-08-20T17:16:07.107Z] === RUN   TestServiceInspectWithEmptyID
17:16:07 [2021-08-20T17:16:07.107Z] --- PASS: TestServiceInspectWithEmptyID (0.00s)
17:16:07 [2021-08-20T17:16:07.107Z] === RUN   TestServiceInspect
17:16:07 [2021-08-20T17:16:07.107Z] --- PASS: TestServiceInspect (0.00s)
17:16:07 [2021-08-20T17:16:07.107Z] === RUN   TestServiceListError
17:16:07 [2021-08-20T17:16:07.107Z] --- PASS: TestServiceListError (0.00s)
17:16:07 [2021-08-20T17:16:07.107Z] === RUN   TestServiceList
17:16:07 [2021-08-20T17:16:07.107Z] --- PASS: TestServiceList (0.00s)
17:16:07 [2021-08-20T17:16:07.107Z] === RUN   TestServiceLogsError
17:16:07 [2021-08-20T17:16:07.107Z] --- PASS: TestServiceLogsError (0.00s)
17:16:07 [2021-08-20T17:16:07.107Z] === RUN   TestServiceLogs
17:16:07 [2021-08-20T17:16:07.107Z] --- PASS: TestServiceLogs (0.00s)
17:16:07 [2021-08-20T17:16:07.107Z] === RUN   TestServiceRemoveError
17:16:07 [2021-08-20T17:16:07.107Z] --- PASS: TestServiceRemoveError (0.00s)
17:16:07 [2021-08-20T17:16:07.107Z] === RUN   TestServiceRemoveNotFoundError
17:16:07 [2021-08-20T17:16:07.107Z] --- PASS: TestServiceRemoveNotFoundError (0.00s)
17:16:07 [2021-08-20T17:16:07.107Z] === RUN   TestServiceRemove
17:16:07 [2021-08-20T17:16:07.107Z] --- PASS: TestServiceRemove (0.00s)
17:16:07 [2021-08-20T17:16:07.107Z] === RUN   TestServiceUpdateError
17:16:07 [2021-08-20T17:16:07.107Z] --- PASS: TestServiceUpdateError (0.00s)
17:16:07 [2021-08-20T17:16:07.107Z] === RUN   TestServiceUpdate
17:16:07 [2021-08-20T17:16:07.107Z] --- PASS: TestServiceUpdate (0.00s)
17:16:07 [2021-08-20T17:16:07.107Z] === RUN   TestSwarmGetUnlockKeyError
17:16:07 [2021-08-20T17:16:07.107Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s)
17:16:07 [2021-08-20T17:16:07.107Z] === RUN   TestSwarmGetUnlockKey
17:16:07 [2021-08-20T17:16:07.107Z] --- PASS: TestSwarmGetUnlockKey (0.00s)
17:16:07 [2021-08-20T17:16:07.107Z] === RUN   TestSwarmInitError
17:16:07 [2021-08-20T17:16:07.107Z] --- PASS: TestSwarmInitError (0.00s)
17:16:07 [2021-08-20T17:16:07.107Z] === RUN   TestSwarmInit
17:16:07 [2021-08-20T17:16:07.107Z] --- PASS: TestSwarmInit (0.00s)
17:16:07 [2021-08-20T17:16:07.107Z] === RUN   TestSwarmInspectError
17:16:07 [2021-08-20T17:16:07.107Z] --- PASS: TestSwarmInspectError (0.00s)
17:16:07 [2021-08-20T17:16:07.107Z] === RUN   TestSwarmInspect
17:16:07 [2021-08-20T17:16:07.107Z] --- PASS: TestSwarmInspect (0.00s)
17:16:07 [2021-08-20T17:16:07.107Z] === RUN   TestSwarmJoinError
17:16:07 [2021-08-20T17:16:07.107Z] --- PASS: TestSwarmJoinError (0.00s)
17:16:07 [2021-08-20T17:16:07.107Z] === RUN   TestSwarmJoin
17:16:07 [2021-08-20T17:16:07.107Z] --- PASS: TestSwarmJoin (0.00s)
17:16:07 [2021-08-20T17:16:07.107Z] === RUN   TestSwarmLeaveError
17:16:07 [2021-08-20T17:16:07.107Z] --- PASS: TestSwarmLeaveError (0.00s)
17:16:07 [2021-08-20T17:16:07.107Z] === RUN   TestSwarmLeave
17:16:07 [2021-08-20T17:16:07.107Z] --- PASS: TestSwarmLeave (0.00s)
17:16:07 [2021-08-20T17:16:07.107Z] === RUN   TestSwarmUnlockError
17:16:07 [2021-08-20T17:16:07.107Z] --- PASS: TestSwarmUnlockError (0.00s)
17:16:07 [2021-08-20T17:16:07.107Z] === RUN   TestSwarmUnlock
17:16:07 [2021-08-20T17:16:07.107Z] --- PASS: TestSwarmUnlock (0.00s)
17:16:07 [2021-08-20T17:16:07.107Z] === RUN   TestSwarmUpdateError
17:16:07 [2021-08-20T17:16:07.107Z] --- PASS: TestSwarmUpdateError (0.00s)
17:16:07 [2021-08-20T17:16:07.107Z] === RUN   TestSwarmUpdate
17:16:07 [2021-08-20T17:16:07.107Z] --- PASS: TestSwarmUpdate (0.00s)
17:16:07 [2021-08-20T17:16:07.107Z] === RUN   TestTaskInspectError
17:16:07 [2021-08-20T17:16:07.107Z] --- PASS: TestTaskInspectError (0.00s)
17:16:07 [2021-08-20T17:16:07.107Z] === RUN   TestTaskInspectWithEmptyID
17:16:07 [2021-08-20T17:16:07.107Z] --- PASS: TestTaskInspectWithEmptyID (0.00s)
17:16:07 [2021-08-20T17:16:07.107Z] === RUN   TestTaskInspect
17:16:07 [2021-08-20T17:16:07.107Z] --- PASS: TestTaskInspect (0.00s)
17:16:07 [2021-08-20T17:16:07.107Z] === RUN   TestTaskListError
17:16:07 [2021-08-20T17:16:07.107Z] --- PASS: TestTaskListError (0.00s)
17:16:07 [2021-08-20T17:16:07.107Z] === RUN   TestTaskList
17:16:07 [2021-08-20T17:16:07.107Z] --- PASS: TestTaskList (0.00s)
17:16:07 [2021-08-20T17:16:07.107Z] === RUN   TestVolumeCreateError
17:16:07 [2021-08-20T17:16:07.107Z] --- PASS: TestVolumeCreateError (0.00s)
17:16:07 [2021-08-20T17:16:07.107Z] === RUN   TestVolumeCreate
17:16:07 [2021-08-20T17:16:07.107Z] --- PASS: TestVolumeCreate (0.00s)
17:16:07 [2021-08-20T17:16:07.107Z] === RUN   TestVolumeInspectError
17:16:07 [2021-08-20T17:16:07.107Z] --- PASS: TestVolumeInspectError (0.00s)
17:16:07 [2021-08-20T17:16:07.107Z] === RUN   TestVolumeInspectNotFound
17:16:07 [2021-08-20T17:16:07.107Z] --- PASS: TestVolumeInspectNotFound (0.00s)
17:16:07 [2021-08-20T17:16:07.107Z] === RUN   TestVolumeInspectWithEmptyID
17:16:07 [2021-08-20T17:16:07.107Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s)
17:16:07 [2021-08-20T17:16:07.107Z] === RUN   TestVolumeInspect
17:16:07 [2021-08-20T17:16:07.107Z] --- PASS: TestVolumeInspect (0.00s)
17:16:07 [2021-08-20T17:16:07.107Z] === RUN   TestVolumeListError
17:16:07 [2021-08-20T17:16:07.107Z] --- PASS: TestVolumeListError (0.00s)
17:16:07 [2021-08-20T17:16:07.107Z] === RUN   TestVolumeList
17:16:07 [2021-08-20T17:16:07.107Z] --- PASS: TestVolumeList (0.00s)
17:16:07 [2021-08-20T17:16:07.107Z] === RUN   TestVolumeRemoveError
17:16:07 [2021-08-20T17:16:07.107Z] --- PASS: TestVolumeRemoveError (0.00s)
17:16:07 [2021-08-20T17:16:07.107Z] === RUN   TestVolumeRemove
17:16:07 [2021-08-20T17:16:07.107Z] --- PASS: TestVolumeRemove (0.01s)
17:16:07 [2021-08-20T17:16:07.107Z] === CONT  TestTLSCloseWriter
17:16:07 [2021-08-20T17:16:07.107Z] --- PASS: TestTLSCloseWriter (0.01s)
17:16:07 [2021-08-20T17:16:07.107Z] PASS
17:16:07 [2021-08-20T17:16:07.107Z] coverage: 74.8% of statements
17:16:07 [2021-08-20T17:16:07.107Z] ok  	github.com/docker/docker/client	0.434s	coverage: 74.8% of statements
17:16:08 [2021-08-20T17:16:08.224Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount
17:16:08 [2021-08-20T17:16:08.224Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName
17:16:08 [2021-08-20T17:16:08.224Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount
17:16:08 [2021-08-20T17:16:08.224Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch
17:16:08 [2021-08-20T17:16:08.224Z] === RUN   TestDockerSuite/TestContainerAPIStart
17:16:08 [2021-08-20T17:16:08.481Z] === RUN   TestDockerSwarmSuite/TestAPISwarmPromoteDemote
17:16:09 [2021-08-20T17:16:09.410Z] === RUN   TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled
17:16:10 [2021-08-20T17:16:10.340Z] --- PASS: TestCreateServiceSecretFileMode (3.49s)
17:16:10 [2021-08-20T17:16:10.340Z] === RUN   TestCreateServiceConfigFileMode
17:16:10 [2021-08-20T17:16:10.596Z]     docker_api_swarm_test.go:201: [d9cb4a9262876] joining swarm manager [db8d78116b299]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
17:16:13 [2021-08-20T17:16:13.119Z] --- PASS: TestCreateServiceConfigFileMode (2.70s)
17:16:13 [2021-08-20T17:16:13.119Z] === RUN   TestCreateServiceSysctls
17:16:14 [2021-08-20T17:16:14.484Z] === RUN   TestDockerSuite/TestContainerAPIStop
17:16:15 [2021-08-20T17:16:15.414Z] === RUN   TestDockerSuite/TestContainerAPITop
17:16:16 [2021-08-20T17:16:16.342Z] === RUN   TestDockerSuite/TestContainerAPITopWindows
17:16:16 [2021-08-20T17:16:16.342Z]     docker_api_containers_test.go:418: unmatched requirement DaemonIsWindows
17:16:16 [2021-08-20T17:16:16.342Z] === RUN   TestDockerSuite/TestContainerAPIVerifyHeader
17:16:16 [2021-08-20T17:16:16.342Z] === RUN   TestDockerSuite/TestContainerAPIWait
17:16:16 [2021-08-20T17:16:16.905Z] --- PASS: TestCreateServiceSysctls (3.86s)
17:16:16 [2021-08-20T17:16:16.905Z] === RUN   TestCreateServiceCapabilities
17:16:19 [2021-08-20T17:16:19.422Z] === RUN   TestDockerSuite/TestContainerKillCustomStopSignal
17:16:19 [2021-08-20T17:16:19.678Z] --- PASS: TestCreateServiceCapabilities (2.85s)
17:16:19 [2021-08-20T17:16:19.678Z] === RUN   TestInspect
17:16:20 [2021-08-20T17:16:20.242Z] === RUN   TestDockerSuite/TestContainerNetworkMode
17:16:21 [2021-08-20T17:16:21.611Z] === RUN   TestDockerSuite/TestContainerRestartInMultipleNetworks
17:16:24 [2021-08-20T17:16:24.131Z] --- PASS: TestInspect (4.16s)
17:16:24 [2021-08-20T17:16:24.131Z] === RUN   TestCreateJob
17:16:28 [2021-08-20T17:16:28.162Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main
17:16:28 [2021-08-20T17:16:28.169Z] --- PASS: TestCheckoutGit (35.08s)
17:16:28 [2021-08-20T17:16:28.169Z] === RUN   TestValidGitTransport
17:16:28 [2021-08-20T17:16:28.169Z] --- PASS: TestValidGitTransport (0.00s)
17:16:28 [2021-08-20T17:16:28.169Z] === RUN   TestGitInvalidRef
17:16:28 [2021-08-20T17:16:28.169Z] --- PASS: TestGitInvalidRef (0.24s)
17:16:28 [2021-08-20T17:16:28.169Z] PASS
17:16:28 [2021-08-20T17:16:28.169Z] coverage: 86.3% of statements
17:16:28 [2021-08-20T17:16:28.169Z] ok  	github.com/docker/docker/builder/remotecontext/git	35.487s	coverage: 86.3% of statements
17:16:28 [2021-08-20T17:16:28.169Z] ?   	github.com/docker/docker/cli	[no test files]
17:16:28 [2021-08-20T17:16:28.169Z] ?   	github.com/docker/docker/cli/config	[no test files]
17:16:28 [2021-08-20T17:16:28.302Z] === RUN   TestDockerSuite/TestContainerWithConflictingHostNetworks
17:16:28 [2021-08-20T17:16:28.302Z] --- PASS: TestCreateJob (4.40s)
17:16:28 [2021-08-20T17:16:28.302Z] === RUN   TestReplicatedJob
17:16:29 [2021-08-20T17:16:29.231Z] === RUN   TestDockerSuite/TestContainerWithConflictingNoneNetwork
17:16:31 [2021-08-20T17:16:31.753Z] === RUN   TestDockerSuite/TestContainerWithConflictingSharedNetwork
17:16:32 [2021-08-20T17:16:32.364Z] Created binary: bundles/cross/linux/ppc64le-daemon/dockerd-dev
17:16:32 [2021-08-20T17:16:32.364Z] Building: bundles/cross/linux/ppc64le-daemon/docker-proxy-dev
17:16:32 [2021-08-20T17:16:32.364Z] GOOS="linux" GOARCH="ppc64le" GOARM=""
17:16:32 [2021-08-20T17:16:32.364Z] Created binary: bundles/cross/linux/ppc64le-daemon/docker-proxy-dev
17:16:32 [2021-08-20T17:16:32.364Z] Cross building: bundles/cross/linux/s390x
17:16:32 [2021-08-20T17:16:32.364Z] Building: bundles/cross/linux/s390x-daemon/dockerd-dev
17:16:32 [2021-08-20T17:16:32.364Z] GOOS="linux" GOARCH="s390x" GOARM=""
17:16:33 [2021-08-20T17:16:33.647Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate
17:16:33 [2021-08-20T17:16:33.903Z] === RUN   TestDockerSwarmSuite/TestAPISwarmRaftQuorum
17:16:35 [2021-08-20T17:16:35.269Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false__<nil>_<nil>_<nil>}
17:16:36 [2021-08-20T17:16:36.636Z]     docker_api_swarm_test.go:383: [d172ec3dcb63b] joining swarm manager [ddd8e551ae330]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
17:16:36 [2021-08-20T17:16:36.893Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false__<nil>_<nil>_<nil>}
17:16:36 [2021-08-20T17:16:36.893Z] --- PASS: TestReplicatedJob (8.57s)
17:16:36 [2021-08-20T17:16:36.893Z] === RUN   TestUpdateReplicatedJob
17:16:37 [2021-08-20T17:16:37.857Z]     docker_api_swarm_test.go:384: [d3aa906531b07] joining swarm manager [ddd8e551ae330]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
17:16:38 [2021-08-20T17:16:38.419Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false__<nil>_<nil>_<nil>}
17:16:40 [2021-08-20T17:16:40.407Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main
17:16:40 [2021-08-20T17:16:40.524Z] === RUN   TestLoadDaemonCliConfigWithoutOverriding
17:16:40 [2021-08-20T17:16:40.524Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s)
17:16:40 [2021-08-20T17:16:40.524Z] === RUN   TestLoadDaemonCliConfigWithTLS
17:16:40 [2021-08-20T17:16:40.524Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s)
17:16:40 [2021-08-20T17:16:40.524Z] === RUN   TestLoadDaemonCliConfigWithConflicts
17:16:40 [2021-08-20T17:16:40.524Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s)
17:16:40 [2021-08-20T17:16:40.524Z] === RUN   TestLoadDaemonCliWithConflictingNodeGenericResources
17:16:40 [2021-08-20T17:16:40.524Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s)
17:16:40 [2021-08-20T17:16:40.524Z] === RUN   TestLoadDaemonCliWithConflictingLabels
17:16:40 [2021-08-20T17:16:40.524Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s)
17:16:40 [2021-08-20T17:16:40.524Z] === RUN   TestLoadDaemonCliWithDuplicateLabels
17:16:40 [2021-08-20T17:16:40.524Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s)
17:16:40 [2021-08-20T17:16:40.524Z] === RUN   TestLoadDaemonCliConfigWithTLSVerify
17:16:40 [2021-08-20T17:16:40.524Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s)
17:16:40 [2021-08-20T17:16:40.524Z] === RUN   TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse
17:16:40 [2021-08-20T17:16:40.524Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s)
17:16:40 [2021-08-20T17:16:40.524Z] === RUN   TestLoadDaemonCliConfigWithoutTLSVerify
17:16:40 [2021-08-20T17:16:40.524Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s)
17:16:40 [2021-08-20T17:16:40.524Z] === RUN   TestLoadDaemonCliConfigWithLogLevel
17:16:40 [2021-08-20T17:16:40.524Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.01s)
17:16:40 [2021-08-20T17:16:40.524Z] === RUN   TestLoadDaemonConfigWithEmbeddedOptions
17:16:40 [2021-08-20T17:16:40.524Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s)
17:16:40 [2021-08-20T17:16:40.524Z] === RUN   TestLoadDaemonConfigWithRegistryOptions
17:16:40 [2021-08-20T17:16:40.524Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s)
17:16:40 [2021-08-20T17:16:40.524Z] === RUN   TestConfigureDaemonLogs
17:16:40 [2021-08-20T17:16:40.524Z] --- PASS: TestConfigureDaemonLogs (0.00s)
17:16:40 [2021-08-20T17:16:40.524Z] === RUN   TestCommonOptionsInstallFlags
17:16:40 [2021-08-20T17:16:40.524Z] --- PASS: TestCommonOptionsInstallFlags (0.00s)
17:16:40 [2021-08-20T17:16:40.524Z] === RUN   TestCommonOptionsInstallFlagsWithDefaults
17:16:40 [2021-08-20T17:16:40.524Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s)
17:16:40 [2021-08-20T17:16:40.524Z] PASS
17:16:40 [2021-08-20T17:16:40.524Z] coverage: 18.5% of statements
17:16:40 [2021-08-20T17:16:40.524Z] ok  	github.com/docker/docker/cmd/dockerd	0.239s	coverage: 18.5% of statements
17:16:40 [2021-08-20T17:16:40.524Z] === RUN   TestContainerStopSignal
17:16:40 [2021-08-20T17:16:40.524Z] --- PASS: TestContainerStopSignal (0.00s)
17:16:40 [2021-08-20T17:16:40.524Z] === RUN   TestContainerStopTimeout
17:16:40 [2021-08-20T17:16:40.524Z] --- PASS: TestContainerStopTimeout (0.00s)
17:16:40 [2021-08-20T17:16:40.524Z] === RUN   TestContainerSecretReferenceDestTarget
17:16:40 [2021-08-20T17:16:40.524Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s)
17:16:40 [2021-08-20T17:16:40.524Z] === RUN   TestContainerLogPathSetForJSONFileLogger
17:16:40 [2021-08-20T17:16:40.524Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.01s)
17:16:40 [2021-08-20T17:16:40.524Z] === RUN   TestContainerLogPathSetForRingLogger
17:16:40 [2021-08-20T17:16:40.524Z] --- PASS: TestContainerLogPathSetForRingLogger (0.01s)
17:16:40 [2021-08-20T17:16:40.524Z] === RUN   TestReplaceAndAppendEnvVars
17:16:40 [2021-08-20T17:16:40.524Z]     env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm]
17:16:40 [2021-08-20T17:16:40.524Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s)
17:16:40 [2021-08-20T17:16:40.524Z] === RUN   TestNewMemoryStore
17:16:40 [2021-08-20T17:16:40.524Z] --- PASS: TestNewMemoryStore (0.00s)
17:16:40 [2021-08-20T17:16:40.524Z] === RUN   TestAddContainers
17:16:40 [2021-08-20T17:16:40.524Z] --- PASS: TestAddContainers (0.00s)
17:16:40 [2021-08-20T17:16:40.524Z] === RUN   TestGetContainer
17:16:40 [2021-08-20T17:16:40.524Z] --- PASS: TestGetContainer (0.00s)
17:16:40 [2021-08-20T17:16:40.524Z] === RUN   TestDeleteContainer
17:16:40 [2021-08-20T17:16:40.524Z] --- PASS: TestDeleteContainer (0.00s)
17:16:40 [2021-08-20T17:16:40.524Z] === RUN   TestListContainers
17:16:40 [2021-08-20T17:16:40.524Z] --- PASS: TestListContainers (0.00s)
17:16:40 [2021-08-20T17:16:40.524Z] === RUN   TestFirstContainer
17:16:40 [2021-08-20T17:16:40.524Z] --- PASS: TestFirstContainer (0.00s)
17:16:40 [2021-08-20T17:16:40.524Z] === RUN   TestApplyAllContainer
17:16:40 [2021-08-20T17:16:40.524Z] --- PASS: TestApplyAllContainer (0.00s)
17:16:40 [2021-08-20T17:16:40.524Z] === RUN   TestIsValidHealthString
17:16:40 [2021-08-20T17:16:40.524Z] --- PASS: TestIsValidHealthString (0.00s)
17:16:40 [2021-08-20T17:16:40.524Z] === RUN   TestStateRunStop
17:16:40 [2021-08-20T17:16:40.524Z] --- PASS: TestStateRunStop (0.00s)
17:16:40 [2021-08-20T17:16:40.524Z] === RUN   TestStateTimeoutWait
17:16:40 [2021-08-20T17:16:40.524Z] ?   	github.com/docker/docker/cmd/dockerd/trap	[no test files]
17:16:40 [2021-08-20T17:16:40.524Z] ?   	github.com/docker/docker/cmd/dockerd/trap/testfiles	[no test files]
17:16:40 [2021-08-20T17:16:40.524Z]     state_test.go:141: Stop callback fired
17:16:40 [2021-08-20T17:16:40.524Z]     state_test.go:165: Stop callback fired
17:16:40 [2021-08-20T17:16:40.524Z] --- PASS: TestStateTimeoutWait (0.10s)
17:16:40 [2021-08-20T17:16:40.524Z] === RUN   TestIsValidStateString
17:16:40 [2021-08-20T17:16:40.524Z] --- PASS: TestIsValidStateString (0.00s)
17:16:40 [2021-08-20T17:16:40.524Z] === RUN   TestViewSaveDelete
17:16:40 [2021-08-20T17:16:40.524Z] --- PASS: TestViewSaveDelete (0.02s)
17:16:40 [2021-08-20T17:16:40.524Z] === RUN   TestViewAll
17:16:40 [2021-08-20T17:16:40.524Z] --- PASS: TestViewAll (0.02s)
17:16:40 [2021-08-20T17:16:40.524Z] === RUN   TestViewGet
17:16:40 [2021-08-20T17:16:40.524Z] --- PASS: TestViewGet (0.01s)
17:16:40 [2021-08-20T17:16:40.524Z] === RUN   TestNames
17:16:40 [2021-08-20T17:16:40.524Z] --- PASS: TestNames (0.00s)
17:16:40 [2021-08-20T17:16:40.524Z] === RUN   TestViewWithHealthCheck
17:16:40 [2021-08-20T17:16:40.524Z] --- PASS: TestViewWithHealthCheck (0.01s)
17:16:40 [2021-08-20T17:16:40.524Z] PASS
17:16:40 [2021-08-20T17:16:40.524Z] coverage: 41.7% of statements
17:16:40 [2021-08-20T17:16:40.524Z] ok  	github.com/docker/docker/container	0.311s	coverage: 41.7% of statements
17:16:40 [2021-08-20T17:16:40.524Z] ?   	github.com/docker/docker/container/stream	[no test files]
17:16:40 [2021-08-20T17:16:40.524Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
17:16:40 [2021-08-20T17:16:40.524Z] ?   	github.com/docker/docker/contrib/docker-device-tool	[no test files]
17:16:40 [2021-08-20T17:16:40.524Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
17:16:40 [2021-08-20T17:16:40.935Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true__<nil>_<nil>_<nil>}
17:16:41 [2021-08-20T17:16:41.497Z] --- PASS: TestUpdateReplicatedJob (4.65s)
17:16:41 [2021-08-20T17:16:41.497Z] === RUN   TestServiceListWithStatuses
17:16:41 [2021-08-20T17:16:41.497Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
17:16:41 [2021-08-20T17:16:41.497Z] --- SKIP: TestServiceListWithStatuses (0.00s)
17:16:41 [2021-08-20T17:16:41.497Z] === RUN   TestDockerNetworkConnectAlias
17:16:42 [2021-08-20T17:16:42.425Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false__<nil>_0xc0007fefd8_<nil>}
17:16:42 [2021-08-20T17:16:42.691Z] === RUN   TestPrepare
17:16:42 [2021-08-20T17:16:42.691Z] --- PASS: TestPrepare (0.00s)
17:16:42 [2021-08-20T17:16:42.691Z] === RUN   TestStart
17:16:42 [2021-08-20T17:16:42.691Z] --- PASS: TestStart (0.00s)
17:16:42 [2021-08-20T17:16:42.691Z] === RUN   TestWaitCancel
17:16:42 [2021-08-20T17:16:42.691Z] --- PASS: TestWaitCancel (0.00s)
17:16:42 [2021-08-20T17:16:42.691Z] === RUN   TestWaitDisabled
17:16:42 [2021-08-20T17:16:42.691Z] --- PASS: TestWaitDisabled (0.00s)
17:16:42 [2021-08-20T17:16:42.691Z] === RUN   TestWaitEnabled
17:16:42 [2021-08-20T17:16:42.691Z] --- PASS: TestWaitEnabled (0.00s)
17:16:42 [2021-08-20T17:16:42.691Z] === RUN   TestRemove
17:16:42 [2021-08-20T17:16:42.691Z] --- PASS: TestRemove (0.00s)
17:16:42 [2021-08-20T17:16:42.691Z] PASS
17:16:42 [2021-08-20T17:16:42.691Z] coverage: 65.3% of statements
17:16:42 [2021-08-20T17:16:42.691Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.069s	coverage: 65.3% of statements
17:16:44 [2021-08-20T17:16:44.221Z] === RUN   TestNetworkConvertBasicNetworkFromGRPCCreatedAt
17:16:44 [2021-08-20T17:16:44.221Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.20s)
17:16:44 [2021-08-20T17:16:44.221Z] === RUN   TestServiceConvertFromGRPCRuntimeContainer
17:16:44 [2021-08-20T17:16:44.221Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s)
17:16:44 [2021-08-20T17:16:44.221Z] === RUN   TestServiceConvertFromGRPCGenericRuntimePlugin
17:16:44 [2021-08-20T17:16:44.221Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s)
17:16:44 [2021-08-20T17:16:44.221Z] === RUN   TestServiceConvertToGRPCGenericRuntimePlugin
17:16:44 [2021-08-20T17:16:44.222Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s)
17:16:44 [2021-08-20T17:16:44.222Z] === RUN   TestServiceConvertToGRPCContainerRuntime
17:16:44 [2021-08-20T17:16:44.222Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s)
17:16:44 [2021-08-20T17:16:44.222Z] === RUN   TestServiceConvertToGRPCGenericRuntimeCustom
17:16:44 [2021-08-20T17:16:44.222Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s)
17:16:44 [2021-08-20T17:16:44.222Z] === RUN   TestServiceConvertToGRPCIsolation
17:16:44 [2021-08-20T17:16:44.222Z] === RUN   TestServiceConvertToGRPCIsolation/empty
17:16:44 [2021-08-20T17:16:44.222Z] === RUN   TestServiceConvertToGRPCIsolation/default
17:16:44 [2021-08-20T17:16:44.222Z] === RUN   TestServiceConvertToGRPCIsolation/process
17:16:44 [2021-08-20T17:16:44.222Z] === RUN   TestServiceConvertToGRPCIsolation/hyperv
17:16:44 [2021-08-20T17:16:44.222Z] === RUN   TestServiceConvertToGRPCIsolation/proCess
17:16:44 [2021-08-20T17:16:44.222Z] === RUN   TestServiceConvertToGRPCIsolation/hypErv
17:16:44 [2021-08-20T17:16:44.222Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s)
17:16:44 [2021-08-20T17:16:44.222Z]     --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s)
17:16:44 [2021-08-20T17:16:44.222Z]     --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s)
17:16:44 [2021-08-20T17:16:44.222Z]     --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s)
17:16:44 [2021-08-20T17:16:44.222Z]     --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s)
17:16:44 [2021-08-20T17:16:44.222Z]     --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s)
17:16:44 [2021-08-20T17:16:44.222Z]     --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s)
17:16:44 [2021-08-20T17:16:44.222Z] === RUN   TestServiceConvertFromGRPCIsolation
17:16:44 [2021-08-20T17:16:44.222Z] === RUN   TestServiceConvertFromGRPCIsolation/default
17:16:44 [2021-08-20T17:16:44.222Z] === RUN   TestServiceConvertFromGRPCIsolation/process
17:16:44 [2021-08-20T17:16:44.222Z] === RUN   TestServiceConvertFromGRPCIsolation/hyperv
17:16:44 [2021-08-20T17:16:44.222Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s)
17:16:44 [2021-08-20T17:16:44.222Z]     --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s)
17:16:44 [2021-08-20T17:16:44.222Z]     --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s)
17:16:44 [2021-08-20T17:16:44.222Z]     --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s)
17:16:44 [2021-08-20T17:16:44.222Z] === RUN   TestServiceConvertToGRPCCredentialSpec
17:16:44 [2021-08-20T17:16:44.222Z] === RUN   TestServiceConvertToGRPCCredentialSpec/empty_credential_spec
17:16:44 [2021-08-20T17:16:44.222Z] === RUN   TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec
17:16:44 [2021-08-20T17:16:44.222Z] === RUN   TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec
17:16:44 [2021-08-20T17:16:44.222Z] === RUN   TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec
17:16:44 [2021-08-20T17:16:44.222Z] === RUN   TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec
17:16:44 [2021-08-20T17:16:44.222Z] === RUN   TestServiceConvertToGRPCCredentialSpec/config_credential_spec
17:16:44 [2021-08-20T17:16:44.222Z] === RUN   TestServiceConvertToGRPCCredentialSpec/file_credential_spec
17:16:44 [2021-08-20T17:16:44.222Z] === RUN   TestServiceConvertToGRPCCredentialSpec/registry_credential_spec
17:16:44 [2021-08-20T17:16:44.222Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s)
17:16:44 [2021-08-20T17:16:44.222Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s)
17:16:44 [2021-08-20T17:16:44.222Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s)
17:16:44 [2021-08-20T17:16:44.222Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s)
17:16:44 [2021-08-20T17:16:44.222Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s)
17:16:44 [2021-08-20T17:16:44.222Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s)
17:16:44 [2021-08-20T17:16:44.222Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s)
17:16:44 [2021-08-20T17:16:44.222Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s)
17:16:44 [2021-08-20T17:16:44.222Z]     --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s)
17:16:44 [2021-08-20T17:16:44.222Z] === RUN   TestServiceConvertFromGRPCCredentialSpec
17:16:44 [2021-08-20T17:16:44.222Z] === RUN   TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec
17:16:44 [2021-08-20T17:16:44.222Z] === RUN   TestServiceConvertFromGRPCCredentialSpec/config_credential_spec
17:16:44 [2021-08-20T17:16:44.222Z] === RUN   TestServiceConvertFromGRPCCredentialSpec/file_credential_spec
17:16:44 [2021-08-20T17:16:44.222Z] === RUN   TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec
17:16:44 [2021-08-20T17:16:44.222Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s)
17:16:44 [2021-08-20T17:16:44.222Z]     --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s)
17:16:44 [2021-08-20T17:16:44.222Z]     --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s)
17:16:44 [2021-08-20T17:16:44.222Z]     --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s)
17:16:44 [2021-08-20T17:16:44.222Z]     --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s)
17:16:44 [2021-08-20T17:16:44.222Z] === RUN   TestServiceConvertToGRPCNetworkAtachmentRuntime
17:16:44 [2021-08-20T17:16:44.222Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s)
17:16:44 [2021-08-20T17:16:44.222Z] === RUN   TestServiceConvertToGRPCMismatchedRuntime
17:16:44 [2021-08-20T17:16:44.222Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s)
17:16:44 [2021-08-20T17:16:44.222Z] === RUN   TestTaskConvertFromGRPCNetworkAttachment
17:16:44 [2021-08-20T17:16:44.222Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s)
17:16:44 [2021-08-20T17:16:44.222Z] === RUN   TestServiceConvertFromGRPCConfigs
17:16:44 [2021-08-20T17:16:44.222Z] === RUN   TestServiceConvertFromGRPCConfigs/file
17:16:44 [2021-08-20T17:16:44.222Z] === RUN   TestServiceConvertFromGRPCConfigs/runtime
17:16:44 [2021-08-20T17:16:44.222Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s)
17:16:44 [2021-08-20T17:16:44.222Z]     --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s)
17:16:44 [2021-08-20T17:16:44.222Z]     --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s)
17:16:44 [2021-08-20T17:16:44.222Z] === RUN   TestServiceConvertToGRPCConfigs
17:16:44 [2021-08-20T17:16:44.222Z] === RUN   TestServiceConvertToGRPCConfigs/file
17:16:44 [2021-08-20T17:16:44.222Z] === RUN   TestServiceConvertToGRPCConfigs/runtime
17:16:44 [2021-08-20T17:16:44.222Z] === RUN   TestServiceConvertToGRPCConfigs/file_and_runtime
17:16:44 [2021-08-20T17:16:44.222Z] === RUN   TestServiceConvertToGRPCConfigs/none
17:16:44 [2021-08-20T17:16:44.222Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s)
17:16:44 [2021-08-20T17:16:44.222Z]     --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s)
17:16:44 [2021-08-20T17:16:44.222Z]     --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s)
17:16:44 [2021-08-20T17:16:44.222Z]     --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s)
17:16:44 [2021-08-20T17:16:44.222Z]     --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s)
17:16:44 [2021-08-20T17:16:44.222Z] PASS
17:16:44 [2021-08-20T17:16:44.222Z] coverage: 35.9% of statements
17:16:44 [2021-08-20T17:16:44.222Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.276s	coverage: 35.9% of statements
17:16:44 [2021-08-20T17:16:44.222Z] === RUN   TestNewListSecretsFilters
17:16:44 [2021-08-20T17:16:44.222Z] --- PASS: TestNewListSecretsFilters (0.00s)
17:16:44 [2021-08-20T17:16:44.222Z] === RUN   TestNewListConfigsFilters
17:16:44 [2021-08-20T17:16:44.222Z] --- PASS: TestNewListConfigsFilters (0.00s)
17:16:44 [2021-08-20T17:16:44.222Z] PASS
17:16:44 [2021-08-20T17:16:44.222Z] coverage: 0.5% of statements
17:16:44 [2021-08-20T17:16:44.222Z] ok  	github.com/docker/docker/daemon/cluster	0.395s	coverage: 0.5% of statements
17:16:44 [2021-08-20T17:16:44.321Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1272968453_/foo_false__<nil>_<nil>_<nil>}
17:16:45 [2021-08-20T17:16:45.687Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1272968453_/foo_true__<nil>_<nil>_<nil>}
17:16:46 [2021-08-20T17:16:46.256Z] --- PASS: TestDockerNetworkConnectAlias (4.64s)
17:16:46 [2021-08-20T17:16:46.256Z] === RUN   TestDockerNetworkReConnect
17:16:47 [2021-08-20T17:16:47.621Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3072390816_/foo_false__<nil>_<nil>_<nil>}
17:16:48 [2021-08-20T17:16:48.899Z] === RUN   TestBuilderGC
17:16:48 [2021-08-20T17:16:48.899Z] --- PASS: TestBuilderGC (0.00s)
17:16:48 [2021-08-20T17:16:48.899Z] === RUN   TestDaemonConfigurationNotFound
17:16:48 [2021-08-20T17:16:48.899Z] --- PASS: TestDaemonConfigurationNotFound (0.00s)
17:16:48 [2021-08-20T17:16:48.899Z] === RUN   TestDaemonBrokenConfiguration
17:16:48 [2021-08-20T17:16:48.899Z] --- PASS: TestDaemonBrokenConfiguration (0.00s)
17:16:48 [2021-08-20T17:16:48.899Z] === RUN   TestParseClusterAdvertiseSettings
17:16:48 [2021-08-20T17:16:48.899Z] --- PASS: TestParseClusterAdvertiseSettings (0.00s)
17:16:48 [2021-08-20T17:16:48.899Z] === RUN   TestFindConfigurationConflicts
17:16:48 [2021-08-20T17:16:48.899Z] --- PASS: TestFindConfigurationConflicts (0.00s)
17:16:48 [2021-08-20T17:16:48.899Z] === RUN   TestFindConfigurationConflictsWithNamedOptions
17:16:48 [2021-08-20T17:16:48.899Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s)
17:16:48 [2021-08-20T17:16:48.899Z] === RUN   TestDaemonConfigurationMergeConflicts
17:16:48 [2021-08-20T17:16:48.899Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s)
17:16:48 [2021-08-20T17:16:48.899Z] === RUN   TestDaemonConfigurationMergeConcurrent
17:16:48 [2021-08-20T17:16:48.899Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s)
17:16:48 [2021-08-20T17:16:48.899Z] === RUN   TestDaemonConfigurationMergeConcurrentError
17:16:48 [2021-08-20T17:16:48.899Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s)
17:16:48 [2021-08-20T17:16:48.899Z] === RUN   TestDaemonConfigurationMergeConflictsWithInnerStructs
17:16:48 [2021-08-20T17:16:48.899Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s)
17:16:48 [2021-08-20T17:16:48.899Z] === RUN   TestDaemonConfigurationMergeDefaultAddressPools
17:16:48 [2021-08-20T17:16:48.899Z] === RUN   TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file
17:16:48 [2021-08-20T17:16:48.899Z] === RUN   TestDaemonConfigurationMergeDefaultAddressPools/config_file
17:16:48 [2021-08-20T17:16:48.899Z] === RUN   TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options
17:16:48 [2021-08-20T17:16:48.899Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.00s)
17:16:48 [2021-08-20T17:16:48.899Z]     --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s)
17:16:48 [2021-08-20T17:16:48.899Z]     --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s)
17:16:48 [2021-08-20T17:16:48.899Z]     --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s)
17:16:48 [2021-08-20T17:16:48.899Z] === RUN   TestFindConfigurationConflictsWithUnknownKeys
17:16:48 [2021-08-20T17:16:48.899Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s)
17:16:48 [2021-08-20T17:16:48.899Z] === RUN   TestFindConfigurationConflictsWithMergedValues
17:16:48 [2021-08-20T17:16:48.899Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s)
17:16:48 [2021-08-20T17:16:48.899Z] === RUN   TestValidateConfigurationErrors
17:16:48 [2021-08-20T17:16:48.899Z] === RUN   TestValidateConfigurationErrors/single_label_without_value
17:16:48 [2021-08-20T17:16:48.899Z] === RUN   TestValidateConfigurationErrors/multiple_label_without_value
17:16:48 [2021-08-20T17:16:48.899Z] === RUN   TestValidateConfigurationErrors/single_DNS,_invalid_IP-address
17:16:48 [2021-08-20T17:16:48.899Z] === RUN   TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address
17:16:48 [2021-08-20T17:16:48.899Z] === RUN   TestValidateConfigurationErrors/single_DNSSearch
17:16:48 [2021-08-20T17:16:48.899Z] === RUN   TestValidateConfigurationErrors/multiple_DNSSearch
17:16:48 [2021-08-20T17:16:48.899Z] === RUN   TestValidateConfigurationErrors/negative_max-concurrent-downloads
17:16:48 [2021-08-20T17:16:48.899Z] === RUN   TestValidateConfigurationErrors/negative_max-concurrent-uploads
17:16:48 [2021-08-20T17:16:48.899Z] === RUN   TestValidateConfigurationErrors/negative_max-download-attempts
17:16:48 [2021-08-20T17:16:48.899Z] === RUN   TestValidateConfigurationErrors/zero_max-download-attempts
17:16:48 [2021-08-20T17:16:48.899Z] === RUN   TestValidateConfigurationErrors/generic_resource_without_=
17:16:48 [2021-08-20T17:16:48.899Z] === RUN   TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete
17:16:48 [2021-08-20T17:16:48.899Z] --- PASS: TestValidateConfigurationErrors (0.00s)
17:16:48 [2021-08-20T17:16:48.899Z]     --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s)
17:16:48 [2021-08-20T17:16:48.899Z]     --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s)
17:16:48 [2021-08-20T17:16:48.899Z]     --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s)
17:16:48 [2021-08-20T17:16:48.899Z]     --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s)
17:16:48 [2021-08-20T17:16:48.899Z]     --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s)
17:16:48 [2021-08-20T17:16:48.899Z]     --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s)
17:16:48 [2021-08-20T17:16:48.899Z]     --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s)
17:16:48 [2021-08-20T17:16:48.899Z]     --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s)
17:16:48 [2021-08-20T17:16:48.899Z]     --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s)
17:16:48 [2021-08-20T17:16:48.899Z]     --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s)
17:16:48 [2021-08-20T17:16:48.899Z]     --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s)
17:16:48 [2021-08-20T17:16:48.899Z]     --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s)
17:16:48 [2021-08-20T17:16:48.899Z] === RUN   TestValidateConfiguration
17:16:48 [2021-08-20T17:16:48.899Z] === RUN   TestValidateConfiguration/with_label
17:16:48 [2021-08-20T17:16:48.899Z] === RUN   TestValidateConfiguration/with_dns
17:16:48 [2021-08-20T17:16:48.899Z] === RUN   TestValidateConfiguration/with_dns-search
17:16:48 [2021-08-20T17:16:48.899Z] === RUN   TestValidateConfiguration/with_max-concurrent-downloads
17:16:48 [2021-08-20T17:16:48.899Z] === RUN   TestValidateConfiguration/with_max-concurrent-uploads
17:16:48 [2021-08-20T17:16:48.899Z] === RUN   TestValidateConfiguration/with_max-download-attempts
17:16:48 [2021-08-20T17:16:48.899Z] === RUN   TestValidateConfiguration/with_multiple_node_generic_resources
17:16:48 [2021-08-20T17:16:48.899Z] === RUN   TestValidateConfiguration/with_node_generic_resources
17:16:48 [2021-08-20T17:16:48.899Z] --- PASS: TestValidateConfiguration (0.00s)
17:16:48 [2021-08-20T17:16:48.899Z]     --- PASS: TestValidateConfiguration/with_label (0.00s)
17:16:48 [2021-08-20T17:16:48.899Z]     --- PASS: TestValidateConfiguration/with_dns (0.00s)
17:16:48 [2021-08-20T17:16:48.899Z]     --- PASS: TestValidateConfiguration/with_dns-search (0.00s)
17:16:48 [2021-08-20T17:16:48.899Z]     --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s)
17:16:48 [2021-08-20T17:16:48.899Z]     --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s)
17:16:48 [2021-08-20T17:16:48.899Z]     --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s)
17:16:48 [2021-08-20T17:16:48.899Z]     --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s)
17:16:48 [2021-08-20T17:16:48.899Z]     --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s)
17:16:48 [2021-08-20T17:16:48.899Z] === RUN   TestModifiedDiscoverySettings
17:16:48 [2021-08-20T17:16:48.899Z] --- PASS: TestModifiedDiscoverySettings (0.00s)
17:16:48 [2021-08-20T17:16:48.899Z] === RUN   TestReloadSetConfigFileNotExist
17:16:48 [2021-08-20T17:16:48.899Z] time="2021-08-20T17:16:48Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json"
17:16:48 [2021-08-20T17:16:48.899Z] --- PASS: TestReloadSetConfigFileNotExist (0.17s)
17:16:48 [2021-08-20T17:16:48.899Z] === RUN   TestReloadDefaultConfigNotExist
17:16:48 [2021-08-20T17:16:48.899Z]     config_test.go:527: os.Getuid() != 0: skipping test that requires root
17:16:48 [2021-08-20T17:16:48.899Z] --- SKIP: TestReloadDefaultConfigNotExist (0.00s)
17:16:48 [2021-08-20T17:16:48.899Z] === RUN   TestReloadBadDefaultConfig
17:16:48 [2021-08-20T17:16:48.899Z] time="2021-08-20T17:16:48Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-210435395"
17:16:48 [2021-08-20T17:16:48.899Z] --- PASS: TestReloadBadDefaultConfig (0.00s)
17:16:48 [2021-08-20T17:16:48.899Z] === RUN   TestReloadWithConflictingLabels
17:16:48 [2021-08-20T17:16:48.899Z] time="2021-08-20T17:16:48Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-974976454"
17:16:48 [2021-08-20T17:16:48.899Z] --- PASS: TestReloadWithConflictingLabels (0.00s)
17:16:48 [2021-08-20T17:16:48.899Z] === RUN   TestReloadWithDuplicateLabels
17:16:48 [2021-08-20T17:16:48.899Z] time="2021-08-20T17:16:48Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-497369709"
17:16:48 [2021-08-20T17:16:48.899Z] --- PASS: TestReloadWithDuplicateLabels (0.00s)
17:16:48 [2021-08-20T17:16:48.899Z] === RUN   TestDaemonConfigurationMerge
17:16:48 [2021-08-20T17:16:48.899Z] --- PASS: TestDaemonConfigurationMerge (0.00s)
17:16:48 [2021-08-20T17:16:48.899Z] PASS
17:16:48 [2021-08-20T17:16:48.899Z] coverage: 80.4% of statements
17:16:48 [2021-08-20T17:16:48.899Z] ok  	github.com/docker/docker/daemon/config	0.301s	coverage: 80.4% of statements
17:16:49 [2021-08-20T17:16:49.515Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3072390816_/foo_true__<nil>_<nil>_<nil>}
17:16:49 [2021-08-20T17:16:49.863Z] === RUN   TestWaitNodeAttachment
17:16:49 [2021-08-20T17:16:49.863Z] === RUN   TestDiscoveryOptsErrors
17:16:49 [2021-08-20T17:16:49.863Z] --- PASS: TestDiscoveryOptsErrors (0.00s)
17:16:49 [2021-08-20T17:16:49.863Z] === RUN   TestDiscoveryOpts
17:16:49 [2021-08-20T17:16:49.863Z] --- PASS: TestDiscoveryOpts (0.00s)
17:16:49 [2021-08-20T17:16:49.863Z] PASS
17:16:49 [2021-08-20T17:16:49.863Z] coverage: 30.0% of statements
17:16:49 [2021-08-20T17:16:49.864Z] ok  	github.com/docker/docker/daemon/discovery	0.050s	coverage: 30.0% of statements
17:16:50 [2021-08-20T17:16:50.078Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3072390816_/foo_true__0xc0007ff008_<nil>_<nil>}
17:16:50 [2021-08-20T17:16:50.078Z] --- PASS: TestDockerNetworkReConnect (3.99s)
17:16:50 [2021-08-20T17:16:50.078Z] === RUN   TestServicePlugin
17:16:50 [2021-08-20T17:16:50.320Z] --- PASS: TestWaitNodeAttachment (0.40s)
17:16:50 [2021-08-20T17:16:50.320Z] === RUN   TestIsolationConversion
17:16:50 [2021-08-20T17:16:50.320Z] === RUN   TestIsolationConversion/default
17:16:50 [2021-08-20T17:16:50.320Z] === RUN   TestIsolationConversion/process
17:16:50 [2021-08-20T17:16:50.320Z] === RUN   TestIsolationConversion/hyperv
17:16:50 [2021-08-20T17:16:50.320Z] --- PASS: TestIsolationConversion (0.00s)
17:16:50 [2021-08-20T17:16:50.320Z]     --- PASS: TestIsolationConversion/default (0.00s)
17:16:50 [2021-08-20T17:16:50.320Z]     --- PASS: TestIsolationConversion/process (0.00s)
17:16:50 [2021-08-20T17:16:50.320Z]     --- PASS: TestIsolationConversion/hyperv (0.00s)
17:16:50 [2021-08-20T17:16:50.320Z] === RUN   TestContainerLabels
17:16:50 [2021-08-20T17:16:50.320Z] --- PASS: TestContainerLabels (0.00s)
17:16:50 [2021-08-20T17:16:50.320Z] === RUN   TestCredentialSpecConversion
17:16:50 [2021-08-20T17:16:50.320Z] === RUN   TestCredentialSpecConversion/none
17:16:50 [2021-08-20T17:16:50.320Z] === RUN   TestCredentialSpecConversion/config
17:16:50 [2021-08-20T17:16:50.320Z] === RUN   TestCredentialSpecConversion/file
17:16:50 [2021-08-20T17:16:50.320Z] === RUN   TestCredentialSpecConversion/registry
17:16:50 [2021-08-20T17:16:50.320Z] --- PASS: TestCredentialSpecConversion (0.00s)
17:16:50 [2021-08-20T17:16:50.320Z]     --- PASS: TestCredentialSpecConversion/none (0.00s)
17:16:50 [2021-08-20T17:16:50.320Z]     --- PASS: TestCredentialSpecConversion/config (0.00s)
17:16:50 [2021-08-20T17:16:50.320Z]     --- PASS: TestCredentialSpecConversion/file (0.00s)
17:16:50 [2021-08-20T17:16:50.320Z]     --- PASS: TestCredentialSpecConversion/registry (0.00s)
17:16:50 [2021-08-20T17:16:50.320Z] === RUN   TestControllerValidateMountBind
17:16:50 [2021-08-20T17:16:50.320Z] --- PASS: TestControllerValidateMountBind (0.00s)
17:16:50 [2021-08-20T17:16:50.320Z] === RUN   TestControllerValidateMountVolume
17:16:50 [2021-08-20T17:16:50.320Z] --- PASS: TestControllerValidateMountVolume (0.00s)
17:16:50 [2021-08-20T17:16:50.320Z] === RUN   TestControllerValidateMountTarget
17:16:50 [2021-08-20T17:16:50.320Z] --- PASS: TestControllerValidateMountTarget (0.00s)
17:16:50 [2021-08-20T17:16:50.320Z] === RUN   TestControllerValidateMountTmpfs
17:16:50 [2021-08-20T17:16:50.320Z] --- PASS: TestControllerValidateMountTmpfs (0.00s)
17:16:50 [2021-08-20T17:16:50.320Z] === RUN   TestControllerValidateMountInvalidType
17:16:50 [2021-08-20T17:16:50.320Z] --- PASS: TestControllerValidateMountInvalidType (0.00s)
17:16:50 [2021-08-20T17:16:50.320Z] === RUN   TestControllerValidateMountNamedPipe
17:16:50 [2021-08-20T17:16:50.320Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s)
17:16:50 [2021-08-20T17:16:50.320Z] PASS
17:16:50 [2021-08-20T17:16:50.320Z] coverage: 11.0% of statements
17:16:50 [2021-08-20T17:16:50.320Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	0.846s	coverage: 11.0% of statements
17:16:50 [2021-08-20T17:16:50.777Z] === RUN   TestEventsLog
17:16:50 [2021-08-20T17:16:50.777Z] --- PASS: TestEventsLog (0.00s)
17:16:50 [2021-08-20T17:16:50.777Z] === RUN   TestEventsLogTimeout
17:16:50 [2021-08-20T17:16:50.777Z] --- PASS: TestEventsLogTimeout (0.00s)
17:16:50 [2021-08-20T17:16:50.777Z] === RUN   TestLogEvents
17:16:50 [2021-08-20T17:16:50.777Z] --- PASS: TestLogEvents (0.06s)
17:16:50 [2021-08-20T17:16:50.777Z] === RUN   TestLoadBufferedEvents
17:16:51 [2021-08-20T17:16:51.233Z] --- PASS: TestLoadBufferedEvents (0.20s)
17:16:51 [2021-08-20T17:16:51.233Z] === RUN   TestLoadBufferedEventsOnlyFromPast
17:16:51 [2021-08-20T17:16:51.233Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s)
17:16:51 [2021-08-20T17:16:51.233Z] === RUN   TestIgnoreBufferedWhenNoTimes
17:16:51 [2021-08-20T17:16:51.233Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s)
17:16:51 [2021-08-20T17:16:51.233Z] PASS
17:16:51 [2021-08-20T17:16:51.233Z] coverage: 50.0% of statements
17:16:51 [2021-08-20T17:16:51.233Z] ok  	github.com/docker/docker/daemon/events	0.326s	coverage: 50.0% of statements
17:16:51 [2021-08-20T17:16:51.233Z] === RUN   TestVerifyNetworkingConfig
17:16:51 [2021-08-20T17:16:51.233Z] --- PASS: TestVerifyNetworkingConfig (0.00s)
17:16:51 [2021-08-20T17:16:51.233Z] === RUN   TestGetContainer
17:16:51 [2021-08-20T17:16:51.233Z] --- PASS: TestGetContainer (0.00s)
17:16:51 [2021-08-20T17:16:51.233Z] === RUN   TestValidContainerNames
17:16:51 [2021-08-20T17:16:51.233Z] --- PASS: TestValidContainerNames (0.00s)
17:16:51 [2021-08-20T17:16:51.233Z] === RUN   TestContainerInitDNS
17:16:51 [2021-08-20T17:16:51.233Z]     daemon_test.go:147: root required
17:16:51 [2021-08-20T17:16:51.233Z] --- SKIP: TestContainerInitDNS (0.00s)
17:16:51 [2021-08-20T17:16:51.233Z] === RUN   TestMerge
17:16:51 [2021-08-20T17:16:51.233Z] --- PASS: TestMerge (0.00s)
17:16:51 [2021-08-20T17:16:51.233Z] === RUN   TestValidateContainerIsolation
17:16:51 [2021-08-20T17:16:51.233Z] --- PASS: TestValidateContainerIsolation (0.00s)
17:16:51 [2021-08-20T17:16:51.233Z] === RUN   TestFindNetworkErrorType
17:16:51 [2021-08-20T17:16:51.233Z] --- PASS: TestFindNetworkErrorType (0.00s)
17:16:51 [2021-08-20T17:16:51.233Z] === RUN   TestEnsureServicesExist
17:16:51 [2021-08-20T17:16:51.233Z] --- PASS: TestEnsureServicesExist (0.01s)
17:16:51 [2021-08-20T17:16:51.233Z] === RUN   TestEnsureServicesExistErrors
17:16:51 [2021-08-20T17:16:51.233Z] === RUN   TestEnsureServicesExistErrors/daemon_windows_test_fakeservice
17:16:51 [2021-08-20T17:16:51.233Z] === RUN   TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2
17:16:51 [2021-08-20T17:16:51.233Z] === RUN   TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice
17:16:51 [2021-08-20T17:16:51.233Z] --- PASS: TestEnsureServicesExistErrors (0.00s)
17:16:51 [2021-08-20T17:16:51.233Z]     --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s)
17:16:51 [2021-08-20T17:16:51.233Z]     --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s)
17:16:51 [2021-08-20T17:16:51.233Z]     --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s)
17:16:51 [2021-08-20T17:16:51.233Z] === RUN   TestContainerDelete
17:16:51 [2021-08-20T17:16:51.233Z] --- PASS: TestContainerDelete (0.01s)
17:16:51 [2021-08-20T17:16:51.233Z] === RUN   TestContainerDoubleDelete
17:16:51 [2021-08-20T17:16:51.233Z] --- PASS: TestContainerDoubleDelete (0.00s)
17:16:51 [2021-08-20T17:16:51.233Z] === RUN   TestLogContainerEventCopyLabels
17:16:51 [2021-08-20T17:16:51.233Z] --- PASS: TestLogContainerEventCopyLabels (0.00s)
17:16:51 [2021-08-20T17:16:51.233Z] === RUN   TestLogContainerEventWithAttributes
17:16:51 [2021-08-20T17:16:51.233Z] --- PASS: TestLogContainerEventWithAttributes (0.00s)
17:16:51 [2021-08-20T17:16:51.233Z] === RUN   TestNoneHealthcheck
17:16:51 [2021-08-20T17:16:51.233Z] --- PASS: TestNoneHealthcheck (0.00s)
17:16:51 [2021-08-20T17:16:51.233Z] === RUN   TestHealthStates
17:16:51 [2021-08-20T17:16:51.233Z] time="2021-08-20T17:16:50Z" 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"
17:16:51 [2021-08-20T17:16:51.233Z] time="2021-08-20T17:16:51Z" 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"
17:16:51 [2021-08-20T17:16:51.233Z] time="2021-08-20T17:16:51Z" 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"
17:16:51 [2021-08-20T17:16:51.233Z] time="2021-08-20T17:16:51Z" 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"
17:16:51 [2021-08-20T17:16:51.233Z] time="2021-08-20T17:16:51Z" 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"
17:16:51 [2021-08-20T17:16:51.233Z] time="2021-08-20T17:16:51Z" 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"
17:16:51 [2021-08-20T17:16:51.233Z] time="2021-08-20T17:16:51Z" 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"
17:16:51 [2021-08-20T17:16:51.233Z] time="2021-08-20T17:16:51Z" 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"
17:16:51 [2021-08-20T17:16:51.233Z] time="2021-08-20T17:16:51Z" 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"
17:16:51 [2021-08-20T17:16:51.233Z] time="2021-08-20T17:16:51Z" 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"
17:16:51 [2021-08-20T17:16:51.233Z] --- PASS: TestHealthStates (0.21s)
17:16:51 [2021-08-20T17:16:51.233Z] === RUN   TestMaskURLCredentials
17:16:51 [2021-08-20T17:16:51.233Z] --- PASS: TestMaskURLCredentials (0.00s)
17:16:51 [2021-08-20T17:16:51.233Z] === RUN   TestGetInspectData
17:16:51 [2021-08-20T17:16:51.233Z] --- PASS: TestGetInspectData (0.00s)
17:16:51 [2021-08-20T17:16:51.233Z] === RUN   TestFillLicense
17:16:51 [2021-08-20T17:16:51.233Z] --- PASS: TestFillLicense (0.00s)
17:16:51 [2021-08-20T17:16:51.233Z] === RUN   TestListInvalidFilter
17:16:51 [2021-08-20T17:16:51.233Z] --- PASS: TestListInvalidFilter (0.00s)
17:16:51 [2021-08-20T17:16:51.233Z] === RUN   TestNameFilter
17:16:51 [2021-08-20T17:16:51.233Z] --- PASS: TestNameFilter (0.01s)
17:16:51 [2021-08-20T17:16:51.233Z] === RUN   TestMergeAndVerifyLogConfigNilConfig
17:16:51 [2021-08-20T17:16:51.233Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s)
17:16:51 [2021-08-20T17:16:51.233Z] === RUN   TestSetWindowsCredentialSpecInSpec
17:16:51 [2021-08-20T17:16:51.233Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options
17:16:51 [2021-08-20T17:16:51.233Z] === RUN   TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option
17:16:51 [2021-08-20T17:16:51.233Z] === RUN   TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path
17:16:51 [2021-08-20T17:16:51.233Z] === RUN   TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory
17:16:51 [2021-08-20T17:16:51.233Z] === RUN   TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully
17:16:51 [2021-08-20T17:16:51.233Z] === RUN   TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option
17:16:51 [2021-08-20T17:16:51.233Z] === RUN   TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully
17:16:51 [2021-08-20T17:16:51.233Z] === RUN   TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully
17:16:51 [2021-08-20T17:16:51.233Z] === RUN   TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully
17:16:51 [2021-08-20T17:16:51.233Z] === RUN   TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option
17:16:51 [2021-08-20T17:16:51.233Z] === 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
17:16:51 [2021-08-20T17:16:51.233Z] === RUN   TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option
17:16:51 [2021-08-20T17:16:51.233Z] === RUN   TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names
17:16:51 [2021-08-20T17:16:51.233Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options
17:16:51 [2021-08-20T17:16:51.233Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options
17:16:51 [2021-08-20T17:16:51.233Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file
17:16:51 [2021-08-20T17:16:51.233Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry
17:16:51 [2021-08-20T17:16:51.233Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config
17:16:51 [2021-08-20T17:16:51.233Z] === RUN   TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw
17:16:51 [2021-08-20T17:16:51.233Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.01s)
17:16:51 [2021-08-20T17:16:51.233Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s)
17:16:51 [2021-08-20T17:16:51.233Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s)
17:16:51 [2021-08-20T17:16:51.233Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s)
17:16:51 [2021-08-20T17:16:51.233Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s)
17:16:51 [2021-08-20T17:16:51.233Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s)
17:16:51 [2021-08-20T17:16:51.233Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s)
17:16:51 [2021-08-20T17:16:51.233Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s)
17:16:51 [2021-08-20T17:16:51.233Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s)
17:16:51 [2021-08-20T17:16:51.233Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s)
17:16:51 [2021-08-20T17:16:51.233Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s)
17:16:51 [2021-08-20T17:16:51.233Z]     --- 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)
17:16:51 [2021-08-20T17:16:51.233Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s)
17:16:51 [2021-08-20T17:16:51.233Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s)
17:16:51 [2021-08-20T17:16:51.233Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s)
17:16:51 [2021-08-20T17:16:51.233Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s)
17:16:51 [2021-08-20T17:16:51.233Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s)
17:16:51 [2021-08-20T17:16:51.233Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s)
17:16:51 [2021-08-20T17:16:51.233Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s)
17:16:51 [2021-08-20T17:16:51.233Z]     --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s)
17:16:51 [2021-08-20T17:16:51.233Z] === RUN   TestDaemonReloadLabels
17:16:51 [2021-08-20T17:16:51.233Z] --- PASS: TestDaemonReloadLabels (0.00s)
17:16:51 [2021-08-20T17:16:51.233Z] === RUN   TestDaemonReloadAllowNondistributableArtifacts
17:16:51 [2021-08-20T17:16:51.233Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s)
17:16:51 [2021-08-20T17:16:51.233Z] === RUN   TestDaemonReloadMirrors
17:16:51 [2021-08-20T17:16:51.233Z] --- PASS: TestDaemonReloadMirrors (0.00s)
17:16:51 [2021-08-20T17:16:51.233Z] === RUN   TestDaemonReloadInsecureRegistries
17:16:51 [2021-08-20T17:16:51.233Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s)
17:16:51 [2021-08-20T17:16:51.233Z] === RUN   TestDaemonReloadNotAffectOthers
17:16:51 [2021-08-20T17:16:51.233Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s)
17:16:51 [2021-08-20T17:16:51.233Z] === RUN   TestDaemonDiscoveryReload
17:16:51 [2021-08-20T17:16:51.968Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false__<nil>_0xc0007ff020_<nil>}
17:16:52 [2021-08-20T17:16:52.197Z] === RUN   TestIsEmptyDir
17:16:52 [2021-08-20T17:16:52.198Z] --- PASS: TestIsEmptyDir (0.01s)
17:16:52 [2021-08-20T17:16:52.198Z] PASS
17:16:52 [2021-08-20T17:16:52.198Z] coverage: 2.3% of statements
17:16:52 [2021-08-20T17:16:52.198Z] ok  	github.com/docker/docker/daemon/graphdriver	0.080s	coverage: 2.3% of statements
17:16:52 [2021-08-20T17:16:52.198Z] === RUN   TestLinkNaming
17:16:52 [2021-08-20T17:16:52.198Z] --- PASS: TestLinkNaming (0.00s)
17:16:52 [2021-08-20T17:16:52.198Z] === RUN   TestLinkNew
17:16:52 [2021-08-20T17:16:52.198Z] --- PASS: TestLinkNew (0.00s)
17:16:52 [2021-08-20T17:16:52.198Z] === RUN   TestLinkEnv
17:16:52 [2021-08-20T17:16:52.198Z] --- PASS: TestLinkEnv (0.00s)
17:16:52 [2021-08-20T17:16:52.198Z] === RUN   TestLinkMultipleEnv
17:16:52 [2021-08-20T17:16:52.198Z] --- PASS: TestLinkMultipleEnv (0.00s)
17:16:52 [2021-08-20T17:16:52.198Z] === RUN   TestLinkPortRangeEnv
17:16:52 [2021-08-20T17:16:52.198Z] --- PASS: TestLinkPortRangeEnv (0.00s)
17:16:52 [2021-08-20T17:16:52.198Z] PASS
17:16:52 [2021-08-20T17:16:52.198Z] coverage: 93.0% of statements
17:16:52 [2021-08-20T17:16:52.198Z] ok  	github.com/docker/docker/daemon/links	0.046s	coverage: 93.0% of statements
17:16:52 [2021-08-20T17:16:52.198Z] --- PASS: TestDaemonDiscoveryReload (1.00s)
17:16:52 [2021-08-20T17:16:52.198Z] === RUN   TestDaemonDiscoveryReloadFromEmptyDiscovery
17:16:53 [2021-08-20T17:16:53.160Z] --- PASS: TestDaemonDiscoveryReloadFromEmptyDiscovery (0.51s)
17:16:53 [2021-08-20T17:16:53.160Z] === RUN   TestDaemonDiscoveryReloadOnlyClusterAdvertise
17:16:53 [2021-08-20T17:16:53.336Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false__<nil>_0xc0007ff038_<nil>}
17:16:53 [2021-08-20T17:16:53.617Z] --- PASS: TestDaemonDiscoveryReloadOnlyClusterAdvertise (0.50s)
17:16:53 [2021-08-20T17:16:53.617Z] === RUN   TestDaemonReloadNetworkDiagnosticPort
17:16:53 [2021-08-20T17:16:53.617Z]     reload_test.go:520: root required
17:16:53 [2021-08-20T17:16:53.617Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s)
17:16:53 [2021-08-20T17:16:53.617Z] === RUN   TestLoadOrCreateTrustKeyInvalidKeyFile
17:16:53 [2021-08-20T17:16:53.617Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.00s)
17:16:53 [2021-08-20T17:16:53.617Z] === RUN   TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist
17:16:53 [2021-08-20T17:16:53.617Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.04s)
17:16:53 [2021-08-20T17:16:53.617Z] === RUN   TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist
17:16:53 [2021-08-20T17:16:53.617Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.03s)
17:16:53 [2021-08-20T17:16:53.617Z] === RUN   TestLoadOrCreateTrustKeyCreateKeyNoPath
17:16:53 [2021-08-20T17:16:53.617Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.01s)
17:16:53 [2021-08-20T17:16:53.617Z] === RUN   TestLoadOrCreateTrustKeyLoadValidKey
17:16:53 [2021-08-20T17:16:53.617Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s)
17:16:53 [2021-08-20T17:16:53.617Z] === RUN   TestParseVolumesFrom
17:16:53 [2021-08-20T17:16:53.617Z] --- PASS: TestParseVolumesFrom (0.00s)
17:16:53 [2021-08-20T17:16:53.617Z] PASS
17:16:53 [2021-08-20T17:16:53.617Z] coverage: 9.1% of statements
17:16:53 [2021-08-20T17:16:53.617Z] ok  	github.com/docker/docker/daemon	2.727s	coverage: 9.1% of statements
17:16:53 [2021-08-20T17:16:53.617Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
17:16:53 [2021-08-20T17:16:53.617Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
17:16:53 [2021-08-20T17:16:53.617Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
17:16:53 [2021-08-20T17:16:53.617Z] ?   	github.com/docker/docker/daemon/exec	[no test files]
17:16:53 [2021-08-20T17:16:53.617Z] ?   	github.com/docker/docker/daemon/graphdriver/btrfs	[no test files]
17:16:53 [2021-08-20T17:16:53.617Z] ?   	github.com/docker/docker/daemon/graphdriver/devmapper	[no test files]
17:16:53 [2021-08-20T17:16:53.617Z] ?   	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	[no test files]
17:16:53 [2021-08-20T17:16:53.617Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
17:16:53 [2021-08-20T17:16:53.617Z] ?   	github.com/docker/docker/daemon/graphdriver/overlay	[no test files]
17:16:53 [2021-08-20T17:16:53.617Z] ?   	github.com/docker/docker/daemon/graphdriver/overlay2	[no test files]
17:16:53 [2021-08-20T17:16:53.617Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
17:16:53 [2021-08-20T17:16:53.617Z] ?   	github.com/docker/docker/daemon/graphdriver/vfs	[no test files]
17:16:53 [2021-08-20T17:16:53.617Z] ?   	github.com/docker/docker/daemon/graphdriver/windows	[no test files]
17:16:53 [2021-08-20T17:16:53.617Z] ?   	github.com/docker/docker/daemon/graphdriver/zfs	[no test files]
17:16:54 [2021-08-20T17:16:54.265Z]     plugin_test.go:62: [da655cbb6c935] joining swarm manager [d8ea3b779e992]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
17:16:55 [2021-08-20T17:16:55.148Z] === RUN   TestAdapterReadLogs
17:16:55 [2021-08-20T17:16:55.148Z] --- PASS: TestAdapterReadLogs (0.00s)
17:16:55 [2021-08-20T17:16:55.148Z] === RUN   TestCopier
17:16:55 [2021-08-20T17:16:55.148Z] --- PASS: TestCopier (0.00s)
17:16:55 [2021-08-20T17:16:55.148Z] === RUN   TestCopierLongLines
17:16:55 [2021-08-20T17:16:55.148Z] --- PASS: TestCopierLongLines (0.00s)
17:16:55 [2021-08-20T17:16:55.148Z] === RUN   TestCopierSlow
17:16:55 [2021-08-20T17:16:55.148Z] === RUN   TestNewStreamConfig
17:16:55 [2021-08-20T17:16:55.148Z] === RUN   TestNewStreamConfig/defaults
17:16:55 [2021-08-20T17:16:55.148Z] === RUN   TestNewStreamConfig/invalid_create_group
17:16:55 [2021-08-20T17:16:55.148Z] === RUN   TestNewStreamConfig/invalid_flush_interval
17:16:55 [2021-08-20T17:16:55.148Z] === RUN   TestNewStreamConfig/invalid_max_buffered_events
17:16:55 [2021-08-20T17:16:55.148Z] === RUN   TestNewStreamConfig/invalid_multiline_pattern
17:16:55 [2021-08-20T17:16:55.148Z] === RUN   TestNewStreamConfig/flush_interval_at_15
17:16:55 [2021-08-20T17:16:55.148Z] === RUN   TestNewStreamConfig/max_buffered_events_at_1024
17:16:55 [2021-08-20T17:16:55.148Z] --- PASS: TestNewStreamConfig (0.00s)
17:16:55 [2021-08-20T17:16:55.148Z]     --- PASS: TestNewStreamConfig/defaults (0.00s)
17:16:55 [2021-08-20T17:16:55.148Z]     --- PASS: TestNewStreamConfig/invalid_create_group (0.00s)
17:16:55 [2021-08-20T17:16:55.148Z]     --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s)
17:16:55 [2021-08-20T17:16:55.148Z]     --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s)
17:16:55 [2021-08-20T17:16:55.148Z]     --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s)
17:16:55 [2021-08-20T17:16:55.148Z]     --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s)
17:16:55 [2021-08-20T17:16:55.148Z]     --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s)
17:16:55 [2021-08-20T17:16:55.148Z] === RUN   TestNewAWSLogsClientUserAgentHandler
17:16:55 [2021-08-20T17:16:55.148Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s)
17:16:55 [2021-08-20T17:16:55.148Z] === RUN   TestNewAWSLogsClientAWSLogsEndpoint
17:16:55 [2021-08-20T17:16:55.148Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s)
17:16:55 [2021-08-20T17:16:55.148Z] === RUN   TestNewAWSLogsClientRegionDetect
17:16:55 [2021-08-20T17:16:55.148Z] --- PASS: TestCopierSlow (0.22s)
17:16:55 [2021-08-20T17:16:55.148Z] === RUN   TestCopierWithSized
17:16:55 [2021-08-20T17:16:55.148Z] === RUN   TestCopierWithSized/as_is
17:16:55 [2021-08-20T17:16:55.148Z] === RUN   TestCopierWithSized/With_RingLogger
17:16:55 [2021-08-20T17:16:55.148Z] --- PASS: TestCopierWithSized (0.01s)
17:16:55 [2021-08-20T17:16:55.148Z]     --- PASS: TestCopierWithSized/as_is (0.00s)
17:16:55 [2021-08-20T17:16:55.148Z]     --- PASS: TestCopierWithSized/With_RingLogger (0.01s)
17:16:55 [2021-08-20T17:16:55.148Z] === RUN   TestCopierWithPartial
17:16:55 [2021-08-20T17:16:55.148Z] --- PASS: TestCopierWithPartial (0.01s)
17:16:55 [2021-08-20T17:16:55.148Z] === RUN   TestRingLogger
17:16:55 [2021-08-20T17:16:55.148Z] --- PASS: TestRingLogger (0.00s)
17:16:55 [2021-08-20T17:16:55.148Z] === RUN   TestRingCap
17:16:55 [2021-08-20T17:16:55.148Z] --- PASS: TestRingCap (0.00s)
17:16:55 [2021-08-20T17:16:55.148Z] === RUN   TestRingClose
17:16:55 [2021-08-20T17:16:55.148Z] --- PASS: TestRingClose (0.00s)
17:16:55 [2021-08-20T17:16:55.148Z] === RUN   TestRingDrain
17:16:55 [2021-08-20T17:16:55.148Z] --- PASS: TestRingDrain (0.00s)
17:16:55 [2021-08-20T17:16:55.148Z] PASS
17:16:55 [2021-08-20T17:16:55.148Z] coverage: 43.8% of statements
17:16:55 [2021-08-20T17:16:55.148Z] ok  	github.com/docker/docker/daemon/logger	0.297s	coverage: 43.8% of statements
17:16:55 [2021-08-20T17:16:55.148Z] time="2021-08-20T17:16:54Z" level=info msg="Trying to get region from EC2 Metadata"
17:16:55 [2021-08-20T17:16:55.148Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.20s)
17:16:55 [2021-08-20T17:16:55.148Z] === RUN   TestCreateSuccess
17:16:55 [2021-08-20T17:16:55.148Z] --- PASS: TestCreateSuccess (0.00s)
17:16:55 [2021-08-20T17:16:55.148Z] === RUN   TestCreateStreamSkipped
17:16:55 [2021-08-20T17:16:55.148Z] time="2021-08-20T17:16:55Z" level=info msg="Skipping creating log stream" logCreateStream=false logGroupName=groupName logStreamName=streamName
17:16:55 [2021-08-20T17:16:55.148Z] --- PASS: TestCreateStreamSkipped (0.00s)
17:16:55 [2021-08-20T17:16:55.148Z] === RUN   TestCreateLogGroupSuccess
17:16:55 [2021-08-20T17:16:55.148Z] --- PASS: TestCreateLogGroupSuccess (0.00s)
17:16:55 [2021-08-20T17:16:55.148Z] === RUN   TestCreateError
17:16:55 [2021-08-20T17:16:55.148Z] --- PASS: TestCreateError (0.00s)
17:16:55 [2021-08-20T17:16:55.148Z] === RUN   TestCreateAlreadyExists
17:16:55 [2021-08-20T17:16:55.148Z] time="2021-08-20T17:16:55Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="<nil>"
17:16:55 [2021-08-20T17:16:55.148Z] --- PASS: TestCreateAlreadyExists (0.00s)
17:16:55 [2021-08-20T17:16:55.148Z] === RUN   TestLogClosed
17:16:55 [2021-08-20T17:16:55.148Z] --- PASS: TestLogClosed (0.00s)
17:16:55 [2021-08-20T17:16:55.148Z] === RUN   TestLogBlocking
17:16:55 [2021-08-20T17:16:55.148Z] --- PASS: TestLogBlocking (0.00s)
17:16:55 [2021-08-20T17:16:55.148Z] === RUN   TestLogNonBlockingBufferEmpty
17:16:55 [2021-08-20T17:16:55.148Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s)
17:16:55 [2021-08-20T17:16:55.148Z] === RUN   TestLogNonBlockingBufferFull
17:16:55 [2021-08-20T17:16:55.148Z] --- PASS: TestLogNonBlockingBufferFull (0.00s)
17:16:55 [2021-08-20T17:16:55.148Z] === RUN   TestPublishBatchSuccess
17:16:55 [2021-08-20T17:16:55.148Z] --- PASS: TestPublishBatchSuccess (0.00s)
17:16:55 [2021-08-20T17:16:55.148Z] === RUN   TestPublishBatchError
17:16:55 [2021-08-20T17:16:55.148Z] time="2021-08-20T17:16:55Z" level=error msg=Error
17:16:55 [2021-08-20T17:16:55.148Z] --- PASS: TestPublishBatchError (0.00s)
17:16:55 [2021-08-20T17:16:55.148Z] === RUN   TestPublishBatchInvalidSeqSuccess
17:16:55 [2021-08-20T17:16:55.148Z] time="2021-08-20T17:16:55Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="<nil>"
17:16:55 [2021-08-20T17:16:55.148Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s)
17:16:55 [2021-08-20T17:16:55.148Z] === RUN   TestPublishBatchAlreadyAccepted
17:16:55 [2021-08-20T17:16:55.148Z] time="2021-08-20T17:16:55Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="<nil>"
17:16:55 [2021-08-20T17:16:55.148Z] time="2021-08-20T17:16:55Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token"
17:16:55 [2021-08-20T17:16:55.148Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s)
17:16:55 [2021-08-20T17:16:55.148Z] === RUN   TestCollectBatchSimple
17:16:55 [2021-08-20T17:16:55.148Z] --- PASS: TestCollectBatchSimple (0.00s)
17:16:55 [2021-08-20T17:16:55.148Z] === RUN   TestCollectBatchTicker
17:16:55 [2021-08-20T17:16:55.148Z] --- PASS: TestCollectBatchTicker (0.00s)
17:16:55 [2021-08-20T17:16:55.148Z] === RUN   TestCollectBatchMultilinePattern
17:16:55 [2021-08-20T17:16:55.148Z] --- PASS: TestCollectBatchMultilinePattern (0.00s)
17:16:55 [2021-08-20T17:16:55.148Z] === RUN   TestCollectBatchMultilinePatternMaxEventAge
17:16:55 [2021-08-20T17:16:55.148Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s)
17:16:55 [2021-08-20T17:16:55.148Z] === RUN   TestCollectBatchMultilinePatternNegativeEventAge
17:16:55 [2021-08-20T17:16:55.148Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s)
17:16:55 [2021-08-20T17:16:55.148Z] === RUN   TestCollectBatchMultilinePatternMaxEventSize
17:16:55 [2021-08-20T17:16:55.148Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.02s)
17:16:55 [2021-08-20T17:16:55.148Z] === RUN   TestCollectBatchClose
17:16:55 [2021-08-20T17:16:55.148Z] --- PASS: TestCollectBatchClose (0.00s)
17:16:55 [2021-08-20T17:16:55.148Z] === RUN   TestEffectiveLen
17:16:55 [2021-08-20T17:16:55.148Z] === RUN   TestEffectiveLen/0/Hello
17:16:55 [2021-08-20T17:16:55.148Z] === RUN   TestEffectiveLen/1/\x01\x02\x03\x04
17:16:55 [2021-08-20T17:16:55.148Z] === RUN   TestEffectiveLen/2/🙃
17:16:55 [2021-08-20T17:16:55.148Z] === RUN   TestEffectiveLen/3/����
17:16:55 [2021-08-20T17:16:55.148Z] === RUN   TestEffectiveLen/4/He��o
17:16:55 [2021-08-20T17:16:55.148Z] === RUN   TestEffectiveLen/5/
17:16:55 [2021-08-20T17:16:55.148Z] --- PASS: TestEffectiveLen (0.00s)
17:16:55 [2021-08-20T17:16:55.148Z]     --- PASS: TestEffectiveLen/0/Hello (0.00s)
17:16:55 [2021-08-20T17:16:55.148Z]     --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s)
17:16:55 [2021-08-20T17:16:55.148Z]     --- PASS: TestEffectiveLen/2/🙃 (0.00s)
17:16:55 [2021-08-20T17:16:55.148Z]     --- PASS: TestEffectiveLen/3/���� (0.00s)
17:16:55 [2021-08-20T17:16:55.148Z]     --- PASS: TestEffectiveLen/4/He��o (0.00s)
17:16:55 [2021-08-20T17:16:55.148Z]     --- PASS: TestEffectiveLen/5/ (0.00s)
17:16:55 [2021-08-20T17:16:55.148Z] === RUN   TestFindValidSplit
17:16:55 [2021-08-20T17:16:55.148Z] === RUN   TestFindValidSplit/0/
17:16:55 [2021-08-20T17:16:55.148Z]     cloudwatchlogs_test.go:1064: 
17:16:55 [2021-08-20T17:16:55.148Z]     cloudwatchlogs_test.go:1065: 
17:16:55 [2021-08-20T17:16:55.148Z] === RUN   TestFindValidSplit/1/Hello
17:16:55 [2021-08-20T17:16:55.148Z]     cloudwatchlogs_test.go:1064: Hello
17:16:55 [2021-08-20T17:16:55.148Z]     cloudwatchlogs_test.go:1065: 
17:16:55 [2021-08-20T17:16:55.148Z] === RUN   TestFindValidSplit/2/Hello
17:16:55 [2021-08-20T17:16:55.148Z]     cloudwatchlogs_test.go:1064: He
17:16:55 [2021-08-20T17:16:55.148Z]     cloudwatchlogs_test.go:1065: llo
17:16:55 [2021-08-20T17:16:55.148Z] === RUN   TestFindValidSplit/3/Hello
17:16:55 [2021-08-20T17:16:55.148Z]     cloudwatchlogs_test.go:1064: 
17:16:55 [2021-08-20T17:16:55.148Z]     cloudwatchlogs_test.go:1065: Hello
17:16:55 [2021-08-20T17:16:55.148Z] === RUN   TestFindValidSplit/4/🙃
17:16:55 [2021-08-20T17:16:55.148Z]     cloudwatchlogs_test.go:1064: 
17:16:55 [2021-08-20T17:16:55.148Z]     cloudwatchlogs_test.go:1065: 🙃
17:16:55 [2021-08-20T17:16:55.148Z] === RUN   TestFindValidSplit/5/🙃
17:16:55 [2021-08-20T17:16:55.148Z]     cloudwatchlogs_test.go:1064: 🙃
17:16:55 [2021-08-20T17:16:55.148Z]     cloudwatchlogs_test.go:1065: 
17:16:55 [2021-08-20T17:16:55.148Z] === RUN   TestFindValidSplit/6/a�
17:16:55 [2021-08-20T17:16:55.148Z]     cloudwatchlogs_test.go:1064: a
17:16:55 [2021-08-20T17:16:55.148Z]     cloudwatchlogs_test.go:1065: �
17:16:55 [2021-08-20T17:16:55.148Z] === RUN   TestFindValidSplit/7/a�
17:16:55 [2021-08-20T17:16:55.148Z]     cloudwatchlogs_test.go:1064: a�
17:16:55 [2021-08-20T17:16:55.148Z]     cloudwatchlogs_test.go:1065: 
17:16:55 [2021-08-20T17:16:55.148Z] --- PASS: TestFindValidSplit (0.00s)
17:16:55 [2021-08-20T17:16:55.148Z]     --- PASS: TestFindValidSplit/0/ (0.00s)
17:16:55 [2021-08-20T17:16:55.148Z]     --- PASS: TestFindValidSplit/1/Hello (0.00s)
17:16:55 [2021-08-20T17:16:55.148Z]     --- PASS: TestFindValidSplit/2/Hello (0.00s)
17:16:55 [2021-08-20T17:16:55.148Z]     --- PASS: TestFindValidSplit/3/Hello (0.00s)
17:16:55 [2021-08-20T17:16:55.148Z]     --- PASS: TestFindValidSplit/4/🙃 (0.00s)
17:16:55 [2021-08-20T17:16:55.148Z]     --- PASS: TestFindValidSplit/5/🙃 (0.00s)
17:16:55 [2021-08-20T17:16:55.148Z]     --- PASS: TestFindValidSplit/6/a� (0.00s)
17:16:55 [2021-08-20T17:16:55.148Z]     --- PASS: TestFindValidSplit/7/a� (0.00s)
17:16:55 [2021-08-20T17:16:55.148Z] === RUN   TestProcessEventEmoji
17:16:55 [2021-08-20T17:16:55.148Z] --- PASS: TestProcessEventEmoji (0.00s)
17:16:55 [2021-08-20T17:16:55.148Z] === RUN   TestCollectBatchLineSplit
17:16:55 [2021-08-20T17:16:55.148Z] --- PASS: TestCollectBatchLineSplit (0.01s)
17:16:55 [2021-08-20T17:16:55.148Z] === RUN   TestCollectBatchLineSplitWithBinary
17:16:55 [2021-08-20T17:16:55.148Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.00s)
17:16:55 [2021-08-20T17:16:55.148Z] === RUN   TestCollectBatchMaxEvents
17:16:55 [2021-08-20T17:16:55.148Z] === RUN   TestSearchRegistryForImagesErrors
17:16:55 [2021-08-20T17:16:55.148Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s)
17:16:55 [2021-08-20T17:16:55.148Z] === RUN   TestSearchRegistryForImages
17:16:55 [2021-08-20T17:16:55.148Z] --- PASS: TestSearchRegistryForImages (0.00s)
17:16:55 [2021-08-20T17:16:55.148Z] === RUN   TestOnlyPlatformWithFallback
17:16:55 [2021-08-20T17:16:55.148Z] --- PASS: TestOnlyPlatformWithFallback (0.00s)
17:16:55 [2021-08-20T17:16:55.148Z] === RUN   TestImageDelete
17:16:55 [2021-08-20T17:16:55.193Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false__<nil>_0xc0007ff050_<nil>}
17:16:55 [2021-08-20T17:16:55.309Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main
17:16:55 [2021-08-20T17:16:55.449Z]     plugin_test.go:65: [d774208eeef53] joining swarm manager [d8ea3b779e992]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
17:16:55 [2021-08-20T17:16:55.605Z] === RUN   TestImageDelete/no_lease
17:16:55 [2021-08-20T17:16:55.606Z] --- PASS: TestCollectBatchMaxEvents (0.04s)
17:16:55 [2021-08-20T17:16:55.606Z] === RUN   TestCollectBatchMaxTotalBytes
17:16:55 [2021-08-20T17:16:55.606Z] === RUN   TestImageDelete/lease_exists
17:16:55 [2021-08-20T17:16:55.606Z] --- PASS: TestCollectBatchMaxTotalBytes (0.01s)
17:16:55 [2021-08-20T17:16:55.606Z] === RUN   TestCollectBatchMaxTotalBytesWithBinary
17:16:55 [2021-08-20T17:16:55.606Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.02s)
17:16:55 [2021-08-20T17:16:55.606Z] === RUN   TestCollectBatchWithDuplicateTimestamps
17:16:55 [2021-08-20T17:16:55.606Z] --- PASS: TestImageDelete (0.06s)
17:16:55 [2021-08-20T17:16:55.606Z]     --- PASS: TestImageDelete/no_lease (0.01s)
17:16:55 [2021-08-20T17:16:55.606Z]     --- PASS: TestImageDelete/lease_exists (0.02s)
17:16:55 [2021-08-20T17:16:55.606Z] === RUN   TestContentStoreForPull
17:16:55 [2021-08-20T17:16:55.606Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.07s)
17:16:55 [2021-08-20T17:16:55.606Z] === RUN   TestParseLogOptionsMultilinePattern
17:16:55 [2021-08-20T17:16:55.606Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s)
17:16:55 [2021-08-20T17:16:55.606Z] === RUN   TestParseLogOptionsDatetimeFormat
17:16:55 [2021-08-20T17:16:55.606Z] === RUN   TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT
17:16:55 [2021-08-20T17:16:55.606Z] === RUN   TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200
17:16:55 [2021-08-20T17:16:55.606Z] === RUN   TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec
17:16:55 [2021-08-20T17:16:55.606Z] === RUN   TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December
17:16:55 [2021-08-20T17:16:55.606Z] === RUN   TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday
17:16:55 [2021-08-20T17:16:55.606Z] === RUN   TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun
17:16:55 [2021-08-20T17:16:55.606Z] === RUN   TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091
17:16:55 [2021-08-20T17:16:55.606Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s)
17:16:55 [2021-08-20T17:16:55.606Z]     --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s)
17:16:55 [2021-08-20T17:16:55.606Z]     --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s)
17:16:55 [2021-08-20T17:16:55.606Z]     --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s)
17:16:55 [2021-08-20T17:16:55.606Z]     --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s)
17:16:55 [2021-08-20T17:16:55.606Z]     --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s)
17:16:55 [2021-08-20T17:16:55.606Z]     --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s)
17:16:55 [2021-08-20T17:16:55.606Z]     --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s)
17:16:55 [2021-08-20T17:16:55.606Z] === RUN   TestValidateLogOptionsDatetimeFormatAndMultilinePattern
17:16:55 [2021-08-20T17:16:55.606Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s)
17:16:55 [2021-08-20T17:16:55.606Z] === RUN   TestValidateLogOptionsForceFlushIntervalSeconds
17:16:55 [2021-08-20T17:16:55.606Z] === RUN   TestValidateLogOptionsForceFlushIntervalSeconds/0
17:16:55 [2021-08-20T17:16:55.606Z] === RUN   TestValidateLogOptionsForceFlushIntervalSeconds/-1
17:16:55 [2021-08-20T17:16:55.606Z] === RUN   TestValidateLogOptionsForceFlushIntervalSeconds/a
17:16:55 [2021-08-20T17:16:55.606Z] === RUN   TestValidateLogOptionsForceFlushIntervalSeconds/10
17:16:55 [2021-08-20T17:16:55.606Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s)
17:16:55 [2021-08-20T17:16:55.606Z]     --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s)
17:16:55 [2021-08-20T17:16:55.606Z]     --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s)
17:16:55 [2021-08-20T17:16:55.606Z]     --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s)
17:16:55 [2021-08-20T17:16:55.606Z]     --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s)
17:16:55 [2021-08-20T17:16:55.606Z] === RUN   TestValidateLogOptionsMaxBufferedEvents
17:16:55 [2021-08-20T17:16:55.606Z] === RUN   TestValidateLogOptionsMaxBufferedEvents/0
17:16:55 [2021-08-20T17:16:55.606Z] === RUN   TestValidateLogOptionsMaxBufferedEvents/-1
17:16:55 [2021-08-20T17:16:55.606Z] === RUN   TestValidateLogOptionsMaxBufferedEvents/a
17:16:55 [2021-08-20T17:16:55.606Z] === RUN   TestValidateLogOptionsMaxBufferedEvents/10
17:16:55 [2021-08-20T17:16:55.606Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s)
17:16:55 [2021-08-20T17:16:55.606Z]     --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s)
17:16:55 [2021-08-20T17:16:55.606Z]     --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s)
17:16:55 [2021-08-20T17:16:55.606Z]     --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s)
17:16:55 [2021-08-20T17:16:55.606Z]     --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s)
17:16:55 [2021-08-20T17:16:55.606Z] === RUN   TestCreateTagSuccess
17:16:55 [2021-08-20T17:16:55.606Z] --- PASS: TestCreateTagSuccess (0.00s)
17:16:55 [2021-08-20T17:16:55.606Z] === RUN   TestNewAWSLogsClientCredentialEndpointDetect
17:16:55 [2021-08-20T17:16:55.606Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s)
17:16:55 [2021-08-20T17:16:55.606Z] === RUN   TestNewAWSLogsClientCredentialEnvironmentVariable
17:16:55 [2021-08-20T17:16:55.606Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s)
17:16:55 [2021-08-20T17:16:55.606Z] === RUN   TestNewAWSLogsClientCredentialSharedFile
17:16:55 [2021-08-20T17:16:55.606Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s)
17:16:55 [2021-08-20T17:16:55.606Z] PASS
17:16:55 [2021-08-20T17:16:55.606Z] coverage: 77.4% of statements
17:16:55 [2021-08-20T17:16:55.606Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.472s	coverage: 77.4% of statements
17:16:55 [2021-08-20T17:16:55.606Z] --- PASS: TestContentStoreForPull (0.21s)
17:16:55 [2021-08-20T17:16:55.606Z] PASS
17:16:55 [2021-08-20T17:16:55.606Z] coverage: 6.7% of statements
17:16:55 [2021-08-20T17:16:55.606Z] ok  	github.com/docker/docker/daemon/images	0.420s	coverage: 6.7% of statements
17:16:55 [2021-08-20T17:16:55.606Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
17:16:55 [2021-08-20T17:16:55.606Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
17:16:55 [2021-08-20T17:16:55.606Z] ?   	github.com/docker/docker/daemon/logger/etwlogs	[no test files]
17:16:55 [2021-08-20T17:16:55.606Z] ?   	github.com/docker/docker/daemon/logger/fluentd	[no test files]
17:16:55 [2021-08-20T17:16:55.606Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
17:16:55 [2021-08-20T17:16:55.606Z] ?   	github.com/docker/docker/daemon/logger/gelf	[no test files]
17:16:55 [2021-08-20T17:16:55.606Z] ?   	github.com/docker/docker/daemon/logger/journald	[no test files]
17:16:56 [2021-08-20T17:16:56.062Z] === RUN   TestJSONLogsMarshalJSONBuf
17:16:56 [2021-08-20T17:16:56.062Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s)
17:16:56 [2021-08-20T17:16:56.062Z] === RUN   TestFastTimeMarshalJSONWithInvalidYear
17:16:56 [2021-08-20T17:16:56.519Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.17s)
17:16:56 [2021-08-20T17:16:56.519Z] === RUN   TestFastTimeMarshalJSON
17:16:56 [2021-08-20T17:16:56.519Z] --- PASS: TestFastTimeMarshalJSON (0.01s)
17:16:56 [2021-08-20T17:16:56.519Z] PASS
17:16:56 [2021-08-20T17:16:56.519Z] coverage: 87.2% of statements
17:16:56 [2021-08-20T17:16:56.519Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.239s	coverage: 87.2% of statements
17:16:56 [2021-08-20T17:16:56.519Z] === RUN   TestJSONFileLogger
17:16:56 [2021-08-20T17:16:56.519Z] --- PASS: TestJSONFileLogger (0.00s)
17:16:56 [2021-08-20T17:16:56.519Z] === RUN   TestJSONFileLoggerWithTags
17:16:56 [2021-08-20T17:16:56.519Z] --- PASS: TestJSONFileLoggerWithTags (0.00s)
17:16:56 [2021-08-20T17:16:56.519Z] === RUN   TestJSONFileLoggerWithOpts
17:16:56 [2021-08-20T17:16:56.519Z] --- PASS: TestJSONFileLoggerWithOpts (0.01s)
17:16:56 [2021-08-20T17:16:56.519Z] === RUN   TestJSONFileLoggerWithLabelsEnv
17:16:56 [2021-08-20T17:16:56.519Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s)
17:16:56 [2021-08-20T17:16:56.519Z] === RUN   TestEncodeDecode
17:16:56 [2021-08-20T17:16:56.519Z] === PAUSE TestEncodeDecode
17:16:56 [2021-08-20T17:16:56.519Z] === RUN   TestUnexpectedEOF
17:16:56 [2021-08-20T17:16:56.519Z] time="2021-08-20T17:16:56Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0
17:16:56 [2021-08-20T17:16:56.519Z] time="2021-08-20T17:16:56Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0
17:16:56 [2021-08-20T17:16:56.519Z] --- PASS: TestUnexpectedEOF (0.19s)
17:16:56 [2021-08-20T17:16:56.519Z] === CONT  TestEncodeDecode
17:16:56 [2021-08-20T17:16:56.519Z] --- PASS: TestEncodeDecode (0.00s)
17:16:56 [2021-08-20T17:16:56.519Z] PASS
17:16:56 [2021-08-20T17:16:56.519Z] coverage: 69.9% of statements
17:16:56 [2021-08-20T17:16:56.519Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.264s	coverage: 69.9% of statements
17:16:56 [2021-08-20T17:16:56.816Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true__<nil>_0xc0007ff068_<nil>}
17:16:58 [2021-08-20T17:16:58.049Z] === RUN   TestWriteLog
17:16:58 [2021-08-20T17:16:58.049Z] === PAUSE TestWriteLog
17:16:58 [2021-08-20T17:16:58.049Z] === RUN   TestReadLog
17:16:58 [2021-08-20T17:16:58.049Z] === PAUSE TestReadLog
17:16:58 [2021-08-20T17:16:58.049Z] === CONT  TestWriteLog
17:16:58 [2021-08-20T17:16:58.049Z] === CONT  TestReadLog
17:16:58 [2021-08-20T17:16:58.049Z] === RUN   TestReadLog/tail_exact
17:16:58 [2021-08-20T17:16:58.049Z] --- PASS: TestWriteLog (0.01s)
17:16:58 [2021-08-20T17:16:58.049Z] === RUN   TestReadLog/tail_less_than_available
17:16:58 [2021-08-20T17:16:58.049Z] === RUN   TestReadLog/tail_more_than_available
17:16:58 [2021-08-20T17:16:58.049Z] --- PASS: TestReadLog (0.22s)
17:16:58 [2021-08-20T17:16:58.049Z]     --- PASS: TestReadLog/tail_exact (0.18s)
17:16:58 [2021-08-20T17:16:58.049Z]     --- PASS: TestReadLog/tail_less_than_available (0.00s)
17:16:58 [2021-08-20T17:16:58.049Z]     --- PASS: TestReadLog/tail_more_than_available (0.01s)
17:16:58 [2021-08-20T17:16:58.049Z] PASS
17:16:58 [2021-08-20T17:16:58.049Z] coverage: 75.2% of statements
17:16:58 [2021-08-20T17:16:58.049Z] === RUN   TestOpenFileDelete
17:16:58 [2021-08-20T17:16:58.049Z] --- PASS: TestOpenFileDelete (0.00s)
17:16:58 [2021-08-20T17:16:58.049Z] === RUN   TestOpenFileRename
17:16:58 [2021-08-20T17:16:58.049Z] --- PASS: TestOpenFileRename (0.00s)
17:16:58 [2021-08-20T17:16:58.049Z] === RUN   TestParseLogTagDefaultTag
17:16:58 [2021-08-20T17:16:58.049Z] --- PASS: TestParseLogTagDefaultTag (0.00s)
17:16:58 [2021-08-20T17:16:58.049Z] === RUN   TestParseLogTag
17:16:58 [2021-08-20T17:16:58.049Z] --- PASS: TestParseLogTag (0.00s)
17:16:58 [2021-08-20T17:16:58.049Z] === RUN   TestParseLogTagEmptyTag
17:16:58 [2021-08-20T17:16:58.049Z] --- PASS: TestParseLogTagEmptyTag (0.00s)
17:16:58 [2021-08-20T17:16:58.049Z] === RUN   TestTailFiles
17:16:58 [2021-08-20T17:16:58.049Z] --- PASS: TestTailFiles (0.00s)
17:16:58 [2021-08-20T17:16:58.049Z] === RUN   TestFollowLogsConsumerGone
17:16:58 [2021-08-20T17:16:58.049Z] --- PASS: TestFollowLogsConsumerGone (0.00s)
17:16:58 [2021-08-20T17:16:58.049Z] === RUN   TestFollowLogsProducerGone
17:16:58 [2021-08-20T17:16:58.049Z]     logfile_test.go:179: logDecode() closed after sending 3885 messages
17:16:58 [2021-08-20T17:16:58.049Z]     logfile_test.go:232: messages sent: 3885, received: 3885
17:16:58 [2021-08-20T17:16:58.049Z] --- PASS: TestFollowLogsProducerGone (0.01s)
17:16:58 [2021-08-20T17:16:58.049Z] === RUN   TestCheckCapacityAndRotate
17:16:58 [2021-08-20T17:16:58.049Z] ok  	github.com/docker/docker/daemon/logger/local	0.363s	coverage: 75.2% of statements
17:16:58 [2021-08-20T17:16:58.049Z] === RUN   TestCheckCapacityAndRotate/closed_log_file
17:16:58 [2021-08-20T17:16:58.049Z] === RUN   TestCheckCapacityAndRotate/with_log_reader
17:16:58 [2021-08-20T17:16:58.049Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
17:16:58 [2021-08-20T17:16:58.049Z] --- PASS: TestCheckCapacityAndRotate (0.16s)
17:16:58 [2021-08-20T17:16:58.049Z]     --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.01s)
17:16:58 [2021-08-20T17:16:58.049Z]     --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.13s)
17:16:58 [2021-08-20T17:16:58.049Z] PASS
17:16:58 [2021-08-20T17:16:58.049Z] coverage: 55.3% of statements
17:16:58 [2021-08-20T17:16:58.049Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.437s	coverage: 55.3% of statements
17:16:58 [2021-08-20T17:16:58.049Z] === RUN   TestLog
17:16:58 [2021-08-20T17:16:58.049Z] --- PASS: TestLog (0.01s)
17:16:58 [2021-08-20T17:16:58.049Z] PASS
17:16:58 [2021-08-20T17:16:58.049Z] coverage: 31.5% of statements
17:16:58 [2021-08-20T17:16:58.049Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.083s	coverage: 31.5% of statements
17:16:58 [2021-08-20T17:16:58.707Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsTmpfs
17:16:59 [2021-08-20T17:16:59.514Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main
17:16:59 [2021-08-20T17:16:59.581Z] === RUN   TestNewParse
17:16:59 [2021-08-20T17:16:59.581Z] --- PASS: TestNewParse (0.00s)
17:16:59 [2021-08-20T17:16:59.581Z] PASS
17:16:59 [2021-08-20T17:16:59.581Z] coverage: 8.3% of statements
17:16:59 [2021-08-20T17:16:59.581Z] ok  	github.com/docker/docker/daemon/logger/templates	0.042s	coverage: 8.3% of statements
17:16:59 [2021-08-20T17:16:59.581Z] === RUN   TestValidateLogOpt
17:16:59 [2021-08-20T17:16:59.581Z] --- PASS: TestValidateLogOpt (0.00s)
17:16:59 [2021-08-20T17:16:59.581Z] === RUN   TestNewMissedConfig
17:16:59 [2021-08-20T17:16:59.581Z] --- PASS: TestNewMissedConfig (0.00s)
17:16:59 [2021-08-20T17:16:59.581Z] === RUN   TestNewMissedUrl
17:16:59 [2021-08-20T17:16:59.581Z] --- PASS: TestNewMissedUrl (0.00s)
17:16:59 [2021-08-20T17:16:59.581Z] === RUN   TestNewMissedToken
17:16:59 [2021-08-20T17:16:59.581Z] --- PASS: TestNewMissedToken (0.00s)
17:16:59 [2021-08-20T17:16:59.581Z] === RUN   TestNewWithProxy
17:16:59 [2021-08-20T17:16:59.581Z] --- PASS: TestNewWithProxy (0.00s)
17:16:59 [2021-08-20T17:16:59.581Z] === RUN   TestDefault
17:16:59 [2021-08-20T17:16:59.581Z] --- PASS: TestDefault (0.01s)
17:16:59 [2021-08-20T17:16:59.581Z] === RUN   TestInlineFormatWithNonDefaultOptions
17:16:59 [2021-08-20T17:16:59.581Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s)
17:16:59 [2021-08-20T17:16:59.581Z] === RUN   TestJsonFormat
17:16:59 [2021-08-20T17:16:59.581Z] --- PASS: TestJsonFormat (0.02s)
17:16:59 [2021-08-20T17:16:59.581Z] === RUN   TestRawFormat
17:16:59 [2021-08-20T17:16:59.581Z] --- PASS: TestRawFormat (0.00s)
17:16:59 [2021-08-20T17:16:59.581Z] === RUN   TestRawFormatWithLabels
17:16:59 [2021-08-20T17:16:59.581Z] --- PASS: TestRawFormatWithLabels (0.00s)
17:16:59 [2021-08-20T17:16:59.581Z] === RUN   TestRawFormatWithoutTag
17:16:59 [2021-08-20T17:16:59.581Z] --- PASS: TestRawFormatWithoutTag (0.00s)
17:16:59 [2021-08-20T17:16:59.581Z] === RUN   TestBatching
17:16:59 [2021-08-20T17:16:59.581Z] === RUN   TestParseLogFormat
17:16:59 [2021-08-20T17:16:59.581Z] --- PASS: TestParseLogFormat (0.00s)
17:16:59 [2021-08-20T17:16:59.581Z] === RUN   TestValidateLogOptEmpty
17:16:59 [2021-08-20T17:16:59.581Z] --- PASS: TestValidateLogOptEmpty (0.00s)
17:16:59 [2021-08-20T17:16:59.581Z] === RUN   TestValidateSyslogAddress
17:16:59 [2021-08-20T17:16:59.581Z] --- PASS: TestValidateSyslogAddress (0.00s)
17:16:59 [2021-08-20T17:16:59.581Z] === RUN   TestParseAddressDefaultPort
17:16:59 [2021-08-20T17:16:59.581Z] --- PASS: TestParseAddressDefaultPort (0.00s)
17:16:59 [2021-08-20T17:16:59.581Z] === RUN   TestValidateSyslogFacility
17:16:59 [2021-08-20T17:16:59.581Z] --- PASS: TestValidateSyslogFacility (0.00s)
17:16:59 [2021-08-20T17:16:59.581Z] === RUN   TestValidateLogOptSyslogFormat
17:16:59 [2021-08-20T17:16:59.581Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s)
17:16:59 [2021-08-20T17:16:59.581Z] === RUN   TestValidateLogOpt
17:16:59 [2021-08-20T17:16:59.581Z] --- PASS: TestValidateLogOpt (0.00s)
17:16:59 [2021-08-20T17:16:59.581Z] PASS
17:16:59 [2021-08-20T17:16:59.581Z] coverage: 46.8% of statements
17:16:59 [2021-08-20T17:16:59.581Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.078s	coverage: 46.8% of statements
17:16:59 [2021-08-20T17:16:59.581Z] --- PASS: TestBatching (0.29s)
17:16:59 [2021-08-20T17:16:59.581Z] === RUN   TestFrequency
17:17:00 [2021-08-20T17:17:00.038Z] --- PASS: TestFrequency (0.20s)
17:17:00 [2021-08-20T17:17:00.038Z] === RUN   TestOneMessagePerRequest
17:17:00 [2021-08-20T17:17:00.038Z] --- PASS: TestOneMessagePerRequest (0.00s)
17:17:00 [2021-08-20T17:17:00.038Z] === RUN   TestVerify
17:17:00 [2021-08-20T17:17:00.038Z] --- PASS: TestVerify (0.00s)
17:17:00 [2021-08-20T17:17:00.038Z] === RUN   TestSkipVerify
17:17:00 [2021-08-20T17:17:00.038Z] time="2021-08-20T17:16:59Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
17:17:00 [2021-08-20T17:17:00.038Z] time="2021-08-20T17:16:59Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
17:17:00 [2021-08-20T17:17:00.038Z] time="2021-08-20T17:16:59Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
17:17:00 [2021-08-20T17:17:00.072Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation
17:17:00 [2021-08-20T17:17:00.072Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_0
17:17:00 [2021-08-20T17:17:00.073Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_1
17:17:00 [2021-08-20T17:17:00.073Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_2
17:17:00 [2021-08-20T17:17:00.073Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_3
17:17:00 [2021-08-20T17:17:00.073Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_4
17:17:00 [2021-08-20T17:17:00.073Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_5
17:17:00 [2021-08-20T17:17:00.073Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_6
17:17:00 [2021-08-20T17:17:00.073Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_7
17:17:00 [2021-08-20T17:17:00.073Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_8
17:17:00 [2021-08-20T17:17:00.073Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_9
17:17:00 [2021-08-20T17:17:00.073Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_10
17:17:00 [2021-08-20T17:17:00.073Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_11
17:17:00 [2021-08-20T17:17:00.073Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_12
17:17:00 [2021-08-20T17:17:00.073Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_13
17:17:00 [2021-08-20T17:17:00.073Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_14
17:17:00 [2021-08-20T17:17:00.329Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_15
17:17:00 [2021-08-20T17:17:00.329Z] === RUN   TestDockerSuite/TestContainersInMultipleNetworks
17:17:00 [2021-08-20T17:17:00.494Z] --- PASS: TestSkipVerify (0.74s)
17:17:00 [2021-08-20T17:17:00.494Z] === RUN   TestBufferMaximum
17:17:00 [2021-08-20T17:17:00.494Z] time="2021-08-20T17:17:00Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
17:17:00 [2021-08-20T17:17:00.494Z] time="2021-08-20T17:17:00Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
17:17:00 [2021-08-20T17:17:00.494Z] time="2021-08-20T17:17:00Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
17:17:00 [2021-08-20T17:17:00.494Z] time="2021-08-20T17:17:00Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
17:17:00 [2021-08-20T17:17:00.494Z] time="2021-08-20T17:17:00Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
17:17:00 [2021-08-20T17:17:00.494Z] time="2021-08-20T17:17:00Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1629479820.346960\",\"host\":\"6ed3f403f99b\"}'"
17:17:00 [2021-08-20T17:17:00.494Z] time="2021-08-20T17:17:00Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1629479820.346960\",\"host\":\"6ed3f403f99b\"}'"
17:17:00 [2021-08-20T17:17:00.494Z] --- PASS: TestBufferMaximum (0.00s)
17:17:00 [2021-08-20T17:17:00.494Z] === RUN   TestServerAlwaysDown
17:17:00 [2021-08-20T17:17:00.495Z] time="2021-08-20T17:17:00Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
17:17:00 [2021-08-20T17:17:00.495Z] time="2021-08-20T17:17:00Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
17:17:00 [2021-08-20T17:17:00.495Z] time="2021-08-20T17:17:00Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1629479820.350791\",\"host\":\"6ed3f403f99b\"}'"
17:17:00 [2021-08-20T17:17:00.495Z] time="2021-08-20T17:17:00Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1629479820.350791\",\"host\":\"6ed3f403f99b\"}'"
17:17:00 [2021-08-20T17:17:00.495Z] time="2021-08-20T17:17:00Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk
17:17:00 [2021-08-20T17:17:00.495Z] time="2021-08-20T17:17:00Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1629479820.350791\",\"host\":\"6ed3f403f99b\"}'"
17:17:00 [2021-08-20T17:17:00.495Z] time="2021-08-20T17:17:00Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1629479820.354363\",\"host\":\"6ed3f403f99b\"}'"
17:17:00 [2021-08-20T17:17:00.495Z] time="2021-08-20T17:17:00Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1629479820.354363\",\"host\":\"6ed3f403f99b\"}'"
17:17:00 [2021-08-20T17:17:00.495Z] --- PASS: TestServerAlwaysDown (0.01s)
17:17:00 [2021-08-20T17:17:00.495Z] === RUN   TestCannotSendAfterClose
17:17:00 [2021-08-20T17:17:00.495Z] --- PASS: TestCannotSendAfterClose (0.00s)
17:17:00 [2021-08-20T17:17:00.495Z] === RUN   TestDeadlockOnBlockedEndpoint
17:17:01 [2021-08-20T17:17:01.460Z] === RUN   TestV1IDService
17:17:01 [2021-08-20T17:17:01.460Z] --- PASS: TestV1IDService (0.02s)
17:17:01 [2021-08-20T17:17:01.460Z] === RUN   TestV2MetadataService
17:17:01 [2021-08-20T17:17:01.460Z] time="2021-08-20T17:17:01Z" level=warning msg="Error while sending logs" error="Post \"http://127.0.0.1:49212/services/collector/event/1.0\": context deadline exceeded" module=logger/splunk
17:17:01 [2021-08-20T17:17:01.460Z] time="2021-08-20T17:17:01Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"6ed3f403f99b\"}'"
17:17:01 [2021-08-20T17:17:01.460Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.00s)
17:17:01 [2021-08-20T17:17:01.460Z] PASS
17:17:01 [2021-08-20T17:17:01.460Z] coverage: 82.5% of statements
17:17:01 [2021-08-20T17:17:01.460Z] ok  	github.com/docker/docker/daemon/logger/splunk	2.336s	coverage: 82.5% of statements
17:17:01 [2021-08-20T17:17:01.460Z] ?   	github.com/docker/docker/daemon/names	[no test files]
17:17:01 [2021-08-20T17:17:01.460Z] ?   	github.com/docker/docker/daemon/network	[no test files]
17:17:01 [2021-08-20T17:17:01.460Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
17:17:01 [2021-08-20T17:17:01.916Z] === RUN   TestSuccessfulDownload
17:17:01 [2021-08-20T17:17:01.917Z]     download_test.go:268: Needs fixing on Windows
17:17:01 [2021-08-20T17:17:01.917Z] --- SKIP: TestSuccessfulDownload (0.00s)
17:17:01 [2021-08-20T17:17:01.917Z] === RUN   TestCancelledDownload
17:17:01 [2021-08-20T17:17:01.917Z] --- PASS: TestCancelledDownload (0.00s)
17:17:01 [2021-08-20T17:17:01.917Z] === RUN   TestMaxDownloadAttempts
17:17:01 [2021-08-20T17:17:01.917Z] === RUN   TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt
17:17:01 [2021-08-20T17:17:01.917Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt
17:17:01 [2021-08-20T17:17:01.917Z] === RUN   TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt
17:17:01 [2021-08-20T17:17:01.917Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt
17:17:01 [2021-08-20T17:17:01.917Z] === RUN   TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt
17:17:01 [2021-08-20T17:17:01.917Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt
17:17:01 [2021-08-20T17:17:01.917Z] === RUN   TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt
17:17:01 [2021-08-20T17:17:01.917Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt
17:17:01 [2021-08-20T17:17:01.917Z] === CONT  TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt
17:17:01 [2021-08-20T17:17:01.917Z] === CONT  TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt
17:17:01 [2021-08-20T17:17:01.917Z] === CONT  TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt
17:17:01 [2021-08-20T17:17:01.917Z] === CONT  TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt
17:17:01 [2021-08-20T17:17:01.917Z] === RUN   TestContinueOnError_NonMirrorEndpoint
17:17:01 [2021-08-20T17:17:01.917Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s)
17:17:01 [2021-08-20T17:17:01.917Z] === RUN   TestContinueOnError_MirrorEndpoint
17:17:01 [2021-08-20T17:17:01.917Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s)
17:17:01 [2021-08-20T17:17:01.917Z] === RUN   TestContinueOnError_NeverContinue
17:17:01 [2021-08-20T17:17:01.917Z] --- PASS: TestContinueOnError_NeverContinue (0.00s)
17:17:01 [2021-08-20T17:17:01.917Z] === RUN   TestManifestStore
17:17:02 [2021-08-20T17:17:02.373Z] === RUN   TestManifestStore/no_remote_or_local
17:17:02 [2021-08-20T17:17:02.373Z] time="2021-08-20T17:17:01Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1"
17:17:02 [2021-08-20T17:17:02.373Z] time="2021-08-20T17:17:01Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1"
17:17:02 [2021-08-20T17:17:02.373Z] time="2021-08-20T17:17:01Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1"
17:17:02 [2021-08-20T17:17:02.373Z] time="2021-08-20T17:17:01Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1"
17:17:02 [2021-08-20T17:17:02.373Z] --- PASS: TestMaxDownloadAttempts (0.00s)
17:17:02 [2021-08-20T17:17:02.373Z]     --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.49s)
17:17:02 [2021-08-20T17:17:02.373Z]     --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.49s)
17:17:02 [2021-08-20T17:17:02.373Z]     --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.49s)
17:17:02 [2021-08-20T17:17:02.373Z]     --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.49s)
17:17:02 [2021-08-20T17:17:02.373Z] === RUN   TestTransfer
17:17:02 [2021-08-20T17:17:02.373Z] time="2021-08-20T17:17:02Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local471398271\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process."
17:17:02 [2021-08-20T17:17:02.373Z] === RUN   TestManifestStore/no_local_cache
17:17:02 [2021-08-20T17:17:02.373Z] === RUN   TestManifestStore/with_local_cache
17:17:02 [2021-08-20T17:17:02.373Z] === RUN   TestManifestStore/unknown_media_type
17:17:02 [2021-08-20T17:17:02.373Z] === RUN   TestManifestStore/unknown_media_type/no_cache
17:17:02 [2021-08-20T17:17:02.373Z] time="2021-08-20T17:17:02Z" level=warning msg="reference for unknown type: "
17:17:02 [2021-08-20T17:17:02.373Z] time="2021-08-20T17:17:02Z" level=warning msg="reference for unknown type: "
17:17:02 [2021-08-20T17:17:02.373Z] === RUN   TestManifestStore/unknown_media_type/with_cache
17:17:02 [2021-08-20T17:17:02.373Z] === RUN   TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type
17:17:02 [2021-08-20T17:17:02.373Z] time="2021-08-20T17:17:02Z" level=warning msg="reference for unknown type: "
17:17:02 [2021-08-20T17:17:02.373Z] --- PASS: TestTransfer (0.12s)
17:17:02 [2021-08-20T17:17:02.373Z] === RUN   TestConcurrencyLimit
17:17:02 [2021-08-20T17:17:02.373Z] === RUN   TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type
17:17:02 [2021-08-20T17:17:02.373Z] time="2021-08-20T17:17:02Z" level=warning msg="reference for unknown type: "
17:17:02 [2021-08-20T17:17:02.373Z] time="2021-08-20T17:17:02Z" level=warning msg="reference for unknown type: "
17:17:02 [2021-08-20T17:17:02.373Z] === RUN   TestManifestStore/error_persisting_manifest
17:17:02 [2021-08-20T17:17:02.373Z] === RUN   TestManifestStore/error_persisting_manifest/error_on_writer
17:17:02 [2021-08-20T17:17:02.373Z] === RUN   TestManifestStore/error_persisting_manifest/error_on_commit
17:17:02 [2021-08-20T17:17:02.373Z] time="2021-08-20T17:17:02Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error"
17:17:02 [2021-08-20T17:17:02.373Z] --- PASS: TestManifestStore (0.40s)
17:17:02 [2021-08-20T17:17:02.373Z]     --- PASS: TestManifestStore/no_remote_or_local (0.27s)
17:17:02 [2021-08-20T17:17:02.373Z]     --- PASS: TestManifestStore/no_local_cache (0.02s)
17:17:02 [2021-08-20T17:17:02.373Z]     --- PASS: TestManifestStore/with_local_cache (0.02s)
17:17:02 [2021-08-20T17:17:02.373Z]     --- PASS: TestManifestStore/unknown_media_type (0.07s)
17:17:02 [2021-08-20T17:17:02.373Z]         --- PASS: TestManifestStore/unknown_media_type/no_cache (0.02s)
17:17:02 [2021-08-20T17:17:02.373Z]         --- PASS: TestManifestStore/unknown_media_type/with_cache (0.05s)
17:17:02 [2021-08-20T17:17:02.373Z]             --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.02s)
17:17:02 [2021-08-20T17:17:02.373Z]             --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.02s)
17:17:02 [2021-08-20T17:17:02.373Z]     --- PASS: TestManifestStore/error_persisting_manifest (0.02s)
17:17:02 [2021-08-20T17:17:02.373Z]         --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s)
17:17:02 [2021-08-20T17:17:02.373Z]         --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.02s)
17:17:02 [2021-08-20T17:17:02.373Z] === RUN   TestDetectManifestBlobMediaType
17:17:02 [2021-08-20T17:17:02.373Z] === RUN   TestDetectManifestBlobMediaType/mediaType_is_set
17:17:02 [2021-08-20T17:17:02.373Z] === RUN   TestDetectManifestBlobMediaType/oci_manifest
17:17:02 [2021-08-20T17:17:02.373Z] === RUN   TestDetectManifestBlobMediaType/schema1
17:17:02 [2021-08-20T17:17:02.373Z] === RUN   TestDetectManifestBlobMediaType/oci_index_fallback
17:17:02 [2021-08-20T17:17:02.373Z] === RUN   TestDetectManifestBlobMediaType/mediaType_and_config_set
17:17:02 [2021-08-20T17:17:02.373Z] === RUN   TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set
17:17:02 [2021-08-20T17:17:02.373Z] --- PASS: TestDetectManifestBlobMediaType (0.00s)
17:17:02 [2021-08-20T17:17:02.373Z]     --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s)
17:17:02 [2021-08-20T17:17:02.373Z]     --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s)
17:17:02 [2021-08-20T17:17:02.373Z]     --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s)
17:17:02 [2021-08-20T17:17:02.373Z]     --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s)
17:17:02 [2021-08-20T17:17:02.373Z]     --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s)
17:17:02 [2021-08-20T17:17:02.373Z]     --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s)
17:17:02 [2021-08-20T17:17:02.373Z] === RUN   TestFixManifestLayers
17:17:02 [2021-08-20T17:17:02.373Z] --- PASS: TestFixManifestLayers (0.00s)
17:17:02 [2021-08-20T17:17:02.373Z] === RUN   TestFixManifestLayersBaseLayerParent
17:17:02 [2021-08-20T17:17:02.373Z]     pull_v2_test.go:73: Needs fixing on Windows
17:17:02 [2021-08-20T17:17:02.373Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s)
17:17:02 [2021-08-20T17:17:02.373Z] === RUN   TestFixManifestLayersBadParent
17:17:02 [2021-08-20T17:17:02.373Z] --- PASS: TestFixManifestLayersBadParent (0.00s)
17:17:02 [2021-08-20T17:17:02.373Z] === RUN   TestValidateManifest
17:17:02 [2021-08-20T17:17:02.373Z]     pull_v2_test.go:118: Needs fixing on Windows
17:17:02 [2021-08-20T17:17:02.373Z] --- SKIP: TestValidateManifest (0.00s)
17:17:02 [2021-08-20T17:17:02.373Z] === RUN   TestFormatPlatform
17:17:02 [2021-08-20T17:17:02.373Z] --- PASS: TestFormatPlatform (0.00s)
17:17:02 [2021-08-20T17:17:02.373Z] === RUN   TestGetRepositoryMountCandidates
17:17:02 [2021-08-20T17:17:02.373Z] --- PASS: TestGetRepositoryMountCandidates (0.00s)
17:17:02 [2021-08-20T17:17:02.373Z] === RUN   TestLayerAlreadyExists
17:17:02 [2021-08-20T17:17:02.373Z]     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}
17:17:02 [2021-08-20T17:17:02.373Z]     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}
17:17:02 [2021-08-20T17:17:02.373Z]     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}
17:17:02 [2021-08-20T17:17:02.373Z]     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}
17:17:02 [2021-08-20T17:17:02.373Z]     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}
17:17:02 [2021-08-20T17:17:02.374Z]     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}
17:17:02 [2021-08-20T17:17:02.374Z] --- PASS: TestLayerAlreadyExists (0.00s)
17:17:02 [2021-08-20T17:17:02.374Z] === RUN   TestWhenEmptyAuthConfig
17:17:02 [2021-08-20T17:17:02.830Z] --- PASS: TestV2MetadataService (1.14s)
17:17:02 [2021-08-20T17:17:02.830Z] PASS
17:17:02 [2021-08-20T17:17:02.830Z] coverage: 48.2% of statements
17:17:02 [2021-08-20T17:17:02.830Z] ok  	github.com/docker/docker/distribution/metadata	1.235s	coverage: 48.2% of statements
17:17:02 [2021-08-20T17:17:02.830Z] --- PASS: TestConcurrencyLimit (0.35s)
17:17:02 [2021-08-20T17:17:02.830Z] === RUN   TestInactiveJobs
17:17:02 [2021-08-20T17:17:02.830Z] === RUN   TestNotFound
17:17:02 [2021-08-20T17:17:02.830Z] --- PASS: TestNotFound (0.00s)
17:17:02 [2021-08-20T17:17:02.830Z] === RUN   TestConflict
17:17:02 [2021-08-20T17:17:02.830Z] --- PASS: TestConflict (0.00s)
17:17:02 [2021-08-20T17:17:02.830Z] === RUN   TestForbidden
17:17:02 [2021-08-20T17:17:02.830Z] --- PASS: TestForbidden (0.00s)
17:17:02 [2021-08-20T17:17:02.830Z] === RUN   TestInvalidParameter
17:17:02 [2021-08-20T17:17:02.830Z] --- PASS: TestInvalidParameter (0.00s)
17:17:02 [2021-08-20T17:17:02.830Z] === RUN   TestNotImplemented
17:17:02 [2021-08-20T17:17:02.830Z] --- PASS: TestNotImplemented (0.00s)
17:17:02 [2021-08-20T17:17:02.830Z] === RUN   TestNotModified
17:17:02 [2021-08-20T17:17:02.830Z] --- PASS: TestNotModified (0.00s)
17:17:02 [2021-08-20T17:17:02.830Z] === RUN   TestUnauthorized
17:17:02 [2021-08-20T17:17:02.830Z] --- PASS: TestUnauthorized (0.00s)
17:17:02 [2021-08-20T17:17:02.830Z] === RUN   TestUnknown
17:17:02 [2021-08-20T17:17:02.830Z] --- PASS: TestUnknown (0.00s)
17:17:02 [2021-08-20T17:17:02.830Z] === RUN   TestCancelled
17:17:02 [2021-08-20T17:17:02.830Z] --- PASS: TestCancelled (0.00s)
17:17:02 [2021-08-20T17:17:02.830Z] === RUN   TestDeadline
17:17:02 [2021-08-20T17:17:02.830Z] --- PASS: TestDeadline (0.00s)
17:17:02 [2021-08-20T17:17:02.830Z] === RUN   TestDataLoss
17:17:02 [2021-08-20T17:17:02.830Z] --- PASS: TestDataLoss (0.00s)
17:17:02 [2021-08-20T17:17:02.830Z] === RUN   TestUnavailable
17:17:02 [2021-08-20T17:17:02.830Z] --- PASS: TestUnavailable (0.00s)
17:17:02 [2021-08-20T17:17:02.830Z] === RUN   TestSystem
17:17:02 [2021-08-20T17:17:02.830Z] --- PASS: TestSystem (0.00s)
17:17:02 [2021-08-20T17:17:02.830Z] === RUN   TestFromStatusCode
17:17:02 [2021-08-20T17:17:02.830Z] === RUN   TestFromStatusCode/Not_Found
17:17:02 [2021-08-20T17:17:02.831Z] === RUN   TestFromStatusCode/Bad_Request
17:17:02 [2021-08-20T17:17:02.831Z] === RUN   TestFromStatusCode/Conflict
17:17:02 [2021-08-20T17:17:02.831Z] === RUN   TestFromStatusCode/Unauthorized
17:17:02 [2021-08-20T17:17:02.831Z] === RUN   TestFromStatusCode/Service_Unavailable
17:17:02 [2021-08-20T17:17:02.831Z] === RUN   TestFromStatusCode/Forbidden
17:17:02 [2021-08-20T17:17:02.831Z] === RUN   TestFromStatusCode/Not_Modified
17:17:02 [2021-08-20T17:17:02.831Z] === RUN   TestFromStatusCode/Not_Implemented
17:17:02 [2021-08-20T17:17:02.831Z] === RUN   TestFromStatusCode/Internal_Server_Error
17:17:02 [2021-08-20T17:17:02.831Z] === RUN   TestFromStatusCode/Internal_Server_Error#01
17:17:02 [2021-08-20T17:17:02.831Z] === RUN   TestFromStatusCode/Internal_Server_Error#02
17:17:02 [2021-08-20T17:17:02.831Z] === RUN   TestFromStatusCode/Internal_Server_Error#03
17:17:02 [2021-08-20T17:17:02.831Z] === RUN   TestFromStatusCode/Internal_Server_Error#04
17:17:02 [2021-08-20T17:17:02.831Z] --- PASS: TestFromStatusCode (0.00s)
17:17:02 [2021-08-20T17:17:02.831Z]     --- PASS: TestFromStatusCode/Not_Found (0.00s)
17:17:02 [2021-08-20T17:17:02.831Z]     --- PASS: TestFromStatusCode/Bad_Request (0.00s)
17:17:02 [2021-08-20T17:17:02.831Z]     --- PASS: TestFromStatusCode/Conflict (0.00s)
17:17:02 [2021-08-20T17:17:02.831Z]     --- PASS: TestFromStatusCode/Unauthorized (0.00s)
17:17:02 [2021-08-20T17:17:02.831Z]     --- PASS: TestFromStatusCode/Service_Unavailable (0.00s)
17:17:02 [2021-08-20T17:17:02.831Z]     --- PASS: TestFromStatusCode/Forbidden (0.00s)
17:17:02 [2021-08-20T17:17:02.831Z]     --- PASS: TestFromStatusCode/Not_Modified (0.00s)
17:17:02 [2021-08-20T17:17:02.831Z]     --- PASS: TestFromStatusCode/Not_Implemented (0.00s)
17:17:02 [2021-08-20T17:17:02.831Z]     --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s)
17:17:02 [2021-08-20T17:17:02.831Z]     --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s)
17:17:02 [2021-08-20T17:17:02.831Z]     --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s)
17:17:02 [2021-08-20T17:17:02.831Z]     --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s)
17:17:02 [2021-08-20T17:17:02.831Z]     --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s)
17:17:02 [2021-08-20T17:17:02.831Z] PASS
17:17:02 [2021-08-20T17:17:02.831Z] coverage: 53.1% of statements
17:17:02 [2021-08-20T17:17:02.831Z] ok  	github.com/docker/docker/errdefs	0.041s	coverage: 53.1% of statements
17:17:03 [2021-08-20T17:17:03.292Z] --- PASS: TestInactiveJobs (0.36s)
17:17:03 [2021-08-20T17:17:03.292Z] === RUN   TestWatchRelease
17:17:03 [2021-08-20T17:17:03.292Z] --- PASS: TestWatchRelease (0.04s)
17:17:03 [2021-08-20T17:17:03.292Z] === RUN   TestWatchFinishedTransfer
17:17:03 [2021-08-20T17:17:03.292Z] --- PASS: TestWatchFinishedTransfer (0.00s)
17:17:03 [2021-08-20T17:17:03.292Z] === RUN   TestDuplicateTransfer
17:17:03 [2021-08-20T17:17:03.292Z] --- PASS: TestDuplicateTransfer (0.04s)
17:17:03 [2021-08-20T17:17:03.292Z] === RUN   TestSuccessfulUpload
17:17:03 [2021-08-20T17:17:03.292Z] time="2021-08-20T17:17:03Z" level=error msg="Upload failed, retrying: simulating retry"
17:17:03 [2021-08-20T17:17:03.621Z] === RUN   TestDockerSuite/TestContainersInUserDefinedNetwork
17:17:03 [2021-08-20T17:17:03.748Z] --- PASS: TestSuccessfulUpload (0.38s)
17:17:03 [2021-08-20T17:17:03.748Z] === RUN   TestCancelledUpload
17:17:03 [2021-08-20T17:17:03.748Z] --- PASS: TestCancelledUpload (0.00s)
17:17:03 [2021-08-20T17:17:03.748Z] PASS
17:17:03 [2021-08-20T17:17:03.748Z] coverage: 76.8% of statements
17:17:03 [2021-08-20T17:17:03.748Z] --- PASS: TestWhenEmptyAuthConfig (1.12s)
17:17:03 [2021-08-20T17:17:03.748Z] === RUN   TestPushRegistryWhenAuthInfoEmpty
17:17:03 [2021-08-20T17:17:03.748Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s)
17:17:03 [2021-08-20T17:17:03.748Z] === RUN   TestTokenPassThru
17:17:03 [2021-08-20T17:17:03.748Z] ok  	github.com/docker/docker/distribution/xfer	1.864s	coverage: 76.8% of statements
17:17:03 [2021-08-20T17:17:03.748Z] --- PASS: TestTokenPassThru (0.01s)
17:17:03 [2021-08-20T17:17:03.748Z] === RUN   TestTokenPassThruDifferentHost
17:17:03 [2021-08-20T17:17:03.748Z] --- PASS: TestTokenPassThruDifferentHost (0.01s)
17:17:03 [2021-08-20T17:17:03.748Z] PASS
17:17:03 [2021-08-20T17:17:03.748Z] coverage: 24.1% of statements
17:17:03 [2021-08-20T17:17:03.748Z] ok  	github.com/docker/docker/distribution	1.651s	coverage: 24.1% of statements
17:17:03 [2021-08-20T17:17:03.748Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
17:17:03 [2021-08-20T17:17:03.748Z] ?   	github.com/docker/docker/dockerversion	[no test files]
17:17:04 [2021-08-20T17:17:04.205Z] === RUN   TestCompare
17:17:04 [2021-08-20T17:17:04.205Z] --- PASS: TestCompare (0.00s)
17:17:04 [2021-08-20T17:17:04.205Z] PASS
17:17:04 [2021-08-20T17:17:04.205Z] coverage: 19.2% of statements
17:17:04 [2021-08-20T17:17:04.205Z] ok  	github.com/docker/docker/image/cache	0.077s	coverage: 19.2% of statements
17:17:04 [2021-08-20T17:17:04.205Z] === RUN   TestFSGetInvalidData
17:17:04 [2021-08-20T17:17:04.205Z] --- PASS: TestFSGetInvalidData (0.02s)
17:17:04 [2021-08-20T17:17:04.205Z] === RUN   TestFSInvalidSet
17:17:04 [2021-08-20T17:17:04.205Z] --- PASS: TestFSInvalidSet (0.02s)
17:17:04 [2021-08-20T17:17:04.205Z] === RUN   TestFSInvalidRoot
17:17:04 [2021-08-20T17:17:04.205Z] --- PASS: TestFSInvalidRoot (0.01s)
17:17:04 [2021-08-20T17:17:04.205Z] === RUN   TestFSMetadataGetSet
17:17:04 [2021-08-20T17:17:04.663Z] --- PASS: TestFSMetadataGetSet (0.04s)
17:17:04 [2021-08-20T17:17:04.663Z] === RUN   TestFSInvalidWalker
17:17:04 [2021-08-20T17:17:04.663Z] --- PASS: TestFSInvalidWalker (0.02s)
17:17:04 [2021-08-20T17:17:04.663Z] === RUN   TestFSGetSet
17:17:04 [2021-08-20T17:17:04.663Z] --- PASS: TestFSGetSet (0.03s)
17:17:04 [2021-08-20T17:17:04.663Z] === RUN   TestFSGetUnsetKey
17:17:04 [2021-08-20T17:17:04.663Z] --- PASS: TestFSGetUnsetKey (0.01s)
17:17:04 [2021-08-20T17:17:04.663Z] === RUN   TestFSGetEmptyData
17:17:04 [2021-08-20T17:17:04.663Z] --- PASS: TestFSGetEmptyData (0.01s)
17:17:04 [2021-08-20T17:17:04.663Z] === RUN   TestFSDelete
17:17:04 [2021-08-20T17:17:04.663Z] --- PASS: TestFSDelete (0.04s)
17:17:04 [2021-08-20T17:17:04.663Z] === RUN   TestFSWalker
17:17:04 [2021-08-20T17:17:04.663Z] --- PASS: TestFSWalker (0.03s)
17:17:04 [2021-08-20T17:17:04.663Z] === RUN   TestFSWalkerStopOnError
17:17:04 [2021-08-20T17:17:04.663Z] --- PASS: TestFSWalkerStopOnError (0.01s)
17:17:04 [2021-08-20T17:17:04.663Z] === RUN   TestNewFromJSON
17:17:04 [2021-08-20T17:17:04.663Z] --- PASS: TestNewFromJSON (0.00s)
17:17:04 [2021-08-20T17:17:04.663Z] === RUN   TestNewFromJSONWithInvalidJSON
17:17:04 [2021-08-20T17:17:04.663Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s)
17:17:04 [2021-08-20T17:17:04.663Z] === RUN   TestMarshalKeyOrder
17:17:04 [2021-08-20T17:17:04.663Z] --- PASS: TestMarshalKeyOrder (0.00s)
17:17:04 [2021-08-20T17:17:04.663Z] === RUN   TestHistoryEqual
17:17:04 [2021-08-20T17:17:04.663Z] --- PASS: TestHistoryEqual (0.18s)
17:17:04 [2021-08-20T17:17:04.663Z] === RUN   TestImage
17:17:04 [2021-08-20T17:17:04.663Z] --- PASS: TestImage (0.00s)
17:17:04 [2021-08-20T17:17:04.663Z] === RUN   TestImageOSNotEmpty
17:17:04 [2021-08-20T17:17:04.663Z] --- PASS: TestImageOSNotEmpty (0.00s)
17:17:04 [2021-08-20T17:17:04.663Z] === RUN   TestNewChildImageFromImageWithRootFS
17:17:04 [2021-08-20T17:17:04.663Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s)
17:17:04 [2021-08-20T17:17:04.663Z] === RUN   TestCreate
17:17:04 [2021-08-20T17:17:04.663Z] --- PASS: TestCreate (0.01s)
17:17:04 [2021-08-20T17:17:04.663Z] === RUN   TestRestore
17:17:04 [2021-08-20T17:17:04.663Z] time="2021-08-20T17:17:04Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value"
17:17:04 [2021-08-20T17:17:04.663Z] --- PASS: TestRestore (0.05s)
17:17:04 [2021-08-20T17:17:04.663Z] === RUN   TestAddDelete
17:17:04 [2021-08-20T17:17:04.663Z] --- PASS: TestAddDelete (0.03s)
17:17:04 [2021-08-20T17:17:04.663Z] === RUN   TestSearchAfterDelete
17:17:04 [2021-08-20T17:17:04.989Z] === RUN   TestDockerSuite/TestContainersNetworkIsolation
17:17:05 [2021-08-20T17:17:05.119Z] --- PASS: TestSearchAfterDelete (0.02s)
17:17:05 [2021-08-20T17:17:05.119Z] === RUN   TestParentReset
17:17:05 [2021-08-20T17:17:05.119Z] --- PASS: TestParentReset (0.04s)
17:17:05 [2021-08-20T17:17:05.119Z] === RUN   TestGetAndSetLastUpdated
17:17:05 [2021-08-20T17:17:05.119Z] --- PASS: TestGetAndSetLastUpdated (0.06s)
17:17:05 [2021-08-20T17:17:05.119Z] === RUN   TestStoreLen
17:17:05 [2021-08-20T17:17:05.119Z] --- PASS: TestStoreLen (0.06s)
17:17:05 [2021-08-20T17:17:05.119Z] PASS
17:17:05 [2021-08-20T17:17:05.119Z] coverage: 86.6% of statements
17:17:05 [2021-08-20T17:17:05.119Z] ok  	github.com/docker/docker/image	0.784s	coverage: 86.6% of statements
17:17:05 [2021-08-20T17:17:05.119Z] === RUN   TestMakeV1ConfigFromConfig
17:17:05 [2021-08-20T17:17:05.119Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s)
17:17:05 [2021-08-20T17:17:05.119Z] PASS
17:17:05 [2021-08-20T17:17:05.119Z] coverage: 25.0% of statements
17:17:05 [2021-08-20T17:17:05.119Z] ok  	github.com/docker/docker/image/v1	0.075s	coverage: 25.0% of statements
17:17:05 [2021-08-20T17:17:05.576Z] === RUN   TestValidateManifest
17:17:05 [2021-08-20T17:17:05.576Z] === RUN   TestValidateManifest/nil
17:17:05 [2021-08-20T17:17:05.576Z] === RUN   TestValidateManifest/non-nil
17:17:05 [2021-08-20T17:17:05.576Z] --- PASS: TestValidateManifest (0.00s)
17:17:05 [2021-08-20T17:17:05.576Z]     --- PASS: TestValidateManifest/nil (0.00s)
17:17:05 [2021-08-20T17:17:05.576Z]     --- PASS: TestValidateManifest/non-nil (0.00s)
17:17:05 [2021-08-20T17:17:05.576Z] PASS
17:17:05 [2021-08-20T17:17:05.576Z] coverage: 0.7% of statements
17:17:05 [2021-08-20T17:17:05.576Z] ok  	github.com/docker/docker/image/tarexport	0.106s	coverage: 0.7% of statements
17:17:05 [2021-08-20T17:17:05.576Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
17:17:07 [2021-08-20T17:17:07.105Z] === RUN   TestSerialization
17:17:07 [2021-08-20T17:17:07.105Z] --- PASS: TestSerialization (0.02s)
17:17:07 [2021-08-20T17:17:07.105Z] PASS
17:17:07 [2021-08-20T17:17:07.105Z] coverage: 100.0% of statements
17:17:07 [2021-08-20T17:17:07.105Z] ok  	github.com/docker/docker/libcontainerd/queue	0.065s	coverage: 100.0% of statements
17:17:07 [2021-08-20T17:17:07.105Z] === RUN   TestEmptyLayer
17:17:07 [2021-08-20T17:17:07.105Z] --- PASS: TestEmptyLayer (0.00s)
17:17:07 [2021-08-20T17:17:07.105Z] === RUN   TestCommitFailure
17:17:07 [2021-08-20T17:17:07.105Z] --- PASS: TestCommitFailure (0.01s)
17:17:07 [2021-08-20T17:17:07.105Z] === RUN   TestStartTransactionFailure
17:17:07 [2021-08-20T17:17:07.105Z] --- PASS: TestStartTransactionFailure (0.00s)
17:17:07 [2021-08-20T17:17:07.105Z] === RUN   TestGetOrphan
17:17:07 [2021-08-20T17:17:07.105Z] --- PASS: TestGetOrphan (0.01s)
17:17:07 [2021-08-20T17:17:07.105Z] === RUN   TestMountAndRegister
17:17:07 [2021-08-20T17:17:07.562Z]     layer_test.go:271: Layer size: 14
17:17:07 [2021-08-20T17:17:07.562Z] --- PASS: TestMountAndRegister (0.06s)
17:17:07 [2021-08-20T17:17:07.562Z] === RUN   TestLayerRelease
17:17:07 [2021-08-20T17:17:07.562Z]     layer_test.go:304: Failing on Windows
17:17:07 [2021-08-20T17:17:07.562Z] --- SKIP: TestLayerRelease (0.00s)
17:17:07 [2021-08-20T17:17:07.562Z] === RUN   TestStoreRestore
17:17:07 [2021-08-20T17:17:07.562Z]     layer_test.go:353: Failing on Windows
17:17:07 [2021-08-20T17:17:07.562Z] --- SKIP: TestStoreRestore (0.00s)
17:17:07 [2021-08-20T17:17:07.562Z] === RUN   TestTarStreamStability
17:17:07 [2021-08-20T17:17:07.562Z]     layer_test.go:468: Failing on Windows
17:17:07 [2021-08-20T17:17:07.562Z] --- SKIP: TestTarStreamStability (0.00s)
17:17:07 [2021-08-20T17:17:07.562Z] === RUN   TestRegisterExistingLayer
17:17:07 [2021-08-20T17:17:07.562Z] === RUN   TestEnvironmentParsing
17:17:07 [2021-08-20T17:17:07.562Z] --- PASS: TestEnvironmentParsing (0.00s)
17:17:07 [2021-08-20T17:17:07.562Z] PASS
17:17:07 [2021-08-20T17:17:07.562Z] coverage: 1.2% of statements
17:17:07 [2021-08-20T17:17:07.562Z] ok  	github.com/docker/docker/libcontainerd/local	0.076s	coverage: 1.2% of statements
17:17:07 [2021-08-20T17:17:07.562Z] --- PASS: TestRegisterExistingLayer (0.18s)
17:17:07 [2021-08-20T17:17:07.562Z] === RUN   TestTarStreamVerification
17:17:07 [2021-08-20T17:17:07.562Z]     layer_test.go:697: Failing on Windows
17:17:07 [2021-08-20T17:17:07.562Z] --- SKIP: TestTarStreamVerification (0.00s)
17:17:07 [2021-08-20T17:17:07.562Z] === RUN   TestLayerMigration
17:17:07 [2021-08-20T17:17:07.562Z]     migration_test.go:46: Failing on Windows
17:17:07 [2021-08-20T17:17:07.562Z] --- SKIP: TestLayerMigration (0.00s)
17:17:07 [2021-08-20T17:17:07.562Z] === RUN   TestLayerMigrationNoTarsplit
17:17:07 [2021-08-20T17:17:07.562Z]     migration_test.go:182: Failing on Windows
17:17:07 [2021-08-20T17:17:07.562Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s)
17:17:07 [2021-08-20T17:17:07.562Z] === RUN   TestMountInit
17:17:07 [2021-08-20T17:17:07.562Z]     mount_test.go:17: Failing on Windows
17:17:07 [2021-08-20T17:17:07.562Z] --- SKIP: TestMountInit (0.00s)
17:17:07 [2021-08-20T17:17:07.562Z] === RUN   TestMountSize
17:17:07 [2021-08-20T17:17:07.562Z]     mount_test.go:76: Failing on Windows
17:17:07 [2021-08-20T17:17:07.562Z] --- SKIP: TestMountSize (0.00s)
17:17:07 [2021-08-20T17:17:07.562Z] === RUN   TestMountChanges
17:17:07 [2021-08-20T17:17:07.562Z]     mount_test.go:125: Failing on Windows
17:17:07 [2021-08-20T17:17:07.562Z] --- SKIP: TestMountChanges (0.00s)
17:17:07 [2021-08-20T17:17:07.562Z] === RUN   TestMountApply
17:17:07 [2021-08-20T17:17:07.562Z]     mount_test.go:212: Failing on Windows
17:17:07 [2021-08-20T17:17:07.562Z] --- SKIP: TestMountApply (0.00s)
17:17:07 [2021-08-20T17:17:07.562Z] PASS
17:17:07 [2021-08-20T17:17:07.562Z] coverage: 30.1% of statements
17:17:07 [2021-08-20T17:17:07.562Z] ok  	github.com/docker/docker/layer	0.364s	coverage: 30.1% of statements
17:17:08 [2021-08-20T17:17:08.019Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
17:17:08 [2021-08-20T17:17:08.019Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
17:17:08 [2021-08-20T17:17:08.019Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
17:17:08 [2021-08-20T17:17:08.019Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
17:17:08 [2021-08-20T17:17:08.258Z] === RUN   TestDockerSuite/TestCopyAndRestart
17:17:09 [2021-08-20T17:17:09.549Z] === RUN   TestSequenceGetAvailableBit
17:17:09 [2021-08-20T17:17:09.549Z] --- PASS: TestSequenceGetAvailableBit (0.00s)
17:17:09 [2021-08-20T17:17:09.549Z] === RUN   TestSequenceEqual
17:17:09 [2021-08-20T17:17:09.549Z] --- PASS: TestSequenceEqual (0.00s)
17:17:09 [2021-08-20T17:17:09.549Z] === RUN   TestSequenceCopy
17:17:09 [2021-08-20T17:17:09.549Z] --- PASS: TestSequenceCopy (0.00s)
17:17:09 [2021-08-20T17:17:09.549Z] === RUN   TestGetFirstAvailable
17:17:09 [2021-08-20T17:17:09.549Z] --- PASS: TestGetFirstAvailable (0.00s)
17:17:09 [2021-08-20T17:17:09.549Z] === RUN   TestFindSequence
17:17:09 [2021-08-20T17:17:09.549Z] --- PASS: TestFindSequence (0.00s)
17:17:09 [2021-08-20T17:17:09.549Z] === RUN   TestCheckIfAvailable
17:17:09 [2021-08-20T17:17:09.549Z] --- PASS: TestCheckIfAvailable (0.00s)
17:17:09 [2021-08-20T17:17:09.549Z] === RUN   TestMergeSequences
17:17:09 [2021-08-20T17:17:09.549Z] --- PASS: TestMergeSequences (0.00s)
17:17:09 [2021-08-20T17:17:09.549Z] === RUN   TestPushReservation
17:17:09 [2021-08-20T17:17:09.549Z] --- PASS: TestPushReservation (0.00s)
17:17:09 [2021-08-20T17:17:09.549Z] === RUN   TestSerializeDeserialize
17:17:09 [2021-08-20T17:17:09.549Z] --- PASS: TestSerializeDeserialize (0.00s)
17:17:09 [2021-08-20T17:17:09.549Z] === RUN   TestSet
17:17:09 [2021-08-20T17:17:09.549Z] --- PASS: TestSet (0.00s)
17:17:09 [2021-08-20T17:17:09.549Z] === RUN   TestSetUnset
17:17:09 [2021-08-20T17:17:09.549Z] --- PASS: TestSetUnset (0.00s)
17:17:09 [2021-08-20T17:17:09.549Z] === RUN   TestOffsetSetUnset
17:17:09 [2021-08-20T17:17:09.549Z] --- PASS: TestOffsetSetUnset (0.00s)
17:17:09 [2021-08-20T17:17:09.549Z] === RUN   TestSetInRange
17:17:09 [2021-08-20T17:17:09.549Z] --- PASS: TestSetInRange (0.00s)
17:17:09 [2021-08-20T17:17:09.549Z] === RUN   TestSetAnyInRange
17:17:09 [2021-08-20T17:17:09.549Z] --- PASS: TestSetAnyInRange (0.00s)
17:17:09 [2021-08-20T17:17:09.549Z] === RUN   TestMethods
17:17:09 [2021-08-20T17:17:09.549Z] --- PASS: TestMethods (0.00s)
17:17:09 [2021-08-20T17:17:09.549Z] === RUN   TestRandomAllocateDeallocate
17:17:10 [2021-08-20T17:17:10.150Z] === RUN   TestDockerSuite/TestCopyCreatedContainer
17:17:10 [2021-08-20T17:17:10.150Z] === RUN   TestDockerSuite/TestCpAbsolutePath
17:17:10 [2021-08-20T17:17:10.715Z] === RUN   TestDockerSuite/TestCpAbsoluteSymlink
17:17:11 [2021-08-20T17:17:11.643Z] === RUN   TestDockerSuite/TestCpCheckDestOwnership
17:17:11 [2021-08-20T17:17:11.717Z] === RUN   TestInvalidConfig
17:17:11 [2021-08-20T17:17:11.717Z] --- PASS: TestInvalidConfig (0.00s)
17:17:11 [2021-08-20T17:17:11.717Z] === RUN   TestConfig
17:17:11 [2021-08-20T17:17:11.717Z] --- PASS: TestConfig (0.00s)
17:17:11 [2021-08-20T17:17:11.717Z] === RUN   TestOptionsLabels
17:17:11 [2021-08-20T17:17:11.717Z] --- PASS: TestOptionsLabels (0.00s)
17:17:11 [2021-08-20T17:17:11.717Z] === RUN   TestValidName
17:17:11 [2021-08-20T17:17:11.717Z] --- PASS: TestValidName (0.00s)
17:17:11 [2021-08-20T17:17:11.717Z] === RUN   TestTLSConfiguration
17:17:11 [2021-08-20T17:17:11.717Z] === RUN   TestErrorInterfaces
17:17:11 [2021-08-20T17:17:11.717Z] --- PASS: TestErrorInterfaces (0.00s)
17:17:11 [2021-08-20T17:17:11.717Z] === RUN   TestNetworkMarshalling
17:17:11 [2021-08-20T17:17:11.717Z] time="2021-08-20T17:17:11Z" level=info msg="Option Initializing KV with TLS"
17:17:11 [2021-08-20T17:17:11.717Z] --- PASS: TestTLSConfiguration (0.21s)
17:17:11 [2021-08-20T17:17:11.717Z] PASS
17:17:11 [2021-08-20T17:17:11.717Z] coverage: 24.0% of statements
17:17:11 [2021-08-20T17:17:11.717Z] ok  	github.com/docker/docker/libnetwork/config	0.298s	coverage: 24.0% of statements
17:17:11 [2021-08-20T17:17:11.717Z] --- PASS: TestNetworkMarshalling (0.21s)
17:17:11 [2021-08-20T17:17:11.717Z] === RUN   TestEndpointMarshalling
17:17:11 [2021-08-20T17:17:11.717Z] --- PASS: TestEndpointMarshalling (0.00s)
17:17:11 [2021-08-20T17:17:11.717Z] === RUN   TestAuxAddresses
17:17:11 [2021-08-20T17:17:11.717Z] time="2021-08-20T17:17:11Z" level=info msg="Restoring existing overlay networks from HNS into docker"
17:17:11 [2021-08-20T17:17:11.717Z] --- PASS: TestAuxAddresses (0.02s)
17:17:11 [2021-08-20T17:17:11.717Z] === RUN   TestSRVServiceQuery
17:17:11 [2021-08-20T17:17:11.717Z]     libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux
17:17:11 [2021-08-20T17:17:11.717Z] --- SKIP: TestSRVServiceQuery (0.00s)
17:17:11 [2021-08-20T17:17:11.717Z] === RUN   TestServiceVIPReuse
17:17:11 [2021-08-20T17:17:11.717Z]     libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux
17:17:11 [2021-08-20T17:17:11.717Z] --- SKIP: TestServiceVIPReuse (0.01s)
17:17:11 [2021-08-20T17:17:11.717Z] === RUN   TestIpamReleaseOnNetDriverFailures
17:17:11 [2021-08-20T17:17:11.717Z]     libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux
17:17:11 [2021-08-20T17:17:11.717Z] --- SKIP: TestIpamReleaseOnNetDriverFailures (0.01s)
17:17:11 [2021-08-20T17:17:11.717Z] === RUN   TestDNSIPQuery
17:17:11 [2021-08-20T17:17:11.717Z]     resolver_test.go:77: runtime.GOOS == "windows": test only works on linux
17:17:11 [2021-08-20T17:17:11.717Z] --- SKIP: TestDNSIPQuery (0.00s)
17:17:11 [2021-08-20T17:17:11.717Z] === RUN   TestDNSProxyServFail
17:17:11 [2021-08-20T17:17:11.717Z]     resolver_test.go:216: runtime.GOOS == "windows": test only works on linux
17:17:11 [2021-08-20T17:17:11.717Z] --- SKIP: TestDNSProxyServFail (0.00s)
17:17:11 [2021-08-20T17:17:11.717Z] === RUN   TestSandboxAddEmpty
17:17:11 [2021-08-20T17:17:11.717Z]     sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux
17:17:11 [2021-08-20T17:17:11.717Z] --- SKIP: TestSandboxAddEmpty (0.00s)
17:17:11 [2021-08-20T17:17:11.717Z] === RUN   TestSandboxAddMultiPrio
17:17:11 [2021-08-20T17:17:11.717Z]     sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux
17:17:11 [2021-08-20T17:17:11.717Z] --- SKIP: TestSandboxAddMultiPrio (0.00s)
17:17:11 [2021-08-20T17:17:11.717Z] === RUN   TestSandboxAddSamePrio
17:17:11 [2021-08-20T17:17:11.717Z]     sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux
17:17:11 [2021-08-20T17:17:11.717Z] --- SKIP: TestSandboxAddSamePrio (0.00s)
17:17:11 [2021-08-20T17:17:11.717Z] === RUN   TestCleanupServiceDiscovery
17:17:11 [2021-08-20T17:17:11.717Z]     service_common_test.go:15: runtime.GOOS == "windows": test only works on linux
17:17:11 [2021-08-20T17:17:11.717Z] --- SKIP: TestCleanupServiceDiscovery (0.00s)
17:17:11 [2021-08-20T17:17:11.717Z] === RUN   TestDNSOptions
17:17:11 [2021-08-20T17:17:11.717Z]     service_common_test.go:59: runtime.GOOS == "windows": test only works on linux
17:17:11 [2021-08-20T17:17:11.717Z] --- SKIP: TestDNSOptions (0.00s)
17:17:11 [2021-08-20T17:17:11.717Z] === RUN   TestMultipleControllersWithSameStore
17:17:11 [2021-08-20T17:17:11.717Z] time="2021-08-20T17:17:11Z" level=info msg="Restoring existing overlay networks from HNS into docker"
17:17:11 [2021-08-20T17:17:11.717Z] time="2021-08-20T17:17:11Z" level=info msg="Restoring existing overlay networks from HNS into docker"
17:17:11 [2021-08-20T17:17:11.717Z] --- PASS: TestMultipleControllersWithSameStore (0.03s)
17:17:11 [2021-08-20T17:17:11.717Z] PASS
17:17:11 [2021-08-20T17:17:11.717Z] coverage: 8.6% of statements
17:17:11 [2021-08-20T17:17:11.717Z] ok  	github.com/docker/docker/libnetwork	0.390s	coverage: 8.6% of statements
17:17:11 [2021-08-20T17:17:11.736Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main
17:17:12 [2021-08-20T17:17:12.173Z] ?   	github.com/docker/docker/libnetwork/api	[no test files]
17:17:12 [2021-08-20T17:17:12.173Z] === RUN   TestKey
17:17:12 [2021-08-20T17:17:12.173Z] --- PASS: TestKey (0.00s)
17:17:12 [2021-08-20T17:17:12.173Z] === RUN   TestParseKey
17:17:12 [2021-08-20T17:17:12.173Z] --- PASS: TestParseKey (0.00s)
17:17:12 [2021-08-20T17:17:12.173Z] === RUN   TestInvalidDataStore
17:17:12 [2021-08-20T17:17:12.173Z] --- PASS: TestInvalidDataStore (0.00s)
17:17:12 [2021-08-20T17:17:12.173Z] === RUN   TestKVObjectFlatKey
17:17:12 [2021-08-20T17:17:12.173Z] --- PASS: TestKVObjectFlatKey (0.00s)
17:17:12 [2021-08-20T17:17:12.173Z] === RUN   TestAtomicKVObjectFlatKey
17:17:12 [2021-08-20T17:17:12.173Z] --- PASS: TestAtomicKVObjectFlatKey (0.00s)
17:17:12 [2021-08-20T17:17:12.173Z] PASS
17:17:12 [2021-08-20T17:17:12.173Z] coverage: 21.9% of statements
17:17:12 [2021-08-20T17:17:12.173Z] ok  	github.com/docker/docker/libnetwork/datastore	0.051s	coverage: 21.9% of statements
17:17:12 [2021-08-20T17:17:12.206Z] === RUN   TestDockerSuite/TestCpFromCaseA
17:17:12 [2021-08-20T17:17:12.679Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main
17:17:13 [2021-08-20T17:17:13.135Z] === RUN   TestIPDataMarshalling
17:17:13 [2021-08-20T17:17:13.135Z] --- PASS: TestIPDataMarshalling (0.00s)
17:17:13 [2021-08-20T17:17:13.135Z] === RUN   TestValidateAndIsV6
17:17:13 [2021-08-20T17:17:13.135Z] --- PASS: TestValidateAndIsV6 (0.00s)
17:17:13 [2021-08-20T17:17:13.135Z] PASS
17:17:13 [2021-08-20T17:17:13.135Z] coverage: 68.9% of statements
17:17:13 [2021-08-20T17:17:13.135Z] ok  	github.com/docker/docker/libnetwork/driverapi	0.047s	coverage: 68.9% of statements
17:17:13 [2021-08-20T17:17:13.136Z] === RUN   TestDriver
17:17:13 [2021-08-20T17:17:13.136Z] --- PASS: TestDriver (0.00s)
17:17:13 [2021-08-20T17:17:13.136Z] PASS
17:17:13 [2021-08-20T17:17:13.136Z] coverage: 34.8% of statements
17:17:13 [2021-08-20T17:17:13.136Z] ok  	github.com/docker/docker/libnetwork/drivers/host	0.051s	coverage: 34.8% of statements
17:17:13 [2021-08-20T17:17:13.136Z] === RUN   TestDockerSuite/TestCpFromCaseB
17:17:13 [2021-08-20T17:17:13.699Z] === RUN   TestDockerSuite/TestCpFromCaseC
17:17:14 [2021-08-20T17:17:14.098Z] === RUN   TestDriver
17:17:14 [2021-08-20T17:17:14.098Z] --- PASS: TestDriver (0.00s)
17:17:14 [2021-08-20T17:17:14.098Z] PASS
17:17:14 [2021-08-20T17:17:14.098Z] coverage: 34.8% of statements
17:17:14 [2021-08-20T17:17:14.098Z] ok  	github.com/docker/docker/libnetwork/drivers/null	0.047s	coverage: 34.8% of statements
17:17:14 [2021-08-20T17:17:14.098Z] === RUN   TestNetworkAllocateFree
17:17:14 [2021-08-20T17:17:14.098Z] --- PASS: TestNetworkAllocateFree (0.00s)
17:17:14 [2021-08-20T17:17:14.098Z] === RUN   TestNetworkAllocateUserDefinedVNIs
17:17:14 [2021-08-20T17:17:14.098Z] --- PASS: TestNetworkAllocateUserDefinedVNIs (0.00s)
17:17:14 [2021-08-20T17:17:14.098Z] PASS
17:17:14 [2021-08-20T17:17:14.098Z] coverage: 63.6% of statements
17:17:14 [2021-08-20T17:17:14.098Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay/ovmanager	0.053s	coverage: 63.6% of statements
17:17:14 [2021-08-20T17:17:14.555Z] === RUN   TestGetEmptyCapabilities
17:17:14 [2021-08-20T17:17:14.555Z] --- PASS: TestGetEmptyCapabilities (0.02s)
17:17:14 [2021-08-20T17:17:14.555Z] === RUN   TestGetExtraCapabilities
17:17:14 [2021-08-20T17:17:14.555Z] --- PASS: TestGetExtraCapabilities (0.01s)
17:17:14 [2021-08-20T17:17:14.555Z] === RUN   TestGetInvalidCapabilities
17:17:14 [2021-08-20T17:17:14.555Z] --- PASS: TestGetInvalidCapabilities (0.01s)
17:17:14 [2021-08-20T17:17:14.556Z] === RUN   TestRemoteDriver
17:17:14 [2021-08-20T17:17:14.556Z] --- PASS: TestRemoteDriver (0.01s)
17:17:14 [2021-08-20T17:17:14.556Z] === RUN   TestDriverError
17:17:14 [2021-08-20T17:17:14.556Z] --- PASS: TestDriverError (0.01s)
17:17:14 [2021-08-20T17:17:14.556Z] === RUN   TestMissingValues
17:17:14 [2021-08-20T17:17:14.556Z] --- PASS: TestMissingValues (0.01s)
17:17:14 [2021-08-20T17:17:14.556Z] === RUN   TestRollback
17:17:14 [2021-08-20T17:17:14.556Z] --- PASS: TestRollback (0.01s)
17:17:14 [2021-08-20T17:17:14.556Z] PASS
17:17:14 [2021-08-20T17:17:14.556Z] coverage: 57.4% of statements
17:17:14 [2021-08-20T17:17:14.556Z] ok  	github.com/docker/docker/libnetwork/drivers/remote	0.110s	coverage: 57.4% of statements
17:17:14 [2021-08-20T17:17:14.628Z] === RUN   TestDockerSuite/TestCpFromCaseD
17:17:15 [2021-08-20T17:17:15.192Z] === RUN   TestDockerSuite/TestCpFromCaseE
17:17:15 [2021-08-20T17:17:15.222Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main
17:17:15 [2021-08-20T17:17:15.519Z] === RUN   TestNew
17:17:15 [2021-08-20T17:17:15.519Z] --- PASS: TestNew (0.00s)
17:17:15 [2021-08-20T17:17:15.519Z] === RUN   TestAddDriver
17:17:15 [2021-08-20T17:17:15.519Z] --- PASS: TestAddDriver (0.00s)
17:17:15 [2021-08-20T17:17:15.519Z] === RUN   TestAddDuplicateDriver
17:17:15 [2021-08-20T17:17:15.519Z] --- PASS: TestAddDuplicateDriver (0.00s)
17:17:15 [2021-08-20T17:17:15.519Z] === RUN   TestIPAMDefaultAddressSpaces
17:17:15 [2021-08-20T17:17:15.519Z] --- PASS: TestIPAMDefaultAddressSpaces (0.00s)
17:17:15 [2021-08-20T17:17:15.519Z] === RUN   TestDriver
17:17:15 [2021-08-20T17:17:15.519Z] --- PASS: TestDriver (0.00s)
17:17:15 [2021-08-20T17:17:15.519Z] === RUN   TestIPAM
17:17:15 [2021-08-20T17:17:15.519Z] --- PASS: TestIPAM (0.00s)
17:17:15 [2021-08-20T17:17:15.519Z] === RUN   TestWalkIPAMs
17:17:15 [2021-08-20T17:17:15.519Z] --- PASS: TestWalkIPAMs (0.00s)
17:17:15 [2021-08-20T17:17:15.519Z] === RUN   TestWalkDrivers
17:17:15 [2021-08-20T17:17:15.519Z] --- PASS: TestWalkDrivers (0.00s)
17:17:15 [2021-08-20T17:17:15.519Z] PASS
17:17:15 [2021-08-20T17:17:15.519Z] coverage: 82.4% of statements
17:17:15 [2021-08-20T17:17:15.519Z] ok  	github.com/docker/docker/libnetwork/drvregistry	0.080s	coverage: 82.4% of statements
17:17:15 [2021-08-20T17:17:15.519Z] === RUN   TestNAT
17:17:15 [2021-08-20T17:17:15.519Z]     windows_test.go:57: Test does not work on CI and was never running to begin with
17:17:15 [2021-08-20T17:17:15.519Z] --- SKIP: TestNAT (0.00s)
17:17:15 [2021-08-20T17:17:15.519Z] === RUN   TestTransparent
17:17:15 [2021-08-20T17:17:15.519Z]     windows_test.go:62: Test does not work on CI and was never running to begin with
17:17:15 [2021-08-20T17:17:15.519Z] --- SKIP: TestTransparent (0.00s)
17:17:15 [2021-08-20T17:17:15.519Z] PASS
17:17:15 [2021-08-20T17:17:15.519Z] coverage: 0.0% of statements
17:17:15 [2021-08-20T17:17:15.519Z] ok  	github.com/docker/docker/libnetwork/drivers/windows	0.052s	coverage: 0.0% of statements
17:17:15 [2021-08-20T17:17:15.976Z] === RUN   TestBuildDefault
17:17:15 [2021-08-20T17:17:15.976Z] --- PASS: TestBuildDefault (0.01s)
17:17:15 [2021-08-20T17:17:15.976Z] === RUN   TestBuildHostnameDomainname
17:17:15 [2021-08-20T17:17:15.976Z] --- PASS: TestBuildHostnameDomainname (0.00s)
17:17:15 [2021-08-20T17:17:15.976Z] === RUN   TestBuildHostname
17:17:15 [2021-08-20T17:17:15.976Z] --- PASS: TestBuildHostname (0.00s)
17:17:15 [2021-08-20T17:17:15.976Z] === RUN   TestBuildHostnameFQDN
17:17:15 [2021-08-20T17:17:15.976Z] --- PASS: TestBuildHostnameFQDN (0.00s)
17:17:15 [2021-08-20T17:17:15.976Z] === RUN   TestBuildNoIP
17:17:15 [2021-08-20T17:17:15.976Z] --- PASS: TestBuildNoIP (0.00s)
17:17:15 [2021-08-20T17:17:15.976Z] === RUN   TestUpdate
17:17:15 [2021-08-20T17:17:15.976Z] --- PASS: TestUpdate (0.00s)
17:17:15 [2021-08-20T17:17:15.976Z] === RUN   TestUpdateIgnoresPrefixedHostname
17:17:15 [2021-08-20T17:17:15.976Z] --- PASS: TestUpdateIgnoresPrefixedHostname (0.00s)
17:17:15 [2021-08-20T17:17:15.976Z] === RUN   TestDeleteIgnoresPrefixedHostname
17:17:15 [2021-08-20T17:17:15.976Z] --- PASS: TestDeleteIgnoresPrefixedHostname (0.00s)
17:17:15 [2021-08-20T17:17:15.976Z] === RUN   TestAddEmpty
17:17:15 [2021-08-20T17:17:15.976Z] --- PASS: TestAddEmpty (0.00s)
17:17:15 [2021-08-20T17:17:15.976Z] === RUN   TestAdd
17:17:15 [2021-08-20T17:17:15.976Z] --- PASS: TestAdd (0.00s)
17:17:15 [2021-08-20T17:17:15.976Z] === RUN   TestDeleteEmpty
17:17:15 [2021-08-20T17:17:15.976Z] --- PASS: TestDeleteEmpty (0.00s)
17:17:15 [2021-08-20T17:17:15.976Z] === RUN   TestDeleteNewline
17:17:15 [2021-08-20T17:17:15.976Z] --- PASS: TestDeleteNewline (0.00s)
17:17:15 [2021-08-20T17:17:15.976Z] === RUN   TestDelete
17:17:15 [2021-08-20T17:17:15.976Z] --- PASS: TestDelete (0.00s)
17:17:15 [2021-08-20T17:17:15.976Z] === RUN   TestConcurrentWrites
17:17:15 [2021-08-20T17:17:15.976Z] --- PASS: TestConcurrentWrites (0.26s)
17:17:15 [2021-08-20T17:17:15.976Z] PASS
17:17:15 [2021-08-20T17:17:15.976Z] coverage: 81.2% of statements
17:17:15 [2021-08-20T17:17:15.976Z] ok  	github.com/docker/docker/libnetwork/etchosts	0.337s	coverage: 81.2% of statements
17:17:15 [2021-08-20T17:17:15.976Z] --- PASS: TestRandomAllocateDeallocate (6.67s)
17:17:15 [2021-08-20T17:17:15.976Z] === RUN   TestAllocateRandomDeallocate
17:17:16 [2021-08-20T17:17:16.122Z] === RUN   TestDockerSuite/TestCpFromCaseF
17:17:16 [2021-08-20T17:17:16.166Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main
17:17:16 [2021-08-20T17:17:16.432Z] === RUN   TestNew
17:17:16 [2021-08-20T17:17:16.432Z] --- PASS: TestNew (0.00s)
17:17:16 [2021-08-20T17:17:16.432Z] === RUN   TestAllocate
17:17:16 [2021-08-20T17:17:16.432Z] --- PASS: TestAllocate (0.00s)
17:17:16 [2021-08-20T17:17:16.432Z] === RUN   TestUninitialized
17:17:16 [2021-08-20T17:17:16.432Z] --- PASS: TestUninitialized (0.00s)
17:17:16 [2021-08-20T17:17:16.432Z] === RUN   TestAllocateInRange
17:17:16 [2021-08-20T17:17:16.432Z] --- PASS: TestAllocateInRange (0.00s)
17:17:16 [2021-08-20T17:17:16.432Z] === RUN   TestAllocateSerial
17:17:16 [2021-08-20T17:17:16.432Z] --- PASS: TestAllocateSerial (0.00s)
17:17:16 [2021-08-20T17:17:16.432Z] PASS
17:17:16 [2021-08-20T17:17:16.432Z] coverage: 87.5% of statements
17:17:16 [2021-08-20T17:17:16.432Z] ok  	github.com/docker/docker/libnetwork/idm	0.044s	coverage: 87.5% of statements
17:17:16 [2021-08-20T17:17:16.890Z] === RUN   TestDiff
17:17:16 [2021-08-20T17:17:16.890Z] --- PASS: TestDiff (0.00s)
17:17:16 [2021-08-20T17:17:16.890Z] === RUN   TestAddedCallback
17:17:16 [2021-08-20T17:17:16.890Z] --- PASS: TestAddedCallback (0.00s)
17:17:16 [2021-08-20T17:17:16.890Z] === RUN   TestRemovedCallback
17:17:16 [2021-08-20T17:17:16.890Z] --- PASS: TestRemovedCallback (0.00s)
17:17:16 [2021-08-20T17:17:16.890Z] === RUN   TestNoCallback
17:17:16 [2021-08-20T17:17:16.890Z] --- PASS: TestNoCallback (0.00s)
17:17:16 [2021-08-20T17:17:16.890Z] PASS
17:17:16 [2021-08-20T17:17:16.890Z] coverage: 48.1% of statements
17:17:16 [2021-08-20T17:17:16.890Z] ok  	github.com/docker/docker/libnetwork/hostdiscovery	0.051s	coverage: 48.1% of statements
17:17:17 [2021-08-20T17:17:17.051Z] === RUN   TestDockerSuite/TestCpFromCaseG
17:17:17 [2021-08-20T17:17:17.347Z] === RUN   TestCaller
17:17:17 [2021-08-20T17:17:17.347Z] --- PASS: TestCaller (0.00s)
17:17:17 [2021-08-20T17:17:17.347Z] PASS
17:17:17 [2021-08-20T17:17:17.347Z] coverage: 100.0% of statements
17:17:17 [2021-08-20T17:17:17.347Z] ok  	github.com/docker/docker/libnetwork/internal/caller	0.046s	coverage: 100.0% of statements
17:17:17 [2021-08-20T17:17:17.347Z] === RUN   TestSetSerialInsertDelete
17:17:17 [2021-08-20T17:17:17.347Z] --- PASS: TestSetSerialInsertDelete (0.00s)
17:17:17 [2021-08-20T17:17:17.347Z] === RUN   TestSetParallelInsertDelete
17:17:17 [2021-08-20T17:17:17.347Z] --- PASS: TestAllocateRandomDeallocate (1.34s)
17:17:17 [2021-08-20T17:17:17.347Z] === RUN   TestAllocateRandomDeallocateSerialize
17:17:17 [2021-08-20T17:17:17.613Z] === RUN   TestDockerSuite/TestCpFromCaseH
17:17:18 [2021-08-20T17:17:18.541Z] === RUN   TestDockerSuite/TestCpFromCaseI
17:17:18 [2021-08-20T17:17:18.875Z] === RUN   TestInt2IP2IntConversion
17:17:19 [2021-08-20T17:17:19.331Z] === RUN   TestPoolRequest
17:17:19 [2021-08-20T17:17:19.331Z] --- PASS: TestPoolRequest (0.00s)
17:17:19 [2021-08-20T17:17:19.331Z] === RUN   TestOtherRequests
17:17:19 [2021-08-20T17:17:19.331Z] --- PASS: TestOtherRequests (0.00s)
17:17:19 [2021-08-20T17:17:19.331Z] PASS
17:17:19 [2021-08-20T17:17:19.331Z] coverage: 57.1% of statements
17:17:19 [2021-08-20T17:17:19.331Z] ok  	github.com/docker/docker/libnetwork/ipams/null	0.045s	coverage: 57.1% of statements
17:17:19 [2021-08-20T17:17:19.467Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main
17:17:19 [2021-08-20T17:17:19.470Z] === RUN   TestDockerSuite/TestCpFromCaseJ
17:17:19 [2021-08-20T17:17:19.788Z] --- PASS: TestInt2IP2IntConversion (0.67s)
17:17:19 [2021-08-20T17:17:19.788Z] === RUN   TestGetAddressVersion
17:17:19 [2021-08-20T17:17:19.788Z] --- PASS: TestGetAddressVersion (0.00s)
17:17:19 [2021-08-20T17:17:19.788Z] === RUN   TestKeyString
17:17:19 [2021-08-20T17:17:19.788Z] --- PASS: TestKeyString (0.00s)
17:17:19 [2021-08-20T17:17:19.788Z] === RUN   TestPoolDataMarshal
17:17:19 [2021-08-20T17:17:19.788Z] --- PASS: TestPoolDataMarshal (0.00s)
17:17:19 [2021-08-20T17:17:19.788Z] === RUN   TestSubnetsMarshal
17:17:19 [2021-08-20T17:17:19.788Z] --- PASS: TestSubnetsMarshal (0.06s)
17:17:19 [2021-08-20T17:17:19.788Z] === RUN   TestAddSubnets
17:17:19 [2021-08-20T17:17:19.788Z] --- PASS: TestAddSubnets (0.07s)
17:17:19 [2021-08-20T17:17:19.788Z] === RUN   TestDoublePoolRelease
17:17:19 [2021-08-20T17:17:19.788Z] --- PASS: TestDoublePoolRelease (0.03s)
17:17:19 [2021-08-20T17:17:19.788Z] === RUN   TestAddReleasePoolID
17:17:19 [2021-08-20T17:17:19.788Z] --- PASS: TestAddReleasePoolID (0.09s)
17:17:19 [2021-08-20T17:17:19.788Z] === RUN   TestPredefinedPool
17:17:19 [2021-08-20T17:17:19.788Z] --- PASS: TestPredefinedPool (0.03s)
17:17:19 [2021-08-20T17:17:19.788Z] === RUN   TestRemoveSubnet
17:17:20 [2021-08-20T17:17:20.032Z] === RUN   TestDockerSuite/TestCpFromSymlinkDestination
17:17:20 [2021-08-20T17:17:20.244Z] --- PASS: TestAllocateRandomDeallocateSerialize (2.66s)
17:17:20 [2021-08-20T17:17:20.245Z] === RUN   TestRetrieveFromStore
17:17:20 [2021-08-20T17:17:20.245Z] --- PASS: TestRemoveSubnet (0.30s)
17:17:20 [2021-08-20T17:17:20.245Z] === RUN   TestGetSameAddress
17:17:20 [2021-08-20T17:17:20.245Z] --- PASS: TestGetSameAddress (0.03s)
17:17:20 [2021-08-20T17:17:20.245Z] === RUN   TestPoolAllocationReuse
17:17:20 [2021-08-20T17:17:20.701Z] === RUN   TestGetCapabilities
17:17:20 [2021-08-20T17:17:20.701Z] --- PASS: TestGetCapabilities (0.01s)
17:17:20 [2021-08-20T17:17:20.701Z] === RUN   TestGetCapabilitiesFromLegacyDriver
17:17:20 [2021-08-20T17:17:20.701Z] --- PASS: TestGetCapabilitiesFromLegacyDriver (0.01s)
17:17:20 [2021-08-20T17:17:20.701Z] === RUN   TestGetDefaultAddressSpaces
17:17:20 [2021-08-20T17:17:20.701Z] --- PASS: TestGetDefaultAddressSpaces (0.01s)
17:17:20 [2021-08-20T17:17:20.701Z] === RUN   TestRemoteDriver
17:17:20 [2021-08-20T17:17:20.701Z] --- PASS: TestRemoteDriver (0.01s)
17:17:20 [2021-08-20T17:17:20.701Z] PASS
17:17:20 [2021-08-20T17:17:20.701Z] coverage: 47.4% of statements
17:17:20 [2021-08-20T17:17:20.701Z] ok  	github.com/docker/docker/libnetwork/ipams/remote	0.079s	coverage: 47.4% of statements
17:17:20 [2021-08-20T17:17:20.701Z] --- PASS: TestRetrieveFromStore (0.69s)
17:17:20 [2021-08-20T17:17:20.701Z] === RUN   TestIsCorrupted
17:17:20 [2021-08-20T17:17:20.701Z] --- PASS: TestIsCorrupted (0.03s)
17:17:20 [2021-08-20T17:17:20.701Z] === RUN   TestSetRollover
17:17:20 [2021-08-20T17:17:20.960Z] === RUN   TestDockerSuite/TestCpFromSymlinkToDirectory
17:17:21 [2021-08-20T17:17:21.522Z] --- PASS: TestServicePlugin (31.24s)
17:17:21 [2021-08-20T17:17:21.522Z] === RUN   TestServiceUpdateLabel
17:17:21 [2021-08-20T17:17:21.664Z] === RUN   TestWindowsIPAM
17:17:21 [2021-08-20T17:17:21.664Z] --- PASS: TestWindowsIPAM (0.00s)
17:17:21 [2021-08-20T17:17:21.664Z] PASS
17:17:21 [2021-08-20T17:17:21.664Z] coverage: 71.4% of statements
17:17:21 [2021-08-20T17:17:21.664Z] ok  	github.com/docker/docker/libnetwork/ipams/windowsipam	0.047s	coverage: 71.4% of statements
17:17:22 [2021-08-20T17:17:22.054Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main
17:17:22 [2021-08-20T17:17:22.121Z] --- PASS: TestPoolAllocationReuse (2.06s)
17:17:22 [2021-08-20T17:17:22.121Z] === RUN   TestGetAddressSubPoolEqualPool
17:17:22 [2021-08-20T17:17:22.121Z] --- PASS: TestGetAddressSubPoolEqualPool (0.03s)
17:17:22 [2021-08-20T17:17:22.121Z] === RUN   TestRequestReleaseAddressFromSubPool
17:17:22 [2021-08-20T17:17:22.452Z] === RUN   TestDockerSuite/TestCpGarbagePath
17:17:22 [2021-08-20T17:17:22.580Z] === RUN   TestDefaultNetwork
17:17:22 [2021-08-20T17:17:22.580Z] --- PASS: TestDefaultNetwork (0.30s)
17:17:22 [2021-08-20T17:17:22.580Z] === RUN   TestConfigGlobalScopeDefaultNetworks
17:17:22 [2021-08-20T17:17:22.580Z] --- PASS: TestSetRollover (1.93s)
17:17:22 [2021-08-20T17:17:22.580Z] === RUN   TestSetRolloverSerial
17:17:23 [2021-08-20T17:17:23.016Z] === RUN   TestDockerSuite/TestCpLocalOnly
17:17:23 [2021-08-20T17:17:23.016Z] === RUN   TestDockerSuite/TestCpNameHasColon
17:17:23 [2021-08-20T17:17:23.036Z] --- PASS: TestConfigGlobalScopeDefaultNetworks (0.30s)
17:17:23 [2021-08-20T17:17:23.036Z] === RUN   TestInitAddressPools
17:17:23 [2021-08-20T17:17:23.036Z] --- PASS: TestInitAddressPools (0.00s)
17:17:23 [2021-08-20T17:17:23.036Z] PASS
17:17:23 [2021-08-20T17:17:23.036Z] coverage: 74.0% of statements
17:17:23 [2021-08-20T17:17:23.036Z] ok  	github.com/docker/docker/libnetwork/ipamutils	0.684s	coverage: 74.0% of statements
17:17:23 [2021-08-20T17:17:23.492Z] === RUN   TestKeyValue
17:17:23 [2021-08-20T17:17:23.492Z] --- PASS: TestKeyValue (0.00s)
17:17:23 [2021-08-20T17:17:23.492Z] PASS
17:17:23 [2021-08-20T17:17:23.492Z] coverage: 60.0% of statements
17:17:23 [2021-08-20T17:17:23.492Z] ok  	github.com/docker/docker/libnetwork/netlabel	0.050s	coverage: 60.0% of statements
17:17:23 [2021-08-20T17:17:23.945Z] --- PASS: TestServiceUpdateLabel (2.62s)
17:17:23 [2021-08-20T17:17:23.945Z] === RUN   TestServiceUpdateSecrets
17:17:23 [2021-08-20T17:17:23.945Z] === RUN   TestDockerSuite/TestCpRelativePath
17:17:24 [2021-08-20T17:17:24.874Z] === RUN   TestDockerSuite/TestCpSpecialFiles
17:17:25 [2021-08-20T17:17:25.019Z] --- PASS: TestSetRolloverSerial (2.38s)
17:17:25 [2021-08-20T17:17:25.019Z] === RUN   TestGetFirstAvailableFromCurrent
17:17:25 [2021-08-20T17:17:25.019Z] --- PASS: TestGetFirstAvailableFromCurrent (0.00s)
17:17:25 [2021-08-20T17:17:25.019Z] PASS
17:17:25 [2021-08-20T17:17:25.019Z] coverage: 84.4% of statements
17:17:25 [2021-08-20T17:17:25.019Z] ok  	github.com/docker/docker/libnetwork/bitseq	15.749s	coverage: 84.4% of statements
17:17:26 [2021-08-20T17:17:26.254Z] === RUN   TestDockerSuite/TestCpSymlinkComponent
17:17:27 [2021-08-20T17:17:27.183Z] === RUN   TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink
17:17:27 [2021-08-20T17:17:27.192Z] --- PASS: TestRequestReleaseAddressFromSubPool (4.54s)
17:17:27 [2021-08-20T17:17:27.192Z] === RUN   TestSerializeRequestReleaseAddressFromSubPool
17:17:27 [2021-08-20T17:17:27.192Z] === RUN   TestNetworkDBSimple
17:17:27 [2021-08-20T17:17:27.649Z] --- PASS: TestSetParallelInsertDelete (10.00s)
17:17:27 [2021-08-20T17:17:27.649Z] PASS
17:17:27 [2021-08-20T17:17:27.649Z] coverage: 100.0% of statements
17:17:27 [2021-08-20T17:17:27.649Z] ok  	github.com/docker/docker/libnetwork/internal/setmatrix	10.049s	coverage: 100.0% of statements
17:17:27 [2021-08-20T17:17:27.744Z] === RUN   TestDockerSuite/TestCpToCaseA
17:17:28 [2021-08-20T17:17:28.106Z] 2021/08/20 17:17:27 Closing DB instances...
17:17:28 [2021-08-20T17:17:28.106Z] === RUN   TestGenerate
17:17:28 [2021-08-20T17:17:28.106Z] --- PASS: TestGenerate (0.00s)
17:17:28 [2021-08-20T17:17:28.106Z] === RUN   TestGeneratePtr
17:17:28 [2021-08-20T17:17:28.106Z] --- PASS: TestGeneratePtr (0.00s)
17:17:28 [2021-08-20T17:17:28.106Z] === RUN   TestGenerateMissingField
17:17:28 [2021-08-20T17:17:28.106Z] --- PASS: TestGenerateMissingField (0.00s)
17:17:28 [2021-08-20T17:17:28.106Z] === RUN   TestFieldCannotBeSet
17:17:28 [2021-08-20T17:17:28.106Z] --- PASS: TestFieldCannotBeSet (0.00s)
17:17:28 [2021-08-20T17:17:28.106Z] === RUN   TestTypeMismatchError
17:17:28 [2021-08-20T17:17:28.106Z] --- PASS: TestTypeMismatchError (0.00s)
17:17:28 [2021-08-20T17:17:28.106Z] PASS
17:17:28 [2021-08-20T17:17:28.106Z] coverage: 100.0% of statements
17:17:28 [2021-08-20T17:17:28.106Z] ok  	github.com/docker/docker/libnetwork/options	0.042s	coverage: 100.0% of statements
17:17:29 [2021-08-20T17:17:29.070Z] testing: warning: no tests to run
17:17:29 [2021-08-20T17:17:29.070Z] PASS
17:17:29 [2021-08-20T17:17:29.070Z] coverage: 0.0% of statements
17:17:29 [2021-08-20T17:17:29.070Z] ok  	github.com/docker/docker/libnetwork/osl	0.041s	coverage: 0.0% of statements [no tests to run]
17:17:29 [2021-08-20T17:17:29.112Z] === RUN   TestDockerSuite/TestCpToCaseB
17:17:29 [2021-08-20T17:17:29.527Z] --- PASS: TestNetworkDBSimple (2.44s)
17:17:29 [2021-08-20T17:17:29.527Z] === RUN   TestNetworkDBJoinLeaveNetwork
17:17:29 [2021-08-20T17:17:29.527Z] --- PASS: TestSerializeRequestReleaseAddressFromSubPool (2.52s)
17:17:29 [2021-08-20T17:17:29.527Z] === RUN   TestGetAddress
17:17:29 [2021-08-20T17:17:29.983Z] === RUN   TestRequestNewPort
17:17:29 [2021-08-20T17:17:29.983Z] --- PASS: TestRequestNewPort (0.00s)
17:17:29 [2021-08-20T17:17:29.983Z] === RUN   TestRequestSpecificPort
17:17:29 [2021-08-20T17:17:29.983Z] --- PASS: TestRequestSpecificPort (0.00s)
17:17:29 [2021-08-20T17:17:29.983Z] === RUN   TestReleasePort
17:17:29 [2021-08-20T17:17:29.983Z] --- PASS: TestReleasePort (0.00s)
17:17:29 [2021-08-20T17:17:29.983Z] === RUN   TestReuseReleasedPort
17:17:29 [2021-08-20T17:17:29.983Z] --- PASS: TestReuseReleasedPort (0.00s)
17:17:29 [2021-08-20T17:17:29.983Z] === RUN   TestReleaseUnreadledPort
17:17:29 [2021-08-20T17:17:29.983Z] --- PASS: TestReleaseUnreadledPort (0.00s)
17:17:29 [2021-08-20T17:17:29.983Z] === RUN   TestUnknowProtocol
17:17:29 [2021-08-20T17:17:29.983Z] --- PASS: TestUnknowProtocol (0.00s)
17:17:29 [2021-08-20T17:17:29.983Z] === RUN   TestAllocateAllPorts
17:17:29 [2021-08-20T17:17:29.983Z] --- PASS: TestAllocateAllPorts (0.00s)
17:17:29 [2021-08-20T17:17:29.983Z] === RUN   TestPortAllocation
17:17:29 [2021-08-20T17:17:29.983Z] --- PASS: TestPortAllocation (0.00s)
17:17:29 [2021-08-20T17:17:29.983Z] === RUN   TestPortAllocationWithCustomRange
17:17:29 [2021-08-20T17:17:29.983Z] --- PASS: TestPortAllocationWithCustomRange (0.00s)
17:17:29 [2021-08-20T17:17:29.983Z] === RUN   TestNoDuplicateBPR
17:17:29 [2021-08-20T17:17:29.983Z] --- PASS: TestNoDuplicateBPR (0.00s)
17:17:29 [2021-08-20T17:17:29.983Z] === RUN   TestChangePortRange
17:17:29 [2021-08-20T17:17:29.983Z]     portallocator_test.go:343: test: port allocate range 65001-65010, setErr=begin out of range, reqPort=0
17:17:29 [2021-08-20T17:17:29.983Z]     portallocator_test.go:343: test: port allocate range 59990-59999, setErr=end out of range, reqPort=0
17:17:29 [2021-08-20T17:17:29.983Z]     portallocator_test.go:343: test: port allocate range 65000-60000, setErr=out of order, reqPort=0
17:17:29 [2021-08-20T17:17:29.983Z]     portallocator_test.go:343: test: port allocate range 60100-65010, setErr=<nil>, reqPort=60100
17:17:29 [2021-08-20T17:17:29.983Z]     portallocator_test.go:343: test: port allocate range 0-0, setErr=<nil>, reqPort=60000
17:17:29 [2021-08-20T17:17:29.983Z]     portallocator_test.go:343: test: port allocate range 59900-65000, setErr=<nil>, reqPort=60001
17:17:29 [2021-08-20T17:17:29.983Z] --- PASS: TestChangePortRange (0.00s)
17:17:29 [2021-08-20T17:17:29.983Z] PASS
17:17:29 [2021-08-20T17:17:29.983Z] coverage: 88.6% of statements
17:17:29 [2021-08-20T17:17:29.983Z] ok  	github.com/docker/docker/libnetwork/portallocator	0.053s	coverage: 88.6% of statements
17:17:30 [2021-08-20T17:17:30.041Z] === RUN   TestDockerSuite/TestCpToCaseC
17:17:30 [2021-08-20T17:17:30.186Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration)
17:17:30 [2021-08-20T17:17:30.186Z] Using test binary docker
17:17:30 [2021-08-20T17:17:30.186Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! 
17:17:30 [2021-08-20T17:17:30.186Z] +++ /etc/init.d/apparmor start
17:17:30 [2021-08-20T17:17:30.186Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning).
17:17:30 [2021-08-20T17:17:30.186Z] INFO: Waiting for daemon to start...
17:17:30 [2021-08-20T17:17:30.186Z] Starting dockerd
17:17:30 [2021-08-20T17:17:30.186Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true --experimental
17:17:30 [2021-08-20T17:17:30.442Z] ?   	github.com/docker/docker/libnetwork/cluster	[no test files]
17:17:30 [2021-08-20T17:17:30.442Z] ?   	github.com/docker/docker/libnetwork/cmd/diagnostic	[no test files]
17:17:30 [2021-08-20T17:17:30.442Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test	[no test files]
17:17:30 [2021-08-20T17:17:30.442Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient	[no test files]
17:17:30 [2021-08-20T17:17:30.442Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver	[no test files]
17:17:30 [2021-08-20T17:17:30.442Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient	[no test files]
17:17:30 [2021-08-20T17:17:30.442Z] ?   	github.com/docker/docker/libnetwork/cmd/readme_test	[no test files]
17:17:30 [2021-08-20T17:17:30.442Z] ?   	github.com/docker/docker/libnetwork/diagnostic	[no test files]
17:17:30 [2021-08-20T17:17:30.442Z] ?   	github.com/docker/docker/libnetwork/discoverapi	[no test files]
17:17:30 [2021-08-20T17:17:30.442Z] ?   	github.com/docker/docker/libnetwork/drivers/bridge	[no test files]
17:17:30 [2021-08-20T17:17:30.442Z] ?   	github.com/docker/docker/libnetwork/drivers/bridge/brmanager	[no test files]
17:17:30 [2021-08-20T17:17:30.442Z] ?   	github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager	[no test files]
17:17:30 [2021-08-20T17:17:30.442Z] ?   	github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager	[no test files]
17:17:30 [2021-08-20T17:17:30.442Z] ?   	github.com/docker/docker/libnetwork/drivers/overlay	[no test files]
17:17:30 [2021-08-20T17:17:30.442Z] ?   	github.com/docker/docker/libnetwork/drivers/overlay/overlayutils	[no test files]
17:17:30 [2021-08-20T17:17:30.442Z] ?   	github.com/docker/docker/libnetwork/drivers/remote/api	[no test files]
17:17:30 [2021-08-20T17:17:30.442Z] ?   	github.com/docker/docker/libnetwork/drivers/windows/overlay	[no test files]
17:17:30 [2021-08-20T17:17:30.442Z] 2021/08/20 17:17:30 Closing DB instances...
17:17:30 [2021-08-20T17:17:30.442Z] testing: warning: no tests to run
17:17:30 [2021-08-20T17:17:30.442Z] PASS
17:17:30 [2021-08-20T17:17:30.442Z] coverage: 0.0% of statements
17:17:30 [2021-08-20T17:17:30.442Z] ok  	github.com/docker/docker/libnetwork/portmapper	0.040s	coverage: 0.0% of statements [no tests to run]
17:17:31 [2021-08-20T17:17:31.404Z] === RUN   TestHashData
17:17:31 [2021-08-20T17:17:31.404Z] --- PASS: TestHashData (0.00s)
17:17:31 [2021-08-20T17:17:31.404Z] PASS
17:17:31 [2021-08-20T17:17:31.404Z] coverage: 2.8% of statements
17:17:31 [2021-08-20T17:17:31.404Z] ok  	github.com/docker/docker/libnetwork/resolvconf	0.042s	coverage: 2.8% of statements
17:17:31 [2021-08-20T17:17:31.404Z] === RUN   TestTransportPortConv
17:17:31 [2021-08-20T17:17:31.404Z] --- PASS: TestTransportPortConv (0.00s)
17:17:31 [2021-08-20T17:17:31.404Z] === RUN   TestTransportPortBindingConv
17:17:31 [2021-08-20T17:17:31.404Z] --- PASS: TestTransportPortBindingConv (0.00s)
17:17:31 [2021-08-20T17:17:31.404Z] === RUN   TestErrorConstructors
17:17:31 [2021-08-20T17:17:31.404Z] --- PASS: TestErrorConstructors (0.00s)
17:17:31 [2021-08-20T17:17:31.404Z] === RUN   TestCompareIPMask
17:17:31 [2021-08-20T17:17:31.404Z] --- PASS: TestCompareIPMask (0.00s)
17:17:31 [2021-08-20T17:17:31.404Z] === RUN   TestUtilGetHostPartIP
17:17:31 [2021-08-20T17:17:31.404Z] --- PASS: TestUtilGetHostPartIP (0.00s)
17:17:31 [2021-08-20T17:17:31.404Z] === RUN   TestUtilGetBroadcastIP
17:17:31 [2021-08-20T17:17:31.404Z] --- PASS: TestUtilGetBroadcastIP (0.00s)
17:17:31 [2021-08-20T17:17:31.404Z] === RUN   TestParseCIDR
17:17:31 [2021-08-20T17:17:31.404Z] --- PASS: TestParseCIDR (0.00s)
17:17:31 [2021-08-20T17:17:31.404Z] PASS
17:17:31 [2021-08-20T17:17:31.404Z] coverage: 47.9% of statements
17:17:31 [2021-08-20T17:17:31.404Z] ok  	github.com/docker/docker/libnetwork/types	0.044s	coverage: 47.9% of statements
17:17:31 [2021-08-20T17:17:31.569Z] .
17:17:31 [2021-08-20T17:17:31.569Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration)
17:17:31 [2021-08-20T17:17:31.569Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration)
17:17:31 [2021-08-20T17:17:31.569Z] Error: No such image: emptyfs
17:17:31 [2021-08-20T17:17:31.569Z] ++++ tar -cC bundles/test-integration/emptyfs .
17:17:31 [2021-08-20T17:17:31.569Z] ++++ docker load
17:17:31 [2021-08-20T17:17:31.569Z] Running integration-test (iteration 1)
17:17:31 [2021-08-20T17:17:31.569Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m 
17:17:31 [2021-08-20T17:17:31.569Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.build -t ./test.main -test.v -test.timeout=120m
17:17:31 [2021-08-20T17:17:31.569Z] ++ set -e
17:17:31 [2021-08-20T17:17:31.569Z] ++ '[' -n 0 ']'
17:17:31 [2021-08-20T17:17:31.569Z] ++ set -x
17:17:31 [2021-08-20T17:17:31.569Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-build-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.build -t ./test.main -test.v -test.timeout=120m
17:17:31 [2021-08-20T17:17:31.860Z] --- PASS: TestNetworkDBJoinLeaveNetwork (2.63s)
17:17:31 [2021-08-20T17:17:31.860Z] === RUN   TestNetworkDBJoinLeaveNetworks
17:17:31 [2021-08-20T17:17:31.932Z] === RUN   TestDockerSuite/TestCpToCaseD
17:17:32 [2021-08-20T17:17:32.188Z]     check_test.go:380: [d3aa906531b07] daemon is not started
17:17:32 [2021-08-20T17:17:32.188Z] === RUN   TestDockerSwarmSuite/TestAPISwarmRestartCluster
17:17:32 [2021-08-20T17:17:32.316Z] === RUN   TestAppendDevicePermissionsFromCgroupRules
17:17:32 [2021-08-20T17:17:32.316Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/empty_rule
17:17:32 [2021-08-20T17:17:32.316Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column
17:17:32 [2021-08-20T17:17:32.316Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column
17:17:32 [2021-08-20T17:17:32.316Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/leading_spaces
17:17:32 [2021-08-20T17:17:32.316Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/trailing_spaces
17:17:32 [2021-08-20T17:17:32.316Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/unknown_device_type
17:17:32 [2021-08-20T17:17:32.316Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/invalid_device_type
17:17:32 [2021-08-20T17:17:32.316Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/missing_colon
17:17:32 [2021-08-20T17:17:32.316Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor
17:17:32 [2021-08-20T17:17:32.316Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/negative_major_device
17:17:32 [2021-08-20T17:17:32.316Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/negative_minor_device
17:17:32 [2021-08-20T17:17:32.316Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/missing_permissions
17:17:32 [2021-08-20T17:17:32.316Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/invalid_permissions
17:17:32 [2021-08-20T17:17:32.316Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/too_many_permissions
17:17:32 [2021-08-20T17:17:32.316Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/major_out_of_range
17:17:32 [2021-08-20T17:17:32.316Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range
17:17:32 [2021-08-20T17:17:32.316Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices
17:17:32 [2021-08-20T17:17:32.316Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices
17:17:32 [2021-08-20T17:17:32.316Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices
17:17:32 [2021-08-20T17:17:32.316Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions
17:17:32 [2021-08-20T17:17:32.316Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/wildcard_major
17:17:32 [2021-08-20T17:17:32.316Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/wildcard_minor
17:17:32 [2021-08-20T17:17:32.316Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor
17:17:32 [2021-08-20T17:17:32.316Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission
17:17:32 [2021-08-20T17:17:32.316Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission
17:17:32 [2021-08-20T17:17:32.316Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission
17:17:32 [2021-08-20T17:17:32.316Z] === RUN   TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission
17:17:32 [2021-08-20T17:17:32.316Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s)
17:17:32 [2021-08-20T17:17:32.316Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s)
17:17:32 [2021-08-20T17:17:32.316Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s)
17:17:32 [2021-08-20T17:17:32.316Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s)
17:17:32 [2021-08-20T17:17:32.316Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s)
17:17:32 [2021-08-20T17:17:32.316Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s)
17:17:32 [2021-08-20T17:17:32.316Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s)
17:17:32 [2021-08-20T17:17:32.316Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s)
17:17:32 [2021-08-20T17:17:32.316Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s)
17:17:32 [2021-08-20T17:17:32.316Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s)
17:17:32 [2021-08-20T17:17:32.316Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s)
17:17:32 [2021-08-20T17:17:32.316Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s)
17:17:32 [2021-08-20T17:17:32.316Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s)
17:17:32 [2021-08-20T17:17:32.316Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s)
17:17:32 [2021-08-20T17:17:32.316Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s)
17:17:32 [2021-08-20T17:17:32.316Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s)
17:17:32 [2021-08-20T17:17:32.316Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s)
17:17:32 [2021-08-20T17:17:32.316Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s)
17:17:32 [2021-08-20T17:17:32.316Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s)
17:17:32 [2021-08-20T17:17:32.316Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s)
17:17:32 [2021-08-20T17:17:32.316Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s)
17:17:32 [2021-08-20T17:17:32.316Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s)
17:17:32 [2021-08-20T17:17:32.316Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s)
17:17:32 [2021-08-20T17:17:32.316Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s)
17:17:32 [2021-08-20T17:17:32.316Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s)
17:17:32 [2021-08-20T17:17:32.316Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s)
17:17:32 [2021-08-20T17:17:32.316Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s)
17:17:32 [2021-08-20T17:17:32.316Z]     --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s)
17:17:32 [2021-08-20T17:17:32.316Z] PASS
17:17:32 [2021-08-20T17:17:32.316Z] coverage: 50.0% of statements
17:17:32 [2021-08-20T17:17:32.316Z] ok  	github.com/docker/docker/oci	0.055s	coverage: 50.0% of statements
17:17:32 [2021-08-20T17:17:32.778Z] === RUN   TestAddressPoolOpt
17:17:32 [2021-08-20T17:17:32.778Z] --- PASS: TestAddressPoolOpt (0.00s)
17:17:32 [2021-08-20T17:17:32.778Z] === RUN   TestValidateEnv
17:17:32 [2021-08-20T17:17:32.778Z] === RUN   TestValidateEnv/a
17:17:32 [2021-08-20T17:17:32.778Z] === RUN   TestValidateEnv/something
17:17:32 [2021-08-20T17:17:32.778Z] === RUN   TestValidateEnv/_=a
17:17:32 [2021-08-20T17:17:32.778Z] === RUN   TestValidateEnv/env1=value1
17:17:32 [2021-08-20T17:17:32.778Z] === RUN   TestValidateEnv/_env1=value1
17:17:32 [2021-08-20T17:17:32.778Z] === RUN   TestValidateEnv/env2=value2=value3
17:17:32 [2021-08-20T17:17:32.778Z] === RUN   TestValidateEnv/env3=abc!qwe
17:17:32 [2021-08-20T17:17:32.778Z] === RUN   TestValidateEnv/env_4=value_4
17:17:32 [2021-08-20T17:17:32.778Z] === RUN   TestValidateEnv/PATH
17:17:32 [2021-08-20T17:17:32.778Z] === RUN   TestValidateEnv/=a
17:17:32 [2021-08-20T17:17:32.778Z] === RUN   TestValidateEnv/PATH=
17:17:32 [2021-08-20T17:17:32.778Z] === RUN   TestValidateEnv/PATH=something
17:17:32 [2021-08-20T17:17:32.778Z] === RUN   TestValidateEnv/asd!qwe
17:17:32 [2021-08-20T17:17:32.778Z] === RUN   TestValidateEnv/1asd
17:17:32 [2021-08-20T17:17:32.778Z] === RUN   TestValidateEnv/123
17:17:32 [2021-08-20T17:17:32.778Z] === RUN   TestValidateEnv/some_space
17:17:32 [2021-08-20T17:17:32.778Z] === RUN   TestValidateEnv/__some_space_before
17:17:32 [2021-08-20T17:17:32.778Z] === RUN   TestValidateEnv/some_space_after__
17:17:32 [2021-08-20T17:17:32.778Z] === RUN   TestValidateEnv/=
17:17:32 [2021-08-20T17:17:32.778Z] === RUN   TestValidateEnv/PaTh
17:17:32 [2021-08-20T17:17:32.778Z] --- PASS: TestValidateEnv (0.00s)
17:17:32 [2021-08-20T17:17:32.778Z]     --- PASS: TestValidateEnv/a (0.00s)
17:17:32 [2021-08-20T17:17:32.778Z]     --- PASS: TestValidateEnv/something (0.00s)
17:17:32 [2021-08-20T17:17:32.778Z]     --- PASS: TestValidateEnv/_=a (0.00s)
17:17:32 [2021-08-20T17:17:32.778Z]     --- PASS: TestValidateEnv/env1=value1 (0.00s)
17:17:32 [2021-08-20T17:17:32.778Z]     --- PASS: TestValidateEnv/_env1=value1 (0.00s)
17:17:32 [2021-08-20T17:17:32.778Z]     --- PASS: TestValidateEnv/env2=value2=value3 (0.00s)
17:17:32 [2021-08-20T17:17:32.778Z]     --- PASS: TestValidateEnv/env3=abc!qwe (0.00s)
17:17:32 [2021-08-20T17:17:32.778Z]     --- PASS: TestValidateEnv/env_4=value_4 (0.00s)
17:17:32 [2021-08-20T17:17:32.778Z]     --- PASS: TestValidateEnv/PATH (0.00s)
17:17:32 [2021-08-20T17:17:32.778Z]     --- PASS: TestValidateEnv/=a (0.00s)
17:17:32 [2021-08-20T17:17:32.778Z]     --- PASS: TestValidateEnv/PATH= (0.00s)
17:17:32 [2021-08-20T17:17:32.778Z]     --- PASS: TestValidateEnv/PATH=something (0.00s)
17:17:32 [2021-08-20T17:17:32.778Z]     --- PASS: TestValidateEnv/asd!qwe (0.00s)
17:17:32 [2021-08-20T17:17:32.778Z]     --- PASS: TestValidateEnv/1asd (0.00s)
17:17:32 [2021-08-20T17:17:32.778Z]     --- PASS: TestValidateEnv/123 (0.00s)
17:17:32 [2021-08-20T17:17:32.778Z]     --- PASS: TestValidateEnv/some_space (0.00s)
17:17:32 [2021-08-20T17:17:32.778Z]     --- PASS: TestValidateEnv/__some_space_before (0.00s)
17:17:32 [2021-08-20T17:17:32.778Z]     --- PASS: TestValidateEnv/some_space_after__ (0.00s)
17:17:32 [2021-08-20T17:17:32.778Z]     --- PASS: TestValidateEnv/= (0.00s)
17:17:32 [2021-08-20T17:17:32.778Z]     --- PASS: TestValidateEnv/PaTh (0.00s)
17:17:32 [2021-08-20T17:17:32.778Z] === RUN   TestParseHost
17:17:32 [2021-08-20T17:17:32.778Z] --- PASS: TestParseHost (0.00s)
17:17:32 [2021-08-20T17:17:32.778Z] === RUN   TestParseDockerDaemonHost
17:17:32 [2021-08-20T17:17:32.778Z] --- PASS: TestParseDockerDaemonHost (0.00s)
17:17:32 [2021-08-20T17:17:32.778Z] === RUN   TestParseTCP
17:17:32 [2021-08-20T17:17:32.778Z] --- PASS: TestParseTCP (0.00s)
17:17:32 [2021-08-20T17:17:32.778Z] === RUN   TestParseInvalidUnixAddrInvalid
17:17:32 [2021-08-20T17:17:32.778Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s)
17:17:32 [2021-08-20T17:17:32.778Z] === RUN   TestValidateExtraHosts
17:17:32 [2021-08-20T17:17:32.778Z] --- PASS: TestValidateExtraHosts (0.00s)
17:17:32 [2021-08-20T17:17:32.778Z] === RUN   TestIpOptString
17:17:32 [2021-08-20T17:17:32.778Z] --- PASS: TestIpOptString (0.00s)
17:17:32 [2021-08-20T17:17:32.778Z] === RUN   TestNewIpOptInvalidDefaultVal
17:17:32 [2021-08-20T17:17:32.778Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s)
17:17:32 [2021-08-20T17:17:32.778Z] === RUN   TestNewIpOptValidDefaultVal
17:17:32 [2021-08-20T17:17:32.778Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s)
17:17:32 [2021-08-20T17:17:32.778Z] === RUN   TestIpOptSetInvalidVal
17:17:32 [2021-08-20T17:17:32.778Z] --- PASS: TestIpOptSetInvalidVal (0.00s)
17:17:32 [2021-08-20T17:17:32.779Z] === RUN   TestValidateIPAddress
17:17:32 [2021-08-20T17:17:32.779Z] --- PASS: TestValidateIPAddress (0.00s)
17:17:32 [2021-08-20T17:17:32.779Z] === RUN   TestMapOpts
17:17:32 [2021-08-20T17:17:32.779Z] --- PASS: TestMapOpts (0.00s)
17:17:32 [2021-08-20T17:17:32.779Z] === RUN   TestListOptsWithoutValidator
17:17:32 [2021-08-20T17:17:32.779Z] --- PASS: TestListOptsWithoutValidator (0.00s)
17:17:32 [2021-08-20T17:17:32.779Z] === RUN   TestListOptsWithValidator
17:17:32 [2021-08-20T17:17:32.779Z] --- PASS: TestListOptsWithValidator (0.00s)
17:17:32 [2021-08-20T17:17:32.779Z] === RUN   TestValidateDNSSearch
17:17:32 [2021-08-20T17:17:32.779Z] --- PASS: TestValidateDNSSearch (0.00s)
17:17:33 [2021-08-20T17:17:33.235Z] === RUN   TestValidateLabel
17:17:33 [2021-08-20T17:17:33.235Z] === RUN   TestValidateLabel/lable_with_bad_attribute_format
17:17:33 [2021-08-20T17:17:33.235Z] === RUN   TestValidateLabel/label_with_general_format
17:17:33 [2021-08-20T17:17:33.235Z] === RUN   TestValidateLabel/label_with_more_than_one_=
17:17:33 [2021-08-20T17:17:33.235Z] === RUN   TestValidateLabel/label_with_one_more
17:17:33 [2021-08-20T17:17:33.235Z] === RUN   TestValidateLabel/label_with_no_reserved_com.docker.*
17:17:33 [2021-08-20T17:17:33.235Z] === RUN   TestValidateLabel/label_with_no_reserved_io.docker.*
17:17:33 [2021-08-20T17:17:33.235Z] === RUN   TestValidateLabel/label_with_no_reserved_org.dockerproject.*
17:17:33 [2021-08-20T17:17:33.235Z] === RUN   TestValidateLabel/label_with_reserved_com.docker.*
17:17:33 [2021-08-20T17:17:33.235Z] === RUN   TestValidateLabel/label_with_reserved_upcase_com.docker.*_
17:17:33 [2021-08-20T17:17:33.235Z] === RUN   TestValidateLabel/label_with_reserved_io.docker.*
17:17:33 [2021-08-20T17:17:33.235Z] === RUN   TestValidateLabel/label_with_reserved_upcase_io.docker.*
17:17:33 [2021-08-20T17:17:33.235Z] === RUN   TestValidateLabel/label_with_reserved_org.dockerproject.*
17:17:33 [2021-08-20T17:17:33.235Z] === RUN   TestValidateLabel/label_with_reserved_upcase_org.dockerproject.*
17:17:33 [2021-08-20T17:17:33.235Z] --- PASS: TestValidateLabel (0.00s)
17:17:33 [2021-08-20T17:17:33.235Z]     --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s)
17:17:33 [2021-08-20T17:17:33.235Z]     --- PASS: TestValidateLabel/label_with_general_format (0.00s)
17:17:33 [2021-08-20T17:17:33.235Z]     --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s)
17:17:33 [2021-08-20T17:17:33.235Z]     --- PASS: TestValidateLabel/label_with_one_more (0.00s)
17:17:33 [2021-08-20T17:17:33.235Z]     --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s)
17:17:33 [2021-08-20T17:17:33.235Z]     --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s)
17:17:33 [2021-08-20T17:17:33.235Z]     --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s)
17:17:33 [2021-08-20T17:17:33.235Z]     --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s)
17:17:33 [2021-08-20T17:17:33.235Z]     --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s)
17:17:33 [2021-08-20T17:17:33.235Z]     --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s)
17:17:33 [2021-08-20T17:17:33.235Z]     --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s)
17:17:33 [2021-08-20T17:17:33.235Z]     --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s)
17:17:33 [2021-08-20T17:17:33.235Z]     --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s)
17:17:33 [2021-08-20T17:17:33.235Z] === RUN   TestNamedListOpts
17:17:33 [2021-08-20T17:17:33.235Z] --- PASS: TestNamedListOpts (0.00s)
17:17:33 [2021-08-20T17:17:33.235Z] === RUN   TestNamedMapOpts
17:17:33 [2021-08-20T17:17:33.235Z] --- PASS: TestNamedMapOpts (0.00s)
17:17:33 [2021-08-20T17:17:33.235Z] === RUN   TestParseLink
17:17:33 [2021-08-20T17:17:33.235Z] --- PASS: TestParseLink (0.00s)
17:17:33 [2021-08-20T17:17:33.235Z] === RUN   TestQuotedStringSetWithQuotes
17:17:33 [2021-08-20T17:17:33.235Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s)
17:17:33 [2021-08-20T17:17:33.235Z] === RUN   TestQuotedStringSetWithMismatchedQuotes
17:17:33 [2021-08-20T17:17:33.235Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s)
17:17:33 [2021-08-20T17:17:33.235Z] === RUN   TestQuotedStringSetWithNoQuotes
17:17:33 [2021-08-20T17:17:33.235Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s)
17:17:33 [2021-08-20T17:17:33.235Z] === RUN   TestUlimitOpt
17:17:33 [2021-08-20T17:17:33.235Z] --- PASS: TestUlimitOpt (0.00s)
17:17:33 [2021-08-20T17:17:33.235Z] PASS
17:17:33 [2021-08-20T17:17:33.235Z] coverage: 67.1% of statements
17:17:33 [2021-08-20T17:17:33.235Z] ok  	github.com/docker/docker/opts	0.098s	coverage: 67.1% of statements
17:17:33 [2021-08-20T17:17:33.235Z] 2021/08/20 17:17:32 Closing DB instances...
17:17:33 [2021-08-20T17:17:33.235Z] === RUN   TestParseVersion
17:17:33 [2021-08-20T17:17:33.235Z] --- PASS: TestParseVersion (0.00s)
17:17:33 [2021-08-20T17:17:33.235Z] PASS
17:17:33 [2021-08-20T17:17:33.235Z] coverage: 52.9% of statements
17:17:33 [2021-08-20T17:17:33.235Z] ok  	github.com/docker/docker/pkg/aaparser	0.042s	coverage: 52.9% of statements
17:17:34 [2021-08-20T17:17:34.708Z]     docker_api_swarm_test.go:801: [d98657cb528e3] joining swarm manager [d37b4eb58be6d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
17:17:34 [2021-08-20T17:17:34.764Z] --- PASS: TestNetworkDBJoinLeaveNetworks (2.65s)
17:17:34 [2021-08-20T17:17:34.764Z] === RUN   TestNetworkDBCRUDTableEntry
17:17:35 [2021-08-20T17:17:35.221Z] === RUN   TestIsArchivePathDir
17:17:35 [2021-08-20T17:17:35.221Z] --- PASS: TestIsArchivePathDir (0.08s)
17:17:35 [2021-08-20T17:17:35.221Z] === RUN   TestIsArchivePathInvalidFile
17:17:35 [2021-08-20T17:17:35.221Z] === RUN   TestPeerCertificateMarshalJSON
17:17:35 [2021-08-20T17:17:35.221Z] --- PASS: TestIsArchivePathInvalidFile (0.14s)
17:17:35 [2021-08-20T17:17:35.221Z] === RUN   TestIsArchivePathTar
17:17:35 [2021-08-20T17:17:35.677Z] --- PASS: TestIsArchivePathTar (0.18s)
17:17:35 [2021-08-20T17:17:35.677Z] === RUN   TestDecompressStreamGzip
17:17:35 [2021-08-20T17:17:35.677Z] --- PASS: TestDecompressStreamGzip (0.11s)
17:17:35 [2021-08-20T17:17:35.677Z] === RUN   TestDecompressStreamBzip2
17:17:35 [2021-08-20T17:17:35.677Z] --- PASS: TestDecompressStreamBzip2 (0.12s)
17:17:35 [2021-08-20T17:17:35.677Z] === RUN   TestDecompressStreamXz
17:17:35 [2021-08-20T17:17:35.677Z]     archive_test.go:134: Xz not present in msys2
17:17:35 [2021-08-20T17:17:35.677Z] --- SKIP: TestDecompressStreamXz (0.00s)
17:17:35 [2021-08-20T17:17:35.677Z] === RUN   TestCompressStreamXzUnsupported
17:17:35 [2021-08-20T17:17:35.677Z] --- PASS: TestCompressStreamXzUnsupported (0.00s)
17:17:35 [2021-08-20T17:17:35.677Z] === RUN   TestCompressStreamBzip2Unsupported
17:17:35 [2021-08-20T17:17:35.677Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s)
17:17:35 [2021-08-20T17:17:35.677Z] === RUN   TestCompressStreamInvalid
17:17:35 [2021-08-20T17:17:35.677Z] --- PASS: TestCompressStreamInvalid (0.00s)
17:17:35 [2021-08-20T17:17:35.677Z] === RUN   TestExtensionInvalid
17:17:35 [2021-08-20T17:17:35.677Z] --- PASS: TestExtensionInvalid (0.00s)
17:17:35 [2021-08-20T17:17:35.677Z] === RUN   TestExtensionUncompressed
17:17:35 [2021-08-20T17:17:35.677Z] --- PASS: TestExtensionUncompressed (0.00s)
17:17:35 [2021-08-20T17:17:35.677Z] === RUN   TestExtensionBzip2
17:17:35 [2021-08-20T17:17:35.677Z] --- PASS: TestExtensionBzip2 (0.00s)
17:17:35 [2021-08-20T17:17:35.677Z] === RUN   TestExtensionGzip
17:17:35 [2021-08-20T17:17:35.677Z] --- PASS: TestExtensionGzip (0.00s)
17:17:35 [2021-08-20T17:17:35.677Z] === RUN   TestExtensionXz
17:17:35 [2021-08-20T17:17:35.677Z] --- PASS: TestExtensionXz (0.00s)
17:17:35 [2021-08-20T17:17:35.677Z] === RUN   TestCmdStreamLargeStderr
17:17:36 [2021-08-20T17:17:36.076Z]     docker_api_swarm_test.go:801: [d414afea871f1] joining swarm manager [d37b4eb58be6d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
17:17:36 [2021-08-20T17:17:36.133Z] --- PASS: TestCmdStreamLargeStderr (0.07s)
17:17:36 [2021-08-20T17:17:36.133Z] === RUN   TestCmdStreamBad
17:17:36 [2021-08-20T17:17:36.133Z]     archive_test.go:239: Failing on Windows CI machines
17:17:36 [2021-08-20T17:17:36.133Z] --- SKIP: TestCmdStreamBad (0.00s)
17:17:36 [2021-08-20T17:17:36.133Z] === RUN   TestCmdStreamGood
17:17:36 [2021-08-20T17:17:36.133Z] --- PASS: TestCmdStreamGood (0.05s)
17:17:36 [2021-08-20T17:17:36.133Z] === RUN   TestUntarPathWithInvalidDest
17:17:36 [2021-08-20T17:17:36.133Z] --- PASS: TestUntarPathWithInvalidDest (0.06s)
17:17:36 [2021-08-20T17:17:36.133Z] === RUN   TestUntarPathWithInvalidSrc
17:17:36 [2021-08-20T17:17:36.133Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s)
17:17:36 [2021-08-20T17:17:36.133Z] === RUN   TestUntarPath
17:17:36 [2021-08-20T17:17:36.133Z] --- PASS: TestUntarPath (0.06s)
17:17:36 [2021-08-20T17:17:36.133Z] === RUN   TestUntarPathWithDestinationFile
17:17:36 [2021-08-20T17:17:36.133Z] --- PASS: TestUntarPathWithDestinationFile (0.06s)
17:17:36 [2021-08-20T17:17:36.133Z] === RUN   TestUntarPathWithDestinationSrcFileAsFolder
17:17:36 [2021-08-20T17:17:36.133Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.07s)
17:17:36 [2021-08-20T17:17:36.133Z] === RUN   TestCopyWithTarInvalidSrc
17:17:36 [2021-08-20T17:17:36.133Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s)
17:17:36 [2021-08-20T17:17:36.133Z] === RUN   TestCopyWithTarInexistentDestWillCreateIt
17:17:36 [2021-08-20T17:17:36.133Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s)
17:17:36 [2021-08-20T17:17:36.133Z] === RUN   TestCopyWithTarSrcFile
17:17:36 [2021-08-20T17:17:36.133Z] --- PASS: TestCopyWithTarSrcFile (0.00s)
17:17:36 [2021-08-20T17:17:36.133Z] === RUN   TestCopyWithTarSrcFolder
17:17:36 [2021-08-20T17:17:36.133Z] --- PASS: TestCopyWithTarSrcFolder (0.01s)
17:17:36 [2021-08-20T17:17:36.133Z] === RUN   TestCopyFileWithTarInvalidSrc
17:17:36 [2021-08-20T17:17:36.133Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s)
17:17:36 [2021-08-20T17:17:36.133Z] === RUN   TestCopyFileWithTarInexistentDestWillCreateIt
17:17:36 [2021-08-20T17:17:36.133Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s)
17:17:36 [2021-08-20T17:17:36.133Z] === RUN   TestCopyFileWithTarSrcFolder
17:17:36 [2021-08-20T17:17:36.133Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s)
17:17:36 [2021-08-20T17:17:36.133Z] === RUN   TestCopyFileWithTarSrcFile
17:17:36 [2021-08-20T17:17:36.133Z] --- PASS: TestCopyFileWithTarSrcFile (0.01s)
17:17:36 [2021-08-20T17:17:36.133Z] === RUN   TestTarFiles
17:17:36 [2021-08-20T17:17:36.133Z] === RUN   TestPeerCertificateMarshalJSON/Marshalling_:
17:17:36 [2021-08-20T17:17:36.133Z] === RUN   TestPeerCertificateMarshalJSON/UnMarshalling_:
17:17:36 [2021-08-20T17:17:36.133Z] --- PASS: TestPeerCertificateMarshalJSON (0.88s)
17:17:36 [2021-08-20T17:17:36.133Z]     --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s)
17:17:36 [2021-08-20T17:17:36.133Z]     --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s)
17:17:36 [2021-08-20T17:17:36.133Z] === RUN   TestMiddleware
17:17:36 [2021-08-20T17:17:36.133Z] --- PASS: TestMiddleware (0.00s)
17:17:36 [2021-08-20T17:17:36.133Z] === RUN   TestNewResponseModifier
17:17:36 [2021-08-20T17:17:36.133Z] --- PASS: TestNewResponseModifier (0.00s)
17:17:36 [2021-08-20T17:17:36.133Z] PASS
17:17:36 [2021-08-20T17:17:36.133Z] coverage: 26.8% of statements
17:17:36 [2021-08-20T17:17:36.133Z] ok  	github.com/docker/docker/pkg/authorization	0.935s	coverage: 26.8% of statements
17:17:36 [2021-08-20T17:17:36.589Z] 2021/08/20 17:17:36 Closing DB instances...
17:17:37 [2021-08-20T17:17:37.004Z] === RUN   TestDockerSuite/TestCpToCaseE
17:17:37 [2021-08-20T17:17:37.046Z] === RUN   TestUnbuffered
17:17:37 [2021-08-20T17:17:37.046Z] --- PASS: TestUnbuffered (0.00s)
17:17:37 [2021-08-20T17:17:37.046Z] === RUN   TestRaceUnbuffered
17:17:37 [2021-08-20T17:17:37.046Z] --- PASS: TestRaceUnbuffered (0.00s)
17:17:37 [2021-08-20T17:17:37.046Z] PASS
17:17:37 [2021-08-20T17:17:37.046Z] coverage: 100.0% of statements
17:17:37 [2021-08-20T17:17:37.046Z] ok  	github.com/docker/docker/pkg/broadcaster	0.043s	coverage: 100.0% of statements
17:17:37 [2021-08-20T17:17:37.262Z]     docker_api_swarm_test.go:801: [d7b383f17524d] joining swarm manager [d37b4eb58be6d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480
17:17:37 [2021-08-20T17:17:37.502Z] === RUN   TestMatch
17:17:37 [2021-08-20T17:17:37.502Z] === RUN   TestMatch/[[]]
17:17:37 [2021-08-20T17:17:37.502Z] === RUN   TestMatch/[[foo]]
17:17:37 [2021-08-20T17:17:37.502Z] === RUN   TestMatch/[[bar]_[foo]]
17:17:37 [2021-08-20T17:17:37.502Z] === RUN   TestMatch/[[foo_bar]]
17:17:37 [2021-08-20T17:17:37.502Z] === RUN   TestMatch/[[qux]_[foo]]
17:17:37 [2021-08-20T17:17:37.502Z] === RUN   TestMatch/[[foo_bar]_[baz]_[bar]]
17:17:37 [2021-08-20T17:17:37.502Z] === RUN   TestMatch/[]
17:17:37 [2021-08-20T17:17:37.502Z] === RUN   TestMatch/[]#01
17:17:37 [2021-08-20T17:17:37.502Z] === RUN   TestMatch/[[qux]]
17:17:37 [2021-08-20T17:17:37.502Z] === RUN   TestMatch/[[foo_bar_qux]]
17:17:37 [2021-08-20T17:17:37.502Z] === RUN   TestMatch/[[qux]_[baz]]
17:17:37 [2021-08-20T17:17:37.502Z] === RUN   TestMatch/[[foo_baz]]
17:17:37 [2021-08-20T17:17:37.502Z] --- PASS: TestMatch (0.00s)
17:17:37 [2021-08-20T17:17:37.502Z]     --- PASS: TestMatch/[[]] (0.00s)
17:17:37 [2021-08-20T17:17:37.502Z]     --- PASS: TestMatch/[[foo]] (0.00s)
17:17:37 [2021-08-20T17:17:37.502Z]     --- PASS: TestMatch/[[bar]_[foo]] (0.00s)
17:17:37 [2021-08-20T17:17:37.502Z]     --- PASS: TestMatch/[[foo_bar]] (0.00s)
17:17:37 [2021-08-20T17:17:37.502Z]     --- PASS: TestMatch/[[qux]_[foo]] (0.00s)
17:17:37 [2021-08-20T17:17:37.502Z]     --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s)
17:17:37 [2021-08-20T17:17:37.502Z]     --- PASS: TestMatch/[] (0.00s)
17:17:37 [2021-08-20T17:17:37.502Z]     --- PASS: TestMatch/[]#01 (0.00s)
17:17:37 [2021-08-20T17:17:37.502Z]     --- PASS: TestMatch/[[qux]] (0.00s)
17:17:37 [2021-08-20T17:17:37.502Z]     --- PASS: TestMatch/[[foo_bar_qux]] (0.00s)
17:17:37 [2021-08-20T17:17:37.502Z]     --- PASS: TestMatch/[[qux]_[baz]] (0.00s)
17:17:37 [2021-08-20T17:17:37.502Z]     --- PASS: TestMatch/[[foo_baz]] (0.00s)
17:17:37 [2021-08-20T17:17:37.502Z] PASS
17:17:37 [2021-08-20T17:17:37.502Z] coverage: 87.5% of statements
17:17:37 [2021-08-20T17:17:37.502Z] ok  	github.com/docker/docker/pkg/capabilities	0.058s	coverage: 87.5% of statements
17:17:38 [2021-08-20T17:17:38.629Z]     docker_api_swarm_test.go:801: [d669f58ab5c0c] joining swarm manager [d37b4eb58be6d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481
17:17:39 [2021-08-20T17:17:39.032Z] --- PASS: TestNetworkDBCRUDTableEntry (4.12s)
17:17:39 [2021-08-20T17:17:39.032Z] === RUN   TestNetworkDBCRUDTableEntries
17:17:39 [2021-08-20T17:17:39.032Z] === RUN   TestChrootTarUntar
17:17:39 [2021-08-20T17:17:39.032Z]     archive_test.go:45: os.Getuid() != 0: skipping test that requires root
17:17:39 [2021-08-20T17:17:39.032Z] --- SKIP: TestChrootTarUntar (0.00s)
17:17:39 [2021-08-20T17:17:39.032Z] === RUN   TestChrootUntarWithHugeExcludesList
17:17:39 [2021-08-20T17:17:39.032Z]     archive_test.go:77: os.Getuid() != 0: skipping test that requires root
17:17:39 [2021-08-20T17:17:39.032Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s)
17:17:39 [2021-08-20T17:17:39.032Z] === RUN   TestChrootUntarEmptyArchive
17:17:39 [2021-08-20T17:17:39.032Z] --- PASS: TestChrootUntarEmptyArchive (0.00s)
17:17:39 [2021-08-20T17:17:39.032Z] === RUN   TestChrootTarUntarWithSymlink
17:17:39 [2021-08-20T17:17:39.032Z]     archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing
17:17:39 [2021-08-20T17:17:39.032Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s)
17:17:39 [2021-08-20T17:17:39.032Z] === RUN   TestChrootCopyWithTar
17:17:39 [2021-08-20T17:17:39.032Z]     archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing
17:17:39 [2021-08-20T17:17:39.032Z] --- SKIP: TestChrootCopyWithTar (0.00s)
17:17:39 [2021-08-20T17:17:39.032Z] === RUN   TestChrootCopyFileWithTar
17:17:39 [2021-08-20T17:17:39.032Z]     archive_test.go:249: os.Getuid() != 0: skipping test that requires root
17:17:39 [2021-08-20T17:17:39.032Z] --- SKIP: TestChrootCopyFileWithTar (0.00s)
17:17:39 [2021-08-20T17:17:39.032Z] === RUN   TestChrootUntarPath
17:17:39 [2021-08-20T17:17:39.032Z]     archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing
17:17:39 [2021-08-20T17:17:39.032Z] --- SKIP: TestChrootUntarPath (0.00s)
17:17:39 [2021-08-20T17:17:39.032Z] === RUN   TestChrootUntarEmptyArchiveFromSlowReader
17:17:39 [2021-08-20T17:17:39.032Z]     archive_test.go:356: os.Getuid() != 0: skipping test that requires root
17:17:39 [2021-08-20T17:17:39.032Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s)
17:17:39 [2021-08-20T17:17:39.032Z] === RUN   TestChrootApplyEmptyArchiveFromSlowReader
17:17:39 [2021-08-20T17:17:39.032Z]     archive_test.go:373: os.Getuid() != 0: skipping test that requires root
17:17:39 [2021-08-20T17:17:39.032Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s)
17:17:39 [2021-08-20T17:17:39.032Z] === RUN   TestChrootApplyDotDotFile
17:17:39 [2021-08-20T17:17:39.032Z]     archive_test.go:390: os.Getuid() != 0: skipping test that requires root
17:17:39 [2021-08-20T17:17:39.032Z] --- SKIP: TestChrootApplyDotDotFile (0.00s)
17:17:39 [2021-08-20T17:17:39.032Z] PASS
17:17:39 [2021-08-20T17:17:39.032Z] coverage: 15.4% of statements
17:17:39 [2021-08-20T17:17:39.032Z] ok  	github.com/docker/docker/pkg/chrootarchive	0.118s	coverage: 15.4% of statements
17:17:39 [2021-08-20T17:17:39.996Z] === RUN   TestSizeEmpty
17:17:39 [2021-08-20T17:17:39.996Z] --- PASS: TestSizeEmpty (0.00s)
17:17:39 [2021-08-20T17:17:39.996Z] === RUN   TestSizeEmptyFile
17:17:39 [2021-08-20T17:17:39.996Z] --- PASS: TestSizeEmptyFile (0.00s)
17:17:39 [2021-08-20T17:17:39.996Z] === RUN   TestSizeNonemptyFile
17:17:39 [2021-08-20T17:17:39.996Z] --- PASS: TestSizeNonemptyFile (0.00s)
17:17:39 [2021-08-20T17:17:39.996Z] === RUN   TestSizeNestedDirectoryEmpty
17:17:39 [2021-08-20T17:17:39.996Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s)
17:17:39 [2021-08-20T17:17:39.996Z] === RUN   TestSizeFileAndNestedDirectoryEmpty
17:17:39 [2021-08-20T17:17:39.996Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s)
17:17:39 [2021-08-20T17:17:39.996Z] === RUN   TestSizeFileAndNestedDirectoryNonempty
17:17:39 [2021-08-20T17:17:39.996Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s)
17:17:39 [2021-08-20T17:17:39.996Z] === RUN   TestMoveToSubdir
17:17:39 [2021-08-20T17:17:39.996Z] --- PASS: TestMoveToSubdir (0.00s)
17:17:39 [2021-08-20T17:17:39.996Z] === RUN   TestSizeNonExistingDirectory
17:17:39 [2021-08-20T17:17:39.996Z] --- PASS: TestSizeNonExistingDirectory (0.00s)
17:17:39 [2021-08-20T17:17:39.996Z] PASS
17:17:39 [2021-08-20T17:17:39.996Z] coverage: 80.0% of statements
17:17:39 [2021-08-20T17:17:39.996Z] ok  	github.com/docker/docker/pkg/directory	0.065s	coverage: 80.0% of statements
17:17:40 [2021-08-20T17:17:40.000Z] --- PASS: TestServiceUpdateSecrets (15.71s)
17:17:40 [2021-08-20T17:17:40.000Z] === RUN   TestServiceUpdateConfigs
17:17:40 [2021-08-20T17:17:40.000Z]     docker_api_swarm_test.go:809: [db4f8e161dcc0] joining swarm manager [d37b4eb58be6d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482
17:17:40 [2021-08-20T17:17:40.564Z] === RUN   TestDockerSuite/TestCpToCaseF
17:17:40 [2021-08-20T17:17:40.965Z] 2021/08/20 17:17:40 Closing DB instances...
17:17:40 [2021-08-20T17:17:40.965Z] === RUN   Test
17:17:40 [2021-08-20T17:17:40.965Z] === RUN   Test/TestContainsEntry
17:17:40 [2021-08-20T17:17:40.965Z] === RUN   Test/TestCreateEntries
17:17:40 [2021-08-20T17:17:40.965Z] === RUN   Test/TestEntriesDiff
17:17:40 [2021-08-20T17:17:40.965Z] === RUN   Test/TestEntriesEquality
17:17:40 [2021-08-20T17:17:40.965Z] === RUN   Test/TestGenerateWithMalformedInputAtRangeEnd
17:17:40 [2021-08-20T17:17:40.965Z] === RUN   Test/TestGenerateWithMalformedInputAtRangeStart
17:17:40 [2021-08-20T17:17:40.965Z] === RUN   Test/TestGeneratorMatchFailedNotGenerate
17:17:40 [2021-08-20T17:17:40.965Z] === RUN   Test/TestGeneratorNotGenerate
17:17:40 [2021-08-20T17:17:40.965Z] === RUN   Test/TestGeneratorWithPort
17:17:40 [2021-08-20T17:17:40.965Z] === RUN   Test/TestGeneratorWithPortNotGenerate
17:17:40 [2021-08-20T17:17:40.965Z] === RUN   Test/TestNewEntry
17:17:40 [2021-08-20T17:17:40.965Z] === RUN   Test/TestParse
17:17:40 [2021-08-20T17:17:40.965Z] --- PASS: Test (0.00s)
17:17:40 [2021-08-20T17:17:40.965Z]     --- PASS: Test/TestContainsEntry (0.00s)
17:17:40 [2021-08-20T17:17:40.965Z]     --- PASS: Test/TestCreateEntries (0.00s)
17:17:40 [2021-08-20T17:17:40.965Z]     --- PASS: Test/TestEntriesDiff (0.00s)
17:17:40 [2021-08-20T17:17:40.965Z]     --- PASS: Test/TestEntriesEquality (0.00s)
17:17:40 [2021-08-20T17:17:40.965Z]     --- PASS: Test/TestGenerateWithMalformedInputAtRangeEnd (0.00s)
17:17:40 [2021-08-20T17:17:40.965Z]     --- PASS: Test/TestGenerateWithMalformedInputAtRangeStart (0.00s)
17:17:40 [2021-08-20T17:17:40.965Z]     --- PASS: Test/TestGeneratorMatchFailedNotGenerate (0.00s)
17:17:40 [2021-08-20T17:17:40.965Z]     --- PASS: Test/TestGeneratorNotGenerate (0.00s)
17:17:40 [2021-08-20T17:17:40.965Z]     --- PASS: Test/TestGeneratorWithPort (0.00s)
17:17:40 [2021-08-20T17:17:40.965Z]     --- PASS: Test/TestGeneratorWithPortNotGenerate (0.00s)
17:17:40 [2021-08-20T17:17:40.965Z]     --- PASS: Test/TestNewEntry (0.00s)
17:17:40 [2021-08-20T17:17:40.965Z]     --- PASS: Test/TestParse (0.00s)
17:17:40 [2021-08-20T17:17:40.965Z] PASS
17:17:40 [2021-08-20T17:17:40.965Z] coverage: 58.3% of statements
17:17:40 [2021-08-20T17:17:40.965Z] ok  	github.com/docker/docker/pkg/discovery	0.051s	coverage: 58.3% of statements
17:17:41 [2021-08-20T17:17:41.494Z] === RUN   TestDockerSuite/TestCpToCaseG
17:17:41 [2021-08-20T17:17:41.928Z] === RUN   Test
17:17:41 [2021-08-20T17:17:41.928Z] === RUN   Test/TestContent
17:17:41 [2021-08-20T17:17:41.928Z] === RUN   Test/TestInitialize
17:17:41 [2021-08-20T17:17:41.928Z] === RUN   Test/TestNew
17:17:41 [2021-08-20T17:17:41.928Z] === RUN   Test/TestParsingContentsWithComments
17:17:41 [2021-08-20T17:17:41.928Z] === RUN   Test/TestRegister
17:17:41 [2021-08-20T17:17:41.928Z] === RUN   Test/TestWatch
17:17:41 [2021-08-20T17:17:41.928Z] --- PASS: Test (0.00s)
17:17:41 [2021-08-20T17:17:41.928Z]     --- PASS: Test/TestContent (0.00s)
17:17:41 [2021-08-20T17:17:41.928Z]     --- PASS: Test/TestInitialize (0.00s)
17:17:41 [2021-08-20T17:17:41.928Z]     --- PASS: Test/TestNew (0.00s)
17:17:41 [2021-08-20T17:17:41.928Z]     --- PASS: Test/TestParsingContentsWithComments (0.00s)
17:17:41 [2021-08-20T17:17:41.928Z]     --- PASS: Test/TestRegister (0.00s)
17:17:41 [2021-08-20T17:17:41.928Z]     --- PASS: Test/TestWatch (0.00s)
17:17:41 [2021-08-20T17:17:41.928Z] PASS
17:17:41 [2021-08-20T17:17:41.928Z] coverage: 92.9% of statements
17:17:41 [2021-08-20T17:17:41.928Z] ok  	github.com/docker/docker/pkg/discovery/file	0.053s	coverage: 92.9% of statements
17:17:42 [2021-08-20T17:17:42.385Z] --- PASS: TestNetworkDBCRUDTableEntries (3.44s)
17:17:42 [2021-08-20T17:17:42.385Z] === RUN   TestNetworkDBNodeLeave
17:17:42 [2021-08-20T17:17:42.843Z] --- PASS: TestTarFiles (6.61s)
17:17:42 [2021-08-20T17:17:42.843Z] === RUN   TestTarUntar
17:17:42 [2021-08-20T17:17:42.843Z] --- PASS: TestTarUntar (0.04s)
17:17:42 [2021-08-20T17:17:42.843Z] === RUN   TestTarWithOptionsChownOptsAlwaysOverridesIdPair
17:17:42 [2021-08-20T17:17:42.843Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.00s)
17:17:42 [2021-08-20T17:17:42.843Z] === RUN   TestTarWithOptions
17:17:42 [2021-08-20T17:17:42.843Z] --- PASS: TestTarWithOptions (0.02s)
17:17:42 [2021-08-20T17:17:42.843Z] === RUN   TestTypeXGlobalHeaderDoesNotFail
17:17:42 [2021-08-20T17:17:42.843Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s)
17:17:42 [2021-08-20T17:17:42.843Z] === RUN   TestUntarUstarGnuConflict
17:17:42 [2021-08-20T17:17:42.843Z] --- PASS: TestUntarUstarGnuConflict (0.00s)
17:17:42 [2021-08-20T17:17:42.843Z] === RUN   TestUntarInvalidFilenames
17:17:43 [2021-08-20T17:17:43.300Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames936609454\\dest"
17:17:43 [2021-08-20T17:17:43.300Z] --- PASS: TestUntarInvalidFilenames (0.19s)
17:17:43 [2021-08-20T17:17:43.300Z] === RUN   TestUntarHardlinkToSymlink
17:17:43 [2021-08-20T17:17:43.300Z] --- PASS: TestUntarHardlinkToSymlink (0.01s)
17:17:43 [2021-08-20T17:17:43.300Z] === RUN   TestUntarInvalidHardlink
17:17:43 [2021-08-20T17:17:43.300Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink055751727\\victim\\hello" -> "../victim/hello"
17:17:43 [2021-08-20T17:17:43.300Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink841959362\\victim\\hello" -> "/../victim/hello"
17:17:43 [2021-08-20T17:17:43.300Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink081384505\\victim" -> "../victim"
17:17:43 [2021-08-20T17:17:43.300Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink662607428\\victim" -> "../victim"
17:17:43 [2021-08-20T17:17:43.300Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink724754131\\victim" -> "../victim"
17:17:43 [2021-08-20T17:17:43.300Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink343740438\\victim" -> "../victim"
17:17:43 [2021-08-20T17:17:43.300Z] --- PASS: TestUntarInvalidHardlink (0.04s)
17:17:43 [2021-08-20T17:17:43.300Z] === RUN   TestUntarInvalidSymlink
17:17:43 [2021-08-20T17:17:43.300Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink447728253\\dest\\dotdot" -> "../victim/hello"
17:17:43 [2021-08-20T17:17:43.300Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink748961720\\dest\\slash-dotdot" -> "/../victim/hello"
17:17:43 [2021-08-20T17:17:43.300Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink558116279\\dest\\loophole-victim" -> "../victim"
17:17:43 [2021-08-20T17:17:43.300Z] === RUN   Test
17:17:43 [2021-08-20T17:17:43.300Z] === RUN   Test/TestInitialize
17:17:43 [2021-08-20T17:17:43.300Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink756083114\\dest\\loophole-victim" -> "../victim"
17:17:43 [2021-08-20T17:17:43.300Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink186727169\\dest\\loophole-victim" -> "../victim"
17:17:43 [2021-08-20T17:17:43.300Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink825575532\\dest\\loophole-victim" -> "../victim"
17:17:43 [2021-08-20T17:17:43.300Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink829083355\\dest\\dir\\loophole" -> "../../victim"
17:17:43 [2021-08-20T17:17:43.300Z] --- PASS: TestUntarInvalidSymlink (0.10s)
17:17:43 [2021-08-20T17:17:43.300Z] === RUN   TestTempArchiveCloseMultipleTimes
17:17:43 [2021-08-20T17:17:43.300Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s)
17:17:43 [2021-08-20T17:17:43.300Z] === RUN   TestXGlobalNoParent
17:17:43 [2021-08-20T17:17:43.300Z] --- PASS: TestXGlobalNoParent (0.00s)
17:17:43 [2021-08-20T17:17:43.300Z] === RUN   TestReplaceFileTarWrapper
17:17:43 [2021-08-20T17:17:43.300Z] time="2021-08-20T17:17:42Z" level=info msg="Initializing discovery without TLS"
17:17:43 [2021-08-20T17:17:43.300Z] time="2021-08-20T17:17:43Z" level=info msg="Initializing discovery without TLS"
17:17:43 [2021-08-20T17:17:43.300Z] time="2021-08-20T17:17:43Z" level=info msg="Initializing discovery without TLS"
17:17:43 [2021-08-20T17:17:43.300Z] === RUN   Test/TestInitializeWithCerts
17:17:43 [2021-08-20T17:17:43.300Z] time="2021-08-20T17:17:43Z" level=info msg="Initializing discovery with TLS"
17:17:43 [2021-08-20T17:17:43.300Z] === RUN   Test/TestWatch
17:17:43 [2021-08-20T17:17:43.300Z] time="2021-08-20T17:17:43Z" level=info msg="Initializing discovery without TLS"
17:17:43 [2021-08-20T17:17:43.300Z] --- PASS: TestReplaceFileTarWrapper (0.21s)
17:17:43 [2021-08-20T17:17:43.300Z] === RUN   TestPrefixHeaderReadable
17:17:43 [2021-08-20T17:17:43.300Z] --- PASS: TestPrefixHeaderReadable (0.03s)
17:17:43 [2021-08-20T17:17:43.300Z] === RUN   TestDisablePigz
17:17:43 [2021-08-20T17:17:43.300Z]     archive_test.go:1331: Test will not check full path when Pigz not installed
17:17:43 [2021-08-20T17:17:43.757Z] --- PASS: TestDisablePigz (0.13s)
17:17:43 [2021-08-20T17:17:43.757Z] === RUN   TestPigz
17:17:43 [2021-08-20T17:17:43.757Z]     archive_test.go:1360: Tested whether Pigz is not used, as it not installed
17:17:43 [2021-08-20T17:17:43.757Z] --- PASS: TestPigz (0.16s)
17:17:43 [2021-08-20T17:17:43.757Z] === RUN   TestCopyFileWithInvalidDest
17:17:43 [2021-08-20T17:17:43.757Z]     archive_windows_test.go:16: Currently fails
17:17:43 [2021-08-20T17:17:43.757Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s)
17:17:43 [2021-08-20T17:17:43.757Z] === RUN   TestCanonicalTarNameForPath
17:17:43 [2021-08-20T17:17:43.757Z] --- PASS: TestCanonicalTarNameForPath (0.00s)
17:17:43 [2021-08-20T17:17:43.757Z] === RUN   TestCanonicalTarName
17:17:43 [2021-08-20T17:17:43.757Z] --- PASS: TestCanonicalTarName (0.00s)
17:17:43 [2021-08-20T17:17:43.757Z] === RUN   TestChmodTarEntry
17:17:43 [2021-08-20T17:17:43.757Z] --- PASS: TestChmodTarEntry (0.00s)
17:17:43 [2021-08-20T17:17:43.757Z] === RUN   TestHardLinkOrder
17:17:43 [2021-08-20T17:17:43.757Z] --- PASS: TestHardLinkOrder (0.09s)
17:17:43 [2021-08-20T17:17:43.757Z] === RUN   TestChangeString
17:17:43 [2021-08-20T17:17:43.757Z] --- PASS: TestChangeString (0.00s)
17:17:43 [2021-08-20T17:17:43.757Z] === RUN   TestChangesWithNoChanges
17:17:43 [2021-08-20T17:17:43.757Z] --- PASS: TestChangesWithNoChanges (0.03s)
17:17:43 [2021-08-20T17:17:43.757Z] === RUN   TestChangesWithChanges
17:17:43 [2021-08-20T17:17:43.757Z] --- PASS: TestChangesWithChanges (0.04s)
17:17:43 [2021-08-20T17:17:43.757Z] === RUN   TestChangesWithChangesGH13590
17:17:43 [2021-08-20T17:17:43.757Z]     changes_test.go:196: needs more investigation
17:17:43 [2021-08-20T17:17:43.757Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s)
17:17:43 [2021-08-20T17:17:43.757Z] === RUN   TestChangesDirsEmpty
17:17:43 [2021-08-20T17:17:43.805Z] Loaded image: buildpack-deps:buster
17:17:43 [2021-08-20T17:17:43.805Z] Loaded image: busybox:latest
17:17:43 [2021-08-20T17:17:43.805Z] Loaded image: busybox:glibc
17:17:44 [2021-08-20T17:17:44.213Z] --- PASS: TestChangesDirsEmpty (0.14s)
17:17:44 [2021-08-20T17:17:44.213Z] === RUN   TestChangesDirsMutated
17:17:44 [2021-08-20T17:17:44.213Z] --- PASS: TestChangesDirsMutated (0.16s)
17:17:44 [2021-08-20T17:17:44.213Z] === RUN   TestApplyLayer
17:17:44 [2021-08-20T17:17:44.213Z]     changes_test.go:433: needs further investigation
17:17:44 [2021-08-20T17:17:44.213Z] --- SKIP: TestApplyLayer (0.00s)
17:17:44 [2021-08-20T17:17:44.213Z] === RUN   TestChangesSizeWithHardlinks
17:17:44 [2021-08-20T17:17:44.213Z]     changes_test.go:469: needs further investigation
17:17:44 [2021-08-20T17:17:44.213Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s)
17:17:44 [2021-08-20T17:17:44.213Z] === RUN   TestChangesSizeWithNoChanges
17:17:44 [2021-08-20T17:17:44.213Z] --- PASS: TestChangesSizeWithNoChanges (0.00s)
17:17:44 [2021-08-20T17:17:44.213Z] === RUN   TestChangesSizeWithOnlyDeleteChanges
17:17:44 [2021-08-20T17:17:44.213Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s)
17:17:44 [2021-08-20T17:17:44.213Z] === RUN   TestChangesSize
17:17:44 [2021-08-20T17:17:44.213Z] --- PASS: TestChangesSize (0.00s)
17:17:44 [2021-08-20T17:17:44.213Z] === RUN   TestApplyLayerInvalidFilenames
17:17:44 [2021-08-20T17:17:44.213Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames684660066\\dest"
17:17:44 [2021-08-20T17:17:44.213Z] --- PASS: TestApplyLayerInvalidFilenames (0.02s)
17:17:44 [2021-08-20T17:17:44.213Z] === RUN   TestApplyLayerInvalidHardlink
17:17:44 [2021-08-20T17:17:44.213Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink924346596\\victim\\hello" -> "../victim/hello"
17:17:44 [2021-08-20T17:17:44.213Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink846763763\\victim\\hello" -> "/../victim/hello"
17:17:44 [2021-08-20T17:17:44.213Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink063353270\\victim" -> "../victim"
17:17:44 [2021-08-20T17:17:44.213Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink078599581\\victim" -> "../victim"
17:17:44 [2021-08-20T17:17:44.213Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink730732632\\victim" -> "../victim"
17:17:44 [2021-08-20T17:17:44.213Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink729359319\\victim" -> "../victim"
17:17:44 [2021-08-20T17:17:44.213Z] --- PASS: TestApplyLayerInvalidHardlink (0.03s)
17:17:44 [2021-08-20T17:17:44.213Z] === RUN   TestApplyLayerInvalidSymlink
17:17:44 [2021-08-20T17:17:44.213Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink112173386\\dest\\dotdot" -> "../victim/hello"
17:17:44 [2021-08-20T17:17:44.213Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink680010785\\dest\\slash-dotdot" -> "/../victim/hello"
17:17:44 [2021-08-20T17:17:44.213Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink284618508\\dest\\loophole-victim" -> "../victim"
17:17:44 [2021-08-20T17:17:44.213Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink563314939\\dest\\loophole-victim" -> "../victim"
17:17:44 [2021-08-20T17:17:44.213Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink531018782\\dest\\loophole-victim" -> "../victim"
17:17:44 [2021-08-20T17:17:44.213Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink041431781\\dest\\loophole-victim" -> "../victim"
17:17:44 [2021-08-20T17:17:44.213Z] --- PASS: TestApplyLayerInvalidSymlink (0.03s)
17:17:44 [2021-08-20T17:17:44.213Z] === RUN   TestApplyLayerWhiteouts
17:17:44 [2021-08-20T17:17:44.213Z] --- PASS: TestApplyLayerWhiteouts (0.08s)
17:17:44 [2021-08-20T17:17:44.213Z] === RUN   TestGenerateEmptyFile
17:17:44 [2021-08-20T17:17:44.213Z] --- PASS: TestGenerateEmptyFile (0.00s)
17:17:44 [2021-08-20T17:17:44.213Z] === RUN   TestGenerateWithContent
17:17:44 [2021-08-20T17:17:44.213Z] --- PASS: TestGenerateWithContent (0.00s)
17:17:44 [2021-08-20T17:17:44.213Z] PASS
17:17:44 [2021-08-20T17:17:44.213Z] coverage: 62.9% of statements
17:17:44 [2021-08-20T17:17:44.670Z] ok  	github.com/docker/docker/pkg/archive	9.250s	coverage: 62.9% of statements
17:17:45 [2021-08-20T17:17:45.127Z] --- PASS: TestNetworkDBNodeLeave (2.83s)
17:17:45 [2021-08-20T17:17:45.127Z] === RUN   TestNetworkDBWatch
17:17:46 [2021-08-20T17:17:46.356Z] Loaded image: debian:bullseye
17:17:46 [2021-08-20T17:17:46.356Z] Loaded image: hello-world:latest
17:17:46 [2021-08-20T17:17:46.356Z] Loaded image: arm32v7/hello-world:latest
17:17:46 [2021-08-20T17:17:46.356Z] INFO: Testing against a local daemon
17:17:46 [2021-08-20T17:17:46.356Z] === RUN   TestCgroupNamespacesBuild
17:17:46 [2021-08-20T17:17:46.657Z] --- PASS: Test (3.19s)
17:17:46 [2021-08-20T17:17:46.657Z]     --- PASS: Test/TestInitialize (0.18s)
17:17:46 [2021-08-20T17:17:46.657Z]     --- PASS: Test/TestInitializeWithCerts (0.01s)
17:17:46 [2021-08-20T17:17:46.657Z]     --- PASS: Test/TestWatch (3.00s)
17:17:46 [2021-08-20T17:17:46.657Z] PASS
17:17:46 [2021-08-20T17:17:46.657Z] coverage: 84.1% of statements
17:17:46 [2021-08-20T17:17:46.657Z] ok  	github.com/docker/docker/pkg/discovery/kv	3.250s	coverage: 84.1% of statements
17:17:46 [2021-08-20T17:17:46.657Z] 2021/08/20 17:17:46 Closing DB instances...
17:17:46 [2021-08-20T17:17:46.742Z] === RUN   TestDockerSuite/TestCpToCaseH
17:17:47 [2021-08-20T17:17:47.114Z] === RUN   Test
17:17:47 [2021-08-20T17:17:47.114Z] === RUN   Test/TestWatch
17:17:47 [2021-08-20T17:17:47.114Z] --- PASS: Test (0.00s)
17:17:47 [2021-08-20T17:17:47.114Z]     --- PASS: Test/TestWatch (0.00s)
17:17:47 [2021-08-20T17:17:47.114Z] PASS
17:17:47 [2021-08-20T17:17:47.114Z] coverage: 92.3% of statements
17:17:47 [2021-08-20T17:17:47.114Z] ok  	github.com/docker/docker/pkg/discovery/memory	0.049s	coverage: 92.3% of statements
17:17:48 [2021-08-20T17:17:48.076Z] === RUN   Test
17:17:48 [2021-08-20T17:17:48.076Z] === RUN   Test/TestInitialize
17:17:48 [2021-08-20T17:17:48.076Z] === RUN   Test/TestInitializeWithPattern
17:17:48 [2021-08-20T17:17:48.076Z] === RUN   Test/TestRegister
17:17:48 [2021-08-20T17:17:48.076Z] === RUN   Test/TestWatch
17:17:48 [2021-08-20T17:17:48.076Z] --- PASS: Test (0.00s)
17:17:48 [2021-08-20T17:17:48.076Z]     --- PASS: Test/TestInitialize (0.00s)
17:17:48 [2021-08-20T17:17:48.076Z]     --- PASS: Test/TestInitializeWithPattern (0.00s)
17:17:48 [2021-08-20T17:17:48.076Z]     --- PASS: Test/TestRegister (0.00s)
17:17:48 [2021-08-20T17:17:48.076Z]     --- PASS: Test/TestWatch (0.00s)
17:17:48 [2021-08-20T17:17:48.076Z] PASS
17:17:48 [2021-08-20T17:17:48.076Z] coverage: 93.8% of statements
17:17:48 [2021-08-20T17:17:48.076Z] ok  	github.com/docker/docker/pkg/discovery/nodes	0.041s	coverage: 93.8% of statements
17:17:48 [2021-08-20T17:17:48.076Z] --- PASS: TestNetworkDBWatch (3.23s)
17:17:48 [2021-08-20T17:17:48.076Z] === RUN   TestNetworkDBBulkSync
17:17:48 [2021-08-20T17:17:48.267Z] --- PASS: TestCgroupNamespacesBuild (1.86s)
17:17:48 [2021-08-20T17:17:48.267Z] === RUN   TestCgroupNamespacesBuildDaemonHostMode
17:17:49 [2021-08-20T17:17:49.039Z] === RUN   TestPollerAddRemove
17:17:49 [2021-08-20T17:17:49.040Z] --- PASS: TestPollerAddRemove (0.00s)
17:17:49 [2021-08-20T17:17:49.040Z] === RUN   TestPollerEvent
17:17:49 [2021-08-20T17:17:49.040Z]     poller_test.go:41: No chmod on Windows
17:17:49 [2021-08-20T17:17:49.040Z] --- SKIP: TestPollerEvent (0.00s)
17:17:49 [2021-08-20T17:17:49.040Z] === RUN   TestPollerClose
17:17:49 [2021-08-20T17:17:49.040Z] --- PASS: TestPollerClose (0.00s)
17:17:49 [2021-08-20T17:17:49.040Z] PASS
17:17:49 [2021-08-20T17:17:49.040Z] coverage: 45.7% of statements
17:17:49 [2021-08-20T17:17:49.040Z] ok  	github.com/docker/docker/pkg/filenotify	0.050s	coverage: 45.7% of statements
17:17:49 [2021-08-20T17:17:49.261Z] === RUN   TestDockerSuite/TestCpToCaseI
17:17:49 [2021-08-20T17:17:49.496Z] 2021/08/20 17:17:49 Closing DB instances...
17:17:49 [2021-08-20T17:17:49.825Z] === RUN   TestDockerSuite/TestCpToCaseJ
17:17:49 [2021-08-20T17:17:49.953Z] === RUN   TestCopyFileWithInvalidSrc
17:17:49 [2021-08-20T17:17:49.953Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s)
17:17:49 [2021-08-20T17:17:49.953Z] === RUN   TestCopyFileWithInvalidDest
17:17:49 [2021-08-20T17:17:49.953Z] --- PASS: TestCopyFileWithInvalidDest (0.00s)
17:17:49 [2021-08-20T17:17:49.953Z] === RUN   TestCopyFileWithSameSrcAndDest
17:17:49 [2021-08-20T17:17:49.953Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s)
17:17:49 [2021-08-20T17:17:49.953Z] === RUN   TestCopyFileWithSameSrcAndDestWithPathNameDifferent
17:17:49 [2021-08-20T17:17:49.953Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s)
17:17:49 [2021-08-20T17:17:49.953Z] === RUN   TestCopyFile
17:17:49 [2021-08-20T17:17:49.953Z] --- PASS: TestCopyFile (0.01s)
17:17:49 [2021-08-20T17:17:49.953Z] === RUN   TestReadSymlinkedDirectoryExistingDirectory
17:17:49 [2021-08-20T17:17:49.953Z]     fileutils_test.go:134: Needs porting to Windows
17:17:49 [2021-08-20T17:17:49.953Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s)
17:17:49 [2021-08-20T17:17:49.953Z] === RUN   TestReadSymlinkedDirectoryNonExistingSymlink
17:17:49 [2021-08-20T17:17:49.953Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s)
17:17:49 [2021-08-20T17:17:49.953Z] === RUN   TestReadSymlinkedDirectoryToFile
17:17:49 [2021-08-20T17:17:49.953Z]     fileutils_test.go:180: Needs porting to Windows
17:17:49 [2021-08-20T17:17:49.953Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s)
17:17:49 [2021-08-20T17:17:49.953Z] === RUN   TestWildcardMatches
17:17:49 [2021-08-20T17:17:49.953Z] --- PASS: TestWildcardMatches (0.00s)
17:17:49 [2021-08-20T17:17:49.953Z] === RUN   TestPatternMatches
17:17:49 [2021-08-20T17:17:49.953Z] --- PASS: TestPatternMatches (0.00s)
17:17:49 [2021-08-20T17:17:49.953Z] === RUN   TestExclusionPatternMatchesPatternBefore
17:17:49 [2021-08-20T17:17:49.953Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s)
17:17:49 [2021-08-20T17:17:49.953Z] === RUN   TestPatternMatchesFolderExclusions
17:17:49 [2021-08-20T17:17:49.953Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s)
17:17:49 [2021-08-20T17:17:49.953Z] === RUN   TestPatternMatchesFolderWithSlashExclusions
17:17:49 [2021-08-20T17:17:49.953Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s)
17:17:49 [2021-08-20T17:17:49.953Z] === RUN   TestPatternMatchesFolderWildcardExclusions
17:17:49 [2021-08-20T17:17:49.953Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s)
17:17:49 [2021-08-20T17:17:49.953Z] === RUN   TestExclusionPatternMatchesPatternAfter
17:17:49 [2021-08-20T17:17:49.953Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s)
17:17:49 [2021-08-20T17:17:49.953Z] === RUN   TestExclusionPatternMatchesWholeDirectory
17:17:49 [2021-08-20T17:17:49.953Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s)
17:17:49 [2021-08-20T17:17:49.953Z] === RUN   TestSingleExclamationError
17:17:49 [2021-08-20T17:17:49.953Z] --- PASS: TestSingleExclamationError (0.00s)
17:17:49 [2021-08-20T17:17:49.953Z] === RUN   TestMatchesWithNoPatterns
17:17:49 [2021-08-20T17:17:49.953Z] --- PASS: TestMatchesWithNoPatterns (0.00s)
17:17:49 [2021-08-20T17:17:49.953Z] === RUN   TestMatchesWithMalformedPatterns
17:17:49 [2021-08-20T17:17:49.953Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s)
17:17:49 [2021-08-20T17:17:49.953Z] === RUN   TestMatches
17:17:49 [2021-08-20T17:17:49.953Z] === RUN   TestMatches/MatchesOrParentMatches
17:17:49 [2021-08-20T17:17:49.953Z] === RUN   TestMatches/MatchesUsingParentResult
17:17:49 [2021-08-20T17:17:49.953Z] --- PASS: TestMatches (0.01s)
17:17:49 [2021-08-20T17:17:49.953Z]     --- PASS: TestMatches/MatchesOrParentMatches (0.00s)
17:17:49 [2021-08-20T17:17:49.953Z]     --- PASS: TestMatches/MatchesUsingParentResult (0.01s)
17:17:49 [2021-08-20T17:17:49.953Z] === RUN   TestCleanPatterns
17:17:49 [2021-08-20T17:17:49.953Z] --- PASS: TestCleanPatterns (0.00s)
17:17:49 [2021-08-20T17:17:49.953Z] === RUN   TestCleanPatternsStripEmptyPatterns
17:17:49 [2021-08-20T17:17:49.953Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s)
17:17:49 [2021-08-20T17:17:49.953Z] === RUN   TestCleanPatternsExceptionFlag
17:17:49 [2021-08-20T17:17:49.953Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s)
17:17:49 [2021-08-20T17:17:49.953Z] === RUN   TestCleanPatternsLeadingSpaceTrimmed
17:17:49 [2021-08-20T17:17:49.953Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s)
17:17:49 [2021-08-20T17:17:49.953Z] === RUN   TestCleanPatternsTrailingSpaceTrimmed
17:17:49 [2021-08-20T17:17:49.953Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s)
17:17:49 [2021-08-20T17:17:49.953Z] === RUN   TestCleanPatternsErrorSingleException
17:17:49 [2021-08-20T17:17:49.953Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s)
17:17:49 [2021-08-20T17:17:49.953Z] === RUN   TestCreateIfNotExistsDir
17:17:49 [2021-08-20T17:17:49.953Z] --- PASS: TestCreateIfNotExistsDir (0.00s)
17:17:49 [2021-08-20T17:17:49.953Z] === RUN   TestCreateIfNotExistsFile
17:17:49 [2021-08-20T17:17:49.953Z] --- PASS: TestCreateIfNotExistsFile (0.01s)
17:17:49 [2021-08-20T17:17:49.953Z] === RUN   TestMatch
17:17:49 [2021-08-20T17:17:49.953Z] --- PASS: TestMatch (0.00s)
17:17:49 [2021-08-20T17:17:49.953Z] PASS
17:17:49 [2021-08-20T17:17:49.953Z] coverage: 82.2% of statements
17:17:49 [2021-08-20T17:17:49.953Z] ok  	github.com/docker/docker/pkg/fileutils	0.092s	coverage: 82.2% of statements
17:17:50 [2021-08-20T17:17:50.181Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.64s)
17:17:50 [2021-08-20T17:17:50.181Z] === RUN   TestBuildWithSession
17:17:50 [2021-08-20T17:17:50.181Z]     build_session_test.go:25: TODO: BuildKit
17:17:50 [2021-08-20T17:17:50.181Z] --- SKIP: TestBuildWithSession (0.00s)
17:17:50 [2021-08-20T17:17:50.181Z] === RUN   TestBuildSquashParent
17:17:50 [2021-08-20T17:17:50.916Z] === RUN   TestGet
17:17:50 [2021-08-20T17:17:50.916Z] --- PASS: TestGet (0.00s)
17:17:50 [2021-08-20T17:17:50.916Z] === RUN   TestGetShortcutString
17:17:50 [2021-08-20T17:17:50.916Z] --- PASS: TestGetShortcutString (0.00s)
17:17:50 [2021-08-20T17:17:50.916Z] PASS
17:17:50 [2021-08-20T17:17:50.916Z] coverage: 42.9% of statements
17:17:50 [2021-08-20T17:17:50.916Z] ok  	github.com/docker/docker/pkg/homedir	0.065s	coverage: 42.9% of statements
17:17:50 [2021-08-20T17:17:50.916Z] --- PASS: TestNetworkDBBulkSync (2.85s)
17:17:50 [2021-08-20T17:17:50.916Z] === RUN   TestNetworkDBCRUDMediumCluster
17:17:51 [2021-08-20T17:17:51.879Z] === RUN   TestCreateIDMapOrder
17:17:51 [2021-08-20T17:17:51.880Z] --- PASS: TestCreateIDMapOrder (0.00s)
17:17:51 [2021-08-20T17:17:51.880Z] PASS
17:17:51 [2021-08-20T17:17:51.880Z] coverage: 7.2% of statements
17:17:51 [2021-08-20T17:17:51.880Z] ok  	github.com/docker/docker/pkg/idtools	0.060s	coverage: 7.2% of statements
17:17:53 [2021-08-20T17:17:53.408Z] === RUN   TestFixedBufferCap
17:17:53 [2021-08-20T17:17:53.408Z] --- PASS: TestFixedBufferCap (0.00s)
17:17:53 [2021-08-20T17:17:53.408Z] === RUN   TestFixedBufferLen
17:17:53 [2021-08-20T17:17:53.408Z] --- PASS: TestFixedBufferLen (0.00s)
17:17:53 [2021-08-20T17:17:53.408Z] === RUN   TestFixedBufferString
17:17:53 [2021-08-20T17:17:53.408Z] --- PASS: TestFixedBufferString (0.00s)
17:17:53 [2021-08-20T17:17:53.408Z] === RUN   TestFixedBufferWrite
17:17:53 [2021-08-20T17:17:53.408Z] --- PASS: TestFixedBufferWrite (0.00s)
17:17:53 [2021-08-20T17:17:53.408Z] === RUN   TestFixedBufferRead
17:17:53 [2021-08-20T17:17:53.408Z] --- PASS: TestFixedBufferRead (0.00s)
17:17:53 [2021-08-20T17:17:53.408Z] === RUN   TestBytesPipeRead
17:17:53 [2021-08-20T17:17:53.408Z] --- PASS: TestBytesPipeRead (0.00s)
17:17:53 [2021-08-20T17:17:53.408Z] === RUN   TestBytesPipeWrite
17:17:53 [2021-08-20T17:17:53.408Z] --- PASS: TestBytesPipeWrite (0.00s)
17:17:53 [2021-08-20T17:17:53.408Z] === RUN   TestBytesPipeWriteRandomChunks
17:17:53 [2021-08-20T17:17:53.837Z] Created binary: bundles/cross/linux/s390x-daemon/dockerd-dev
17:17:53 [2021-08-20T17:17:53.837Z] Building: bundles/cross/linux/s390x-daemon/docker-proxy-dev
17:17:53 [2021-08-20T17:17:53.837Z] GOOS="linux" GOARCH="s390x" GOARM=""
17:17:53 [2021-08-20T17:17:53.837Z] Created binary: bundles/cross/linux/s390x-daemon/docker-proxy-dev
17:17:53 [2021-08-20T17:17:53.837Z] 
[Pipeline] }
[Pipeline] // stage
17:17:53 [2021-08-20T17:17:53.864Z] --- PASS: TestBytesPipeWriteRandomChunks (0.47s)
17:17:53 [2021-08-20T17:17:53.864Z] === RUN   TestAtomicWriteToFile
17:17:53 [2021-08-20T17:17:53.864Z] --- PASS: TestAtomicWriteToFile (0.02s)
17:17:53 [2021-08-20T17:17:53.864Z] === RUN   TestAtomicWriteSetCommit
17:17:53 [2021-08-20T17:17:53.864Z] --- PASS: TestAtomicWriteSetCommit (0.01s)
17:17:53 [2021-08-20T17:17:53.864Z] === RUN   TestAtomicWriteSetCancel
17:17:53 [2021-08-20T17:17:53.864Z] --- PASS: TestAtomicWriteSetCancel (0.01s)
17:17:53 [2021-08-20T17:17:53.864Z] === RUN   TestReadCloserWrapperClose
17:17:53 [2021-08-20T17:17:53.864Z] --- PASS: TestReadCloserWrapperClose (0.00s)
17:17:53 [2021-08-20T17:17:53.864Z] === RUN   TestReaderErrWrapperReadOnError
17:17:53 [2021-08-20T17:17:53.864Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s)
17:17:53 [2021-08-20T17:17:53.864Z] === RUN   TestReaderErrWrapperRead
17:17:53 [2021-08-20T17:17:53.864Z] --- PASS: TestReaderErrWrapperRead (0.00s)
17:17:53 [2021-08-20T17:17:53.864Z] === RUN   TestCancelReadCloser
17:17:53 [2021-08-20T17:17:53.864Z] --- PASS: TestCancelReadCloser (0.10s)
17:17:53 [2021-08-20T17:17:53.864Z] === RUN   TestWriteCloserWrapperClose
17:17:53 [2021-08-20T17:17:53.864Z] --- PASS: TestWriteCloserWrapperClose (0.00s)
17:17:53 [2021-08-20T17:17:53.864Z] === RUN   TestNopWriteCloser
17:17:53 [2021-08-20T17:17:53.864Z] --- PASS: TestNopWriteCloser (0.00s)
17:17:53 [2021-08-20T17:17:53.864Z] === RUN   TestNopWriter
17:17:53 [2021-08-20T17:17:53.864Z] --- PASS: TestNopWriter (0.00s)
17:17:53 [2021-08-20T17:17:53.864Z] === RUN   TestWriteCounter
17:17:53 [2021-08-20T17:17:53.864Z] --- PASS: TestWriteCounter (0.00s)
17:17:53 [2021-08-20T17:17:53.864Z] PASS
17:17:53 [2021-08-20T17:17:53.864Z] coverage: 69.1% of statements
17:17:53 [2021-08-20T17:17:53.864Z] ok  	github.com/docker/docker/pkg/ioutils	0.649s	coverage: 69.1% of statements
[Pipeline] stage
[Pipeline] { (Unit tests)
[Pipeline] sh
17:17:53 [2021-08-20T17:17:53.999Z] === RUN   TestDockerSuite/TestCpToContainerWithPermissions
17:17:54 [2021-08-20T17:17:54.172Z] + sudo modprobe ip6table_filter
[Pipeline] sh
17:17:54 [2021-08-20T17:17:54.321Z] 2021/08/20 17:17:53 Closing DB instances...
17:17:54 [2021-08-20T17:17:54.453Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42765/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=fd3e16cb5aa3e192bd4a94c47e3f2a1b971cf423 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:fd3e16cb5aa3e192bd4a94c47e3f2a1b971cf423 hack/test/unit
17:17:54 [2021-08-20T17:17:54.927Z] === RUN   TestDockerSuite/TestCpToDot
17:17:55 [2021-08-20T17:17:55.021Z] + BUILDFLAGS=(-tags 'netgo seccomp libdm_no_deferred_remove')
17:17:55 [2021-08-20T17:17:55.021Z] + TESTFLAGS+=' -test.timeout=5m'
17:17:55 [2021-08-20T17:17:55.021Z] + TESTDIRS=./...
17:17:55 [2021-08-20T17:17:55.021Z] + exclude_paths='/vendor/|/integration'
17:17:55 [2021-08-20T17:17:55.021Z] ++ grep -vE '(/vendor/|/integration)'
17:17:55 [2021-08-20T17:17:55.021Z] ++ go list ./...
17:17:55 [2021-08-20T17:17:55.283Z] === RUN   TestError
17:17:55 [2021-08-20T17:17:55.283Z] --- PASS: TestError (0.00s)
17:17:55 [2021-08-20T17:17:55.283Z] === RUN   TestProgressString
17:17:55 [2021-08-20T17:17:55.283Z] === RUN   TestProgressString/no_progress
17:17:55 [2021-08-20T17:17:55.283Z] === RUN   TestProgressString/progress_1
17:17:55 [2021-08-20T17:17:55.283Z] === RUN   TestProgressString/some_progress_with_a_start_time
17:17:55 [2021-08-20T17:17:55.283Z] === RUN   TestProgressString/some_progress_without_a_start_time
17:17:55 [2021-08-20T17:17:55.283Z] === RUN   TestProgressString/current_more_than_total_is_not_negative_gh#7136
17:17:55 [2021-08-20T17:17:55.283Z] === RUN   TestProgressString/with_units
17:17:55 [2021-08-20T17:17:55.283Z] === RUN   TestProgressString/current_more_than_total_with_units_is_not_negative_
17:17:55 [2021-08-20T17:17:55.283Z] === RUN   TestProgressString/hide_counts
17:17:55 [2021-08-20T17:17:55.283Z] --- PASS: TestProgressString (0.00s)
17:17:55 [2021-08-20T17:17:55.283Z]     --- PASS: TestProgressString/no_progress (0.00s)
17:17:55 [2021-08-20T17:17:55.283Z]     --- PASS: TestProgressString/progress_1 (0.00s)
17:17:55 [2021-08-20T17:17:55.283Z]     --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s)
17:17:55 [2021-08-20T17:17:55.283Z]     --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s)
17:17:55 [2021-08-20T17:17:55.283Z]     --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s)
17:17:55 [2021-08-20T17:17:55.283Z]     --- PASS: TestProgressString/with_units (0.00s)
17:17:55 [2021-08-20T17:17:55.283Z]     --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s)
17:17:55 [2021-08-20T17:17:55.283Z]     --- PASS: TestProgressString/hide_counts (0.00s)
17:17:55 [2021-08-20T17:17:55.283Z] === RUN   TestJSONMessageDisplay
17:17:55 [2021-08-20T17:17:55.283Z] --- PASS: TestJSONMessageDisplay (0.18s)
17:17:55 [2021-08-20T17:17:55.283Z] === RUN   TestJSONMessageDisplayWithJSONError
17:17:55 [2021-08-20T17:17:55.283Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s)
17:17:55 [2021-08-20T17:17:55.283Z] === RUN   TestDisplayJSONMessagesStreamInvalidJSON
17:17:55 [2021-08-20T17:17:55.283Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s)
17:17:55 [2021-08-20T17:17:55.283Z] === RUN   TestDisplayJSONMessagesStream
17:17:55 [2021-08-20T17:17:55.283Z] --- PASS: TestDisplayJSONMessagesStream (0.00s)
17:17:55 [2021-08-20T17:17:55.283Z] PASS
17:17:55 [2021-08-20T17:17:55.283Z] coverage: 91.7% of statements
17:17:55 [2021-08-20T17:17:55.283Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.233s	coverage: 91.7% of statements
17:17:55 [2021-08-20T17:17:55.283Z] --- PASS: TestGetAddress (26.08s)
17:17:55 [2021-08-20T17:17:55.283Z] === RUN   TestRequestSyntaxCheck
17:17:55 [2021-08-20T17:17:55.283Z] --- PASS: TestRequestSyntaxCheck (0.04s)
17:17:55 [2021-08-20T17:17:55.283Z] === RUN   TestRequest
17:17:55 [2021-08-20T17:17:55.489Z] --- PASS: TestServiceUpdateConfigs (15.71s)
17:17:55 [2021-08-20T17:17:55.489Z] === RUN   TestServiceUpdateNetwork
17:17:55 [2021-08-20T17:17:55.746Z] === RUN   TestDockerSuite/TestCpToErrReadOnlyRootfs
17:17:55 [2021-08-20T17:17:55.961Z] + pkg_list='github.com/docker/docker/api
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/api/server
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/api/server/backend/build
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/api/server/httputils
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/api/server/middleware
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/api/server/router
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/api/server/router/build
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/api/server/router/checkpoint
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/api/server/router/container
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/api/server/router/debug
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/api/server/router/distribution
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/api/server/router/grpc
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/api/server/router/image
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/api/server/router/network
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/api/server/router/plugin
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/api/server/router/session
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/api/server/router/swarm
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/api/server/router/system
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/api/server/router/volume
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/api/types
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/api/types/backend
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/api/types/blkiodev
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/api/types/container
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/api/types/events
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/api/types/filters
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/api/types/image
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/api/types/mount
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/api/types/network
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/api/types/plugins/logdriver
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/api/types/registry
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/api/types/strslice
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/api/types/swarm
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/api/types/swarm/runtime
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/api/types/time
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/api/types/versions
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/api/types/versions/v1p19
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/api/types/versions/v1p20
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/api/types/volume
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/builder
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/builder/builder-next
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/builder/builder-next/exporter
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/builder/builder-next/imagerefchecker
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/builder/builder-next/worker
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/builder/dockerfile
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/builder/dockerignore
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/builder/remotecontext
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/builder/remotecontext/git
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/cli
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/cli/config
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/cli/debug
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/client
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/cmd/docker-proxy
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/cmd/dockerd
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/cmd/dockerd/trap
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/container
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/container/stream
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/contrib/apparmor
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/contrib/docker-device-tool
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/contrib/httpserver
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/daemon
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/daemon/cluster
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/daemon/cluster/controllers/plugin
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/daemon/cluster/convert
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/daemon/cluster/executor
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/daemon/cluster/executor/container
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/daemon/cluster/provider
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/daemon/config
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/daemon/discovery
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/daemon/events
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/daemon/events/testutils
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/daemon/exec
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/daemon/graphdriver
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/daemon/graphdriver/aufs
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/daemon/graphdriver/btrfs
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/daemon/graphdriver/copy
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/daemon/graphdriver/devmapper
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/daemon/graphdriver/graphtest
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/daemon/graphdriver/overlay
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/daemon/graphdriver/overlay2
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/daemon/graphdriver/overlayutils
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/daemon/graphdriver/register
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/daemon/graphdriver/vfs
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/daemon/graphdriver/zfs
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/daemon/images
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/daemon/initlayer
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/daemon/links
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/daemon/listeners
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/daemon/logger
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/daemon/logger/awslogs
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/daemon/logger/fluentd
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/daemon/logger/gcplogs
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/daemon/logger/gelf
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/daemon/logger/journald
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/daemon/logger/jsonfilelog
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/daemon/logger/local
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/daemon/logger/logentries
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/daemon/logger/loggerutils
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/daemon/logger/loggerutils/cache
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/daemon/logger/splunk
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/daemon/logger/syslog
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/daemon/logger/templates
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/daemon/names
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/daemon/network
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/daemon/stats
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/distribution
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/distribution/metadata
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/distribution/utils
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/distribution/xfer
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/dockerversion
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/errdefs
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/image
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/image/cache
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/image/tarexport
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/image/v1
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/internal/test/suite
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/layer
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/libcontainerd
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/libcontainerd/queue
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/libcontainerd/remote
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/libcontainerd/supervisor
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/libcontainerd/types
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/libnetwork
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/libnetwork/api
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/libnetwork/bitseq
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/libnetwork/cluster
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/libnetwork/cmd/diagnostic
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/libnetwork/cmd/ovrouter
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/libnetwork/cmd/readme_test
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/libnetwork/config
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/libnetwork/datastore
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/libnetwork/diagnostic
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/libnetwork/discoverapi
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/libnetwork/driverapi
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/libnetwork/drivers/bridge
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/libnetwork/drivers/host
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/libnetwork/drivers/ipvlan
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/libnetwork/drivers/macvlan
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/libnetwork/drivers/null
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/libnetwork/drivers/overlay
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/libnetwork/drivers/remote
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/libnetwork/drivers/remote/api
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/libnetwork/drivers/windows
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/libnetwork/drvregistry
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/libnetwork/etchosts
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/libnetwork/hostdiscovery
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/libnetwork/idm
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/libnetwork/internal/caller
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/libnetwork/internal/setmatrix
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/libnetwork/ipam
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/libnetwork/ipamapi
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/libnetwork/ipams/builtin
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/libnetwork/ipams/null
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/libnetwork/ipams/remote
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/libnetwork/ipams/remote/api
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/libnetwork/ipams/windowsipam
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/libnetwork/ipamutils
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/libnetwork/iptables
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/libnetwork/netlabel
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/libnetwork/netutils
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/libnetwork/networkdb
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/libnetwork/ns
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/libnetwork/options
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/libnetwork/osl
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/libnetwork/osl/kernel
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/libnetwork/portallocator
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/libnetwork/portmapper
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/libnetwork/resolvconf
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/libnetwork/testutils
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/libnetwork/types
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/oci
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/oci/caps
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/opts
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/pkg/aaparser
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/pkg/archive
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/pkg/authorization
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/pkg/broadcaster
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/pkg/capabilities
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/pkg/chrootarchive
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/pkg/containerfs
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/pkg/devicemapper
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/pkg/directory
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/pkg/discovery
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/pkg/discovery/file
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/pkg/discovery/kv
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/pkg/discovery/memory
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/pkg/discovery/nodes
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/pkg/dmesg
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/pkg/filenotify
17:17:55 [2021-08-20T17:17:55.961Z] github.com/docker/docker/pkg/fileutils
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/pkg/fsutils
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/pkg/homedir
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/pkg/idtools
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/pkg/ioutils
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/pkg/jsonmessage
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/pkg/locker
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/pkg/longpath
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/pkg/loopback
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/pkg/mount
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/pkg/namesgenerator
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/pkg/parsers
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/pkg/parsers/kernel
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/pkg/parsers/operatingsystem
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/pkg/pidfile
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/pkg/platform
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/pkg/plugingetter
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/pkg/plugins
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/pkg/plugins/transport
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/pkg/pools
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/pkg/progress
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/pkg/pubsub
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/pkg/reexec
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/pkg/signal
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/pkg/stack
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/pkg/stdcopy
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/pkg/streamformatter
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/pkg/stringid
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/pkg/symlink
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/pkg/sysinfo
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/pkg/system
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/pkg/tailfile
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/pkg/tarsum
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/pkg/term
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/pkg/term/windows
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/pkg/truncindex
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/pkg/urlutil
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/pkg/useragent
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/plugin
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/plugin/executor/containerd
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/plugin/v2
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/profiles/apparmor
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/profiles/seccomp
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/quota
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/reference
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/registry
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/registry/resumable
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/restartmanager
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/rootless
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/rootless/specconv
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/runconfig
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/runconfig/opts
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/testutil
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/testutil/daemon
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/testutil/environment
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/testutil/fakecontext
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/testutil/fakegit
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/testutil/fakestorage
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/testutil/fixtures/load
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/testutil/fixtures/plugin
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/testutil/fixtures/plugin/basic
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/testutil/registry
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/testutil/request
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/volume
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/volume/drivers
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/volume/local
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/volume/mounts
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/volume/service
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/volume/service/opts
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/volume/testutils'
17:17:55 [2021-08-20T17:17:55.962Z] ++ grep --fixed-strings -v /libnetwork
17:17:55 [2021-08-20T17:17:55.962Z] ++ echo 'github.com/docker/docker/api
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/api/server
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/api/server/backend/build
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/api/server/httputils
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/api/server/middleware
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/api/server/router
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/api/server/router/build
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/api/server/router/checkpoint
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/api/server/router/container
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/api/server/router/debug
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/api/server/router/distribution
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/api/server/router/grpc
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/api/server/router/image
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/api/server/router/network
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/api/server/router/plugin
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/api/server/router/session
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/api/server/router/swarm
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/api/server/router/system
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/api/server/router/volume
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/api/types
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/api/types/backend
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/api/types/blkiodev
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/api/types/container
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/api/types/events
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/api/types/filters
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/api/types/image
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/api/types/mount
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/api/types/network
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/api/types/plugins/logdriver
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/api/types/registry
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/api/types/strslice
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/api/types/swarm
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/api/types/swarm/runtime
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/api/types/time
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/api/types/versions
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/api/types/versions/v1p19
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/api/types/versions/v1p20
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/api/types/volume
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/builder
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/builder/builder-next
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/builder/builder-next/exporter
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/builder/builder-next/imagerefchecker
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/builder/builder-next/worker
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/builder/dockerfile
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/builder/dockerignore
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/builder/remotecontext
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/builder/remotecontext/git
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/cli
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/cli/config
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/cli/debug
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/client
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/cmd/docker-proxy
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/cmd/dockerd
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/cmd/dockerd/trap
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/container
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/container/stream
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/contrib/apparmor
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/contrib/docker-device-tool
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/contrib/httpserver
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/daemon
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/daemon/cluster
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/daemon/cluster/controllers/plugin
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/daemon/cluster/convert
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/daemon/cluster/executor
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/daemon/cluster/executor/container
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/daemon/cluster/provider
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/daemon/config
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/daemon/discovery
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/daemon/events
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/daemon/events/testutils
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/daemon/exec
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/daemon/graphdriver
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/daemon/graphdriver/aufs
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/daemon/graphdriver/btrfs
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/daemon/graphdriver/copy
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/daemon/graphdriver/devmapper
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/daemon/graphdriver/graphtest
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/daemon/graphdriver/overlay
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/daemon/graphdriver/overlay2
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/daemon/graphdriver/overlayutils
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/daemon/graphdriver/register
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/daemon/graphdriver/vfs
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/daemon/graphdriver/zfs
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/daemon/images
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/daemon/initlayer
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/daemon/links
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/daemon/listeners
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/daemon/logger
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/daemon/logger/awslogs
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/daemon/logger/fluentd
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/daemon/logger/gcplogs
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/daemon/logger/gelf
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/daemon/logger/journald
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/daemon/logger/jsonfilelog
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/daemon/logger/local
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/daemon/logger/logentries
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/daemon/logger/loggerutils
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/daemon/logger/loggerutils/cache
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/daemon/logger/splunk
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/daemon/logger/syslog
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/daemon/logger/templates
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/daemon/names
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/daemon/network
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/daemon/stats
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/distribution
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/distribution/metadata
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/distribution/utils
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/distribution/xfer
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/dockerversion
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/errdefs
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/image
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/image/cache
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/image/tarexport
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/image/v1
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/internal/test/suite
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/layer
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/libcontainerd
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/libcontainerd/queue
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/libcontainerd/remote
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/libcontainerd/supervisor
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/libcontainerd/types
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/libnetwork
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/libnetwork/api
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/libnetwork/bitseq
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/libnetwork/cluster
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/libnetwork/cmd/diagnostic
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/libnetwork/cmd/ovrouter
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/libnetwork/cmd/readme_test
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/libnetwork/config
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/libnetwork/datastore
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/libnetwork/diagnostic
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/libnetwork/discoverapi
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/libnetwork/driverapi
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/libnetwork/drivers/bridge
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/libnetwork/drivers/host
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/libnetwork/drivers/ipvlan
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/libnetwork/drivers/macvlan
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/libnetwork/drivers/null
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/libnetwork/drivers/overlay
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/libnetwork/drivers/remote
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/libnetwork/drivers/remote/api
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/libnetwork/drivers/windows
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/libnetwork/drvregistry
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/libnetwork/etchosts
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/libnetwork/hostdiscovery
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/libnetwork/idm
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/libnetwork/internal/caller
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/libnetwork/internal/setmatrix
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/libnetwork/ipam
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/libnetwork/ipamapi
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/libnetwork/ipams/builtin
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/libnetwork/ipams/null
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/libnetwork/ipams/remote
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/libnetwork/ipams/remote/api
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/libnetwork/ipams/windowsipam
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/libnetwork/ipamutils
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/libnetwork/iptables
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/libnetwork/netlabel
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/libnetwork/netutils
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/libnetwork/networkdb
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/libnetwork/ns
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/libnetwork/options
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/libnetwork/osl
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/libnetwork/osl/kernel
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/libnetwork/portallocator
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/libnetwork/portmapper
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/libnetwork/resolvconf
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/libnetwork/testutils
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/libnetwork/types
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/oci
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/oci/caps
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/opts
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/pkg/aaparser
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/pkg/archive
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/pkg/authorization
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/pkg/broadcaster
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/pkg/capabilities
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/pkg/chrootarchive
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/pkg/containerfs
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/pkg/devicemapper
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/pkg/directory
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/pkg/discovery
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/pkg/discovery/file
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/pkg/discovery/kv
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/pkg/discovery/memory
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/pkg/discovery/nodes
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/pkg/dmesg
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/pkg/filenotify
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/pkg/fileutils
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/pkg/fsutils
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/pkg/homedir
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/pkg/idtools
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/pkg/ioutils
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/pkg/jsonmessage
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/pkg/locker
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/pkg/longpath
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/pkg/loopback
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/pkg/mount
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/pkg/namesgenerator
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/pkg/parsers
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/pkg/parsers/kernel
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/pkg/parsers/operatingsystem
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/pkg/pidfile
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/pkg/platform
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/pkg/plugingetter
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/pkg/plugins
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/pkg/plugins/transport
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/pkg/pools
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/pkg/progress
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/pkg/pubsub
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/pkg/reexec
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/pkg/signal
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/pkg/stack
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/pkg/stdcopy
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/pkg/streamformatter
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/pkg/stringid
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/pkg/symlink
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/pkg/sysinfo
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/pkg/system
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/pkg/tailfile
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/pkg/tarsum
17:17:55 [2021-08-20T17:17:55.962Z] github.com/docker/docker/pkg/term
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/pkg/term/windows
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/pkg/truncindex
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/pkg/urlutil
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/pkg/useragent
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/plugin
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/plugin/executor/containerd
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/plugin/v2
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/profiles/apparmor
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/profiles/seccomp
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/quota
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/reference
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/registry
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/registry/resumable
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/restartmanager
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/rootless
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/rootless/specconv
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/runconfig
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/runconfig/opts
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/testutil
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/testutil/daemon
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/testutil/environment
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/testutil/fakecontext
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/testutil/fakegit
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/testutil/fakestorage
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/testutil/fixtures/load
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/testutil/fixtures/plugin
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/testutil/fixtures/plugin/basic
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/testutil/registry
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/testutil/request
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/volume
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/volume/drivers
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/volume/local
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/volume/mounts
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/volume/service
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/volume/service/opts
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/volume/testutils'
17:17:55 [2021-08-20T17:17:55.963Z] + base_pkg_list='github.com/docker/docker/api
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/api/server
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/api/server/backend/build
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/api/server/httputils
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/api/server/middleware
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/api/server/router
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/api/server/router/build
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/api/server/router/checkpoint
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/api/server/router/container
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/api/server/router/debug
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/api/server/router/distribution
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/api/server/router/grpc
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/api/server/router/image
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/api/server/router/network
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/api/server/router/plugin
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/api/server/router/session
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/api/server/router/swarm
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/api/server/router/system
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/api/server/router/volume
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/api/types
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/api/types/backend
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/api/types/blkiodev
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/api/types/container
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/api/types/events
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/api/types/filters
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/api/types/image
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/api/types/mount
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/api/types/network
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/api/types/plugins/logdriver
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/api/types/registry
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/api/types/strslice
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/api/types/swarm
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/api/types/swarm/runtime
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/api/types/time
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/api/types/versions
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/api/types/versions/v1p19
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/api/types/versions/v1p20
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/api/types/volume
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/builder
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/builder/builder-next
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/builder/builder-next/exporter
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/builder/builder-next/imagerefchecker
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/builder/builder-next/worker
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/builder/dockerfile
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/builder/dockerignore
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/builder/remotecontext
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/builder/remotecontext/git
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/cli
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/cli/config
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/cli/debug
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/client
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/cmd/docker-proxy
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/cmd/dockerd
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/cmd/dockerd/trap
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/container
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/container/stream
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/contrib/apparmor
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/contrib/docker-device-tool
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/contrib/httpserver
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/daemon
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/daemon/cluster
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/daemon/cluster/controllers/plugin
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/daemon/cluster/convert
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/daemon/cluster/executor
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/daemon/cluster/executor/container
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/daemon/cluster/provider
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/daemon/config
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/daemon/discovery
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/daemon/events
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/daemon/events/testutils
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/daemon/exec
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/daemon/graphdriver
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/daemon/graphdriver/aufs
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/daemon/graphdriver/btrfs
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/daemon/graphdriver/copy
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/daemon/graphdriver/devmapper
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/daemon/graphdriver/graphtest
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/daemon/graphdriver/overlay
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/daemon/graphdriver/overlay2
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/daemon/graphdriver/overlayutils
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/daemon/graphdriver/register
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/daemon/graphdriver/vfs
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/daemon/graphdriver/zfs
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/daemon/images
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/daemon/initlayer
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/daemon/links
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/daemon/listeners
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/daemon/logger
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/daemon/logger/awslogs
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/daemon/logger/fluentd
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/daemon/logger/gcplogs
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/daemon/logger/gelf
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/daemon/logger/journald
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/daemon/logger/jsonfilelog
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/daemon/logger/local
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/daemon/logger/logentries
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/daemon/logger/loggerutils
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/daemon/logger/loggerutils/cache
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/daemon/logger/splunk
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/daemon/logger/syslog
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/daemon/logger/templates
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/daemon/names
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/daemon/network
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/daemon/stats
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/distribution
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/distribution/metadata
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/distribution/utils
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/distribution/xfer
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/dockerversion
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/errdefs
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/image
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/image/cache
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/image/tarexport
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/image/v1
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/internal/test/suite
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/layer
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/libcontainerd
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/libcontainerd/queue
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/libcontainerd/remote
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/libcontainerd/supervisor
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/libcontainerd/types
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/oci
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/oci/caps
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/opts
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/pkg/aaparser
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/pkg/archive
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/pkg/authorization
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/pkg/broadcaster
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/pkg/capabilities
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/pkg/chrootarchive
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/pkg/containerfs
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/pkg/devicemapper
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/pkg/directory
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/pkg/discovery
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/pkg/discovery/file
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/pkg/discovery/kv
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/pkg/discovery/memory
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/pkg/discovery/nodes
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/pkg/dmesg
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/pkg/filenotify
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/pkg/fileutils
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/pkg/fsutils
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/pkg/homedir
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/pkg/idtools
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/pkg/ioutils
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/pkg/jsonmessage
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/pkg/locker
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/pkg/longpath
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/pkg/loopback
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/pkg/mount
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/pkg/namesgenerator
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/pkg/parsers
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/pkg/parsers/kernel
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/pkg/parsers/operatingsystem
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/pkg/pidfile
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/pkg/platform
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/pkg/plugingetter
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/pkg/plugins
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/pkg/plugins/transport
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/pkg/pools
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/pkg/progress
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/pkg/pubsub
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/pkg/reexec
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/pkg/signal
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/pkg/stack
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/pkg/stdcopy
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/pkg/streamformatter
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/pkg/stringid
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/pkg/symlink
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/pkg/sysinfo
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/pkg/system
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/pkg/tailfile
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/pkg/tarsum
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/pkg/term
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/pkg/term/windows
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/pkg/truncindex
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/pkg/urlutil
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/pkg/useragent
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/plugin
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/plugin/executor/containerd
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/plugin/v2
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/profiles/apparmor
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/profiles/seccomp
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/quota
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/reference
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/registry
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/registry/resumable
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/restartmanager
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/rootless
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/rootless/specconv
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/runconfig
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/runconfig/opts
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/testutil
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/testutil/daemon
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/testutil/environment
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/testutil/fakecontext
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/testutil/fakegit
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/testutil/fakestorage
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/testutil/fixtures/load
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/testutil/fixtures/plugin
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/testutil/fixtures/plugin/basic
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/testutil/registry
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/testutil/request
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/volume
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/volume/drivers
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/volume/local
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/volume/mounts
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/volume/service
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/volume/service/opts
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/volume/testutils'
17:17:55 [2021-08-20T17:17:55.963Z] ++ echo 'github.com/docker/docker/api
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/api/server
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/api/server/backend/build
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/api/server/httputils
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/api/server/middleware
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/api/server/router
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/api/server/router/build
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/api/server/router/checkpoint
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/api/server/router/container
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/api/server/router/debug
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/api/server/router/distribution
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/api/server/router/grpc
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/api/server/router/image
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/api/server/router/network
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/api/server/router/plugin
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/api/server/router/session
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/api/server/router/swarm
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/api/server/router/system
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/api/server/router/volume
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/api/types
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/api/types/backend
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/api/types/blkiodev
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/api/types/container
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/api/types/events
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/api/types/filters
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/api/types/image
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/api/types/mount
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/api/types/network
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/api/types/plugins/logdriver
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/api/types/registry
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/api/types/strslice
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/api/types/swarm
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/api/types/swarm/runtime
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/api/types/time
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/api/types/versions
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/api/types/versions/v1p19
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/api/types/versions/v1p20
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/api/types/volume
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/builder
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/builder/builder-next
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/builder/builder-next/exporter
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/builder/builder-next/imagerefchecker
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/builder/builder-next/worker
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/builder/dockerfile
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/builder/dockerignore
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/builder/remotecontext
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/builder/remotecontext/git
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/cli
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/cli/config
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/cli/debug
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/client
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/cmd/docker-proxy
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/cmd/dockerd
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/cmd/dockerd/trap
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/container
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/container/stream
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/contrib/apparmor
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/contrib/docker-device-tool
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/contrib/httpserver
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/daemon
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/daemon/cluster
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/daemon/cluster/controllers/plugin
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/daemon/cluster/convert
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/daemon/cluster/executor
17:17:55 [2021-08-20T17:17:55.963Z] github.com/docker/docker/daemon/cluster/executor/container
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/daemon/cluster/provider
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/daemon/config
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/daemon/discovery
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/daemon/events
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/daemon/events/testutils
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/daemon/exec
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/daemon/graphdriver
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/daemon/graphdriver/aufs
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/daemon/graphdriver/btrfs
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/daemon/graphdriver/copy
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/daemon/graphdriver/devmapper
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/daemon/graphdriver/graphtest
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/daemon/graphdriver/overlay
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/daemon/graphdriver/overlay2
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/daemon/graphdriver/overlayutils
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/daemon/graphdriver/register
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/daemon/graphdriver/vfs
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/daemon/graphdriver/zfs
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/daemon/images
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/daemon/initlayer
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/daemon/links
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/daemon/listeners
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/daemon/logger
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/daemon/logger/awslogs
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/daemon/logger/fluentd
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/daemon/logger/gcplogs
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/daemon/logger/gelf
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/daemon/logger/journald
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/daemon/logger/jsonfilelog
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/daemon/logger/local
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/daemon/logger/logentries
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/daemon/logger/loggerutils
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/daemon/logger/loggerutils/cache
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/daemon/logger/splunk
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/daemon/logger/syslog
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/daemon/logger/templates
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/daemon/names
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/daemon/network
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/daemon/stats
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/distribution
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/distribution/metadata
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/distribution/utils
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/distribution/xfer
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/dockerversion
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/errdefs
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/image
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/image/cache
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/image/tarexport
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/image/v1
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/internal/test/suite
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/layer
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libcontainerd
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libcontainerd/queue
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libcontainerd/remote
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libcontainerd/supervisor
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libcontainerd/types
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/api
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/bitseq
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/cluster
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/cmd/diagnostic
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/cmd/ovrouter
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/cmd/readme_test
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/config
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/datastore
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/diagnostic
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/discoverapi
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/driverapi
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/drivers/bridge
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/drivers/host
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/drivers/ipvlan
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/drivers/macvlan
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/drivers/null
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/drivers/overlay
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/drivers/remote
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/drivers/remote/api
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/drivers/windows
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/drvregistry
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/etchosts
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/hostdiscovery
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/idm
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/internal/caller
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/internal/setmatrix
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/ipam
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/ipamapi
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/ipams/builtin
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/ipams/null
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/ipams/remote
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/ipams/remote/api
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/ipams/windowsipam
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/ipamutils
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/iptables
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/netlabel
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/netutils
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/networkdb
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/ns
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/options
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/osl
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/osl/kernel
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/portallocator
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/portmapper
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/resolvconf
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/testutils
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/types
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/oci
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/oci/caps
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/opts
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/pkg/aaparser
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/pkg/archive
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/pkg/authorization
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/pkg/broadcaster
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/pkg/capabilities
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/pkg/chrootarchive
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/pkg/containerfs
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/pkg/devicemapper
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/pkg/directory
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/pkg/discovery
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/pkg/discovery/file
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/pkg/discovery/kv
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/pkg/discovery/memory
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/pkg/discovery/nodes
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/pkg/dmesg
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/pkg/filenotify
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/pkg/fileutils
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/pkg/fsutils
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/pkg/homedir
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/pkg/idtools
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/pkg/ioutils
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/pkg/jsonmessage
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/pkg/locker
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/pkg/longpath
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/pkg/loopback
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/pkg/mount
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/pkg/namesgenerator
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/pkg/parsers
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/pkg/parsers/kernel
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/pkg/parsers/operatingsystem
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/pkg/pidfile
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/pkg/platform
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/pkg/plugingetter
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/pkg/plugins
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/pkg/plugins/transport
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/pkg/pools
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/pkg/progress
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/pkg/pubsub
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/pkg/reexec
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/pkg/signal
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/pkg/stack
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/pkg/stdcopy
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/pkg/streamformatter
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/pkg/stringid
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/pkg/symlink
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/pkg/sysinfo
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/pkg/system
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/pkg/tailfile
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/pkg/tarsum
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/pkg/term
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/pkg/term/windows
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/pkg/truncindex
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/pkg/urlutil
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/pkg/useragent
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/plugin
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/plugin/executor/containerd
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/plugin/v2
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/profiles/apparmor
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/profiles/seccomp
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/quota
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/reference
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/registry
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/registry/resumable
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/restartmanager
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/rootless
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/rootless/specconv
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/runconfig
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/runconfig/opts
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/testutil
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/testutil/daemon
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/testutil/environment
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/testutil/fakecontext
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/testutil/fakegit
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/testutil/fakestorage
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/testutil/fixtures/load
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/testutil/fixtures/plugin
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/testutil/fixtures/plugin/basic
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/testutil/registry
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/testutil/request
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/volume
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/volume/drivers
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/volume/local
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/volume/mounts
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/volume/service
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/volume/service/opts
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/volume/testutils'
17:17:55 [2021-08-20T17:17:55.964Z] ++ grep --fixed-strings /libnetwork
17:17:55 [2021-08-20T17:17:55.964Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/api
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/bitseq
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/cluster
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/cmd/diagnostic
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/cmd/ovrouter
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/cmd/readme_test
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/config
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/datastore
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/diagnostic
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/discoverapi
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/driverapi
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/drivers/bridge
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/drivers/host
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/drivers/ipvlan
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/drivers/macvlan
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/drivers/null
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/drivers/overlay
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/drivers/remote
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/drivers/remote/api
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/drivers/windows
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/drvregistry
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/etchosts
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/hostdiscovery
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/idm
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/internal/caller
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/internal/setmatrix
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/ipam
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/ipamapi
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/ipams/builtin
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/ipams/null
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/ipams/remote
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/ipams/remote/api
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/ipams/windowsipam
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/ipamutils
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/iptables
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/netlabel
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/netutils
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/networkdb
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/ns
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/options
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/osl
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/osl/kernel
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/portallocator
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/portmapper
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/resolvconf
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/testutils
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/types'
17:17:55 [2021-08-20T17:17:55.964Z] + grep --fixed-strings libnetwork/drivers/bridge
17:17:55 [2021-08-20T17:17:55.964Z] + echo 'github.com/docker/docker/libnetwork
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/api
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/bitseq
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/cluster
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/cmd/diagnostic
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/cmd/ovrouter
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/cmd/readme_test
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/config
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/datastore
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/diagnostic
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/discoverapi
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/driverapi
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/drivers/bridge
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/drivers/host
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/drivers/ipvlan
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/drivers/macvlan
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
17:17:55 [2021-08-20T17:17:55.964Z] github.com/docker/docker/libnetwork/drivers/null
17:17:55 [2021-08-20T17:17:55.965Z] github.com/docker/docker/libnetwork/drivers/overlay
17:17:55 [2021-08-20T17:17:55.965Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
17:17:55 [2021-08-20T17:17:55.965Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
17:17:55 [2021-08-20T17:17:55.965Z] github.com/docker/docker/libnetwork/drivers/remote
17:17:55 [2021-08-20T17:17:55.965Z] github.com/docker/docker/libnetwork/drivers/remote/api
17:17:55 [2021-08-20T17:17:55.965Z] github.com/docker/docker/libnetwork/drivers/windows
17:17:55 [2021-08-20T17:17:55.965Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
17:17:55 [2021-08-20T17:17:55.965Z] github.com/docker/docker/libnetwork/drvregistry
17:17:55 [2021-08-20T17:17:55.965Z] github.com/docker/docker/libnetwork/etchosts
17:17:55 [2021-08-20T17:17:55.965Z] github.com/docker/docker/libnetwork/hostdiscovery
17:17:55 [2021-08-20T17:17:55.965Z] github.com/docker/docker/libnetwork/idm
17:17:55 [2021-08-20T17:17:55.965Z] github.com/docker/docker/libnetwork/internal/caller
17:17:55 [2021-08-20T17:17:55.965Z] github.com/docker/docker/libnetwork/internal/setmatrix
17:17:55 [2021-08-20T17:17:55.965Z] github.com/docker/docker/libnetwork/ipam
17:17:55 [2021-08-20T17:17:55.965Z] github.com/docker/docker/libnetwork/ipamapi
17:17:55 [2021-08-20T17:17:55.965Z] github.com/docker/docker/libnetwork/ipams/builtin
17:17:55 [2021-08-20T17:17:55.965Z] github.com/docker/docker/libnetwork/ipams/null
17:17:55 [2021-08-20T17:17:55.965Z] github.com/docker/docker/libnetwork/ipams/remote
17:17:55 [2021-08-20T17:17:55.965Z] github.com/docker/docker/libnetwork/ipams/remote/api
17:17:55 [2021-08-20T17:17:55.965Z] github.com/docker/docker/libnetwork/ipams/windowsipam
17:17:55 [2021-08-20T17:17:55.965Z] github.com/docker/docker/libnetwork/ipamutils
17:17:55 [2021-08-20T17:17:55.965Z] github.com/docker/docker/libnetwork/iptables
17:17:55 [2021-08-20T17:17:55.965Z] github.com/docker/docker/libnetwork/netlabel
17:17:55 [2021-08-20T17:17:55.965Z] github.com/docker/docker/libnetwork/netutils
17:17:55 [2021-08-20T17:17:55.965Z] github.com/docker/docker/libnetwork/networkdb
17:17:55 [2021-08-20T17:17:55.965Z] github.com/docker/docker/libnetwork/ns
17:17:55 [2021-08-20T17:17:55.965Z] github.com/docker/docker/libnetwork/options
17:17:55 [2021-08-20T17:17:55.965Z] github.com/docker/docker/libnetwork/osl
17:17:55 [2021-08-20T17:17:55.965Z] github.com/docker/docker/libnetwork/osl/kernel
17:17:55 [2021-08-20T17:17:55.965Z] github.com/docker/docker/libnetwork/portallocator
17:17:55 [2021-08-20T17:17:55.965Z] github.com/docker/docker/libnetwork/portmapper
17:17:55 [2021-08-20T17:17:55.965Z] github.com/docker/docker/libnetwork/resolvconf
17:17:55 [2021-08-20T17:17:55.965Z] github.com/docker/docker/libnetwork/testutils
17:17:55 [2021-08-20T17:17:55.965Z] github.com/docker/docker/libnetwork/types'
17:17:55 [2021-08-20T17:17:55.965Z] github.com/docker/docker/libnetwork/drivers/bridge
17:17:55 [2021-08-20T17:17:55.965Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
17:17:55 [2021-08-20T17:17:55.965Z] + type docker-proxy
17:17:55 [2021-08-20T17:17:55.965Z] hack/test/unit: line 25: type: docker-proxy: not found
17:17:55 [2021-08-20T17:17:55.965Z] + hack/make.sh binary-proxy install-proxy
17:17:55 [2021-08-20T17:17:55.965Z] 
17:17:55 [2021-08-20T17:17:55.965Z] Removing bundles/
17:17:55 [2021-08-20T17:17:55.965Z] 
17:17:55 [2021-08-20T17:17:55.965Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy)
17:17:55 [2021-08-20T17:17:55.965Z] Building: bundles/binary-proxy/docker-proxy-dev
17:17:55 [2021-08-20T17:17:55.965Z] GOOS="" GOARCH="" GOARM=""
17:17:56 [2021-08-20T17:17:56.244Z] === RUN   TestStandardLongPath
17:17:56 [2021-08-20T17:17:56.244Z] --- PASS: TestStandardLongPath (0.00s)
17:17:56 [2021-08-20T17:17:56.244Z] === RUN   TestUNCLongPath
17:17:56 [2021-08-20T17:17:56.244Z] --- PASS: TestUNCLongPath (0.00s)
17:17:56 [2021-08-20T17:17:56.244Z] PASS
17:17:56 [2021-08-20T17:17:56.244Z] coverage: 100.0% of statements
17:17:56 [2021-08-20T17:17:56.244Z] ok  	github.com/docker/docker/pkg/longpath	0.056s	coverage: 100.0% of statements
17:17:56 [2021-08-20T17:17:56.700Z] === RUN   TestNameFormat
17:17:56 [2021-08-20T17:17:56.700Z] --- PASS: TestNameFormat (0.00s)
17:17:56 [2021-08-20T17:17:56.700Z] === RUN   TestNameRetries
17:17:56 [2021-08-20T17:17:56.700Z] --- PASS: TestNameRetries (0.00s)
17:17:56 [2021-08-20T17:17:56.700Z] PASS
17:17:56 [2021-08-20T17:17:56.700Z] coverage: 85.7% of statements
17:17:56 [2021-08-20T17:17:56.700Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.047s	coverage: 85.7% of statements
17:17:56 [2021-08-20T17:17:56.768Z] --- PASS: TestBuildSquashParent (6.12s)
17:17:56 [2021-08-20T17:17:56.768Z] === RUN   TestBuildWithRemoveAndForceRemove
17:17:56 [2021-08-20T17:17:56.768Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
17:17:56 [2021-08-20T17:17:56.768Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
17:17:56 [2021-08-20T17:17:56.768Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
17:17:56 [2021-08-20T17:17:56.768Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
17:17:56 [2021-08-20T17:17:56.768Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
17:17:56 [2021-08-20T17:17:56.768Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
17:17:56 [2021-08-20T17:17:56.768Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
17:17:56 [2021-08-20T17:17:56.768Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
17:17:56 [2021-08-20T17:17:56.768Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
17:17:56 [2021-08-20T17:17:56.768Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
17:17:56 [2021-08-20T17:17:56.768Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
17:17:56 [2021-08-20T17:17:56.768Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
17:17:56 [2021-08-20T17:17:56.768Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
17:17:56 [2021-08-20T17:17:56.768Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
17:17:56 [2021-08-20T17:17:56.768Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
17:17:56 [2021-08-20T17:17:56.768Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
17:17:57 [2021-08-20T17:17:57.638Z] === RUN   TestDockerSuite/TestCpToErrReadOnlyVolume
17:17:57 [2021-08-20T17:17:57.663Z] --- PASS: TestNetworkDBCRUDMediumCluster (6.47s)
17:17:57 [2021-08-20T17:17:57.664Z] === RUN   TestNetworkDBNodeJoinLeaveIteration
17:17:57 [2021-08-20T17:17:57.664Z] === RUN   TestParseKeyValueOpt
17:17:57 [2021-08-20T17:17:57.664Z] --- PASS: TestParseKeyValueOpt (0.00s)
17:17:57 [2021-08-20T17:17:57.664Z] === RUN   TestParseUintList
17:17:57 [2021-08-20T17:17:57.664Z] --- PASS: TestParseUintList (0.00s)
17:17:57 [2021-08-20T17:17:57.664Z] === RUN   TestParseUintListMaximumLimits
17:17:57 [2021-08-20T17:17:57.664Z] --- PASS: TestParseUintListMaximumLimits (0.00s)
17:17:57 [2021-08-20T17:17:57.664Z] PASS
17:17:57 [2021-08-20T17:17:57.664Z] coverage: 97.0% of statements
17:17:57 [2021-08-20T17:17:57.664Z] ok  	github.com/docker/docker/pkg/parsers	0.044s	coverage: 97.0% of statements
17:17:58 [2021-08-20T17:17:58.629Z] 2021/08/20 17:17:58 Closing DB instances...
17:17:58 [2021-08-20T17:17:58.629Z] === RUN   TestNewAndRemove
17:17:58 [2021-08-20T17:17:58.629Z] --- PASS: TestNewAndRemove (0.00s)
17:17:58 [2021-08-20T17:17:58.629Z] === RUN   TestRemoveInvalidPath
17:17:58 [2021-08-20T17:17:58.629Z] --- PASS: TestRemoveInvalidPath (0.00s)
17:17:58 [2021-08-20T17:17:58.629Z] PASS
17:17:58 [2021-08-20T17:17:58.629Z] coverage: 82.6% of statements
17:17:58 [2021-08-20T17:17:58.629Z] ok  	github.com/docker/docker/pkg/pidfile	0.045s	coverage: 82.6% of statements
17:17:59 [2021-08-20T17:17:59.007Z] === RUN   TestDockerSuite/TestCpToStdout
17:17:59 [2021-08-20T17:17:59.316Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
17:17:59 [2021-08-20T17:17:59.316Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
17:18:00 [2021-08-20T17:18:00.375Z] === RUN   TestDockerSuite/TestCpToSymlinkDestination
17:18:00 [2021-08-20T17:18:00.801Z] time="2021-08-20T17:18:00Z" level=error msg="node1(968749910d4b) Could not close DB: timeout waiting for leave broadcast"
17:18:00 [2021-08-20T17:18:00.801Z] --- PASS: TestNetworkDBNodeJoinLeaveIteration (2.83s)
17:18:00 [2021-08-20T17:18:00.801Z] === RUN   TestNetworkDBGarbageCollection
17:18:00 [2021-08-20T17:18:00.801Z] === RUN   TestFailedConnection
17:18:01 [2021-08-20T17:18:01.255Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.03s)
17:18:01 [2021-08-20T17:18:01.255Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.77s)
17:18:01 [2021-08-20T17:18:01.255Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.14s)
17:18:01 [2021-08-20T17:18:01.255Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.22s)
17:18:01 [2021-08-20T17:18:01.255Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.33s)
17:18:01 [2021-08-20T17:18:01.255Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.34s)
17:18:01 [2021-08-20T17:18:01.255Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.07s)
17:18:01 [2021-08-20T17:18:01.255Z] === RUN   TestBuildMultiStageCopy
17:18:01 [2021-08-20T17:18:01.255Z] === RUN   TestBuildMultiStageCopy/copy_to_root
17:18:01 [2021-08-20T17:18:01.306Z] === RUN   TestDockerSuite/TestCpToSymlinkToDirectory
17:18:01 [2021-08-20T17:18:01.562Z] === RUN   TestDockerSuite/TestCpUnprivilegedUser
17:18:01 [2021-08-20T17:18:01.772Z] --- PASS: TestFailedConnection (1.10s)
17:18:01 [2021-08-20T17:18:01.772Z] === RUN   TestFailOnce
17:18:01 [2021-08-20T17:18:01.772Z] 2021/08/20 17:18:01 http: panic serving 127.0.0.1:49300: Plugin not ready
17:18:01 [2021-08-20T17:18:01.772Z] goroutine 34 [running]:
17:18:01 [2021-08-20T17:18:01.772Z] net/http.(*conn).serve.func1(0xc0001a0000)
17:18:01 [2021-08-20T17:18:01.772Z] 	c:/go/src/net/http/server.go:1804 +0x153
17:18:01 [2021-08-20T17:18:01.772Z] panic(0xe85280, 0xf9c690)
17:18:01 [2021-08-20T17:18:01.772Z] 	c:/go/src/runtime/panic.go:971 +0x49a
17:18:01 [2021-08-20T17:18:01.772Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1(0xfacd50, 0xc0000b4000, 0xc0000ac000)
17:18:01 [2021-08-20T17:18:01.772Z] 	C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x56
17:18:01 [2021-08-20T17:18:01.772Z] net/http.HandlerFunc.ServeHTTP(0xc000042f40, 0xfacd50, 0xc0000b4000, 0xc0000ac000)
17:18:01 [2021-08-20T17:18:01.772Z] 	c:/go/src/net/http/server.go:2049 +0x4b
17:18:01 [2021-08-20T17:18:01.772Z] net/http.(*ServeMux).ServeHTTP(0xc00004e900, 0xfacd50, 0xc0000b4000, 0xc0000ac000)
17:18:01 [2021-08-20T17:18:01.772Z] 	c:/go/src/net/http/server.go:2428 +0x1b7
17:18:01 [2021-08-20T17:18:01.772Z] net/http.serverHandler.ServeHTTP(0xc000160000, 0xfacd50, 0xc0000b4000, 0xc0000ac000)
17:18:01 [2021-08-20T17:18:01.772Z] 	c:/go/src/net/http/server.go:2867 +0xaa
17:18:01 [2021-08-20T17:18:01.773Z] net/http.(*conn).serve(0xc0001a0000, 0xfad940, 0xc000188040)
17:18:01 [2021-08-20T17:18:01.773Z] 	c:/go/src/net/http/server.go:1932 +0x8cd
17:18:01 [2021-08-20T17:18:01.773Z] created by net/http.(*Server).Serve
17:18:01 [2021-08-20T17:18:01.773Z] 	c:/go/src/net/http/server.go:2993 +0x3b8
17:18:01 [2021-08-20T17:18:01.773Z] time="2021-08-20T17:18:01Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49299/Test.FailOnce: Post \"http://127.0.0.1:49299/Test.FailOnce\": EOF, retrying in 1s"
17:18:02 [2021-08-20T17:18:02.490Z] === RUN   TestDockerSuite/TestCpVolumePath
17:18:02 [2021-08-20T17:18:02.536Z] Created binary: bundles/binary-proxy/docker-proxy-dev
17:18:02 [2021-08-20T17:18:02.536Z] 
17:18:02 [2021-08-20T17:18:02.536Z] ---> Making bundle: install-proxy (in bundles/install-proxy)
17:18:02 [2021-08-20T17:18:02.536Z] Installing docker-proxy to /usr/local/bin/
17:18:02 [2021-08-20T17:18:02.536Z] 
17:18:02 [2021-08-20T17:18:02.536Z] + mkdir -p bundles
17:18:02 [2021-08-20T17:18:02.536Z] + '[' -n 'github.com/docker/docker/api
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/api/server
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/api/server/backend/build
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/api/server/httputils
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/api/server/middleware
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/api/server/router
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/api/server/router/build
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/api/server/router/checkpoint
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/api/server/router/container
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/api/server/router/debug
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/api/server/router/distribution
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/api/server/router/grpc
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/api/server/router/image
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/api/server/router/network
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/api/server/router/plugin
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/api/server/router/session
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/api/server/router/swarm
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/api/server/router/system
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/api/server/router/volume
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/api/types
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/api/types/backend
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/api/types/blkiodev
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/api/types/container
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/api/types/events
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/api/types/filters
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/api/types/image
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/api/types/mount
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/api/types/network
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/api/types/plugins/logdriver
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/api/types/registry
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/api/types/strslice
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/api/types/swarm
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/api/types/swarm/runtime
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/api/types/time
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/api/types/versions
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/api/types/versions/v1p19
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/api/types/versions/v1p20
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/api/types/volume
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/builder
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/builder/builder-next
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/builder/builder-next/adapters/containerimage
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/builder/builder-next/adapters/snapshot
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/builder/builder-next/exporter
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/builder/builder-next/imagerefchecker
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/builder/builder-next/worker
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/builder/dockerfile
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/builder/dockerignore
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/builder/remotecontext
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/builder/remotecontext/git
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/cli
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/cli/config
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/cli/debug
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/client
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/cmd/docker-proxy
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/cmd/dockerd
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/cmd/dockerd/trap
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/cmd/dockerd/trap/testfiles
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/container
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/container/stream
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/contrib/apparmor
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/contrib/docker-device-tool
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/contrib/httpserver
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/daemon
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/daemon/cluster
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/daemon/cluster/controllers/plugin
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/daemon/cluster/convert
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/daemon/cluster/executor
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/daemon/cluster/executor/container
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/daemon/cluster/provider
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/daemon/config
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/daemon/discovery
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/daemon/events
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/daemon/events/testutils
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/daemon/exec
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/daemon/graphdriver
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/daemon/graphdriver/aufs
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/daemon/graphdriver/btrfs
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/daemon/graphdriver/copy
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/daemon/graphdriver/devmapper
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/daemon/graphdriver/graphtest
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/daemon/graphdriver/overlay
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/daemon/graphdriver/overlay2
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/daemon/graphdriver/overlayutils
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/daemon/graphdriver/register
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/daemon/graphdriver/vfs
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/daemon/graphdriver/zfs
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/daemon/images
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/daemon/initlayer
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/daemon/links
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/daemon/listeners
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/daemon/logger
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/daemon/logger/awslogs
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/daemon/logger/fluentd
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/daemon/logger/gcplogs
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/daemon/logger/gelf
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/daemon/logger/journald
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/daemon/logger/jsonfilelog
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/daemon/logger/local
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/daemon/logger/logentries
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/daemon/logger/loggerutils
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/daemon/logger/loggerutils/cache
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/daemon/logger/splunk
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/daemon/logger/syslog
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/daemon/logger/templates
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/daemon/names
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/daemon/network
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/daemon/stats
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/distribution
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/distribution/metadata
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/distribution/utils
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/distribution/xfer
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/dockerversion
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/errdefs
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/image
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/image/cache
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/image/tarexport
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/image/v1
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/internal/test/suite
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/layer
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/libcontainerd
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/libcontainerd/queue
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/libcontainerd/remote
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/libcontainerd/supervisor
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/libcontainerd/types
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/oci
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/oci/caps
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/opts
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/pkg/aaparser
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/pkg/archive
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/pkg/authorization
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/pkg/broadcaster
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/pkg/capabilities
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/pkg/chrootarchive
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/pkg/containerfs
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/pkg/devicemapper
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/pkg/directory
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/pkg/discovery
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/pkg/discovery/file
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/pkg/discovery/kv
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/pkg/discovery/memory
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/pkg/discovery/nodes
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/pkg/dmesg
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/pkg/filenotify
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/pkg/fileutils
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/pkg/fsutils
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/pkg/homedir
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/pkg/idtools
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/pkg/ioutils
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/pkg/jsonmessage
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/pkg/locker
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/pkg/longpath
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/pkg/loopback
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/pkg/mount
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/pkg/namesgenerator
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/pkg/parsers
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/pkg/parsers/kernel
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/pkg/parsers/operatingsystem
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/pkg/pidfile
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/pkg/platform
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/pkg/plugingetter
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/pkg/plugins
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/pkg/plugins/transport
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/pkg/pools
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/pkg/progress
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/pkg/pubsub
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/pkg/reexec
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/pkg/signal
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/pkg/stack
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/pkg/stdcopy
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/pkg/streamformatter
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/pkg/stringid
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/pkg/symlink
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/pkg/sysinfo
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/pkg/system
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/pkg/tailfile
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/pkg/tarsum
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/pkg/term
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/pkg/term/windows
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/pkg/truncindex
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/pkg/urlutil
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/pkg/useragent
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/plugin
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/plugin/executor/containerd
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/plugin/v2
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/profiles/apparmor
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/profiles/seccomp
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/quota
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/reference
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/registry
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/registry/resumable
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/restartmanager
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/rootless
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/rootless/specconv
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/runconfig
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/runconfig/opts
17:18:02 [2021-08-20T17:18:02.536Z] github.com/docker/docker/testutil
17:18:02 [2021-08-20T17:18:02.537Z] github.com/docker/docker/testutil/daemon
17:18:02 [2021-08-20T17:18:02.537Z] github.com/docker/docker/testutil/environment
17:18:02 [2021-08-20T17:18:02.537Z] github.com/docker/docker/testutil/fakecontext
17:18:02 [2021-08-20T17:18:02.537Z] github.com/docker/docker/testutil/fakegit
17:18:02 [2021-08-20T17:18:02.537Z] github.com/docker/docker/testutil/fakestorage
17:18:02 [2021-08-20T17:18:02.537Z] github.com/docker/docker/testutil/fixtures/load
17:18:02 [2021-08-20T17:18:02.537Z] github.com/docker/docker/testutil/fixtures/plugin
17:18:02 [2021-08-20T17:18:02.537Z] github.com/docker/docker/testutil/fixtures/plugin/basic
17:18:02 [2021-08-20T17:18:02.537Z] github.com/docker/docker/testutil/registry
17:18:02 [2021-08-20T17:18:02.537Z] github.com/docker/docker/testutil/request
17:18:02 [2021-08-20T17:18:02.537Z] github.com/docker/docker/volume
17:18:02 [2021-08-20T17:18:02.537Z] github.com/docker/docker/volume/drivers
17:18:02 [2021-08-20T17:18:02.537Z] github.com/docker/docker/volume/local
17:18:02 [2021-08-20T17:18:02.537Z] github.com/docker/docker/volume/mounts
17:18:02 [2021-08-20T17:18:02.537Z] github.com/docker/docker/volume/service
17:18:02 [2021-08-20T17:18:02.537Z] github.com/docker/docker/volume/service/opts
17:18:02 [2021-08-20T17:18:02.537Z] github.com/docker/docker/volume/testutils' ']'
17:18:02 [2021-08-20T17:18:02.537Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report.json --junitfile=bundles/junit-report.xml -- -tags 'netgo seccomp libdm_no_deferred_remove' -cover -coverprofile=bundles/profile.out -covermode=atomic -test.timeout=5m github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/dockerignore github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/client github.com/docker/docker/cmd/docker-proxy github.com/docker/docker/cmd/dockerd github.com/docker/docker/cmd/dockerd/trap github.com/docker/docker/cmd/dockerd/trap/testfiles github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/discovery github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/aufs github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/copy github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/overlayutils github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/discovery github.com/docker/docker/pkg/discovery/file github.com/docker/docker/pkg/discovery/kv github.com/docker/docker/pkg/discovery/memory github.com/docker/docker/pkg/discovery/nodes github.com/docker/docker/pkg/dmesg github.com/docker/docker/pkg/filenotify github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/fsutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/locker github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/loopback github.com/docker/docker/pkg/mount github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/namesgenerator/cmd/names-generator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/stack github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/symlink github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/term github.com/docker/docker/pkg/term/windows github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/apparmor github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/rootless/specconv github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils
17:18:02 [2021-08-20T17:18:02.738Z] --- PASS: TestFailOnce (1.18s)
17:18:02 [2021-08-20T17:18:02.738Z] === RUN   TestEchoInputOutput
17:18:02 [2021-08-20T17:18:02.738Z] --- PASS: TestEchoInputOutput (0.00s)
17:18:02 [2021-08-20T17:18:02.738Z] === RUN   TestBackoff
17:18:02 [2021-08-20T17:18:02.738Z] --- PASS: TestBackoff (0.00s)
17:18:02 [2021-08-20T17:18:02.738Z] === RUN   TestAbortRetry
17:18:02 [2021-08-20T17:18:02.738Z] --- PASS: TestAbortRetry (0.00s)
17:18:02 [2021-08-20T17:18:02.738Z] === RUN   TestClientScheme
17:18:02 [2021-08-20T17:18:02.738Z] --- PASS: TestClientScheme (0.00s)
17:18:02 [2021-08-20T17:18:02.738Z] === RUN   TestNewClientWithTimeout
17:18:03 [2021-08-20T17:18:03.105Z] ?   	github.com/docker/docker/api	[no test files]
17:18:03 [2021-08-20T17:18:03.168Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
17:18:03 [2021-08-20T17:18:03.194Z] time="2021-08-20T17:18:03Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49304/Test.Echo: Post \"http://127.0.0.1:49304/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s"
17:18:03 [2021-08-20T17:18:03.738Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
17:18:03 [2021-08-20T17:18:03.857Z] === RUN   TestDockerSuite/TestCreate64ByteHexID
17:18:03 [2021-08-20T17:18:03.857Z] === RUN   TestDockerSuite/TestCreateArgs
17:18:03 [2021-08-20T17:18:03.857Z] === RUN   TestDockerSuite/TestCreateByImageID
17:18:03 [2021-08-20T17:18:03.998Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
17:18:04 [2021-08-20T17:18:04.113Z] === RUN   TestDockerSuite/TestCreateEchoStdout
17:18:04 [2021-08-20T17:18:04.260Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
17:18:04 [2021-08-20T17:18:04.520Z] --- PASS: TestBuildMultiStageCopy (3.21s)
17:18:04 [2021-08-20T17:18:04.520Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (2.00s)
17:18:04 [2021-08-20T17:18:04.520Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.29s)
17:18:04 [2021-08-20T17:18:04.520Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.29s)
17:18:04 [2021-08-20T17:18:04.520Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.31s)
17:18:04 [2021-08-20T17:18:04.520Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.31s)
17:18:04 [2021-08-20T17:18:04.520Z] === RUN   TestBuildMultiStageParentConfig
17:18:04 [2021-08-20T17:18:04.722Z] time="2021-08-20T17:18:04Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49304/Test.Echo: Post \"http://127.0.0.1:49304/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s"
17:18:05 [2021-08-20T17:18:05.043Z] === RUN   TestDockerSuite/TestCreateGrowRootfs
17:18:05 [2021-08-20T17:18:05.043Z]     docker_cli_create_test.go:59: unmatched requirement Devicemapper
17:18:05 [2021-08-20T17:18:05.043Z] === RUN   TestDockerSuite/TestCreateHostConfig
17:18:05 [2021-08-20T17:18:05.043Z] === RUN   TestDockerSuite/TestCreateHostnameWithNumber
17:18:05 [2021-08-20T17:18:05.462Z] --- PASS: TestBuildMultiStageParentConfig (0.80s)
17:18:05 [2021-08-20T17:18:05.462Z] === RUN   TestBuildLabelWithTargets
17:18:05 [2021-08-20T17:18:05.605Z] === RUN   TestDockerSuite/TestCreateLabelFromImage
17:18:05 [2021-08-20T17:18:05.861Z] === RUN   TestDockerSuite/TestCreateLabels
17:18:05 [2021-08-20T17:18:05.861Z] === RUN   TestDockerSuite/TestCreateModeIpcContainer
17:18:06 [2021-08-20T17:18:06.117Z] === RUN   TestDockerSuite/TestCreateRM
17:18:06 [2021-08-20T17:18:06.117Z] === RUN   TestDockerSuite/TestCreateShrinkRootfs
17:18:06 [2021-08-20T17:18:06.117Z]     docker_cli_create_test.go:71: unmatched requirement Devicemapper
17:18:06 [2021-08-20T17:18:06.117Z] === RUN   TestDockerSuite/TestCreateStopSignal
17:18:06 [2021-08-20T17:18:06.117Z] === RUN   TestDockerSuite/TestCreateStopTimeout
17:18:06 [2021-08-20T17:18:06.373Z] === RUN   TestDockerSuite/TestCreateUnsetEntrypoint
17:18:06 [2021-08-20T17:18:06.845Z] --- PASS: TestBuildLabelWithTargets (1.30s)
17:18:06 [2021-08-20T17:18:06.845Z] === RUN   TestBuildWithEmptyLayers
17:18:07 [2021-08-20T17:18:07.106Z] --- PASS: TestBuildWithEmptyLayers (0.63s)
17:18:07 [2021-08-20T17:18:07.106Z] === RUN   TestBuildMultiStageOnBuild
17:18:07 [2021-08-20T17:18:07.615Z] time="2021-08-20T17:18:07Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49304/Test.Echo: Post \"http://127.0.0.1:49304/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s"
17:18:07 [2021-08-20T17:18:07.615Z] === RUN   TestParseEmptyInterface
17:18:07 [2021-08-20T17:18:07.615Z] --- PASS: TestParseEmptyInterface (0.00s)
17:18:07 [2021-08-20T17:18:07.615Z] === RUN   TestParseNonInterfaceType
17:18:07 [2021-08-20T17:18:07.615Z] --- PASS: TestParseNonInterfaceType (0.00s)
17:18:07 [2021-08-20T17:18:07.615Z] === RUN   TestParseWithOneFunction
17:18:07 [2021-08-20T17:18:07.615Z] --- PASS: TestParseWithOneFunction (0.00s)
17:18:07 [2021-08-20T17:18:07.615Z] === RUN   TestParseWithMultipleFuncs
17:18:07 [2021-08-20T17:18:07.615Z] --- PASS: TestParseWithMultipleFuncs (0.00s)
17:18:07 [2021-08-20T17:18:07.615Z] === RUN   TestParseWithUnnamedReturn
17:18:07 [2021-08-20T17:18:07.615Z] --- PASS: TestParseWithUnnamedReturn (0.00s)
17:18:07 [2021-08-20T17:18:07.615Z] === RUN   TestEmbeddedInterface
17:18:07 [2021-08-20T17:18:07.615Z] --- PASS: TestEmbeddedInterface (0.00s)
17:18:07 [2021-08-20T17:18:07.615Z] === RUN   TestParsedImports
17:18:07 [2021-08-20T17:18:07.615Z] --- PASS: TestParsedImports (0.00s)
17:18:07 [2021-08-20T17:18:07.615Z] === RUN   TestAliasedImports
17:18:07 [2021-08-20T17:18:07.615Z] --- PASS: TestAliasedImports (0.00s)
17:18:07 [2021-08-20T17:18:07.615Z] PASS
17:18:07 [2021-08-20T17:18:07.615Z] coverage: 56.8% of statements
17:18:07 [2021-08-20T17:18:07.615Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.055s	coverage: 56.8% of statements
17:18:08 [2021-08-20T17:18:08.072Z] --- PASS: TestRequest (12.60s)
17:18:08 [2021-08-20T17:18:08.072Z] === RUN   TestOverlappingRequests
17:18:08 [2021-08-20T17:18:08.266Z] === RUN   TestDockerSuite/TestCreateVolumesCreated
17:18:08 [2021-08-20T17:18:08.266Z] === RUN   TestDockerSuite/TestCreateWithInvalidLogOpts
17:18:08 [2021-08-20T17:18:08.266Z] === RUN   TestDockerSuite/TestCreateWithLargePortRange
17:18:08 [2021-08-20T17:18:08.528Z] === RUN   TestHTTPTransport
17:18:08 [2021-08-20T17:18:08.528Z] --- PASS: TestHTTPTransport (0.00s)
17:18:08 [2021-08-20T17:18:08.528Z] PASS
17:18:08 [2021-08-20T17:18:08.528Z] coverage: 85.7% of statements
17:18:08 [2021-08-20T17:18:08.528Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.044s	coverage: 85.7% of statements
17:18:08 [2021-08-20T17:18:08.528Z] --- PASS: TestOverlappingRequests (0.56s)
17:18:08 [2021-08-20T17:18:08.528Z] === RUN   TestRelease
17:18:08 [2021-08-20T17:18:08.986Z] === RUN   TestBufioReaderPoolGetWithNoReaderShouldCreateOne
17:18:08 [2021-08-20T17:18:08.986Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s)
17:18:08 [2021-08-20T17:18:08.986Z] === RUN   TestBufioReaderPoolPutAndGet
17:18:08 [2021-08-20T17:18:08.986Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s)
17:18:08 [2021-08-20T17:18:08.986Z] === RUN   TestNewReadCloserWrapperWithAReadCloser
17:18:08 [2021-08-20T17:18:08.986Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s)
17:18:08 [2021-08-20T17:18:08.986Z] === RUN   TestBufioWriterPoolGetWithNoReaderShouldCreateOne
17:18:08 [2021-08-20T17:18:08.986Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s)
17:18:08 [2021-08-20T17:18:08.986Z] === RUN   TestBufioWriterPoolPutAndGet
17:18:08 [2021-08-20T17:18:08.986Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s)
17:18:08 [2021-08-20T17:18:08.986Z] === RUN   TestNewWriteCloserWrapperWithAWriteCloser
17:18:08 [2021-08-20T17:18:08.986Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s)
17:18:08 [2021-08-20T17:18:08.986Z] === RUN   TestBufferPoolPutAndGet
17:18:08 [2021-08-20T17:18:08.986Z] --- PASS: TestBufferPoolPutAndGet (0.00s)
17:18:08 [2021-08-20T17:18:08.986Z] PASS
17:18:08 [2021-08-20T17:18:08.986Z] coverage: 88.2% of statements
17:18:08 [2021-08-20T17:18:08.986Z] ok  	github.com/docker/docker/pkg/pools	0.038s	coverage: 88.2% of statements
17:18:09 [2021-08-20T17:18:09.442Z] === RUN   TestOutputOnPrematureClose
17:18:09 [2021-08-20T17:18:09.442Z] --- PASS: TestOutputOnPrematureClose (0.00s)
17:18:09 [2021-08-20T17:18:09.442Z] === RUN   TestCompleteSilently
17:18:09 [2021-08-20T17:18:09.442Z] --- PASS: TestCompleteSilently (0.00s)
17:18:09 [2021-08-20T17:18:09.442Z] PASS
17:18:09 [2021-08-20T17:18:09.442Z] coverage: 75.9% of statements
17:18:09 [2021-08-20T17:18:09.633Z] --- PASS: TestServiceUpdateNetwork (13.97s)
17:18:09 [2021-08-20T17:18:09.634Z] === RUN   TestServiceUpdatePidsLimit
17:18:09 [2021-08-20T17:18:09.650Z] --- PASS: TestBuildMultiStageOnBuild (2.28s)
17:18:09 [2021-08-20T17:18:09.650Z] === RUN   TestBuildUncleanTarFilenames
17:18:09 [2021-08-20T17:18:09.902Z] ok  	github.com/docker/docker/pkg/progress	0.035s	coverage: 75.9% of statements
17:18:10 [2021-08-20T17:18:10.358Z] === RUN   TestSendToOneSub
17:18:10 [2021-08-20T17:18:10.358Z] --- PASS: TestSendToOneSub (0.00s)
17:18:10 [2021-08-20T17:18:10.358Z] === RUN   TestSendToMultipleSubs
17:18:10 [2021-08-20T17:18:10.358Z] --- PASS: TestSendToMultipleSubs (0.00s)
17:18:10 [2021-08-20T17:18:10.358Z] === RUN   TestEvictOneSub
17:18:10 [2021-08-20T17:18:10.358Z] --- PASS: TestEvictOneSub (0.00s)
17:18:10 [2021-08-20T17:18:10.358Z] === RUN   TestClosePublisher
17:18:10 [2021-08-20T17:18:10.358Z] --- PASS: TestClosePublisher (0.00s)
17:18:10 [2021-08-20T17:18:10.358Z] === RUN   TestPubSubRace
17:18:10 [2021-08-20T17:18:10.591Z] --- PASS: TestBuildUncleanTarFilenames (0.92s)
17:18:10 [2021-08-20T17:18:10.592Z] === RUN   TestBuildMultiStageLayerLeak
17:18:10 [2021-08-20T17:18:10.814Z] --- PASS: TestRelease (2.18s)
17:18:10 [2021-08-20T17:18:10.814Z] === RUN   TestAllocateRandomDeallocate
17:18:11 [2021-08-20T17:18:11.003Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
17:18:11 [2021-08-20T17:18:11.271Z] --- PASS: TestPubSubRace (1.05s)
17:18:11 [2021-08-20T17:18:11.271Z] PASS
17:18:11 [2021-08-20T17:18:11.271Z] coverage: 75.0% of statements
17:18:11 [2021-08-20T17:18:11.271Z] ok  	github.com/docker/docker/pkg/pubsub	1.084s	coverage: 75.0% of statements
17:18:11 [2021-08-20T17:18:11.727Z] time="2021-08-20T17:18:11Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49304/Test.Echo: Post \"http://127.0.0.1:49304/Test.Echo\": context deadline exceeded (Client.Timeout exceeded while awaiting headers), retrying in 8s"
17:18:11 [2021-08-20T17:18:11.727Z] === RUN   TestRegister
17:18:11 [2021-08-20T17:18:11.727Z] --- PASS: TestRegister (0.00s)
17:18:11 [2021-08-20T17:18:11.727Z] === RUN   TestCommand
17:18:11 [2021-08-20T17:18:11.727Z] --- PASS: TestCommand (0.03s)
17:18:11 [2021-08-20T17:18:11.727Z] === RUN   TestNaiveSelf
17:18:11 [2021-08-20T17:18:11.932Z] === RUN   TestDockerSuite/TestCreateWithPortRange
17:18:11 [2021-08-20T17:18:11.932Z] === RUN   TestDockerSuite/TestCreateWithTooLowMemoryLimit
17:18:11 [2021-08-20T17:18:11.932Z] === RUN   TestDockerSuite/TestCreateWithWorkdir
17:18:11 [2021-08-20T17:18:11.932Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds
17:18:12 [2021-08-20T17:18:12.183Z] --- PASS: TestNaiveSelf (0.03s)
17:18:12 [2021-08-20T17:18:12.183Z] PASS
17:18:12 [2021-08-20T17:18:12.183Z] coverage: 82.4% of statements
17:18:12 [2021-08-20T17:18:12.183Z] ok  	github.com/docker/docker/pkg/reexec	0.106s	coverage: 82.4% of statements
17:18:12 [2021-08-20T17:18:12.190Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig
17:18:12 [2021-08-20T17:18:12.190Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds
17:18:12 [2021-08-20T17:18:12.190Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
17:18:12 [2021-08-20T17:18:12.639Z] === RUN   TestDump
17:18:12 [2021-08-20T17:18:12.639Z] goroutine 6 [running]:
17:18:12 [2021-08-20T17:18:12.639Z] github.com/docker/docker/pkg/stack.dump(0xc000006020, 0x14b62a4c, 0x15725ef7e78)
17:18:12 [2021-08-20T17:18:12.639Z] 	C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x8f
17:18:12 [2021-08-20T17:18:12.639Z] github.com/docker/docker/pkg/stack.Dump(...)
17:18:12 [2021-08-20T17:18:12.639Z] 	C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:18
17:18:12 [2021-08-20T17:18:12.639Z] github.com/docker/docker/pkg/stack.TestDump(0xc000029080)
17:18:12 [2021-08-20T17:18:12.639Z] 	C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:13 +0x3e
17:18:12 [2021-08-20T17:18:12.639Z] testing.tRunner(0xc000029080, 0xc05ea0)
17:18:12 [2021-08-20T17:18:12.639Z] 	c:/go/src/testing/testing.go:1193 +0xef
17:18:12 [2021-08-20T17:18:12.639Z] created by testing.(*T).Run
17:18:12 [2021-08-20T17:18:12.639Z] 	c:/go/src/testing/testing.go:1238 +0x2b3
17:18:12 [2021-08-20T17:18:12.639Z] 
17:18:12 [2021-08-20T17:18:12.639Z] goroutine 1 [chan receive]:
17:18:12 [2021-08-20T17:18:12.639Z] testing.(*T).Run(0xc000029080, 0xbf85d8, 0x8, 0xc05ea0, 0xa6a18d)
17:18:12 [2021-08-20T17:18:12.639Z] 	c:/go/src/testing/testing.go:1239 +0x2da
17:18:12 [2021-08-20T17:18:12.639Z] testing.runTests.func1(0xc000028f00)
17:18:12 [2021-08-20T17:18:12.639Z] 	c:/go/src/testing/testing.go:1511 +0x7f
17:18:12 [2021-08-20T17:18:12.639Z] testing.tRunner(0xc000028f00, 0xc000075da8)
17:18:12 [2021-08-20T17:18:12.639Z] 	c:/go/src/testing/testing.go:1193 +0xef
17:18:12 [2021-08-20T17:18:12.639Z] testing.runTests(0xc000004078, 0xd4b220, 0x3, 0x3, 0xc040176b14a6c868, 0x8bb315badd, 0xd4fc80, 0xbf9e28)
17:18:12 [2021-08-20T17:18:12.639Z] 	c:/go/src/testing/testing.go:1509 +0x310
17:18:12 [2021-08-20T17:18:12.639Z] testing.(*M).Run(0xc00007a080, 0x0)
17:18:12 [2021-08-20T17:18:12.639Z] 	c:/go/src/testing/testing.go:1417 +0x1f5
17:18:12 [2021-08-20T17:18:12.639Z] main.main()
17:18:12 [2021-08-20T17:18:12.639Z] 	_testmain.go:95 +0x1c8
17:18:12 [2021-08-20T17:18:12.639Z] --- PASS: TestDump (0.00s)
17:18:12 [2021-08-20T17:18:12.639Z] === RUN   TestDumpToFile
17:18:12 [2021-08-20T17:18:12.639Z] --- PASS: TestDumpToFile (0.14s)
17:18:12 [2021-08-20T17:18:12.639Z] === RUN   TestDumpToFileWithEmptyInput
17:18:12 [2021-08-20T17:18:12.639Z] goroutine 8 [running]:
17:18:12 [2021-08-20T17:18:12.639Z] github.com/docker/docker/pkg/stack.dump(0xc000006020, 0x438, 0xae43c0)
17:18:12 [2021-08-20T17:18:12.639Z] 	C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x8f
17:18:12 [2021-08-20T17:18:12.639Z] github.com/docker/docker/pkg/stack.DumpToFile(0x0, 0x0, 0x0, 0x0, 0x0, 0x0)
17:18:12 [2021-08-20T17:18:12.639Z] 	C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:38 +0xc5
17:18:12 [2021-08-20T17:18:12.639Z] github.com/docker/docker/pkg/stack.TestDumpToFileWithEmptyInput(0xc000029500)
17:18:12 [2021-08-20T17:18:12.639Z] 	C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:28 +0x34
17:18:12 [2021-08-20T17:18:12.639Z] testing.tRunner(0xc000029500, 0xc05e90)
17:18:12 [2021-08-20T17:18:12.640Z] 	c:/go/src/testing/testing.go:1193 +0xef
17:18:12 [2021-08-20T17:18:12.640Z] created by testing.(*T).Run
17:18:12 [2021-08-20T17:18:12.640Z] 	c:/go/src/testing/testing.go:1238 +0x2b3
17:18:12 [2021-08-20T17:18:12.640Z] 
17:18:12 [2021-08-20T17:18:12.640Z] goroutine 1 [chan receive]:
17:18:12 [2021-08-20T17:18:12.640Z] testing.(*T).Run(0xc000029500, 0xbff08c, 0x1c, 0xc05e90, 0xa6a101)
17:18:12 [2021-08-20T17:18:12.640Z] 	c:/go/src/testing/testing.go:1239 +0x2da
17:18:12 [2021-08-20T17:18:12.640Z] testing.runTests.func1(0xc000028f00)
17:18:12 [2021-08-20T17:18:12.640Z] 	c:/go/src/testing/testing.go:1511 +0x7f
17:18:12 [2021-08-20T17:18:12.640Z] testing.tRunner(0xc000028f00, 0xc000075da8)
17:18:12 [2021-08-20T17:18:12.640Z] 	c:/go/src/testing/testing.go:1193 +0xef
17:18:12 [2021-08-20T17:18:12.640Z] testing.runTests(0xc000004078, 0xd4b220, 0x3, 0x3, 0xc040176b14a6c868, 0x8bb315badd, 0xd4fc80, 0xbf9e28)
17:18:12 [2021-08-20T17:18:12.640Z] 	c:/go/src/testing/testing.go:1509 +0x310
17:18:12 [2021-08-20T17:18:12.640Z] testing.(*M).Run(0xc00007a080, 0x0)
17:18:12 [2021-08-20T17:18:12.640Z] 	c:/go/src/testing/testing.go:1417 +0x1f5
17:18:12 [2021-08-20T17:18:12.640Z] main.main()
17:18:12 [2021-08-20T17:18:12.640Z] 	_testmain.go:95 +0x1c8
17:18:12 [2021-08-20T17:18:12.640Z] --- PASS: TestDumpToFileWithEmptyInput (0.00s)
17:18:12 [2021-08-20T17:18:12.640Z] PASS
17:18:12 [2021-08-20T17:18:12.640Z] coverage: 90.9% of statements
17:18:12 [2021-08-20T17:18:12.640Z] ok  	github.com/docker/docker/pkg/stack	0.180s	coverage: 90.9% of statements
17:18:12 [2021-08-20T17:18:12.753Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom
17:18:13 [2021-08-20T17:18:13.097Z] === RUN   TestNewStdWriter
17:18:13 [2021-08-20T17:18:13.097Z] --- PASS: TestNewStdWriter (0.00s)
17:18:13 [2021-08-20T17:18:13.097Z] === RUN   TestWriteWithUninitializedStdWriter
17:18:13 [2021-08-20T17:18:13.097Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s)
17:18:13 [2021-08-20T17:18:13.097Z] === RUN   TestWriteWithNilBytes
17:18:13 [2021-08-20T17:18:13.097Z] --- PASS: TestWriteWithNilBytes (0.00s)
17:18:13 [2021-08-20T17:18:13.097Z] === RUN   TestWrite
17:18:13 [2021-08-20T17:18:13.097Z] --- PASS: TestWrite (0.00s)
17:18:13 [2021-08-20T17:18:13.097Z] === RUN   TestWriteWithWriterError
17:18:13 [2021-08-20T17:18:13.097Z] --- PASS: TestWriteWithWriterError (0.00s)
17:18:13 [2021-08-20T17:18:13.136Z] --- PASS: TestBuildMultiStageLayerLeak (2.37s)
17:18:13 [2021-08-20T17:18:13.136Z] === RUN   TestBuildWithHugeFile
17:18:13 [2021-08-20T17:18:13.553Z] === RUN   TestWriteDoesNotReturnNegativeWrittenBytes
17:18:13 [2021-08-20T17:18:13.553Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s)
17:18:13 [2021-08-20T17:18:13.553Z] === RUN   TestStdCopyWriteAndRead
17:18:13 [2021-08-20T17:18:13.553Z] --- PASS: TestStdCopyWriteAndRead (0.00s)
17:18:13 [2021-08-20T17:18:13.553Z] === RUN   TestStdCopyReturnsErrorReadingHeader
17:18:13 [2021-08-20T17:18:13.553Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s)
17:18:13 [2021-08-20T17:18:13.553Z] === RUN   TestStdCopyReturnsErrorReadingFrame
17:18:13 [2021-08-20T17:18:13.553Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s)
17:18:13 [2021-08-20T17:18:13.553Z] === RUN   TestStdCopyDetectsCorruptedFrame
17:18:13 [2021-08-20T17:18:13.553Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s)
17:18:13 [2021-08-20T17:18:13.553Z] === RUN   TestStdCopyWithInvalidInputHeader
17:18:13 [2021-08-20T17:18:13.553Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s)
17:18:13 [2021-08-20T17:18:13.553Z] === RUN   TestStdCopyWithCorruptedPrefix
17:18:13 [2021-08-20T17:18:13.553Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s)
17:18:13 [2021-08-20T17:18:13.553Z] === RUN   TestStdCopyReturnsWriteErrors
17:18:13 [2021-08-20T17:18:13.553Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s)
17:18:13 [2021-08-20T17:18:13.553Z] === RUN   TestStdCopyDetectsNotFullyWrittenFrames
17:18:13 [2021-08-20T17:18:13.553Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s)
17:18:13 [2021-08-20T17:18:13.553Z] === RUN   TestStdCopyReturnsErrorFromSystem
17:18:13 [2021-08-20T17:18:13.553Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s)
17:18:13 [2021-08-20T17:18:13.553Z] PASS
17:18:13 [2021-08-20T17:18:13.553Z] coverage: 100.0% of statements
17:18:13 [2021-08-20T17:18:13.553Z] ok  	github.com/docker/docker/pkg/stdcopy	0.042s	coverage: 100.0% of statements
17:18:14 [2021-08-20T17:18:14.014Z] === RUN   TestRawProgressFormatterFormatStatus
17:18:14 [2021-08-20T17:18:14.014Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s)
17:18:14 [2021-08-20T17:18:14.014Z] === RUN   TestRawProgressFormatterFormatProgress
17:18:14 [2021-08-20T17:18:14.014Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s)
17:18:14 [2021-08-20T17:18:14.014Z] === RUN   TestFormatStatus
17:18:14 [2021-08-20T17:18:14.014Z] --- PASS: TestFormatStatus (0.00s)
17:18:14 [2021-08-20T17:18:14.014Z] === RUN   TestFormatError
17:18:14 [2021-08-20T17:18:14.014Z] --- PASS: TestFormatError (0.00s)
17:18:14 [2021-08-20T17:18:14.014Z] === RUN   TestFormatJSONError
17:18:14 [2021-08-20T17:18:14.014Z] --- PASS: TestFormatJSONError (0.00s)
17:18:14 [2021-08-20T17:18:14.014Z] === RUN   TestJsonProgressFormatterFormatProgress
17:18:14 [2021-08-20T17:18:14.014Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s)
17:18:14 [2021-08-20T17:18:14.014Z] === RUN   TestJsonProgressFormatterFormatStatus
17:18:14 [2021-08-20T17:18:14.014Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s)
17:18:14 [2021-08-20T17:18:14.014Z] === RUN   TestNewJSONProgressOutput
17:18:14 [2021-08-20T17:18:14.014Z] --- PASS: TestNewJSONProgressOutput (0.00s)
17:18:14 [2021-08-20T17:18:14.014Z] === RUN   TestAuxFormatterEmit
17:18:14 [2021-08-20T17:18:14.014Z] --- PASS: TestAuxFormatterEmit (0.00s)
17:18:14 [2021-08-20T17:18:14.014Z] === RUN   TestStreamWriterStdout
17:18:14 [2021-08-20T17:18:14.014Z] --- PASS: TestStreamWriterStdout (0.00s)
17:18:14 [2021-08-20T17:18:14.014Z] === RUN   TestStreamWriterStderr
17:18:14 [2021-08-20T17:18:14.014Z] --- PASS: TestStreamWriterStderr (0.00s)
17:18:14 [2021-08-20T17:18:14.014Z] PASS
17:18:14 [2021-08-20T17:18:14.014Z] coverage: 66.2% of statements
17:18:14 [2021-08-20T17:18:14.014Z] ok  	github.com/docker/docker/pkg/streamformatter	0.041s	coverage: 66.2% of statements
17:18:14 [2021-08-20T17:18:14.470Z] === RUN   TestGenerateRandomID
17:18:14 [2021-08-20T17:18:14.470Z] --- PASS: TestGenerateRandomID (0.00s)
17:18:14 [2021-08-20T17:18:14.470Z] === RUN   TestShortenId
17:18:14 [2021-08-20T17:18:14.470Z] --- PASS: TestShortenId (0.00s)
17:18:14 [2021-08-20T17:18:14.470Z] === RUN   TestShortenSha256Id
17:18:14 [2021-08-20T17:18:14.470Z] --- PASS: TestShortenSha256Id (0.00s)
17:18:14 [2021-08-20T17:18:14.470Z] === RUN   TestShortenIdEmpty
17:18:14 [2021-08-20T17:18:14.470Z] --- PASS: TestShortenIdEmpty (0.00s)
17:18:14 [2021-08-20T17:18:14.470Z] === RUN   TestShortenIdInvalid
17:18:14 [2021-08-20T17:18:14.470Z] --- PASS: TestShortenIdInvalid (0.00s)
17:18:14 [2021-08-20T17:18:14.470Z] === RUN   TestIsShortIDNonHex
17:18:14 [2021-08-20T17:18:14.470Z] --- PASS: TestIsShortIDNonHex (0.00s)
17:18:14 [2021-08-20T17:18:14.470Z] === RUN   TestIsShortIDNotCorrectSize
17:18:14 [2021-08-20T17:18:14.470Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s)
17:18:14 [2021-08-20T17:18:14.470Z] PASS
17:18:14 [2021-08-20T17:18:14.470Z] coverage: 70.6% of statements
17:18:14 [2021-08-20T17:18:14.470Z] ok  	github.com/docker/docker/pkg/stringid	0.034s	coverage: 70.6% of statements
17:18:14 [2021-08-20T17:18:14.646Z] === RUN   TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume
17:18:15 [2021-08-20T17:18:15.209Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig
17:18:15 [2021-08-20T17:18:15.434Z] === RUN   TestIsCpusetListAvailable
17:18:15 [2021-08-20T17:18:15.434Z] --- PASS: TestIsCpusetListAvailable (0.00s)
17:18:15 [2021-08-20T17:18:15.434Z] PASS
17:18:15 [2021-08-20T17:18:15.434Z] coverage: 39.4% of statements
17:18:15 [2021-08-20T17:18:15.434Z] ok  	github.com/docker/docker/pkg/sysinfo	0.037s	coverage: 39.4% of statements
17:18:16 [2021-08-20T17:18:16.965Z] === RUN   TestChtimes
17:18:16 [2021-08-20T17:18:16.965Z] --- PASS: TestChtimes (0.00s)
17:18:16 [2021-08-20T17:18:16.965Z] === RUN   TestChtimesWindows
17:18:16 [2021-08-20T17:18:16.965Z] --- PASS: TestChtimesWindows (0.00s)
17:18:16 [2021-08-20T17:18:16.965Z] === RUN   TestCheckSystemDriveAndRemoveDriveLetter
17:18:16 [2021-08-20T17:18:16.965Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s)
17:18:16 [2021-08-20T17:18:16.965Z] === RUN   TestEnsureRemoveAllNotExist
17:18:16 [2021-08-20T17:18:16.965Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s)
17:18:16 [2021-08-20T17:18:16.965Z] === RUN   TestEnsureRemoveAllWithDir
17:18:16 [2021-08-20T17:18:16.965Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s)
17:18:16 [2021-08-20T17:18:16.965Z] === RUN   TestEnsureRemoveAllWithFile
17:18:16 [2021-08-20T17:18:16.965Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s)
17:18:16 [2021-08-20T17:18:16.965Z] === RUN   TestHasWin32KSupport
17:18:16 [2021-08-20T17:18:16.965Z]     syscall_windows_test.go:8: win32k: true
17:18:16 [2021-08-20T17:18:16.965Z] --- PASS: TestHasWin32KSupport (0.00s)
17:18:16 [2021-08-20T17:18:16.965Z] PASS
17:18:16 [2021-08-20T17:18:16.965Z] coverage: 12.9% of statements
17:18:16 [2021-08-20T17:18:16.965Z] ok  	github.com/docker/docker/pkg/system	0.048s	coverage: 12.9% of statements
17:18:16 [2021-08-20T17:18:16.965Z] --- PASS: TestAllocateRandomDeallocate (6.25s)
17:18:16 [2021-08-20T17:18:16.965Z] === RUN   TestRetrieveFromStore
17:18:17 [2021-08-20T17:18:17.123Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked
17:18:17 [2021-08-20T17:18:17.928Z] === RUN   TestTailFile
17:18:17 [2021-08-20T17:18:17.929Z] --- PASS: TestTailFile (0.00s)
17:18:17 [2021-08-20T17:18:17.929Z] === RUN   TestTailFileManyLines
17:18:17 [2021-08-20T17:18:17.929Z] --- PASS: TestTailFileManyLines (0.00s)
17:18:17 [2021-08-20T17:18:17.929Z] === RUN   TestTailEmptyFile
17:18:17 [2021-08-20T17:18:17.929Z] --- PASS: TestTailEmptyFile (0.00s)
17:18:17 [2021-08-20T17:18:17.929Z] === RUN   TestTailNegativeN
17:18:17 [2021-08-20T17:18:17.929Z] --- PASS: TestTailNegativeN (0.00s)
17:18:17 [2021-08-20T17:18:17.929Z] === RUN   TestNewTailReader
17:18:17 [2021-08-20T17:18:17.929Z] === PAUSE TestNewTailReader
17:18:17 [2021-08-20T17:18:17.929Z] === CONT  TestNewTailReader
17:18:17 [2021-08-20T17:18:17.929Z] === RUN   TestNewTailReader/12_byte_delimiter
17:18:17 [2021-08-20T17:18:17.929Z] === PAUSE TestNewTailReader/12_byte_delimiter
17:18:17 [2021-08-20T17:18:17.929Z] === RUN   TestNewTailReader/no_delimiter
17:18:17 [2021-08-20T17:18:17.929Z] === PAUSE TestNewTailReader/no_delimiter
17:18:17 [2021-08-20T17:18:17.929Z] === RUN   TestNewTailReader/single_byte_delimiter
17:18:17 [2021-08-20T17:18:17.929Z] === PAUSE TestNewTailReader/single_byte_delimiter
17:18:17 [2021-08-20T17:18:17.929Z] === RUN   TestNewTailReader/2_byte_delimiter
17:18:17 [2021-08-20T17:18:17.929Z] === PAUSE TestNewTailReader/2_byte_delimiter
17:18:17 [2021-08-20T17:18:17.929Z] === RUN   TestNewTailReader/4_byte_delimiter
17:18:17 [2021-08-20T17:18:17.929Z] === PAUSE TestNewTailReader/4_byte_delimiter
17:18:17 [2021-08-20T17:18:17.929Z] === RUN   TestNewTailReader/8_byte_delimiter
17:18:17 [2021-08-20T17:18:17.929Z] === PAUSE TestNewTailReader/8_byte_delimiter
17:18:17 [2021-08-20T17:18:17.929Z] === RUN   TestNewTailReader/truncated_last_line
17:18:17 [2021-08-20T17:18:17.929Z] === RUN   TestNewTailReader/truncated_last_line/more_than_available
17:18:17 [2021-08-20T17:18:17.929Z] === RUN   TestNewTailReader/truncated_last_line#01
17:18:17 [2021-08-20T17:18:17.929Z] === RUN   TestNewTailReader/truncated_last_line#01/exact
17:18:17 [2021-08-20T17:18:17.929Z] === RUN   TestNewTailReader/truncated_last_line#02
17:18:17 [2021-08-20T17:18:17.929Z] === RUN   TestNewTailReader/truncated_last_line#02/one_line
17:18:17 [2021-08-20T17:18:17.929Z] === CONT  TestNewTailReader/12_byte_delimiter
17:18:17 [2021-08-20T17:18:17.929Z] === CONT  TestNewTailReader/8_byte_delimiter
17:18:17 [2021-08-20T17:18:17.929Z] === RUN   TestNewTailReader/8_byte_delimiter/one_small_entry
17:18:17 [2021-08-20T17:18:17.929Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry
17:18:17 [2021-08-20T17:18:17.929Z] === RUN   TestNewTailReader/8_byte_delimiter/several_small_entries
17:18:17 [2021-08-20T17:18:17.929Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries
17:18:17 [2021-08-20T17:18:17.929Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes
17:18:17 [2021-08-20T17:18:17.929Z] === RUN   TestNewTailReader/12_byte_delimiter/one_small_entry
17:18:17 [2021-08-20T17:18:17.929Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes
17:18:17 [2021-08-20T17:18:17.929Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry
17:18:17 [2021-08-20T17:18:17.929Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block
17:18:17 [2021-08-20T17:18:17.929Z] === RUN   TestNewTailReader/12_byte_delimiter/several_small_entries
17:18:17 [2021-08-20T17:18:17.929Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries
17:18:17 [2021-08-20T17:18:17.929Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block
17:18:17 [2021-08-20T17:18:17.929Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes
17:18:17 [2021-08-20T17:18:17.929Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block
17:18:17 [2021-08-20T17:18:17.929Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes
17:18:17 [2021-08-20T17:18:17.929Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block
17:18:17 [2021-08-20T17:18:17.929Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block
17:18:17 [2021-08-20T17:18:17.929Z] === CONT  TestNewTailReader/2_byte_delimiter
17:18:17 [2021-08-20T17:18:17.929Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block
17:18:17 [2021-08-20T17:18:17.929Z] === RUN   TestNewTailReader/2_byte_delimiter/one_small_entry
17:18:17 [2021-08-20T17:18:17.929Z] === CONT  TestNewTailReader/4_byte_delimiter
17:18:17 [2021-08-20T17:18:17.929Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry
17:18:17 [2021-08-20T17:18:17.929Z] === RUN   TestNewTailReader/2_byte_delimiter/several_small_entries
17:18:17 [2021-08-20T17:18:17.929Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries
17:18:17 [2021-08-20T17:18:17.929Z] === RUN   TestNewTailReader/4_byte_delimiter/one_small_entry
17:18:17 [2021-08-20T17:18:17.929Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry
17:18:17 [2021-08-20T17:18:17.929Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block
17:18:17 [2021-08-20T17:18:17.929Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block
17:18:17 [2021-08-20T17:18:17.929Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes
17:18:17 [2021-08-20T17:18:17.929Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes
17:18:17 [2021-08-20T17:18:17.929Z] === RUN   TestNewTailReader/4_byte_delimiter/several_small_entries
17:18:17 [2021-08-20T17:18:17.929Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block
17:18:17 [2021-08-20T17:18:17.929Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries
17:18:17 [2021-08-20T17:18:17.929Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block
17:18:17 [2021-08-20T17:18:17.929Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes
17:18:17 [2021-08-20T17:18:17.929Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block
17:18:17 [2021-08-20T17:18:17.929Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes
17:18:17 [2021-08-20T17:18:17.929Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block
17:18:17 [2021-08-20T17:18:17.929Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block
17:18:17 [2021-08-20T17:18:17.929Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_same_as_block
17:18:17 [2021-08-20T17:18:17.929Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block
17:18:17 [2021-08-20T17:18:17.929Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_half_block
17:18:17 [2021-08-20T17:18:17.929Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block
17:18:17 [2021-08-20T17:18:17.929Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_twice_block
17:18:17 [2021-08-20T17:18:17.929Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block
17:18:17 [2021-08-20T17:18:17.929Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values
17:18:17 [2021-08-20T17:18:17.929Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values
17:18:17 [2021-08-20T17:18:17.929Z] === RUN   TestNewTailReader/8_byte_delimiter/no_lines
17:18:17 [2021-08-20T17:18:17.929Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines
17:18:17 [2021-08-20T17:18:17.929Z] === RUN   TestNewTailReader/8_byte_delimiter/same_length_as_delimiter
17:18:17 [2021-08-20T17:18:17.929Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter
17:18:17 [2021-08-20T17:18:17.929Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block
17:18:17 [2021-08-20T17:18:17.929Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block
17:18:17 [2021-08-20T17:18:17.929Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block
17:18:17 [2021-08-20T17:18:17.929Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block
17:18:17 [2021-08-20T17:18:17.929Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_same_as_block
17:18:17 [2021-08-20T17:18:17.929Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block
17:18:17 [2021-08-20T17:18:17.929Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_half_block
17:18:17 [2021-08-20T17:18:17.929Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block
17:18:17 [2021-08-20T17:18:17.929Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_twice_block
17:18:17 [2021-08-20T17:18:17.929Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block
17:18:17 [2021-08-20T17:18:17.929Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values
17:18:17 [2021-08-20T17:18:17.929Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values
17:18:17 [2021-08-20T17:18:17.929Z] === RUN   TestNewTailReader/2_byte_delimiter/no_lines
17:18:17 [2021-08-20T17:18:17.929Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines
17:18:17 [2021-08-20T17:18:17.929Z] === RUN   TestNewTailReader/2_byte_delimiter/same_length_as_delimiter
17:18:17 [2021-08-20T17:18:17.929Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter
17:18:17 [2021-08-20T17:18:17.929Z] === CONT  TestNewTailReader/no_delimiter
17:18:17 [2021-08-20T17:18:17.929Z] === RUN   TestNewTailReader/no_delimiter/one_small_entry
17:18:17 [2021-08-20T17:18:17.929Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry
17:18:17 [2021-08-20T17:18:17.929Z] === RUN   TestNewTailReader/no_delimiter/several_small_entries
17:18:17 [2021-08-20T17:18:17.929Z] === CONT  TestNewTailReader/single_byte_delimiter
17:18:17 [2021-08-20T17:18:17.929Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries
17:18:17 [2021-08-20T17:18:17.929Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block
17:18:17 [2021-08-20T17:18:17.929Z] === RUN   TestNewTailReader/single_byte_delimiter/one_small_entry
17:18:17 [2021-08-20T17:18:17.929Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block
17:18:17 [2021-08-20T17:18:17.929Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_same_as_block
17:18:17 [2021-08-20T17:18:17.929Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry
17:18:17 [2021-08-20T17:18:17.929Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block
17:18:17 [2021-08-20T17:18:17.929Z] === RUN   TestNewTailReader/single_byte_delimiter/several_small_entries
17:18:17 [2021-08-20T17:18:17.929Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries
17:18:17 [2021-08-20T17:18:17.929Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes
17:18:17 [2021-08-20T17:18:17.929Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes
17:18:17 [2021-08-20T17:18:17.929Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block
17:18:17 [2021-08-20T17:18:17.929Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block
17:18:17 [2021-08-20T17:18:17.929Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block
17:18:17 [2021-08-20T17:18:17.929Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block
17:18:17 [2021-08-20T17:18:17.929Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block
17:18:17 [2021-08-20T17:18:17.929Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block
17:18:17 [2021-08-20T17:18:17.929Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_same_as_block
17:18:17 [2021-08-20T17:18:17.929Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block
17:18:17 [2021-08-20T17:18:17.929Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_half_block
17:18:17 [2021-08-20T17:18:17.929Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block
17:18:17 [2021-08-20T17:18:17.929Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_twice_block
17:18:17 [2021-08-20T17:18:17.929Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block
17:18:17 [2021-08-20T17:18:17.929Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values
17:18:17 [2021-08-20T17:18:17.929Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values
17:18:17 [2021-08-20T17:18:17.929Z] === RUN   TestNewTailReader/4_byte_delimiter/no_lines
17:18:17 [2021-08-20T17:18:17.929Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines
17:18:17 [2021-08-20T17:18:17.929Z] === RUN   TestNewTailReader/4_byte_delimiter/same_length_as_delimiter
17:18:17 [2021-08-20T17:18:17.929Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter
17:18:17 [2021-08-20T17:18:17.929Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block
17:18:17 [2021-08-20T17:18:17.929Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block
17:18:17 [2021-08-20T17:18:17.929Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block
17:18:17 [2021-08-20T17:18:17.929Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block
17:18:17 [2021-08-20T17:18:17.929Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block
17:18:17 [2021-08-20T17:18:17.929Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_same_as_block
17:18:17 [2021-08-20T17:18:17.929Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block
17:18:17 [2021-08-20T17:18:17.929Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_half_block
17:18:17 [2021-08-20T17:18:17.929Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block
17:18:17 [2021-08-20T17:18:17.929Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_twice_block
17:18:17 [2021-08-20T17:18:17.929Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block
17:18:17 [2021-08-20T17:18:17.929Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values
17:18:17 [2021-08-20T17:18:17.929Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values
17:18:17 [2021-08-20T17:18:17.929Z] === CONT  TestNewTailReader/8_byte_delimiter/one_small_entry
17:18:17 [2021-08-20T17:18:17.929Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_half_block
17:18:17 [2021-08-20T17:18:17.929Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block
17:18:17 [2021-08-20T17:18:17.929Z] === RUN   TestNewTailReader/single_byte_delimiter/no_lines
17:18:17 [2021-08-20T17:18:17.929Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines
17:18:17 [2021-08-20T17:18:17.929Z] === RUN   TestNewTailReader/no_delimiter/various_sizes
17:18:17 [2021-08-20T17:18:17.929Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_twice_block
17:18:17 [2021-08-20T17:18:17.929Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes
17:18:17 [2021-08-20T17:18:17.929Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block
17:18:17 [2021-08-20T17:18:17.929Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block
17:18:17 [2021-08-20T17:18:17.929Z] === RUN   TestNewTailReader/single_byte_delimiter/same_length_as_delimiter
17:18:17 [2021-08-20T17:18:17.929Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block
17:18:17 [2021-08-20T17:18:17.929Z] === RUN   TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines
17:18:17 [2021-08-20T17:18:17.929Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block
17:18:17 [2021-08-20T17:18:17.929Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block
17:18:17 [2021-08-20T17:18:17.929Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter
17:18:17 [2021-08-20T17:18:17.929Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values
17:18:17 [2021-08-20T17:18:17.929Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines
17:18:17 [2021-08-20T17:18:17.929Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values
17:18:17 [2021-08-20T17:18:17.929Z] === RUN   TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available
17:18:17 [2021-08-20T17:18:17.929Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block
17:18:17 [2021-08-20T17:18:17.929Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available
17:18:17 [2021-08-20T17:18:17.929Z] === CONT  TestNewTailReader/2_byte_delimiter/one_small_entry
17:18:17 [2021-08-20T17:18:17.929Z] === RUN   TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines
17:18:17 [2021-08-20T17:18:17.929Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block
17:18:17 [2021-08-20T17:18:17.929Z] === RUN   TestNewTailReader/no_delimiter/single_line_same_as_block
17:18:17 [2021-08-20T17:18:17.929Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines
17:18:17 [2021-08-20T17:18:17.929Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block
17:18:17 [2021-08-20T17:18:17.929Z] === RUN   TestNewTailReader/no_delimiter/single_line_half_block
17:18:17 [2021-08-20T17:18:17.929Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block
17:18:17 [2021-08-20T17:18:17.929Z] === RUN   TestNewTailReader/no_delimiter/single_line_twice_block
17:18:17 [2021-08-20T17:18:17.929Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block
17:18:17 [2021-08-20T17:18:17.929Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values
17:18:17 [2021-08-20T17:18:17.929Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values
17:18:17 [2021-08-20T17:18:17.929Z] === RUN   TestNewTailReader/no_delimiter/no_lines
17:18:17 [2021-08-20T17:18:17.929Z] === PAUSE TestNewTailReader/no_delimiter/no_lines
17:18:17 [2021-08-20T17:18:17.929Z] === RUN   TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available
17:18:17 [2021-08-20T17:18:17.929Z] === RUN   TestNewTailReader/no_delimiter/same_length_as_delimiter
17:18:17 [2021-08-20T17:18:17.929Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available
17:18:17 [2021-08-20T17:18:17.929Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block
17:18:17 [2021-08-20T17:18:17.929Z] === RUN   TestNewTailReader/12_byte_delimiter/no_lines
17:18:17 [2021-08-20T17:18:17.929Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines
17:18:17 [2021-08-20T17:18:17.929Z] === RUN   TestNewTailReader/12_byte_delimiter/same_length_as_delimiter
17:18:17 [2021-08-20T17:18:17.929Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines
17:18:17 [2021-08-20T17:18:17.929Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_same_as_block
17:18:17 [2021-08-20T17:18:17.929Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines
17:18:17 [2021-08-20T17:18:17.929Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines
17:18:17 [2021-08-20T17:18:17.929Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines
17:18:17 [2021-08-20T17:18:17.929Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
17:18:17 [2021-08-20T17:18:17.929Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
17:18:17 [2021-08-20T17:18:17.929Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block
17:18:17 [2021-08-20T17:18:17.929Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
17:18:17 [2021-08-20T17:18:17.929Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
17:18:17 [2021-08-20T17:18:17.929Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
17:18:17 [2021-08-20T17:18:17.929Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
17:18:17 [2021-08-20T17:18:17.929Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines
17:18:17 [2021-08-20T17:18:17.929Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines
17:18:17 [2021-08-20T17:18:17.929Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines
17:18:17 [2021-08-20T17:18:17.929Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines
17:18:17 [2021-08-20T17:18:17.929Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines
17:18:17 [2021-08-20T17:18:17.929Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines
17:18:17 [2021-08-20T17:18:17.929Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter
17:18:17 [2021-08-20T17:18:17.929Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines
17:18:17 [2021-08-20T17:18:17.929Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block
17:18:17 [2021-08-20T17:18:17.929Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter
17:18:17 [2021-08-20T17:18:17.929Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
17:18:17 [2021-08-20T17:18:17.929Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
17:18:17 [2021-08-20T17:18:17.929Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
17:18:17 [2021-08-20T17:18:17.929Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines
17:18:17 [2021-08-20T17:18:17.929Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
17:18:17 [2021-08-20T17:18:17.929Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
17:18:17 [2021-08-20T17:18:17.929Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes
17:18:17 [2021-08-20T17:18:17.929Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
17:18:17 [2021-08-20T17:18:17.929Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
17:18:17 [2021-08-20T17:18:17.929Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
17:18:17 [2021-08-20T17:18:17.929Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/1_lines
17:18:17 [2021-08-20T17:18:17.929Z] === CONT  TestNewTailReader/8_byte_delimiter/several_small_entries
17:18:17 [2021-08-20T17:18:17.929Z] === RUN   TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines
17:18:17 [2021-08-20T17:18:17.929Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines
17:18:17 [2021-08-20T17:18:17.929Z] === RUN   TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines
17:18:17 [2021-08-20T17:18:17.929Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
17:18:17 [2021-08-20T17:18:17.929Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
17:18:17 [2021-08-20T17:18:17.929Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
17:18:17 [2021-08-20T17:18:17.930Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines
17:18:17 [2021-08-20T17:18:17.930Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/2_lines
17:18:17 [2021-08-20T17:18:17.930Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines
17:18:17 [2021-08-20T17:18:17.930Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/3_lines
17:18:17 [2021-08-20T17:18:17.930Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines
17:18:17 [2021-08-20T17:18:17.930Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/4_lines
17:18:17 [2021-08-20T17:18:17.930Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines
17:18:17 [2021-08-20T17:18:17.930Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/5_lines
17:18:17 [2021-08-20T17:18:17.930Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines
17:18:17 [2021-08-20T17:18:17.930Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/6_lines
17:18:17 [2021-08-20T17:18:17.930Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines
17:18:17 [2021-08-20T17:18:17.930Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/7_lines
17:18:17 [2021-08-20T17:18:17.930Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_half_block
17:18:17 [2021-08-20T17:18:17.930Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines
17:18:17 [2021-08-20T17:18:17.930Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/8_lines
17:18:17 [2021-08-20T17:18:17.930Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines
17:18:17 [2021-08-20T17:18:17.930Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines
17:18:17 [2021-08-20T17:18:17.930Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
17:18:17 [2021-08-20T17:18:17.930Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/9_lines
17:18:17 [2021-08-20T17:18:17.930Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
17:18:17 [2021-08-20T17:18:17.930Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines
17:18:17 [2021-08-20T17:18:17.930Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
17:18:17 [2021-08-20T17:18:17.930Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines
17:18:17 [2021-08-20T17:18:17.930Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
17:18:17 [2021-08-20T17:18:17.930Z] === RUN   TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines
17:18:17 [2021-08-20T17:18:17.930Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
17:18:17 [2021-08-20T17:18:17.930Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
17:18:17 [2021-08-20T17:18:17.930Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines
17:18:17 [2021-08-20T17:18:17.930Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/10_lines
17:18:17 [2021-08-20T17:18:17.930Z] === RUN   TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available
17:18:17 [2021-08-20T17:18:17.930Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available
17:18:17 [2021-08-20T17:18:17.930Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines
17:18:17 [2021-08-20T17:18:17.930Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available
17:18:17 [2021-08-20T17:18:17.930Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available
17:18:17 [2021-08-20T17:18:17.930Z] === CONT  TestNewTailReader/2_byte_delimiter/same_length_as_delimiter
17:18:17 [2021-08-20T17:18:17.930Z] === RUN   TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines
17:18:17 [2021-08-20T17:18:17.930Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines
17:18:17 [2021-08-20T17:18:17.930Z] === RUN   TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
17:18:17 [2021-08-20T17:18:17.930Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
17:18:17 [2021-08-20T17:18:17.930Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
17:18:17 [2021-08-20T17:18:17.930Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
17:18:17 [2021-08-20T17:18:17.930Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
17:18:17 [2021-08-20T17:18:17.930Z] === RUN   TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
17:18:17 [2021-08-20T17:18:17.930Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
17:18:17 [2021-08-20T17:18:17.930Z] === CONT  TestNewTailReader/2_byte_delimiter/no_lines
17:18:17 [2021-08-20T17:18:17.930Z] === RUN   TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available
17:18:17 [2021-08-20T17:18:17.930Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available
17:18:17 [2021-08-20T17:18:17.930Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines
17:18:17 [2021-08-20T17:18:17.930Z] === RUN   TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available
17:18:17 [2021-08-20T17:18:17.930Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available
17:18:17 [2021-08-20T17:18:17.930Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_twice_block
17:18:17 [2021-08-20T17:18:17.930Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines
17:18:17 [2021-08-20T17:18:17.930Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines
17:18:17 [2021-08-20T17:18:17.930Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available
17:18:17 [2021-08-20T17:18:17.930Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available
17:18:17 [2021-08-20T17:18:17.930Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_same_as_block
17:18:17 [2021-08-20T17:18:17.930Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines
17:18:17 [2021-08-20T17:18:17.930Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines
17:18:17 [2021-08-20T17:18:17.930Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
17:18:17 [2021-08-20T17:18:17.930Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
17:18:17 [2021-08-20T17:18:17.930Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values
17:18:17 [2021-08-20T17:18:17.930Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines
17:18:17 [2021-08-20T17:18:17.930Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines
17:18:17 [2021-08-20T17:18:17.930Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines
17:18:17 [2021-08-20T17:18:17.930Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines
17:18:17 [2021-08-20T17:18:17.930Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines
17:18:17 [2021-08-20T17:18:17.930Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines
17:18:17 [2021-08-20T17:18:17.930Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines
17:18:17 [2021-08-20T17:18:17.930Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines
17:18:17 [2021-08-20T17:18:17.930Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines
17:18:17 [2021-08-20T17:18:17.930Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines
17:18:17 [2021-08-20T17:18:17.930Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines
17:18:17 [2021-08-20T17:18:17.930Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines
17:18:17 [2021-08-20T17:18:17.930Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines
17:18:17 [2021-08-20T17:18:17.930Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines
17:18:17 [2021-08-20T17:18:17.930Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines
17:18:17 [2021-08-20T17:18:17.930Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines
17:18:17 [2021-08-20T17:18:17.930Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines
17:18:17 [2021-08-20T17:18:17.930Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines
17:18:17 [2021-08-20T17:18:17.930Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines
17:18:17 [2021-08-20T17:18:17.930Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines
17:18:17 [2021-08-20T17:18:17.930Z] === RUN   TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available
17:18:17 [2021-08-20T17:18:17.930Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available
17:18:17 [2021-08-20T17:18:17.930Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block
17:18:17 [2021-08-20T17:18:17.930Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines
17:18:17 [2021-08-20T17:18:17.930Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines
17:18:17 [2021-08-20T17:18:17.930Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines
17:18:17 [2021-08-20T17:18:17.930Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines
17:18:17 [2021-08-20T17:18:17.930Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines
17:18:17 [2021-08-20T17:18:17.930Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines
17:18:17 [2021-08-20T17:18:17.930Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines
17:18:17 [2021-08-20T17:18:17.930Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines
17:18:17 [2021-08-20T17:18:17.930Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines
17:18:17 [2021-08-20T17:18:17.930Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block
17:18:17 [2021-08-20T17:18:17.930Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines
17:18:17 [2021-08-20T17:18:17.930Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
17:18:17 [2021-08-20T17:18:17.930Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
17:18:17 [2021-08-20T17:18:17.930Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
17:18:17 [2021-08-20T17:18:17.930Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
17:18:17 [2021-08-20T17:18:17.930Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
17:18:17 [2021-08-20T17:18:17.930Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
17:18:17 [2021-08-20T17:18:17.930Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
17:18:17 [2021-08-20T17:18:17.930Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
17:18:17 [2021-08-20T17:18:17.930Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
17:18:17 [2021-08-20T17:18:17.930Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
17:18:17 [2021-08-20T17:18:17.930Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
17:18:17 [2021-08-20T17:18:17.930Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
17:18:17 [2021-08-20T17:18:17.930Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
17:18:17 [2021-08-20T17:18:17.930Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
17:18:17 [2021-08-20T17:18:17.930Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes
17:18:17 [2021-08-20T17:18:17.930Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/1_lines
17:18:17 [2021-08-20T17:18:17.930Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines
17:18:17 [2021-08-20T17:18:17.930Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/2_lines
17:18:17 [2021-08-20T17:18:17.930Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines
17:18:17 [2021-08-20T17:18:17.930Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/3_lines
17:18:17 [2021-08-20T17:18:17.930Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines
17:18:17 [2021-08-20T17:18:17.930Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/4_lines
17:18:17 [2021-08-20T17:18:17.930Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines
17:18:17 [2021-08-20T17:18:17.930Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/5_lines
17:18:17 [2021-08-20T17:18:17.930Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines
17:18:17 [2021-08-20T17:18:17.930Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/6_lines
17:18:17 [2021-08-20T17:18:17.930Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines
17:18:17 [2021-08-20T17:18:17.930Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/7_lines
17:18:17 [2021-08-20T17:18:17.930Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines
17:18:17 [2021-08-20T17:18:17.930Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/8_lines
17:18:17 [2021-08-20T17:18:17.930Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines
17:18:17 [2021-08-20T17:18:17.930Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/9_lines
17:18:17 [2021-08-20T17:18:17.930Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines
17:18:17 [2021-08-20T17:18:17.930Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/10_lines
17:18:17 [2021-08-20T17:18:17.930Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines
17:18:17 [2021-08-20T17:18:17.930Z] === RUN   TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available
17:18:17 [2021-08-20T17:18:17.930Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available
17:18:17 [2021-08-20T17:18:17.930Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block
17:18:17 [2021-08-20T17:18:17.930Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
17:18:17 [2021-08-20T17:18:17.930Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
17:18:17 [2021-08-20T17:18:17.930Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
17:18:17 [2021-08-20T17:18:17.930Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values
17:18:17 [2021-08-20T17:18:17.930Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_half_block
17:18:17 [2021-08-20T17:18:17.930Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines
17:18:17 [2021-08-20T17:18:17.930Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines
17:18:17 [2021-08-20T17:18:17.930Z] === RUN   TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available
17:18:17 [2021-08-20T17:18:17.930Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available
17:18:17 [2021-08-20T17:18:17.930Z] === CONT  TestNewTailReader/2_byte_delimiter/several_small_entries
17:18:17 [2021-08-20T17:18:17.930Z] === RUN   TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines
17:18:17 [2021-08-20T17:18:17.930Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines
17:18:17 [2021-08-20T17:18:17.930Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines
17:18:17 [2021-08-20T17:18:17.930Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines
17:18:17 [2021-08-20T17:18:17.930Z] === CONT  TestNewTailReader/8_byte_delimiter/same_length_as_delimiter
17:18:17 [2021-08-20T17:18:17.930Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
17:18:17 [2021-08-20T17:18:17.930Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines
17:18:17 [2021-08-20T17:18:17.930Z] === RUN   TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines
17:18:17 [2021-08-20T17:18:17.930Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines
17:18:17 [2021-08-20T17:18:17.930Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines
17:18:17 [2021-08-20T17:18:17.930Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines
17:18:17 [2021-08-20T17:18:17.930Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines
17:18:17 [2021-08-20T17:18:17.930Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines
17:18:17 [2021-08-20T17:18:17.930Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines
17:18:17 [2021-08-20T17:18:17.930Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines
17:18:17 [2021-08-20T17:18:17.930Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines
17:18:17 [2021-08-20T17:18:17.930Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines
17:18:17 [2021-08-20T17:18:17.930Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines
17:18:17 [2021-08-20T17:18:17.930Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines
17:18:17 [2021-08-20T17:18:17.930Z] === RUN   TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines
17:18:17 [2021-08-20T17:18:17.930Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines
17:18:17 [2021-08-20T17:18:17.930Z] === RUN   TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines
17:18:17 [2021-08-20T17:18:17.930Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines
17:18:17 [2021-08-20T17:18:17.930Z] === RUN   TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available
17:18:17 [2021-08-20T17:18:17.930Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available
17:18:17 [2021-08-20T17:18:17.930Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines
17:18:17 [2021-08-20T17:18:17.930Z] === RUN   TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
17:18:17 [2021-08-20T17:18:17.930Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
17:18:17 [2021-08-20T17:18:17.930Z] === CONT  TestNewTailReader/8_byte_delimiter/no_lines
17:18:17 [2021-08-20T17:18:17.930Z] === RUN   TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available
17:18:17 [2021-08-20T17:18:17.930Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available
17:18:17 [2021-08-20T17:18:17.930Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
17:18:17 [2021-08-20T17:18:17.930Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
17:18:17 [2021-08-20T17:18:17.930Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
17:18:17 [2021-08-20T17:18:17.930Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
17:18:17 [2021-08-20T17:18:17.930Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
17:18:17 [2021-08-20T17:18:17.930Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
17:18:17 [2021-08-20T17:18:17.930Z] === RUN   TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
17:18:17 [2021-08-20T17:18:17.930Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
17:18:17 [2021-08-20T17:18:17.930Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_twice_block
17:18:17 [2021-08-20T17:18:17.930Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines
17:18:17 [2021-08-20T17:18:17.930Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines
17:18:17 [2021-08-20T17:18:17.930Z] === RUN   TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available
17:18:17 [2021-08-20T17:18:17.930Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available
17:18:17 [2021-08-20T17:18:17.930Z] === CONT  TestNewTailReader/4_byte_delimiter/one_small_entry
17:18:17 [2021-08-20T17:18:17.930Z] === RUN   TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines
17:18:17 [2021-08-20T17:18:17.930Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines
17:18:17 [2021-08-20T17:18:17.930Z] === RUN   TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available
17:18:17 [2021-08-20T17:18:17.930Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available
17:18:17 [2021-08-20T17:18:17.930Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines
17:18:17 [2021-08-20T17:18:17.930Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines
17:18:17 [2021-08-20T17:18:17.930Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines
17:18:17 [2021-08-20T17:18:17.930Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_same_as_block
17:18:17 [2021-08-20T17:18:17.930Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines
17:18:17 [2021-08-20T17:18:17.931Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines
17:18:17 [2021-08-20T17:18:17.931Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines
17:18:17 [2021-08-20T17:18:17.931Z] === CONT  TestNewTailReader/4_byte_delimiter/same_length_as_delimiter
17:18:17 [2021-08-20T17:18:17.931Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
17:18:17 [2021-08-20T17:18:17.931Z] === RUN   TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines
17:18:17 [2021-08-20T17:18:17.931Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines
17:18:17 [2021-08-20T17:18:17.931Z] === RUN   TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
17:18:17 [2021-08-20T17:18:17.931Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
17:18:17 [2021-08-20T17:18:17.931Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
17:18:17 [2021-08-20T17:18:17.931Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values
17:18:17 [2021-08-20T17:18:17.931Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines
17:18:17 [2021-08-20T17:18:17.931Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines
17:18:17 [2021-08-20T17:18:17.931Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines
17:18:17 [2021-08-20T17:18:17.931Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines
17:18:17 [2021-08-20T17:18:17.931Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines
17:18:17 [2021-08-20T17:18:17.931Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines
17:18:17 [2021-08-20T17:18:17.931Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines
17:18:17 [2021-08-20T17:18:17.931Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines
17:18:17 [2021-08-20T17:18:17.931Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines
17:18:17 [2021-08-20T17:18:17.931Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines
17:18:17 [2021-08-20T17:18:17.931Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines
17:18:17 [2021-08-20T17:18:17.931Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines
17:18:17 [2021-08-20T17:18:17.931Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines
17:18:17 [2021-08-20T17:18:17.931Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines
17:18:17 [2021-08-20T17:18:17.931Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines
17:18:17 [2021-08-20T17:18:17.931Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines
17:18:17 [2021-08-20T17:18:17.931Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines
17:18:17 [2021-08-20T17:18:17.931Z] === RUN   TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available
17:18:17 [2021-08-20T17:18:17.931Z] === CONT  TestNewTailReader/4_byte_delimiter/no_lines
17:18:17 [2021-08-20T17:18:17.931Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available
17:18:17 [2021-08-20T17:18:17.931Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines
17:18:17 [2021-08-20T17:18:17.931Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_half_block
17:18:17 [2021-08-20T17:18:17.931Z] === RUN   TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available
17:18:17 [2021-08-20T17:18:17.931Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines
17:18:17 [2021-08-20T17:18:17.931Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available
17:18:17 [2021-08-20T17:18:17.931Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines
17:18:17 [2021-08-20T17:18:17.931Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_twice_block
17:18:17 [2021-08-20T17:18:17.931Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available
17:18:17 [2021-08-20T17:18:17.931Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines
17:18:17 [2021-08-20T17:18:17.931Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available
17:18:17 [2021-08-20T17:18:17.931Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines
17:18:17 [2021-08-20T17:18:17.931Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines
17:18:17 [2021-08-20T17:18:17.931Z] === RUN   TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available
17:18:17 [2021-08-20T17:18:17.931Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block
17:18:17 [2021-08-20T17:18:17.931Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
17:18:17 [2021-08-20T17:18:17.931Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
17:18:17 [2021-08-20T17:18:17.931Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
17:18:17 [2021-08-20T17:18:17.931Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
17:18:17 [2021-08-20T17:18:17.931Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
17:18:17 [2021-08-20T17:18:17.931Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
17:18:17 [2021-08-20T17:18:17.931Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
17:18:17 [2021-08-20T17:18:17.931Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block
17:18:17 [2021-08-20T17:18:17.931Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available
17:18:17 [2021-08-20T17:18:17.931Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
17:18:17 [2021-08-20T17:18:17.931Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
17:18:17 [2021-08-20T17:18:17.931Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
17:18:17 [2021-08-20T17:18:17.931Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
17:18:17 [2021-08-20T17:18:17.931Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
17:18:17 [2021-08-20T17:18:17.931Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block
17:18:17 [2021-08-20T17:18:17.931Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
17:18:17 [2021-08-20T17:18:17.931Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
17:18:17 [2021-08-20T17:18:17.931Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
17:18:17 [2021-08-20T17:18:17.931Z] === CONT  TestNewTailReader/4_byte_delimiter/several_small_entries
17:18:17 [2021-08-20T17:18:17.931Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
17:18:17 [2021-08-20T17:18:17.931Z] === RUN   TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines
17:18:17 [2021-08-20T17:18:17.931Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
17:18:17 [2021-08-20T17:18:17.931Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines
17:18:17 [2021-08-20T17:18:17.931Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
17:18:17 [2021-08-20T17:18:17.931Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines
17:18:17 [2021-08-20T17:18:17.931Z] === RUN   TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines
17:18:17 [2021-08-20T17:18:17.931Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
17:18:17 [2021-08-20T17:18:17.931Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines
17:18:17 [2021-08-20T17:18:17.931Z] === RUN   TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines
17:18:17 [2021-08-20T17:18:17.931Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
17:18:17 [2021-08-20T17:18:17.931Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines
17:18:17 [2021-08-20T17:18:17.931Z] === RUN   TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available
17:18:17 [2021-08-20T17:18:17.931Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
17:18:17 [2021-08-20T17:18:17.931Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines
17:18:17 [2021-08-20T17:18:17.931Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
17:18:17 [2021-08-20T17:18:17.931Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines
17:18:17 [2021-08-20T17:18:17.931Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available
17:18:17 [2021-08-20T17:18:17.931Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes
17:18:17 [2021-08-20T17:18:17.931Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines
17:18:17 [2021-08-20T17:18:17.931Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines
17:18:17 [2021-08-20T17:18:17.931Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/1_lines
17:18:17 [2021-08-20T17:18:17.931Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines
17:18:17 [2021-08-20T17:18:17.931Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines
17:18:17 [2021-08-20T17:18:17.931Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines
17:18:17 [2021-08-20T17:18:17.931Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/2_lines
17:18:17 [2021-08-20T17:18:17.931Z] === RUN   TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available
17:18:17 [2021-08-20T17:18:17.931Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available
17:18:17 [2021-08-20T17:18:17.931Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines
17:18:17 [2021-08-20T17:18:17.931Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
17:18:17 [2021-08-20T17:18:17.931Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
17:18:17 [2021-08-20T17:18:17.931Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines
17:18:17 [2021-08-20T17:18:17.931Z] === CONT  TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines
17:18:17 [2021-08-20T17:18:17.931Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines
17:18:17 [2021-08-20T17:18:17.931Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines
17:18:17 [2021-08-20T17:18:17.931Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines
17:18:17 [2021-08-20T17:18:17.931Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines
17:18:17 [2021-08-20T17:18:17.931Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines
17:18:17 [2021-08-20T17:18:17.931Z] === CONT  TestNewTailReader/single_byte_delimiter/one_small_entry
17:18:17 [2021-08-20T17:18:17.931Z] === RUN   TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
17:18:17 [2021-08-20T17:18:17.931Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/3_lines
17:18:17 [2021-08-20T17:18:17.931Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines
17:18:17 [2021-08-20T17:18:17.931Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/4_lines
17:18:17 [2021-08-20T17:18:17.931Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines
17:18:17 [2021-08-20T17:18:17.931Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/5_lines
17:18:17 [2021-08-20T17:18:17.931Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines
17:18:17 [2021-08-20T17:18:17.931Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/6_lines
17:18:17 [2021-08-20T17:18:17.931Z] === RUN   TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines
17:18:17 [2021-08-20T17:18:17.931Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines
17:18:17 [2021-08-20T17:18:17.931Z] === RUN   TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available
17:18:17 [2021-08-20T17:18:17.931Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available
17:18:17 [2021-08-20T17:18:17.931Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
17:18:17 [2021-08-20T17:18:17.931Z] === CONT  TestNewTailReader/single_byte_delimiter/no_lines
17:18:17 [2021-08-20T17:18:17.931Z] === RUN   TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available
17:18:17 [2021-08-20T17:18:17.931Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available
17:18:17 [2021-08-20T17:18:17.931Z] === CONT  TestNewTailReader/single_byte_delimiter/same_length_as_delimiter
17:18:17 [2021-08-20T17:18:17.931Z] === RUN   TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines
17:18:17 [2021-08-20T17:18:17.931Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines
17:18:17 [2021-08-20T17:18:17.931Z] === RUN   TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
17:18:17 [2021-08-20T17:18:17.931Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
17:18:17 [2021-08-20T17:18:17.931Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values
17:18:17 [2021-08-20T17:18:17.931Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines
17:18:17 [2021-08-20T17:18:17.931Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines
17:18:17 [2021-08-20T17:18:17.931Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines
17:18:17 [2021-08-20T17:18:17.931Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines
17:18:17 [2021-08-20T17:18:17.931Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines
17:18:17 [2021-08-20T17:18:17.931Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines
17:18:17 [2021-08-20T17:18:17.931Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines
17:18:17 [2021-08-20T17:18:17.931Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines
17:18:17 [2021-08-20T17:18:17.931Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines
17:18:17 [2021-08-20T17:18:17.931Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines
17:18:17 [2021-08-20T17:18:17.931Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines
17:18:17 [2021-08-20T17:18:17.931Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines
17:18:17 [2021-08-20T17:18:17.931Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines
17:18:17 [2021-08-20T17:18:17.931Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines
17:18:17 [2021-08-20T17:18:17.931Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines
17:18:17 [2021-08-20T17:18:17.931Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines
17:18:17 [2021-08-20T17:18:17.931Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines
17:18:17 [2021-08-20T17:18:17.931Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines
17:18:17 [2021-08-20T17:18:17.931Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines
17:18:17 [2021-08-20T17:18:17.931Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines
17:18:17 [2021-08-20T17:18:17.931Z] === RUN   TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available
17:18:17 [2021-08-20T17:18:17.931Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available
17:18:17 [2021-08-20T17:18:17.931Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_twice_block
17:18:17 [2021-08-20T17:18:17.931Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines
17:18:17 [2021-08-20T17:18:17.931Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines
17:18:17 [2021-08-20T17:18:17.931Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_same_as_block
17:18:17 [2021-08-20T17:18:17.931Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_half_block
17:18:17 [2021-08-20T17:18:17.931Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/7_lines
17:18:17 [2021-08-20T17:18:17.931Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines
17:18:17 [2021-08-20T17:18:17.931Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines
17:18:17 [2021-08-20T17:18:17.931Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines
17:18:17 [2021-08-20T17:18:17.931Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines
17:18:17 [2021-08-20T17:18:17.931Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available
17:18:17 [2021-08-20T17:18:17.931Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available
17:18:17 [2021-08-20T17:18:17.931Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/8_lines
17:18:17 [2021-08-20T17:18:17.931Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines
17:18:17 [2021-08-20T17:18:17.931Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/9_lines
17:18:17 [2021-08-20T17:18:17.931Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines
17:18:17 [2021-08-20T17:18:17.931Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/10_lines
17:18:17 [2021-08-20T17:18:17.931Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines
17:18:17 [2021-08-20T17:18:17.931Z] === RUN   TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available
17:18:17 [2021-08-20T17:18:17.931Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available
17:18:17 [2021-08-20T17:18:17.931Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block
17:18:17 [2021-08-20T17:18:17.931Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines
17:18:17 [2021-08-20T17:18:17.931Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines
17:18:17 [2021-08-20T17:18:17.931Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines
17:18:17 [2021-08-20T17:18:17.931Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available
17:18:17 [2021-08-20T17:18:17.931Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines
17:18:17 [2021-08-20T17:18:17.931Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block
17:18:17 [2021-08-20T17:18:17.931Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
17:18:17 [2021-08-20T17:18:17.931Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
17:18:17 [2021-08-20T17:18:17.931Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
17:18:17 [2021-08-20T17:18:17.931Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
17:18:17 [2021-08-20T17:18:17.931Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
17:18:17 [2021-08-20T17:18:17.931Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
17:18:17 [2021-08-20T17:18:17.931Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
17:18:17 [2021-08-20T17:18:17.931Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
17:18:17 [2021-08-20T17:18:17.931Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
17:18:17 [2021-08-20T17:18:17.931Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
17:18:17 [2021-08-20T17:18:17.931Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
17:18:17 [2021-08-20T17:18:17.931Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
17:18:17 [2021-08-20T17:18:17.931Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines
17:18:17 [2021-08-20T17:18:17.931Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines
17:18:17 [2021-08-20T17:18:17.931Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines
17:18:17 [2021-08-20T17:18:17.931Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines
17:18:17 [2021-08-20T17:18:17.931Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines
17:18:17 [2021-08-20T17:18:17.931Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines
17:18:17 [2021-08-20T17:18:17.931Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available
17:18:17 [2021-08-20T17:18:17.931Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines
17:18:17 [2021-08-20T17:18:17.931Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines
17:18:17 [2021-08-20T17:18:17.931Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes
17:18:17 [2021-08-20T17:18:17.931Z] === RUN   TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
17:18:17 [2021-08-20T17:18:17.932Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/1_lines
17:18:17 [2021-08-20T17:18:17.932Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
17:18:17 [2021-08-20T17:18:17.932Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines
17:18:17 [2021-08-20T17:18:17.932Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block
17:18:17 [2021-08-20T17:18:17.932Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
17:18:17 [2021-08-20T17:18:17.932Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
17:18:17 [2021-08-20T17:18:17.932Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
17:18:17 [2021-08-20T17:18:17.932Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
17:18:17 [2021-08-20T17:18:17.932Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
17:18:17 [2021-08-20T17:18:17.932Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
17:18:17 [2021-08-20T17:18:17.932Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
17:18:17 [2021-08-20T17:18:17.932Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
17:18:17 [2021-08-20T17:18:17.932Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
17:18:17 [2021-08-20T17:18:17.932Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
17:18:17 [2021-08-20T17:18:17.932Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
17:18:17 [2021-08-20T17:18:17.932Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
17:18:17 [2021-08-20T17:18:17.932Z] === RUN   TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
17:18:17 [2021-08-20T17:18:17.932Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
17:18:17 [2021-08-20T17:18:17.932Z] === CONT  TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available
17:18:17 [2021-08-20T17:18:17.932Z] === CONT  TestNewTailReader/single_byte_delimiter/several_small_entries
17:18:17 [2021-08-20T17:18:17.932Z] === RUN   TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines
17:18:17 [2021-08-20T17:18:17.932Z] === CONT  TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines
17:18:17 [2021-08-20T17:18:17.932Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines
17:18:17 [2021-08-20T17:18:17.932Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines
17:18:17 [2021-08-20T17:18:17.932Z] === RUN   TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines
17:18:17 [2021-08-20T17:18:17.932Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines
17:18:17 [2021-08-20T17:18:17.932Z] === RUN   TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines
17:18:17 [2021-08-20T17:18:17.932Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines
17:18:17 [2021-08-20T17:18:17.932Z] === RUN   TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available
17:18:17 [2021-08-20T17:18:17.932Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available
17:18:17 [2021-08-20T17:18:17.932Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
17:18:17 [2021-08-20T17:18:17.932Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/2_lines
17:18:17 [2021-08-20T17:18:17.932Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines
17:18:17 [2021-08-20T17:18:17.932Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/3_lines
17:18:17 [2021-08-20T17:18:17.932Z] === CONT  TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available
17:18:17 [2021-08-20T17:18:17.932Z] === CONT  TestNewTailReader/no_delimiter/one_small_entry
17:18:17 [2021-08-20T17:18:17.932Z] === RUN   TestNewTailReader/no_delimiter/one_small_entry/1_lines
17:18:17 [2021-08-20T17:18:17.932Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines
17:18:17 [2021-08-20T17:18:17.932Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines
17:18:17 [2021-08-20T17:18:17.932Z] === RUN   TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available
17:18:17 [2021-08-20T17:18:17.932Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/4_lines
17:18:17 [2021-08-20T17:18:17.932Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines
17:18:17 [2021-08-20T17:18:17.932Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available
17:18:17 [2021-08-20T17:18:17.932Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/5_lines
17:18:17 [2021-08-20T17:18:17.932Z] === CONT  TestNewTailReader/no_delimiter/same_length_as_delimiter
17:18:17 [2021-08-20T17:18:17.932Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines
17:18:17 [2021-08-20T17:18:17.932Z] === RUN   TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines
17:18:17 [2021-08-20T17:18:17.932Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines
17:18:17 [2021-08-20T17:18:17.932Z] === RUN   TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available
17:18:17 [2021-08-20T17:18:17.932Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available
17:18:17 [2021-08-20T17:18:17.932Z] === CONT  TestNewTailReader/no_delimiter/no_lines
17:18:17 [2021-08-20T17:18:17.932Z] === RUN   TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available
17:18:17 [2021-08-20T17:18:17.932Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available
17:18:17 [2021-08-20T17:18:17.932Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values
17:18:17 [2021-08-20T17:18:17.932Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/1_lines
17:18:17 [2021-08-20T17:18:17.932Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines
17:18:17 [2021-08-20T17:18:17.932Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/2_lines
17:18:17 [2021-08-20T17:18:17.932Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines
17:18:17 [2021-08-20T17:18:17.932Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/3_lines
17:18:17 [2021-08-20T17:18:17.932Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines
17:18:17 [2021-08-20T17:18:17.932Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/4_lines
17:18:17 [2021-08-20T17:18:17.932Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines
17:18:17 [2021-08-20T17:18:17.932Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/5_lines
17:18:17 [2021-08-20T17:18:17.932Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines
17:18:17 [2021-08-20T17:18:17.932Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/6_lines
17:18:17 [2021-08-20T17:18:17.932Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines
17:18:17 [2021-08-20T17:18:17.932Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/7_lines
17:18:17 [2021-08-20T17:18:17.932Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines
17:18:17 [2021-08-20T17:18:17.932Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/8_lines
17:18:17 [2021-08-20T17:18:17.932Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines
17:18:17 [2021-08-20T17:18:17.932Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/9_lines
17:18:17 [2021-08-20T17:18:17.932Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines
17:18:17 [2021-08-20T17:18:17.932Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/10_lines
17:18:17 [2021-08-20T17:18:17.932Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines
17:18:17 [2021-08-20T17:18:17.932Z] === RUN   TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available
17:18:17 [2021-08-20T17:18:17.932Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available
17:18:17 [2021-08-20T17:18:17.932Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/6_lines
17:18:17 [2021-08-20T17:18:17.932Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines
17:18:17 [2021-08-20T17:18:17.932Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/7_lines
17:18:17 [2021-08-20T17:18:17.932Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines
17:18:17 [2021-08-20T17:18:17.932Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/8_lines
17:18:17 [2021-08-20T17:18:17.932Z] === CONT  TestNewTailReader/no_delimiter/single_line_half_block
17:18:17 [2021-08-20T17:18:17.932Z] === RUN   TestNewTailReader/no_delimiter/single_line_half_block/1_lines
17:18:17 [2021-08-20T17:18:17.932Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines
17:18:17 [2021-08-20T17:18:17.932Z] === RUN   TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available
17:18:17 [2021-08-20T17:18:17.932Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available
17:18:17 [2021-08-20T17:18:17.932Z] === CONT  TestNewTailReader/no_delimiter/single_line_same_as_block
17:18:17 [2021-08-20T17:18:17.932Z] === RUN   TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines
17:18:17 [2021-08-20T17:18:17.932Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines
17:18:17 [2021-08-20T17:18:17.932Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines
17:18:17 [2021-08-20T17:18:17.932Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/9_lines
17:18:17 [2021-08-20T17:18:17.932Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines
17:18:17 [2021-08-20T17:18:17.932Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/10_lines
17:18:17 [2021-08-20T17:18:17.932Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines
17:18:17 [2021-08-20T17:18:17.932Z] === RUN   TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available
17:18:17 [2021-08-20T17:18:17.932Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available
17:18:17 [2021-08-20T17:18:17.932Z] === RUN   TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available
17:18:17 [2021-08-20T17:18:17.932Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available
17:18:17 [2021-08-20T17:18:17.932Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block
17:18:17 [2021-08-20T17:18:17.932Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines
17:18:17 [2021-08-20T17:18:17.932Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines
17:18:17 [2021-08-20T17:18:17.932Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines
17:18:17 [2021-08-20T17:18:17.932Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines
17:18:17 [2021-08-20T17:18:17.932Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines
17:18:17 [2021-08-20T17:18:17.932Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines
17:18:17 [2021-08-20T17:18:17.932Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines
17:18:17 [2021-08-20T17:18:17.932Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block
17:18:17 [2021-08-20T17:18:17.932Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines
17:18:17 [2021-08-20T17:18:17.932Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines
17:18:17 [2021-08-20T17:18:17.932Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines
17:18:17 [2021-08-20T17:18:17.932Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
17:18:17 [2021-08-20T17:18:17.932Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
17:18:17 [2021-08-20T17:18:17.932Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines
17:18:17 [2021-08-20T17:18:17.932Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines
17:18:17 [2021-08-20T17:18:17.932Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines
17:18:17 [2021-08-20T17:18:17.932Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines
17:18:17 [2021-08-20T17:18:17.932Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines
17:18:17 [2021-08-20T17:18:17.932Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines
17:18:17 [2021-08-20T17:18:17.932Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines
17:18:17 [2021-08-20T17:18:17.932Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines
17:18:17 [2021-08-20T17:18:17.932Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines
17:18:17 [2021-08-20T17:18:17.932Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines
17:18:17 [2021-08-20T17:18:17.932Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
17:18:17 [2021-08-20T17:18:17.932Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
17:18:17 [2021-08-20T17:18:17.932Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block
17:18:17 [2021-08-20T17:18:17.932Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines
17:18:17 [2021-08-20T17:18:17.932Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines
17:18:17 [2021-08-20T17:18:17.932Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines
17:18:17 [2021-08-20T17:18:17.932Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines
17:18:17 [2021-08-20T17:18:17.932Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines
17:18:17 [2021-08-20T17:18:17.932Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines
17:18:17 [2021-08-20T17:18:17.932Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines
17:18:17 [2021-08-20T17:18:17.932Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines
17:18:17 [2021-08-20T17:18:17.932Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines
17:18:17 [2021-08-20T17:18:17.932Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines
17:18:17 [2021-08-20T17:18:17.932Z] === RUN   TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
17:18:17 [2021-08-20T17:18:17.932Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
17:18:17 [2021-08-20T17:18:17.932Z] === CONT  TestNewTailReader/12_byte_delimiter/one_small_entry
17:18:17 [2021-08-20T17:18:17.932Z] === RUN   TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines
17:18:17 [2021-08-20T17:18:17.932Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines
17:18:17 [2021-08-20T17:18:17.932Z] === CONT  TestNewTailReader/no_delimiter/several_small_entries
17:18:17 [2021-08-20T17:18:17.932Z] === RUN   TestNewTailReader/no_delimiter/several_small_entries/1_lines
17:18:17 [2021-08-20T17:18:17.932Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines
17:18:17 [2021-08-20T17:18:17.932Z] === RUN   TestNewTailReader/no_delimiter/several_small_entries/2_lines
17:18:17 [2021-08-20T17:18:17.932Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines
17:18:17 [2021-08-20T17:18:17.932Z] === RUN   TestNewTailReader/no_delimiter/several_small_entries/3_lines
17:18:17 [2021-08-20T17:18:17.932Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines
17:18:17 [2021-08-20T17:18:17.932Z] === RUN   TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available
17:18:17 [2021-08-20T17:18:17.932Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available
17:18:17 [2021-08-20T17:18:17.932Z] === CONT  TestNewTailReader/no_delimiter/various_sizes
17:18:17 [2021-08-20T17:18:17.932Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/1_lines
17:18:17 [2021-08-20T17:18:17.932Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines
17:18:17 [2021-08-20T17:18:17.932Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/2_lines
17:18:17 [2021-08-20T17:18:17.932Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines
17:18:17 [2021-08-20T17:18:17.932Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/3_lines
17:18:17 [2021-08-20T17:18:17.932Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines
17:18:17 [2021-08-20T17:18:17.932Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/4_lines
17:18:17 [2021-08-20T17:18:17.932Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines
17:18:17 [2021-08-20T17:18:17.932Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/5_lines
17:18:17 [2021-08-20T17:18:17.932Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines
17:18:17 [2021-08-20T17:18:17.932Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/6_lines
17:18:17 [2021-08-20T17:18:17.932Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines
17:18:17 [2021-08-20T17:18:17.932Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/7_lines
17:18:17 [2021-08-20T17:18:17.932Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines
17:18:17 [2021-08-20T17:18:17.932Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/8_lines
17:18:18 [2021-08-20T17:18:18.396Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines
17:18:18 [2021-08-20T17:18:18.396Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/9_lines
17:18:18 [2021-08-20T17:18:18.396Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines
17:18:18 [2021-08-20T17:18:18.396Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/10_lines
17:18:18 [2021-08-20T17:18:18.396Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines
17:18:18 [2021-08-20T17:18:18.396Z] === RUN   TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available
17:18:18 [2021-08-20T17:18:18.396Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available
17:18:18 [2021-08-20T17:18:18.396Z] === RUN   TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available
17:18:18 [2021-08-20T17:18:18.396Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available
17:18:18 [2021-08-20T17:18:18.396Z] === CONT  TestNewTailReader/12_byte_delimiter/same_length_as_delimiter
17:18:18 [2021-08-20T17:18:18.396Z] === RUN   TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines
17:18:18 [2021-08-20T17:18:18.396Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines
17:18:18 [2021-08-20T17:18:18.396Z] === RUN   TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
17:18:18 [2021-08-20T17:18:18.396Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
17:18:18 [2021-08-20T17:18:18.396Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_same_as_block
17:18:18 [2021-08-20T17:18:18.396Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines
17:18:18 [2021-08-20T17:18:18.396Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines
17:18:18 [2021-08-20T17:18:18.396Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
17:18:18 [2021-08-20T17:18:18.396Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values
17:18:18 [2021-08-20T17:18:18.396Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
17:18:18 [2021-08-20T17:18:18.396Z] === CONT  TestNewTailReader/no_delimiter/single_line_twice_block
17:18:18 [2021-08-20T17:18:18.396Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines
17:18:18 [2021-08-20T17:18:18.396Z] === CONT  TestNewTailReader/12_byte_delimiter/no_lines
17:18:18 [2021-08-20T17:18:18.396Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines
17:18:18 [2021-08-20T17:18:18.396Z] === RUN   TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available
17:18:18 [2021-08-20T17:18:18.396Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines
17:18:18 [2021-08-20T17:18:18.396Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available
17:18:18 [2021-08-20T17:18:18.396Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_twice_block
17:18:18 [2021-08-20T17:18:18.396Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_half_block
17:18:18 [2021-08-20T17:18:18.396Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines
17:18:18 [2021-08-20T17:18:18.396Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines
17:18:18 [2021-08-20T17:18:18.396Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines
17:18:18 [2021-08-20T17:18:18.396Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines
17:18:18 [2021-08-20T17:18:18.396Z] === RUN   TestNewTailReader/no_delimiter/single_line_twice_block/1_lines
17:18:18 [2021-08-20T17:18:18.396Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available
17:18:18 [2021-08-20T17:18:18.396Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines
17:18:18 [2021-08-20T17:18:18.396Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available
17:18:18 [2021-08-20T17:18:18.396Z] === RUN   TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available
17:18:18 [2021-08-20T17:18:18.396Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines
17:18:18 [2021-08-20T17:18:18.396Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines
17:18:18 [2021-08-20T17:18:18.396Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines
17:18:18 [2021-08-20T17:18:18.396Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines
17:18:18 [2021-08-20T17:18:18.396Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines
17:18:18 [2021-08-20T17:18:18.396Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines
17:18:18 [2021-08-20T17:18:18.396Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines
17:18:18 [2021-08-20T17:18:18.396Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines
17:18:18 [2021-08-20T17:18:18.396Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available
17:18:18 [2021-08-20T17:18:18.396Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines
17:18:18 [2021-08-20T17:18:18.396Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines
17:18:18 [2021-08-20T17:18:18.396Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines
17:18:18 [2021-08-20T17:18:18.396Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines
17:18:18 [2021-08-20T17:18:18.396Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines
17:18:18 [2021-08-20T17:18:18.396Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines
17:18:18 [2021-08-20T17:18:18.396Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines
17:18:18 [2021-08-20T17:18:18.396Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines
17:18:18 [2021-08-20T17:18:18.396Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines
17:18:18 [2021-08-20T17:18:18.396Z] === RUN   TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available
17:18:18 [2021-08-20T17:18:18.396Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available
17:18:18 [2021-08-20T17:18:18.396Z] === RUN   TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available
17:18:18 [2021-08-20T17:18:18.396Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available
17:18:18 [2021-08-20T17:18:18.396Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block
17:18:18 [2021-08-20T17:18:18.396Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
17:18:18 [2021-08-20T17:18:18.396Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
17:18:18 [2021-08-20T17:18:18.396Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
17:18:18 [2021-08-20T17:18:18.396Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block
17:18:18 [2021-08-20T17:18:18.396Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
17:18:18 [2021-08-20T17:18:18.396Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
17:18:18 [2021-08-20T17:18:18.396Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
17:18:18 [2021-08-20T17:18:18.396Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
17:18:18 [2021-08-20T17:18:18.396Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
17:18:18 [2021-08-20T17:18:18.396Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
17:18:18 [2021-08-20T17:18:18.396Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
17:18:18 [2021-08-20T17:18:18.396Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
17:18:18 [2021-08-20T17:18:18.396Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
17:18:18 [2021-08-20T17:18:18.396Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
17:18:18 [2021-08-20T17:18:18.396Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
17:18:18 [2021-08-20T17:18:18.396Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
17:18:18 [2021-08-20T17:18:18.396Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
17:18:18 [2021-08-20T17:18:18.396Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
17:18:18 [2021-08-20T17:18:18.396Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
17:18:18 [2021-08-20T17:18:18.396Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
17:18:18 [2021-08-20T17:18:18.396Z] === CONT  TestNewTailReader/12_byte_delimiter/several_small_entries
17:18:18 [2021-08-20T17:18:18.396Z] === RUN   TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines
17:18:18 [2021-08-20T17:18:18.396Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
17:18:18 [2021-08-20T17:18:18.396Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes
17:18:18 [2021-08-20T17:18:18.396Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
17:18:18 [2021-08-20T17:18:18.396Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/1_lines
17:18:18 [2021-08-20T17:18:18.396Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
17:18:18 [2021-08-20T17:18:18.396Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
17:18:18 [2021-08-20T17:18:18.396Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines
17:18:18 [2021-08-20T17:18:18.396Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/2_lines
17:18:18 [2021-08-20T17:18:18.396Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
17:18:18 [2021-08-20T17:18:18.396Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines
17:18:18 [2021-08-20T17:18:18.396Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines
17:18:18 [2021-08-20T17:18:18.396Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines
17:18:18 [2021-08-20T17:18:18.396Z] === RUN   TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines
17:18:18 [2021-08-20T17:18:18.396Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines
17:18:18 [2021-08-20T17:18:18.396Z] === RUN   TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines
17:18:18 [2021-08-20T17:18:18.396Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines
17:18:18 [2021-08-20T17:18:18.396Z] === RUN   TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available
17:18:18 [2021-08-20T17:18:18.396Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available
17:18:18 [2021-08-20T17:18:18.396Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines
17:18:18 [2021-08-20T17:18:18.396Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines
17:18:18 [2021-08-20T17:18:18.396Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines
17:18:18 [2021-08-20T17:18:18.396Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines
17:18:18 [2021-08-20T17:18:18.396Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block
17:18:18 [2021-08-20T17:18:18.396Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
17:18:18 [2021-08-20T17:18:18.396Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines
17:18:18 [2021-08-20T17:18:18.396Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines
17:18:18 [2021-08-20T17:18:18.396Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines
17:18:18 [2021-08-20T17:18:18.396Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines
17:18:18 [2021-08-20T17:18:18.397Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
17:18:18 [2021-08-20T17:18:18.397Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines
17:18:18 [2021-08-20T17:18:18.397Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines
17:18:18 [2021-08-20T17:18:18.397Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
17:18:18 [2021-08-20T17:18:18.397Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines
17:18:18 [2021-08-20T17:18:18.397Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines
17:18:18 [2021-08-20T17:18:18.397Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines
17:18:18 [2021-08-20T17:18:18.397Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines
17:18:18 [2021-08-20T17:18:18.397Z] === RUN   TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
17:18:18 [2021-08-20T17:18:18.397Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
17:18:18 [2021-08-20T17:18:18.397Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
17:18:18 [2021-08-20T17:18:18.397Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
17:18:18 [2021-08-20T17:18:18.397Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
17:18:18 [2021-08-20T17:18:18.397Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
17:18:18 [2021-08-20T17:18:18.397Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/3_lines
17:18:18 [2021-08-20T17:18:18.397Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines
17:18:18 [2021-08-20T17:18:18.397Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/4_lines
17:18:18 [2021-08-20T17:18:18.397Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines
17:18:18 [2021-08-20T17:18:18.397Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/5_lines
17:18:18 [2021-08-20T17:18:18.397Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines
17:18:18 [2021-08-20T17:18:18.397Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/6_lines
17:18:18 [2021-08-20T17:18:18.397Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines
17:18:18 [2021-08-20T17:18:18.397Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/7_lines
17:18:18 [2021-08-20T17:18:18.397Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines
17:18:18 [2021-08-20T17:18:18.397Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/8_lines
17:18:18 [2021-08-20T17:18:18.397Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines
17:18:18 [2021-08-20T17:18:18.397Z] === CONT  TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines
17:18:18 [2021-08-20T17:18:18.397Z] === CONT  TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines
17:18:18 [2021-08-20T17:18:18.397Z] === CONT  TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines
17:18:18 [2021-08-20T17:18:18.397Z] === CONT  TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available
17:18:18 [2021-08-20T17:18:18.397Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available
17:18:18 [2021-08-20T17:18:18.397Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
17:18:18 [2021-08-20T17:18:18.397Z] === CONT  TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
17:18:18 [2021-08-20T17:18:18.397Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
17:18:18 [2021-08-20T17:18:18.397Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
17:18:18 [2021-08-20T17:18:18.397Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
17:18:18 [2021-08-20T17:18:18.397Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
17:18:18 [2021-08-20T17:18:18.397Z] === CONT  TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
17:18:18 [2021-08-20T17:18:18.397Z] === CONT  TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available
17:18:18 [2021-08-20T17:18:18.397Z] === CONT  TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines
17:18:18 [2021-08-20T17:18:18.397Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines
17:18:18 [2021-08-20T17:18:18.397Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/1_lines
17:18:18 [2021-08-20T17:18:18.397Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available
17:18:18 [2021-08-20T17:18:18.397Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines
17:18:18 [2021-08-20T17:18:18.397Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/9_lines
17:18:18 [2021-08-20T17:18:18.397Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines
17:18:18 [2021-08-20T17:18:18.397Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/10_lines
17:18:18 [2021-08-20T17:18:18.397Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines
17:18:18 [2021-08-20T17:18:18.397Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/9_lines
17:18:18 [2021-08-20T17:18:18.397Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines
17:18:18 [2021-08-20T17:18:18.397Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/10_lines
17:18:18 [2021-08-20T17:18:18.397Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/7_lines
17:18:18 [2021-08-20T17:18:18.397Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/6_lines
17:18:18 [2021-08-20T17:18:18.397Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/4_lines
17:18:18 [2021-08-20T17:18:18.397Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/3_lines
17:18:18 [2021-08-20T17:18:18.397Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/2_lines
17:18:18 [2021-08-20T17:18:18.397Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/5_lines
17:18:18 [2021-08-20T17:18:18.397Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines
17:18:18 [2021-08-20T17:18:18.397Z] === RUN   TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available
17:18:18 [2021-08-20T17:18:18.397Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available
17:18:18 [2021-08-20T17:18:18.397Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines
17:18:18 [2021-08-20T17:18:18.397Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines
17:18:18 [2021-08-20T17:18:18.397Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines
17:18:18 [2021-08-20T17:18:18.397Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines
17:18:18 [2021-08-20T17:18:18.397Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines
17:18:18 [2021-08-20T17:18:18.397Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines
17:18:18 [2021-08-20T17:18:18.397Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines
17:18:18 [2021-08-20T17:18:18.397Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available
17:18:18 [2021-08-20T17:18:18.397Z] === CONT  TestNewTailReader/8_byte_delimiter/various_sizes/8_lines
17:18:18 [2021-08-20T17:18:18.397Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines
17:18:18 [2021-08-20T17:18:18.397Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
17:18:18 [2021-08-20T17:18:18.397Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available
17:18:18 [2021-08-20T17:18:18.397Z] === CONT  TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines
17:18:18 [2021-08-20T17:18:18.397Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
17:18:18 [2021-08-20T17:18:18.397Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/1_lines
17:18:18 [2021-08-20T17:18:18.397Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
17:18:18 [2021-08-20T17:18:18.397Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
17:18:18 [2021-08-20T17:18:18.397Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines
17:18:18 [2021-08-20T17:18:18.397Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
17:18:18 [2021-08-20T17:18:18.397Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
17:18:18 [2021-08-20T17:18:18.397Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
17:18:18 [2021-08-20T17:18:18.397Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/10_lines
17:18:18 [2021-08-20T17:18:18.397Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines
17:18:18 [2021-08-20T17:18:18.397Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
17:18:18 [2021-08-20T17:18:18.397Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines
17:18:18 [2021-08-20T17:18:18.397Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines
17:18:18 [2021-08-20T17:18:18.397Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/8_lines
17:18:18 [2021-08-20T17:18:18.397Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/7_lines
17:18:18 [2021-08-20T17:18:18.397Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/6_lines
17:18:18 [2021-08-20T17:18:18.397Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/5_lines
17:18:18 [2021-08-20T17:18:18.397Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/4_lines
17:18:18 [2021-08-20T17:18:18.397Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/3_lines
17:18:18 [2021-08-20T17:18:18.397Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/2_lines
17:18:18 [2021-08-20T17:18:18.397Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines
17:18:18 [2021-08-20T17:18:18.397Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/9_lines
17:18:18 [2021-08-20T17:18:18.397Z] === CONT  TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines
17:18:18 [2021-08-20T17:18:18.397Z] === CONT  TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available
17:18:18 [2021-08-20T17:18:18.397Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines
17:18:18 [2021-08-20T17:18:18.397Z] === CONT  TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available
17:18:18 [2021-08-20T17:18:18.397Z] === CONT  TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines
17:18:18 [2021-08-20T17:18:18.397Z] === CONT  TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available
17:18:18 [2021-08-20T17:18:18.397Z] === CONT  TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines
17:18:18 [2021-08-20T17:18:18.397Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
17:18:18 [2021-08-20T17:18:18.397Z] === CONT  TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines
17:18:18 [2021-08-20T17:18:18.397Z] === CONT  TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
17:18:18 [2021-08-20T17:18:18.397Z] === CONT  TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines
17:18:18 [2021-08-20T17:18:18.397Z] === CONT  TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available
17:18:18 [2021-08-20T17:18:18.397Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
17:18:18 [2021-08-20T17:18:18.397Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines
17:18:18 [2021-08-20T17:18:18.397Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
17:18:18 [2021-08-20T17:18:18.397Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
17:18:18 [2021-08-20T17:18:18.397Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
17:18:18 [2021-08-20T17:18:18.397Z] === CONT  TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available
17:18:18 [2021-08-20T17:18:18.397Z] === CONT  TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available
17:18:18 [2021-08-20T17:18:18.397Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines
17:18:18 [2021-08-20T17:18:18.397Z] === CONT  TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines
17:18:18 [2021-08-20T17:18:18.397Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
17:18:18 [2021-08-20T17:18:18.397Z] === CONT  TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
17:18:18 [2021-08-20T17:18:18.397Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines
17:18:18 [2021-08-20T17:18:18.397Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available
17:18:18 [2021-08-20T17:18:18.397Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines
17:18:18 [2021-08-20T17:18:18.397Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines
17:18:18 [2021-08-20T17:18:18.397Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines
17:18:18 [2021-08-20T17:18:18.397Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines
17:18:18 [2021-08-20T17:18:18.397Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines
17:18:18 [2021-08-20T17:18:18.397Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines
17:18:18 [2021-08-20T17:18:18.397Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines
17:18:18 [2021-08-20T17:18:18.397Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines
17:18:18 [2021-08-20T17:18:18.397Z] === CONT  TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines
17:18:18 [2021-08-20T17:18:18.397Z] === CONT  TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available
17:18:18 [2021-08-20T17:18:18.397Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines
17:18:18 [2021-08-20T17:18:18.397Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines
17:18:18 [2021-08-20T17:18:18.397Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available
17:18:18 [2021-08-20T17:18:18.397Z] === CONT  TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
17:18:18 [2021-08-20T17:18:18.397Z] === CONT  TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available
17:18:18 [2021-08-20T17:18:18.397Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
17:18:18 [2021-08-20T17:18:18.397Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
17:18:18 [2021-08-20T17:18:18.397Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
17:18:18 [2021-08-20T17:18:18.397Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
17:18:18 [2021-08-20T17:18:18.397Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
17:18:18 [2021-08-20T17:18:18.397Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
17:18:18 [2021-08-20T17:18:18.397Z] === CONT  TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines
17:18:18 [2021-08-20T17:18:18.397Z] === CONT  TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/1_lines
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/10_lines
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/9_lines
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/5_lines
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/7_lines
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/6_lines
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/3_lines
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/4_lines
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/2_lines
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/4_byte_delimiter/various_sizes/8_lines
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/no_delimiter/one_small_entry/1_lines
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/1_lines
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/no_delimiter/single_line_half_block/1_lines
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/8_lines
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/10_lines
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/6_lines
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/5_lines
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/2_lines
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/7_lines
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/1_lines
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/3_lines
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/9_lines
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/10_lines
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/9_lines
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/8_lines
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/7_lines
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/6_lines
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/2_lines
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/5_lines
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/3_lines
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/single_byte_delimiter/various_sizes/4_lines
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/no_delimiter/json_encoded_values/4_lines
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
17:18:18 [2021-08-20T17:18:18.398Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines
17:18:18 [2021-08-20T17:18:18.399Z] === CONT  TestNewTailReader/no_delimiter/several_small_entries/1_lines
17:18:18 [2021-08-20T17:18:18.399Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines
17:18:18 [2021-08-20T17:18:18.399Z] === CONT  TestNewTailReader/no_delimiter/several_small_entries/3_lines
17:18:18 [2021-08-20T17:18:18.399Z] === CONT  TestNewTailReader/no_delimiter/several_small_entries/2_lines
17:18:18 [2021-08-20T17:18:18.399Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines
17:18:18 [2021-08-20T17:18:18.399Z] === CONT  TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available
17:18:18 [2021-08-20T17:18:18.399Z] === CONT  TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines
17:18:18 [2021-08-20T17:18:18.399Z] === CONT  TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines
17:18:18 [2021-08-20T17:18:18.399Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available
17:18:18 [2021-08-20T17:18:18.399Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/9_lines
17:18:18 [2021-08-20T17:18:18.399Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/8_lines
17:18:18 [2021-08-20T17:18:18.399Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/7_lines
17:18:18 [2021-08-20T17:18:18.399Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/6_lines
17:18:18 [2021-08-20T17:18:18.399Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/5_lines
17:18:18 [2021-08-20T17:18:18.399Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/4_lines
17:18:18 [2021-08-20T17:18:18.399Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/3_lines
17:18:18 [2021-08-20T17:18:18.399Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/2_lines
17:18:18 [2021-08-20T17:18:18.399Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines
17:18:18 [2021-08-20T17:18:18.399Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/1_lines
17:18:18 [2021-08-20T17:18:18.399Z] === CONT  TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
17:18:18 [2021-08-20T17:18:18.399Z] === CONT  TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available
17:18:18 [2021-08-20T17:18:18.399Z] === CONT  TestNewTailReader/no_delimiter/various_sizes/10_lines
17:18:18 [2021-08-20T17:18:18.399Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available
17:18:18 [2021-08-20T17:18:18.399Z] === CONT  TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available
17:18:18 [2021-08-20T17:18:18.399Z] === CONT  TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available
17:18:18 [2021-08-20T17:18:18.399Z] === CONT  TestNewTailReader/no_delimiter/single_line_twice_block/1_lines
17:18:18 [2021-08-20T17:18:18.399Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available
17:18:18 [2021-08-20T17:18:18.399Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines
17:18:18 [2021-08-20T17:18:18.399Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines
17:18:18 [2021-08-20T17:18:18.399Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines
17:18:18 [2021-08-20T17:18:18.399Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines
17:18:18 [2021-08-20T17:18:18.399Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines
17:18:18 [2021-08-20T17:18:18.399Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines
17:18:18 [2021-08-20T17:18:18.399Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines
17:18:18 [2021-08-20T17:18:18.399Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines
17:18:18 [2021-08-20T17:18:18.399Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines
17:18:18 [2021-08-20T17:18:18.399Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines
17:18:18 [2021-08-20T17:18:18.399Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines
17:18:18 [2021-08-20T17:18:18.399Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines
17:18:18 [2021-08-20T17:18:18.399Z] === CONT  TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available
17:18:18 [2021-08-20T17:18:18.399Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines
17:18:18 [2021-08-20T17:18:18.399Z] === CONT  TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available
17:18:18 [2021-08-20T17:18:18.399Z] === CONT  TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available
17:18:18 [2021-08-20T17:18:18.399Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available
17:18:18 [2021-08-20T17:18:18.399Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines
17:18:18 [2021-08-20T17:18:18.399Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines
17:18:18 [2021-08-20T17:18:18.399Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines
17:18:18 [2021-08-20T17:18:18.399Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines
17:18:18 [2021-08-20T17:18:18.399Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines
17:18:18 [2021-08-20T17:18:18.399Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines
17:18:18 [2021-08-20T17:18:18.399Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines
17:18:18 [2021-08-20T17:18:18.399Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available
17:18:18 [2021-08-20T17:18:18.399Z] === CONT  TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines
17:18:18 [2021-08-20T17:18:18.399Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines
17:18:18 [2021-08-20T17:18:18.399Z] === CONT  TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available
17:18:18 [2021-08-20T17:18:18.399Z] === CONT  TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines
17:18:18 [2021-08-20T17:18:18.399Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines
17:18:18 [2021-08-20T17:18:18.399Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines
17:18:18 [2021-08-20T17:18:18.399Z] === CONT  TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines
17:18:18 [2021-08-20T17:18:18.399Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines
17:18:18 [2021-08-20T17:18:18.399Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines
17:18:18 [2021-08-20T17:18:18.399Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/1_lines
17:18:18 [2021-08-20T17:18:18.399Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines
17:18:18 [2021-08-20T17:18:18.399Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available
17:18:18 [2021-08-20T17:18:18.399Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/2_lines
17:18:18 [2021-08-20T17:18:18.399Z] === CONT  TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines
17:18:18 [2021-08-20T17:18:18.399Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/3_lines
17:18:18 [2021-08-20T17:18:18.399Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available
17:18:18 [2021-08-20T17:18:18.399Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/8_lines
17:18:18 [2021-08-20T17:18:18.399Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/7_lines
17:18:18 [2021-08-20T17:18:18.399Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/6_lines
17:18:18 [2021-08-20T17:18:18.399Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/5_lines
17:18:18 [2021-08-20T17:18:18.399Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/4_lines
17:18:18 [2021-08-20T17:18:18.399Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/9_lines
17:18:18 [2021-08-20T17:18:18.399Z] === CONT  TestNewTailReader/12_byte_delimiter/various_sizes/10_lines
17:18:18 [2021-08-20T17:18:18.399Z] --- PASS: TestNewTailReader (0.00s)
17:18:18 [2021-08-20T17:18:18.399Z]     --- PASS: TestNewTailReader/truncated_last_line (0.00s)
17:18:18 [2021-08-20T17:18:18.399Z]         --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s)
17:18:18 [2021-08-20T17:18:18.399Z]     --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s)
17:18:18 [2021-08-20T17:18:18.399Z]         --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s)
17:18:18 [2021-08-20T17:18:18.399Z]     --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s)
17:18:18 [2021-08-20T17:18:18.399Z]         --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s)
17:18:18 [2021-08-20T17:18:18.399Z]     --- PASS: TestNewTailReader/8_byte_delimiter (0.00s)
17:18:18 [2021-08-20T17:18:18.399Z]         --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s)
17:18:18 [2021-08-20T17:18:18.399Z]             --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.399Z]             --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
17:18:18 [2021-08-20T17:18:18.399Z]         --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s)
17:18:18 [2021-08-20T17:18:18.399Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.399Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
17:18:18 [2021-08-20T17:18:18.399Z]         --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s)
17:18:18 [2021-08-20T17:18:18.399Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.399Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.399Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.399Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.399Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.399Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
17:18:18 [2021-08-20T17:18:18.399Z]         --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s)
17:18:18 [2021-08-20T17:18:18.399Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.399Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.399Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
17:18:18 [2021-08-20T17:18:18.399Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.399Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.399Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.399Z]         --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s)
17:18:18 [2021-08-20T17:18:18.399Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.399Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
17:18:18 [2021-08-20T17:18:18.399Z]         --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s)
17:18:18 [2021-08-20T17:18:18.399Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.399Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.399Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.399Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.399Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.399Z]             --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
17:18:18 [2021-08-20T17:18:18.399Z]         --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s)
17:18:18 [2021-08-20T17:18:18.399Z]             --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.399Z]             --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.399Z]             --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
17:18:18 [2021-08-20T17:18:18.399Z]             --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.399Z]         --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.01s)
17:18:18 [2021-08-20T17:18:18.399Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.399Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s)
17:18:18 [2021-08-20T17:18:18.399Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.399Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.399Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.399Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.399Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.399Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.399Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.399Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.400Z]             --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.400Z]         --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.400Z]             --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s)
17:18:18 [2021-08-20T17:18:18.400Z]         --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s)
17:18:18 [2021-08-20T17:18:18.400Z]             --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.400Z]             --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
17:18:18 [2021-08-20T17:18:18.400Z]         --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.01s)
17:18:18 [2021-08-20T17:18:18.400Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.400Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.400Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
17:18:18 [2021-08-20T17:18:18.400Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.400Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.400Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.400Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.400Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.400Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.400Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.400Z]             --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.400Z]         --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s)
17:18:18 [2021-08-20T17:18:18.400Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
17:18:18 [2021-08-20T17:18:18.400Z]             --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.400Z]     --- PASS: TestNewTailReader/2_byte_delimiter (0.00s)
17:18:18 [2021-08-20T17:18:18.400Z]         --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s)
17:18:18 [2021-08-20T17:18:18.400Z]             --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.400Z]             --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
17:18:18 [2021-08-20T17:18:18.400Z]         --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s)
17:18:18 [2021-08-20T17:18:18.400Z]             --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.400Z]             --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
17:18:18 [2021-08-20T17:18:18.400Z]         --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.400Z]             --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s)
17:18:18 [2021-08-20T17:18:18.400Z]         --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s)
17:18:18 [2021-08-20T17:18:18.400Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.400Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
17:18:18 [2021-08-20T17:18:18.400Z]         --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s)
17:18:18 [2021-08-20T17:18:18.400Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.400Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
17:18:18 [2021-08-20T17:18:18.400Z]         --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.00s)
17:18:18 [2021-08-20T17:18:18.400Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.400Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.400Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.400Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.400Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.400Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.400Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.400Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.400Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.400Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.400Z]             --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
17:18:18 [2021-08-20T17:18:18.400Z]         --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s)
17:18:18 [2021-08-20T17:18:18.400Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.400Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
17:18:18 [2021-08-20T17:18:18.400Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.400Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.400Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.400Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.01s)
17:18:18 [2021-08-20T17:18:18.400Z]         --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s)
17:18:18 [2021-08-20T17:18:18.400Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.400Z]             --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
17:18:18 [2021-08-20T17:18:18.400Z]         --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s)
17:18:18 [2021-08-20T17:18:18.400Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.400Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
17:18:18 [2021-08-20T17:18:18.400Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.400Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.400Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.400Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.400Z]         --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.00s)
17:18:18 [2021-08-20T17:18:18.400Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.400Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.01s)
17:18:18 [2021-08-20T17:18:18.400Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.400Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.400Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.400Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.400Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.400Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.400Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.400Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.400Z]             --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s)
17:18:18 [2021-08-20T17:18:18.400Z]         --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s)
17:18:18 [2021-08-20T17:18:18.400Z]             --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.400Z]             --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.400Z]             --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.400Z]             --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
17:18:18 [2021-08-20T17:18:18.400Z]         --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s)
17:18:18 [2021-08-20T17:18:18.400Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.400Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.400Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.400Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.400Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.400Z]             --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
17:18:18 [2021-08-20T17:18:18.400Z]     --- PASS: TestNewTailReader/4_byte_delimiter (0.00s)
17:18:18 [2021-08-20T17:18:18.400Z]         --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s)
17:18:18 [2021-08-20T17:18:18.400Z]             --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.400Z]             --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
17:18:18 [2021-08-20T17:18:18.400Z]         --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s)
17:18:18 [2021-08-20T17:18:18.400Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.400Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
17:18:18 [2021-08-20T17:18:18.400Z]         --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s)
17:18:18 [2021-08-20T17:18:18.400Z]             --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.400Z]             --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
17:18:18 [2021-08-20T17:18:18.400Z]         --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.400Z]             --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s)
17:18:18 [2021-08-20T17:18:18.400Z]         --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s)
17:18:18 [2021-08-20T17:18:18.400Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.400Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
17:18:18 [2021-08-20T17:18:18.401Z]         --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s)
17:18:18 [2021-08-20T17:18:18.401Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.401Z]             --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
17:18:18 [2021-08-20T17:18:18.401Z]         --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s)
17:18:18 [2021-08-20T17:18:18.401Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.401Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.401Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.401Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
17:18:18 [2021-08-20T17:18:18.401Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.401Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.401Z]         --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s)
17:18:18 [2021-08-20T17:18:18.401Z]             --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.401Z]             --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.401Z]             --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.401Z]             --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
17:18:18 [2021-08-20T17:18:18.401Z]         --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.00s)
17:18:18 [2021-08-20T17:18:18.401Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.401Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.401Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.401Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.401Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
17:18:18 [2021-08-20T17:18:18.401Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.401Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.401Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.401Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.401Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.401Z]             --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.401Z]         --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s)
17:18:18 [2021-08-20T17:18:18.401Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.401Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
17:18:18 [2021-08-20T17:18:18.401Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.401Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.401Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.401Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.401Z]         --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.01s)
17:18:18 [2021-08-20T17:18:18.401Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
17:18:18 [2021-08-20T17:18:18.401Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.401Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.401Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.401Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.401Z]             --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.401Z]         --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.01s)
17:18:18 [2021-08-20T17:18:18.401Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.401Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.401Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.401Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.401Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.401Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.401Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.401Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.401Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.401Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s)
17:18:18 [2021-08-20T17:18:18.401Z]             --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.401Z]     --- PASS: TestNewTailReader/single_byte_delimiter (0.00s)
17:18:18 [2021-08-20T17:18:18.401Z]         --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s)
17:18:18 [2021-08-20T17:18:18.401Z]             --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.401Z]             --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
17:18:18 [2021-08-20T17:18:18.401Z]         --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.401Z]             --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s)
17:18:18 [2021-08-20T17:18:18.401Z]         --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s)
17:18:18 [2021-08-20T17:18:18.401Z]             --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.401Z]             --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
17:18:18 [2021-08-20T17:18:18.401Z]         --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.00s)
17:18:18 [2021-08-20T17:18:18.401Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.401Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.401Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.401Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.401Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.401Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.401Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.401Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
17:18:18 [2021-08-20T17:18:18.401Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.401Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.401Z]             --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.401Z]         --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s)
17:18:18 [2021-08-20T17:18:18.401Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
17:18:18 [2021-08-20T17:18:18.401Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.401Z]         --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s)
17:18:18 [2021-08-20T17:18:18.401Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.401Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
17:18:18 [2021-08-20T17:18:18.401Z]         --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s)
17:18:18 [2021-08-20T17:18:18.401Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.401Z]             --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
17:18:18 [2021-08-20T17:18:18.401Z]         --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s)
17:18:18 [2021-08-20T17:18:18.401Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.401Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.401Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
17:18:18 [2021-08-20T17:18:18.401Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.401Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.401Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.401Z]         --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s)
17:18:18 [2021-08-20T17:18:18.401Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.401Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.401Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
17:18:18 [2021-08-20T17:18:18.401Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.401Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.401Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.401Z]         --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s)
17:18:18 [2021-08-20T17:18:18.401Z]             --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.401Z]             --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.401Z]             --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.401Z]             --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
17:18:18 [2021-08-20T17:18:18.401Z]         --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s)
17:18:18 [2021-08-20T17:18:18.401Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.401Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.401Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.401Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.401Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
17:18:18 [2021-08-20T17:18:18.402Z]             --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.402Z]         --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.01s)
17:18:18 [2021-08-20T17:18:18.402Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.402Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s)
17:18:18 [2021-08-20T17:18:18.402Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.402Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.402Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.402Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.402Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.402Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.402Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.402Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.402Z]             --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.402Z]     --- PASS: TestNewTailReader/no_delimiter (0.01s)
17:18:18 [2021-08-20T17:18:18.402Z]         --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s)
17:18:18 [2021-08-20T17:18:18.402Z]             --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.402Z]             --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
17:18:18 [2021-08-20T17:18:18.402Z]         --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.402Z]             --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s)
17:18:18 [2021-08-20T17:18:18.402Z]         --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s)
17:18:18 [2021-08-20T17:18:18.402Z]             --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.402Z]             --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
17:18:18 [2021-08-20T17:18:18.402Z]         --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s)
17:18:18 [2021-08-20T17:18:18.402Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.402Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
17:18:18 [2021-08-20T17:18:18.402Z]         --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s)
17:18:18 [2021-08-20T17:18:18.402Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.402Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
17:18:18 [2021-08-20T17:18:18.402Z]         --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.00s)
17:18:18 [2021-08-20T17:18:18.402Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.402Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
17:18:18 [2021-08-20T17:18:18.402Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.402Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.402Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.402Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.402Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.402Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.402Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.402Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.402Z]             --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.402Z]         --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s)
17:18:18 [2021-08-20T17:18:18.402Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.402Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.402Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.402Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.402Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.402Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
17:18:18 [2021-08-20T17:18:18.402Z]         --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s)
17:18:18 [2021-08-20T17:18:18.402Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.402Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.402Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.402Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
17:18:18 [2021-08-20T17:18:18.402Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.402Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.402Z]         --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s)
17:18:18 [2021-08-20T17:18:18.402Z]             --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.402Z]             --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.402Z]             --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.402Z]             --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
17:18:18 [2021-08-20T17:18:18.402Z]         --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.01s)
17:18:18 [2021-08-20T17:18:18.402Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.402Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.402Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.402Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.402Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.402Z]             --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
17:18:18 [2021-08-20T17:18:18.402Z]         --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.01s)
17:18:18 [2021-08-20T17:18:18.402Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s)
17:18:18 [2021-08-20T17:18:18.402Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.402Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.402Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.402Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.402Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.402Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.402Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.402Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.402Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.402Z]             --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.402Z]         --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s)
17:18:18 [2021-08-20T17:18:18.402Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.402Z]             --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
17:18:18 [2021-08-20T17:18:18.402Z]     --- PASS: TestNewTailReader/12_byte_delimiter (0.01s)
17:18:18 [2021-08-20T17:18:18.402Z]         --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.01s)
17:18:18 [2021-08-20T17:18:18.402Z]             --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.402Z]             --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s)
17:18:18 [2021-08-20T17:18:18.402Z]         --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s)
17:18:18 [2021-08-20T17:18:18.402Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.402Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s)
17:18:18 [2021-08-20T17:18:18.402Z]         --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.402Z]             --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s)
17:18:18 [2021-08-20T17:18:18.402Z]         --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s)
17:18:18 [2021-08-20T17:18:18.402Z]             --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.402Z]             --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s)
17:18:18 [2021-08-20T17:18:18.402Z]         --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s)
17:18:18 [2021-08-20T17:18:18.402Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s)
17:18:18 [2021-08-20T17:18:18.402Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.402Z]         --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.01s)
17:18:18 [2021-08-20T17:18:18.490Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig
17:18:18 [2021-08-20T17:18:18.860Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.860Z]             --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s)
17:18:18 [2021-08-20T17:18:18.860Z]         --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.01s)
17:18:18 [2021-08-20T17:18:18.860Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.860Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.860Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.860Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.860Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.860Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.860Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.860Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.860Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.860Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.860Z]             --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s)
17:18:18 [2021-08-20T17:18:18.860Z]         --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s)
17:18:18 [2021-08-20T17:18:18.860Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.860Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s)
17:18:18 [2021-08-20T17:18:18.860Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.860Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.860Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.860Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.860Z]         --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s)
17:18:18 [2021-08-20T17:18:18.860Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.860Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.860Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.860Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.860Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s)
17:18:18 [2021-08-20T17:18:18.860Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.860Z]         --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s)
17:18:18 [2021-08-20T17:18:18.860Z]             --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.860Z]             --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s)
17:18:18 [2021-08-20T17:18:18.860Z]             --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.860Z]             --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.860Z]         --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s)
17:18:18 [2021-08-20T17:18:18.860Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.860Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.860Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.860Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s)
17:18:18 [2021-08-20T17:18:18.860Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.860Z]             --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.860Z]         --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.01s)
17:18:18 [2021-08-20T17:18:18.860Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.860Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.860Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s)
17:18:18 [2021-08-20T17:18:18.860Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.860Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.860Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.860Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.860Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.860Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.860Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.860Z]             --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s)
17:18:18 [2021-08-20T17:18:18.860Z] PASS
17:18:18 [2021-08-20T17:18:18.860Z] coverage: 88.6% of statements
17:18:18 [2021-08-20T17:18:18.860Z] ok  	github.com/docker/docker/pkg/tailfile	0.205s	coverage: 88.6% of statements
17:18:19 [2021-08-20T17:18:19.053Z] === RUN   TestDockerSuite/TestDeprecatedStartWithNilDNS
17:18:19 [2021-08-20T17:18:19.317Z] === RUN   TestTarSumRemoveNonExistent
17:18:19 [2021-08-20T17:18:19.317Z] --- PASS: TestTarSumRemoveNonExistent (0.00s)
17:18:19 [2021-08-20T17:18:19.317Z] === RUN   TestTarSumRemove
17:18:19 [2021-08-20T17:18:19.317Z] --- PASS: TestTarSumRemove (0.00s)
17:18:19 [2021-08-20T17:18:19.317Z] === RUN   TestSortFileInfoSums
17:18:19 [2021-08-20T17:18:19.317Z] --- PASS: TestSortFileInfoSums (0.00s)
17:18:19 [2021-08-20T17:18:19.317Z] === RUN   TestNewTarSumForLabelInvalid
17:18:19 [2021-08-20T17:18:19.317Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s)
17:18:19 [2021-08-20T17:18:19.317Z] === RUN   TestNewTarSumForLabel
17:18:19 [2021-08-20T17:18:19.317Z] --- PASS: TestNewTarSumForLabel (0.00s)
17:18:19 [2021-08-20T17:18:19.317Z] === RUN   TestEmptyTar
17:18:19 [2021-08-20T17:18:19.317Z] --- PASS: TestEmptyTar (0.00s)
17:18:19 [2021-08-20T17:18:19.317Z] === RUN   TestTarSumsReadSize
17:18:19 [2021-08-20T17:18:19.317Z] --- PASS: TestTarSumsReadSize (0.00s)
17:18:19 [2021-08-20T17:18:19.317Z] === RUN   TestTarSums
17:18:19 [2021-08-20T17:18:19.317Z] --- PASS: TestTarSums (0.07s)
17:18:19 [2021-08-20T17:18:19.317Z] === RUN   TestIteration
17:18:19 [2021-08-20T17:18:19.317Z] --- PASS: TestIteration (0.00s)
17:18:19 [2021-08-20T17:18:19.317Z] === RUN   TestVersionLabelForChecksum
17:18:19 [2021-08-20T17:18:19.317Z] --- PASS: TestVersionLabelForChecksum (0.00s)
17:18:19 [2021-08-20T17:18:19.317Z] === RUN   TestVersion
17:18:19 [2021-08-20T17:18:19.317Z] --- PASS: TestVersion (0.00s)
17:18:19 [2021-08-20T17:18:19.317Z] === RUN   TestGetVersion
17:18:19 [2021-08-20T17:18:19.317Z] --- PASS: TestGetVersion (0.00s)
17:18:19 [2021-08-20T17:18:19.317Z] === RUN   TestGetVersions
17:18:19 [2021-08-20T17:18:19.317Z] --- PASS: TestGetVersions (0.00s)
17:18:19 [2021-08-20T17:18:19.317Z] PASS
17:18:19 [2021-08-20T17:18:19.317Z] coverage: 89.3% of statements
17:18:19 [2021-08-20T17:18:19.317Z] ok  	github.com/docker/docker/pkg/tarsum	0.125s	coverage: 89.3% of statements
17:18:19 [2021-08-20T17:18:19.317Z] --- PASS: TestRetrieveFromStore (2.32s)
17:18:19 [2021-08-20T17:18:19.317Z] === RUN   TestRequestReleaseAddressDuplicate
17:18:19 [2021-08-20T17:18:19.317Z] --- PASS: TestRequestReleaseAddressDuplicate (0.01s)
17:18:19 [2021-08-20T17:18:19.317Z] === RUN   TestParallelPredefinedRequest1
17:18:19 [2021-08-20T17:18:19.317Z] === PAUSE TestParallelPredefinedRequest1
17:18:19 [2021-08-20T17:18:19.317Z] === RUN   TestParallelPredefinedRequest2
17:18:19 [2021-08-20T17:18:19.317Z] === PAUSE TestParallelPredefinedRequest2
17:18:19 [2021-08-20T17:18:19.317Z] === RUN   TestParallelPredefinedRequest3
17:18:19 [2021-08-20T17:18:19.317Z] === PAUSE TestParallelPredefinedRequest3
17:18:19 [2021-08-20T17:18:19.317Z] === RUN   TestParallelPredefinedRequest4
17:18:19 [2021-08-20T17:18:19.317Z] === PAUSE TestParallelPredefinedRequest4
17:18:19 [2021-08-20T17:18:19.317Z] === RUN   TestParallelPredefinedRequest5
17:18:19 [2021-08-20T17:18:19.317Z] === PAUSE TestParallelPredefinedRequest5
17:18:19 [2021-08-20T17:18:19.317Z] === RUN   TestDebug
17:18:19 [2021-08-20T17:18:19.317Z] --- PASS: TestDebug (0.00s)
17:18:19 [2021-08-20T17:18:19.317Z] === RUN   TestRequestPoolParallel
17:18:19 [2021-08-20T17:18:19.616Z] === RUN   TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit
17:18:19 [2021-08-20T17:18:19.616Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
17:18:19 [2021-08-20T17:18:19.616Z] === RUN   TestDockerSuite/TestDevicePermissions
17:18:19 [2021-08-20T17:18:19.774Z] testing: warning: no tests to run
17:18:19 [2021-08-20T17:18:19.774Z] PASS
17:18:19 [2021-08-20T17:18:19.774Z] coverage: [no statements]
17:18:19 [2021-08-20T17:18:19.774Z] ok  	github.com/docker/docker/pkg/term/windows	0.039s	coverage: [no statements] [no tests to run]
17:18:19 [2021-08-20T17:18:19.774Z] --- PASS: TestRequestPoolParallel (0.57s)
17:18:19 [2021-08-20T17:18:19.774Z] === RUN   TestFullAllocateRelease
17:18:20 [2021-08-20T17:18:20.232Z] --- PASS: TestNewClientWithTimeout (17.61s)
17:18:20 [2021-08-20T17:18:20.232Z] === RUN   TestClientStream
17:18:20 [2021-08-20T17:18:20.232Z] --- PASS: TestClientStream (0.00s)
17:18:20 [2021-08-20T17:18:20.232Z] === RUN   TestClientSendFile
17:18:20 [2021-08-20T17:18:20.232Z] --- PASS: TestClientSendFile (0.00s)
17:18:20 [2021-08-20T17:18:20.232Z] === RUN   TestClientWithRequestTimeout
17:18:20 [2021-08-20T17:18:20.232Z] --- PASS: TestClientWithRequestTimeout (0.00s)
17:18:20 [2021-08-20T17:18:20.232Z] === RUN   TestFileSpecPlugin
17:18:20 [2021-08-20T17:18:20.232Z] --- PASS: TestFileSpecPlugin (0.01s)
17:18:20 [2021-08-20T17:18:20.232Z] === RUN   TestFileJSONSpecPlugin
17:18:20 [2021-08-20T17:18:20.232Z] --- PASS: TestFileJSONSpecPlugin (0.00s)
17:18:20 [2021-08-20T17:18:20.232Z] === RUN   TestFileJSONSpecPluginWithoutTLSConfig
17:18:20 [2021-08-20T17:18:20.232Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s)
17:18:20 [2021-08-20T17:18:20.232Z] === RUN   TestPluginAddHandler
17:18:20 [2021-08-20T17:18:20.232Z] --- PASS: TestPluginAddHandler (0.00s)
17:18:20 [2021-08-20T17:18:20.232Z] === RUN   TestPluginWaitBadPlugin
17:18:20 [2021-08-20T17:18:20.232Z] --- PASS: TestPluginWaitBadPlugin (0.00s)
17:18:20 [2021-08-20T17:18:20.232Z] === RUN   TestGet
17:18:20 [2021-08-20T17:18:20.232Z] --- PASS: TestFullAllocateRelease (0.45s)
17:18:20 [2021-08-20T17:18:20.232Z] === RUN   TestOddAllocateRelease
17:18:20 [2021-08-20T17:18:20.232Z] time="2021-08-20T17:18:20Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s"
17:18:20 [2021-08-20T17:18:20.544Z] === RUN   TestDockerSuite/TestDockerFails
17:18:20 [2021-08-20T17:18:20.545Z] === RUN   TestDockerSuite/TestDockerInspectMultipleNetwork
17:18:20 [2021-08-20T17:18:20.545Z] === RUN   TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent
17:18:20 [2021-08-20T17:18:20.545Z] === RUN   TestDockerSuite/TestDockerInspectNetworkWithContainerName
17:18:20 [2021-08-20T17:18:20.689Z] === RUN   TestTruncIndex
17:18:20 [2021-08-20T17:18:20.689Z] --- PASS: TestTruncIndex (0.10s)
17:18:20 [2021-08-20T17:18:20.689Z] PASS
17:18:20 [2021-08-20T17:18:20.689Z] coverage: 91.5% of statements
17:18:20 [2021-08-20T17:18:20.689Z] ok  	github.com/docker/docker/pkg/truncindex	0.144s	coverage: 91.5% of statements
17:18:20 [2021-08-20T17:18:20.689Z] --- PASS: TestOddAllocateRelease (0.26s)
17:18:20 [2021-08-20T17:18:20.689Z] === RUN   TestFullAllocateSerialReleaseParallel
17:18:20 [2021-08-20T17:18:20.689Z] --- PASS: TestFullAllocateSerialReleaseParallel (0.08s)
17:18:20 [2021-08-20T17:18:20.689Z] === RUN   TestOddAllocateSerialReleaseParallel
17:18:20 [2021-08-20T17:18:20.689Z] --- PASS: TestOddAllocateSerialReleaseParallel (0.05s)
17:18:20 [2021-08-20T17:18:20.689Z] === RUN   TestEvenAllocateSerialReleaseParallel
17:18:20 [2021-08-20T17:18:20.689Z] --- PASS: TestEvenAllocateSerialReleaseParallel (0.06s)
17:18:20 [2021-08-20T17:18:20.689Z] === CONT  TestParallelPredefinedRequest1
17:18:20 [2021-08-20T17:18:20.689Z] === CONT  TestParallelPredefinedRequest4
17:18:20 [2021-08-20T17:18:20.689Z] === CONT  TestParallelPredefinedRequest5
17:18:20 [2021-08-20T17:18:20.689Z]     allocator_test.go:1422: Skipped because t.parallel was less than  5
17:18:20 [2021-08-20T17:18:20.689Z] === CONT  TestParallelPredefinedRequest4
17:18:20 [2021-08-20T17:18:20.689Z]     allocator_test.go:1422: Skipped because t.parallel was less than  5
17:18:20 [2021-08-20T17:18:20.689Z] === CONT  TestParallelPredefinedRequest1
17:18:20 [2021-08-20T17:18:20.689Z]     allocator_test.go:1422: Skipped because t.parallel was less than  5
17:18:20 [2021-08-20T17:18:20.689Z] === CONT  TestParallelPredefinedRequest2
17:18:20 [2021-08-20T17:18:20.689Z]     allocator_test.go:1422: Skipped because t.parallel was less than  5
17:18:20 [2021-08-20T17:18:20.689Z] --- SKIP: TestParallelPredefinedRequest4 (0.00s)
17:18:20 [2021-08-20T17:18:20.689Z] === CONT  TestParallelPredefinedRequest3
17:18:20 [2021-08-20T17:18:20.689Z]     allocator_test.go:1422: Skipped because t.parallel was less than  5
17:18:20 [2021-08-20T17:18:20.689Z] --- SKIP: TestParallelPredefinedRequest2 (0.00s)
17:18:20 [2021-08-20T17:18:20.689Z] --- SKIP: TestParallelPredefinedRequest3 (0.00s)
17:18:20 [2021-08-20T17:18:20.689Z] --- SKIP: TestParallelPredefinedRequest1 (0.00s)
17:18:20 [2021-08-20T17:18:20.689Z] --- SKIP: TestParallelPredefinedRequest5 (0.00s)
17:18:20 [2021-08-20T17:18:20.689Z] PASS
17:18:20 [2021-08-20T17:18:20.689Z] coverage: 85.3% of statements
17:18:20 [2021-08-20T17:18:20.689Z] ok  	github.com/docker/docker/libnetwork/ipam	62.039s	coverage: 85.3% of statements
17:18:21 [2021-08-20T17:18:21.145Z] === RUN   TestIsGIT
17:18:21 [2021-08-20T17:18:21.145Z] --- PASS: TestIsGIT (0.00s)
17:18:21 [2021-08-20T17:18:21.145Z] === RUN   TestIsTransport
17:18:21 [2021-08-20T17:18:21.145Z] --- PASS: TestIsTransport (0.00s)
17:18:21 [2021-08-20T17:18:21.145Z] PASS
17:18:21 [2021-08-20T17:18:21.145Z] coverage: 100.0% of statements
17:18:21 [2021-08-20T17:18:21.145Z] ok  	github.com/docker/docker/pkg/urlutil	0.038s	coverage: 100.0% of statements
17:18:21 [2021-08-20T17:18:21.197Z] ok  	github.com/docker/docker/api/server	0.007s	coverage: 9.0% of statements
17:18:21 [2021-08-20T17:18:21.476Z] === RUN   TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange
17:18:21 [2021-08-20T17:18:21.604Z] time="2021-08-20T17:18:21Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s"
17:18:21 [2021-08-20T17:18:21.604Z] === RUN   TestVersionInfo
17:18:21 [2021-08-20T17:18:21.604Z] --- PASS: TestVersionInfo (0.00s)
17:18:21 [2021-08-20T17:18:21.604Z] === RUN   TestAppendVersions
17:18:21 [2021-08-20T17:18:21.604Z] --- PASS: TestAppendVersions (0.00s)
17:18:21 [2021-08-20T17:18:21.604Z] PASS
17:18:21 [2021-08-20T17:18:21.604Z] coverage: 88.9% of statements
17:18:21 [2021-08-20T17:18:21.604Z] ok  	github.com/docker/docker/pkg/useragent	0.040s	coverage: 88.9% of statements
17:18:22 [2021-08-20T17:18:22.405Z] === RUN   TestDockerSuite/TestDockerNetworkDeleteMultiple
17:18:23 [2021-08-20T17:18:23.134Z] === RUN   TestValidatePrivileges
17:18:23 [2021-08-20T17:18:23.134Z] --- PASS: TestValidatePrivileges (0.00s)
17:18:23 [2021-08-20T17:18:23.134Z] === RUN   TestFilterByCapNeg
17:18:23 [2021-08-20T17:18:23.134Z] --- PASS: TestFilterByCapNeg (0.00s)
17:18:23 [2021-08-20T17:18:23.134Z] === RUN   TestFilterByCapPos
17:18:23 [2021-08-20T17:18:23.134Z] --- PASS: TestFilterByCapPos (0.00s)
17:18:23 [2021-08-20T17:18:23.134Z] === RUN   TestStoreGetPluginNotMatchCapRefs
17:18:23 [2021-08-20T17:18:23.134Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s)
17:18:23 [2021-08-20T17:18:23.134Z] PASS
17:18:23 [2021-08-20T17:18:23.134Z] coverage: 12.0% of statements
17:18:23 [2021-08-20T17:18:23.134Z] ok  	github.com/docker/docker/plugin	0.044s	coverage: 12.0% of statements
17:18:23 [2021-08-20T17:18:23.591Z] time="2021-08-20T17:18:23Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s"
17:18:23 [2021-08-20T17:18:23.771Z] === RUN   TestDockerSuite/TestDockerNetworkDeleteNotExists
17:18:23 [2021-08-20T17:18:23.771Z] === RUN   TestDockerSuite/TestDockerNetworkInspect
17:18:23 [2021-08-20T17:18:23.771Z] === RUN   TestDockerSuite/TestDockerNetworkInspectWithID
17:18:23 [2021-08-20T17:18:23.771Z] === RUN   TestDockerSuite/TestDockerNetworkInternalMode
17:18:24 [2021-08-20T17:18:24.048Z] === RUN   TestNewSettable
17:18:24 [2021-08-20T17:18:24.049Z] --- PASS: TestNewSettable (0.00s)
17:18:24 [2021-08-20T17:18:24.049Z] === RUN   TestIsSettable
17:18:24 [2021-08-20T17:18:24.049Z] --- PASS: TestIsSettable (0.00s)
17:18:24 [2021-08-20T17:18:24.049Z] === RUN   TestUpdateSettingsEnv
17:18:24 [2021-08-20T17:18:24.049Z] --- PASS: TestUpdateSettingsEnv (0.00s)
17:18:24 [2021-08-20T17:18:24.049Z] PASS
17:18:24 [2021-08-20T17:18:24.049Z] coverage: 20.0% of statements
17:18:24 [2021-08-20T17:18:24.049Z] ok  	github.com/docker/docker/plugin/v2	0.034s	coverage: 20.0% of statements
17:18:25 [2021-08-20T17:18:25.012Z] === RUN   TestLoad
17:18:25 [2021-08-20T17:18:25.012Z] --- PASS: TestLoad (0.00s)
17:18:25 [2021-08-20T17:18:25.012Z] === RUN   TestSave
17:18:25 [2021-08-20T17:18:25.012Z] --- PASS: TestSave (0.03s)
17:18:25 [2021-08-20T17:18:25.012Z] === RUN   TestAddDeleteGet
17:18:25 [2021-08-20T17:18:25.012Z] --- PASS: TestAddDeleteGet (0.05s)
17:18:25 [2021-08-20T17:18:25.012Z] === RUN   TestInvalidTags
17:18:25 [2021-08-20T17:18:25.012Z] --- PASS: TestInvalidTags (0.01s)
17:18:25 [2021-08-20T17:18:25.012Z] PASS
17:18:25 [2021-08-20T17:18:25.012Z] coverage: 84.4% of statements
17:18:25 [2021-08-20T17:18:25.012Z] ok  	github.com/docker/docker/reference	0.134s	coverage: 84.4% of statements
17:18:27 [2021-08-20T17:18:27.180Z] === RUN   TestResolveAuthConfigIndexServer
17:18:27 [2021-08-20T17:18:27.180Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s)
17:18:27 [2021-08-20T17:18:27.180Z] === RUN   TestResolveAuthConfigFullURL
17:18:27 [2021-08-20T17:18:27.180Z] --- PASS: TestResolveAuthConfigFullURL (0.00s)
17:18:27 [2021-08-20T17:18:27.180Z] === RUN   TestLoadAllowNondistributableArtifacts
17:18:27 [2021-08-20T17:18:27.180Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s)
17:18:27 [2021-08-20T17:18:27.180Z] === RUN   TestValidateMirror
17:18:27 [2021-08-20T17:18:27.180Z] --- PASS: TestValidateMirror (0.00s)
17:18:27 [2021-08-20T17:18:27.180Z] === RUN   TestLoadInsecureRegistries
17:18:27 [2021-08-20T17:18:27.180Z] time="2021-08-20T17:18:26Z" level=warning msg="insecure registry http://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config"
17:18:27 [2021-08-20T17:18:27.180Z] time="2021-08-20T17:18:26Z" level=warning msg="insecure registry https://myregistry.example.com should not contain 'https://' and 'https://' has been removed from the insecure registry config"
17:18:27 [2021-08-20T17:18:27.181Z] time="2021-08-20T17:18:26Z" level=warning msg="insecure registry HTTP://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config"
17:18:27 [2021-08-20T17:18:27.181Z] --- PASS: TestLoadInsecureRegistries (0.15s)
17:18:27 [2021-08-20T17:18:27.181Z] === RUN   TestNewServiceConfig
17:18:27 [2021-08-20T17:18:27.181Z] --- PASS: TestNewServiceConfig (0.00s)
17:18:27 [2021-08-20T17:18:27.181Z] === RUN   TestValidateIndexName
17:18:27 [2021-08-20T17:18:27.181Z] --- PASS: TestValidateIndexName (0.00s)
17:18:27 [2021-08-20T17:18:27.181Z] === RUN   TestValidateIndexNameWithError
17:18:27 [2021-08-20T17:18:27.181Z] --- PASS: TestValidateIndexNameWithError (0.00s)
17:18:27 [2021-08-20T17:18:27.181Z] === RUN   TestEndpointParse
17:18:27 [2021-08-20T17:18:27.181Z] --- PASS: TestEndpointParse (0.00s)
17:18:27 [2021-08-20T17:18:27.181Z] === RUN   TestEndpointParseInvalid
17:18:27 [2021-08-20T17:18:27.181Z] --- PASS: TestEndpointParseInvalid (0.00s)
17:18:27 [2021-08-20T17:18:27.181Z] === RUN   TestValidateEndpoint
17:18:27 [2021-08-20T17:18:27.181Z] --- PASS: TestValidateEndpoint (0.01s)
17:18:27 [2021-08-20T17:18:27.181Z] === RUN   TestPing
17:18:27 [2021-08-20T17:18:27.181Z] --- PASS: TestPing (0.00s)
17:18:27 [2021-08-20T17:18:27.181Z] === RUN   TestPingRegistryEndpoint
17:18:27 [2021-08-20T17:18:27.181Z]     registry_test.go:47: os.Getuid() != 0: skipping test that requires root
17:18:27 [2021-08-20T17:18:27.181Z] --- SKIP: TestPingRegistryEndpoint (0.00s)
17:18:27 [2021-08-20T17:18:27.181Z] === RUN   TestEndpoint
17:18:27 [2021-08-20T17:18:27.181Z]     registry_test.go:67: os.Getuid() != 0: skipping test that requires root
17:18:27 [2021-08-20T17:18:27.181Z] --- SKIP: TestEndpoint (0.00s)
17:18:27 [2021-08-20T17:18:27.181Z] === RUN   TestParseRepositoryInfo
17:18:27 [2021-08-20T17:18:27.181Z] --- PASS: TestParseRepositoryInfo (0.00s)
17:18:27 [2021-08-20T17:18:27.181Z] === RUN   TestNewIndexInfo
17:18:27 [2021-08-20T17:18:27.181Z] --- PASS: TestNewIndexInfo (0.00s)
17:18:27 [2021-08-20T17:18:27.181Z] === RUN   TestMirrorEndpointLookup
17:18:27 [2021-08-20T17:18:27.181Z]     registry_test.go:510: os.Getuid() != 0: skipping test that requires root
17:18:27 [2021-08-20T17:18:27.181Z] --- SKIP: TestMirrorEndpointLookup (0.00s)
17:18:27 [2021-08-20T17:18:27.181Z] === RUN   TestSearchRepositories
17:18:27 [2021-08-20T17:18:27.181Z]     registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1
17:18:27 [2021-08-20T17:18:27.181Z]         Host: 127.0.0.1:49342
17:18:27 [2021-08-20T17:18:27.181Z]         User-Agent: docker test client
17:18:27 [2021-08-20T17:18:27.181Z]         Authorization: Token fake-token
17:18:27 [2021-08-20T17:18:27.181Z]         X-Docker-Token: true
17:18:27 [2021-08-20T17:18:27.181Z]         Accept-Encoding: gzip
17:18:27 [2021-08-20T17:18:27.181Z]         
17:18:27 [2021-08-20T17:18:27.181Z]         
17:18:27 [2021-08-20T17:18:27.181Z]     registry_test.go:730: HTTP/1.1 200 OK
17:18:27 [2021-08-20T17:18:27.181Z]         Connection: close
17:18:27 [2021-08-20T17:18:27.181Z]         Content-Length: 144
17:18:27 [2021-08-20T17:18:27.181Z]         Cache-Control: no-cache
17:18:27 [2021-08-20T17:18:27.181Z]         Content-Type: application/json
17:18:27 [2021-08-20T17:18:27.181Z]         Date: Fri, 20 Aug 2021 17:18:27 GMT
17:18:27 [2021-08-20T17:18:27.181Z]         Expires: -1
17:18:27 [2021-08-20T17:18:27.181Z]         Pragma: no-cache
17:18:27 [2021-08-20T17:18:27.181Z]         Server: docker-tests/mock
17:18:27 [2021-08-20T17:18:27.181Z]         X-Docker-Registry-Config: mock
17:18:27 [2021-08-20T17:18:27.181Z]         X-Docker-Registry-Version: 0.0.0
17:18:27 [2021-08-20T17:18:27.181Z]         
17:18:27 [2021-08-20T17:18:27.181Z]         
17:18:27 [2021-08-20T17:18:27.181Z] --- PASS: TestSearchRepositories (0.00s)
17:18:27 [2021-08-20T17:18:27.181Z] === RUN   TestTrustedLocation
17:18:27 [2021-08-20T17:18:27.181Z] --- PASS: TestTrustedLocation (0.00s)
17:18:27 [2021-08-20T17:18:27.181Z] === RUN   TestAddRequiredHeadersToRedirectedRequests
17:18:27 [2021-08-20T17:18:27.181Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s)
17:18:27 [2021-08-20T17:18:27.181Z] === RUN   TestAllowNondistributableArtifacts
17:18:27 [2021-08-20T17:18:27.181Z] --- PASS: TestAllowNondistributableArtifacts (0.00s)
17:18:27 [2021-08-20T17:18:27.181Z] === RUN   TestIsSecureIndex
17:18:27 [2021-08-20T17:18:27.181Z] --- PASS: TestIsSecureIndex (0.00s)
17:18:27 [2021-08-20T17:18:27.181Z] PASS
17:18:27 [2021-08-20T17:18:27.181Z] coverage: 51.7% of statements
17:18:27 [2021-08-20T17:18:27.181Z] ok  	github.com/docker/docker/registry	0.227s	coverage: 51.7% of statements
17:18:27 [2021-08-20T17:18:27.638Z] time="2021-08-20T17:18:27Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s"
17:18:27 [2021-08-20T17:18:27.940Z] --- PASS: TestServiceUpdatePidsLimit (18.16s)
17:18:27 [2021-08-20T17:18:27.940Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (1.44s)
17:18:27 [2021-08-20T17:18:27.940Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.43s)
17:18:27 [2021-08-20T17:18:27.940Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.32s)
17:18:27 [2021-08-20T17:18:27.940Z] PASS
17:18:27 [2021-08-20T17:18:27.940Z] 
17:18:27 [2021-08-20T17:18:27.940Z] === Skipped
17:18:27 [2021-08-20T17:18:27.940Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s)
17:18:27 [2021-08-20T17:18:27.940Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
17:18:27 [2021-08-20T17:18:27.940Z] 
17:18:27 [2021-08-20T17:18:27.940Z] 
17:18:27 [2021-08-20T17:18:27.940Z] DONE 27 tests, 1 skipped in 194.322s
17:18:27 [2021-08-20T17:18:27.940Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m 
17:18:27 [2021-08-20T17:18:27.940Z] ++ 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
17:18:27 [2021-08-20T17:18:27.940Z] ++ set -e
17:18:27 [2021-08-20T17:18:27.940Z] ++ '[' -n 0 ']'
17:18:27 [2021-08-20T17:18:27.940Z] ++ set -x
17:18:27 [2021-08-20T17:18:27.940Z] ++ 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
17:18:27 [2021-08-20T17:18:27.940Z] INFO: Testing against a local daemon
17:18:27 [2021-08-20T17:18:27.940Z] === RUN   TestSessionCreate
17:18:27 [2021-08-20T17:18:27.940Z] --- PASS: TestSessionCreate (0.02s)
17:18:27 [2021-08-20T17:18:27.940Z] === RUN   TestSessionCreateWithBadUpgrade
17:18:27 [2021-08-20T17:18:27.940Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s)
17:18:27 [2021-08-20T17:18:27.940Z] PASS
17:18:27 [2021-08-20T17:18:27.940Z] 
17:18:27 [2021-08-20T17:18:27.940Z] DONE 2 tests in 0.131s
17:18:27 [2021-08-20T17:18:27.940Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m 
17:18:27 [2021-08-20T17:18:27.940Z] ++ 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
17:18:27 [2021-08-20T17:18:27.940Z] ++ set -e
17:18:27 [2021-08-20T17:18:27.940Z] ++ '[' -n 0 ']'
17:18:27 [2021-08-20T17:18:27.940Z] ++ set -x
17:18:27 [2021-08-20T17:18:27.940Z] ++ 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
17:18:27 [2021-08-20T17:18:27.940Z] INFO: Testing against a local daemon
17:18:27 [2021-08-20T17:18:27.940Z] === RUN   TestCgroupDriverSystemdMemoryLimit
17:18:27 [2021-08-20T17:18:27.940Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
17:18:27 [2021-08-20T17:18:27.940Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
17:18:27 [2021-08-20T17:18:27.940Z] === RUN   TestDiskUsage
17:18:27 [2021-08-20T17:18:27.940Z] === PAUSE TestDiskUsage
17:18:27 [2021-08-20T17:18:27.940Z] === RUN   TestEventsExecDie
17:18:28 [2021-08-20T17:18:28.095Z] === RUN   TestResumableRequestHeaderSimpleErrors
17:18:28 [2021-08-20T17:18:28.096Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.01s)
17:18:28 [2021-08-20T17:18:28.096Z] === RUN   TestResumableRequestHeaderNotTooMuchFailures
17:18:28 [2021-08-20T17:18:28.096Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s)
17:18:28 [2021-08-20T17:18:28.096Z] === RUN   TestResumableRequestHeaderTooMuchFailures
17:18:28 [2021-08-20T17:18:28.096Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s)
17:18:28 [2021-08-20T17:18:28.096Z] === RUN   TestResumableRequestReaderWithReadError
17:18:28 [2021-08-20T17:18:28.553Z] time="2021-08-20T17:18:28Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred"
17:18:28 [2021-08-20T17:18:28.553Z] --- PASS: TestResumableRequestReaderWithReadError (0.14s)
17:18:28 [2021-08-20T17:18:28.553Z] === RUN   TestResumableRequestReaderWithEOFWith416Response
17:18:28 [2021-08-20T17:18:28.553Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s)
17:18:28 [2021-08-20T17:18:28.553Z] === RUN   TestResumableRequestReaderWithServerDoesntSupportByteRanges
17:18:28 [2021-08-20T17:18:28.553Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s)
17:18:28 [2021-08-20T17:18:28.553Z] === RUN   TestResumableRequestReaderWithZeroTotalSize
17:18:28 [2021-08-20T17:18:28.553Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s)
17:18:28 [2021-08-20T17:18:28.553Z] === RUN   TestResumableRequestReader
17:18:28 [2021-08-20T17:18:28.553Z] --- PASS: TestResumableRequestReader (0.00s)
17:18:28 [2021-08-20T17:18:28.553Z] === RUN   TestResumableRequestReaderWithInitialResponse
17:18:28 [2021-08-20T17:18:28.553Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s)
17:18:28 [2021-08-20T17:18:28.553Z] PASS
17:18:28 [2021-08-20T17:18:28.553Z] coverage: 100.0% of statements
17:18:28 [2021-08-20T17:18:28.553Z] ok  	github.com/docker/docker/registry/resumable	0.200s	coverage: 100.0% of statements
17:18:28 [2021-08-20T17:18:28.868Z] --- PASS: TestEventsExecDie (0.97s)
17:18:28 [2021-08-20T17:18:28.868Z] === RUN   TestEventsBackwardsCompatible
17:18:28 [2021-08-20T17:18:28.868Z] --- PASS: TestEventsBackwardsCompatible (0.04s)
17:18:28 [2021-08-20T17:18:28.868Z] === RUN   TestEventsVolumeCreate
17:18:28 [2021-08-20T17:18:28.868Z] --- PASS: TestEventsVolumeCreate (0.05s)
17:18:28 [2021-08-20T17:18:28.868Z] === RUN   TestInfoBinaryCommits
17:18:28 [2021-08-20T17:18:28.868Z] --- PASS: TestInfoBinaryCommits (0.02s)
17:18:28 [2021-08-20T17:18:28.868Z] === RUN   TestInfoAPIVersioned
17:18:28 [2021-08-20T17:18:28.868Z] --- PASS: TestInfoAPIVersioned (0.01s)
17:18:28 [2021-08-20T17:18:28.868Z] === RUN   TestInfoDiscoveryBackend
17:18:29 [2021-08-20T17:18:29.008Z] === RUN   TestRestartManagerTimeout
17:18:29 [2021-08-20T17:18:29.008Z] --- PASS: TestRestartManagerTimeout (0.00s)
17:18:29 [2021-08-20T17:18:29.008Z] === RUN   TestRestartManagerTimeoutReset
17:18:29 [2021-08-20T17:18:29.008Z] --- PASS: TestRestartManagerTimeoutReset (0.00s)
17:18:29 [2021-08-20T17:18:29.008Z] PASS
17:18:29 [2021-08-20T17:18:29.008Z] coverage: 50.9% of statements
17:18:29 [2021-08-20T17:18:29.008Z] ok  	github.com/docker/docker/restartmanager	0.035s	coverage: 50.9% of statements
17:18:29 [2021-08-20T17:18:29.429Z] --- PASS: TestInfoDiscoveryBackend (0.54s)
17:18:29 [2021-08-20T17:18:29.429Z] === RUN   TestInfoDiscoveryInvalidAdvertise
17:18:29 [2021-08-20T17:18:29.464Z] === RUN   TestDecodeContainerConfig
17:18:29 [2021-08-20T17:18:29.464Z] --- PASS: TestDecodeContainerConfig (0.00s)
17:18:29 [2021-08-20T17:18:29.464Z] === RUN   TestDecodeContainerConfigIsolation
17:18:29 [2021-08-20T17:18:29.464Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s)
17:18:29 [2021-08-20T17:18:29.464Z] === RUN   TestValidatePrivileged
17:18:29 [2021-08-20T17:18:29.464Z] --- PASS: TestValidatePrivileged (0.00s)
17:18:29 [2021-08-20T17:18:29.464Z] PASS
17:18:29 [2021-08-20T17:18:29.464Z] coverage: 52.2% of statements
17:18:29 [2021-08-20T17:18:29.921Z] ok  	github.com/docker/docker/runconfig	0.037s	coverage: 52.2% of statements
17:18:29 [2021-08-20T17:18:29.991Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFrom
17:18:30 [2021-08-20T17:18:30.378Z] === RUN   TestGenerateRandomAlphaOnlyStringLength
17:18:30 [2021-08-20T17:18:30.378Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s)
17:18:30 [2021-08-20T17:18:30.378Z] === RUN   TestGenerateRandomAlphaOnlyStringUniqueness
17:18:30 [2021-08-20T17:18:30.378Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s)
17:18:30 [2021-08-20T17:18:30.378Z] PASS
17:18:30 [2021-08-20T17:18:30.378Z] coverage: 62.5% of statements
17:18:30 [2021-08-20T17:18:30.378Z] ok  	github.com/docker/docker/testutil	0.043s	coverage: 62.5% of statements
17:18:30 [2021-08-20T17:18:30.562Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s)
17:18:30 [2021-08-20T17:18:30.562Z] === RUN   TestInfoDiscoveryAdvertiseInterfaceName
17:18:31 [2021-08-20T17:18:31.125Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.54s)
17:18:31 [2021-08-20T17:18:31.125Z] === RUN   TestInfoAPI
17:18:31 [2021-08-20T17:18:31.125Z] --- PASS: TestInfoAPI (0.03s)
17:18:31 [2021-08-20T17:18:31.125Z] === RUN   TestInfoAPIWarnings
17:18:33 [2021-08-20T17:18:33.016Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind
17:18:34 [2021-08-20T17:18:34.100Z] ?   	github.com/docker/docker/libnetwork/ipamapi	[no test files]
17:18:34 [2021-08-20T17:18:34.100Z] ?   	github.com/docker/docker/libnetwork/ipams/builtin	[no test files]
17:18:34 [2021-08-20T17:18:34.100Z] ?   	github.com/docker/docker/libnetwork/ipams/remote/api	[no test files]
17:18:34 [2021-08-20T17:18:34.100Z] ?   	github.com/docker/docker/libnetwork/netutils	[no test files]
17:18:35 [2021-08-20T17:18:35.065Z] === RUN   TestGetDriver
17:18:35 [2021-08-20T17:18:35.065Z] --- PASS: TestGetDriver (0.00s)
17:18:35 [2021-08-20T17:18:35.065Z] === RUN   TestVolumeRequestError
17:18:35 [2021-08-20T17:18:35.065Z] --- PASS: TestVolumeRequestError (0.01s)
17:18:35 [2021-08-20T17:18:35.065Z] PASS
17:18:35 [2021-08-20T17:18:35.065Z] coverage: 36.1% of statements
17:18:35 [2021-08-20T17:18:35.065Z] ok  	github.com/docker/docker/volume/drivers	0.052s	coverage: 36.1% of statements
17:18:35 [2021-08-20T17:18:35.533Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts
17:18:35 [2021-08-20T17:18:35.659Z] === RUN   TestGetAddress
17:18:35 [2021-08-20T17:18:35.659Z] --- PASS: TestGetAddress (0.00s)
17:18:35 [2021-08-20T17:18:35.659Z] === RUN   TestRemove
17:18:35 [2021-08-20T17:18:35.659Z]     local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI
17:18:35 [2021-08-20T17:18:35.659Z] --- SKIP: TestRemove (0.01s)
17:18:35 [2021-08-20T17:18:35.659Z] === RUN   TestInitializeWithVolumes
17:18:35 [2021-08-20T17:18:35.659Z] --- PASS: TestInitializeWithVolumes (0.01s)
17:18:35 [2021-08-20T17:18:35.659Z] === RUN   TestCreate
17:18:35 [2021-08-20T17:18:35.659Z] --- PASS: TestCreate (0.02s)
17:18:35 [2021-08-20T17:18:35.659Z] === RUN   TestValidateName
17:18:35 [2021-08-20T17:18:35.659Z] --- PASS: TestValidateName (0.00s)
17:18:35 [2021-08-20T17:18:35.659Z] === RUN   TestCreateWithOpts
17:18:35 [2021-08-20T17:18:35.659Z]     local_test.go:181: runtime.GOOS == "windows"
17:18:35 [2021-08-20T17:18:35.659Z] --- SKIP: TestCreateWithOpts (0.00s)
17:18:35 [2021-08-20T17:18:35.659Z] === RUN   TestRelaodNoOpts
17:18:35 [2021-08-20T17:18:35.659Z] --- PASS: TestRelaodNoOpts (0.01s)
17:18:35 [2021-08-20T17:18:35.659Z] PASS
17:18:35 [2021-08-20T17:18:35.659Z] coverage: 41.5% of statements
17:18:35 [2021-08-20T17:18:35.659Z] --- PASS: TestGet (15.01s)
17:18:35 [2021-08-20T17:18:35.659Z] === RUN   TestPluginWithNoManifest
17:18:35 [2021-08-20T17:18:35.659Z] --- PASS: TestPluginWithNoManifest (0.00s)
17:18:35 [2021-08-20T17:18:35.659Z] === RUN   TestGetAll
17:18:35 [2021-08-20T17:18:35.659Z] ok  	github.com/docker/docker/volume/local	0.110s	coverage: 41.5% of statements
17:18:35 [2021-08-20T17:18:35.659Z] --- PASS: TestGetAll (0.00s)
17:18:35 [2021-08-20T17:18:35.659Z] PASS
17:18:35 [2021-08-20T17:18:35.659Z] coverage: 73.4% of statements
17:18:35 [2021-08-20T17:18:35.659Z] ok  	github.com/docker/docker/pkg/plugins	34.979s	coverage: 73.4% of statements
17:18:36 [2021-08-20T17:18:36.623Z] === RUN   TestLCOWParseMountRaw
17:18:36 [2021-08-20T17:18:36.623Z] --- PASS: TestLCOWParseMountRaw (0.00s)
17:18:36 [2021-08-20T17:18:36.623Z] === RUN   TestLCOWParseMountRawSplit
17:18:36 [2021-08-20T17:18:36.623Z] === RUN   TestLCOWParseMountRawSplit/0_c:\:/foo
17:18:36 [2021-08-20T17:18:36.623Z] === RUN   TestLCOWParseMountRawSplit/1_c:\:/foo:ro
17:18:36 [2021-08-20T17:18:36.623Z] === RUN   TestLCOWParseMountRawSplit/2_c:\:/foo:rw
17:18:36 [2021-08-20T17:18:36.623Z] === RUN   TestLCOWParseMountRawSplit/3_c:\:/foo:foo
17:18:36 [2021-08-20T17:18:36.623Z] === RUN   TestLCOWParseMountRawSplit/4_name:/foo:rw
17:18:36 [2021-08-20T17:18:36.623Z] === RUN   TestLCOWParseMountRawSplit/5_name:/foo
17:18:36 [2021-08-20T17:18:36.623Z] === RUN   TestLCOWParseMountRawSplit/6_name:/foo:ro
17:18:36 [2021-08-20T17:18:36.623Z] === RUN   TestLCOWParseMountRawSplit/7_name:/
17:18:36 [2021-08-20T17:18:36.623Z] === RUN   TestLCOWParseMountRawSplit/8_driver/name:/
17:18:36 [2021-08-20T17:18:36.623Z] === RUN   TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar
17:18:36 [2021-08-20T17:18:36.623Z] === RUN   TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data
17:18:36 [2021-08-20T17:18:36.623Z] === RUN   TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo
17:18:36 [2021-08-20T17:18:36.623Z] --- PASS: TestLCOWParseMountRawSplit (0.00s)
17:18:36 [2021-08-20T17:18:36.623Z]     --- PASS: TestLCOWParseMountRawSplit/0_c:\:/foo (0.00s)
17:18:36 [2021-08-20T17:18:36.623Z]     --- PASS: TestLCOWParseMountRawSplit/1_c:\:/foo:ro (0.00s)
17:18:36 [2021-08-20T17:18:36.623Z]     --- PASS: TestLCOWParseMountRawSplit/2_c:\:/foo:rw (0.00s)
17:18:36 [2021-08-20T17:18:36.623Z]     --- PASS: TestLCOWParseMountRawSplit/3_c:\:/foo:foo (0.00s)
17:18:36 [2021-08-20T17:18:36.623Z]     --- PASS: TestLCOWParseMountRawSplit/4_name:/foo:rw (0.00s)
17:18:36 [2021-08-20T17:18:36.623Z]     --- PASS: TestLCOWParseMountRawSplit/5_name:/foo (0.00s)
17:18:36 [2021-08-20T17:18:36.623Z]     --- PASS: TestLCOWParseMountRawSplit/6_name:/foo:ro (0.00s)
17:18:36 [2021-08-20T17:18:36.623Z]     --- PASS: TestLCOWParseMountRawSplit/7_name:/ (0.00s)
17:18:36 [2021-08-20T17:18:36.623Z]     --- PASS: TestLCOWParseMountRawSplit/8_driver/name:/ (0.00s)
17:18:36 [2021-08-20T17:18:36.623Z]     --- PASS: TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar (0.00s)
17:18:36 [2021-08-20T17:18:36.623Z]     --- PASS: TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data (0.00s)
17:18:36 [2021-08-20T17:18:36.623Z]     --- PASS: TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo (0.00s)
17:18:36 [2021-08-20T17:18:36.623Z] === RUN   TestLinuxParseMountRaw
17:18:36 [2021-08-20T17:18:36.623Z] --- PASS: TestLinuxParseMountRaw (0.00s)
17:18:36 [2021-08-20T17:18:36.623Z] === RUN   TestLinuxParseMountRawSplit
17:18:36 [2021-08-20T17:18:36.623Z] === RUN   TestLinuxParseMountRawSplit/0_/tmp:/tmp1
17:18:36 [2021-08-20T17:18:36.623Z] === RUN   TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro
17:18:36 [2021-08-20T17:18:36.623Z] === RUN   TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw
17:18:36 [2021-08-20T17:18:36.623Z] === RUN   TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo
17:18:36 [2021-08-20T17:18:36.623Z] === RUN   TestLinuxParseMountRawSplit/4_name:/named1
17:18:36 [2021-08-20T17:18:36.623Z] === RUN   TestLinuxParseMountRawSplit/5_name:/named2
17:18:36 [2021-08-20T17:18:36.623Z] === RUN   TestLinuxParseMountRawSplit/6_name:/named3:ro
17:18:36 [2021-08-20T17:18:36.623Z] === RUN   TestLinuxParseMountRawSplit/7_local/name:/tmp:rw
17:18:36 [2021-08-20T17:18:36.623Z] === RUN   TestLinuxParseMountRawSplit/8_/tmp:tmp
17:18:36 [2021-08-20T17:18:36.623Z] --- PASS: TestLinuxParseMountRawSplit (0.00s)
17:18:36 [2021-08-20T17:18:36.623Z]     --- PASS: TestLinuxParseMountRawSplit/0_/tmp:/tmp1 (0.00s)
17:18:36 [2021-08-20T17:18:36.623Z]     --- PASS: TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro (0.00s)
17:18:36 [2021-08-20T17:18:36.623Z]     --- PASS: TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw (0.00s)
17:18:36 [2021-08-20T17:18:36.623Z]     --- PASS: TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo (0.00s)
17:18:36 [2021-08-20T17:18:36.623Z]     --- PASS: TestLinuxParseMountRawSplit/4_name:/named1 (0.00s)
17:18:36 [2021-08-20T17:18:36.623Z]     --- PASS: TestLinuxParseMountRawSplit/5_name:/named2 (0.00s)
17:18:36 [2021-08-20T17:18:36.623Z]     --- PASS: TestLinuxParseMountRawSplit/6_name:/named3:ro (0.00s)
17:18:36 [2021-08-20T17:18:36.623Z]     --- PASS: TestLinuxParseMountRawSplit/7_local/name:/tmp:rw (0.00s)
17:18:36 [2021-08-20T17:18:36.623Z]     --- PASS: TestLinuxParseMountRawSplit/8_/tmp:tmp (0.00s)
17:18:36 [2021-08-20T17:18:36.623Z] === RUN   TestLinuxParseMountSpecBindWithFileinfoError
17:18:36 [2021-08-20T17:18:36.623Z] --- PASS: TestLinuxParseMountSpecBindWithFileinfoError (0.00s)
17:18:36 [2021-08-20T17:18:36.623Z] === RUN   TestConvertTmpfsOptions
17:18:36 [2021-08-20T17:18:36.623Z]     linux_parser_test.go:209: data="mode=700,size=1m"
17:18:36 [2021-08-20T17:18:36.623Z]     linux_parser_test.go:209: data="ro"
17:18:36 [2021-08-20T17:18:36.623Z] --- PASS: TestConvertTmpfsOptions (0.00s)
17:18:36 [2021-08-20T17:18:36.623Z] === RUN   TestParseMountSpec
17:18:36 [2021-08-20T17:18:36.623Z]     parser_test.go:63: case 0
17:18:36 [2021-08-20T17:18:36.623Z]     parser_test.go:63: case 1
17:18:36 [2021-08-20T17:18:36.623Z]     parser_test.go:63: case 2
17:18:36 [2021-08-20T17:18:36.623Z]     parser_test.go:63: case 3
17:18:36 [2021-08-20T17:18:36.623Z]     parser_test.go:63: case 4
17:18:36 [2021-08-20T17:18:36.623Z]     parser_test.go:63: case 5
17:18:36 [2021-08-20T17:18:36.623Z] --- PASS: TestParseMountSpec (0.00s)
17:18:36 [2021-08-20T17:18:36.623Z] === RUN   TestValidateMount
17:18:36 [2021-08-20T17:18:36.623Z] --- PASS: TestValidateMount (0.00s)
17:18:36 [2021-08-20T17:18:36.623Z] === RUN   TestWindowsParseMountRaw
17:18:36 [2021-08-20T17:18:36.623Z] --- PASS: TestWindowsParseMountRaw (0.00s)
17:18:36 [2021-08-20T17:18:36.623Z] === RUN   TestWindowsParseMountRawSplit
17:18:36 [2021-08-20T17:18:36.623Z] === RUN   TestWindowsParseMountRawSplit/0_c:\:d:
17:18:36 [2021-08-20T17:18:36.623Z] === RUN   TestWindowsParseMountRawSplit/1_c:\:d:\
17:18:36 [2021-08-20T17:18:36.623Z] === RUN   TestWindowsParseMountRawSplit/2_c:\:d:\:ro
17:18:36 [2021-08-20T17:18:36.623Z] === RUN   TestWindowsParseMountRawSplit/3_c:\:d:\:rw
17:18:36 [2021-08-20T17:18:36.623Z] === RUN   TestWindowsParseMountRawSplit/4_c:\:d:\:foo
17:18:36 [2021-08-20T17:18:36.623Z] === RUN   TestWindowsParseMountRawSplit/5_name:d::rw
17:18:36 [2021-08-20T17:18:36.623Z] === RUN   TestWindowsParseMountRawSplit/6_name:d:
17:18:36 [2021-08-20T17:18:36.623Z] === RUN   TestWindowsParseMountRawSplit/7_name:d::ro
17:18:36 [2021-08-20T17:18:36.623Z] === RUN   TestWindowsParseMountRawSplit/8_name:c:
17:18:36 [2021-08-20T17:18:36.623Z] === RUN   TestWindowsParseMountRawSplit/9_driver/name:c:
17:18:36 [2021-08-20T17:18:36.623Z] === RUN   TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar
17:18:36 [2021-08-20T17:18:36.623Z] === RUN   TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar
17:18:36 [2021-08-20T17:18:36.623Z] === RUN   TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo
17:18:36 [2021-08-20T17:18:36.623Z] --- PASS: TestWindowsParseMountRawSplit (0.00s)
17:18:36 [2021-08-20T17:18:36.623Z]     --- PASS: TestWindowsParseMountRawSplit/0_c:\:d: (0.00s)
17:18:36 [2021-08-20T17:18:36.623Z]     --- PASS: TestWindowsParseMountRawSplit/1_c:\:d:\ (0.00s)
17:18:36 [2021-08-20T17:18:36.623Z]     --- PASS: TestWindowsParseMountRawSplit/2_c:\:d:\:ro (0.00s)
17:18:36 [2021-08-20T17:18:36.623Z]     --- PASS: TestWindowsParseMountRawSplit/3_c:\:d:\:rw (0.00s)
17:18:36 [2021-08-20T17:18:36.623Z]     --- PASS: TestWindowsParseMountRawSplit/4_c:\:d:\:foo (0.00s)
17:18:36 [2021-08-20T17:18:36.623Z]     --- PASS: TestWindowsParseMountRawSplit/5_name:d::rw (0.00s)
17:18:36 [2021-08-20T17:18:36.623Z]     --- PASS: TestWindowsParseMountRawSplit/6_name:d: (0.00s)
17:18:36 [2021-08-20T17:18:36.623Z]     --- PASS: TestWindowsParseMountRawSplit/7_name:d::ro (0.00s)
17:18:36 [2021-08-20T17:18:36.623Z]     --- PASS: TestWindowsParseMountRawSplit/8_name:c: (0.00s)
17:18:36 [2021-08-20T17:18:36.623Z]     --- PASS: TestWindowsParseMountRawSplit/9_driver/name:c: (0.00s)
17:18:36 [2021-08-20T17:18:36.623Z]     --- PASS: TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar (0.00s)
17:18:36 [2021-08-20T17:18:36.623Z]     --- PASS: TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar (0.00s)
17:18:36 [2021-08-20T17:18:36.623Z]     --- PASS: TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo (0.00s)
17:18:36 [2021-08-20T17:18:36.623Z] === RUN   TestWindowsParseMountSpecBindWithFileinfoError
17:18:36 [2021-08-20T17:18:36.623Z] --- PASS: TestWindowsParseMountSpecBindWithFileinfoError (0.00s)
17:18:36 [2021-08-20T17:18:36.623Z] PASS
17:18:36 [2021-08-20T17:18:36.623Z] coverage: 67.6% of statements
17:18:36 [2021-08-20T17:18:36.623Z] ok  	github.com/docker/docker/volume/mounts	0.048s	coverage: 67.6% of statements
17:18:36 [2021-08-20T17:18:36.900Z] === RUN   TestDockerSuite/TestEmbeddedDNSInvalidInput
17:18:37 [2021-08-20T17:18:37.080Z] === RUN   TestSetGetMeta
17:18:37 [2021-08-20T17:18:37.080Z] === PAUSE TestSetGetMeta
17:18:37 [2021-08-20T17:18:37.080Z] === RUN   TestRestore
17:18:37 [2021-08-20T17:18:37.080Z] === PAUSE TestRestore
17:18:37 [2021-08-20T17:18:37.080Z] === RUN   TestServiceCreate
17:18:37 [2021-08-20T17:18:37.080Z] === PAUSE TestServiceCreate
17:18:37 [2021-08-20T17:18:37.080Z] === RUN   TestServiceList
17:18:37 [2021-08-20T17:18:37.080Z] === PAUSE TestServiceList
17:18:37 [2021-08-20T17:18:37.080Z] === RUN   TestServiceRemove
17:18:37 [2021-08-20T17:18:37.080Z] === PAUSE TestServiceRemove
17:18:37 [2021-08-20T17:18:37.080Z] === RUN   TestServiceGet
17:18:37 [2021-08-20T17:18:37.080Z] === PAUSE TestServiceGet
17:18:37 [2021-08-20T17:18:37.080Z] === RUN   TestServicePrune
17:18:37 [2021-08-20T17:18:37.080Z] === PAUSE TestServicePrune
17:18:37 [2021-08-20T17:18:37.080Z] === RUN   TestCreate
17:18:37 [2021-08-20T17:18:37.080Z] === PAUSE TestCreate
17:18:37 [2021-08-20T17:18:37.080Z] === RUN   TestRemove
17:18:37 [2021-08-20T17:18:37.080Z] === PAUSE TestRemove
17:18:37 [2021-08-20T17:18:37.080Z] === RUN   TestList
17:18:37 [2021-08-20T17:18:37.080Z] === PAUSE TestList
17:18:37 [2021-08-20T17:18:37.080Z] === RUN   TestFindByDriver
17:18:37 [2021-08-20T17:18:37.080Z] === PAUSE TestFindByDriver
17:18:37 [2021-08-20T17:18:37.080Z] === RUN   TestFindByReferenced
17:18:37 [2021-08-20T17:18:37.080Z] === PAUSE TestFindByReferenced
17:18:37 [2021-08-20T17:18:37.080Z] === RUN   TestDerefMultipleOfSameRef
17:18:37 [2021-08-20T17:18:37.080Z] === PAUSE TestDerefMultipleOfSameRef
17:18:37 [2021-08-20T17:18:37.080Z] === RUN   TestCreateKeepOptsLabelsWhenExistsRemotely
17:18:37 [2021-08-20T17:18:37.080Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely
17:18:37 [2021-08-20T17:18:37.080Z] === RUN   TestDefererencePluginOnCreateError
17:18:37 [2021-08-20T17:18:37.080Z] === PAUSE TestDefererencePluginOnCreateError
17:18:37 [2021-08-20T17:18:37.080Z] === RUN   TestRefDerefRemove
17:18:37 [2021-08-20T17:18:37.080Z] === PAUSE TestRefDerefRemove
17:18:37 [2021-08-20T17:18:37.080Z] === RUN   TestGet
17:18:37 [2021-08-20T17:18:37.080Z] === PAUSE TestGet
17:18:37 [2021-08-20T17:18:37.080Z] === RUN   TestGetWithReference
17:18:37 [2021-08-20T17:18:37.080Z] === PAUSE TestGetWithReference
17:18:37 [2021-08-20T17:18:37.080Z] === RUN   TestFilterFunc
17:18:37 [2021-08-20T17:18:37.080Z] === RUN   TestFilterFunc/test_nil_list
17:18:37 [2021-08-20T17:18:37.080Z] === PAUSE TestFilterFunc/test_nil_list
17:18:37 [2021-08-20T17:18:37.080Z] === RUN   TestFilterFunc/test_empty_list
17:18:37 [2021-08-20T17:18:37.080Z] === PAUSE TestFilterFunc/test_empty_list
17:18:37 [2021-08-20T17:18:37.080Z] === RUN   TestFilterFunc/test_filter_non-empty_to_empty
17:18:37 [2021-08-20T17:18:37.080Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty
17:18:37 [2021-08-20T17:18:37.080Z] === RUN   TestFilterFunc/test_nothing_to_fitler_non-empty_list
17:18:37 [2021-08-20T17:18:37.080Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list
17:18:37 [2021-08-20T17:18:37.080Z] === RUN   TestFilterFunc/test_filter_some
17:18:37 [2021-08-20T17:18:37.080Z] === PAUSE TestFilterFunc/test_filter_some
17:18:37 [2021-08-20T17:18:37.080Z] === RUN   TestFilterFunc/test_filter_middle
17:18:37 [2021-08-20T17:18:37.080Z] === PAUSE TestFilterFunc/test_filter_middle
17:18:37 [2021-08-20T17:18:37.080Z] === RUN   TestFilterFunc/test_filter_middle_and_last
17:18:37 [2021-08-20T17:18:37.080Z] === PAUSE TestFilterFunc/test_filter_middle_and_last
17:18:37 [2021-08-20T17:18:37.080Z] === RUN   TestFilterFunc/test_filter_first_and_last
17:18:37 [2021-08-20T17:18:37.080Z] === PAUSE TestFilterFunc/test_filter_first_and_last
17:18:37 [2021-08-20T17:18:37.080Z] === CONT  TestFilterFunc/test_nil_list
17:18:37 [2021-08-20T17:18:37.080Z] === CONT  TestFilterFunc/test_filter_first_and_last
17:18:37 [2021-08-20T17:18:37.080Z] === CONT  TestFilterFunc/test_filter_some
17:18:37 [2021-08-20T17:18:37.080Z] === CONT  TestFilterFunc/test_nothing_to_fitler_non-empty_list
17:18:37 [2021-08-20T17:18:37.080Z] === CONT  TestFilterFunc/test_filter_non-empty_to_empty
17:18:37 [2021-08-20T17:18:37.080Z] === CONT  TestFilterFunc/test_empty_list
17:18:37 [2021-08-20T17:18:37.080Z] === CONT  TestFilterFunc/test_filter_middle_and_last
17:18:37 [2021-08-20T17:18:37.080Z] === CONT  TestFilterFunc/test_filter_middle
17:18:37 [2021-08-20T17:18:37.080Z] --- PASS: TestFilterFunc (0.00s)
17:18:37 [2021-08-20T17:18:37.080Z]     --- PASS: TestFilterFunc/test_nil_list (0.00s)
17:18:37 [2021-08-20T17:18:37.080Z]     --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s)
17:18:37 [2021-08-20T17:18:37.080Z]     --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s)
17:18:37 [2021-08-20T17:18:37.080Z]     --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s)
17:18:37 [2021-08-20T17:18:37.080Z]     --- PASS: TestFilterFunc/test_empty_list (0.00s)
17:18:37 [2021-08-20T17:18:37.080Z]     --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s)
17:18:37 [2021-08-20T17:18:37.080Z]     --- PASS: TestFilterFunc/test_filter_middle (0.00s)
17:18:37 [2021-08-20T17:18:37.080Z]     --- PASS: TestFilterFunc/test_filter_some (0.00s)
17:18:37 [2021-08-20T17:18:37.080Z] === CONT  TestSetGetMeta
17:18:37 [2021-08-20T17:18:37.080Z] === CONT  TestGetWithReference
17:18:37 [2021-08-20T17:18:37.080Z] === CONT  TestFindByReferenced
17:18:37 [2021-08-20T17:18:37.080Z] === CONT  TestFindByDriver
17:18:37 [2021-08-20T17:18:37.080Z] --- PASS: TestSetGetMeta (0.03s)
17:18:37 [2021-08-20T17:18:37.080Z] === CONT  TestDefererencePluginOnCreateError
17:18:37 [2021-08-20T17:18:37.080Z] --- PASS: TestGetWithReference (0.04s)
17:18:37 [2021-08-20T17:18:37.080Z] === CONT  TestGet
17:18:37 [2021-08-20T17:18:37.080Z] --- PASS: TestFindByReferenced (0.04s)
17:18:37 [2021-08-20T17:18:37.080Z] === CONT  TestRefDerefRemove
17:18:37 [2021-08-20T17:18:37.080Z] --- PASS: TestFindByDriver (0.05s)
17:18:37 [2021-08-20T17:18:37.080Z] === CONT  TestServiceGet
17:18:37 [2021-08-20T17:18:37.080Z] --- PASS: TestDefererencePluginOnCreateError (0.04s)
17:18:37 [2021-08-20T17:18:37.080Z] === CONT  TestList
17:18:37 [2021-08-20T17:18:37.080Z] --- PASS: TestGet (0.03s)
17:18:37 [2021-08-20T17:18:37.080Z] === CONT  TestRemove
17:18:37 [2021-08-20T17:18:37.080Z] --- PASS: TestRefDerefRemove (0.04s)
17:18:37 [2021-08-20T17:18:37.080Z] === CONT  TestCreate
17:18:37 [2021-08-20T17:18:37.080Z] --- PASS: TestRemove (0.03s)
17:18:37 [2021-08-20T17:18:37.080Z] === CONT  TestServicePrune
17:18:37 [2021-08-20T17:18:37.080Z] --- PASS: TestCreate (0.02s)
17:18:37 [2021-08-20T17:18:37.080Z] === CONT  TestServiceList
17:18:37 [2021-08-20T17:18:37.080Z] --- PASS: TestList (0.04s)
17:18:37 [2021-08-20T17:18:37.080Z] === CONT  TestServiceRemove
17:18:37 [2021-08-20T17:18:37.462Z] === RUN   TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin
17:18:37 [2021-08-20T17:18:37.538Z] === CONT  TestServiceCreate
17:18:37 [2021-08-20T17:18:37.538Z] --- PASS: TestServiceGet (0.17s)
17:18:37 [2021-08-20T17:18:37.538Z] time="2021-08-20T17:18:37Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test
17:18:37 [2021-08-20T17:18:37.538Z] --- PASS: TestServiceRemove (0.12s)
17:18:37 [2021-08-20T17:18:37.538Z] === CONT  TestCreateKeepOptsLabelsWhenExistsRemotely
17:18:37 [2021-08-20T17:18:37.538Z] --- PASS: TestServiceList (0.13s)
17:18:37 [2021-08-20T17:18:37.538Z] === CONT  TestRestore
17:18:37 [2021-08-20T17:18:37.538Z] time="2021-08-20T17:18:37Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test
17:18:37 [2021-08-20T17:18:37.538Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.02s)
17:18:37 [2021-08-20T17:18:37.538Z] === CONT  TestDerefMultipleOfSameRef
17:18:37 [2021-08-20T17:18:37.538Z] time="2021-08-20T17:18:37Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test
17:18:37 [2021-08-20T17:18:37.538Z] --- PASS: TestServiceCreate (0.04s)
17:18:37 [2021-08-20T17:18:37.538Z] time="2021-08-20T17:18:37Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3
17:18:37 [2021-08-20T17:18:37.538Z] --- PASS: TestRestore (0.04s)
17:18:37 [2021-08-20T17:18:37.538Z] time="2021-08-20T17:18:37Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test
17:18:37 [2021-08-20T17:18:37.538Z] --- PASS: TestServicePrune (0.18s)
17:18:37 [2021-08-20T17:18:37.538Z] --- PASS: TestDerefMultipleOfSameRef (0.03s)
17:18:37 [2021-08-20T17:18:37.538Z] PASS
17:18:37 [2021-08-20T17:18:37.538Z] coverage: 69.0% of statements
17:18:37 [2021-08-20T17:18:37.538Z] ok  	github.com/docker/docker/volume/service	0.333s	coverage: 69.0% of statements
17:18:37 [2021-08-20T17:18:37.718Z] === RUN   TestDockerSuite/TestEventsAttach
17:18:38 [2021-08-20T17:18:38.648Z] === RUN   TestDockerSuite/TestEventsCommit
17:18:39 [2021-08-20T17:18:39.577Z] === RUN   TestDockerSuite/TestEventsContainerEvents
17:18:40 [2021-08-20T17:18:40.507Z] === RUN   TestDockerSuite/TestEventsContainerEventsAttrSort
17:18:41 [2021-08-20T17:18:41.072Z] === RUN   TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch
17:18:41 [2021-08-20T17:18:41.634Z] === RUN   TestDockerSuite/TestEventsContainerFilterBeforeCreate
17:18:43 [2021-08-20T17:18:43.524Z] === RUN   TestDockerSuite/TestEventsContainerFilterByName
17:18:44 [2021-08-20T17:18:44.891Z] === RUN   TestDockerSuite/TestEventsContainerRestart
17:18:47 [2021-08-20T17:18:47.411Z] --- PASS: TestInfoAPIWarnings (16.39s)
17:18:47 [2021-08-20T17:18:47.411Z] === RUN   TestInfoDebug
17:18:47 [2021-08-20T17:18:47.972Z] === RUN   TestDockerSuite/TestEventsContainerWithMultiNetwork
17:18:47 [2021-08-20T17:18:47.972Z] --- PASS: TestInfoDebug (0.55s)
17:18:47 [2021-08-20T17:18:47.972Z] === RUN   TestInfoInsecureRegistries
17:18:48 [2021-08-20T17:18:48.533Z] --- PASS: TestInfoInsecureRegistries (0.53s)
17:18:48 [2021-08-20T17:18:48.533Z] === RUN   TestInfoRegistryMirrors
17:18:49 [2021-08-20T17:18:49.096Z] --- PASS: TestInfoRegistryMirrors (0.53s)
17:18:49 [2021-08-20T17:18:49.096Z] === RUN   TestLoginFailsWithBadCredentials
17:18:49 [2021-08-20T17:18:49.096Z] --- PASS: TestLoginFailsWithBadCredentials (0.10s)
17:18:49 [2021-08-20T17:18:49.096Z] === RUN   TestPingCacheHeaders
17:18:49 [2021-08-20T17:18:49.096Z] --- PASS: TestPingCacheHeaders (0.02s)
17:18:49 [2021-08-20T17:18:49.096Z] === RUN   TestPingGet
17:18:49 [2021-08-20T17:18:49.096Z] --- PASS: TestPingGet (0.02s)
17:18:49 [2021-08-20T17:18:49.096Z] === RUN   TestPingHead
17:18:49 [2021-08-20T17:18:49.096Z] --- PASS: TestPingHead (0.02s)
17:18:49 [2021-08-20T17:18:49.096Z] === RUN   TestVersion
17:18:49 [2021-08-20T17:18:49.096Z] --- PASS: TestVersion (0.02s)
17:18:49 [2021-08-20T17:18:49.096Z] === CONT  TestDiskUsage
17:18:49 [2021-08-20T17:18:49.658Z] === RUN   TestDiskUsage/empty
17:18:49 [2021-08-20T17:18:49.658Z] === RUN   TestDiskUsage/empty/container_types
17:18:49 [2021-08-20T17:18:49.658Z] === RUN   TestDiskUsage/empty/image_types
17:18:49 [2021-08-20T17:18:49.658Z] === RUN   TestDiskUsage/empty/volume_types
17:18:49 [2021-08-20T17:18:49.658Z] === RUN   TestDiskUsage/empty/build-cache_types
17:18:49 [2021-08-20T17:18:49.658Z] === RUN   TestDiskUsage/empty/container,_volume_types
17:18:49 [2021-08-20T17:18:49.658Z] === RUN   TestDiskUsage/empty/image,_build-cache_types
17:18:49 [2021-08-20T17:18:49.658Z] === RUN   TestDiskUsage/empty/container,_volume,_build-cache_types
17:18:49 [2021-08-20T17:18:49.658Z] === RUN   TestDiskUsage/empty/image,_volume,_build-cache_types
17:18:49 [2021-08-20T17:18:49.658Z] === RUN   TestDiskUsage/empty/container,_image,_volume_types
17:18:49 [2021-08-20T17:18:49.658Z] === RUN   TestDiskUsage/empty/container,_image,_volume,_build-cache_types
17:18:49 [2021-08-20T17:18:49.658Z] === RUN   TestDiskUsage/after_LoadBusybox
17:18:49 [2021-08-20T17:18:49.914Z] === RUN   TestDiskUsage/after_LoadBusybox/container_types
17:18:49 [2021-08-20T17:18:49.914Z] === RUN   TestDiskUsage/after_LoadBusybox/image_types
17:18:49 [2021-08-20T17:18:49.914Z] === RUN   TestDiskUsage/after_LoadBusybox/volume_types
17:18:49 [2021-08-20T17:18:49.914Z] === RUN   TestDiskUsage/after_LoadBusybox/build-cache_types
17:18:49 [2021-08-20T17:18:49.914Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume_types
17:18:49 [2021-08-20T17:18:49.914Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_build-cache_types
17:18:49 [2021-08-20T17:18:49.914Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types
17:18:49 [2021-08-20T17:18:49.914Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types
17:18:49 [2021-08-20T17:18:49.914Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume_types
17:18:49 [2021-08-20T17:18:49.914Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types
17:18:49 [2021-08-20T17:18:49.914Z] === RUN   TestDiskUsage/after_container.Run
17:18:50 [2021-08-20T17:18:50.427Z] === RUN   TestDockerSuite/TestEventsCopy
17:18:50 [2021-08-20T17:18:50.427Z] === RUN   TestDiskUsage/after_container.Run/container_types
17:18:50 [2021-08-20T17:18:50.427Z] === RUN   TestDiskUsage/after_container.Run/image_types
17:18:50 [2021-08-20T17:18:50.427Z] === RUN   TestDiskUsage/after_container.Run/volume_types
17:18:50 [2021-08-20T17:18:50.427Z] === RUN   TestDiskUsage/after_container.Run/build-cache_types
17:18:50 [2021-08-20T17:18:50.427Z] === RUN   TestDiskUsage/after_container.Run/container,_volume_types
17:18:50 [2021-08-20T17:18:50.427Z] === RUN   TestDiskUsage/after_container.Run/image,_build-cache_types
17:18:50 [2021-08-20T17:18:50.427Z] === RUN   TestDiskUsage/after_container.Run/container,_volume,_build-cache_types
17:18:50 [2021-08-20T17:18:50.427Z] === RUN   TestDiskUsage/after_container.Run/image,_volume,_build-cache_types
17:18:50 [2021-08-20T17:18:50.684Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume_types
17:18:50 [2021-08-20T17:18:50.684Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types
17:18:50 [2021-08-20T17:18:50.684Z] --- PASS: TestDiskUsage (1.59s)
17:18:50 [2021-08-20T17:18:50.684Z]     --- PASS: TestDiskUsage/empty (0.01s)
17:18:50 [2021-08-20T17:18:50.684Z]         --- PASS: TestDiskUsage/empty/container_types (0.00s)
17:18:50 [2021-08-20T17:18:50.684Z]         --- PASS: TestDiskUsage/empty/image_types (0.00s)
17:18:50 [2021-08-20T17:18:50.684Z]         --- PASS: TestDiskUsage/empty/volume_types (0.00s)
17:18:50 [2021-08-20T17:18:50.684Z]         --- PASS: TestDiskUsage/empty/build-cache_types (0.00s)
17:18:50 [2021-08-20T17:18:50.684Z]         --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s)
17:18:50 [2021-08-20T17:18:50.684Z]         --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s)
17:18:50 [2021-08-20T17:18:50.684Z]         --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s)
17:18:50 [2021-08-20T17:18:50.684Z]         --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s)
17:18:50 [2021-08-20T17:18:50.684Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s)
17:18:50 [2021-08-20T17:18:50.684Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s)
17:18:50 [2021-08-20T17:18:50.684Z]     --- PASS: TestDiskUsage/after_LoadBusybox (0.17s)
17:18:50 [2021-08-20T17:18:50.684Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s)
17:18:50 [2021-08-20T17:18:50.684Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s)
17:18:50 [2021-08-20T17:18:50.684Z]         --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s)
17:18:50 [2021-08-20T17:18:50.684Z]         --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s)
17:18:50 [2021-08-20T17:18:50.684Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s)
17:18:50 [2021-08-20T17:18:50.684Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s)
17:18:50 [2021-08-20T17:18:50.684Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s)
17:18:50 [2021-08-20T17:18:50.684Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s)
17:18:50 [2021-08-20T17:18:50.684Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s)
17:18:50 [2021-08-20T17:18:50.684Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s)
17:18:50 [2021-08-20T17:18:50.684Z]     --- PASS: TestDiskUsage/after_container.Run (0.71s)
17:18:50 [2021-08-20T17:18:50.684Z]         --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s)
17:18:50 [2021-08-20T17:18:50.684Z]         --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s)
17:18:50 [2021-08-20T17:18:50.684Z]         --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s)
17:18:50 [2021-08-20T17:18:50.684Z]         --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s)
17:18:50 [2021-08-20T17:18:50.684Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s)
17:18:50 [2021-08-20T17:18:50.684Z]         --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s)
17:18:50 [2021-08-20T17:18:50.684Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.02s)
17:18:50 [2021-08-20T17:18:50.684Z]         --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.01s)
17:18:50 [2021-08-20T17:18:50.684Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s)
17:18:50 [2021-08-20T17:18:50.684Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s)
17:18:50 [2021-08-20T17:18:50.684Z] PASS
17:18:50 [2021-08-20T17:18:50.684Z] 
17:18:50 [2021-08-20T17:18:50.684Z] === Skipped
17:18:50 [2021-08-20T17:18:50.684Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s)
17:18:50 [2021-08-20T17:18:50.684Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
17:18:50 [2021-08-20T17:18:50.684Z] 
17:18:50 [2021-08-20T17:18:50.684Z] 
17:18:50 [2021-08-20T17:18:50.684Z] DONE 53 tests, 1 skipped in 23.054s
17:18:50 [2021-08-20T17:18:50.684Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m 
17:18:50 [2021-08-20T17:18:50.684Z] ++ 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
17:18:50 [2021-08-20T17:18:50.684Z] ++ set -e
17:18:50 [2021-08-20T17:18:50.684Z] ++ '[' -n 0 ']'
17:18:50 [2021-08-20T17:18:50.684Z] ++ set -x
17:18:50 [2021-08-20T17:18:50.684Z] ++ 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
17:18:50 [2021-08-20T17:18:50.941Z] INFO: Testing against a local daemon
17:18:50 [2021-08-20T17:18:50.941Z] === RUN   TestVolumesCreateAndList
17:18:50 [2021-08-20T17:18:50.941Z] --- PASS: TestVolumesCreateAndList (0.02s)
17:18:50 [2021-08-20T17:18:50.941Z] === RUN   TestVolumesRemove
17:18:50 [2021-08-20T17:18:50.941Z] --- PASS: TestVolumesRemove (0.06s)
17:18:50 [2021-08-20T17:18:50.941Z] === RUN   TestVolumesInspect
17:18:50 [2021-08-20T17:18:50.941Z] --- PASS: TestVolumesInspect (0.02s)
17:18:50 [2021-08-20T17:18:50.941Z] === RUN   TestVolumesInvalidJSON
17:18:50 [2021-08-20T17:18:50.941Z] === RUN   TestVolumesInvalidJSON//volumes/create
17:18:50 [2021-08-20T17:18:50.941Z] === PAUSE TestVolumesInvalidJSON//volumes/create
17:18:50 [2021-08-20T17:18:50.941Z] === CONT  TestVolumesInvalidJSON//volumes/create
17:18:50 [2021-08-20T17:18:50.941Z] --- PASS: TestVolumesInvalidJSON (0.02s)
17:18:50 [2021-08-20T17:18:50.941Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
17:18:50 [2021-08-20T17:18:50.941Z] PASS
17:18:50 [2021-08-20T17:18:50.941Z] 
17:18:50 [2021-08-20T17:18:50.941Z] DONE 5 tests in 0.230s
17:18:50 [2021-08-20T17:18:50.941Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
17:18:51 [2021-08-20T17:18:51.504Z] ++++ cat bundles/test-integration/docker.pid
17:18:51 [2021-08-20T17:18:51.504Z] +++ kill 6441
17:18:51 [2021-08-20T17:18:51.760Z] +++ /etc/init.d/apparmor stop
17:18:51 [2021-08-20T17:18:51.760Z] Leaving: AppArmorNo profiles have been unloaded.
17:18:51 [2021-08-20T17:18:51.760Z] 
17:18:51 [2021-08-20T17:18:51.760Z] Unloading profiles will leave already running processes permanently
17:18:51 [2021-08-20T17:18:51.760Z] unconfined, which can lead to unexpected situations.
17:18:51 [2021-08-20T17:18:51.760Z] 
17:18:51 [2021-08-20T17:18:51.760Z] To set a process to complain mode, use the command line tool
17:18:51 [2021-08-20T17:18:51.760Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
17:18:51 [2021-08-20T17:18:51.760Z] +++ true
17:18:51 [2021-08-20T17:18:51.760Z] exiting test-integration
17:18:51 [2021-08-20T17:18:51.760Z] ++ exit 0
17:18:51 [2021-08-20T17:18:51.760Z] 
17:18:51 [2021-08-20T17:18:51.760Z] === RUN   TestDockerSuite/TestEventsFilterContainer
17:18:52 [2021-08-20T17:18:52.688Z] + for job in $(jobs -p)
17:18:52 [2021-08-20T17:18:52.688Z] + wait 16917
17:18:53 [2021-08-20T17:18:53.618Z] === RUN   TestDockerSuite/TestEventsFilterImageInContainerAction
17:18:54 [2021-08-20T17:18:54.182Z] === RUN   TestDockerSuite/TestEventsFilterImageLabels
17:18:54 [2021-08-20T17:18:54.439Z] === RUN   TestDockerSuite/TestEventsFilterImageName
17:18:55 [2021-08-20T17:18:55.178Z] 2021/08/20 17:18:52 Closing DB instances...
17:18:55 [2021-08-20T17:18:55.178Z] --- PASS: TestNetworkDBGarbageCollection (54.26s)
17:18:55 [2021-08-20T17:18:55.178Z] === RUN   TestFindNode
17:18:55 [2021-08-20T17:18:55.178Z] 2021/08/20 17:18:54 Closing DB instances...
17:18:55 [2021-08-20T17:18:55.178Z] --- PASS: TestFindNode (0.01s)
17:18:55 [2021-08-20T17:18:55.178Z] === RUN   TestChangeNodeState
17:18:55 [2021-08-20T17:18:55.178Z] 2021/08/20 17:18:54 Closing DB instances...
17:18:55 [2021-08-20T17:18:55.178Z] --- PASS: TestChangeNodeState (0.02s)
17:18:55 [2021-08-20T17:18:55.178Z] === RUN   TestNodeReincarnation
17:18:55 [2021-08-20T17:18:55.178Z] 2021/08/20 17:18:54 Closing DB instances...
17:18:55 [2021-08-20T17:18:55.804Z] === RUN   TestDockerSuite/TestEventsFilterLabels
17:18:56 [2021-08-20T17:18:56.060Z] === RUN   TestDockerSuite/TestEventsFilterNetworkID
17:18:56 [2021-08-20T17:18:56.317Z] === RUN   TestDockerSuite/TestEventsFilterType
17:18:56 [2021-08-20T17:18:56.573Z] === RUN   TestDockerSuite/TestEventsFilterVolumeAndNetworkType
17:18:56 [2021-08-20T17:18:56.573Z] === RUN   TestDockerSuite/TestEventsFilterVolumeID
17:18:56 [2021-08-20T17:18:56.830Z] === RUN   TestDockerSuite/TestEventsFilters
17:18:58 [2021-08-20T17:18:58.199Z] === RUN   TestDockerSuite/TestEventsFormat
17:18:58 [2021-08-20T17:18:58.762Z] === RUN   TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate
17:18:59 [2021-08-20T17:18:59.693Z] === RUN   TestDockerSuite/TestEventsFormatBadField
17:18:59 [2021-08-20T17:18:59.693Z] === RUN   TestDockerSuite/TestEventsFormatBadFunc
17:18:59 [2021-08-20T17:18:59.693Z] === RUN   TestDockerSuite/TestEventsImageImport
17:18:59 [2021-08-20T17:18:59.845Z] time="2021-08-20T17:18:59Z" level=error msg="failed to send node leave: timed out broadcasting node event"
17:18:59 [2021-08-20T17:18:59.845Z] --- PASS: TestNodeReincarnation (5.02s)
17:18:59 [2021-08-20T17:18:59.845Z] === RUN   TestParallelCreate
17:18:59 [2021-08-20T17:18:59.845Z] 2021/08/20 17:18:59 Closing DB instances...
17:18:59 [2021-08-20T17:18:59.845Z] --- PASS: TestParallelCreate (0.02s)
17:18:59 [2021-08-20T17:18:59.845Z] === RUN   TestParallelDelete
17:18:59 [2021-08-20T17:18:59.845Z] 2021/08/20 17:18:59 Closing DB instances...
17:18:59 [2021-08-20T17:18:59.845Z] --- PASS: TestParallelDelete (0.02s)
17:18:59 [2021-08-20T17:18:59.845Z] === RUN   TestNetworkDBIslands
17:18:59 [2021-08-20T17:18:59.845Z] time="2021-08-20T17:18:59Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:810e7b6c9771 with config:&{NodeID:810e7b6c9771 Hostname:node1 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10033 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}"
17:18:59 [2021-08-20T17:18:59.845Z] time="2021-08-20T17:18:59Z" level=info msg="Node 810e7b6c9771/172.31.199.22, joined gossip cluster"
17:18:59 [2021-08-20T17:18:59.845Z] time="2021-08-20T17:18:59Z" level=info msg="Node 810e7b6c9771/172.31.199.22, added to nodes list"
17:18:59 [2021-08-20T17:18:59.845Z] time="2021-08-20T17:18:59Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:bf56a6672ea7 with config:&{NodeID:bf56a6672ea7 Hostname:node2 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10034 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}"
17:18:59 [2021-08-20T17:18:59.845Z] time="2021-08-20T17:18:59Z" level=info msg="Node bf56a6672ea7/172.31.199.22, joined gossip cluster"
17:18:59 [2021-08-20T17:18:59.845Z] time="2021-08-20T17:18:59Z" level=info msg="Node bf56a6672ea7/172.31.199.22, added to nodes list"
17:18:59 [2021-08-20T17:18:59.845Z] time="2021-08-20T17:18:59Z" level=info msg="The new bootstrap node list is:[localhost:10033]"
17:18:59 [2021-08-20T17:18:59.845Z] time="2021-08-20T17:18:59Z" level=debug msg="memberlist: Initiating push/pull sync with:  [::1]:10033"
17:18:59 [2021-08-20T17:18:59.845Z] time="2021-08-20T17:18:59Z" level=debug msg="memberlist: Stream connection from=[::1]:49408"
17:18:59 [2021-08-20T17:18:59.845Z] time="2021-08-20T17:18:59Z" level=info msg="Node bf56a6672ea7/172.31.199.22, joined gossip cluster"
17:18:59 [2021-08-20T17:18:59.845Z] time="2021-08-20T17:18:59Z" level=info msg="Node bf56a6672ea7/172.31.199.22, added to nodes list"
17:18:59 [2021-08-20T17:18:59.845Z] time="2021-08-20T17:18:59Z" level=info msg="Node 810e7b6c9771/172.31.199.22, joined gossip cluster"
17:18:59 [2021-08-20T17:18:59.845Z] time="2021-08-20T17:18:59Z" level=info msg="Node 810e7b6c9771/172.31.199.22, added to nodes list"
17:18:59 [2021-08-20T17:18:59.845Z] time="2021-08-20T17:18:59Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49409"
17:18:59 [2021-08-20T17:18:59.845Z] time="2021-08-20T17:18:59Z" level=debug msg="memberlist: Initiating push/pull sync with:  127.0.0.1:10033"
17:19:00 [2021-08-20T17:19:00.031Z] --- PASS: TestBuildWithHugeFile (42.67s)
17:19:00 [2021-08-20T17:19:00.031Z] === RUN   TestBuildWCOWSandboxSize
17:19:00 [2021-08-20T17:19:00.031Z]     build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control
17:19:00 [2021-08-20T17:19:00.031Z] --- SKIP: TestBuildWCOWSandboxSize (0.01s)
17:19:00 [2021-08-20T17:19:00.031Z] === RUN   TestBuildWithEmptyDockerfile
17:19:00 [2021-08-20T17:19:00.031Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
17:19:00 [2021-08-20T17:19:00.031Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
17:19:00 [2021-08-20T17:19:00.031Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
17:19:00 [2021-08-20T17:19:00.031Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
17:19:00 [2021-08-20T17:19:00.031Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
17:19:00 [2021-08-20T17:19:00.031Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
17:19:00 [2021-08-20T17:19:00.031Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
17:19:00 [2021-08-20T17:19:00.031Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
17:19:00 [2021-08-20T17:19:00.031Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
17:19:00 [2021-08-20T17:19:00.031Z] --- PASS: TestBuildWithEmptyDockerfile (0.08s)
17:19:00 [2021-08-20T17:19:00.031Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.15s)
17:19:00 [2021-08-20T17:19:00.031Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.17s)
17:19:00 [2021-08-20T17:19:00.031Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.18s)
17:19:00 [2021-08-20T17:19:00.031Z] === RUN   TestBuildPreserveOwnership
17:19:00 [2021-08-20T17:19:00.031Z] === RUN   TestBuildPreserveOwnership/copy_from
17:19:00 [2021-08-20T17:19:00.031Z] === RUN   TestBuildPreserveOwnership/copy_from_chowned
17:19:00 [2021-08-20T17:19:00.602Z] --- PASS: TestBuildPreserveOwnership (4.85s)
17:19:00 [2021-08-20T17:19:00.602Z]     --- PASS: TestBuildPreserveOwnership/copy_from (3.29s)
17:19:00 [2021-08-20T17:19:00.602Z]     --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.55s)
17:19:00 [2021-08-20T17:19:00.602Z] === RUN   TestBuildPlatformInvalid
17:19:00 [2021-08-20T17:19:00.602Z] --- PASS: TestBuildPlatformInvalid (0.12s)
17:19:00 [2021-08-20T17:19:00.602Z] === RUN   TestBuildUserNamespaceValidateCapabilitiesAreV2
17:19:00 [2021-08-20T17:19:00.807Z] time="2021-08-20T17:19:00Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:a227aa8951f3 with config:&{NodeID:a227aa8951f3 Hostname:node3 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10035 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}"
17:19:00 [2021-08-20T17:19:00.807Z] time="2021-08-20T17:19:00Z" level=info msg="Node a227aa8951f3/172.31.199.22, joined gossip cluster"
17:19:00 [2021-08-20T17:19:00.807Z] time="2021-08-20T17:19:00Z" level=info msg="Node a227aa8951f3/172.31.199.22, added to nodes list"
17:19:00 [2021-08-20T17:19:00.807Z] time="2021-08-20T17:19:00Z" level=info msg="The new bootstrap node list is:[localhost:10034]"
17:19:00 [2021-08-20T17:19:00.807Z] time="2021-08-20T17:19:00Z" level=debug msg="memberlist: Initiating push/pull sync with:  [::1]:10034"
17:19:00 [2021-08-20T17:19:00.807Z] time="2021-08-20T17:19:00Z" level=debug msg="memberlist: Stream connection from=[::1]:49410"
17:19:00 [2021-08-20T17:19:00.807Z] time="2021-08-20T17:19:00Z" level=info msg="Node a227aa8951f3/172.31.199.22, joined gossip cluster"
17:19:00 [2021-08-20T17:19:00.807Z] time="2021-08-20T17:19:00Z" level=info msg="Node a227aa8951f3/172.31.199.22, added to nodes list"
17:19:00 [2021-08-20T17:19:00.807Z] time="2021-08-20T17:19:00Z" level=info msg="Node 810e7b6c9771/172.31.199.22, joined gossip cluster"
17:19:00 [2021-08-20T17:19:00.807Z] time="2021-08-20T17:19:00Z" level=info msg="Node 810e7b6c9771/172.31.199.22, added to nodes list"
17:19:00 [2021-08-20T17:19:00.807Z] time="2021-08-20T17:19:00Z" level=info msg="Node bf56a6672ea7/172.31.199.22, joined gossip cluster"
17:19:00 [2021-08-20T17:19:00.807Z] time="2021-08-20T17:19:00Z" level=info msg="Node bf56a6672ea7/172.31.199.22, added to nodes list"
17:19:00 [2021-08-20T17:19:00.807Z] time="2021-08-20T17:19:00Z" level=debug msg="memberlist: Initiating push/pull sync with:  127.0.0.1:10034"
17:19:00 [2021-08-20T17:19:00.807Z] time="2021-08-20T17:19:00Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49411"
17:19:00 [2021-08-20T17:19:00.807Z] time="2021-08-20T17:19:00Z" level=debug msg="memberlist: Failed to join 172.31.199.22: dial tcp 172.31.199.22:10024: connectex: No connection could be made because the target machine actively refused it."
17:19:00 [2021-08-20T17:19:00.807Z] time="2021-08-20T17:19:00Z" level=info msg="Node a227aa8951f3/172.31.199.22, joined gossip cluster"
17:19:00 [2021-08-20T17:19:00.807Z] time="2021-08-20T17:19:00Z" level=info msg="Node a227aa8951f3/172.31.199.22, added to nodes list"
17:19:00 [2021-08-20T17:19:00.807Z] time="2021-08-20T17:19:00Z" level=info msg="New memberlist node - Node:node4 will use memberlist nodeID:214e2e88815f with config:&{NodeID:214e2e88815f Hostname:node4 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10036 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}"
17:19:00 [2021-08-20T17:19:00.807Z] time="2021-08-20T17:19:00Z" level=info msg="Node 214e2e88815f/172.31.199.22, joined gossip cluster"
17:19:00 [2021-08-20T17:19:00.807Z] time="2021-08-20T17:19:00Z" level=info msg="Node 214e2e88815f/172.31.199.22, added to nodes list"
17:19:00 [2021-08-20T17:19:00.807Z] time="2021-08-20T17:19:00Z" level=info msg="The new bootstrap node list is:[localhost:10035]"
17:19:01 [2021-08-20T17:19:01.061Z] === RUN   TestDockerSuite/TestEventsImageLoad
17:19:01 [2021-08-20T17:19:01.061Z] === RUN   TestDockerSuite/TestEventsImagePull
17:19:01 [2021-08-20T17:19:01.265Z] time="2021-08-20T17:19:00Z" level=debug msg="memberlist: Initiating push/pull sync with:  [::1]:10035"
17:19:01 [2021-08-20T17:19:01.265Z] time="2021-08-20T17:19:00Z" level=debug msg="memberlist: Stream connection from=[::1]:49413"
17:19:01 [2021-08-20T17:19:01.265Z] time="2021-08-20T17:19:00Z" level=info msg="Node 214e2e88815f/172.31.199.22, joined gossip cluster"
17:19:01 [2021-08-20T17:19:01.265Z] time="2021-08-20T17:19:00Z" level=info msg="Node 214e2e88815f/172.31.199.22, added to nodes list"
17:19:01 [2021-08-20T17:19:01.265Z] time="2021-08-20T17:19:00Z" level=info msg="Node bf56a6672ea7/172.31.199.22, joined gossip cluster"
17:19:01 [2021-08-20T17:19:01.265Z] time="2021-08-20T17:19:00Z" level=info msg="Node bf56a6672ea7/172.31.199.22, added to nodes list"
17:19:01 [2021-08-20T17:19:01.265Z] time="2021-08-20T17:19:00Z" level=info msg="Node a227aa8951f3/172.31.199.22, joined gossip cluster"
17:19:01 [2021-08-20T17:19:01.265Z] time="2021-08-20T17:19:00Z" level=info msg="Node a227aa8951f3/172.31.199.22, added to nodes list"
17:19:01 [2021-08-20T17:19:01.265Z] time="2021-08-20T17:19:00Z" level=info msg="Node 810e7b6c9771/172.31.199.22, joined gossip cluster"
17:19:01 [2021-08-20T17:19:01.265Z] time="2021-08-20T17:19:00Z" level=info msg="Node 810e7b6c9771/172.31.199.22, added to nodes list"
17:19:01 [2021-08-20T17:19:01.265Z] time="2021-08-20T17:19:00Z" level=debug msg="memberlist: Initiating push/pull sync with:  127.0.0.1:10035"
17:19:01 [2021-08-20T17:19:01.265Z] time="2021-08-20T17:19:00Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49414"
17:19:01 [2021-08-20T17:19:01.265Z] time="2021-08-20T17:19:00Z" level=info msg="Node 214e2e88815f/172.31.199.22, joined gossip cluster"
17:19:01 [2021-08-20T17:19:01.265Z] time="2021-08-20T17:19:00Z" level=info msg="Node 214e2e88815f/172.31.199.22, added to nodes list"
17:19:01 [2021-08-20T17:19:01.265Z] time="2021-08-20T17:19:00Z" level=info msg="Node 214e2e88815f/172.31.199.22, joined gossip cluster"
17:19:01 [2021-08-20T17:19:01.265Z] time="2021-08-20T17:19:00Z" level=info msg="Node 214e2e88815f/172.31.199.22, added to nodes list"
17:19:01 [2021-08-20T17:19:01.265Z] time="2021-08-20T17:19:01Z" level=info msg="New memberlist node - Node:node5 will use memberlist nodeID:1d792ea6826b with config:&{NodeID:1d792ea6826b Hostname:node5 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10037 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}"
17:19:01 [2021-08-20T17:19:01.265Z] time="2021-08-20T17:19:01Z" level=info msg="Node 1d792ea6826b/172.31.199.22, joined gossip cluster"
17:19:01 [2021-08-20T17:19:01.265Z] time="2021-08-20T17:19:01Z" level=info msg="Node 1d792ea6826b/172.31.199.22, added to nodes list"
17:19:01 [2021-08-20T17:19:01.265Z] time="2021-08-20T17:19:01Z" level=info msg="The new bootstrap node list is:[localhost:10036]"
17:19:01 [2021-08-20T17:19:01.265Z] time="2021-08-20T17:19:01Z" level=debug msg="memberlist: Initiating push/pull sync with:  [::1]:10036"
17:19:01 [2021-08-20T17:19:01.265Z] time="2021-08-20T17:19:01Z" level=debug msg="memberlist: Stream connection from=[::1]:49415"
17:19:01 [2021-08-20T17:19:01.265Z] time="2021-08-20T17:19:01Z" level=info msg="Node 1d792ea6826b/172.31.199.22, joined gossip cluster"
17:19:01 [2021-08-20T17:19:01.265Z] time="2021-08-20T17:19:01Z" level=info msg="Node 1d792ea6826b/172.31.199.22, added to nodes list"
17:19:01 [2021-08-20T17:19:01.265Z] time="2021-08-20T17:19:01Z" level=info msg="Node 810e7b6c9771/172.31.199.22, joined gossip cluster"
17:19:01 [2021-08-20T17:19:01.265Z] time="2021-08-20T17:19:01Z" level=info msg="Node 810e7b6c9771/172.31.199.22, added to nodes list"
17:19:01 [2021-08-20T17:19:01.265Z] time="2021-08-20T17:19:01Z" level=info msg="Node 214e2e88815f/172.31.199.22, joined gossip cluster"
17:19:01 [2021-08-20T17:19:01.265Z] time="2021-08-20T17:19:01Z" level=info msg="Node 214e2e88815f/172.31.199.22, added to nodes list"
17:19:01 [2021-08-20T17:19:01.265Z] time="2021-08-20T17:19:01Z" level=info msg="Node bf56a6672ea7/172.31.199.22, joined gossip cluster"
17:19:01 [2021-08-20T17:19:01.265Z] time="2021-08-20T17:19:01Z" level=info msg="Node bf56a6672ea7/172.31.199.22, added to nodes list"
17:19:01 [2021-08-20T17:19:01.265Z] time="2021-08-20T17:19:01Z" level=info msg="Node a227aa8951f3/172.31.199.22, joined gossip cluster"
17:19:01 [2021-08-20T17:19:01.265Z] time="2021-08-20T17:19:01Z" level=info msg="Node a227aa8951f3/172.31.199.22, added to nodes list"
17:19:01 [2021-08-20T17:19:01.265Z] time="2021-08-20T17:19:01Z" level=debug msg="memberlist: Initiating push/pull sync with:  127.0.0.1:10036"
17:19:01 [2021-08-20T17:19:01.265Z] time="2021-08-20T17:19:01Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49416"
17:19:01 [2021-08-20T17:19:01.625Z] === RUN   TestDockerSuite/TestEventsImageTag
17:19:01 [2021-08-20T17:19:01.720Z] time="2021-08-20T17:19:01Z" level=info msg="Node 1d792ea6826b/172.31.199.22, joined gossip cluster"
17:19:01 [2021-08-20T17:19:01.720Z] time="2021-08-20T17:19:01Z" level=info msg="Node 1d792ea6826b/172.31.199.22, added to nodes list"
17:19:01 [2021-08-20T17:19:01.720Z] time="2021-08-20T17:19:01Z" level=info msg="Node 1d792ea6826b/172.31.199.22, joined gossip cluster"
17:19:01 [2021-08-20T17:19:01.720Z] time="2021-08-20T17:19:01Z" level=info msg="Node 1d792ea6826b/172.31.199.22, added to nodes list"
17:19:01 [2021-08-20T17:19:01.720Z] time="2021-08-20T17:19:01Z" level=info msg="Node 1d792ea6826b/172.31.199.22, joined gossip cluster"
17:19:01 [2021-08-20T17:19:01.720Z] time="2021-08-20T17:19:01Z" level=info msg="Node 1d792ea6826b/172.31.199.22, added to nodes list"
17:19:01 [2021-08-20T17:19:01.720Z] time="2021-08-20T17:19:01Z" level=debug msg="memberlist: Failed to join 172.31.199.22: dial tcp 172.31.199.22:10024: connectex: No connection could be made because the target machine actively refused it."
17:19:01 [2021-08-20T17:19:01.720Z]     networkdb_test.go:836: Re-joining: 3
17:19:01 [2021-08-20T17:19:01.720Z] time="2021-08-20T17:19:01Z" level=info msg="The new bootstrap node list is:[172.31.199.22:10033 172.31.199.22:10034 172.31.199.22:10035]"
17:19:01 [2021-08-20T17:19:01.720Z] time="2021-08-20T17:19:01Z" level=debug msg="memberlist: Initiating push/pull sync with:  172.31.199.22:10033"
17:19:01 [2021-08-20T17:19:01.720Z] time="2021-08-20T17:19:01Z" level=debug msg="memberlist: Stream connection from=172.31.199.22:49418"
17:19:01 [2021-08-20T17:19:01.720Z] time="2021-08-20T17:19:01Z" level=debug msg="memberlist: Initiating push/pull sync with:  172.31.199.22:10034"
17:19:01 [2021-08-20T17:19:01.720Z] time="2021-08-20T17:19:01Z" level=debug msg="memberlist: Stream connection from=172.31.199.22:49419"
17:19:01 [2021-08-20T17:19:01.720Z] time="2021-08-20T17:19:01Z" level=debug msg="memberlist: Initiating push/pull sync with:  172.31.199.22:10035"
17:19:01 [2021-08-20T17:19:01.720Z] time="2021-08-20T17:19:01Z" level=debug msg="memberlist: Stream connection from=172.31.199.22:49420"
17:19:02 [2021-08-20T17:19:02.177Z]     networkdb_test.go:836: Re-joining: 4
17:19:02 [2021-08-20T17:19:02.177Z] time="2021-08-20T17:19:01Z" level=info msg="The new bootstrap node list is:[172.31.199.22:10033 172.31.199.22:10034 172.31.199.22:10035]"
17:19:02 [2021-08-20T17:19:02.177Z] time="2021-08-20T17:19:01Z" level=debug msg="memberlist: Initiating push/pull sync with:  172.31.199.22:10033"
17:19:02 [2021-08-20T17:19:02.177Z] time="2021-08-20T17:19:01Z" level=debug msg="memberlist: Stream connection from=172.31.199.22:49421"
17:19:02 [2021-08-20T17:19:02.177Z] time="2021-08-20T17:19:01Z" level=debug msg="memberlist: Stream connection from=172.31.199.22:49422"
17:19:02 [2021-08-20T17:19:02.177Z] time="2021-08-20T17:19:01Z" level=debug msg="memberlist: Initiating push/pull sync with:  172.31.199.22:10034"
17:19:02 [2021-08-20T17:19:02.177Z] time="2021-08-20T17:19:01Z" level=debug msg="memberlist: Initiating push/pull sync with:  172.31.199.22:10035"
17:19:02 [2021-08-20T17:19:02.177Z] time="2021-08-20T17:19:01Z" level=debug msg="memberlist: Stream connection from=172.31.199.22:49423"
17:19:02 [2021-08-20T17:19:02.177Z] time="2021-08-20T17:19:01Z" level=info msg="node 0 leaving"
17:19:02 [2021-08-20T17:19:02.177Z] time="2021-08-20T17:19:02Z" level=info msg="Node 810e7b6c9771 change state NodeActive --> NodeLeft"
17:19:02 [2021-08-20T17:19:02.177Z] time="2021-08-20T17:19:02Z" level=info msg="node5(1d792ea6826b): Node leave event for 810e7b6c9771/172.31.199.22"
17:19:02 [2021-08-20T17:19:02.177Z] time="2021-08-20T17:19:02Z" level=info msg="Node 810e7b6c9771 change state NodeActive --> NodeLeft"
17:19:02 [2021-08-20T17:19:02.177Z] time="2021-08-20T17:19:02Z" level=info msg="node2(bf56a6672ea7): Node leave event for 810e7b6c9771/172.31.199.22"
17:19:02 [2021-08-20T17:19:02.177Z] time="2021-08-20T17:19:02Z" level=info msg="Node 810e7b6c9771 change state NodeActive --> NodeLeft"
17:19:02 [2021-08-20T17:19:02.177Z] time="2021-08-20T17:19:02Z" level=info msg="node3(a227aa8951f3): Node leave event for 810e7b6c9771/172.31.199.22"
17:19:02 [2021-08-20T17:19:02.177Z] time="2021-08-20T17:19:02Z" level=info msg="Node 810e7b6c9771 change state NodeActive --> NodeLeft"
17:19:02 [2021-08-20T17:19:02.177Z] time="2021-08-20T17:19:02Z" level=info msg="node1(810e7b6c9771): Node leave event for 810e7b6c9771/172.31.199.22"
17:19:02 [2021-08-20T17:19:02.177Z] time="2021-08-20T17:19:02Z" level=info msg="Node 810e7b6c9771 change state NodeActive --> NodeLeft"
17:19:02 [2021-08-20T17:19:02.177Z] time="2021-08-20T17:19:02Z" level=info msg="node4(214e2e88815f): Node leave event for 810e7b6c9771/172.31.199.22"
17:19:02 [2021-08-20T17:19:02.633Z] time="2021-08-20T17:19:02Z" level=info msg="Node 810e7b6c9771/172.31.199.22, left gossip cluster"
17:19:02 [2021-08-20T17:19:02.633Z] time="2021-08-20T17:19:02Z" level=info msg="Node 810e7b6c9771/172.31.199.22, left gossip cluster"
17:19:02 [2021-08-20T17:19:02.633Z] time="2021-08-20T17:19:02Z" level=info msg="Node 810e7b6c9771/172.31.199.22, left gossip cluster"
17:19:02 [2021-08-20T17:19:02.633Z] time="2021-08-20T17:19:02Z" level=info msg="Node 810e7b6c9771/172.31.199.22, left gossip cluster"
17:19:02 [2021-08-20T17:19:02.633Z] time="2021-08-20T17:19:02Z" level=info msg="Node 810e7b6c9771/172.31.199.22, left gossip cluster"
17:19:02 [2021-08-20T17:19:02.633Z] time="2021-08-20T17:19:02Z" level=debug msg="memberlist: Failed to join 172.31.199.22: dial tcp 172.31.199.22:10024: connectex: No connection could be made because the target machine actively refused it."
17:19:02 [2021-08-20T17:19:02.633Z] time="2021-08-20T17:19:02Z" level=warning msg="memberlist: Failed to send ping: write udp [::]:10033->172.31.199.22:10037: use of closed network connection"
17:19:02 [2021-08-20T17:19:02.633Z] time="2021-08-20T17:19:02Z" level=info msg="node 1 leaving"
17:19:02 [2021-08-20T17:19:02.633Z] time="2021-08-20T17:19:02Z" level=info msg="Node bf56a6672ea7 change state NodeActive --> NodeLeft"
17:19:02 [2021-08-20T17:19:02.633Z] time="2021-08-20T17:19:02Z" level=info msg="node5(1d792ea6826b): Node leave event for bf56a6672ea7/172.31.199.22"
17:19:02 [2021-08-20T17:19:02.633Z] time="2021-08-20T17:19:02Z" level=info msg="Node bf56a6672ea7 change state NodeActive --> NodeLeft"
17:19:02 [2021-08-20T17:19:02.633Z] time="2021-08-20T17:19:02Z" level=info msg="node3(a227aa8951f3): Node leave event for bf56a6672ea7/172.31.199.22"
17:19:02 [2021-08-20T17:19:02.633Z] time="2021-08-20T17:19:02Z" level=info msg="Node bf56a6672ea7/172.31.199.22, left gossip cluster"
17:19:02 [2021-08-20T17:19:02.633Z] time="2021-08-20T17:19:02Z" level=info msg="Node bf56a6672ea7 change state NodeActive --> NodeFailed"
17:19:02 [2021-08-20T17:19:02.633Z] time="2021-08-20T17:19:02Z" level=info msg="Node bf56a6672ea7/172.31.199.22, added to failed nodes list"
17:19:02 [2021-08-20T17:19:02.633Z] time="2021-08-20T17:19:02Z" level=info msg="Node bf56a6672ea7 change state NodeActive --> NodeLeft"
17:19:02 [2021-08-20T17:19:02.633Z] time="2021-08-20T17:19:02Z" level=info msg="node4(214e2e88815f): Node leave event for bf56a6672ea7/172.31.199.22"
17:19:02 [2021-08-20T17:19:02.633Z] time="2021-08-20T17:19:02Z" level=error msg="node: bf56a6672ea7 is unknown to memberlist"
17:19:03 [2021-08-20T17:19:03.008Z] === RUN   TestDockerSuite/TestEventsImageUntagDelete
17:19:03 [2021-08-20T17:19:03.090Z] time="2021-08-20T17:19:02Z" level=info msg="Node bf56a6672ea7/172.31.199.22, left gossip cluster"
17:19:03 [2021-08-20T17:19:03.090Z] time="2021-08-20T17:19:02Z" level=info msg="Node bf56a6672ea7/172.31.199.22, left gossip cluster"
17:19:03 [2021-08-20T17:19:03.090Z] time="2021-08-20T17:19:02Z" level=info msg="Node bf56a6672ea7/172.31.199.22, left gossip cluster"
17:19:03 [2021-08-20T17:19:03.090Z] time="2021-08-20T17:19:02Z" level=info msg="node 2 leaving"
17:19:03 [2021-08-20T17:19:03.090Z] time="2021-08-20T17:19:02Z" level=info msg="Node a227aa8951f3 change state NodeActive --> NodeLeft"
17:19:03 [2021-08-20T17:19:03.090Z] time="2021-08-20T17:19:02Z" level=info msg="node4(214e2e88815f): Node leave event for a227aa8951f3/172.31.199.22"
17:19:03 [2021-08-20T17:19:03.090Z] time="2021-08-20T17:19:02Z" level=info msg="Node a227aa8951f3 change state NodeActive --> NodeLeft"
17:19:03 [2021-08-20T17:19:03.090Z] time="2021-08-20T17:19:02Z" level=info msg="node5(1d792ea6826b): Node leave event for a227aa8951f3/172.31.199.22"
17:19:03 [2021-08-20T17:19:03.090Z] time="2021-08-20T17:19:02Z" level=info msg="Node a227aa8951f3 change state NodeActive --> NodeLeft"
17:19:03 [2021-08-20T17:19:03.090Z] time="2021-08-20T17:19:02Z" level=info msg="node3(a227aa8951f3): Node leave event for a227aa8951f3/172.31.199.22"
17:19:03 [2021-08-20T17:19:03.264Z] === RUN   TestDockerSuite/TestEventsOOMDisableFalse
17:19:03 [2021-08-20T17:19:03.264Z]     docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport
17:19:03 [2021-08-20T17:19:03.264Z] === RUN   TestDockerSuite/TestEventsOOMDisableTrue
17:19:03 [2021-08-20T17:19:03.264Z]     docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport
17:19:03 [2021-08-20T17:19:03.264Z] === RUN   TestDockerSuite/TestEventsPluginOps
17:19:03 [2021-08-20T17:19:03.546Z] time="2021-08-20T17:19:03Z" level=info msg="Node a227aa8951f3/172.31.199.22, left gossip cluster"
17:19:03 [2021-08-20T17:19:03.546Z] time="2021-08-20T17:19:03Z" level=info msg="Node a227aa8951f3/172.31.199.22, left gossip cluster"
17:19:03 [2021-08-20T17:19:03.546Z] time="2021-08-20T17:19:03Z" level=info msg="Node a227aa8951f3/172.31.199.22, left gossip cluster"
17:19:03 [2021-08-20T17:19:03.546Z]     networkdb_test.go:868: node4: OK
17:19:03 [2021-08-20T17:19:03.546Z]     networkdb_test.go:868: node5: OK
17:19:03 [2021-08-20T17:19:03.546Z] time="2021-08-20T17:19:03Z" level=info msg="node 0 coming back"
17:19:03 [2021-08-20T17:19:03.546Z] time="2021-08-20T17:19:03Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:488c69f583fc with config:&{NodeID:488c69f583fc Hostname:node1 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10033 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}"
17:19:03 [2021-08-20T17:19:03.546Z] time="2021-08-20T17:19:03Z" level=info msg="Node 488c69f583fc/172.31.199.22, joined gossip cluster"
17:19:03 [2021-08-20T17:19:03.546Z] time="2021-08-20T17:19:03Z" level=info msg="Node 488c69f583fc/172.31.199.22, added to nodes list"
17:19:03 [2021-08-20T17:19:03.546Z] time="2021-08-20T17:19:03Z" level=info msg="node 1 coming back"
17:19:03 [2021-08-20T17:19:03.546Z] time="2021-08-20T17:19:03Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:b4a60ca87e6b with config:&{NodeID:b4a60ca87e6b Hostname:node2 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10034 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}"
17:19:03 [2021-08-20T17:19:03.546Z] time="2021-08-20T17:19:03Z" level=info msg="Node b4a60ca87e6b/172.31.199.22, joined gossip cluster"
17:19:03 [2021-08-20T17:19:03.546Z] time="2021-08-20T17:19:03Z" level=info msg="Node b4a60ca87e6b/172.31.199.22, added to nodes list"
17:19:03 [2021-08-20T17:19:03.546Z] time="2021-08-20T17:19:03Z" level=info msg="node 2 coming back"
17:19:03 [2021-08-20T17:19:03.546Z] time="2021-08-20T17:19:03Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:0cae438bd6e2 with config:&{NodeID:0cae438bd6e2 Hostname:node3 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10035 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 rejoinClusterDuration:1000000000 rejoinClusterInterval:6000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}"
17:19:03 [2021-08-20T17:19:03.546Z] time="2021-08-20T17:19:03Z" level=info msg="Node 0cae438bd6e2/172.31.199.22, joined gossip cluster"
17:19:03 [2021-08-20T17:19:03.546Z] time="2021-08-20T17:19:03Z" level=info msg="Node 0cae438bd6e2/172.31.199.22, added to nodes list"
17:19:03 [2021-08-20T17:19:03.546Z] time="2021-08-20T17:19:03Z" level=debug msg="memberlist: Failed to join 172.31.199.22: dial tcp 172.31.199.22:10024: connectex: No connection could be made because the target machine actively refused it."
17:19:04 [2021-08-20T17:19:04.001Z] time="2021-08-20T17:19:03Z" level=debug msg="memberlist: Failed ping: 1d792ea6826b (timeout reached)"
17:19:04 [2021-08-20T17:19:04.001Z] time="2021-08-20T17:19:03Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10035->172.31.199.22:10036: use of closed network connection"
17:19:04 [2021-08-20T17:19:04.001Z] time="2021-08-20T17:19:03Z" level=debug msg="memberlist: Stream connection from=172.31.199.22:49426"
17:19:04 [2021-08-20T17:19:04.193Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel
17:19:04 [2021-08-20T17:19:04.458Z] time="2021-08-20T17:19:04Z" level=warning msg="memberlist: Was able to connect to 1d792ea6826b but other probes failed, network may be misconfigured"
17:19:04 [2021-08-20T17:19:04.755Z] === RUN   TestDockerSuite/TestEventsRedirectStdout
17:19:04 [2021-08-20T17:19:04.914Z] time="2021-08-20T17:19:04Z" level=debug msg="memberlist: Failed to join 172.31.199.22: dial tcp 172.31.199.22:10024: connectex: No connection could be made because the target machine actively refused it."
17:19:05 [2021-08-20T17:19:05.684Z] === RUN   TestDockerSuite/TestEventsRename
17:19:05 [2021-08-20T17:19:05.876Z] time="2021-08-20T17:19:05Z" level=debug msg="memberlist: Failed to join 172.31.199.22: dial tcp 172.31.199.22:10024: connectex: No connection could be made because the target machine actively refused it."
17:19:06 [2021-08-20T17:19:06.613Z]     docker_api_swarm_service_test.go:394: [defa61e12fc6f] joining swarm manager [dcf205e2700fe]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
17:19:06 [2021-08-20T17:19:06.613Z] === RUN   TestDockerSuite/TestEventsResize
17:19:06 [2021-08-20T17:19:06.838Z] time="2021-08-20T17:19:06Z" level=debug msg="memberlist: Failed to join 172.31.199.22: dial tcp 172.31.199.22:10024: connectex: No connection could be made because the target machine actively refused it."
17:19:06 [2021-08-20T17:19:06.838Z] time="2021-08-20T17:19:06Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.31.199.22:10033 172.31.199.22:10034 172.31.199.22:10035]"
17:19:07 [2021-08-20T17:19:07.295Z] time="2021-08-20T17:19:07Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.31.199.22:10033 172.31.199.22:10034 172.31.199.22:10035]"
17:19:07 [2021-08-20T17:19:07.541Z] === RUN   TestDockerSuite/TestEventsSinceInTheFuture
17:19:07 [2021-08-20T17:19:07.541Z]     docker_api_swarm_service_test.go:394: [d3c2ff804bbe8] joining swarm manager [dcf205e2700fe]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
17:19:07 [2021-08-20T17:19:07.755Z] time="2021-08-20T17:19:07Z" level=debug msg="memberlist: Failed to join 172.31.199.22: dial tcp 172.31.199.22:10024: connectex: No connection could be made because the target machine actively refused it."
17:19:08 [2021-08-20T17:19:08.104Z] === RUN   TestDockerSuite/TestEventsSpecialFiltersWithExecCreate
17:19:08 [2021-08-20T17:19:08.212Z] time="2021-08-20T17:19:07Z" level=debug msg="memberlist: Initiating push/pull sync with:  172.31.199.22:10033"
17:19:08 [2021-08-20T17:19:08.212Z] time="2021-08-20T17:19:07Z" level=debug msg="memberlist: Stream connection from=172.31.199.22:49431"
17:19:08 [2021-08-20T17:19:08.212Z] time="2021-08-20T17:19:07Z" level=info msg="Node 214e2e88815f/172.31.199.22, joined gossip cluster"
17:19:08 [2021-08-20T17:19:08.212Z] time="2021-08-20T17:19:07Z" level=info msg="Node 214e2e88815f/172.31.199.22, added to nodes list"
17:19:08 [2021-08-20T17:19:08.212Z] time="2021-08-20T17:19:07Z" level=info msg="Node 1d792ea6826b/172.31.199.22, joined gossip cluster"
17:19:08 [2021-08-20T17:19:08.212Z] time="2021-08-20T17:19:07Z" level=info msg="Node 1d792ea6826b/172.31.199.22, added to nodes list"
17:19:08 [2021-08-20T17:19:08.212Z] time="2021-08-20T17:19:07Z" level=info msg="Node 488c69f583fc/172.31.199.22, joined gossip cluster"
17:19:08 [2021-08-20T17:19:08.212Z] time="2021-08-20T17:19:07Z" level=info msg="Node 488c69f583fc/172.31.199.22, is the new incarnation of the shutdown node 810e7b6c9771/172.31.199.22"
17:19:08 [2021-08-20T17:19:08.212Z] time="2021-08-20T17:19:07Z" level=info msg="Node 488c69f583fc/172.31.199.22, added to nodes list"
17:19:08 [2021-08-20T17:19:08.212Z] time="2021-08-20T17:19:07Z" level=debug msg="memberlist: Initiating push/pull sync with:  172.31.199.22:10034"
17:19:08 [2021-08-20T17:19:08.212Z] time="2021-08-20T17:19:07Z" level=debug msg="memberlist: Stream connection from=172.31.199.22:49432"
17:19:08 [2021-08-20T17:19:08.212Z] time="2021-08-20T17:19:07Z" level=info msg="Node 488c69f583fc/172.31.199.22, joined gossip cluster"
17:19:08 [2021-08-20T17:19:08.212Z] time="2021-08-20T17:19:07Z" level=info msg="Node 488c69f583fc/172.31.199.22, added to nodes list"
17:19:08 [2021-08-20T17:19:08.212Z] time="2021-08-20T17:19:07Z" level=info msg="Node 1d792ea6826b/172.31.199.22, joined gossip cluster"
17:19:08 [2021-08-20T17:19:08.212Z] time="2021-08-20T17:19:07Z" level=info msg="Node 1d792ea6826b/172.31.199.22, added to nodes list"
17:19:08 [2021-08-20T17:19:08.212Z] time="2021-08-20T17:19:07Z" level=info msg="Node 214e2e88815f/172.31.199.22, joined gossip cluster"
17:19:08 [2021-08-20T17:19:08.212Z] time="2021-08-20T17:19:07Z" level=info msg="Node 214e2e88815f/172.31.199.22, added to nodes list"
17:19:08 [2021-08-20T17:19:08.212Z] time="2021-08-20T17:19:07Z" level=info msg="Node b4a60ca87e6b/172.31.199.22, joined gossip cluster"
17:19:08 [2021-08-20T17:19:08.212Z] time="2021-08-20T17:19:07Z" level=info msg="Node b4a60ca87e6b/172.31.199.22, is the new incarnation of the shutdown node bf56a6672ea7/172.31.199.22"
17:19:08 [2021-08-20T17:19:08.212Z] time="2021-08-20T17:19:07Z" level=info msg="Node b4a60ca87e6b/172.31.199.22, added to nodes list"
17:19:08 [2021-08-20T17:19:08.212Z] time="2021-08-20T17:19:07Z" level=debug msg="memberlist: Initiating push/pull sync with:  172.31.199.22:10035"
17:19:08 [2021-08-20T17:19:08.212Z] time="2021-08-20T17:19:07Z" level=debug msg="memberlist: Stream connection from=172.31.199.22:49433"
17:19:08 [2021-08-20T17:19:08.212Z] time="2021-08-20T17:19:07Z" level=info msg="Node 488c69f583fc/172.31.199.22, joined gossip cluster"
17:19:08 [2021-08-20T17:19:08.212Z] time="2021-08-20T17:19:07Z" level=info msg="Node 488c69f583fc/172.31.199.22, added to nodes list"
17:19:08 [2021-08-20T17:19:08.212Z] time="2021-08-20T17:19:07Z" level=info msg="Node 1d792ea6826b/172.31.199.22, joined gossip cluster"
17:19:08 [2021-08-20T17:19:08.212Z] time="2021-08-20T17:19:07Z" level=info msg="Node 1d792ea6826b/172.31.199.22, added to nodes list"
17:19:08 [2021-08-20T17:19:08.212Z] time="2021-08-20T17:19:07Z" level=info msg="Node b4a60ca87e6b/172.31.199.22, joined gossip cluster"
17:19:08 [2021-08-20T17:19:08.212Z] time="2021-08-20T17:19:07Z" level=info msg="Node b4a60ca87e6b/172.31.199.22, added to nodes list"
17:19:08 [2021-08-20T17:19:08.212Z] time="2021-08-20T17:19:07Z" level=info msg="Node 214e2e88815f/172.31.199.22, joined gossip cluster"
17:19:08 [2021-08-20T17:19:08.212Z] time="2021-08-20T17:19:07Z" level=info msg="Node 214e2e88815f/172.31.199.22, added to nodes list"
17:19:08 [2021-08-20T17:19:08.212Z] time="2021-08-20T17:19:07Z" level=info msg="Node 0cae438bd6e2/172.31.199.22, joined gossip cluster"
17:19:08 [2021-08-20T17:19:08.212Z] time="2021-08-20T17:19:07Z" level=info msg="Node 0cae438bd6e2/172.31.199.22, is the new incarnation of the shutdown node a227aa8951f3/172.31.199.22"
17:19:08 [2021-08-20T17:19:08.212Z] time="2021-08-20T17:19:07Z" level=info msg="Node 0cae438bd6e2/172.31.199.22, added to nodes list"
17:19:08 [2021-08-20T17:19:08.212Z] time="2021-08-20T17:19:07Z" level=info msg="Node b4a60ca87e6b/172.31.199.22, joined gossip cluster"
17:19:08 [2021-08-20T17:19:08.212Z] time="2021-08-20T17:19:07Z" level=info msg="Node b4a60ca87e6b/172.31.199.22, is the new incarnation of the shutdown node bf56a6672ea7/172.31.199.22"
17:19:08 [2021-08-20T17:19:08.212Z] time="2021-08-20T17:19:07Z" level=info msg="Node b4a60ca87e6b/172.31.199.22, added to nodes list"
17:19:08 [2021-08-20T17:19:08.212Z] time="2021-08-20T17:19:07Z" level=info msg="Node 488c69f583fc/172.31.199.22, joined gossip cluster"
17:19:08 [2021-08-20T17:19:08.212Z] time="2021-08-20T17:19:07Z" level=info msg="Node 488c69f583fc/172.31.199.22, is the new incarnation of the shutdown node 810e7b6c9771/172.31.199.22"
17:19:08 [2021-08-20T17:19:08.212Z] time="2021-08-20T17:19:07Z" level=info msg="Node 488c69f583fc/172.31.199.22, added to nodes list"
17:19:08 [2021-08-20T17:19:08.212Z] time="2021-08-20T17:19:07Z" level=info msg="Node b4a60ca87e6b/172.31.199.22, joined gossip cluster"
17:19:08 [2021-08-20T17:19:08.212Z] time="2021-08-20T17:19:07Z" level=info msg="Node b4a60ca87e6b/172.31.199.22, added to nodes list"
17:19:08 [2021-08-20T17:19:08.212Z] time="2021-08-20T17:19:07Z" level=info msg="Node 0cae438bd6e2/172.31.199.22, joined gossip cluster"
17:19:08 [2021-08-20T17:19:08.212Z] time="2021-08-20T17:19:07Z" level=info msg="Node 0cae438bd6e2/172.31.199.22, added to nodes list"
17:19:08 [2021-08-20T17:19:08.212Z] time="2021-08-20T17:19:07Z" level=info msg="Node 0cae438bd6e2/172.31.199.22, joined gossip cluster"
17:19:08 [2021-08-20T17:19:08.212Z] time="2021-08-20T17:19:07Z" level=info msg="Node 0cae438bd6e2/172.31.199.22, added to nodes list"
17:19:08 [2021-08-20T17:19:08.212Z] time="2021-08-20T17:19:07Z" level=info msg="Node 0cae438bd6e2/172.31.199.22, joined gossip cluster"
17:19:08 [2021-08-20T17:19:08.212Z] time="2021-08-20T17:19:07Z" level=info msg="Node 0cae438bd6e2/172.31.199.22, is the new incarnation of the shutdown node a227aa8951f3/172.31.199.22"
17:19:08 [2021-08-20T17:19:08.212Z] time="2021-08-20T17:19:07Z" level=info msg="Node 0cae438bd6e2/172.31.199.22, added to nodes list"
17:19:08 [2021-08-20T17:19:08.670Z] time="2021-08-20T17:19:08Z" level=debug msg="memberlist: Initiating push/pull sync with:  172.31.199.22:10033"
17:19:08 [2021-08-20T17:19:08.670Z] time="2021-08-20T17:19:08Z" level=debug msg="memberlist: Stream connection from=172.31.199.22:49434"
17:19:08 [2021-08-20T17:19:08.670Z] time="2021-08-20T17:19:08Z" level=debug msg="memberlist: Initiating push/pull sync with:  172.31.199.22:10034"
17:19:08 [2021-08-20T17:19:08.670Z] time="2021-08-20T17:19:08Z" level=debug msg="memberlist: Stream connection from=172.31.199.22:49435"
17:19:08 [2021-08-20T17:19:08.670Z] time="2021-08-20T17:19:08Z" level=debug msg="memberlist: Initiating push/pull sync with:  172.31.199.22:10035"
17:19:08 [2021-08-20T17:19:08.670Z] time="2021-08-20T17:19:08Z" level=debug msg="memberlist: Stream connection from=172.31.199.22:49436"
17:19:08 [2021-08-20T17:19:08.670Z] 2021/08/20 17:19:08 Closing DB instances...
17:19:08 [2021-08-20T17:19:08.670Z] time="2021-08-20T17:19:08Z" level=debug msg="memberlist: Failed to join 172.31.199.22: dial tcp 172.31.199.22:10024: connectex: No connection could be made because the target machine actively refused it."
17:19:08 [2021-08-20T17:19:08.670Z] time="2021-08-20T17:19:08Z" level=info msg="Node 488c69f583fc change state NodeActive --> NodeLeft"
17:19:08 [2021-08-20T17:19:08.670Z] time="2021-08-20T17:19:08Z" level=info msg="node5(1d792ea6826b): Node leave event for 488c69f583fc/172.31.199.22"
17:19:08 [2021-08-20T17:19:08.670Z] time="2021-08-20T17:19:08Z" level=info msg="Node 488c69f583fc change state NodeActive --> NodeLeft"
17:19:08 [2021-08-20T17:19:08.670Z] time="2021-08-20T17:19:08Z" level=info msg="node4(214e2e88815f): Node leave event for 488c69f583fc/172.31.199.22"
17:19:08 [2021-08-20T17:19:08.670Z] time="2021-08-20T17:19:08Z" level=info msg="Node 488c69f583fc change state NodeActive --> NodeLeft"
17:19:08 [2021-08-20T17:19:08.670Z] time="2021-08-20T17:19:08Z" level=info msg="node3(0cae438bd6e2): Node leave event for 488c69f583fc/172.31.199.22"
17:19:08 [2021-08-20T17:19:08.670Z] time="2021-08-20T17:19:08Z" level=info msg="Node 488c69f583fc change state NodeActive --> NodeLeft"
17:19:08 [2021-08-20T17:19:08.670Z] time="2021-08-20T17:19:08Z" level=info msg="node2(b4a60ca87e6b): Node leave event for 488c69f583fc/172.31.199.22"
17:19:08 [2021-08-20T17:19:08.670Z] time="2021-08-20T17:19:08Z" level=info msg="Node 488c69f583fc change state NodeActive --> NodeLeft"
17:19:08 [2021-08-20T17:19:08.670Z] time="2021-08-20T17:19:08Z" level=info msg="node1(488c69f583fc): Node leave event for 488c69f583fc/172.31.199.22"
17:19:09 [2021-08-20T17:19:09.126Z] time="2021-08-20T17:19:08Z" level=info msg="Node 488c69f583fc/172.31.199.22, left gossip cluster"
17:19:09 [2021-08-20T17:19:09.126Z] time="2021-08-20T17:19:08Z" level=info msg="Node 488c69f583fc/172.31.199.22, left gossip cluster"
17:19:09 [2021-08-20T17:19:09.126Z] time="2021-08-20T17:19:08Z" level=info msg="Node 488c69f583fc/172.31.199.22, left gossip cluster"
17:19:09 [2021-08-20T17:19:09.126Z] time="2021-08-20T17:19:08Z" level=info msg="Node 488c69f583fc/172.31.199.22, left gossip cluster"
17:19:09 [2021-08-20T17:19:09.126Z] time="2021-08-20T17:19:08Z" level=info msg="Node 488c69f583fc/172.31.199.22, left gossip cluster"
17:19:09 [2021-08-20T17:19:09.126Z] time="2021-08-20T17:19:08Z" level=info msg="Node b4a60ca87e6b change state NodeActive --> NodeLeft"
17:19:09 [2021-08-20T17:19:09.126Z] time="2021-08-20T17:19:08Z" level=info msg="node4(214e2e88815f): Node leave event for b4a60ca87e6b/172.31.199.22"
17:19:09 [2021-08-20T17:19:09.126Z] time="2021-08-20T17:19:08Z" level=info msg="Node b4a60ca87e6b change state NodeActive --> NodeLeft"
17:19:09 [2021-08-20T17:19:09.126Z] time="2021-08-20T17:19:08Z" level=info msg="node3(0cae438bd6e2): Node leave event for b4a60ca87e6b/172.31.199.22"
17:19:09 [2021-08-20T17:19:09.126Z] time="2021-08-20T17:19:08Z" level=info msg="Node b4a60ca87e6b change state NodeActive --> NodeLeft"
17:19:09 [2021-08-20T17:19:09.126Z] time="2021-08-20T17:19:08Z" level=info msg="node5(1d792ea6826b): Node leave event for b4a60ca87e6b/172.31.199.22"
17:19:09 [2021-08-20T17:19:09.126Z] time="2021-08-20T17:19:08Z" level=info msg="Node b4a60ca87e6b change state NodeActive --> NodeLeft"
17:19:09 [2021-08-20T17:19:09.127Z] time="2021-08-20T17:19:08Z" level=info msg="node2(b4a60ca87e6b): Node leave event for b4a60ca87e6b/172.31.199.22"
17:19:09 [2021-08-20T17:19:09.583Z] time="2021-08-20T17:19:09Z" level=info msg="Node b4a60ca87e6b/172.31.199.22, left gossip cluster"
17:19:09 [2021-08-20T17:19:09.583Z] time="2021-08-20T17:19:09Z" level=info msg="Node b4a60ca87e6b/172.31.199.22, left gossip cluster"
17:19:09 [2021-08-20T17:19:09.583Z] time="2021-08-20T17:19:09Z" level=info msg="Node b4a60ca87e6b/172.31.199.22, left gossip cluster"
17:19:09 [2021-08-20T17:19:09.583Z] time="2021-08-20T17:19:09Z" level=info msg="Node b4a60ca87e6b/172.31.199.22, left gossip cluster"
17:19:09 [2021-08-20T17:19:09.583Z] time="2021-08-20T17:19:09Z" level=info msg="Node 0cae438bd6e2 change state NodeActive --> NodeLeft"
17:19:09 [2021-08-20T17:19:09.583Z] time="2021-08-20T17:19:09Z" level=info msg="node4(214e2e88815f): Node leave event for 0cae438bd6e2/172.31.199.22"
17:19:09 [2021-08-20T17:19:09.583Z] time="2021-08-20T17:19:09Z" level=info msg="Node 0cae438bd6e2 change state NodeActive --> NodeLeft"
17:19:09 [2021-08-20T17:19:09.583Z] time="2021-08-20T17:19:09Z" level=info msg="node5(1d792ea6826b): Node leave event for 0cae438bd6e2/172.31.199.22"
17:19:09 [2021-08-20T17:19:09.583Z] time="2021-08-20T17:19:09Z" level=debug msg="memberlist: Failed to join 172.31.199.22: dial tcp 172.31.199.22:10024: connectex: No connection could be made because the target machine actively refused it."
17:19:10 [2021-08-20T17:19:10.002Z] === RUN   TestDockerSuite/TestEventsStreaming
17:19:10 [2021-08-20T17:19:10.039Z] time="2021-08-20T17:19:09Z" level=info msg="Node 0cae438bd6e2 change state NodeActive --> NodeLeft"
17:19:10 [2021-08-20T17:19:10.039Z] time="2021-08-20T17:19:09Z" level=info msg="node3(0cae438bd6e2): Node leave event for 0cae438bd6e2/172.31.199.22"
17:19:10 [2021-08-20T17:19:10.039Z] time="2021-08-20T17:19:09Z" level=info msg="Node 0cae438bd6e2/172.31.199.22, left gossip cluster"
17:19:10 [2021-08-20T17:19:10.039Z] time="2021-08-20T17:19:09Z" level=info msg="Node 0cae438bd6e2/172.31.199.22, left gossip cluster"
17:19:10 [2021-08-20T17:19:10.039Z] time="2021-08-20T17:19:09Z" level=info msg="Node 0cae438bd6e2/172.31.199.22, left gossip cluster"
17:19:10 [2021-08-20T17:19:10.039Z] time="2021-08-20T17:19:09Z" level=debug msg="memberlist: Failed ping: 214e2e88815f (timeout reached)"
17:19:10 [2021-08-20T17:19:10.039Z] time="2021-08-20T17:19:09Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.31.199.22:10035: use of closed network connection"
17:19:10 [2021-08-20T17:19:10.039Z] time="2021-08-20T17:19:09Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.31.199.22:10037: use of closed network connection"
17:19:10 [2021-08-20T17:19:10.039Z] time="2021-08-20T17:19:09Z" level=debug msg="memberlist: Stream connection from=172.31.199.22:49439"
17:19:10 [2021-08-20T17:19:10.039Z] time="2021-08-20T17:19:09Z" level=info msg="Node 214e2e88815f change state NodeActive --> NodeLeft"
17:19:10 [2021-08-20T17:19:10.039Z] time="2021-08-20T17:19:09Z" level=info msg="node5(1d792ea6826b): Node leave event for 214e2e88815f/172.31.199.22"
17:19:10 [2021-08-20T17:19:10.039Z] time="2021-08-20T17:19:09Z" level=info msg="Node 214e2e88815f change state NodeActive --> NodeLeft"
17:19:10 [2021-08-20T17:19:10.040Z] time="2021-08-20T17:19:09Z" level=info msg="node4(214e2e88815f): Node leave event for 214e2e88815f/172.31.199.22"
17:19:10 [2021-08-20T17:19:10.496Z] time="2021-08-20T17:19:10Z" level=info msg="Node 214e2e88815f/172.31.199.22, left gossip cluster"
17:19:10 [2021-08-20T17:19:10.496Z] time="2021-08-20T17:19:10Z" level=warning msg="memberlist: Was able to connect to 214e2e88815f but other probes failed, network may be misconfigured"
17:19:10 [2021-08-20T17:19:10.933Z] === RUN   TestDockerSuite/TestEventsTimestampFormats
17:19:10 [2021-08-20T17:19:10.952Z] time="2021-08-20T17:19:10Z" level=debug msg="memberlist: Failed to join 172.31.199.22: dial tcp 172.31.199.22:10024: connectex: No connection could be made because the target machine actively refused it."
17:19:10 [2021-08-20T17:19:10.952Z] time="2021-08-20T17:19:10Z" level=info msg="Node 214e2e88815f/172.31.199.22, left gossip cluster"
17:19:11 [2021-08-20T17:19:11.408Z] time="2021-08-20T17:19:10Z" level=info msg="Node 1d792ea6826b/172.31.199.22, left gossip cluster"
17:19:11 [2021-08-20T17:19:11.408Z] time="2021-08-20T17:19:10Z" level=info msg="Node 1d792ea6826b change state NodeActive --> NodeFailed"
17:19:11 [2021-08-20T17:19:11.408Z] time="2021-08-20T17:19:10Z" level=info msg="Node 1d792ea6826b/172.31.199.22, added to failed nodes list"
17:19:11 [2021-08-20T17:19:11.408Z] --- PASS: TestNetworkDBIslands (11.47s)
17:19:11 [2021-08-20T17:19:11.408Z] PASS
17:19:11 [2021-08-20T17:19:11.408Z] coverage: 60.5% of statements
17:19:11 [2021-08-20T17:19:11.408Z] ok  	github.com/docker/docker/libnetwork/networkdb	104.370s	coverage: 60.5% of statements
17:19:11 [2021-08-20T17:19:11.408Z] ?   	github.com/docker/docker/libnetwork/ns	[no test files]
17:19:11 [2021-08-20T17:19:11.408Z] ?   	github.com/docker/docker/libnetwork/osl/kernel	[no test files]
17:19:11 [2021-08-20T17:19:11.408Z] ?   	github.com/docker/docker/libnetwork/testutils	[no test files]
17:19:11 [2021-08-20T17:19:11.408Z] ?   	github.com/docker/docker/oci/caps	[no test files]
17:19:11 [2021-08-20T17:19:11.408Z] ?   	github.com/docker/docker/pkg/containerfs	[no test files]
17:19:11 [2021-08-20T17:19:11.408Z] ?   	github.com/docker/docker/pkg/devicemapper	[no test files]
17:19:11 [2021-08-20T17:19:11.408Z] ?   	github.com/docker/docker/pkg/locker	[no test files]
17:19:11 [2021-08-20T17:19:11.408Z] ?   	github.com/docker/docker/pkg/mount	[no test files]
17:19:11 [2021-08-20T17:19:11.408Z] ?   	github.com/docker/docker/pkg/namesgenerator/cmd/names-generator	[no test files]
17:19:11 [2021-08-20T17:19:11.408Z] ?   	github.com/docker/docker/pkg/parsers/kernel	[no test files]
17:19:11 [2021-08-20T17:19:11.408Z] ?   	github.com/docker/docker/pkg/parsers/operatingsystem	[no test files]
17:19:11 [2021-08-20T17:19:11.408Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
17:19:11 [2021-08-20T17:19:11.408Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
17:19:11 [2021-08-20T17:19:11.408Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
17:19:11 [2021-08-20T17:19:11.408Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
17:19:11 [2021-08-20T17:19:11.408Z] ?   	github.com/docker/docker/pkg/signal	[no test files]
17:19:11 [2021-08-20T17:19:11.408Z] ?   	github.com/docker/docker/pkg/symlink	[no test files]
17:19:11 [2021-08-20T17:19:11.408Z] ?   	github.com/docker/docker/pkg/term	[no test files]
17:19:11 [2021-08-20T17:19:11.408Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
17:19:11 [2021-08-20T17:19:11.408Z] ?   	github.com/docker/docker/profiles/seccomp	[no test files]
17:19:11 [2021-08-20T17:19:11.408Z] ?   	github.com/docker/docker/quota	[no test files]
17:19:11 [2021-08-20T17:19:11.408Z] ?   	github.com/docker/docker/rootless	[no test files]
17:19:11 [2021-08-20T17:19:11.408Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
17:19:11 [2021-08-20T17:19:11.408Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
17:19:11 [2021-08-20T17:19:11.408Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
17:19:11 [2021-08-20T17:19:11.408Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
17:19:11 [2021-08-20T17:19:11.408Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
17:19:11 [2021-08-20T17:19:11.408Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
17:19:11 [2021-08-20T17:19:11.408Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
17:19:11 [2021-08-20T17:19:11.408Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
17:19:11 [2021-08-20T17:19:11.408Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
17:19:11 [2021-08-20T17:19:11.408Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
17:19:11 [2021-08-20T17:19:11.408Z] ?   	github.com/docker/docker/testutil/request	[no test files]
17:19:11 [2021-08-20T17:19:11.408Z] ?   	github.com/docker/docker/volume	[no test files]
17:19:11 [2021-08-20T17:19:11.408Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
17:19:11 [2021-08-20T17:19:11.408Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
17:19:13 [2021-08-20T17:19:13.578Z] 
17:19:13 [2021-08-20T17:19:13.578Z] === Skipped
17:19:13 [2021-08-20T17:19:13.578Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s)
17:19:13 [2021-08-20T17:19:13.578Z]     dispatchers_test.go:377: Windows does not support stopsignal
17:19:13 [2021-08-20T17:19:13.578Z] 
17:19:13 [2021-08-20T17:19:13.578Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s)
17:19:13 [2021-08-20T17:19:13.578Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
17:19:13 [2021-08-20T17:19:13.578Z] 
17:19:13 [2021-08-20T17:19:13.578Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s)
17:19:13 [2021-08-20T17:19:13.578Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
17:19:13 [2021-08-20T17:19:13.578Z] 
17:19:13 [2021-08-20T17:19:13.578Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.01s)
17:19:13 [2021-08-20T17:19:13.578Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
17:19:13 [2021-08-20T17:19:13.578Z] 
17:19:13 [2021-08-20T17:19:13.578Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s)
17:19:13 [2021-08-20T17:19:13.578Z]     tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root
17:19:13 [2021-08-20T17:19:13.578Z] 
17:19:13 [2021-08-20T17:19:13.578Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s)
17:19:13 [2021-08-20T17:19:13.578Z]     client_test.go:23: runtime.GOOS == "windows"
17:19:13 [2021-08-20T17:19:13.578Z] 
17:19:13 [2021-08-20T17:19:13.578Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCP6Proxy (0.00s)
17:19:13 [2021-08-20T17:19:13.578Z]     network_proxy_test.go:194: Need to start CI docker with --ipv6
17:19:13 [2021-08-20T17:19:13.578Z] 
17:19:13 [2021-08-20T17:19:13.578Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCPDualStackProxy (0.00s)
17:19:13 [2021-08-20T17:19:13.578Z]     network_proxy_test.go:209: No support for dual stack yet
17:19:13 [2021-08-20T17:19:13.578Z] 
17:19:13 [2021-08-20T17:19:13.578Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestUDP6Proxy (0.00s)
17:19:13 [2021-08-20T17:19:13.578Z]     network_proxy_test.go:238: Need to start CI docker with --ipv6
17:19:13 [2021-08-20T17:19:13.578Z] 
17:19:13 [2021-08-20T17:19:13.578Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP4Proxy (0.00s)
17:19:13 [2021-08-20T17:19:13.578Z]     network_proxy_test.go:285: runtime.GOOS == "windows": sctp is not supported on windows
17:19:13 [2021-08-20T17:19:13.578Z] 
17:19:13 [2021-08-20T17:19:13.578Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP6Proxy (0.00s)
17:19:13 [2021-08-20T17:19:13.578Z]     network_proxy_test.go:299: Need to start CI docker with --ipv6
17:19:13 [2021-08-20T17:19:13.578Z] 
17:19:13 [2021-08-20T17:19:13.578Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s)
17:19:13 [2021-08-20T17:19:13.578Z]     daemon_test.go:147: root required
17:19:13 [2021-08-20T17:19:13.578Z] 
17:19:13 [2021-08-20T17:19:13.578Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s)
17:19:13 [2021-08-20T17:19:13.578Z]     reload_test.go:520: root required
17:19:13 [2021-08-20T17:19:13.578Z] 
17:19:13 [2021-08-20T17:19:13.578Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s)
17:19:13 [2021-08-20T17:19:13.578Z]     config_test.go:527: os.Getuid() != 0: skipping test that requires root
17:19:13 [2021-08-20T17:19:13.578Z] 
17:19:13 [2021-08-20T17:19:13.578Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s)
17:19:13 [2021-08-20T17:19:13.578Z]     pull_v2_test.go:73: Needs fixing on Windows
17:19:13 [2021-08-20T17:19:13.578Z] 
17:19:13 [2021-08-20T17:19:13.578Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s)
17:19:13 [2021-08-20T17:19:13.578Z]     pull_v2_test.go:118: Needs fixing on Windows
17:19:13 [2021-08-20T17:19:13.578Z] 
17:19:13 [2021-08-20T17:19:13.578Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s)
17:19:13 [2021-08-20T17:19:13.578Z]     download_test.go:268: Needs fixing on Windows
17:19:13 [2021-08-20T17:19:13.578Z] 
17:19:13 [2021-08-20T17:19:13.578Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s)
17:19:13 [2021-08-20T17:19:13.578Z]     layer_test.go:304: Failing on Windows
17:19:13 [2021-08-20T17:19:13.578Z] 
17:19:13 [2021-08-20T17:19:13.578Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s)
17:19:13 [2021-08-20T17:19:13.578Z]     layer_test.go:353: Failing on Windows
17:19:13 [2021-08-20T17:19:13.578Z] 
17:19:13 [2021-08-20T17:19:13.578Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s)
17:19:13 [2021-08-20T17:19:13.578Z]     layer_test.go:468: Failing on Windows
17:19:13 [2021-08-20T17:19:13.578Z] 
17:19:13 [2021-08-20T17:19:13.578Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s)
17:19:13 [2021-08-20T17:19:13.578Z]     layer_test.go:697: Failing on Windows
17:19:13 [2021-08-20T17:19:13.578Z] 
17:19:13 [2021-08-20T17:19:13.578Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s)
17:19:13 [2021-08-20T17:19:13.578Z]     migration_test.go:46: Failing on Windows
17:19:13 [2021-08-20T17:19:13.578Z] 
17:19:13 [2021-08-20T17:19:13.578Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s)
17:19:13 [2021-08-20T17:19:13.578Z]     migration_test.go:182: Failing on Windows
17:19:13 [2021-08-20T17:19:13.578Z] 
17:19:13 [2021-08-20T17:19:13.578Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s)
17:19:13 [2021-08-20T17:19:13.578Z]     mount_test.go:17: Failing on Windows
17:19:13 [2021-08-20T17:19:13.578Z] 
17:19:13 [2021-08-20T17:19:13.578Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s)
17:19:13 [2021-08-20T17:19:13.578Z]     mount_test.go:76: Failing on Windows
17:19:13 [2021-08-20T17:19:13.578Z] 
17:19:13 [2021-08-20T17:19:13.578Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s)
17:19:13 [2021-08-20T17:19:13.578Z]     mount_test.go:125: Failing on Windows
17:19:13 [2021-08-20T17:19:13.578Z] 
17:19:13 [2021-08-20T17:19:13.578Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s)
17:19:13 [2021-08-20T17:19:13.578Z]     mount_test.go:212: Failing on Windows
17:19:13 [2021-08-20T17:19:13.578Z] 
17:19:13 [2021-08-20T17:19:13.578Z] === SKIP: github.com/docker/docker/libnetwork TestSRVServiceQuery (0.00s)
17:19:13 [2021-08-20T17:19:13.578Z]     libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux
17:19:13 [2021-08-20T17:19:13.578Z] 
17:19:13 [2021-08-20T17:19:13.578Z] === SKIP: github.com/docker/docker/libnetwork TestServiceVIPReuse (0.01s)
17:19:13 [2021-08-20T17:19:13.578Z]     libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux
17:19:13 [2021-08-20T17:19:13.578Z] 
17:19:13 [2021-08-20T17:19:13.578Z] === SKIP: github.com/docker/docker/libnetwork TestIpamReleaseOnNetDriverFailures (0.01s)
17:19:13 [2021-08-20T17:19:13.578Z]     libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux
17:19:13 [2021-08-20T17:19:13.578Z] 
17:19:13 [2021-08-20T17:19:13.578Z] === SKIP: github.com/docker/docker/libnetwork TestDNSIPQuery (0.00s)
17:19:13 [2021-08-20T17:19:13.578Z]     resolver_test.go:77: runtime.GOOS == "windows": test only works on linux
17:19:13 [2021-08-20T17:19:13.578Z] 
17:19:13 [2021-08-20T17:19:13.578Z] === SKIP: github.com/docker/docker/libnetwork TestDNSProxyServFail (0.00s)
17:19:13 [2021-08-20T17:19:13.578Z]     resolver_test.go:216: runtime.GOOS == "windows": test only works on linux
17:19:13 [2021-08-20T17:19:13.578Z] 
17:19:13 [2021-08-20T17:19:13.578Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddEmpty (0.00s)
17:19:13 [2021-08-20T17:19:13.578Z]     sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux
17:19:13 [2021-08-20T17:19:13.578Z] 
17:19:13 [2021-08-20T17:19:13.578Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddMultiPrio (0.00s)
17:19:13 [2021-08-20T17:19:13.578Z]     sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux
17:19:13 [2021-08-20T17:19:13.578Z] 
17:19:13 [2021-08-20T17:19:13.578Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddSamePrio (0.00s)
17:19:13 [2021-08-20T17:19:13.578Z]     sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux
17:19:13 [2021-08-20T17:19:13.578Z] 
17:19:13 [2021-08-20T17:19:13.578Z] === SKIP: github.com/docker/docker/libnetwork TestCleanupServiceDiscovery (0.00s)
17:19:13 [2021-08-20T17:19:13.578Z]     service_common_test.go:15: runtime.GOOS == "windows": test only works on linux
17:19:13 [2021-08-20T17:19:13.578Z] 
17:19:13 [2021-08-20T17:19:13.578Z] === SKIP: github.com/docker/docker/libnetwork TestDNSOptions (0.00s)
17:19:13 [2021-08-20T17:19:13.578Z]     service_common_test.go:59: runtime.GOOS == "windows": test only works on linux
17:19:13 [2021-08-20T17:19:13.578Z] 
17:19:13 [2021-08-20T17:19:13.578Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestNAT (0.00s)
17:19:13 [2021-08-20T17:19:13.578Z]     windows_test.go:57: Test does not work on CI and was never running to begin with
17:19:13 [2021-08-20T17:19:13.578Z] 
17:19:13 [2021-08-20T17:19:13.578Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestTransparent (0.00s)
17:19:13 [2021-08-20T17:19:13.578Z]     windows_test.go:62: Test does not work on CI and was never running to begin with
17:19:13 [2021-08-20T17:19:13.578Z] 
17:19:13 [2021-08-20T17:19:13.578Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest4 (0.00s)
17:19:13 [2021-08-20T17:19:13.578Z]     allocator_test.go:1422: Skipped because t.parallel was less than  5
17:19:13 [2021-08-20T17:19:13.578Z] 
17:19:13 [2021-08-20T17:19:13.578Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest2 (0.00s)
17:19:13 [2021-08-20T17:19:13.578Z]     allocator_test.go:1422: Skipped because t.parallel was less than  5
17:19:13 [2021-08-20T17:19:13.578Z] 
17:19:13 [2021-08-20T17:19:13.578Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest3 (0.00s)
17:19:13 [2021-08-20T17:19:13.578Z]     allocator_test.go:1422: Skipped because t.parallel was less than  5
17:19:13 [2021-08-20T17:19:13.578Z] 
17:19:13 [2021-08-20T17:19:13.578Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest1 (0.00s)
17:19:13 [2021-08-20T17:19:13.578Z]     allocator_test.go:1422: Skipped because t.parallel was less than  5
17:19:13 [2021-08-20T17:19:13.578Z] 
17:19:13 [2021-08-20T17:19:13.578Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest5 (0.00s)
17:19:13 [2021-08-20T17:19:13.578Z]     allocator_test.go:1422: Skipped because t.parallel was less than  5
17:19:13 [2021-08-20T17:19:13.578Z] 
17:19:13 [2021-08-20T17:19:13.578Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s)
17:19:13 [2021-08-20T17:19:13.578Z]     archive_test.go:134: Xz not present in msys2
17:19:13 [2021-08-20T17:19:13.578Z] 
17:19:13 [2021-08-20T17:19:13.578Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s)
17:19:13 [2021-08-20T17:19:13.578Z]     archive_test.go:239: Failing on Windows CI machines
17:19:13 [2021-08-20T17:19:13.578Z] 
17:19:13 [2021-08-20T17:19:13.578Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s)
17:19:13 [2021-08-20T17:19:13.578Z]     archive_windows_test.go:16: Currently fails
17:19:13 [2021-08-20T17:19:13.578Z] 
17:19:13 [2021-08-20T17:19:13.578Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s)
17:19:13 [2021-08-20T17:19:13.578Z]     changes_test.go:196: needs more investigation
17:19:13 [2021-08-20T17:19:13.578Z] 
17:19:13 [2021-08-20T17:19:13.578Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s)
17:19:13 [2021-08-20T17:19:13.578Z]     changes_test.go:433: needs further investigation
17:19:13 [2021-08-20T17:19:13.578Z] 
17:19:13 [2021-08-20T17:19:13.578Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s)
17:19:13 [2021-08-20T17:19:13.578Z]     changes_test.go:469: needs further investigation
17:19:13 [2021-08-20T17:19:13.578Z] 
17:19:13 [2021-08-20T17:19:13.578Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s)
17:19:13 [2021-08-20T17:19:13.578Z]     archive_test.go:45: os.Getuid() != 0: skipping test that requires root
17:19:13 [2021-08-20T17:19:13.578Z] 
17:19:13 [2021-08-20T17:19:13.578Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s)
17:19:13 [2021-08-20T17:19:13.578Z]     archive_test.go:77: os.Getuid() != 0: skipping test that requires root
17:19:13 [2021-08-20T17:19:13.578Z] 
17:19:13 [2021-08-20T17:19:13.578Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s)
17:19:13 [2021-08-20T17:19:13.578Z]     archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing
17:19:13 [2021-08-20T17:19:13.578Z] 
17:19:13 [2021-08-20T17:19:13.578Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s)
17:19:13 [2021-08-20T17:19:13.578Z]     archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing
17:19:13 [2021-08-20T17:19:13.578Z] 
17:19:13 [2021-08-20T17:19:13.578Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s)
17:19:13 [2021-08-20T17:19:13.578Z]     archive_test.go:249: os.Getuid() != 0: skipping test that requires root
17:19:13 [2021-08-20T17:19:13.578Z] 
17:19:13 [2021-08-20T17:19:13.578Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s)
17:19:13 [2021-08-20T17:19:13.578Z]     archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing
17:19:13 [2021-08-20T17:19:13.578Z] 
17:19:13 [2021-08-20T17:19:13.578Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s)
17:19:13 [2021-08-20T17:19:13.578Z]     archive_test.go:356: os.Getuid() != 0: skipping test that requires root
17:19:13 [2021-08-20T17:19:13.578Z] 
17:19:13 [2021-08-20T17:19:13.578Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s)
17:19:13 [2021-08-20T17:19:13.578Z]     archive_test.go:373: os.Getuid() != 0: skipping test that requires root
17:19:13 [2021-08-20T17:19:13.578Z] 
17:19:13 [2021-08-20T17:19:13.578Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s)
17:19:13 [2021-08-20T17:19:13.578Z]     archive_test.go:390: os.Getuid() != 0: skipping test that requires root
17:19:13 [2021-08-20T17:19:13.578Z] 
17:19:13 [2021-08-20T17:19:13.578Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s)
17:19:13 [2021-08-20T17:19:13.578Z]     poller_test.go:41: No chmod on Windows
17:19:13 [2021-08-20T17:19:13.578Z] 
17:19:13 [2021-08-20T17:19:13.578Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s)
17:19:13 [2021-08-20T17:19:13.578Z]     fileutils_test.go:134: Needs porting to Windows
17:19:13 [2021-08-20T17:19:13.578Z] 
17:19:13 [2021-08-20T17:19:13.578Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s)
17:19:13 [2021-08-20T17:19:13.578Z]     fileutils_test.go:180: Needs porting to Windows
17:19:13 [2021-08-20T17:19:13.578Z] 
17:19:13 [2021-08-20T17:19:13.578Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s)
17:19:13 [2021-08-20T17:19:13.578Z]     registry_test.go:47: os.Getuid() != 0: skipping test that requires root
17:19:13 [2021-08-20T17:19:13.578Z] 
17:19:13 [2021-08-20T17:19:13.578Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s)
17:19:13 [2021-08-20T17:19:13.578Z]     registry_test.go:67: os.Getuid() != 0: skipping test that requires root
17:19:13 [2021-08-20T17:19:13.578Z] 
17:19:13 [2021-08-20T17:19:13.578Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s)
17:19:13 [2021-08-20T17:19:13.578Z]     registry_test.go:510: os.Getuid() != 0: skipping test that requires root
17:19:13 [2021-08-20T17:19:13.578Z] 
17:19:13 [2021-08-20T17:19:13.578Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.01s)
17:19:13 [2021-08-20T17:19:13.578Z]     local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI
17:19:13 [2021-08-20T17:19:13.578Z] 
17:19:13 [2021-08-20T17:19:13.578Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s)
17:19:13 [2021-08-20T17:19:13.578Z]     local_test.go:181: runtime.GOOS == "windows"
17:19:13 [2021-08-20T17:19:13.578Z] 
17:19:13 [2021-08-20T17:19:13.578Z] 
17:19:13 [2021-08-20T17:19:13.578Z] DONE 2070 tests, 67 skipped in 309.867s
17:19:13 [2021-08-20T17:19:13.578Z] INFO: make.ps1 ended at 08/20/2021 17:19:13
17:19:14 [2021-08-20T17:19:14.203Z] === RUN   TestDockerSuite/TestEventsTop
17:19:15 [2021-08-20T17:19:15.132Z] === RUN   TestDockerSuite/TestEventsUntag
17:19:15 [2021-08-20T17:19:15.532Z] Loaded image: buildpack-deps:buster
17:19:15 [2021-08-20T17:19:15.532Z] Loaded image: busybox:latest
17:19:15 [2021-08-20T17:19:15.532Z] Loaded image: busybox:glibc
17:19:15 [2021-08-20T17:19:15.753Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker
17:19:15 [2021-08-20T17:19:15.753Z] INFO: Unit tests ended at 08/20/2021 17:19:15. Duration:00:05:27.4470128
17:19:15 [2021-08-20T17:19:15.753Z] INFO: Building busybox
17:19:15 [2021-08-20T17:19:15.753Z] Sending build context to Docker daemon   5.12kB
17:19:15 [2021-08-20T17:19:15.753Z] 
17:19:15 [2021-08-20T17:19:15.753Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore
17:19:15 [2021-08-20T17:19:15.753Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019
17:19:15 [2021-08-20T17:19:15.753Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13
17:19:15 [2021-08-20T17:19:15.753Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae
17:19:15 [2021-08-20T17:19:15.753Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG}
17:19:15 [2021-08-20T17:19:15.753Z]  ---> d1724c2d9a84
17:19:15 [2021-08-20T17:19:15.753Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin
17:19:15 [2021-08-20T17:19:15.753Z]  ---> Running in e0eb74a56528
17:19:16 [2021-08-20T17:19:16.103Z] Loaded image: debian:bullseye
17:19:16 [2021-08-20T17:19:16.103Z] Loaded image: hello-world:latest
17:19:16 [2021-08-20T17:19:16.363Z] Loaded image: arm32v7/hello-world:latest
17:19:17 [2021-08-20T17:19:17.648Z] === RUN   TestDockerSuite/TestEventsUntilInThePast
17:19:25 [2021-08-20T17:19:25.732Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole
17:19:26 [2021-08-20T17:19:26.363Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (24.04s)
17:19:26 [2021-08-20T17:19:26.363Z] PASS
17:19:26 [2021-08-20T17:19:26.363Z] 
17:19:26 [2021-08-20T17:19:26.363Z] === Skipped
17:19:26 [2021-08-20T17:19:26.363Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s)
17:19:26 [2021-08-20T17:19:26.363Z]     build_session_test.go:25: TODO: BuildKit
17:19:26 [2021-08-20T17:19:26.363Z] 
17:19:26 [2021-08-20T17:19:26.363Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.01s)
17:19:26 [2021-08-20T17:19:26.363Z]     build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control
17:19:26 [2021-08-20T17:19:26.363Z] 
17:19:26 [2021-08-20T17:19:26.363Z] 
17:19:26 [2021-08-20T17:19:26.363Z] DONE 34 tests, 2 skipped in 113.177s
17:19:26 [2021-08-20T17:19:26.363Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m 
17:19:26 [2021-08-20T17:19:26.363Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.config -t ./test.main -test.v -test.timeout=120m
17:19:26 [2021-08-20T17:19:26.363Z] ++ set -e
17:19:26 [2021-08-20T17:19:26.363Z] ++ '[' -n 0 ']'
17:19:26 [2021-08-20T17:19:26.363Z] ++ set -x
17:19:26 [2021-08-20T17:19:26.363Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-config-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.config -t ./test.main -test.v -test.timeout=120m
17:19:26 [2021-08-20T17:19:26.363Z] INFO: Testing against a local daemon
17:19:26 [2021-08-20T17:19:26.363Z] === RUN   TestConfigInspect
17:19:27 [2021-08-20T17:19:27.099Z]     docker_api_swarm_service_test.go:342: [d3f3577bfa454] joining swarm manager [d563138dfd74a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
17:19:27 [2021-08-20T17:19:27.747Z] --- PASS: TestConfigInspect (2.83s)
17:19:27 [2021-08-20T17:19:27.747Z] === RUN   TestConfigList
17:19:28 [2021-08-20T17:19:28.027Z]     docker_api_swarm_service_test.go:342: [dd2861f512c28] joining swarm manager [d563138dfd74a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
17:19:28 [2021-08-20T17:19:28.957Z] === RUN   TestDockerSuite/TestExec
17:19:30 [2021-08-20T17:19:30.326Z] === RUN   TestDockerSuite/TestExecAPICreateContainerPaused
17:19:31 [2021-08-20T17:19:31.047Z] --- PASS: TestConfigList (2.78s)
17:19:31 [2021-08-20T17:19:31.047Z] === RUN   TestConfigsCreateAndDelete
17:19:31 [2021-08-20T17:19:31.743Z] === RUN   TestDockerSuite/TestExecAPICreateNoCmd
17:19:32 [2021-08-20T17:19:32.672Z] === RUN   TestDockerSuite/TestExecAPICreateNoValidContentType
17:19:33 [2021-08-20T17:19:33.395Z] Removing intermediate container e0eb74a56528
17:19:33 [2021-08-20T17:19:33.395Z]  ---> 504826e13855
17:19:33 [2021-08-20T17:19:33.395Z] Step 7/13 : ARG BUSYBOX_VERSION
17:19:33 [2021-08-20T17:19:33.395Z]  ---> Running in 11b7bf660b61
17:19:33 [2021-08-20T17:19:33.395Z] Removing intermediate container 11b7bf660b61
17:19:33 [2021-08-20T17:19:33.395Z]  ---> bdda1e7e189d
17:19:33 [2021-08-20T17:19:33.395Z] Step 8/13 : ARG BUSYBOX_SHA256SUM
17:19:33 [2021-08-20T17:19:33.395Z]  ---> Running in 4e44a525fb48
17:19:33 [2021-08-20T17:19:33.395Z] Removing intermediate container 4e44a525fb48
17:19:33 [2021-08-20T17:19:33.395Z]  ---> 5e650f59d869
17:19:33 [2021-08-20T17:19:33.395Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe
17:19:33 [2021-08-20T17:19:33.395Z] 
17:19:33 [2021-08-20T17:19:33.591Z] --- PASS: TestConfigsCreateAndDelete (2.62s)
17:19:33 [2021-08-20T17:19:33.591Z] === RUN   TestConfigsUpdate
17:19:33 [2021-08-20T17:19:33.601Z] === RUN   TestDockerSuite/TestExecAPIStart
17:19:33 [2021-08-20T17:19:33.851Z]  ---> 9a337c51afc4
17:19:33 [2021-08-20T17:19:33.851Z] Step 10/13 : RUN powershell     if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) {         Throw \"Checksum validation failed\"     }
17:19:33 [2021-08-20T17:19:33.851Z]  ---> Running in cb27762bf014
17:19:35 [2021-08-20T17:19:35.493Z] === RUN   TestDockerSuite/TestExecAPIStartBackwardsCompatible
17:19:36 [2021-08-20T17:19:36.134Z] --- PASS: TestConfigsUpdate (2.71s)
17:19:36 [2021-08-20T17:19:36.134Z] === RUN   TestTemplatedConfig
17:19:36 [2021-08-20T17:19:36.859Z] === RUN   TestDockerSuite/TestExecAPIStartEnsureHeaders
17:19:37 [2021-08-20T17:19:37.422Z] === RUN   TestDockerSuite/TestExecAPIStartInvalidCommand
17:19:38 [2021-08-20T17:19:38.789Z] === RUN   TestDockerSuite/TestExecAPIStartMultipleTimesError
17:19:39 [2021-08-20T17:19:39.435Z] --- PASS: TestTemplatedConfig (3.65s)
17:19:39 [2021-08-20T17:19:39.435Z] === RUN   TestConfigCreateResolve
17:19:39 [2021-08-20T17:19:39.718Z] === RUN   TestDockerSuite/TestExecAPIStartValidCommand
17:19:40 [2021-08-20T17:19:40.647Z] === RUN   TestDockerSuite/TestExecAPIStartWithDetach
17:19:42 [2021-08-20T17:19:42.016Z] === RUN   TestDockerSuite/TestExecAfterContainerRestart
17:19:42 [2021-08-20T17:19:42.734Z] --- PASS: TestConfigCreateResolve (2.64s)
17:19:42 [2021-08-20T17:19:42.734Z] PASS
17:19:42 [2021-08-20T17:19:42.734Z] 
17:19:42 [2021-08-20T17:19:42.734Z] DONE 6 tests in 17.361s
17:19:42 [2021-08-20T17:19:42.734Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m 
17:19:42 [2021-08-20T17:19:42.734Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.container -t ./test.main -test.v -test.timeout=120m
17:19:42 [2021-08-20T17:19:42.734Z] ++ set -e
17:19:42 [2021-08-20T17:19:42.734Z] ++ '[' -n 0 ']'
17:19:42 [2021-08-20T17:19:42.734Z] ++ set -x
17:19:42 [2021-08-20T17:19:42.734Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-container-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.container -t ./test.main -test.v -test.timeout=120m
17:19:42 [2021-08-20T17:19:42.734Z] INFO: Testing against a local daemon
17:19:42 [2021-08-20T17:19:42.734Z] === RUN   TestCheckpoint
17:19:42 [2021-08-20T17:19:42.734Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
17:19:42 [2021-08-20T17:19:42.734Z] --- SKIP: TestCheckpoint (0.00s)
17:19:42 [2021-08-20T17:19:42.734Z] === RUN   TestContainerInvalidJSON
17:19:42 [2021-08-20T17:19:42.734Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
17:19:42 [2021-08-20T17:19:42.734Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
17:19:42 [2021-08-20T17:19:42.734Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
17:19:42 [2021-08-20T17:19:42.734Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
17:19:42 [2021-08-20T17:19:42.734Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
17:19:42 [2021-08-20T17:19:42.734Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
17:19:42 [2021-08-20T17:19:42.734Z] --- PASS: TestContainerInvalidJSON (0.03s)
17:19:42 [2021-08-20T17:19:42.734Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
17:19:42 [2021-08-20T17:19:42.734Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
17:19:42 [2021-08-20T17:19:42.734Z] === RUN   TestCopyFromContainerPathDoesNotExist
17:19:42 [2021-08-20T17:19:42.734Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.09s)
17:19:42 [2021-08-20T17:19:42.734Z] === RUN   TestCopyFromContainerPathIsNotDir
17:19:42 [2021-08-20T17:19:42.734Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.07s)
17:19:42 [2021-08-20T17:19:42.734Z] === RUN   TestCopyToContainerPathDoesNotExist
17:19:42 [2021-08-20T17:19:42.734Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.07s)
17:19:42 [2021-08-20T17:19:42.734Z] === RUN   TestCopyToContainerPathIsNotDir
17:19:42 [2021-08-20T17:19:42.734Z] --- PASS: TestCopyToContainerPathIsNotDir (0.07s)
17:19:42 [2021-08-20T17:19:42.734Z] === RUN   TestCopyFromContainer
17:19:43 [2021-08-20T17:19:43.383Z] === RUN   TestDockerSuite/TestExecCgroup
17:19:43 [2021-08-20T17:19:43.640Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs
17:19:44 [2021-08-20T17:19:44.120Z] === RUN   TestCopyFromContainer//
17:19:44 [2021-08-20T17:19:44.381Z] === RUN   TestCopyFromContainer//bar/root
17:19:44 [2021-08-20T17:19:44.381Z] === RUN   TestCopyFromContainer//bar/root/
17:19:44 [2021-08-20T17:19:44.381Z] === RUN   TestCopyFromContainer/bar/quux
17:19:44 [2021-08-20T17:19:44.642Z] === RUN   TestCopyFromContainer/bar/quux/
17:19:44 [2021-08-20T17:19:44.642Z] === RUN   TestCopyFromContainer/bar/quux/baz
17:19:44 [2021-08-20T17:19:44.642Z] === RUN   TestCopyFromContainer/bar/filesymlink
17:19:44 [2021-08-20T17:19:44.906Z] === RUN   TestCopyFromContainer/bar/dirsymlink
17:19:44 [2021-08-20T17:19:44.906Z] === RUN   TestCopyFromContainer/bar/dirsymlink/
17:19:44 [2021-08-20T17:19:44.906Z] === RUN   TestCopyFromContainer/bar/notarget
17:19:45 [2021-08-20T17:19:45.169Z] --- PASS: TestCopyFromContainer (2.42s)
17:19:45 [2021-08-20T17:19:45.169Z]     --- PASS: TestCopyFromContainer// (0.10s)
17:19:45 [2021-08-20T17:19:45.169Z]     --- PASS: TestCopyFromContainer//bar/root (0.09s)
17:19:45 [2021-08-20T17:19:45.169Z]     --- PASS: TestCopyFromContainer//bar/root/ (0.09s)
17:19:45 [2021-08-20T17:19:45.169Z]     --- PASS: TestCopyFromContainer/bar/quux (0.09s)
17:19:45 [2021-08-20T17:19:45.169Z]     --- PASS: TestCopyFromContainer/bar/quux/ (0.08s)
17:19:45 [2021-08-20T17:19:45.169Z]     --- PASS: TestCopyFromContainer/bar/quux/baz (0.08s)
17:19:45 [2021-08-20T17:19:45.169Z]     --- PASS: TestCopyFromContainer/bar/filesymlink (0.08s)
17:19:45 [2021-08-20T17:19:45.169Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink (0.08s)
17:19:45 [2021-08-20T17:19:45.169Z]     --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.08s)
17:19:45 [2021-08-20T17:19:45.169Z]     --- PASS: TestCopyFromContainer/bar/notarget (0.10s)
17:19:45 [2021-08-20T17:19:45.169Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
17:19:45 [2021-08-20T17:19:45.169Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
17:19:45 [2021-08-20T17:19:45.169Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
17:19:45 [2021-08-20T17:19:45.169Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
17:19:45 [2021-08-20T17:19:45.169Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
17:19:45 [2021-08-20T17:19:45.169Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
17:19:45 [2021-08-20T17:19:45.169Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
17:19:45 [2021-08-20T17:19:45.169Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
17:19:45 [2021-08-20T17:19:45.169Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
17:19:45 [2021-08-20T17:19:45.169Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
17:19:45 [2021-08-20T17:19:45.169Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s)
17:19:45 [2021-08-20T17:19:45.169Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
17:19:45 [2021-08-20T17:19:45.169Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
17:19:45 [2021-08-20T17:19:45.169Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
17:19:45 [2021-08-20T17:19:45.169Z] === RUN   TestCreateLinkToNonExistingContainer
17:19:45 [2021-08-20T17:19:45.169Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s)
17:19:45 [2021-08-20T17:19:45.169Z] === RUN   TestCreateWithInvalidEnv
17:19:45 [2021-08-20T17:19:45.169Z] === RUN   TestCreateWithInvalidEnv/0
17:19:45 [2021-08-20T17:19:45.169Z] === PAUSE TestCreateWithInvalidEnv/0
17:19:45 [2021-08-20T17:19:45.169Z] === RUN   TestCreateWithInvalidEnv/1
17:19:45 [2021-08-20T17:19:45.169Z] === PAUSE TestCreateWithInvalidEnv/1
17:19:45 [2021-08-20T17:19:45.169Z] === RUN   TestCreateWithInvalidEnv/2
17:19:45 [2021-08-20T17:19:45.169Z] === PAUSE TestCreateWithInvalidEnv/2
17:19:45 [2021-08-20T17:19:45.169Z] === CONT  TestCreateWithInvalidEnv/0
17:19:45 [2021-08-20T17:19:45.169Z] === CONT  TestCreateWithInvalidEnv/1
17:19:45 [2021-08-20T17:19:45.169Z] === CONT  TestCreateWithInvalidEnv/2
17:19:45 [2021-08-20T17:19:45.169Z] --- PASS: TestCreateWithInvalidEnv (0.02s)
17:19:45 [2021-08-20T17:19:45.169Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
17:19:45 [2021-08-20T17:19:45.169Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
17:19:45 [2021-08-20T17:19:45.169Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
17:19:45 [2021-08-20T17:19:45.169Z] === RUN   TestCreateTmpfsMountsTarget
17:19:45 [2021-08-20T17:19:45.169Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s)
17:19:45 [2021-08-20T17:19:45.169Z] === RUN   TestCreateWithCustomMaskedPaths
17:19:46 [2021-08-20T17:19:46.160Z]     docker_api_swarm_service_test.go:489: [db3e91f42e3ca] joining swarm manager [d11f2c514f6f3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
17:19:46 [2021-08-20T17:19:46.416Z] === RUN   TestDockerSuite/TestExecEnv
17:19:46 [2021-08-20T17:19:46.981Z]     docker_api_swarm_service_test.go:489: [d694ad0e9e602] joining swarm manager [d11f2c514f6f3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
17:19:47 [2021-08-20T17:19:47.714Z] --- PASS: TestCreateWithCustomMaskedPaths (2.35s)
17:19:47 [2021-08-20T17:19:47.714Z] === RUN   TestCreateWithCustomReadonlyPaths
17:19:47 [2021-08-20T17:19:47.911Z] === RUN   TestDockerSuite/TestExecEnvLinksHost
17:19:50 [2021-08-20T17:19:50.258Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.36s)
17:19:50 [2021-08-20T17:19:50.258Z] === RUN   TestCreateWithInvalidHealthcheckParams
17:19:50 [2021-08-20T17:19:50.258Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
17:19:50 [2021-08-20T17:19:50.258Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
17:19:50 [2021-08-20T17:19:50.258Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
17:19:50 [2021-08-20T17:19:50.258Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
17:19:50 [2021-08-20T17:19:50.258Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
17:19:50 [2021-08-20T17:19:50.258Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
17:19:50 [2021-08-20T17:19:50.258Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
17:19:50 [2021-08-20T17:19:50.258Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
17:19:50 [2021-08-20T17:19:50.258Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
17:19:50 [2021-08-20T17:19:50.258Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
17:19:50 [2021-08-20T17:19:50.258Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
17:19:50 [2021-08-20T17:19:50.258Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
17:19:50 [2021-08-20T17:19:50.258Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
17:19:50 [2021-08-20T17:19:50.258Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
17:19:50 [2021-08-20T17:19:50.258Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
17:19:50 [2021-08-20T17:19:50.258Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s)
17:19:50 [2021-08-20T17:19:50.258Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.03s)
17:19:50 [2021-08-20T17:19:50.258Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.03s)
17:19:50 [2021-08-20T17:19:50.258Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.04s)
17:19:50 [2021-08-20T17:19:50.258Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.05s)
17:19:50 [2021-08-20T17:19:50.258Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.11s)
17:19:50 [2021-08-20T17:19:50.258Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
17:19:50 [2021-08-20T17:19:50.433Z] === RUN   TestDockerSuite/TestExecExitStatus
17:19:50 [2021-08-20T17:19:50.829Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.78s)
17:19:50 [2021-08-20T17:19:50.829Z] === RUN   TestCreateDifferentPlatform
17:19:50 [2021-08-20T17:19:50.829Z] === RUN   TestCreateDifferentPlatform/different_os
17:19:50 [2021-08-20T17:19:50.829Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
17:19:50 [2021-08-20T17:19:50.829Z] --- PASS: TestCreateDifferentPlatform (0.03s)
17:19:50 [2021-08-20T17:19:50.829Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
17:19:50 [2021-08-20T17:19:50.829Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
17:19:50 [2021-08-20T17:19:50.829Z] === RUN   TestCreateVolumesFromNonExistingContainer
17:19:51 [2021-08-20T17:19:51.090Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s)
17:19:51 [2021-08-20T17:19:51.090Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
17:19:51 [2021-08-20T17:19:51.090Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.06s)
17:19:51 [2021-08-20T17:19:51.090Z] === RUN   TestContainerStartOnDaemonRestart
17:19:51 [2021-08-20T17:19:51.090Z] === PAUSE TestContainerStartOnDaemonRestart
17:19:51 [2021-08-20T17:19:51.090Z] === RUN   TestDaemonRestartIpcMode
17:19:51 [2021-08-20T17:19:51.090Z] === PAUSE TestDaemonRestartIpcMode
17:19:51 [2021-08-20T17:19:51.090Z] === RUN   TestDaemonHostGatewayIP
17:19:51 [2021-08-20T17:19:51.090Z] === PAUSE TestDaemonHostGatewayIP
17:19:51 [2021-08-20T17:19:51.090Z] === RUN   TestRestartDaemonWithRestartingContainer
17:19:51 [2021-08-20T17:19:51.090Z] === PAUSE TestRestartDaemonWithRestartingContainer
17:19:51 [2021-08-20T17:19:51.090Z] === RUN   TestContainerKillOnDaemonStart
17:19:51 [2021-08-20T17:19:51.090Z] === PAUSE TestContainerKillOnDaemonStart
17:19:51 [2021-08-20T17:19:51.090Z] === RUN   TestDiff
17:19:51 [2021-08-20T17:19:51.362Z] === RUN   TestDockerSuite/TestExecInspectID
17:19:52 [2021-08-20T17:19:52.031Z] --- PASS: TestDiff (0.84s)
17:19:52 [2021-08-20T17:19:52.031Z] === RUN   TestExecWithCloseStdin
17:19:52 [2021-08-20T17:19:52.973Z] --- PASS: TestExecWithCloseStdin (1.07s)
17:19:52 [2021-08-20T17:19:52.973Z] === RUN   TestExec
17:19:53 [2021-08-20T17:19:53.882Z] === RUN   TestDockerSuite/TestExecInteractive
17:19:54 [2021-08-20T17:19:54.356Z] --- PASS: TestExec (1.08s)
17:19:54 [2021-08-20T17:19:54.357Z] === RUN   TestExecUser
17:19:54 [2021-08-20T17:19:54.445Z] === RUN   TestDockerSuite/TestExecInteractiveStdinClose
17:19:54 [2021-08-20T17:19:54.927Z] Removing intermediate container cb27762bf014
17:19:54 [2021-08-20T17:19:54.927Z]  ---> 50495b162386
17:19:54 [2021-08-20T17:19:54.927Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%"
17:19:54 [2021-08-20T17:19:54.927Z]  ---> Running in 2102ab819801
17:19:54 [2021-08-20T17:19:54.927Z] 
17:19:54 [2021-08-20T17:19:54.927Z] SUCCESS: Specified value was saved.
17:19:55 [2021-08-20T17:19:55.298Z] --- PASS: TestExecUser (1.07s)
17:19:55 [2021-08-20T17:19:55.298Z] === RUN   TestExportContainerAndImportImage
17:19:55 [2021-08-20T17:19:55.381Z] === RUN   TestDockerSuite/TestExecOnReadonlyContainer
17:19:56 [2021-08-20T17:19:56.239Z] --- PASS: TestExportContainerAndImportImage (1.04s)
17:19:56 [2021-08-20T17:19:56.239Z] === RUN   TestExportContainerAfterDaemonRestart
17:19:56 [2021-08-20T17:19:56.746Z] === RUN   TestDockerSuite/TestExecParseError
17:19:57 [2021-08-20T17:19:57.308Z] === RUN   TestDockerSuite/TestExecPausedContainer
17:19:57 [2021-08-20T17:19:57.623Z] --- PASS: TestExportContainerAfterDaemonRestart (1.42s)
17:19:57 [2021-08-20T17:19:57.623Z] === RUN   TestHealthCheckWorkdir
17:19:57 [2021-08-20T17:19:57.691Z] ok  	github.com/docker/docker/api/server/httputils	0.011s	coverage: 14.7% of statements
17:19:57 [2021-08-20T17:19:57.691Z] ?   	github.com/docker/docker/api/server/backend/build	[no test files]
17:19:57 [2021-08-20T17:19:57.691Z] ok  	github.com/docker/docker/api/server/middleware	0.016s	coverage: 37.7% of statements
17:19:57 [2021-08-20T17:19:57.691Z] ?   	github.com/docker/docker/api/server/router	[no test files]
17:19:57 [2021-08-20T17:19:57.691Z] ?   	github.com/docker/docker/api/server/router/build	[no test files]
17:19:57 [2021-08-20T17:19:57.691Z] ?   	github.com/docker/docker/api/server/router/checkpoint	[no test files]
17:19:57 [2021-08-20T17:19:57.691Z] ?   	github.com/docker/docker/api/server/router/container	[no test files]
17:19:57 [2021-08-20T17:19:57.691Z] ?   	github.com/docker/docker/api/server/router/debug	[no test files]
17:19:57 [2021-08-20T17:19:57.691Z] ?   	github.com/docker/docker/api/server/router/distribution	[no test files]
17:19:57 [2021-08-20T17:19:57.691Z] ?   	github.com/docker/docker/api/server/router/grpc	[no test files]
17:19:57 [2021-08-20T17:19:57.691Z] ?   	github.com/docker/docker/api/server/router/image	[no test files]
17:19:57 [2021-08-20T17:19:57.691Z] ?   	github.com/docker/docker/api/server/router/network	[no test files]
17:19:57 [2021-08-20T17:19:57.691Z] ?   	github.com/docker/docker/api/server/router/plugin	[no test files]
17:19:57 [2021-08-20T17:19:57.691Z] ?   	github.com/docker/docker/api/server/router/session	[no test files]
17:19:57 [2021-08-20T17:19:57.691Z] ok  	github.com/docker/docker/api/server/router/swarm	0.007s	coverage: 5.7% of statements
17:19:57 [2021-08-20T17:19:57.691Z] ?   	github.com/docker/docker/api/server/router/system	[no test files]
17:19:57 [2021-08-20T17:19:57.691Z] ?   	github.com/docker/docker/api/server/router/volume	[no test files]
17:19:57 [2021-08-20T17:19:57.691Z] ?   	github.com/docker/docker/api/types	[no test files]
17:19:57 [2021-08-20T17:19:57.691Z] ?   	github.com/docker/docker/api/types/backend	[no test files]
17:19:57 [2021-08-20T17:19:57.691Z] ?   	github.com/docker/docker/api/types/blkiodev	[no test files]
17:19:57 [2021-08-20T17:19:57.691Z] ?   	github.com/docker/docker/api/types/container	[no test files]
17:19:57 [2021-08-20T17:19:57.691Z] ?   	github.com/docker/docker/api/types/events	[no test files]
17:19:57 [2021-08-20T17:19:57.691Z] ok  	github.com/docker/docker/api/types/filters	0.004s	coverage: 92.2% of statements
17:19:57 [2021-08-20T17:19:57.691Z] ?   	github.com/docker/docker/api/types/image	[no test files]
17:19:57 [2021-08-20T17:19:57.691Z] ?   	github.com/docker/docker/api/types/mount	[no test files]
17:19:57 [2021-08-20T17:19:57.691Z] ?   	github.com/docker/docker/api/types/network	[no test files]
17:19:57 [2021-08-20T17:19:57.691Z] ?   	github.com/docker/docker/api/types/plugins/logdriver	[no test files]
17:19:57 [2021-08-20T17:19:57.691Z] ?   	github.com/docker/docker/api/types/registry	[no test files]
17:19:57 [2021-08-20T17:19:57.691Z] ok  	github.com/docker/docker/api/types/strslice	0.008s	coverage: 90.0% of statements
17:19:57 [2021-08-20T17:19:57.691Z] ?   	github.com/docker/docker/api/types/swarm	[no test files]
17:19:57 [2021-08-20T17:19:57.691Z] ?   	github.com/docker/docker/api/types/swarm/runtime	[no test files]
17:19:57 [2021-08-20T17:19:57.691Z] ok  	github.com/docker/docker/api/types/time	0.003s	coverage: 100.0% of statements
17:19:57 [2021-08-20T17:19:57.691Z] ok  	github.com/docker/docker/api/types/versions	0.012s	coverage: 75.0% of statements
17:19:57 [2021-08-20T17:19:57.691Z] ?   	github.com/docker/docker/api/types/versions/v1p19	[no test files]
17:19:57 [2021-08-20T17:19:57.691Z] ?   	github.com/docker/docker/api/types/versions/v1p20	[no test files]
17:19:57 [2021-08-20T17:19:57.691Z] ?   	github.com/docker/docker/api/types/volume	[no test files]
17:19:57 [2021-08-20T17:19:57.691Z] ?   	github.com/docker/docker/builder	[no test files]
17:19:57 [2021-08-20T17:19:57.691Z] ?   	github.com/docker/docker/builder/builder-next	[no test files]
17:19:57 [2021-08-20T17:19:57.691Z] ?   	github.com/docker/docker/builder/builder-next/adapters/containerimage	[no test files]
17:19:57 [2021-08-20T17:19:57.691Z] ?   	github.com/docker/docker/builder/builder-next/adapters/localinlinecache	[no test files]
17:19:57 [2021-08-20T17:19:57.691Z] ?   	github.com/docker/docker/builder/builder-next/adapters/snapshot	[no test files]
17:19:57 [2021-08-20T17:19:57.691Z] ?   	github.com/docker/docker/builder/builder-next/exporter	[no test files]
17:19:57 [2021-08-20T17:19:57.691Z] ?   	github.com/docker/docker/builder/builder-next/imagerefchecker	[no test files]
17:19:57 [2021-08-20T17:19:57.691Z] ?   	github.com/docker/docker/builder/builder-next/worker	[no test files]
17:19:57 [2021-08-20T17:19:57.691Z] ok  	github.com/docker/docker/builder/dockerfile	0.247s	coverage: 49.0% of statements
17:19:57 [2021-08-20T17:19:57.691Z] ?   	github.com/docker/docker/builder/dockerignore	[no test files]
17:19:57 [2021-08-20T17:19:57.691Z] ok  	github.com/docker/docker/builder/remotecontext	0.098s	coverage: 13.7% of statements
17:19:57 [2021-08-20T17:19:57.691Z] ok  	github.com/docker/docker/cli/debug	0.002s	coverage: 100.0% of statements
17:19:57 [2021-08-20T17:19:57.691Z] ok  	github.com/docker/docker/builder/remotecontext/git	1.281s	coverage: 86.3% of statements
17:19:57 [2021-08-20T17:19:57.691Z] ?   	github.com/docker/docker/cli	[no test files]
17:19:57 [2021-08-20T17:19:57.691Z] ?   	github.com/docker/docker/cli/config	[no test files]
17:19:57 [2021-08-20T17:19:57.691Z] ok  	github.com/docker/docker/cmd/docker-proxy	0.127s	coverage: 69.3% of statements
17:19:57 [2021-08-20T17:19:57.817Z] Removing intermediate container 2102ab819801
17:19:57 [2021-08-20T17:19:57.817Z]  ---> 832680656cf8
17:19:57 [2021-08-20T17:19:57.817Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe}
17:19:57 [2021-08-20T17:19:57.817Z]  ---> Running in 5fd79e2bcbb8
17:19:58 [2021-08-20T17:19:58.238Z] === RUN   TestDockerSuite/TestExecResizeAPIHeightWidthNoInt
17:19:58 [2021-08-20T17:19:58.802Z] === RUN   TestDockerSuite/TestExecResizeImmediatelyAfterExecStart
17:19:59 [2021-08-20T17:19:59.007Z] --- PASS: TestHealthCheckWorkdir (1.46s)
17:19:59 [2021-08-20T17:19:59.007Z] === RUN   TestHealthKillContainer
17:19:59 [2021-08-20T17:19:59.069Z] ok  	github.com/docker/docker/client	0.168s	coverage: 75.4% of statements
17:20:01 [2021-08-20T17:20:01.320Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesCreate
17:20:02 [2021-08-20T17:20:02.302Z] --- PASS: TestHealthKillContainer (3.07s)
17:20:02 [2021-08-20T17:20:02.302Z] === RUN   TestInspectCpusetInConfigPre120
17:20:02 [2021-08-20T17:20:02.686Z] === RUN   TestDockerSuite/TestExecSetEnv
17:20:02 [2021-08-20T17:20:02.873Z] --- PASS: TestInspectCpusetInConfigPre120 (0.82s)
17:20:02 [2021-08-20T17:20:02.873Z] === RUN   TestIpcModeNone
17:20:03 [2021-08-20T17:20:03.585Z] Cannot create a file when that file already exists.
17:20:04 [2021-08-20T17:20:04.256Z] --- PASS: TestIpcModeNone (1.09s)
17:20:04 [2021-08-20T17:20:04.256Z] === RUN   TestIpcModePrivate
17:20:04 [2021-08-20T17:20:04.578Z] === RUN   TestDockerSuite/TestExecStartFails
17:20:04 [2021-08-20T17:20:04.827Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:71, shared: false, mustBeShared: false
17:20:05 [2021-08-20T17:20:05.088Z] --- PASS: TestIpcModePrivate (1.11s)
17:20:05 [2021-08-20T17:20:05.088Z] === RUN   TestIpcModeShareable
17:20:05 [2021-08-20T17:20:05.946Z] === RUN   TestDockerSuite/TestExecStateCleanup
17:20:06 [2021-08-20T17:20:06.028Z]     ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:65, shared: true, mustBeShared: true
17:20:06 [2021-08-20T17:20:06.289Z] --- PASS: TestIpcModeShareable (1.09s)
17:20:06 [2021-08-20T17:20:06.289Z] === RUN   TestAPIIpcModeShareableAndContainer
17:20:08 [2021-08-20T17:20:08.254Z] Removing intermediate container 5fd79e2bcbb8
17:20:08 [2021-08-20T17:20:08.254Z]  ---> 738629cf7044
17:20:08 [2021-08-20T17:20:08.254Z] Step 13/13 : CMD ["sh"]
17:20:08 [2021-08-20T17:20:08.254Z]  ---> Running in d148e839974e
17:20:08 [2021-08-20T17:20:08.254Z] Removing intermediate container d148e839974e
17:20:08 [2021-08-20T17:20:08.254Z]  ---> 8fd4ae91903c
17:20:08 [2021-08-20T17:20:08.254Z] Successfully built 8fd4ae91903c
17:20:08 [2021-08-20T17:20:08.254Z] Successfully tagged busybox:latest
17:20:08 [2021-08-20T17:20:08.254Z] INFO: Docker images of the daemon under test
17:20:08 [2021-08-20T17:20:08.254Z] 
17:20:08 [2021-08-20T17:20:08.710Z] REPOSITORY                             TAG                 IMAGE ID            CREATED                  SIZE
17:20:08 [2021-08-20T17:20:08.710Z] busybox                                latest              8fd4ae91903c        Less than a second ago   5.72GB
17:20:08 [2021-08-20T17:20:08.710Z] microsoft/windowsservercore            latest              d1724c2d9a84        2 weeks ago              5.7GB
17:20:08 [2021-08-20T17:20:08.710Z] mcr.microsoft.com/windows/servercore   ltsc2019            d1724c2d9a84        2 weeks ago              5.7GB
17:20:08 [2021-08-20T17:20:08.710Z] 
17:20:08 [2021-08-20T17:20:08.710Z] INFO: Running integration tests at 08/20/2021 17:20:08...
17:20:08 [2021-08-20T17:20:08.710Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357
17:20:08 [2021-08-20T17:20:08.710Z] INFO: Integration API tests being run from the host:
17:20:08 [2021-08-20T17:20:08.710Z] INFO: make.ps1 starting at 08/20/2021 17:20:08
17:20:09 [2021-08-20T17:20:09.215Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal
17:20:09 [2021-08-20T17:20:09.595Z] --- PASS: TestAPIIpcModeShareableAndContainer (3.10s)
17:20:09 [2021-08-20T17:20:09.595Z] === RUN   TestAPIIpcModeHost
17:20:09 [2021-08-20T17:20:09.677Z] Running D:\gopath\src\github.com\docker\docker\integration\build
17:20:10 [2021-08-20T17:20:10.536Z] --- PASS: TestAPIIpcModeHost (1.09s)
17:20:10 [2021-08-20T17:20:10.536Z] === RUN   TestDaemonIpcModeShareable
17:20:10 [2021-08-20T17:20:10.580Z]     docker_api_swarm_service_test.go:127: [d67a6e782a80d] joining swarm manager [d105eecc85fe2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
17:20:11 [2021-08-20T17:20:11.508Z]     docker_api_swarm_service_test.go:128: [d8ef313f4460f] joining swarm manager [d105eecc85fe2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
17:20:11 [2021-08-20T17:20:11.922Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:74, shared: true, mustBeShared: true
17:20:12 [2021-08-20T17:20:12.183Z] --- PASS: TestDaemonIpcModeShareable (1.88s)
17:20:12 [2021-08-20T17:20:12.183Z] === RUN   TestDaemonIpcModePrivate
17:20:14 [2021-08-20T17:20:14.027Z]     docker_api_swarm_service_test.go:136: [d7f43f4a5cd16] joining swarm manager [d105eecc85fe2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480
17:20:14 [2021-08-20T17:20:14.097Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:80, shared: false, mustBeShared: false
17:20:14 [2021-08-20T17:20:14.097Z] --- PASS: TestDaemonIpcModePrivate (1.88s)
17:20:14 [2021-08-20T17:20:14.097Z] === RUN   TestDaemonIpcModePrivateFromConfig
17:20:14 [2021-08-20T17:20:14.589Z]     docker_api_swarm_service_test.go:137: [dfec3b53d1934] joining swarm manager [d105eecc85fe2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481
17:20:16 [2021-08-20T17:20:16.009Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:80, shared: false, mustBeShared: false
17:20:16 [2021-08-20T17:20:16.009Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.88s)
17:20:16 [2021-08-20T17:20:16.010Z] === RUN   TestDaemonIpcModeShareableFromConfig
17:20:17 [2021-08-20T17:20:17.857Z] === RUN   TestDockerSuite/TestExecStopNotHanging
17:20:17 [2021-08-20T17:20:17.924Z]     ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:74, shared: true, mustBeShared: true
17:20:17 [2021-08-20T17:20:17.924Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.87s)
17:20:17 [2021-08-20T17:20:17.924Z] === RUN   TestIpcModeOlderClient
17:20:17 [2021-08-20T17:20:17.924Z] === PAUSE TestIpcModeOlderClient
17:20:17 [2021-08-20T17:20:17.924Z] === RUN   TestKillContainerInvalidSignal
17:20:18 [2021-08-20T17:20:18.421Z] === RUN   TestDockerSuite/TestExecTTY
17:20:18 [2021-08-20T17:20:18.865Z] --- PASS: TestKillContainerInvalidSignal (0.86s)
17:20:18 [2021-08-20T17:20:18.865Z] === RUN   TestKillContainer
17:20:18 [2021-08-20T17:20:18.865Z] === RUN   TestKillContainer/no_signal
17:20:19 [2021-08-20T17:20:19.350Z] === RUN   TestDockerSuite/TestExecTTYCloseStdin
17:20:19 [2021-08-20T17:20:19.806Z] === RUN   TestKillContainer/non_killing_signal
17:20:20 [2021-08-20T17:20:20.067Z] === RUN   TestKillContainer/killing_signal
17:20:20 [2021-08-20T17:20:20.278Z] === RUN   TestDockerSuite/TestExecTTYWithoutStdin
17:20:21 [2021-08-20T17:20:21.242Z] === RUN   TestDockerSuite/TestExecUlimits
17:20:21 [2021-08-20T17:20:21.450Z] --- PASS: TestKillContainer (2.44s)
17:20:21 [2021-08-20T17:20:21.450Z]     --- PASS: TestKillContainer/no_signal (0.81s)
17:20:21 [2021-08-20T17:20:21.450Z]     --- PASS: TestKillContainer/non_killing_signal (0.60s)
17:20:21 [2021-08-20T17:20:21.450Z]     --- PASS: TestKillContainer/killing_signal (0.77s)
17:20:21 [2021-08-20T17:20:21.450Z] === RUN   TestKillWithStopSignalAndRestartPolicies
17:20:21 [2021-08-20T17:20:21.450Z] === RUN   TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy
17:20:22 [2021-08-20T17:20:22.022Z] === RUN   TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy
17:20:22 [2021-08-20T17:20:22.170Z] === RUN   TestDockerSuite/TestExecWindowsPathNotWiped
17:20:22 [2021-08-20T17:20:22.170Z]     docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows
17:20:22 [2021-08-20T17:20:22.170Z] === RUN   TestDockerSuite/TestExecWithImageUser
17:20:22 [2021-08-20T17:20:22.962Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.59s)
17:20:22 [2021-08-20T17:20:22.963Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.76s)
17:20:22 [2021-08-20T17:20:22.963Z]     --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.60s)
17:20:22 [2021-08-20T17:20:22.963Z] === RUN   TestKillStoppedContainer
17:20:22 [2021-08-20T17:20:22.963Z] --- PASS: TestKillStoppedContainer (0.06s)
17:20:22 [2021-08-20T17:20:22.963Z] === RUN   TestKillStoppedContainerAPIPre120
17:20:22 [2021-08-20T17:20:22.963Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.06s)
17:20:22 [2021-08-20T17:20:22.963Z] === RUN   TestKillDifferentUserContainer
17:20:23 [2021-08-20T17:20:23.903Z] --- PASS: TestKillDifferentUserContainer (0.80s)
17:20:23 [2021-08-20T17:20:23.903Z] === RUN   TestInspectOomKilledTrue
17:20:23 [2021-08-20T17:20:23.903Z]     kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
17:20:23 [2021-08-20T17:20:23.903Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
17:20:23 [2021-08-20T17:20:23.903Z] === RUN   TestInspectOomKilledFalse
17:20:23 [2021-08-20T17:20:23.903Z]     kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
17:20:23 [2021-08-20T17:20:23.903Z] --- SKIP: TestInspectOomKilledFalse (0.00s)
17:20:23 [2021-08-20T17:20:23.903Z] === RUN   TestLinksEtcHostsContentMatch
17:20:24 [2021-08-20T17:20:24.061Z] === RUN   TestDockerSuite/TestExecWithNoTERM
17:20:24 [2021-08-20T17:20:24.473Z] --- PASS: TestLinksEtcHostsContentMatch (0.85s)
17:20:24 [2021-08-20T17:20:24.473Z] === RUN   TestLinksContainerNames
17:20:25 [2021-08-20T17:20:25.029Z] === RUN   TestDockerSuite/TestExecWithPrivileged
17:20:26 [2021-08-20T17:20:26.397Z] --- PASS: TestLinksContainerNames (1.62s)
17:20:26 [2021-08-20T17:20:26.397Z] === RUN   TestLogsFollowTailEmpty
17:20:26 [2021-08-20T17:20:26.920Z] === RUN   TestDockerSuite/TestExecWithTERM
17:20:26 [2021-08-20T17:20:26.969Z] --- PASS: TestLogsFollowTailEmpty (0.80s)
17:20:26 [2021-08-20T17:20:26.969Z] === RUN   TestContainerNetworkMountsNoChown
17:20:27 [2021-08-20T17:20:27.848Z] === RUN   TestDockerSuite/TestExecWithUser
17:20:27 [2021-08-20T17:20:27.910Z] --- PASS: TestContainerNetworkMountsNoChown (0.78s)
17:20:27 [2021-08-20T17:20:27.910Z] === RUN   TestMountDaemonRoot
17:20:27 [2021-08-20T17:20:27.910Z] === RUN   TestMountDaemonRoot/default
17:20:27 [2021-08-20T17:20:27.910Z] === PAUSE TestMountDaemonRoot/default
17:20:27 [2021-08-20T17:20:27.910Z] === RUN   TestMountDaemonRoot/private
17:20:27 [2021-08-20T17:20:27.910Z] === PAUSE TestMountDaemonRoot/private
17:20:27 [2021-08-20T17:20:27.910Z] === RUN   TestMountDaemonRoot/rprivate
17:20:27 [2021-08-20T17:20:27.910Z] === PAUSE TestMountDaemonRoot/rprivate
17:20:27 [2021-08-20T17:20:27.910Z] === RUN   TestMountDaemonRoot/slave
17:20:27 [2021-08-20T17:20:27.910Z] === PAUSE TestMountDaemonRoot/slave
17:20:27 [2021-08-20T17:20:27.910Z] === RUN   TestMountDaemonRoot/rslave
17:20:27 [2021-08-20T17:20:27.910Z] === PAUSE TestMountDaemonRoot/rslave
17:20:27 [2021-08-20T17:20:27.910Z] === RUN   TestMountDaemonRoot/shared
17:20:27 [2021-08-20T17:20:27.910Z] === PAUSE TestMountDaemonRoot/shared
17:20:27 [2021-08-20T17:20:27.910Z] === RUN   TestMountDaemonRoot/rshared
17:20:27 [2021-08-20T17:20:27.910Z] === PAUSE TestMountDaemonRoot/rshared
17:20:27 [2021-08-20T17:20:27.910Z] === CONT  TestMountDaemonRoot/default
17:20:27 [2021-08-20T17:20:27.910Z] === CONT  TestMountDaemonRoot/rslave
17:20:27 [2021-08-20T17:20:27.910Z] === RUN   TestMountDaemonRoot/default/mount_subpath
17:20:27 [2021-08-20T17:20:27.910Z] === PAUSE TestMountDaemonRoot/default/mount_subpath
17:20:27 [2021-08-20T17:20:27.910Z] === RUN   TestMountDaemonRoot/default/bind_root
17:20:27 [2021-08-20T17:20:27.910Z] === PAUSE TestMountDaemonRoot/default/bind_root
17:20:27 [2021-08-20T17:20:27.910Z] === RUN   TestMountDaemonRoot/rslave/bind_root
17:20:27 [2021-08-20T17:20:27.910Z] === RUN   TestMountDaemonRoot/default/bind_subpath
17:20:27 [2021-08-20T17:20:27.910Z] === PAUSE TestMountDaemonRoot/default/bind_subpath
17:20:27 [2021-08-20T17:20:27.910Z] === RUN   TestMountDaemonRoot/default/mount_root
17:20:27 [2021-08-20T17:20:27.910Z] === PAUSE TestMountDaemonRoot/default/mount_root
17:20:27 [2021-08-20T17:20:27.910Z] === CONT  TestMountDaemonRoot/rshared
17:20:27 [2021-08-20T17:20:27.910Z] === CONT  TestMountDaemonRoot/slave
17:20:27 [2021-08-20T17:20:27.910Z] === RUN   TestMountDaemonRoot/slave/bind_root
17:20:27 [2021-08-20T17:20:27.910Z] === RUN   TestMountDaemonRoot/rshared/bind_root
17:20:27 [2021-08-20T17:20:27.910Z] === PAUSE TestMountDaemonRoot/rshared/bind_root
17:20:27 [2021-08-20T17:20:27.910Z] === RUN   TestMountDaemonRoot/rshared/bind_subpath
17:20:27 [2021-08-20T17:20:27.910Z] === PAUSE TestMountDaemonRoot/slave/bind_root
17:20:27 [2021-08-20T17:20:27.910Z] === CONT  TestMountDaemonRoot/default/mount_subpath
17:20:27 [2021-08-20T17:20:27.910Z] === RUN   TestMountDaemonRoot/slave/bind_subpath
17:20:27 [2021-08-20T17:20:27.910Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath
17:20:27 [2021-08-20T17:20:27.910Z] === RUN   TestMountDaemonRoot/slave/mount_root
17:20:27 [2021-08-20T17:20:27.910Z] === PAUSE TestMountDaemonRoot/slave/mount_root
17:20:27 [2021-08-20T17:20:27.910Z] === RUN   TestMountDaemonRoot/slave/mount_subpath
17:20:27 [2021-08-20T17:20:27.910Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath
17:20:27 [2021-08-20T17:20:27.910Z] === PAUSE TestMountDaemonRoot/rslave/bind_root
17:20:27 [2021-08-20T17:20:27.910Z] === RUN   TestMountDaemonRoot/rslave/bind_subpath
17:20:27 [2021-08-20T17:20:27.910Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath
17:20:27 [2021-08-20T17:20:27.910Z] === RUN   TestMountDaemonRoot/rslave/mount_root
17:20:27 [2021-08-20T17:20:27.910Z] === PAUSE TestMountDaemonRoot/rslave/mount_root
17:20:27 [2021-08-20T17:20:27.910Z] === RUN   TestMountDaemonRoot/rslave/mount_subpath
17:20:27 [2021-08-20T17:20:27.910Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath
17:20:27 [2021-08-20T17:20:27.910Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath
17:20:27 [2021-08-20T17:20:27.910Z] === RUN   TestMountDaemonRoot/rshared/mount_root
17:20:27 [2021-08-20T17:20:27.910Z] === CONT  TestMountDaemonRoot/shared
17:20:27 [2021-08-20T17:20:27.910Z] === PAUSE TestMountDaemonRoot/rshared/mount_root
17:20:27 [2021-08-20T17:20:27.910Z] === CONT  TestMountDaemonRoot/slave/bind_root
17:20:27 [2021-08-20T17:20:27.910Z] === RUN   TestMountDaemonRoot/rshared/mount_subpath
17:20:27 [2021-08-20T17:20:27.910Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath
17:20:27 [2021-08-20T17:20:27.910Z] === RUN   TestMountDaemonRoot/shared/bind_root
17:20:27 [2021-08-20T17:20:27.910Z] === PAUSE TestMountDaemonRoot/shared/bind_root
17:20:27 [2021-08-20T17:20:27.910Z] === CONT  TestMountDaemonRoot/rprivate
17:20:27 [2021-08-20T17:20:27.910Z] === RUN   TestMountDaemonRoot/shared/bind_subpath
17:20:27 [2021-08-20T17:20:27.910Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath
17:20:27 [2021-08-20T17:20:27.910Z] === RUN   TestMountDaemonRoot/rprivate/bind_root
17:20:27 [2021-08-20T17:20:27.910Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root
17:20:27 [2021-08-20T17:20:27.910Z] === RUN   TestMountDaemonRoot/rprivate/bind_subpath
17:20:27 [2021-08-20T17:20:27.910Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath
17:20:27 [2021-08-20T17:20:27.910Z] === RUN   TestMountDaemonRoot/rprivate/mount_root
17:20:27 [2021-08-20T17:20:27.910Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root
17:20:27 [2021-08-20T17:20:27.910Z] === RUN   TestMountDaemonRoot/shared/mount_root
17:20:27 [2021-08-20T17:20:27.910Z] === PAUSE TestMountDaemonRoot/shared/mount_root
17:20:27 [2021-08-20T17:20:27.910Z] === RUN   TestMountDaemonRoot/rprivate/mount_subpath
17:20:27 [2021-08-20T17:20:27.910Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath
17:20:27 [2021-08-20T17:20:27.910Z] === RUN   TestMountDaemonRoot/shared/mount_subpath
17:20:27 [2021-08-20T17:20:27.910Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath
17:20:27 [2021-08-20T17:20:27.910Z] === CONT  TestMountDaemonRoot/private
17:20:27 [2021-08-20T17:20:27.910Z] === CONT  TestMountDaemonRoot/rslave/bind_root
17:20:27 [2021-08-20T17:20:27.910Z] === RUN   TestMountDaemonRoot/private/bind_root
17:20:27 [2021-08-20T17:20:27.910Z] === PAUSE TestMountDaemonRoot/private/bind_root
17:20:27 [2021-08-20T17:20:27.910Z] === RUN   TestMountDaemonRoot/private/bind_subpath
17:20:27 [2021-08-20T17:20:27.910Z] === PAUSE TestMountDaemonRoot/private/bind_subpath
17:20:27 [2021-08-20T17:20:27.910Z] === RUN   TestMountDaemonRoot/private/mount_root
17:20:27 [2021-08-20T17:20:27.910Z] === PAUSE TestMountDaemonRoot/private/mount_root
17:20:27 [2021-08-20T17:20:27.910Z] === RUN   TestMountDaemonRoot/private/mount_subpath
17:20:27 [2021-08-20T17:20:27.910Z] === PAUSE TestMountDaemonRoot/private/mount_subpath
17:20:27 [2021-08-20T17:20:27.910Z] === CONT  TestMountDaemonRoot/default/mount_root
17:20:27 [2021-08-20T17:20:27.910Z] === CONT  TestMountDaemonRoot/default/bind_subpath
17:20:27 [2021-08-20T17:20:27.910Z] === CONT  TestMountDaemonRoot/default/bind_root
17:20:27 [2021-08-20T17:20:27.910Z] === CONT  TestMountDaemonRoot/slave/bind_subpath
17:20:27 [2021-08-20T17:20:27.910Z] === CONT  TestMountDaemonRoot/slave/mount_subpath
17:20:27 [2021-08-20T17:20:27.910Z] === CONT  TestMountDaemonRoot/slave/mount_root
17:20:27 [2021-08-20T17:20:27.911Z] === CONT  TestMountDaemonRoot/rslave/mount_subpath
17:20:27 [2021-08-20T17:20:27.911Z] === CONT  TestMountDaemonRoot/rshared/bind_root
17:20:27 [2021-08-20T17:20:27.911Z] === CONT  TestMountDaemonRoot/rslave/mount_root
17:20:27 [2021-08-20T17:20:27.911Z] === CONT  TestMountDaemonRoot/rslave/bind_subpath
17:20:27 [2021-08-20T17:20:27.911Z] === CONT  TestMountDaemonRoot/rshared/mount_subpath
17:20:27 [2021-08-20T17:20:27.911Z] === CONT  TestMountDaemonRoot/rshared/mount_root
17:20:27 [2021-08-20T17:20:27.911Z] === CONT  TestMountDaemonRoot/rshared/bind_subpath
17:20:27 [2021-08-20T17:20:27.911Z] === CONT  TestMountDaemonRoot/rprivate/bind_root
17:20:28 [2021-08-20T17:20:28.173Z] === CONT  TestMountDaemonRoot/shared/bind_root
17:20:28 [2021-08-20T17:20:28.173Z] === CONT  TestMountDaemonRoot/private/bind_root
17:20:28 [2021-08-20T17:20:28.173Z] === CONT  TestMountDaemonRoot/shared/mount_subpath
17:20:28 [2021-08-20T17:20:28.173Z] === CONT  TestMountDaemonRoot/shared/mount_root
17:20:28 [2021-08-20T17:20:28.173Z] === CONT  TestMountDaemonRoot/shared/bind_subpath
17:20:28 [2021-08-20T17:20:28.173Z] === CONT  TestMountDaemonRoot/rprivate/mount_subpath
17:20:28 [2021-08-20T17:20:28.173Z] === CONT  TestMountDaemonRoot/rprivate/mount_root
17:20:28 [2021-08-20T17:20:28.173Z] === CONT  TestMountDaemonRoot/rprivate/bind_subpath
17:20:28 [2021-08-20T17:20:28.173Z] === CONT  TestMountDaemonRoot/private/mount_subpath
17:20:28 [2021-08-20T17:20:28.173Z] === CONT  TestMountDaemonRoot/private/mount_root
17:20:28 [2021-08-20T17:20:28.173Z] === CONT  TestMountDaemonRoot/private/bind_subpath
17:20:28 [2021-08-20T17:20:28.173Z] --- PASS: TestMountDaemonRoot (0.03s)
17:20:28 [2021-08-20T17:20:28.173Z]     --- PASS: TestMountDaemonRoot/default (0.00s)
17:20:28 [2021-08-20T17:20:28.173Z]         --- PASS: TestMountDaemonRoot/default/mount_root (0.06s)
17:20:28 [2021-08-20T17:20:28.173Z]         --- PASS: TestMountDaemonRoot/default/mount_subpath (0.07s)
17:20:28 [2021-08-20T17:20:28.173Z]         --- PASS: TestMountDaemonRoot/default/bind_subpath (0.07s)
17:20:28 [2021-08-20T17:20:28.173Z]         --- PASS: TestMountDaemonRoot/default/bind_root (0.07s)
17:20:28 [2021-08-20T17:20:28.173Z]     --- PASS: TestMountDaemonRoot/slave (0.00s)
17:20:28 [2021-08-20T17:20:28.173Z]         --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s)
17:20:28 [2021-08-20T17:20:28.173Z]         --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s)
17:20:28 [2021-08-20T17:20:28.173Z]         --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.04s)
17:20:28 [2021-08-20T17:20:28.173Z]         --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s)
17:20:28 [2021-08-20T17:20:28.173Z]     --- PASS: TestMountDaemonRoot/rslave (0.00s)
17:20:28 [2021-08-20T17:20:28.173Z]         --- PASS: TestMountDaemonRoot/rslave/bind_root (0.07s)
17:20:28 [2021-08-20T17:20:28.173Z]         --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.06s)
17:20:28 [2021-08-20T17:20:28.173Z]         --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.06s)
17:20:28 [2021-08-20T17:20:28.173Z]         --- PASS: TestMountDaemonRoot/rslave/mount_root (0.06s)
17:20:28 [2021-08-20T17:20:28.173Z]     --- PASS: TestMountDaemonRoot/rshared (0.00s)
17:20:28 [2021-08-20T17:20:28.173Z]         --- PASS: TestMountDaemonRoot/rshared/bind_root (0.06s)
17:20:28 [2021-08-20T17:20:28.173Z]         --- PASS: TestMountDaemonRoot/rshared/mount_root (0.06s)
17:20:28 [2021-08-20T17:20:28.173Z]         --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.06s)
17:20:28 [2021-08-20T17:20:28.173Z]         --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.07s)
17:20:28 [2021-08-20T17:20:28.173Z]     --- PASS: TestMountDaemonRoot/shared (0.00s)
17:20:28 [2021-08-20T17:20:28.173Z]         --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s)
17:20:28 [2021-08-20T17:20:28.173Z]         --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.05s)
17:20:28 [2021-08-20T17:20:28.173Z]         --- PASS: TestMountDaemonRoot/shared/mount_root (0.04s)
17:20:28 [2021-08-20T17:20:28.173Z]         --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s)
17:20:28 [2021-08-20T17:20:28.173Z]     --- PASS: TestMountDaemonRoot/rprivate (0.00s)
17:20:28 [2021-08-20T17:20:28.173Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s)
17:20:28 [2021-08-20T17:20:28.173Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s)
17:20:28 [2021-08-20T17:20:28.173Z]         --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s)
17:20:28 [2021-08-20T17:20:28.173Z]         --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s)
17:20:28 [2021-08-20T17:20:28.173Z]     --- PASS: TestMountDaemonRoot/private (0.00s)
17:20:28 [2021-08-20T17:20:28.173Z]         --- PASS: TestMountDaemonRoot/private/bind_root (0.05s)
17:20:28 [2021-08-20T17:20:28.173Z]         --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s)
17:20:28 [2021-08-20T17:20:28.173Z]         --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s)
17:20:28 [2021-08-20T17:20:28.173Z]         --- PASS: TestMountDaemonRoot/private/mount_root (0.03s)
17:20:28 [2021-08-20T17:20:28.173Z] === RUN   TestContainerBindMountNonRecursive
17:20:28 [2021-08-20T17:20:28.777Z] === RUN   TestDockerSuite/TestGetContainerStats
17:20:30 [2021-08-20T17:20:30.726Z] --- PASS: TestContainerBindMountNonRecursive (2.20s)
17:20:30 [2021-08-20T17:20:30.726Z] === RUN   TestContainerVolumesMountedAsShared
17:20:30 [2021-08-20T17:20:30.990Z] --- PASS: TestContainerVolumesMountedAsShared (0.61s)
17:20:30 [2021-08-20T17:20:30.990Z] === RUN   TestContainerVolumesMountedAsSlave
17:20:31 [2021-08-20T17:20:31.935Z] --- PASS: TestContainerVolumesMountedAsSlave (0.85s)
17:20:31 [2021-08-20T17:20:31.935Z] === RUN   TestNetworkNat
17:20:32 [2021-08-20T17:20:32.877Z] --- PASS: TestNetworkNat (1.08s)
17:20:32 [2021-08-20T17:20:32.877Z] === RUN   TestNetworkLocalhostTCPNat
17:20:33 [2021-08-20T17:20:33.818Z] --- PASS: TestNetworkLocalhostTCPNat (0.87s)
17:20:33 [2021-08-20T17:20:33.819Z] === RUN   TestNetworkLoopbackNat
17:20:34 [2021-08-20T17:20:34.021Z] === RUN   TestDockerSuite/TestGetContainerStatsNoStream
17:20:37 [2021-08-20T17:20:37.115Z] --- PASS: TestNetworkLoopbackNat (3.22s)
17:20:37 [2021-08-20T17:20:37.115Z] === RUN   TestPause
17:20:37 [2021-08-20T17:20:37.286Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesEmptyList
17:20:38 [2021-08-20T17:20:38.056Z] --- PASS: TestPause (0.87s)
17:20:38 [2021-08-20T17:20:38.056Z] === RUN   TestPauseFailsOnWindowsServerContainers
17:20:38 [2021-08-20T17:20:38.056Z]     pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
17:20:38 [2021-08-20T17:20:38.056Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s)
17:20:38 [2021-08-20T17:20:38.056Z] === RUN   TestPauseStopPausedContainer
17:20:38 [2021-08-20T17:20:38.215Z] === RUN   TestDockerSuite/TestGetContainerStatsRmRunning
17:20:38 [2021-08-20T17:20:38.627Z] --- PASS: TestPauseStopPausedContainer (0.88s)
17:20:38 [2021-08-20T17:20:38.627Z] === RUN   TestPidHost
17:20:39 [2021-08-20T17:20:39.145Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate
17:20:39 [2021-08-20T17:20:39.626Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
17:20:39 [2021-08-20T17:20:39.626Z] INFO: Testing against a local daemon
17:20:39 [2021-08-20T17:20:39.626Z] === RUN   TestBuildWithSession
17:20:39 [2021-08-20T17:20:39.626Z]     build_session_test.go:25: TODO: BuildKit
17:20:39 [2021-08-20T17:20:39.626Z] --- SKIP: TestBuildWithSession (0.00s)
17:20:39 [2021-08-20T17:20:39.626Z] === RUN   TestBuildSquashParent
17:20:39 [2021-08-20T17:20:39.626Z]     build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows"
17:20:39 [2021-08-20T17:20:39.626Z] --- SKIP: TestBuildSquashParent (0.00s)
17:20:39 [2021-08-20T17:20:39.626Z] === RUN   TestBuildWithRemoveAndForceRemove
17:20:39 [2021-08-20T17:20:39.626Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
17:20:39 [2021-08-20T17:20:39.626Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
17:20:39 [2021-08-20T17:20:39.626Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove
17:20:39 [2021-08-20T17:20:39.626Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove
17:20:39 [2021-08-20T17:20:39.626Z] === RUN   TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
17:20:39 [2021-08-20T17:20:39.626Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
17:20:39 [2021-08-20T17:20:39.626Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
17:20:39 [2021-08-20T17:20:39.626Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
17:20:39 [2021-08-20T17:20:39.626Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove
17:20:39 [2021-08-20T17:20:39.626Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove
17:20:39 [2021-08-20T17:20:39.626Z] === RUN   TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
17:20:39 [2021-08-20T17:20:39.626Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
17:20:39 [2021-08-20T17:20:39.626Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal
17:20:39 [2021-08-20T17:20:39.626Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal
17:20:39 [2021-08-20T17:20:39.626Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove
17:20:39 [2021-08-20T17:20:39.626Z] === CONT  TestBuildWithRemoveAndForceRemove/failed_build_with_remove
17:20:40 [2021-08-20T17:20:40.073Z] === RUN   TestDockerSuite/TestGetContainerStatsStream
17:20:41 [2021-08-20T17:20:41.001Z]     docker_api_swarm_service_test.go:303: [ddf007cf073b5] joining swarm manager [d12c80a2e13dc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
17:20:41 [2021-08-20T17:20:41.171Z] --- PASS: TestPidHost (2.12s)
17:20:41 [2021-08-20T17:20:41.171Z] === RUN   TestPsFilter
17:20:41 [2021-08-20T17:20:41.171Z] --- PASS: TestPsFilter (0.14s)
17:20:41 [2021-08-20T17:20:41.171Z] === RUN   TestRemoveContainerWithRemovedVolume
17:20:41 [2021-08-20T17:20:41.741Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.80s)
17:20:41 [2021-08-20T17:20:41.741Z] === RUN   TestRemoveContainerWithVolume
17:20:41 [2021-08-20T17:20:41.928Z]     docker_api_swarm_service_test.go:303: [d30211fb04a38] joining swarm manager [d12c80a2e13dc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
17:20:42 [2021-08-20T17:20:42.682Z] --- PASS: TestRemoveContainerWithVolume (0.79s)
17:20:42 [2021-08-20T17:20:42.682Z] === RUN   TestRemoveContainerRunning
17:20:43 [2021-08-20T17:20:43.623Z] --- PASS: TestRemoveContainerRunning (0.81s)
17:20:43 [2021-08-20T17:20:43.623Z] === RUN   TestRemoveContainerForceRemoveRunning
17:20:44 [2021-08-20T17:20:44.193Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.82s)
17:20:44 [2021-08-20T17:20:44.193Z] === RUN   TestRemoveInvalidContainer
17:20:44 [2021-08-20T17:20:44.193Z] --- PASS: TestRemoveInvalidContainer (0.02s)
17:20:44 [2021-08-20T17:20:44.193Z] === RUN   TestRenameLinkedContainer
17:20:45 [2021-08-20T17:20:45.199Z] === RUN   TestDockerSuite/TestGetContainersAttachWebsocket
17:20:45 [2021-08-20T17:20:45.752Z] ok  	github.com/docker/docker/cmd/dockerd	0.044s	coverage: 29.1% of statements
17:20:45 [2021-08-20T17:20:45.752Z] ok  	github.com/docker/docker/cmd/dockerd/trap	2.610s	coverage: 0.0% of statements
17:20:45 [2021-08-20T17:20:45.752Z] ?   	github.com/docker/docker/cmd/dockerd/trap/testfiles	[no test files]
17:20:45 [2021-08-20T17:20:45.761Z] === RUN   TestDockerSuite/TestGetContainersWsAttachContainerNotFound
17:20:45 [2021-08-20T17:20:45.761Z] === RUN   TestDockerSuite/TestGetStoppedContainerStats
17:20:45 [2021-08-20T17:20:45.761Z] === RUN   TestDockerSuite/TestHealth
17:20:46 [2021-08-20T17:20:46.010Z] ok  	github.com/docker/docker/container	0.116s	coverage: 34.8% of statements
17:20:46 [2021-08-20T17:20:46.010Z] ?   	github.com/docker/docker/container/stream	[no test files]
17:20:46 [2021-08-20T17:20:46.010Z] ?   	github.com/docker/docker/contrib/apparmor	[no test files]
17:20:46 [2021-08-20T17:20:46.010Z] ?   	github.com/docker/docker/contrib/docker-device-tool	[no test files]
17:20:46 [2021-08-20T17:20:46.010Z] ?   	github.com/docker/docker/contrib/httpserver	[no test files]
17:20:47 [2021-08-20T17:20:47.492Z] --- PASS: TestRenameLinkedContainer (3.24s)
17:20:47 [2021-08-20T17:20:47.492Z] === RUN   TestRenameStoppedContainer
17:20:48 [2021-08-20T17:20:48.431Z] --- PASS: TestRenameStoppedContainer (0.80s)
17:20:48 [2021-08-20T17:20:48.431Z] === RUN   TestRenameRunningContainerAndReuse
17:20:49 [2021-08-20T17:20:49.815Z] --- PASS: TestRenameRunningContainerAndReuse (1.62s)
17:20:49 [2021-08-20T17:20:49.815Z] === RUN   TestRenameInvalidName
17:20:50 [2021-08-20T17:20:50.757Z] --- PASS: TestRenameInvalidName (0.84s)
17:20:50 [2021-08-20T17:20:50.757Z] === RUN   TestRenameAnonymousContainer
17:20:52 [2021-08-20T17:20:52.019Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove
17:20:52 [2021-08-20T17:20:52.019Z] === CONT  TestBuildWithRemoveAndForceRemove/successful_build_with_remove
17:20:54 [2021-08-20T17:20:54.056Z] --- PASS: TestRenameAnonymousContainer (2.84s)
17:20:54 [2021-08-20T17:20:54.056Z] === RUN   TestRenameContainerWithSameName
17:20:54 [2021-08-20T17:20:54.316Z] --- PASS: TestRenameContainerWithSameName (0.81s)
17:20:54 [2021-08-20T17:20:54.316Z] === RUN   TestRenameContainerWithLinkedContainer
17:20:55 [2021-08-20T17:20:55.993Z] ok  	github.com/docker/docker/daemon/cluster	0.058s	coverage: 0.5% of statements
17:20:56 [2021-08-20T17:20:56.230Z] --- PASS: TestRenameContainerWithLinkedContainer (1.66s)
17:20:56 [2021-08-20T17:20:56.230Z] === RUN   TestResize
17:20:56 [2021-08-20T17:20:56.252Z] ok  	github.com/docker/docker/daemon/cluster/controllers/plugin	0.011s	coverage: 65.3% of statements
17:20:56 [2021-08-20T17:20:56.802Z] --- PASS: TestResize (0.80s)
17:20:56 [2021-08-20T17:20:56.802Z] === RUN   TestResizeWithInvalidSize
17:20:57 [2021-08-20T17:20:57.630Z] ok  	github.com/docker/docker/daemon/cluster/convert	0.009s	coverage: 35.9% of statements
17:20:57 [2021-08-20T17:20:57.742Z] --- PASS: TestResizeWithInvalidSize (0.84s)
17:20:57 [2021-08-20T17:20:57.742Z] === RUN   TestResizeWhenContainerNotStarted
17:20:58 [2021-08-20T17:20:58.684Z] --- PASS: TestResizeWhenContainerNotStarted (0.79s)
17:20:58 [2021-08-20T17:20:58.684Z] === RUN   TestDaemonRestartKillContainers
17:20:58 [2021-08-20T17:20:58.684Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
17:20:58 [2021-08-20T17:20:58.684Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
17:20:58 [2021-08-20T17:20:58.684Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
17:20:58 [2021-08-20T17:20:58.684Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
17:20:58 [2021-08-20T17:20:58.684Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
17:20:58 [2021-08-20T17:20:58.684Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
17:20:58 [2021-08-20T17:20:58.684Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
17:20:58 [2021-08-20T17:20:58.684Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
17:20:58 [2021-08-20T17:20:58.684Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
17:20:58 [2021-08-20T17:20:58.684Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
17:20:58 [2021-08-20T17:20:58.684Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
17:20:58 [2021-08-20T17:20:58.684Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
17:20:58 [2021-08-20T17:20:58.684Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
17:20:58 [2021-08-20T17:20:58.684Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
17:20:58 [2021-08-20T17:20:58.684Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
17:20:58 [2021-08-20T17:20:58.684Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
17:20:58 [2021-08-20T17:20:58.684Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
17:20:58 [2021-08-20T17:20:58.684Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
17:20:58 [2021-08-20T17:20:58.684Z] === RUN   TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
17:20:58 [2021-08-20T17:20:58.684Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
17:20:58 [2021-08-20T17:20:58.684Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
17:20:58 [2021-08-20T17:20:58.684Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
17:20:58 [2021-08-20T17:20:58.684Z] === RUN   TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
17:20:58 [2021-08-20T17:20:58.684Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
17:20:58 [2021-08-20T17:20:58.684Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon
17:20:58 [2021-08-20T17:20:58.684Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon
17:20:58 [2021-08-20T17:20:58.684Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon
17:20:58 [2021-08-20T17:20:58.684Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon
17:21:00 [2021-08-20T17:21:00.571Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.03s)
17:21:00 [2021-08-20T17:21:00.571Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (11.35s)
17:21:00 [2021-08-20T17:21:00.571Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (11.66s)
17:21:00 [2021-08-20T17:21:00.571Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (11.94s)
17:21:00 [2021-08-20T17:21:00.571Z]     --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (17.54s)
17:21:00 [2021-08-20T17:21:00.571Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (9.39s)
17:21:00 [2021-08-20T17:21:00.571Z]     --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (9.13s)
17:21:00 [2021-08-20T17:21:00.571Z] === RUN   TestBuildMultiStageCopy
17:21:00 [2021-08-20T17:21:00.571Z] === RUN   TestBuildMultiStageCopy/copy_to_root
17:21:01 [2021-08-20T17:21:01.234Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon
17:21:01 [2021-08-20T17:21:01.496Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon
17:21:01 [2021-08-20T17:21:01.496Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon
17:21:01 [2021-08-20T17:21:01.757Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon
17:21:02 [2021-08-20T17:21:02.702Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon
17:21:02 [2021-08-20T17:21:02.964Z] === CONT  TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon
17:21:02 [2021-08-20T17:21:02.964Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon
17:21:03 [2021-08-20T17:21:03.536Z] === CONT  TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon
17:21:03 [2021-08-20T17:21:03.812Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents
17:21:04 [2021-08-20T17:21:04.068Z]     docker_api_swarm_service_test.go:99: [d2be3bbc1548b] joining swarm manager [dd4475a43b435]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
17:21:04 [2021-08-20T17:21:04.997Z]     docker_api_swarm_service_test.go:100: [d9022d92475d8] joining swarm manager [dd4475a43b435]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
17:21:05 [2021-08-20T17:21:05.748Z] ok  	github.com/docker/docker/daemon/cluster/executor/container	3.436s	coverage: 13.8% of statements
17:21:05 [2021-08-20T17:21:05.748Z] ok  	github.com/docker/docker/daemon/config	0.027s	coverage: 81.1% of statements
17:21:06 [2021-08-20T17:21:06.007Z] ok  	github.com/docker/docker/daemon/discovery	0.003s	coverage: 30.0% of statements
17:21:06 [2021-08-20T17:21:06.574Z] ok  	github.com/docker/docker/daemon/events	0.057s	coverage: 50.0% of statements
17:21:06 [2021-08-20T17:21:06.839Z] --- PASS: TestDaemonRestartKillContainers (0.00s)
17:21:06 [2021-08-20T17:21:06.839Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.63s)
17:21:06 [2021-08-20T17:21:06.839Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (3.01s)
17:21:06 [2021-08-20T17:21:06.839Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (3.03s)
17:21:06 [2021-08-20T17:21:06.839Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.36s)
17:21:06 [2021-08-20T17:21:06.839Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.47s)
17:21:06 [2021-08-20T17:21:06.839Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.49s)
17:21:06 [2021-08-20T17:21:06.839Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.50s)
17:21:06 [2021-08-20T17:21:06.839Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.66s)
17:21:06 [2021-08-20T17:21:06.839Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.50s)
17:21:06 [2021-08-20T17:21:06.839Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.67s)
17:21:06 [2021-08-20T17:21:06.839Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.71s)
17:21:06 [2021-08-20T17:21:06.839Z]     --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.33s)
17:21:06 [2021-08-20T17:21:06.839Z] === RUN   TestCgroupNamespacesRun
17:21:07 [2021-08-20T17:21:07.142Z] ok  	github.com/docker/docker/daemon/graphdriver	0.004s	coverage: 2.2% of statements
17:21:08 [2021-08-20T17:21:08.224Z] --- PASS: TestCgroupNamespacesRun (1.85s)
17:21:08 [2021-08-20T17:21:08.225Z] === RUN   TestCgroupNamespacesRunPrivileged
17:21:08 [2021-08-20T17:21:08.265Z] === RUN   TestDockerSuite/TestHistoryExistentImage
17:21:08 [2021-08-20T17:21:08.265Z] === RUN   TestDockerSuite/TestHistoryHumanOptionFalse
17:21:08 [2021-08-20T17:21:08.265Z] === RUN   TestDockerSuite/TestHistoryHumanOptionTrue
17:21:08 [2021-08-20T17:21:08.265Z] === RUN   TestDockerSuite/TestHistoryImageWithComment
17:21:08 [2021-08-20T17:21:08.522Z] ok  	github.com/docker/docker/daemon	12.116s	coverage: 17.5% of statements
17:21:08 [2021-08-20T17:21:08.522Z] ?   	github.com/docker/docker/daemon/cluster/executor	[no test files]
17:21:08 [2021-08-20T17:21:08.522Z] ?   	github.com/docker/docker/daemon/cluster/provider	[no test files]
17:21:08 [2021-08-20T17:21:08.522Z] ?   	github.com/docker/docker/daemon/events/testutils	[no test files]
17:21:08 [2021-08-20T17:21:08.522Z] ?   	github.com/docker/docker/daemon/exec	[no test files]
17:21:08 [2021-08-20T17:21:08.522Z] ok  	github.com/docker/docker/daemon/graphdriver/aufs	0.914s	coverage: 73.3% of statements
17:21:09 [2021-08-20T17:21:09.130Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir
17:21:09 [2021-08-20T17:21:09.586Z] === RUN   TestBuildMultiStageCopy/copy_to_newdir_nested
17:21:09 [2021-08-20T17:21:09.608Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.49s)
17:21:09 [2021-08-20T17:21:09.608Z] === RUN   TestCgroupNamespacesRunDaemonHostMode
17:21:09 [2021-08-20T17:21:09.633Z] === RUN   TestDockerSuite/TestHistoryNonExistentImage
17:21:09 [2021-08-20T17:21:09.633Z] === RUN   TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce
17:21:09 [2021-08-20T17:21:09.900Z] ok  	github.com/docker/docker/daemon/graphdriver/copy	0.399s	coverage: 56.2% of statements
17:21:10 [2021-08-20T17:21:10.607Z] === RUN   TestBuildMultiStageCopy/copy_to_existingdir
17:21:10 [2021-08-20T17:21:10.861Z] ok  	github.com/docker/docker/daemon/graphdriver/btrfs	0.008s	coverage: 3.1% of statements
17:21:11 [2021-08-20T17:21:11.001Z] === RUN   TestDockerSuite/TestImagesEnsureImageIsListed
17:21:11 [2021-08-20T17:21:11.001Z] === RUN   TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed
17:21:11 [2021-08-20T17:21:11.001Z] === RUN   TestDockerSuite/TestImagesEnsureImageWithTagIsListed
17:21:11 [2021-08-20T17:21:11.001Z] === RUN   TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown
17:21:11 [2021-08-20T17:21:11.257Z] === RUN   TestDockerSuite/TestImagesEnsureImagesFromScratchShown
17:21:11 [2021-08-20T17:21:11.520Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.85s)
17:21:11 [2021-08-20T17:21:11.520Z] === RUN   TestCgroupNamespacesRunHostMode
17:21:11 [2021-08-20T17:21:11.820Z] === RUN   TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown
17:21:12 [2021-08-20T17:21:12.077Z] === RUN   TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest
17:21:12 [2021-08-20T17:21:12.077Z] === RUN   TestDockerSuite/TestImagesFilterLabelMatch
17:21:12 [2021-08-20T17:21:12.208Z] === RUN   TestBuildMultiStageCopy/copy_to_newsubdir
17:21:12 [2021-08-20T17:21:12.282Z] ok  	github.com/docker/docker/daemon/graphdriver/fuse-overlayfs	0.009s	coverage: 1.9% of statements
17:21:12 [2021-08-20T17:21:12.641Z] === RUN   TestDockerSuite/TestImagesFilterNameWithPort
17:21:12 [2021-08-20T17:21:12.641Z] === RUN   TestDockerSuite/TestImagesFilterSinceAndBefore
17:21:13 [2021-08-20T17:21:13.203Z] === RUN   TestDockerSuite/TestImagesFilterSpaceTrimCase
17:21:13 [2021-08-20T17:21:13.432Z] --- PASS: TestCgroupNamespacesRunHostMode (1.83s)
17:21:13 [2021-08-20T17:21:13.432Z] === RUN   TestCgroupNamespacesRunPrivateMode
17:21:13 [2021-08-20T17:21:13.743Z] --- PASS: TestBuildMultiStageCopy (13.51s)
17:21:13 [2021-08-20T17:21:13.743Z]     --- PASS: TestBuildMultiStageCopy/copy_to_root (8.79s)
17:21:13 [2021-08-20T17:21:13.743Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.86s)
17:21:13 [2021-08-20T17:21:13.743Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.16s)
17:21:13 [2021-08-20T17:21:13.743Z]     --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.27s)
17:21:13 [2021-08-20T17:21:13.743Z]     --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.42s)
17:21:13 [2021-08-20T17:21:13.743Z] === RUN   TestBuildMultiStageParentConfig
17:21:14 [2021-08-20T17:21:14.133Z] === RUN   TestDockerSuite/TestImagesFormat
17:21:14 [2021-08-20T17:21:14.133Z] === RUN   TestDockerSuite/TestImagesFormatDefaultFormat
17:21:14 [2021-08-20T17:21:14.198Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay	0.401s	coverage: 49.4% of statements
17:21:14 [2021-08-20T17:21:14.457Z] ok  	github.com/docker/docker/daemon/graphdriver/devmapper	2.525s	coverage: 45.9% of statements
17:21:14 [2021-08-20T17:21:14.457Z] ?   	github.com/docker/docker/daemon/graphdriver/graphtest	[no test files]
17:21:15 [2021-08-20T17:21:15.062Z] === RUN   TestDockerSuite/TestImagesOrderedByCreationDate
17:21:15 [2021-08-20T17:21:15.343Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.86s)
17:21:15 [2021-08-20T17:21:15.343Z] === RUN   TestCgroupNamespacesRunPrivilegedAndPrivate
17:21:15 [2021-08-20T17:21:15.835Z] ok  	github.com/docker/docker/daemon/graphdriver/vfs	0.017s	coverage: 57.5% of statements
17:21:16 [2021-08-20T17:21:16.403Z] ok  	github.com/docker/docker/daemon/graphdriver/overlay2	0.679s	coverage: 57.7% of statements
17:21:16 [2021-08-20T17:21:16.403Z] ?   	github.com/docker/docker/daemon/graphdriver/overlayutils	[no test files]
17:21:16 [2021-08-20T17:21:16.403Z] ?   	github.com/docker/docker/daemon/graphdriver/register	[no test files]
17:21:16 [2021-08-20T17:21:16.638Z] --- PASS: TestBuildMultiStageParentConfig (2.77s)
17:21:16 [2021-08-20T17:21:16.638Z] === RUN   TestBuildLabelWithTargets
17:21:16 [2021-08-20T17:21:16.638Z]     build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME
17:21:16 [2021-08-20T17:21:16.638Z] --- SKIP: TestBuildLabelWithTargets (0.01s)
17:21:16 [2021-08-20T17:21:16.638Z] === RUN   TestBuildWithEmptyLayers
17:21:16 [2021-08-20T17:21:16.662Z] ok  	github.com/docker/docker/daemon/graphdriver/zfs	0.006s	coverage: 3.0% of statements
17:21:16 [2021-08-20T17:21:16.728Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.49s)
17:21:16 [2021-08-20T17:21:16.728Z] === RUN   TestCgroupNamespacesRunInvalidMode
17:21:17 [2021-08-20T17:21:17.230Z] ok  	github.com/docker/docker/daemon/links	0.004s	coverage: 93.0% of statements
17:21:17 [2021-08-20T17:21:17.577Z] === RUN   TestDockerSuite/TestImagesWithIncorrectFilter
17:21:17 [2021-08-20T17:21:17.577Z] === RUN   TestDockerSuite/TestImportBadURL
17:21:17 [2021-08-20T17:21:17.577Z] === RUN   TestDockerSuite/TestImportDisplay
17:21:17 [2021-08-20T17:21:17.602Z] --- PASS: TestBuildWithEmptyLayers (1.40s)
17:21:17 [2021-08-20T17:21:17.602Z] === RUN   TestBuildMultiStageOnBuild
17:21:17 [2021-08-20T17:21:17.669Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.78s)
17:21:17 [2021-08-20T17:21:17.669Z] === RUN   TestCgroupNamespacesRunOlderClient
17:21:18 [2021-08-20T17:21:18.609Z] ok  	github.com/docker/docker/daemon/images	0.018s	coverage: 6.7% of statements
17:21:18 [2021-08-20T17:21:18.609Z] ?   	github.com/docker/docker/daemon/initlayer	[no test files]
17:21:18 [2021-08-20T17:21:18.609Z] ?   	github.com/docker/docker/daemon/listeners	[no test files]
17:21:19 [2021-08-20T17:21:19.177Z] ok  	github.com/docker/docker/daemon/logger	0.222s	coverage: 43.5% of statements
17:21:19 [2021-08-20T17:21:19.468Z] === RUN   TestDockerSuite/TestImportFile
17:21:19 [2021-08-20T17:21:19.587Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.84s)
17:21:19 [2021-08-20T17:21:19.587Z] === RUN   TestNISDomainname
17:21:20 [2021-08-20T17:21:20.115Z] ok  	github.com/docker/docker/daemon/logger/awslogs	0.167s	coverage: 77.0% of statements
17:21:20 [2021-08-20T17:21:20.115Z] ?   	github.com/docker/docker/daemon/logger/fluentd	[no test files]
17:21:20 [2021-08-20T17:21:20.115Z] ?   	github.com/docker/docker/daemon/logger/gcplogs	[no test files]
17:21:20 [2021-08-20T17:21:20.374Z] ok  	github.com/docker/docker/daemon/logger/gelf	0.020s	coverage: 67.0% of statements
17:21:20 [2021-08-20T17:21:20.835Z] === RUN   TestDockerSuite/TestImportFileNonExistentFile
17:21:20 [2021-08-20T17:21:20.835Z] === RUN   TestDockerSuite/TestImportFileWithMessage
17:21:20 [2021-08-20T17:21:20.943Z] ok  	github.com/docker/docker/daemon/logger/journald	0.004s	coverage: 23.9% of statements
17:21:20 [2021-08-20T17:21:20.973Z] --- PASS: TestNISDomainname (1.35s)
17:21:20 [2021-08-20T17:21:20.973Z] === RUN   TestHostnameDnsResolution
17:21:21 [2021-08-20T17:21:21.202Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog	0.015s	coverage: 69.9% of statements
17:21:21 [2021-08-20T17:21:21.461Z] ok  	github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog	0.005s	coverage: 87.2% of statements
17:21:21 [2021-08-20T17:21:21.915Z] --- PASS: TestHostnameDnsResolution (1.37s)
17:21:21 [2021-08-20T17:21:21.915Z] === RUN   TestStats
17:21:22 [2021-08-20T17:21:22.029Z] ok  	github.com/docker/docker/daemon/logger/local	0.013s	coverage: 75.2% of statements
17:21:22 [2021-08-20T17:21:22.029Z] ?   	github.com/docker/docker/daemon/logger/logentries	[no test files]
17:21:22 [2021-08-20T17:21:22.597Z] ok  	github.com/docker/docker/daemon/logger/loggerutils	0.045s	coverage: 59.3% of statements
17:21:22 [2021-08-20T17:21:22.727Z] === RUN   TestDockerSuite/TestImportGzipped
17:21:23 [2021-08-20T17:21:23.165Z] ok  	github.com/docker/docker/daemon/logger/loggerutils/cache	0.008s	coverage: 31.5% of statements
17:21:24 [2021-08-20T17:21:24.099Z] === RUN   TestDockerSuite/TestImportWithQuotedChanges
17:21:24 [2021-08-20T17:21:24.101Z] ok  	github.com/docker/docker/daemon/logger/syslog	0.015s	coverage: 46.8% of statements
17:21:24 [2021-08-20T17:21:24.359Z] ok  	github.com/docker/docker/daemon/logger/templates	0.002s	coverage: 8.3% of statements
17:21:24 [2021-08-20T17:21:24.927Z] ok  	github.com/docker/docker/daemon/network	0.004s	coverage: 63.8% of statements
17:21:25 [2021-08-20T17:21:25.213Z] --- PASS: TestStats (2.85s)
17:21:25 [2021-08-20T17:21:25.213Z] === RUN   TestStopContainerWithTimeout
17:21:25 [2021-08-20T17:21:25.213Z] === RUN   TestStopContainerWithTimeout/0
17:21:25 [2021-08-20T17:21:25.213Z] === PAUSE TestStopContainerWithTimeout/0
17:21:25 [2021-08-20T17:21:25.213Z] === RUN   TestStopContainerWithTimeout/1
17:21:25 [2021-08-20T17:21:25.213Z] === PAUSE TestStopContainerWithTimeout/1
17:21:25 [2021-08-20T17:21:25.213Z] === RUN   TestStopContainerWithTimeout/3
17:21:25 [2021-08-20T17:21:25.213Z] === PAUSE TestStopContainerWithTimeout/3
17:21:25 [2021-08-20T17:21:25.213Z] === RUN   TestStopContainerWithTimeout/-1
17:21:25 [2021-08-20T17:21:25.213Z] === PAUSE TestStopContainerWithTimeout/-1
17:21:25 [2021-08-20T17:21:25.213Z] === CONT  TestStopContainerWithTimeout/0
17:21:25 [2021-08-20T17:21:25.213Z] === CONT  TestStopContainerWithTimeout/-1
17:21:25 [2021-08-20T17:21:25.213Z] === CONT  TestStopContainerWithTimeout/3
17:21:25 [2021-08-20T17:21:25.213Z] === CONT  TestStopContainerWithTimeout/1
17:21:25 [2021-08-20T17:21:25.495Z] ok  	github.com/docker/docker/daemon/logger/splunk	1.601s	coverage: 82.5% of statements
17:21:25 [2021-08-20T17:21:25.495Z] ?   	github.com/docker/docker/daemon/names	[no test files]
17:21:25 [2021-08-20T17:21:25.495Z] ?   	github.com/docker/docker/daemon/stats	[no test files]
17:21:26 [2021-08-20T17:21:26.635Z] === RUN   TestDockerSuite/TestInfoDisplaysPausedContainers
17:21:26 [2021-08-20T17:21:26.872Z] ok  	github.com/docker/docker/distribution/metadata	0.040s	coverage: 48.2% of statements
17:21:26 [2021-08-20T17:21:26.872Z] ok  	github.com/docker/docker/distribution	0.155s	coverage: 25.8% of statements
17:21:26 [2021-08-20T17:21:26.872Z] ?   	github.com/docker/docker/distribution/utils	[no test files]
17:21:27 [2021-08-20T17:21:27.563Z] === RUN   TestDockerSuite/TestInfoDisplaysRunningContainers
17:21:27 [2021-08-20T17:21:27.812Z] ok  	github.com/docker/docker/errdefs	0.004s	coverage: 53.1% of statements
17:21:28 [2021-08-20T17:21:28.381Z] ok  	github.com/docker/docker/image	0.015s	coverage: 86.6% of statements
17:21:28 [2021-08-20T17:21:28.495Z] === RUN   TestDockerSuite/TestInfoDisplaysStoppedContainers
17:21:28 [2021-08-20T17:21:28.510Z] --- PASS: TestStopContainerWithTimeout (0.02s)
17:21:28 [2021-08-20T17:21:28.510Z]     --- PASS: TestStopContainerWithTimeout/0 (1.43s)
17:21:28 [2021-08-20T17:21:28.510Z]     --- PASS: TestStopContainerWithTimeout/1 (2.26s)
17:21:28 [2021-08-20T17:21:28.510Z]     --- PASS: TestStopContainerWithTimeout/-1 (3.38s)
17:21:28 [2021-08-20T17:21:28.510Z]     --- PASS: TestStopContainerWithTimeout/3 (3.46s)
17:21:28 [2021-08-20T17:21:28.510Z] === RUN   TestDeleteDevicemapper
17:21:28 [2021-08-20T17:21:28.510Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
17:21:28 [2021-08-20T17:21:28.510Z] --- SKIP: TestDeleteDevicemapper (0.00s)
17:21:28 [2021-08-20T17:21:28.510Z] === RUN   TestStopContainerWithRestartPolicyAlways
17:21:28 [2021-08-20T17:21:28.948Z] ok  	github.com/docker/docker/image/cache	0.006s	coverage: 19.2% of statements
17:21:29 [2021-08-20T17:21:29.423Z] === RUN   TestDockerSuite/TestInfoEnsureSucceeds
17:21:29 [2021-08-20T17:21:29.424Z]     check_test.go:380: [d2be3bbc1548b] daemon is not started
17:21:29 [2021-08-20T17:21:29.424Z] === RUN   TestDockerSuite/TestInfoSecurityOptions
17:21:29 [2021-08-20T17:21:29.424Z] === RUN   TestDockerSuite/TestInspectAPIBridgeNetworkSettings120
17:21:29 [2021-08-20T17:21:29.515Z] ok  	github.com/docker/docker/image/tarexport	0.007s	coverage: 0.7% of statements
17:21:29 [2021-08-20T17:21:29.515Z] ok  	github.com/docker/docker/distribution/xfer	1.958s	coverage: 85.1% of statements
17:21:29 [2021-08-20T17:21:29.515Z] ?   	github.com/docker/docker/dockerversion	[no test files]
17:21:29 [2021-08-20T17:21:29.774Z] ok  	github.com/docker/docker/image/v1	0.009s	coverage: 25.0% of statements
17:21:29 [2021-08-20T17:21:29.774Z] ?   	github.com/docker/docker/internal/test/suite	[no test files]
17:21:30 [2021-08-20T17:21:30.033Z] ok  	github.com/docker/docker/libcontainerd/queue	0.040s	coverage: 100.0% of statements
17:21:30 [2021-08-20T17:21:30.351Z] === RUN   TestDockerSuite/TestInspectAPIBridgeNetworkSettings121
17:21:31 [2021-08-20T17:21:31.280Z] === RUN   TestDockerSuite/TestInspectAPIContainerResponse
17:21:31 [2021-08-20T17:21:31.411Z] ok  	github.com/docker/docker/oci	0.012s	coverage: 43.3% of statements
17:21:31 [2021-08-20T17:21:31.808Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.23s)
17:21:31 [2021-08-20T17:21:31.808Z] === RUN   TestUpdateMemory
17:21:31 [2021-08-20T17:21:31.808Z]     update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit
17:21:31 [2021-08-20T17:21:31.808Z] --- SKIP: TestUpdateMemory (0.00s)
17:21:31 [2021-08-20T17:21:31.808Z] === RUN   TestUpdateCPUQuota
17:21:31 [2021-08-20T17:21:31.842Z] === RUN   TestDockerSuite/TestInspectAPIContainerVolumeDriver
17:21:31 [2021-08-20T17:21:31.981Z] ok  	github.com/docker/docker/opts	0.027s	coverage: 67.1% of statements
17:21:32 [2021-08-20T17:21:32.239Z] ok  	github.com/docker/docker/pkg/aaparser	0.002s	coverage: 52.9% of statements
17:21:32 [2021-08-20T17:21:32.385Z] --- PASS: TestBuildMultiStageOnBuild (12.70s)
17:21:32 [2021-08-20T17:21:32.385Z] === RUN   TestBuildUncleanTarFilenames
17:21:32 [2021-08-20T17:21:32.385Z]     build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME
17:21:32 [2021-08-20T17:21:32.385Z] --- SKIP: TestBuildUncleanTarFilenames (0.01s)
17:21:32 [2021-08-20T17:21:32.385Z] === RUN   TestBuildMultiStageLayerLeak
17:21:32 [2021-08-20T17:21:32.404Z] === RUN   TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy
17:21:33 [2021-08-20T17:21:33.332Z] === RUN   TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121
17:21:33 [2021-08-20T17:21:33.618Z] ok  	github.com/docker/docker/pkg/archive	0.294s	coverage: 82.3% of statements
17:21:33 [2021-08-20T17:21:33.894Z] === RUN   TestDockerSuite/TestInspectAPIImageResponse
17:21:33 [2021-08-20T17:21:33.894Z] === RUN   TestDockerSuite/TestInspectAPIMultipleNetworks
17:21:34 [2021-08-20T17:21:34.556Z] ok  	github.com/docker/docker/pkg/authorization	0.106s	coverage: 68.3% of statements
17:21:34 [2021-08-20T17:21:34.556Z] ok  	github.com/docker/docker/pkg/broadcaster	0.002s	coverage: 100.0% of statements
17:21:34 [2021-08-20T17:21:34.556Z] ok  	github.com/docker/docker/pkg/capabilities	0.002s	coverage: 87.5% of statements
17:21:35 [2021-08-20T17:21:35.262Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesStateReporting
17:21:35 [2021-08-20T17:21:35.262Z] === RUN   TestDockerSuite/TestInspectAmpersand
17:21:36 [2021-08-20T17:21:36.191Z] === RUN   TestDockerSuite/TestInspectBindMountPoint
17:21:37 [2021-08-20T17:21:37.123Z] === RUN   TestDockerSuite/TestInspectByPrefix
17:21:37 [2021-08-20T17:21:37.123Z] === RUN   TestDockerSuite/TestInspectContainerFilterInt
17:21:37 [2021-08-20T17:21:37.379Z]     docker_api_swarm_service_test.go:532: [da876139ec8eb] joining swarm manager [de3af99a6623a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
17:21:37 [2021-08-20T17:21:37.842Z] ok  	github.com/docker/docker/pkg/chrootarchive	2.473s	coverage: 43.2% of statements
17:21:37 [2021-08-20T17:21:37.842Z] ok  	github.com/docker/docker/pkg/directory	0.003s	coverage: 80.0% of statements
17:21:37 [2021-08-20T17:21:37.942Z] === RUN   TestDockerSuite/TestInspectContainerGraphDriver
17:21:37 [2021-08-20T17:21:37.942Z]     docker_cli_inspect_test.go:183: unmatched requirement Devicemapper
17:21:37 [2021-08-20T17:21:37.942Z] === RUN   TestDockerSuite/TestInspectContainerNetworkCustom
17:21:38 [2021-08-20T17:21:38.101Z] ok  	github.com/docker/docker/pkg/discovery	0.004s	coverage: 58.3% of statements
17:21:38 [2021-08-20T17:21:38.361Z] ok  	github.com/docker/docker/pkg/discovery/file	0.004s	coverage: 97.6% of statements
17:21:38 [2021-08-20T17:21:38.387Z] --- PASS: TestUpdateCPUQuota (5.78s)
17:21:38 [2021-08-20T17:21:38.387Z] === RUN   TestUpdatePidsLimit
17:21:38 [2021-08-20T17:21:38.387Z] === RUN   TestUpdatePidsLimit/update_from_none
17:21:38 [2021-08-20T17:21:38.387Z] === RUN   TestUpdatePidsLimit/no_change
17:21:38 [2021-08-20T17:21:38.647Z] === RUN   TestUpdatePidsLimit/update_lower
17:21:38 [2021-08-20T17:21:38.872Z]     docker_api_swarm_service_test.go:533: [d8db55a7e633d] joining swarm manager [de3af99a6623a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
17:21:38 [2021-08-20T17:21:38.872Z] === RUN   TestDockerSuite/TestInspectContainerNetworkDefault
17:21:39 [2021-08-20T17:21:39.297Z] ok  	github.com/docker/docker/layer	7.626s	coverage: 68.8% of statements
17:21:39 [2021-08-20T17:21:39.297Z] ?   	github.com/docker/docker/libcontainerd	[no test files]
17:21:39 [2021-08-20T17:21:39.297Z] ?   	github.com/docker/docker/libcontainerd/remote	[no test files]
17:21:39 [2021-08-20T17:21:39.297Z] ?   	github.com/docker/docker/libcontainerd/supervisor	[no test files]
17:21:39 [2021-08-20T17:21:39.297Z] ?   	github.com/docker/docker/libcontainerd/types	[no test files]
17:21:39 [2021-08-20T17:21:39.297Z] ?   	github.com/docker/docker/oci/caps	[no test files]
17:21:39 [2021-08-20T17:21:39.297Z] ?   	github.com/docker/docker/pkg/containerfs	[no test files]
17:21:39 [2021-08-20T17:21:39.297Z] ?   	github.com/docker/docker/pkg/devicemapper	[no test files]
17:21:39 [2021-08-20T17:21:39.556Z] ok  	github.com/docker/docker/pkg/discovery/memory	0.012s	coverage: 92.3% of statements
17:21:39 [2021-08-20T17:21:39.587Z] === RUN   TestUpdatePidsLimit/update_on_old_api_ignores_value
17:21:39 [2021-08-20T17:21:39.801Z] === RUN   TestDockerSuite/TestInspectDefault
17:21:39 [2021-08-20T17:21:39.815Z] ok  	github.com/docker/docker/pkg/discovery/nodes	0.004s	coverage: 93.8% of statements
17:21:40 [2021-08-20T17:21:40.074Z] ok  	github.com/docker/docker/pkg/dmesg	0.007s	coverage: 83.3% of statements
17:21:40 [2021-08-20T17:21:40.158Z] === RUN   TestUpdatePidsLimit/unset_limit_with_zero
17:21:40 [2021-08-20T17:21:40.728Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_one
17:21:40 [2021-08-20T17:21:40.730Z] === RUN   TestDockerSuite/TestInspectHistory
17:21:41 [2021-08-20T17:21:41.451Z] ok  	github.com/docker/docker/pkg/filenotify	0.609s	coverage: 67.0% of statements
17:21:41 [2021-08-20T17:21:41.668Z] === RUN   TestUpdatePidsLimit/unset_limit_with_minus_two
17:21:41 [2021-08-20T17:21:41.711Z] ok  	github.com/docker/docker/pkg/fileutils	0.011s	coverage: 83.1% of statements
17:21:41 [2021-08-20T17:21:41.711Z] ok  	github.com/docker/docker/pkg/discovery/kv	3.027s	coverage: 84.1% of statements
17:21:42 [2021-08-20T17:21:42.100Z] === RUN   TestDockerSuite/TestInspectImage
17:21:42 [2021-08-20T17:21:42.100Z] === RUN   TestDockerSuite/TestInspectImageFilterInt
17:21:42 [2021-08-20T17:21:42.100Z] === RUN   TestDockerSuite/TestInspectImageGraphDriver
17:21:42 [2021-08-20T17:21:42.100Z]     docker_cli_inspect_test.go:165: unmatched requirement Devicemapper
17:21:42 [2021-08-20T17:21:42.100Z] === RUN   TestDockerSuite/TestInspectInt64
17:21:42 [2021-08-20T17:21:42.280Z] ok  	github.com/docker/docker/pkg/homedir	0.003s	coverage: 11.4% of statements
17:21:42 [2021-08-20T17:21:42.280Z] ok  	github.com/docker/docker/pkg/fsutils	0.152s	coverage: 85.1% of statements
17:21:42 [2021-08-20T17:21:42.680Z] --- PASS: TestBuildMultiStageLayerLeak (10.88s)
17:21:42 [2021-08-20T17:21:42.680Z] === RUN   TestBuildWithHugeFile
17:21:43 [2021-08-20T17:21:43.051Z] --- PASS: TestUpdatePidsLimit (5.57s)
17:21:43 [2021-08-20T17:21:43.051Z]     --- PASS: TestUpdatePidsLimit/update_from_none (0.66s)
17:21:43 [2021-08-20T17:21:43.051Z]     --- PASS: TestUpdatePidsLimit/no_change (0.66s)
17:21:43 [2021-08-20T17:21:43.051Z]     --- PASS: TestUpdatePidsLimit/update_lower (0.66s)
17:21:43 [2021-08-20T17:21:43.051Z]     --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.68s)
17:21:43 [2021-08-20T17:21:43.051Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.67s)
17:21:43 [2021-08-20T17:21:43.051Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.74s)
17:21:43 [2021-08-20T17:21:43.051Z]     --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.68s)
17:21:43 [2021-08-20T17:21:43.051Z] === RUN   TestUpdateRestartPolicy
17:21:43 [2021-08-20T17:21:43.469Z] === RUN   TestDockerSuite/TestInspectJSONFields
17:21:43 [2021-08-20T17:21:43.657Z] ok  	github.com/docker/docker/pkg/ioutils	0.401s	coverage: 69.2% of statements
17:21:43 [2021-08-20T17:21:43.917Z] ok  	github.com/docker/docker/pkg/jsonmessage	0.005s	coverage: 91.7% of statements
17:21:43 [2021-08-20T17:21:43.917Z] ok  	github.com/docker/docker/pkg/idtools	1.068s	coverage: 69.5% of statements
17:21:43 [2021-08-20T17:21:43.917Z] ?   	github.com/docker/docker/pkg/locker	[no test files]
17:21:43 [2021-08-20T17:21:43.917Z] ok  	github.com/docker/docker/pkg/longpath	0.007s	coverage: 100.0% of statements
17:21:43 [2021-08-20T17:21:43.917Z] ?   	github.com/docker/docker/pkg/loopback	[no test files]
17:21:43 [2021-08-20T17:21:43.917Z] ?   	github.com/docker/docker/pkg/mount	[no test files]
17:21:44 [2021-08-20T17:21:44.176Z] ok  	github.com/docker/docker/pkg/namesgenerator	0.003s	coverage: 85.7% of statements
17:21:44 [2021-08-20T17:21:44.176Z] ?   	github.com/docker/docker/pkg/namesgenerator/cmd/names-generator	[no test files]
17:21:44 [2021-08-20T17:21:44.399Z] === RUN   TestDockerSuite/TestInspectLogConfigNoType
17:21:44 [2021-08-20T17:21:44.435Z] ok  	github.com/docker/docker/pkg/parsers	0.004s	coverage: 97.0% of statements
17:21:44 [2021-08-20T17:21:44.435Z] ok  	github.com/docker/docker/pkg/parsers/kernel	0.005s	coverage: 60.0% of statements
17:21:44 [2021-08-20T17:21:44.657Z] === RUN   TestDockerSuite/TestInspectNamedMountPoint
17:21:44 [2021-08-20T17:21:44.694Z] ok  	github.com/docker/docker/pkg/parsers/operatingsystem	0.004s	coverage: 86.7% of statements
17:21:44 [2021-08-20T17:21:44.955Z] ok  	github.com/docker/docker/pkg/pidfile	0.002s	coverage: 82.4% of statements
17:21:44 [2021-08-20T17:21:44.955Z] ?   	github.com/docker/docker/pkg/platform	[no test files]
17:21:44 [2021-08-20T17:21:44.955Z] ?   	github.com/docker/docker/pkg/plugingetter	[no test files]
17:21:45 [2021-08-20T17:21:45.891Z] ok  	github.com/docker/docker/pkg/plugins/pluginrpc-gen	0.007s	coverage: 56.8% of statements
17:21:45 [2021-08-20T17:21:45.891Z] ok  	github.com/docker/docker/pkg/plugins/transport	0.002s	coverage: 85.7% of statements
17:21:46 [2021-08-20T17:21:46.027Z] === RUN   TestDockerSuite/TestInspectNoSizeFlagContainer
17:21:46 [2021-08-20T17:21:46.150Z] ok  	github.com/docker/docker/pkg/pools	0.003s	coverage: 88.2% of statements
17:21:46 [2021-08-20T17:21:46.410Z] ok  	github.com/docker/docker/pkg/progress	0.002s	coverage: 75.9% of statements
17:21:46 [2021-08-20T17:21:46.590Z] === RUN   TestDockerSuite/TestInspectPlugin
17:21:47 [2021-08-20T17:21:47.786Z] ok  	github.com/docker/docker/pkg/pubsub	1.027s	coverage: 75.0% of statements
17:21:47 [2021-08-20T17:21:47.786Z] ok  	github.com/docker/docker/pkg/reexec	0.007s	coverage: 82.4% of statements
17:21:48 [2021-08-20T17:21:48.045Z] ok  	github.com/docker/docker/pkg/stack	0.003s	coverage: 90.9% of statements
17:21:48 [2021-08-20T17:21:48.304Z] ok  	github.com/docker/docker/pkg/stdcopy	0.005s	coverage: 100.0% of statements
17:21:48 [2021-08-20T17:21:48.493Z] === RUN   TestDockerSuite/TestInspectRootFS
17:21:48 [2021-08-20T17:21:48.493Z] === RUN   TestDockerSuite/TestInspectSizeFlagContainer
17:21:48 [2021-08-20T17:21:48.562Z] ok  	github.com/docker/docker/pkg/streamformatter	0.003s	coverage: 66.2% of statements
17:21:48 [2021-08-20T17:21:48.563Z] ok  	github.com/docker/docker/pkg/stringid	0.002s	coverage: 70.6% of statements
17:21:49 [2021-08-20T17:21:49.130Z] ok  	github.com/docker/docker/pkg/sysinfo	0.006s	coverage: 52.1% of statements
17:21:49 [2021-08-20T17:21:49.698Z] ok  	github.com/docker/docker/pkg/system	0.005s	coverage: 40.1% of statements
17:21:49 [2021-08-20T17:21:49.864Z] === RUN   TestDockerSuite/TestInspectStatus
17:21:49 [2021-08-20T17:21:49.957Z] ok  	github.com/docker/docker/pkg/tailfile	0.051s	coverage: 88.6% of statements
17:21:50 [2021-08-20T17:21:50.425Z] === RUN   TestDockerSuite/TestInspectStopWhenNotFound
17:21:50 [2021-08-20T17:21:50.525Z] ok  	github.com/docker/docker/pkg/tarsum	0.043s	coverage: 89.3% of statements
17:21:50 [2021-08-20T17:21:50.525Z] testing: warning: no tests to run
17:21:50 [2021-08-20T17:21:50.525Z] coverage: [no statements]
17:21:50 [2021-08-20T17:21:50.525Z] ok  	github.com/docker/docker/pkg/term/windows	0.001s	coverage: [no statements] [no tests to run]
17:21:50 [2021-08-20T17:21:50.784Z] ok  	github.com/docker/docker/pkg/truncindex	0.102s	coverage: 91.5% of statements
17:21:51 [2021-08-20T17:21:51.043Z] ok  	github.com/docker/docker/pkg/urlutil	0.002s	coverage: 100.0% of statements
17:21:51 [2021-08-20T17:21:51.043Z] ok  	github.com/docker/docker/pkg/useragent	0.002s	coverage: 88.9% of statements
17:21:51 [2021-08-20T17:21:51.795Z] === RUN   TestDockerSuite/TestInspectTemplateError
17:21:52 [2021-08-20T17:21:52.798Z] === RUN   TestDockerSuite/TestInspectTimesAsRFC3339Nano
17:21:52 [2021-08-20T17:21:52.948Z] ok  	github.com/docker/docker/plugin	0.517s	coverage: 23.2% of statements
17:21:53 [2021-08-20T17:21:53.207Z] ok  	github.com/docker/docker/plugin/v2	0.003s	coverage: 14.4% of statements
17:21:53 [2021-08-20T17:21:53.362Z] === RUN   TestDockerSuite/TestInspectTypeFlagContainer
17:21:53 [2021-08-20T17:21:53.775Z] ok  	github.com/docker/docker/profiles/seccomp	0.008s	coverage: 86.0% of statements
17:21:53 [2021-08-20T17:21:53.924Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithImage
17:21:54 [2021-08-20T17:21:54.742Z] ok  	github.com/docker/docker/quota	0.250s	coverage: 71.4% of statements
17:21:54 [2021-08-20T17:21:54.856Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithInvalidValue
17:21:55 [2021-08-20T17:21:55.000Z] ok  	github.com/docker/docker/reference	0.006s	coverage: 84.4% of statements
17:21:55 [2021-08-20T17:21:55.788Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithNoContainer
17:21:55 [2021-08-20T17:21:55.936Z] ok  	github.com/docker/docker/registry	0.049s	coverage: 58.8% of statements
17:21:56 [2021-08-20T17:21:56.350Z] === RUN   TestDockerSuite/TestInspectUnknownObject
17:21:56 [2021-08-20T17:21:56.350Z] === RUN   TestDockerSuite/TestLegacyRunNoNewPrivSetuid
17:21:56 [2021-08-20T17:21:56.504Z] ok  	github.com/docker/docker/registry/resumable	0.015s	coverage: 100.0% of statements
17:21:56 [2021-08-20T17:21:56.504Z] ok  	github.com/docker/docker/restartmanager	0.002s	coverage: 45.3% of statements
17:21:57 [2021-08-20T17:21:57.071Z] ok  	github.com/docker/docker/runconfig	0.007s	coverage: 66.1% of statements
17:21:57 [2021-08-20T17:21:57.330Z] ok  	github.com/docker/docker/testutil	0.002s	coverage: 62.5% of statements
17:21:57 [2021-08-20T17:21:57.953Z] --- PASS: TestUpdateRestartPolicy (12.83s)
17:21:57 [2021-08-20T17:21:57.953Z] === RUN   TestUpdateRestartWithAutoRemove
17:21:57 [2021-08-20T17:21:57.953Z] --- PASS: TestUpdateRestartWithAutoRemove (0.81s)
17:21:57 [2021-08-20T17:21:57.953Z] === RUN   TestWaitNonBlocked
17:21:57 [2021-08-20T17:21:57.953Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
17:21:57 [2021-08-20T17:21:57.953Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
17:21:57 [2021-08-20T17:21:57.953Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
17:21:57 [2021-08-20T17:21:57.953Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
17:21:57 [2021-08-20T17:21:57.953Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
17:21:57 [2021-08-20T17:21:57.953Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
17:21:57 [2021-08-20T17:21:57.953Z] --- PASS: TestWaitNonBlocked (0.02s)
17:21:57 [2021-08-20T17:21:57.953Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.06s)
17:21:57 [2021-08-20T17:21:57.953Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.12s)
17:21:57 [2021-08-20T17:21:57.953Z] === RUN   TestWaitBlocked
17:21:57 [2021-08-20T17:21:57.953Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-zero
17:21:57 [2021-08-20T17:21:57.953Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero
17:21:57 [2021-08-20T17:21:57.953Z] === RUN   TestWaitBlocked/test-wait-blocked-exit-random
17:21:57 [2021-08-20T17:21:57.953Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random
17:21:57 [2021-08-20T17:21:57.953Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-zero
17:21:57 [2021-08-20T17:21:57.953Z] === CONT  TestWaitBlocked/test-wait-blocked-exit-random
17:21:58 [2021-08-20T17:21:58.241Z] === RUN   TestDockerSuite/TestLinkShortDefinition
17:21:59 [2021-08-20T17:21:59.337Z] --- PASS: TestWaitBlocked (0.02s)
17:21:59 [2021-08-20T17:21:59.337Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.21s)
17:21:59 [2021-08-20T17:21:59.337Z]     --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.27s)
17:21:59 [2021-08-20T17:21:59.337Z] === CONT  TestContainerStartOnDaemonRestart
17:21:59 [2021-08-20T17:21:59.337Z] === CONT  TestIpcModeOlderClient
17:21:59 [2021-08-20T17:21:59.337Z] === CONT  TestRestartDaemonWithRestartingContainer
17:21:59 [2021-08-20T17:21:59.337Z] === CONT  TestContainerKillOnDaemonStart
17:21:59 [2021-08-20T17:21:59.337Z] --- PASS: TestIpcModeOlderClient (0.10s)
17:21:59 [2021-08-20T17:21:59.337Z] === CONT  TestDaemonHostGatewayIP
17:21:59 [2021-08-20T17:21:59.608Z] === RUN   TestDockerSuite/TestLinksEnvs
17:22:00 [2021-08-20T17:22:00.617Z] ok  	github.com/docker/docker/volume/drivers	0.004s	coverage: 36.1% of statements
17:22:00 [2021-08-20T17:22:00.617Z] ok  	github.com/docker/docker/volume/local	0.096s	coverage: 76.4% of statements
17:22:01 [2021-08-20T17:22:01.186Z] ok  	github.com/docker/docker/volume/mounts	0.008s	coverage: 67.7% of statements
17:22:01 [2021-08-20T17:22:01.500Z] === RUN   TestDockerSuite/TestLinksEtcHostsRegularFile
17:22:01 [2021-08-20T17:22:01.756Z] === RUN   TestDockerSuite/TestLinksHostsFilesInject
17:22:02 [2021-08-20T17:22:02.564Z] ok  	github.com/docker/docker/volume/service	0.015s	coverage: 72.3% of statements
17:22:02 [2021-08-20T17:22:02.646Z] --- PASS: TestContainerStartOnDaemonRestart (3.57s)
17:22:02 [2021-08-20T17:22:02.646Z] === CONT  TestDaemonRestartIpcMode
17:22:02 [2021-08-20T17:22:02.646Z] --- PASS: TestRestartDaemonWithRestartingContainer (3.68s)
17:22:03 [2021-08-20T17:22:03.590Z] --- PASS: TestDaemonHostGatewayIP (4.43s)
17:22:03 [2021-08-20T17:22:03.647Z] === RUN   TestDockerSuite/TestLinksInspectLinksStarted
17:22:06 [2021-08-20T17:22:06.131Z] --- PASS: TestDaemonRestartIpcMode (3.45s)
17:22:06 [2021-08-20T17:22:06.164Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesUpdate
17:22:06 [2021-08-20T17:22:06.164Z] === RUN   TestDockerSuite/TestLinksInspectLinksStopped
17:22:08 [2021-08-20T17:22:08.056Z]     docker_api_swarm_service_test.go:147: [d1a089057a2b9] joining swarm manager [d91756caf004c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
17:22:08 [2021-08-20T17:22:08.313Z] === RUN   TestDockerSuite/TestLinksInvalidContainerTarget
17:22:08 [2021-08-20T17:22:08.313Z] === RUN   TestDockerSuite/TestLinksMultipleWithSameName
17:22:08 [2021-08-20T17:22:08.876Z]     docker_api_swarm_service_test.go:147: [d37aa7eecffc9] joining swarm manager [d91756caf004c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
17:22:11 [2021-08-20T17:22:11.397Z] === RUN   TestDockerSuite/TestLinksNetworkHostContainer
17:22:12 [2021-08-20T17:22:12.327Z] === RUN   TestDockerSuite/TestLinksNotStartedParentNotFail
17:22:12 [2021-08-20T17:22:12.708Z] --- PASS: TestContainerKillOnDaemonStart (12.57s)
17:22:12 [2021-08-20T17:22:12.709Z] PASS
17:22:12 [2021-08-20T17:22:12.709Z] 
17:22:12 [2021-08-20T17:22:12.709Z] === Skipped
17:22:12 [2021-08-20T17:22:12.709Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s)
17:22:12 [2021-08-20T17:22:12.709Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
17:22:12 [2021-08-20T17:22:12.709Z] 
17:22:12 [2021-08-20T17:22:12.709Z] === SKIP: arm64.integration.container TestInspectOomKilledTrue (0.00s)
17:22:12 [2021-08-20T17:22:12.709Z]     kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
17:22:12 [2021-08-20T17:22:12.709Z] 
17:22:12 [2021-08-20T17:22:12.709Z] === SKIP: arm64.integration.container TestInspectOomKilledFalse (0.00s)
17:22:12 [2021-08-20T17:22:12.709Z]     kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
17:22:12 [2021-08-20T17:22:12.709Z] 
17:22:12 [2021-08-20T17:22:12.709Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s)
17:22:12 [2021-08-20T17:22:12.709Z]     pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process"
17:22:12 [2021-08-20T17:22:12.709Z] 
17:22:12 [2021-08-20T17:22:12.709Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s)
17:22:12 [2021-08-20T17:22:12.709Z]     stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper"
17:22:12 [2021-08-20T17:22:12.709Z] 
17:22:12 [2021-08-20T17:22:12.709Z] === SKIP: arm64.integration.container TestUpdateMemory (0.00s)
17:22:12 [2021-08-20T17:22:12.709Z]     update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit
17:22:12 [2021-08-20T17:22:12.709Z] 
17:22:12 [2021-08-20T17:22:12.709Z] 
17:22:12 [2021-08-20T17:22:12.709Z] DONE 195 tests, 6 skipped in 149.406s
17:22:12 [2021-08-20T17:22:12.709Z] Running /go/src/github.com/docker/docker/integration/daemon (arm64.integration.daemon) flags=-test.v -test.timeout=120m 
17:22:12 [2021-08-20T17:22:12.709Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.daemon -t ./test.main -test.v -test.timeout=120m
17:22:12 [2021-08-20T17:22:12.709Z] ++ set -e
17:22:12 [2021-08-20T17:22:12.709Z] ++ '[' -n 0 ']'
17:22:12 [2021-08-20T17:22:12.709Z] ++ set -x
17:22:12 [2021-08-20T17:22:12.709Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-daemon-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.daemon -t ./test.main -test.v -test.timeout=120m
17:22:12 [2021-08-20T17:22:12.709Z] === RUN   TestConfigDaemonLibtrustID
17:22:12 [2021-08-20T17:22:12.709Z] --- PASS: TestConfigDaemonLibtrustID (0.54s)
17:22:12 [2021-08-20T17:22:12.709Z] === RUN   TestDaemonConfigValidation
17:22:12 [2021-08-20T17:22:12.709Z] === RUN   TestDaemonConfigValidation/config_with_no_content
17:22:12 [2021-08-20T17:22:12.709Z] === PAUSE TestDaemonConfigValidation/config_with_no_content
17:22:12 [2021-08-20T17:22:12.709Z] === RUN   TestDaemonConfigValidation/config_with_{}
17:22:12 [2021-08-20T17:22:12.709Z] === PAUSE TestDaemonConfigValidation/config_with_{}
17:22:12 [2021-08-20T17:22:12.709Z] === RUN   TestDaemonConfigValidation/invalid_config
17:22:12 [2021-08-20T17:22:12.709Z] === PAUSE TestDaemonConfigValidation/invalid_config
17:22:12 [2021-08-20T17:22:12.709Z] === RUN   TestDaemonConfigValidation/malformed_config
17:22:12 [2021-08-20T17:22:12.709Z] === PAUSE TestDaemonConfigValidation/malformed_config
17:22:12 [2021-08-20T17:22:12.709Z] === RUN   TestDaemonConfigValidation/valid_config
17:22:12 [2021-08-20T17:22:12.709Z] === PAUSE TestDaemonConfigValidation/valid_config
17:22:12 [2021-08-20T17:22:12.709Z] === CONT  TestDaemonConfigValidation/config_with_no_content
17:22:12 [2021-08-20T17:22:12.709Z] === CONT  TestDaemonConfigValidation/malformed_config
17:22:12 [2021-08-20T17:22:12.709Z] === CONT  TestDaemonConfigValidation/invalid_config
17:22:12 [2021-08-20T17:22:12.709Z] === CONT  TestDaemonConfigValidation/valid_config
17:22:12 [2021-08-20T17:22:12.709Z] === CONT  TestDaemonConfigValidation/config_with_{}
17:22:12 [2021-08-20T17:22:12.709Z] --- PASS: TestDaemonConfigValidation (0.00s)
17:22:12 [2021-08-20T17:22:12.709Z]     --- PASS: TestDaemonConfigValidation/invalid_config (0.11s)
17:22:12 [2021-08-20T17:22:12.709Z]     --- PASS: TestDaemonConfigValidation/valid_config (0.12s)
17:22:12 [2021-08-20T17:22:12.709Z]     --- PASS: TestDaemonConfigValidation/config_with_no_content (0.12s)
17:22:12 [2021-08-20T17:22:12.709Z]     --- PASS: TestDaemonConfigValidation/malformed_config (0.12s)
17:22:12 [2021-08-20T17:22:12.709Z]     --- PASS: TestDaemonConfigValidation/config_with_{} (0.08s)
17:22:12 [2021-08-20T17:22:12.709Z] === RUN   TestConfigDaemonSeccompProfiles
17:22:12 [2021-08-20T17:22:12.709Z] === RUN   TestConfigDaemonSeccompProfiles/empty_profile_set
17:22:12 [2021-08-20T17:22:12.890Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainers
17:22:13 [2021-08-20T17:22:13.650Z] === RUN   TestConfigDaemonSeccompProfiles/default_profile
17:22:15 [2021-08-20T17:22:15.033Z] === RUN   TestConfigDaemonSeccompProfiles/unconfined_profile
17:22:15 [2021-08-20T17:22:15.974Z] === CONT  TestConfigDaemonSeccompProfiles
17:22:15 [2021-08-20T17:22:15.974Z]     daemon_test.go:149: [d6dcf5574514a] daemon is not started
17:22:15 [2021-08-20T17:22:15.974Z] --- PASS: TestConfigDaemonSeccompProfiles (3.21s)
17:22:15 [2021-08-20T17:22:15.974Z]     --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.07s)
17:22:15 [2021-08-20T17:22:15.974Z]     --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.07s)
17:22:15 [2021-08-20T17:22:15.974Z]     --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.07s)
17:22:15 [2021-08-20T17:22:15.974Z] PASS
17:22:15 [2021-08-20T17:22:15.974Z] 
17:22:15 [2021-08-20T17:22:15.974Z] DONE 11 tests in 4.220s
17:22:15 [2021-08-20T17:22:15.974Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m 
17:22:15 [2021-08-20T17:22:15.974Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.image -t ./test.main -test.v -test.timeout=120m
17:22:15 [2021-08-20T17:22:15.974Z] ++ set -e
17:22:15 [2021-08-20T17:22:15.974Z] ++ '[' -n 0 ']'
17:22:15 [2021-08-20T17:22:15.974Z] ++ set -x
17:22:15 [2021-08-20T17:22:15.974Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-image-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.image -t ./test.main -test.v -test.timeout=120m
17:22:15 [2021-08-20T17:22:15.974Z] INFO: Testing against a local daemon
17:22:15 [2021-08-20T17:22:15.974Z] === RUN   TestCommitInheritsEnv
17:22:16 [2021-08-20T17:22:16.544Z] --- PASS: TestCommitInheritsEnv (0.36s)
17:22:16 [2021-08-20T17:22:16.544Z] === RUN   TestImportExtremelyLargeImageWorks
17:22:16 [2021-08-20T17:22:16.544Z]     import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out
17:22:16 [2021-08-20T17:22:16.544Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s)
17:22:16 [2021-08-20T17:22:16.544Z] === RUN   TestImagesFilterMultiReference
17:22:16 [2021-08-20T17:22:16.544Z] --- PASS: TestImagesFilterMultiReference (0.09s)
17:22:16 [2021-08-20T17:22:16.544Z] === RUN   TestImagePullPlatformInvalid
17:22:16 [2021-08-20T17:22:16.544Z] --- PASS: TestImagePullPlatformInvalid (0.04s)
17:22:16 [2021-08-20T17:22:16.544Z] === RUN   TestRemoveImageOrphaning
17:22:16 [2021-08-20T17:22:16.804Z] --- PASS: TestRemoveImageOrphaning (0.35s)
17:22:16 [2021-08-20T17:22:16.804Z] === RUN   TestRemoveImageGarbageCollector
17:22:16 [2021-08-20T17:22:16.804Z]     remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
17:22:16 [2021-08-20T17:22:16.804Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s)
17:22:16 [2021-08-20T17:22:16.804Z] === RUN   TestTagUnprefixedRepoByNameOrName
17:22:17 [2021-08-20T17:22:17.066Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s)
17:22:17 [2021-08-20T17:22:17.066Z] === RUN   TestTagInvalidReference
17:22:17 [2021-08-20T17:22:17.066Z] --- PASS: TestTagInvalidReference (0.03s)
17:22:17 [2021-08-20T17:22:17.066Z] === RUN   TestTagValidPrefixedRepo
17:22:17 [2021-08-20T17:22:17.066Z] --- PASS: TestTagValidPrefixedRepo (0.07s)
17:22:17 [2021-08-20T17:22:17.066Z] === RUN   TestTagExistedNameWithoutForce
17:22:17 [2021-08-20T17:22:17.066Z] --- PASS: TestTagExistedNameWithoutForce (0.04s)
17:22:17 [2021-08-20T17:22:17.066Z] === RUN   TestTagOfficialNames
17:22:17 [2021-08-20T17:22:17.066Z] --- PASS: TestTagOfficialNames (0.07s)
17:22:17 [2021-08-20T17:22:17.066Z] === RUN   TestTagMatchesDigest
17:22:17 [2021-08-20T17:22:17.066Z] --- PASS: TestTagMatchesDigest (0.03s)
17:22:17 [2021-08-20T17:22:17.066Z] PASS
17:22:17 [2021-08-20T17:22:17.066Z] 
17:22:17 [2021-08-20T17:22:17.066Z] === Skipped
17:22:17 [2021-08-20T17:22:17.066Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s)
17:22:17 [2021-08-20T17:22:17.066Z]     import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out
17:22:17 [2021-08-20T17:22:17.066Z] 
17:22:17 [2021-08-20T17:22:17.066Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s)
17:22:17 [2021-08-20T17:22:17.066Z]     remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
17:22:17 [2021-08-20T17:22:17.066Z] 
17:22:17 [2021-08-20T17:22:17.066Z] 
17:22:17 [2021-08-20T17:22:17.066Z] DONE 12 tests, 2 skipped in 1.317s
17:22:17 [2021-08-20T17:22:17.326Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m 
17:22:17 [2021-08-20T17:22:17.326Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network -t ./test.main -test.v -test.timeout=120m
17:22:17 [2021-08-20T17:22:17.326Z] ++ set -e
17:22:17 [2021-08-20T17:22:17.326Z] ++ '[' -n 0 ']'
17:22:17 [2021-08-20T17:22:17.326Z] ++ set -x
17:22:17 [2021-08-20T17:22:17.326Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network -t ./test.main -test.v -test.timeout=120m
17:22:17 [2021-08-20T17:22:17.326Z] INFO: Testing against a local daemon
17:22:17 [2021-08-20T17:22:17.326Z] === RUN   TestNetworkCreateDelete
17:22:17 [2021-08-20T17:22:17.586Z] --- PASS: TestNetworkCreateDelete (0.22s)
17:22:17 [2021-08-20T17:22:17.586Z] === RUN   TestDockerNetworkDeletePreferID
17:22:18 [2021-08-20T17:22:18.157Z] --- PASS: TestDockerNetworkDeletePreferID (0.57s)
17:22:18 [2021-08-20T17:22:18.157Z] === RUN   TestDaemonDNSFallback
17:22:20 [2021-08-20T17:22:20.642Z] ok  	github.com/docker/docker/pkg/plugins	33.641s	coverage: 76.6% of statements
17:22:20 [2021-08-20T17:22:20.642Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures	[no test files]
17:22:20 [2021-08-20T17:22:20.642Z] ?   	github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture	[no test files]
17:22:20 [2021-08-20T17:22:20.642Z] ?   	github.com/docker/docker/pkg/signal	[no test files]
17:22:20 [2021-08-20T17:22:20.642Z] ?   	github.com/docker/docker/pkg/symlink	[no test files]
17:22:20 [2021-08-20T17:22:20.642Z] ?   	github.com/docker/docker/pkg/term	[no test files]
17:22:20 [2021-08-20T17:22:20.642Z] ?   	github.com/docker/docker/plugin/executor/containerd	[no test files]
17:22:20 [2021-08-20T17:22:20.642Z] ?   	github.com/docker/docker/profiles/apparmor	[no test files]
17:22:20 [2021-08-20T17:22:20.642Z] ?   	github.com/docker/docker/rootless	[no test files]
17:22:20 [2021-08-20T17:22:20.642Z] ?   	github.com/docker/docker/rootless/specconv	[no test files]
17:22:20 [2021-08-20T17:22:20.642Z] ?   	github.com/docker/docker/runconfig/opts	[no test files]
17:22:20 [2021-08-20T17:22:20.642Z] ?   	github.com/docker/docker/testutil/daemon	[no test files]
17:22:20 [2021-08-20T17:22:20.642Z] ?   	github.com/docker/docker/testutil/environment	[no test files]
17:22:20 [2021-08-20T17:22:20.642Z] ?   	github.com/docker/docker/testutil/fakecontext	[no test files]
17:22:20 [2021-08-20T17:22:20.642Z] ?   	github.com/docker/docker/testutil/fakegit	[no test files]
17:22:20 [2021-08-20T17:22:20.642Z] ?   	github.com/docker/docker/testutil/fakestorage	[no test files]
17:22:20 [2021-08-20T17:22:20.642Z] ?   	github.com/docker/docker/testutil/fixtures/load	[no test files]
17:22:20 [2021-08-20T17:22:20.642Z] ?   	github.com/docker/docker/testutil/fixtures/plugin	[no test files]
17:22:20 [2021-08-20T17:22:20.642Z] ?   	github.com/docker/docker/testutil/fixtures/plugin/basic	[no test files]
17:22:20 [2021-08-20T17:22:20.642Z] ?   	github.com/docker/docker/testutil/registry	[no test files]
17:22:20 [2021-08-20T17:22:20.642Z] ?   	github.com/docker/docker/testutil/request	[no test files]
17:22:20 [2021-08-20T17:22:20.642Z] ?   	github.com/docker/docker/volume	[no test files]
17:22:20 [2021-08-20T17:22:20.642Z] ?   	github.com/docker/docker/volume/service/opts	[no test files]
17:22:20 [2021-08-20T17:22:20.642Z] ?   	github.com/docker/docker/volume/testutils	[no test files]
17:22:20 [2021-08-20T17:22:20.642Z] 
17:22:20 [2021-08-20T17:22:20.642Z] === Skipped
17:22:20 [2021-08-20T17:22:20.642Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s)
17:22:20 [2021-08-20T17:22:20.642Z]     network_proxy_test.go:194: Need to start CI docker with --ipv6
17:22:20 [2021-08-20T17:22:20.642Z] 
17:22:20 [2021-08-20T17:22:20.642Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s)
17:22:20 [2021-08-20T17:22:20.642Z]     network_proxy_test.go:209: No support for dual stack yet
17:22:20 [2021-08-20T17:22:20.642Z] 
17:22:20 [2021-08-20T17:22:20.642Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s)
17:22:20 [2021-08-20T17:22:20.642Z]     network_proxy_test.go:238: Need to start CI docker with --ipv6
17:22:20 [2021-08-20T17:22:20.642Z] 
17:22:20 [2021-08-20T17:22:20.642Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s)
17:22:20 [2021-08-20T17:22:20.642Z]     network_proxy_test.go:299: Need to start CI docker with --ipv6
17:22:20 [2021-08-20T17:22:20.642Z] 
17:22:20 [2021-08-20T17:22:20.642Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s)
17:22:20 [2021-08-20T17:22:20.642Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
17:22:20 [2021-08-20T17:22:20.642Z]     graphtest_unix.go:44: Driver btrfs not supported
17:22:20 [2021-08-20T17:22:20.642Z] 
17:22:20 [2021-08-20T17:22:20.642Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s)
17:22:20 [2021-08-20T17:22:20.642Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
17:22:20 [2021-08-20T17:22:20.642Z]     graphtest_unix.go:44: Driver btrfs not supported
17:22:20 [2021-08-20T17:22:20.642Z] 
17:22:20 [2021-08-20T17:22:20.642Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s)
17:22:20 [2021-08-20T17:22:20.642Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
17:22:20 [2021-08-20T17:22:20.642Z]     graphtest_unix.go:44: Driver btrfs not supported
17:22:20 [2021-08-20T17:22:20.642Z] 
17:22:20 [2021-08-20T17:22:20.642Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s)
17:22:20 [2021-08-20T17:22:20.642Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
17:22:20 [2021-08-20T17:22:20.642Z]     graphtest_unix.go:44: Driver btrfs not supported
17:22:20 [2021-08-20T17:22:20.642Z] 
17:22:20 [2021-08-20T17:22:20.642Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s)
17:22:20 [2021-08-20T17:22:20.642Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
17:22:20 [2021-08-20T17:22:20.642Z]     graphtest_unix.go:44: Driver btrfs not supported
17:22:20 [2021-08-20T17:22:20.642Z] 
17:22:20 [2021-08-20T17:22:20.642Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s)
17:22:20 [2021-08-20T17:22:20.642Z]     graphtest_unix.go:71: No driver to put!
17:22:20 [2021-08-20T17:22:20.642Z] 
17:22:20 [2021-08-20T17:22:20.642Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s)
17:22:20 [2021-08-20T17:22:20.642Z] time="2021-08-20T17:21:12Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
17:22:20 [2021-08-20T17:22:20.642Z]     graphtest_unix.go:42: graphdriver: driver not supported
17:22:20 [2021-08-20T17:22:20.642Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
17:22:20 [2021-08-20T17:22:20.642Z] 
17:22:20 [2021-08-20T17:22:20.642Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s)
17:22:20 [2021-08-20T17:22:20.642Z] time="2021-08-20T17:21:12Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
17:22:20 [2021-08-20T17:22:20.642Z]     graphtest_unix.go:42: graphdriver: driver not supported
17:22:20 [2021-08-20T17:22:20.642Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
17:22:20 [2021-08-20T17:22:20.642Z] 
17:22:20 [2021-08-20T17:22:20.642Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s)
17:22:20 [2021-08-20T17:22:20.642Z] time="2021-08-20T17:21:12Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
17:22:20 [2021-08-20T17:22:20.643Z]     graphtest_unix.go:42: graphdriver: driver not supported
17:22:20 [2021-08-20T17:22:20.643Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
17:22:20 [2021-08-20T17:22:20.643Z] 
17:22:20 [2021-08-20T17:22:20.643Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s)
17:22:20 [2021-08-20T17:22:20.643Z] time="2021-08-20T17:21:12Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
17:22:20 [2021-08-20T17:22:20.643Z]     graphtest_unix.go:42: graphdriver: driver not supported
17:22:20 [2021-08-20T17:22:20.643Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
17:22:20 [2021-08-20T17:22:20.643Z] 
17:22:20 [2021-08-20T17:22:20.643Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s)
17:22:20 [2021-08-20T17:22:20.643Z] time="2021-08-20T17:21:12Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs
17:22:20 [2021-08-20T17:22:20.643Z]     graphtest_unix.go:42: graphdriver: driver not supported
17:22:20 [2021-08-20T17:22:20.643Z]     graphtest_unix.go:44: Driver fuse-overlayfs not supported
17:22:20 [2021-08-20T17:22:20.643Z] 
17:22:20 [2021-08-20T17:22:20.643Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s)
17:22:20 [2021-08-20T17:22:20.643Z]     graphtest_unix.go:71: No driver to put!
17:22:20 [2021-08-20T17:22:20.643Z] 
17:22:20 [2021-08-20T17:22:20.643Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s)
17:22:20 [2021-08-20T17:22:20.643Z]     overlay_test.go:44: Fails to compute changes after apply intermittently
17:22:20 [2021-08-20T17:22:20.643Z] 
17:22:20 [2021-08-20T17:22:20.643Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s)
17:22:20 [2021-08-20T17:22:20.643Z]     overlay_test.go:49: Fails to compute changes intermittently
17:22:20 [2021-08-20T17:22:20.643Z] 
17:22:20 [2021-08-20T17:22:20.643Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s)
17:22:20 [2021-08-20T17:22:20.643Z]     overlay_test.go:65: Cannot run test with naive change algorithm
17:22:20 [2021-08-20T17:22:20.643Z] 
17:22:20 [2021-08-20T17:22:20.643Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s)
17:22:20 [2021-08-20T17:22:20.643Z]     graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas
17:22:20 [2021-08-20T17:22:20.643Z] 
17:22:20 [2021-08-20T17:22:20.643Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s)
17:22:20 [2021-08-20T17:22:20.643Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
17:22:20 [2021-08-20T17:22:20.643Z]     graphtest_unix.go:44: Driver zfs not supported
17:22:20 [2021-08-20T17:22:20.643Z] 
17:22:20 [2021-08-20T17:22:20.643Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s)
17:22:20 [2021-08-20T17:22:20.643Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
17:22:20 [2021-08-20T17:22:20.643Z]     graphtest_unix.go:44: Driver zfs not supported
17:22:20 [2021-08-20T17:22:20.643Z] 
17:22:20 [2021-08-20T17:22:20.643Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s)
17:22:20 [2021-08-20T17:22:20.643Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
17:22:20 [2021-08-20T17:22:20.643Z]     graphtest_unix.go:44: Driver zfs not supported
17:22:20 [2021-08-20T17:22:20.643Z] 
17:22:20 [2021-08-20T17:22:20.643Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s)
17:22:20 [2021-08-20T17:22:20.643Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
17:22:20 [2021-08-20T17:22:20.643Z]     graphtest_unix.go:44: Driver zfs not supported
17:22:20 [2021-08-20T17:22:20.643Z] 
17:22:20 [2021-08-20T17:22:20.643Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s)
17:22:20 [2021-08-20T17:22:20.643Z]     graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?)
17:22:20 [2021-08-20T17:22:20.643Z]     graphtest_unix.go:44: Driver zfs not supported
17:22:20 [2021-08-20T17:22:20.643Z] 
17:22:20 [2021-08-20T17:22:20.643Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s)
17:22:20 [2021-08-20T17:22:20.643Z]     graphtest_unix.go:71: No driver to put!
17:22:20 [2021-08-20T17:22:20.643Z] 
17:22:20 [2021-08-20T17:22:20.643Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s)
17:22:20 [2021-08-20T17:22:20.643Z]     sysinfo_linux_test.go:88: AppArmor Must be Disabled
17:22:20 [2021-08-20T17:22:20.643Z] 
17:22:20 [2021-08-20T17:22:20.643Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s)
17:22:20 [2021-08-20T17:22:20.643Z]     sysinfo_linux_test.go:108: cgroup namespaces must be disabled
17:22:20 [2021-08-20T17:22:20.643Z] 
17:22:20 [2021-08-20T17:22:20.643Z] 
17:22:20 [2021-08-20T17:22:20.643Z] DONE 2309 tests, 28 skipped in 257.379s
17:22:20 [2021-08-20T17:22:20.643Z] + '[' -n 'github.com/docker/docker/libnetwork
17:22:20 [2021-08-20T17:22:20.643Z] github.com/docker/docker/libnetwork/api
17:22:20 [2021-08-20T17:22:20.643Z] github.com/docker/docker/libnetwork/bitseq
17:22:20 [2021-08-20T17:22:20.643Z] github.com/docker/docker/libnetwork/cluster
17:22:20 [2021-08-20T17:22:20.643Z] github.com/docker/docker/libnetwork/cmd/diagnostic
17:22:20 [2021-08-20T17:22:20.643Z] github.com/docker/docker/libnetwork/cmd/networkdb-test
17:22:20 [2021-08-20T17:22:20.643Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient
17:22:20 [2021-08-20T17:22:20.643Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver
17:22:20 [2021-08-20T17:22:20.643Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient
17:22:20 [2021-08-20T17:22:20.643Z] github.com/docker/docker/libnetwork/cmd/ovrouter
17:22:20 [2021-08-20T17:22:20.643Z] github.com/docker/docker/libnetwork/cmd/readme_test
17:22:20 [2021-08-20T17:22:20.643Z] github.com/docker/docker/libnetwork/config
17:22:20 [2021-08-20T17:22:20.643Z] github.com/docker/docker/libnetwork/datastore
17:22:20 [2021-08-20T17:22:20.643Z] github.com/docker/docker/libnetwork/diagnostic
17:22:20 [2021-08-20T17:22:20.643Z] github.com/docker/docker/libnetwork/discoverapi
17:22:20 [2021-08-20T17:22:20.643Z] github.com/docker/docker/libnetwork/driverapi
17:22:20 [2021-08-20T17:22:20.643Z] github.com/docker/docker/libnetwork/drivers/bridge
17:22:20 [2021-08-20T17:22:20.643Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager
17:22:20 [2021-08-20T17:22:20.643Z] github.com/docker/docker/libnetwork/drivers/host
17:22:20 [2021-08-20T17:22:20.643Z] github.com/docker/docker/libnetwork/drivers/ipvlan
17:22:20 [2021-08-20T17:22:20.643Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager
17:22:20 [2021-08-20T17:22:20.643Z] github.com/docker/docker/libnetwork/drivers/macvlan
17:22:20 [2021-08-20T17:22:20.643Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager
17:22:20 [2021-08-20T17:22:20.643Z] github.com/docker/docker/libnetwork/drivers/null
17:22:20 [2021-08-20T17:22:20.643Z] github.com/docker/docker/libnetwork/drivers/overlay
17:22:20 [2021-08-20T17:22:20.643Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils
17:22:20 [2021-08-20T17:22:20.643Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager
17:22:20 [2021-08-20T17:22:20.643Z] github.com/docker/docker/libnetwork/drivers/remote
17:22:20 [2021-08-20T17:22:20.643Z] github.com/docker/docker/libnetwork/drivers/remote/api
17:22:20 [2021-08-20T17:22:20.643Z] github.com/docker/docker/libnetwork/drivers/windows
17:22:20 [2021-08-20T17:22:20.643Z] github.com/docker/docker/libnetwork/drivers/windows/overlay
17:22:20 [2021-08-20T17:22:20.643Z] github.com/docker/docker/libnetwork/drvregistry
17:22:20 [2021-08-20T17:22:20.643Z] github.com/docker/docker/libnetwork/etchosts
17:22:20 [2021-08-20T17:22:20.643Z] github.com/docker/docker/libnetwork/hostdiscovery
17:22:20 [2021-08-20T17:22:20.643Z] github.com/docker/docker/libnetwork/idm
17:22:20 [2021-08-20T17:22:20.643Z] github.com/docker/docker/libnetwork/internal/caller
17:22:20 [2021-08-20T17:22:20.643Z] github.com/docker/docker/libnetwork/internal/setmatrix
17:22:20 [2021-08-20T17:22:20.643Z] github.com/docker/docker/libnetwork/ipam
17:22:20 [2021-08-20T17:22:20.643Z] github.com/docker/docker/libnetwork/ipamapi
17:22:20 [2021-08-20T17:22:20.643Z] github.com/docker/docker/libnetwork/ipams/builtin
17:22:20 [2021-08-20T17:22:20.643Z] github.com/docker/docker/libnetwork/ipams/null
17:22:20 [2021-08-20T17:22:20.643Z] github.com/docker/docker/libnetwork/ipams/remote
17:22:20 [2021-08-20T17:22:20.643Z] github.com/docker/docker/libnetwork/ipams/remote/api
17:22:20 [2021-08-20T17:22:20.643Z] github.com/docker/docker/libnetwork/ipams/windowsipam
17:22:20 [2021-08-20T17:22:20.643Z] github.com/docker/docker/libnetwork/ipamutils
17:22:20 [2021-08-20T17:22:20.643Z] github.com/docker/docker/libnetwork/iptables
17:22:20 [2021-08-20T17:22:20.643Z] github.com/docker/docker/libnetwork/netlabel
17:22:20 [2021-08-20T17:22:20.643Z] github.com/docker/docker/libnetwork/netutils
17:22:20 [2021-08-20T17:22:20.643Z] github.com/docker/docker/libnetwork/networkdb
17:22:20 [2021-08-20T17:22:20.643Z] github.com/docker/docker/libnetwork/ns
17:22:20 [2021-08-20T17:22:20.643Z] github.com/docker/docker/libnetwork/options
17:22:20 [2021-08-20T17:22:20.643Z] github.com/docker/docker/libnetwork/osl
17:22:20 [2021-08-20T17:22:20.643Z] github.com/docker/docker/libnetwork/osl/kernel
17:22:20 [2021-08-20T17:22:20.643Z] github.com/docker/docker/libnetwork/portallocator
17:22:20 [2021-08-20T17:22:20.643Z] github.com/docker/docker/libnetwork/portmapper
17:22:20 [2021-08-20T17:22:20.643Z] github.com/docker/docker/libnetwork/resolvconf
17:22:20 [2021-08-20T17:22:20.643Z] github.com/docker/docker/libnetwork/testutils
17:22:20 [2021-08-20T17:22:20.643Z] github.com/docker/docker/libnetwork/types' ']'
17:22:20 [2021-08-20T17:22:20.643Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report-libnetwork.json --junitfile=bundles/junit-report-libnetwork.xml -- -tags 'netgo seccomp libdm_no_deferred_remove' -cover -coverprofile=bundles/profile-libnetwork.out -covermode=atomic -p=1 -test.timeout=5m github.com/docker/docker/libnetwork github.com/docker/docker/libnetwork/api github.com/docker/docker/libnetwork/bitseq github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/networkdb-test github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient github.com/docker/docker/libnetwork/cmd/ovrouter github.com/docker/docker/libnetwork/cmd/readme_test github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/hostdiscovery github.com/docker/docker/libnetwork/idm github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/setmatrix github.com/docker/docker/libnetwork/ipam github.com/docker/docker/libnetwork/ipamapi github.com/docker/docker/libnetwork/ipams/builtin github.com/docker/docker/libnetwork/ipams/null github.com/docker/docker/libnetwork/ipams/remote github.com/docker/docker/libnetwork/ipams/remote/api github.com/docker/docker/libnetwork/ipams/windowsipam github.com/docker/docker/libnetwork/ipamutils github.com/docker/docker/libnetwork/iptables github.com/docker/docker/libnetwork/netlabel github.com/docker/docker/libnetwork/netutils github.com/docker/docker/libnetwork/networkdb github.com/docker/docker/libnetwork/ns github.com/docker/docker/libnetwork/options github.com/docker/docker/libnetwork/osl github.com/docker/docker/libnetwork/osl/kernel github.com/docker/docker/libnetwork/portallocator github.com/docker/docker/libnetwork/portmapper github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/libnetwork/testutils github.com/docker/docker/libnetwork/types
17:22:25 [2021-08-20T17:22:25.070Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainersAfterRename
17:22:26 [2021-08-20T17:22:26.290Z] --- PASS: TestDaemonDNSFallback (6.89s)
17:22:26 [2021-08-20T17:22:26.290Z] === RUN   TestInspectNetwork
17:22:26 [2021-08-20T17:22:26.437Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainersOnRename
17:22:28 [2021-08-20T17:22:28.835Z] === RUN   TestInspectNetwork/full_network_id
17:22:28 [2021-08-20T17:22:28.835Z] === RUN   TestInspectNetwork/partial_network_id
17:22:28 [2021-08-20T17:22:28.835Z] === RUN   TestInspectNetwork/network_name
17:22:28 [2021-08-20T17:22:28.835Z] === RUN   TestInspectNetwork/network_name_and_swarm_scope
17:22:28 [2021-08-20T17:22:28.955Z] === RUN   TestDockerSuite/TestLinksPingUnlinkedContainers
17:22:29 [2021-08-20T17:22:29.887Z] === RUN   TestDockerSuite/TestLinksUpdateOnRestart
17:22:33 [2021-08-20T17:22:33.159Z] === RUN   TestDockerSuite/TestLoadNoStdinFail
17:22:33 [2021-08-20T17:22:33.159Z] === RUN   TestDockerSuite/TestLoadZeroSizeLayer
17:22:33 [2021-08-20T17:22:33.415Z] === RUN   TestDockerSuite/TestLoginWithoutTTY
17:22:33 [2021-08-20T17:22:33.415Z] === RUN   TestDockerSuite/TestLogsAPIContainerNotFound
17:22:33 [2021-08-20T17:22:33.415Z] === RUN   TestDockerSuite/TestLogsAPIFollowEmptyOutput
17:22:34 [2021-08-20T17:22:34.117Z] --- PASS: TestInspectNetwork (8.25s)
17:22:34 [2021-08-20T17:22:34.117Z]     --- PASS: TestInspectNetwork/full_network_id (0.00s)
17:22:34 [2021-08-20T17:22:34.117Z]     --- PASS: TestInspectNetwork/partial_network_id (0.00s)
17:22:34 [2021-08-20T17:22:34.117Z]     --- PASS: TestInspectNetwork/network_name (0.00s)
17:22:34 [2021-08-20T17:22:34.117Z]     --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s)
17:22:34 [2021-08-20T17:22:34.117Z] === RUN   TestRunContainerWithBridgeNone
17:22:34 [2021-08-20T17:22:34.348Z] === RUN   TestDockerSuite/TestLogsAPINoStdoutNorStderr
17:22:34 [2021-08-20T17:22:34.928Z] === RUN   TestDockerSuite/TestLogsAPIUntil
17:22:36 [2021-08-20T17:22:36.664Z] --- PASS: TestRunContainerWithBridgeNone (3.13s)
17:22:36 [2021-08-20T17:22:36.664Z] === RUN   TestNetworkInvalidJSON
17:22:36 [2021-08-20T17:22:36.664Z] === RUN   TestNetworkInvalidJSON//networks/create
17:22:36 [2021-08-20T17:22:36.664Z] === PAUSE TestNetworkInvalidJSON//networks/create
17:22:36 [2021-08-20T17:22:36.664Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
17:22:36 [2021-08-20T17:22:36.664Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
17:22:36 [2021-08-20T17:22:36.664Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
17:22:36 [2021-08-20T17:22:36.664Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
17:22:36 [2021-08-20T17:22:36.664Z] === CONT  TestNetworkInvalidJSON//networks/create
17:22:36 [2021-08-20T17:22:36.664Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
17:22:36 [2021-08-20T17:22:36.664Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
17:22:36 [2021-08-20T17:22:36.664Z] --- PASS: TestNetworkInvalidJSON (0.03s)
17:22:36 [2021-08-20T17:22:36.664Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.00s)
17:22:36 [2021-08-20T17:22:36.664Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
17:22:36 [2021-08-20T17:22:36.664Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
17:22:36 [2021-08-20T17:22:36.664Z] === RUN   TestNetworkList
17:22:36 [2021-08-20T17:22:36.664Z] === RUN   TestNetworkList//networks
17:22:36 [2021-08-20T17:22:36.664Z] === PAUSE TestNetworkList//networks
17:22:36 [2021-08-20T17:22:36.664Z] === RUN   TestNetworkList//networks/
17:22:36 [2021-08-20T17:22:36.664Z] === PAUSE TestNetworkList//networks/
17:22:36 [2021-08-20T17:22:36.664Z] === CONT  TestNetworkList//networks
17:22:36 [2021-08-20T17:22:36.664Z] === CONT  TestNetworkList//networks/
17:22:36 [2021-08-20T17:22:36.664Z] --- PASS: TestNetworkList (0.03s)
17:22:36 [2021-08-20T17:22:36.664Z]     --- PASS: TestNetworkList//networks/ (0.00s)
17:22:36 [2021-08-20T17:22:36.664Z]     --- PASS: TestNetworkList//networks (0.00s)
17:22:36 [2021-08-20T17:22:36.664Z] === RUN   TestHostIPv4BridgeLabel
17:22:37 [2021-08-20T17:22:37.238Z] --- PASS: TestHostIPv4BridgeLabel (0.61s)
17:22:37 [2021-08-20T17:22:37.238Z] === RUN   TestDaemonRestartWithLiveRestore
17:22:38 [2021-08-20T17:22:38.181Z] --- PASS: TestDaemonRestartWithLiveRestore (1.06s)
17:22:38 [2021-08-20T17:22:38.181Z] === RUN   TestDaemonDefaultNetworkPools
17:22:39 [2021-08-20T17:22:39.096Z] === RUN   TestDockerSuite/TestLogsAPIUntilDefaultValue
17:22:39 [2021-08-20T17:22:39.125Z] --- PASS: TestDaemonDefaultNetworkPools (0.85s)
17:22:39 [2021-08-20T17:22:39.125Z] === RUN   TestDaemonRestartWithExistingNetwork
17:22:39 [2021-08-20T17:22:39.352Z] === RUN   TestDockerSuite/TestLogsAPIUntilFutureFollow
17:22:40 [2021-08-20T17:22:40.067Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.20s)
17:22:40 [2021-08-20T17:22:40.067Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
17:22:41 [2021-08-20T17:22:41.452Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.38s)
17:22:41 [2021-08-20T17:22:41.452Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
17:22:42 [2021-08-20T17:22:42.393Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.61s)
17:22:42 [2021-08-20T17:22:42.393Z] === RUN   TestServiceWithPredefinedNetwork
17:22:44 [2021-08-20T17:22:44.596Z] === RUN   TestDockerSuite/TestLogsAPIWithStdout
17:22:44 [2021-08-20T17:22:44.596Z] === RUN   TestDockerSuite/TestLogsCLIContainerNotFound
17:22:44 [2021-08-20T17:22:44.596Z] === RUN   TestDockerSuite/TestLogsContainerBiggerThanPage
17:22:44 [2021-08-20T17:22:44.936Z] --- PASS: TestServiceWithPredefinedNetwork (2.85s)
17:22:44 [2021-08-20T17:22:44.936Z] === RUN   TestServiceRemoveKeepsIngressNetwork
17:22:44 [2021-08-20T17:22:44.936Z]     service_test.go:242: FLAKY_TEST
17:22:44 [2021-08-20T17:22:44.936Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
17:22:44 [2021-08-20T17:22:44.936Z] === RUN   TestServiceWithDataPathPortInit
17:22:45 [2021-08-20T17:22:45.966Z] === RUN   TestDockerSuite/TestLogsContainerMuchBiggerThanPage
17:22:46 [2021-08-20T17:22:46.895Z] === RUN   TestDockerSuite/TestLogsContainerSmallerThanPage
17:22:47 [2021-08-20T17:22:47.823Z] === RUN   TestDockerSuite/TestLogsFollowGoroutinesNoOutput
17:22:48 [2021-08-20T17:22:48.750Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst
17:22:49 [2021-08-20T17:22:49.008Z] === RUN   TestDockerSuite/TestLogsFollowGoroutinesWithStdout
17:22:50 [2021-08-20T17:22:50.376Z] === RUN   TestDockerSuite/TestLogsFollowSlowStdoutConsumer
17:22:53 [2021-08-20T17:22:53.644Z] === RUN   TestDockerSuite/TestLogsFollowStopped
17:22:54 [2021-08-20T17:22:54.575Z] === RUN   TestDockerSuite/TestLogsSeparateStderr
17:22:55 [2021-08-20T17:22:55.507Z] === RUN   TestDockerSuite/TestLogsSince
17:23:03 [2021-08-20T17:23:03.042Z] --- PASS: TestServiceWithDataPathPortInit (16.14s)
17:23:03 [2021-08-20T17:23:03.042Z] === RUN   TestServiceWithDefaultAddressPoolInit
17:23:03 [2021-08-20T17:23:03.604Z] === RUN   TestDockerSuite/TestLogsSinceFutureFollow
17:23:04 [2021-08-20T17:23:04.954Z]     service_test.go:434: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:yu3cexb9r4udm731rhl818wlh Created:2021-08-20 17:23:02.621701792 +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[56d2b893a891f539f0f91168e6f5c45a8579066d1a5e19a5190c1c0943791156:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.3bwtcvbmosu74zp58t1y83i4p EndpointID:7637b68d304c5f0e2f088fd88f13849bc708fc6d3c7795f42db733e9bad6d018 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:314be6366992c9ecd10b93bab32a4b3289b6355d43d791b3f9b687b993e2263a 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:ef374f8ad701 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.3bwtcvbmosu74zp58t1y83i4p EndpointID:7637b68d304c5f0e2f088fd88f13849bc708fc6d3c7795f42db733e9bad6d018 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]}
17:23:07 [2021-08-20T17:23:07.314Z] ok  	github.com/docker/docker/libnetwork	37.435s	coverage: 40.7% of statements
17:23:07 [2021-08-20T17:23:07.314Z] ok  	github.com/docker/docker/libnetwork/api	1.317s	coverage: 90.1% of statements
17:23:07 [2021-08-20T17:23:07.314Z] ok  	github.com/docker/docker/libnetwork/bitseq	0.123s	coverage: 84.4% of statements
17:23:07 [2021-08-20T17:23:07.314Z] ?   	github.com/docker/docker/libnetwork/cluster	[no test files]
17:23:07 [2021-08-20T17:23:07.314Z] ?   	github.com/docker/docker/libnetwork/cmd/diagnostic	[no test files]
17:23:07 [2021-08-20T17:23:07.314Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test	[no test files]
17:23:07 [2021-08-20T17:23:07.314Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient	[no test files]
17:23:07 [2021-08-20T17:23:07.314Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver	[no test files]
17:23:07 [2021-08-20T17:23:07.314Z] ?   	github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient	[no test files]
17:23:07 [2021-08-20T17:23:07.314Z] ?   	github.com/docker/docker/libnetwork/cmd/ovrouter	[no test files]
17:23:07 [2021-08-20T17:23:07.314Z] ?   	github.com/docker/docker/libnetwork/cmd/readme_test	[no test files]
17:23:07 [2021-08-20T17:23:07.314Z] ok  	github.com/docker/docker/libnetwork/config	0.042s	coverage: 24.0% of statements
17:23:07 [2021-08-20T17:23:07.572Z] ok  	github.com/docker/docker/libnetwork/datastore	0.003s	coverage: 21.9% of statements
17:23:07 [2021-08-20T17:23:07.572Z] ?   	github.com/docker/docker/libnetwork/diagnostic	[no test files]
17:23:07 [2021-08-20T17:23:07.572Z] ?   	github.com/docker/docker/libnetwork/discoverapi	[no test files]
17:23:07 [2021-08-20T17:23:07.830Z] ok  	github.com/docker/docker/libnetwork/driverapi	0.002s	coverage: 68.9% of statements
17:23:08 [2021-08-20T17:23:08.853Z] === RUN   TestDockerSuite/TestLogsStderrInStdout
17:23:09 [2021-08-20T17:23:09.178Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.08s)
17:23:09 [2021-08-20T17:23:09.178Z] PASS
17:23:09 [2021-08-20T17:23:09.178Z] 
17:23:09 [2021-08-20T17:23:09.178Z] === Skipped
17:23:09 [2021-08-20T17:23:09.178Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s)
17:23:09 [2021-08-20T17:23:09.178Z]     service_test.go:242: FLAKY_TEST
17:23:09 [2021-08-20T17:23:09.178Z] 
17:23:09 [2021-08-20T17:23:09.178Z] 
17:23:09 [2021-08-20T17:23:09.178Z] DONE 26 tests, 1 skipped in 52.011s
17:23:09 [2021-08-20T17:23:09.178Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m 
17:23:09 [2021-08-20T17:23:09.178Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m
17:23:09 [2021-08-20T17:23:09.178Z] ++ set -e
17:23:09 [2021-08-20T17:23:09.178Z] ++ '[' -n 0 ']'
17:23:09 [2021-08-20T17:23:09.178Z] ++ set -x
17:23:09 [2021-08-20T17:23:09.178Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-ipvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.ipvlan -t ./test.main -test.v -test.timeout=120m
17:23:09 [2021-08-20T17:23:09.438Z] INFO: Testing against a local daemon
17:23:09 [2021-08-20T17:23:09.438Z] === RUN   TestDockerNetworkIpvlanPersistance
17:23:09 [2021-08-20T17:23:09.438Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
17:23:09 [2021-08-20T17:23:09.438Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.02s)
17:23:09 [2021-08-20T17:23:09.438Z] === RUN   TestDockerNetworkIpvlan
17:23:09 [2021-08-20T17:23:09.438Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
17:23:09 [2021-08-20T17:23:09.438Z] --- SKIP: TestDockerNetworkIpvlan (0.00s)
17:23:09 [2021-08-20T17:23:09.438Z] PASS
17:23:09 [2021-08-20T17:23:09.438Z] 
17:23:09 [2021-08-20T17:23:09.438Z] === Skipped
17:23:09 [2021-08-20T17:23:09.438Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.02s)
17:23:09 [2021-08-20T17:23:09.438Z]     ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
17:23:09 [2021-08-20T17:23:09.438Z] 
17:23:09 [2021-08-20T17:23:09.438Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s)
17:23:09 [2021-08-20T17:23:09.438Z]     ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan
17:23:09 [2021-08-20T17:23:09.438Z] 
17:23:09 [2021-08-20T17:23:09.438Z] 
17:23:09 [2021-08-20T17:23:09.438Z] DONE 2 tests, 2 skipped in 0.187s
17:23:09 [2021-08-20T17:23:09.438Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m 
17:23:09 [2021-08-20T17:23:09.438Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m
17:23:09 [2021-08-20T17:23:09.438Z] ++ set -e
17:23:09 [2021-08-20T17:23:09.438Z] ++ '[' -n 0 ']'
17:23:09 [2021-08-20T17:23:09.438Z] ++ set -x
17:23:09 [2021-08-20T17:23:09.438Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-network-macvlan-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.network.macvlan -t ./test.main -test.v -test.timeout=120m
17:23:09 [2021-08-20T17:23:09.699Z] INFO: Testing against a local daemon
17:23:09 [2021-08-20T17:23:09.699Z] === RUN   TestDockerNetworkMacvlanPersistance
17:23:09 [2021-08-20T17:23:09.782Z] === RUN   TestDockerSuite/TestLogsTail
17:23:10 [2021-08-20T17:23:10.363Z] ok  	github.com/docker/docker/libnetwork/drivers/bridge	1.470s	coverage: 59.9% of statements
17:23:10 [2021-08-20T17:23:10.622Z] ?   	github.com/docker/docker/libnetwork/drivers/bridge/brmanager	[no test files]
17:23:10 [2021-08-20T17:23:10.881Z] ok  	github.com/docker/docker/libnetwork/drivers/host	0.002s	coverage: 34.8% of statements
17:23:11 [2021-08-20T17:23:11.082Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.43s)
17:23:11 [2021-08-20T17:23:11.082Z] === RUN   TestDockerNetworkMacvlan
17:23:11 [2021-08-20T17:23:11.151Z] === RUN   TestDockerSuite/TestLogsTimestamps
17:23:11 [2021-08-20T17:23:11.464Z] ok  	github.com/docker/docker/libnetwork/drivers/ipvlan	0.135s	coverage: 4.0% of statements
17:23:11 [2021-08-20T17:23:11.464Z] ?   	github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager	[no test files]
17:23:12 [2021-08-20T17:23:12.022Z] === RUN   TestDockerNetworkMacvlan/Subinterface
17:23:12 [2021-08-20T17:23:12.032Z] ok  	github.com/docker/docker/libnetwork/drivers/macvlan	0.017s	coverage: 4.5% of statements
17:23:12 [2021-08-20T17:23:12.032Z] ?   	github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager	[no test files]
17:23:12 [2021-08-20T17:23:12.291Z] ok  	github.com/docker/docker/libnetwork/drivers/null	0.002s	coverage: 34.8% of statements
17:23:12 [2021-08-20T17:23:12.519Z] === RUN   TestDockerSuite/TestLogsWithDetails
17:23:12 [2021-08-20T17:23:12.593Z] === RUN   TestDockerNetworkMacvlan/OverlapParent
17:23:13 [2021-08-20T17:23:13.450Z] === RUN   TestDockerSuite/TestMountIntoProc
17:23:13 [2021-08-20T17:23:13.533Z] === RUN   TestDockerNetworkMacvlan/NilParent
17:23:14 [2021-08-20T17:23:14.013Z] === RUN   TestDockerSuite/TestMountIntoSys
17:23:14 [2021-08-20T17:23:14.943Z] === RUN   TestDockerSuite/TestNetHostname
17:23:16 [2021-08-20T17:23:16.836Z] === RUN   TestDockerNetworkMacvlan/InternalMode
17:23:17 [2021-08-20T17:23:17.463Z] === RUN   TestDockerSuite/TestNetHostnameWithNetHost
17:23:18 [2021-08-20T17:23:18.026Z] === RUN   TestDockerSuite/TestNetworkEvents
17:23:19 [2021-08-20T17:23:19.379Z] === RUN   TestDockerNetworkMacvlan/MultiSubnet
17:23:22 [2021-08-20T17:23:22.195Z] === RUN   TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName
17:23:22 [2021-08-20T17:23:22.261Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay	7.377s	coverage: 7.2% of statements
17:23:22 [2021-08-20T17:23:22.261Z] ?   	github.com/docker/docker/libnetwork/drivers/overlay/overlayutils	[no test files]
17:23:22 [2021-08-20T17:23:22.261Z] ok  	github.com/docker/docker/libnetwork/drivers/overlay/ovmanager	0.003s	coverage: 63.6% of statements
17:23:22 [2021-08-20T17:23:22.261Z] ok  	github.com/docker/docker/libnetwork/drivers/remote	0.009s	coverage: 57.4% of statements
17:23:22 [2021-08-20T17:23:22.261Z] ?   	github.com/docker/docker/libnetwork/drivers/remote/api	[no test files]
17:23:22 [2021-08-20T17:23:22.261Z] ?   	github.com/docker/docker/libnetwork/drivers/windows	[no test files]
17:23:22 [2021-08-20T17:23:22.261Z] ?   	github.com/docker/docker/libnetwork/drivers/windows/overlay	[no test files]
17:23:22 [2021-08-20T17:23:22.519Z] ok  	github.com/docker/docker/libnetwork/drvregistry	0.015s	coverage: 82.4% of statements
17:23:22 [2021-08-20T17:23:22.779Z] ok  	github.com/docker/docker/libnetwork/etchosts	0.016s	coverage: 81.2% of statements
17:23:23 [2021-08-20T17:23:23.037Z] ok  	github.com/docker/docker/libnetwork/hostdiscovery	0.003s	coverage: 48.1% of statements
17:23:23 [2021-08-20T17:23:23.296Z] ok  	github.com/docker/docker/libnetwork/idm	0.002s	coverage: 87.5% of statements
17:23:23 [2021-08-20T17:23:23.296Z] ok  	github.com/docker/docker/libnetwork/internal/caller	0.002s	coverage: 100.0% of statements
17:23:24 [2021-08-20T17:23:24.085Z] === RUN   TestDockerSuite/TestNetworkRmWithActiveContainers
17:23:25 [2021-08-20T17:23:25.958Z] === RUN   TestDockerNetworkMacvlan/Addressing
17:23:27 [2021-08-20T17:23:27.342Z] --- PASS: TestDockerNetworkMacvlan (16.13s)
17:23:27 [2021-08-20T17:23:27.342Z]     --- PASS: TestDockerNetworkMacvlan/Subinterface (0.08s)
17:23:27 [2021-08-20T17:23:27.342Z]     --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.11s)
17:23:27 [2021-08-20T17:23:27.342Z]     --- PASS: TestDockerNetworkMacvlan/NilParent (1.80s)
17:23:27 [2021-08-20T17:23:27.342Z]     --- PASS: TestDockerNetworkMacvlan/InternalMode (1.92s)
17:23:27 [2021-08-20T17:23:27.342Z]     --- PASS: TestDockerNetworkMacvlan/MultiSubnet (4.43s)
17:23:27 [2021-08-20T17:23:27.342Z]     --- PASS: TestDockerNetworkMacvlan/Addressing (1.40s)
17:23:27 [2021-08-20T17:23:27.342Z] PASS
17:23:27 [2021-08-20T17:23:27.342Z] 
17:23:27 [2021-08-20T17:23:27.342Z] DONE 8 tests in 17.697s
17:23:27 [2021-08-20T17:23:27.342Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m 
17:23:27 [2021-08-20T17:23:27.342Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin -t ./test.main -test.v -test.timeout=120m
17:23:27 [2021-08-20T17:23:27.342Z] ++ set -e
17:23:27 [2021-08-20T17:23:27.342Z] ++ '[' -n 0 ']'
17:23:27 [2021-08-20T17:23:27.342Z] ++ set -x
17:23:27 [2021-08-20T17:23:27.342Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin -t ./test.main -test.v -test.timeout=120m
17:23:27 [2021-08-20T17:23:27.342Z] testing: warning: no tests to run
17:23:27 [2021-08-20T17:23:27.342Z] PASS
17:23:27 [2021-08-20T17:23:27.342Z] 
17:23:27 [2021-08-20T17:23:27.342Z] DONE 0 tests in 0.029s
17:23:27 [2021-08-20T17:23:27.342Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m 
17:23:27 [2021-08-20T17:23:27.342Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m
17:23:27 [2021-08-20T17:23:27.342Z] ++ set -e
17:23:27 [2021-08-20T17:23:27.342Z] ++ '[' -n 0 ']'
17:23:27 [2021-08-20T17:23:27.342Z] ++ set -x
17:23:27 [2021-08-20T17:23:27.342Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-authz-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.authz -t ./test.main -test.v -test.timeout=120m
17:23:27 [2021-08-20T17:23:27.342Z] INFO: Testing against a local daemon
17:23:27 [2021-08-20T17:23:27.342Z] === RUN   TestAuthZPluginAllowRequest
17:23:27 [2021-08-20T17:23:27.355Z] === RUN   TestDockerSuite/TestPermissionsPtsReadonlyRootfs
17:23:27 [2021-08-20T17:23:27.355Z] === RUN   TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked
17:23:27 [2021-08-20T17:23:27.916Z] === RUN   TestDockerSuite/TestPluginActive
17:23:29 [2021-08-20T17:23:29.255Z] --- PASS: TestAuthZPluginAllowRequest (1.62s)
17:23:29 [2021-08-20T17:23:29.256Z] === RUN   TestAuthZPluginTLS
17:23:29 [2021-08-20T17:23:29.284Z] === RUN   TestDockerSuite/TestPluginActiveNetwork
17:23:29 [2021-08-20T17:23:29.516Z] --- PASS: TestAuthZPluginTLS (0.59s)
17:23:29 [2021-08-20T17:23:29.516Z] === RUN   TestAuthZPluginDenyRequest
17:23:29 [2021-08-20T17:23:29.540Z] === RUN   TestDockerSwarmSuite/TestDNSConfig
17:23:30 [2021-08-20T17:23:30.088Z] --- PASS: TestAuthZPluginDenyRequest (0.55s)
17:23:30 [2021-08-20T17:23:30.088Z] === RUN   TestAuthZPluginAPIDenyResponse
17:23:30 [2021-08-20T17:23:30.658Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.55s)
17:23:30 [2021-08-20T17:23:30.658Z] === RUN   TestAuthZPluginDenyResponse
17:23:31 [2021-08-20T17:23:31.229Z] --- PASS: TestAuthZPluginDenyResponse (0.56s)
17:23:31 [2021-08-20T17:23:31.229Z] === RUN   TestAuthZPluginAllowEventStream
17:23:33 [2021-08-20T17:23:33.149Z] --- PASS: TestAuthZPluginAllowEventStream (1.65s)
17:23:33 [2021-08-20T17:23:33.149Z] === RUN   TestAuthZPluginErrorResponse
17:23:33 [2021-08-20T17:23:33.411Z] --- PASS: TestAuthZPluginErrorResponse (0.57s)
17:23:33 [2021-08-20T17:23:33.411Z] === RUN   TestAuthZPluginErrorRequest
17:23:33 [2021-08-20T17:23:33.737Z] === RUN   TestDockerSwarmSuite/TestDNSConfigUpdate
17:23:33 [2021-08-20T17:23:33.982Z] --- PASS: TestAuthZPluginErrorRequest (0.56s)
17:23:33 [2021-08-20T17:23:33.982Z] === RUN   TestAuthZPluginEnsureNoDuplicatePluginRegistration
17:23:34 [2021-08-20T17:23:34.554Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.56s)
17:23:34 [2021-08-20T17:23:34.554Z] === RUN   TestAuthZPluginEnsureLoadImportWorking
17:23:35 [2021-08-20T17:23:35.502Z] ok  	github.com/docker/docker/libnetwork/internal/setmatrix	10.007s	coverage: 100.0% of statements
17:23:36 [2021-08-20T17:23:36.253Z] === RUN   TestDockerSuite/TestPluginInspectOnWindows
17:23:36 [2021-08-20T17:23:36.253Z]     docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows
17:23:36 [2021-08-20T17:23:36.253Z] === RUN   TestDockerSuite/TestPluginInstallDisableVolumeLs
17:23:36 [2021-08-20T17:23:36.465Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.95s)
17:23:36 [2021-08-20T17:23:36.465Z] === RUN   TestAuthzPluginEnsureContainerCopyToFrom
17:23:36 [2021-08-20T17:23:36.815Z] === RUN   TestDockerSuite/TestPluginLogDriver
17:23:37 [2021-08-20T17:23:37.071Z] === RUN   TestDockerSwarmSuite/TestExtraHosts
17:23:38 [2021-08-20T17:23:38.379Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.92s)
17:23:38 [2021-08-20T17:23:38.379Z] === RUN   TestAuthZPluginHeader
17:23:39 [2021-08-20T17:23:39.321Z] --- PASS: TestAuthZPluginHeader (0.82s)
17:23:39 [2021-08-20T17:23:39.321Z] === RUN   TestAuthZPluginV2AllowNonVolumeRequest
17:23:39 [2021-08-20T17:23:39.321Z]     authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
17:23:39 [2021-08-20T17:23:39.321Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
17:23:39 [2021-08-20T17:23:39.321Z] === RUN   TestAuthZPluginV2Disable
17:23:39 [2021-08-20T17:23:39.321Z]     authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
17:23:39 [2021-08-20T17:23:39.321Z] --- SKIP: TestAuthZPluginV2Disable (0.00s)
17:23:39 [2021-08-20T17:23:39.321Z] === RUN   TestAuthZPluginV2RejectVolumeRequests
17:23:39 [2021-08-20T17:23:39.321Z]     authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
17:23:39 [2021-08-20T17:23:39.321Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s)
17:23:39 [2021-08-20T17:23:39.321Z] === RUN   TestAuthZPluginV2BadManifestFailsDaemonStart
17:23:39 [2021-08-20T17:23:39.321Z]     authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
17:23:39 [2021-08-20T17:23:39.321Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
17:23:39 [2021-08-20T17:23:39.321Z] === RUN   TestAuthZPluginV2NonexistentFailsDaemonStart
17:23:40 [2021-08-20T17:23:40.341Z] === RUN   TestDockerSuite/TestPluginLogDriverInfoList
17:23:40 [2021-08-20T17:23:40.903Z] === RUN   TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames
17:23:41 [2021-08-20T17:23:41.468Z] === RUN   TestDockerSuite/TestPluginMetricsCollector
17:23:43 [2021-08-20T17:23:43.360Z] === RUN   TestDockerSwarmSuite/TestOverlayAttachable
17:23:43 [2021-08-20T17:23:43.617Z] === RUN   TestDockerSuite/TestPluginUpgrade
17:23:47 [2021-08-20T17:23:47.785Z] === RUN   TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave
17:23:48 [2021-08-20T17:23:48.717Z] === RUN   TestDockerSuite/TestPortBindingOnSandbox
17:23:50 [2021-08-20T17:23:50.380Z] ok  	github.com/docker/docker/libnetwork/ipam	14.966s	coverage: 85.3% of statements
17:23:50 [2021-08-20T17:23:50.380Z] ?   	github.com/docker/docker/libnetwork/ipamapi	[no test files]
17:23:50 [2021-08-20T17:23:50.380Z] ?   	github.com/docker/docker/libnetwork/ipams/builtin	[no test files]
17:23:50 [2021-08-20T17:23:50.380Z] ok  	github.com/docker/docker/libnetwork/ipams/null	0.002s	coverage: 57.1% of statements
17:23:50 [2021-08-20T17:23:50.380Z] ok  	github.com/docker/docker/libnetwork/ipams/remote	0.006s	coverage: 47.4% of statements
17:23:50 [2021-08-20T17:23:50.380Z] ?   	github.com/docker/docker/libnetwork/ipams/remote/api	[no test files]
17:23:50 [2021-08-20T17:23:50.380Z] ok  	github.com/docker/docker/libnetwork/ipams/windowsipam	0.002s	coverage: 71.4% of statements
17:23:50 [2021-08-20T17:23:50.639Z] ok  	github.com/docker/docker/libnetwork/ipamutils	0.269s	coverage: 74.0% of statements
17:23:51 [2021-08-20T17:23:51.207Z] ok  	github.com/docker/docker/libnetwork/iptables	0.171s	coverage: 45.1% of statements
17:23:51 [2021-08-20T17:23:51.466Z] ok  	github.com/docker/docker/libnetwork/netlabel	0.002s	coverage: 60.0% of statements
17:23:51 [2021-08-20T17:23:51.725Z] ok  	github.com/docker/docker/libnetwork/netutils	0.020s	coverage: 44.1% of statements
17:23:51 [2021-08-20T17:23:51.988Z] === RUN   TestDockerSuite/TestPortExposeHostBinding
17:23:51 [2021-08-20T17:23:51.988Z] === RUN   TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure
17:23:53 [2021-08-20T17:23:53.881Z] === RUN   TestDockerSuite/TestPortHostBinding
17:23:55 [2021-08-20T17:23:55.772Z] === RUN   TestDockerSuite/TestPortList
17:23:57 [2021-08-20T17:23:57.423Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.80s)
17:23:57 [2021-08-20T17:23:57.423Z] PASS
17:23:57 [2021-08-20T17:23:57.423Z] 
17:23:57 [2021-08-20T17:23:57.423Z] === Skipped
17:23:57 [2021-08-20T17:23:57.423Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s)
17:23:57 [2021-08-20T17:23:57.423Z]     authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
17:23:57 [2021-08-20T17:23:57.423Z] 
17:23:57 [2021-08-20T17:23:57.423Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s)
17:23:57 [2021-08-20T17:23:57.423Z]     authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
17:23:57 [2021-08-20T17:23:57.423Z] 
17:23:57 [2021-08-20T17:23:57.423Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s)
17:23:57 [2021-08-20T17:23:57.423Z]     authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
17:23:57 [2021-08-20T17:23:57.423Z] 
17:23:57 [2021-08-20T17:23:57.423Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s)
17:23:57 [2021-08-20T17:23:57.423Z]     authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
17:23:57 [2021-08-20T17:23:57.423Z] 
17:23:57 [2021-08-20T17:23:57.423Z] 
17:23:57 [2021-08-20T17:23:57.423Z] DONE 17 tests, 4 skipped in 28.866s
17:23:57 [2021-08-20T17:23:57.423Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m 
17:23:57 [2021-08-20T17:23:57.423Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m
17:23:57 [2021-08-20T17:23:57.423Z] ++ set -e
17:23:57 [2021-08-20T17:23:57.423Z] ++ '[' -n 0 ']'
17:23:57 [2021-08-20T17:23:57.423Z] ++ set -x
17:23:57 [2021-08-20T17:23:57.423Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-common-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.common -t ./test.main -test.v -test.timeout=120m
17:23:57 [2021-08-20T17:23:57.423Z] INFO: Testing against a local daemon
17:23:57 [2021-08-20T17:23:57.423Z] === RUN   TestPluginInvalidJSON
17:23:57 [2021-08-20T17:23:57.423Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
17:23:57 [2021-08-20T17:23:57.423Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
17:23:57 [2021-08-20T17:23:57.423Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
17:23:57 [2021-08-20T17:23:57.423Z] --- PASS: TestPluginInvalidJSON (0.03s)
17:23:57 [2021-08-20T17:23:57.423Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
17:23:57 [2021-08-20T17:23:57.423Z] === RUN   TestPluginInstall
17:23:57 [2021-08-20T17:23:57.423Z] === RUN   TestPluginInstall/no_auth
17:23:59 [2021-08-20T17:23:59.964Z] time="2021-08-20T17:23:59Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
17:23:59 [2021-08-20T17:23:59.964Z] time="2021-08-20T17:23:59Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:be97835cd982783817b4df44d60dfb4e89bbced04e792853910512d0ad54638e" mediatype=application/vnd.docker.plugin.v1+json size=522
17:23:59 [2021-08-20T17:23:59.964Z] time="2021-08-20T17:23:59Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
17:23:59 [2021-08-20T17:23:59.964Z] time="2021-08-20T17:23:59Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:be97835cd982783817b4df44d60dfb4e89bbced04e792853910512d0ad54638e" mediatype=application/vnd.docker.plugin.v1+json size=522
17:23:59 [2021-08-20T17:23:59.964Z] === RUN   TestPluginInstall/with_htpasswd
17:24:00 [2021-08-20T17:24:00.534Z] time="2021-08-20T17:24:00Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
17:24:00 [2021-08-20T17:24:00.534Z] time="2021-08-20T17:24:00Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:5e703440846cb2226daaf5bcf5acc3c6b0f45cdb6a184a9b420c5d9ba12aa22e" mediatype=application/vnd.docker.plugin.v1+json size=522
17:24:00 [2021-08-20T17:24:00.534Z] time="2021-08-20T17:24:00Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
17:24:00 [2021-08-20T17:24:00.534Z] time="2021-08-20T17:24:00Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:5e703440846cb2226daaf5bcf5acc3c6b0f45cdb6a184a9b420c5d9ba12aa22e" mediatype=application/vnd.docker.plugin.v1+json size=522
17:24:00 [2021-08-20T17:24:00.795Z] === RUN   TestPluginInstall/with_insecure
17:24:02 [2021-08-20T17:24:02.178Z] time="2021-08-20T17:24:01Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
17:24:02 [2021-08-20T17:24:02.178Z] time="2021-08-20T17:24:01Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:d458df6c67a11a14d2b6179098197376b05572785d8fd213c8a3bd3e78e277d2" mediatype=application/vnd.docker.plugin.v1+json size=522
17:24:02 [2021-08-20T17:24:02.178Z] time="2021-08-20T17:24:01Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json"
17:24:02 [2021-08-20T17:24:02.178Z] time="2021-08-20T17:24:01Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:d458df6c67a11a14d2b6179098197376b05572785d8fd213c8a3bd3e78e277d2" mediatype=application/vnd.docker.plugin.v1+json size=522
17:24:02 [2021-08-20T17:24:02.178Z]     plugin_test.go:166: [de3a1220a7a71] daemon is not started
17:24:02 [2021-08-20T17:24:02.178Z] --- PASS: TestPluginInstall (5.90s)
17:24:02 [2021-08-20T17:24:02.178Z]     --- PASS: TestPluginInstall/no_auth (3.60s)
17:24:02 [2021-08-20T17:24:02.178Z]     --- PASS: TestPluginInstall/with_htpasswd (0.93s)
17:24:02 [2021-08-20T17:24:02.178Z]     --- PASS: TestPluginInstall/with_insecure (1.37s)
17:24:02 [2021-08-20T17:24:02.178Z] === RUN   TestPluginsWithRuntimes
17:24:04 [2021-08-20T17:24:04.089Z] === RUN   TestPluginsWithRuntimes/No_Args
17:24:05 [2021-08-20T17:24:05.471Z] === RUN   TestPluginsWithRuntimes/With_Args
17:24:05 [2021-08-20T17:24:05.733Z] === RUN   TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint
17:24:05 [2021-08-20T17:24:05.733Z] === RUN   TestDockerSuite/TestPostContainersAttach
17:24:06 [2021-08-20T17:24:06.410Z] --- PASS: TestPluginsWithRuntimes (4.22s)
17:24:06 [2021-08-20T17:24:06.410Z]     --- PASS: TestPluginsWithRuntimes/No_Args (1.14s)
17:24:06 [2021-08-20T17:24:06.410Z]     --- PASS: TestPluginsWithRuntimes/With_Args (1.15s)
17:24:06 [2021-08-20T17:24:06.410Z] === RUN   TestPluginBackCompatMediaTypes
17:24:07 [2021-08-20T17:24:07.351Z] --- PASS: TestPluginBackCompatMediaTypes (0.90s)
17:24:07 [2021-08-20T17:24:07.351Z] PASS
17:24:07 [2021-08-20T17:24:07.351Z] 
17:24:07 [2021-08-20T17:24:07.351Z] DONE 10 tests in 11.208s
17:24:07 [2021-08-20T17:24:07.351Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m 
17:24:07 [2021-08-20T17:24:07.351Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m
17:24:07 [2021-08-20T17:24:07.351Z] ++ set -e
17:24:07 [2021-08-20T17:24:07.351Z] ++ '[' -n 0 ']'
17:24:07 [2021-08-20T17:24:07.351Z] ++ set -x
17:24:07 [2021-08-20T17:24:07.351Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-graphdriver-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.graphdriver -t ./test.main -test.v -test.timeout=120m
17:24:07 [2021-08-20T17:24:07.612Z] INFO: Testing against a local daemon
17:24:07 [2021-08-20T17:24:07.612Z] === RUN   TestExternalGraphDriver
17:24:07 [2021-08-20T17:24:07.612Z] === RUN   TestExternalGraphDriver/json
17:24:09 [2021-08-20T17:24:09.530Z] --- PASS: TestBuildWithHugeFile (144.57s)
17:24:09 [2021-08-20T17:24:09.530Z] === RUN   TestBuildWCOWSandboxSize
17:24:10 [2021-08-20T17:24:10.161Z] === RUN   TestExternalGraphDriver/spec
17:24:12 [2021-08-20T17:24:12.076Z] === RUN   TestExternalGraphDriver/pull
17:24:13 [2021-08-20T17:24:13.818Z] === RUN   TestDockerSuite/TestPostContainersAttachContainerNotFound
17:24:13 [2021-08-20T17:24:13.818Z] === RUN   TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted
17:24:13 [2021-08-20T17:24:13.818Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted
17:24:13 [2021-08-20T17:24:13.818Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeNegative
17:24:13 [2021-08-20T17:24:13.818Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeOmitted
17:24:13 [2021-08-20T17:24:13.818Z] === RUN   TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange
17:24:13 [2021-08-20T17:24:13.818Z] === RUN   TestDockerSuite/TestPostContainersCreateWithShmSize
17:24:13 [2021-08-20T17:24:13.988Z] --- PASS: TestExternalGraphDriver (6.13s)
17:24:13 [2021-08-20T17:24:13.988Z]     --- PASS: TestExternalGraphDriver/json (2.09s)
17:24:13 [2021-08-20T17:24:13.988Z]     --- PASS: TestExternalGraphDriver/spec (2.08s)
17:24:13 [2021-08-20T17:24:13.988Z]     --- PASS: TestExternalGraphDriver/pull (1.87s)
17:24:13 [2021-08-20T17:24:13.988Z] === RUN   TestGraphdriverPluginV2
17:24:13 [2021-08-20T17:24:13.988Z]     external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
17:24:13 [2021-08-20T17:24:13.988Z] --- SKIP: TestGraphdriverPluginV2 (0.03s)
17:24:13 [2021-08-20T17:24:13.988Z] PASS
17:24:13 [2021-08-20T17:24:13.988Z] 
17:24:13 [2021-08-20T17:24:13.988Z] === Skipped
17:24:13 [2021-08-20T17:24:13.988Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.03s)
17:24:13 [2021-08-20T17:24:13.988Z]     external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
17:24:13 [2021-08-20T17:24:13.988Z] 
17:24:13 [2021-08-20T17:24:13.988Z] 
17:24:13 [2021-08-20T17:24:13.988Z] DONE 5 tests, 1 skipped in 6.280s
17:24:13 [2021-08-20T17:24:13.988Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m 
17:24:13 [2021-08-20T17:24:13.988Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m
17:24:13 [2021-08-20T17:24:13.988Z] ++ set -e
17:24:13 [2021-08-20T17:24:13.988Z] ++ '[' -n 0 ']'
17:24:13 [2021-08-20T17:24:13.988Z] ++ set -x
17:24:13 [2021-08-20T17:24:13.988Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging -t ./test.main -test.v -test.timeout=120m
17:24:13 [2021-08-20T17:24:13.988Z] INFO: Testing against a local daemon
17:24:13 [2021-08-20T17:24:13.988Z] === RUN   TestContinueAfterPluginCrash
17:24:13 [2021-08-20T17:24:13.988Z] === PAUSE TestContinueAfterPluginCrash
17:24:13 [2021-08-20T17:24:13.988Z] === RUN   TestReadPluginNoRead
17:24:13 [2021-08-20T17:24:13.988Z] === PAUSE TestReadPluginNoRead
17:24:13 [2021-08-20T17:24:13.988Z] === RUN   TestDaemonStartWithLogOpt
17:24:13 [2021-08-20T17:24:13.988Z] === PAUSE TestDaemonStartWithLogOpt
17:24:13 [2021-08-20T17:24:13.988Z] === CONT  TestContinueAfterPluginCrash
17:24:13 [2021-08-20T17:24:13.988Z] === CONT  TestDaemonStartWithLogOpt
17:24:13 [2021-08-20T17:24:13.988Z] === CONT  TestReadPluginNoRead
17:24:14 [2021-08-20T17:24:14.746Z] === RUN   TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop
17:24:14 [2021-08-20T17:24:14.746Z] === RUN   TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd
17:24:16 [2021-08-20T17:24:16.111Z] === RUN   TestDockerSwarmSuite/TestPruneNetwork
17:24:16 [2021-08-20T17:24:16.368Z] === RUN   TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues
17:24:16 [2021-08-20T17:24:16.368Z] === RUN   TestDockerSuite/TestPruneContainerLabel
17:24:18 [2021-08-20T17:24:18.198Z] === RUN   TestReadPluginNoRead/default
17:24:18 [2021-08-20T17:24:18.198Z] --- PASS: TestDaemonStartWithLogOpt (4.11s)
17:24:19 [2021-08-20T17:24:19.143Z] === RUN   TestReadPluginNoRead/disabled_caching
17:24:20 [2021-08-20T17:24:20.538Z] === RUN   TestDockerSuite/TestPruneContainerUntil
17:24:21 [2021-08-20T17:24:21.058Z] === RUN   TestReadPluginNoRead/explicitly_enabled_caching
17:24:21 [2021-08-20T17:24:21.904Z] === RUN   TestDockerSuite/TestPruneNetworkLabel
17:24:22 [2021-08-20T17:24:22.161Z] === RUN   TestDockerSuite/TestPruneVolumeLabel
17:24:22 [2021-08-20T17:24:22.161Z] === RUN   TestDockerSuite/TestPsByOrder
17:24:22 [2021-08-20T17:24:22.968Z] === CONT  TestReadPluginNoRead
17:24:22 [2021-08-20T17:24:22.968Z]     read_test.go:92: [dd7dd6fad851a] daemon is not started
17:24:22 [2021-08-20T17:24:22.968Z] --- PASS: TestReadPluginNoRead (8.84s)
17:24:22 [2021-08-20T17:24:22.968Z]     --- PASS: TestReadPluginNoRead/default (1.69s)
17:24:22 [2021-08-20T17:24:22.968Z]     --- PASS: TestReadPluginNoRead/disabled_caching (1.77s)
17:24:22 [2021-08-20T17:24:22.968Z]     --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.69s)
17:24:23 [2021-08-20T17:24:23.538Z] --- PASS: TestContinueAfterPluginCrash (9.65s)
17:24:23 [2021-08-20T17:24:23.538Z] PASS
17:24:23 [2021-08-20T17:24:23.538Z] 
17:24:23 [2021-08-20T17:24:23.538Z] DONE 6 tests in 9.791s
17:24:23 [2021-08-20T17:24:23.538Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (arm64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m 
17:24:23 [2021-08-20T17:24:23.538Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m
17:24:23 [2021-08-20T17:24:23.538Z] ++ set -e
17:24:23 [2021-08-20T17:24:23.538Z] ++ '[' -n 0 ']'
17:24:23 [2021-08-20T17:24:23.538Z] ++ set -x
17:24:23 [2021-08-20T17:24:23.538Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-logging-cmd-discard-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.logging.cmd.discard -t ./test.main -test.v -test.timeout=120m
17:24:23 [2021-08-20T17:24:23.538Z] testing: warning: no tests to run
17:24:23 [2021-08-20T17:24:23.538Z] PASS
17:24:23 [2021-08-20T17:24:23.538Z] 
17:24:23 [2021-08-20T17:24:23.538Z] DONE 0 tests in 0.049s
17:24:23 [2021-08-20T17:24:23.538Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m 
17:24:23 [2021-08-20T17:24:23.538Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m
17:24:23 [2021-08-20T17:24:23.539Z] ++ set -e
17:24:23 [2021-08-20T17:24:23.539Z] ++ '[' -n 0 ']'
17:24:23 [2021-08-20T17:24:23.539Z] ++ set -x
17:24:23 [2021-08-20T17:24: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=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-plugin-volumes-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.plugin.volumes -t ./test.main -test.v -test.timeout=120m
17:24:23 [2021-08-20T17:24:23.799Z] INFO: Testing against a local daemon
17:24:23 [2021-08-20T17:24:23.799Z] === RUN   TestPluginWithDevMounts
17:24:23 [2021-08-20T17:24:23.799Z] === PAUSE TestPluginWithDevMounts
17:24:23 [2021-08-20T17:24:23.799Z] === CONT  TestPluginWithDevMounts
17:24:25 [2021-08-20T17:24:25.431Z] === RUN   TestDockerSwarmSuite/TestPsListContainersFilterIsTask
17:24:25 [2021-08-20T17:24:25.431Z] === RUN   TestDockerSuite/TestPsImageIDAfterUpdate
17:24:25 [2021-08-20T17:24:25.709Z] --- PASS: TestPluginWithDevMounts (1.89s)
17:24:25 [2021-08-20T17:24:25.709Z] PASS
17:24:25 [2021-08-20T17:24:25.709Z] 
17:24:25 [2021-08-20T17:24:25.709Z] DONE 1 tests in 2.010s
17:24:25 [2021-08-20T17:24:25.709Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m 
17:24:25 [2021-08-20T17:24:25.709Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.secret -t ./test.main -test.v -test.timeout=120m
17:24:25 [2021-08-20T17:24:25.709Z] ++ set -e
17:24:25 [2021-08-20T17:24:25.709Z] ++ '[' -n 0 ']'
17:24:25 [2021-08-20T17:24:25.709Z] ++ set -x
17:24:25 [2021-08-20T17:24:25.709Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-secret-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.secret -t ./test.main -test.v -test.timeout=120m
17:24:25 [2021-08-20T17:24:25.709Z] INFO: Testing against a local daemon
17:24:25 [2021-08-20T17:24:25.709Z] === RUN   TestSecretInspect
17:24:26 [2021-08-20T17:24:26.359Z] === RUN   TestDockerSuite/TestPsListContainersBase
17:24:29 [2021-08-20T17:24:29.008Z] --- PASS: TestSecretInspect (2.64s)
17:24:29 [2021-08-20T17:24:29.008Z] === RUN   TestSecretList
17:24:29 [2021-08-20T17:24:29.630Z] === RUN   TestDockerSwarmSuite/TestServiceCreateMountTmpfs
17:24:30 [2021-08-20T17:24:30.559Z] === RUN   TestDockerSuite/TestPsListContainersFilterAncestorImage
17:24:30 [2021-08-20T17:24:30.919Z] --- PASS: TestSecretList (2.22s)
17:24:30 [2021-08-20T17:24:30.919Z] === RUN   TestSecretsCreateAndDelete
17:24:33 [2021-08-20T17:24:33.461Z] --- PASS: TestSecretsCreateAndDelete (2.67s)
17:24:33 [2021-08-20T17:24:33.461Z] === RUN   TestSecretsUpdate
17:24:35 [2021-08-20T17:24:35.811Z] === RUN   TestDockerSuite/TestPsListContainersFilterCreated
17:24:35 [2021-08-20T17:24:35.811Z] === RUN   TestDockerSuite/TestPsListContainersFilterExited
17:24:36 [2021-08-20T17:24:36.011Z] --- PASS: TestSecretsUpdate (2.66s)
17:24:36 [2021-08-20T17:24:36.011Z] === RUN   TestTemplatedSecret
17:24:39 [2021-08-20T17:24:39.108Z] === RUN   TestDockerSuite/TestPsListContainersFilterHealth
17:24:40 [2021-08-20T17:24:40.212Z] --- PASS: TestTemplatedSecret (3.57s)
17:24:40 [2021-08-20T17:24:40.212Z] === RUN   TestSecretCreateResolve
17:24:42 [2021-08-20T17:24:42.754Z] --- PASS: TestSecretCreateResolve (2.78s)
17:24:42 [2021-08-20T17:24:42.754Z] PASS
17:24:42 [2021-08-20T17:24:42.754Z] 
17:24:42 [2021-08-20T17:24:42.754Z] DONE 6 tests in 16.680s
17:24:42 [2021-08-20T17:24:42.754Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m 
17:24:42 [2021-08-20T17:24:42.754Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.service -t ./test.main -test.v -test.timeout=120m
17:24:42 [2021-08-20T17:24:42.754Z] ++ set -e
17:24:42 [2021-08-20T17:24:42.754Z] ++ '[' -n 0 ']'
17:24:42 [2021-08-20T17:24:42.754Z] ++ set -x
17:24:42 [2021-08-20T17:24:42.754Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-service-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.service -t ./test.main -test.v -test.timeout=120m
17:24:42 [2021-08-20T17:24:42.754Z] INFO: Testing against a local daemon
17:24:42 [2021-08-20T17:24:42.754Z] === RUN   TestServiceCreateInit
17:24:42 [2021-08-20T17:24:42.754Z] === RUN   TestServiceCreateInit/daemonInitDisabled
17:24:43 [2021-08-20T17:24:43.274Z] === RUN   TestDockerSwarmSuite/TestServiceCreateMountVolume
17:24:45 [2021-08-20T17:24:45.792Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice
17:24:47 [2021-08-20T17:24:47.684Z] === RUN   TestDockerSuite/TestPsListContainersFilterID
17:24:48 [2021-08-20T17:24:48.042Z] === RUN   TestServiceCreateInit/daemonInitEnabled
17:24:49 [2021-08-20T17:24:49.576Z] === RUN   TestDockerSuite/TestPsListContainersFilterLabel
17:24:49 [2021-08-20T17:24:49.576Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithConfigSimple
17:24:52 [2021-08-20T17:24:52.094Z] === RUN   TestDockerSuite/TestPsListContainersFilterName
17:24:52 [2021-08-20T17:24:52.094Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths
17:24:53 [2021-08-20T17:24:53.326Z] --- PASS: TestServiceCreateInit (10.17s)
17:24:53 [2021-08-20T17:24:53.326Z]     --- PASS: TestServiceCreateInit/daemonInitDisabled (5.10s)
17:24:53 [2021-08-20T17:24:53.326Z]     --- PASS: TestServiceCreateInit/daemonInitEnabled (5.05s)
17:24:53 [2021-08-20T17:24:53.326Z] === RUN   TestCreateServiceMultipleTimes
17:24:53 [2021-08-20T17:24:53.461Z] === RUN   TestDockerSuite/TestPsListContainersFilterNetwork
17:24:55 [2021-08-20T17:24:55.351Z] === RUN   TestDockerSuite/TestPsListContainersFilterPorts
17:24:56 [2021-08-20T17:24:56.722Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias
17:24:58 [2021-08-20T17:24:58.090Z] === RUN   TestDockerSuite/TestPsListContainersFilterStatus
17:24:59 [2021-08-20T17:24:59.981Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice
17:25:00 [2021-08-20T17:25:00.910Z] === RUN   TestDockerSuite/TestPsListContainersSize
17:25:02 [2021-08-20T17:25:02.805Z] === RUN   TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer
17:25:03 [2021-08-20T17:25:03.062Z] === RUN   TestDockerSuite/TestPsNotShowPortsOfStoppedContainer
17:25:03 [2021-08-20T17:25:03.993Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithSecretSimple
17:25:03 [2021-08-20T17:25:03.993Z] === RUN   TestDockerSuite/TestPsRightTagName
17:25:06 [2021-08-20T17:25:06.521Z] === RUN   TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths
17:25:06 [2021-08-20T17:25:06.777Z] === RUN   TestDockerSuite/TestPsShowMounts
17:25:10 [2021-08-20T17:25:10.053Z] === RUN   TestDockerSuite/TestPtraceContainerProcsFromHost
17:25:10 [2021-08-20T17:25:10.616Z] === RUN   TestDockerSuite/TestPullLinuxImageFailsOnWindows
17:25:10 [2021-08-20T17:25:10.616Z]     docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows
17:25:10 [2021-08-20T17:25:10.616Z] === RUN   TestDockerSuite/TestPullWindowsImageFailsOnLinux
17:25:10 [2021-08-20T17:25:10.616Z] === RUN   TestDockerSuite/TestPushToCentralRegistryUnauthorized
17:25:10 [2021-08-20T17:25:10.872Z] === RUN   TestDockerSuite/TestPushUnprefixedRepo
17:25:10 [2021-08-20T17:25:10.872Z] === RUN   TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs
17:25:11 [2021-08-20T17:25:11.435Z] === RUN   TestDockerSwarmSuite/TestServiceHealthRun
17:25:11 [2021-08-20T17:25:11.445Z] --- PASS: TestCreateServiceMultipleTimes (16.92s)
17:25:11 [2021-08-20T17:25:11.445Z] === RUN   TestCreateServiceConflict
17:25:12 [2021-08-20T17:25:12.000Z] === RUN   TestDockerSuite/TestRestartAutoRemoveContainer
17:25:12 [2021-08-20T17:25:12.386Z] --- PASS: TestCreateServiceConflict (2.60s)
17:25:12 [2021-08-20T17:25:12.386Z] === RUN   TestCreateServiceMaxReplicas
17:25:13 [2021-08-20T17:25:13.893Z] === RUN   TestDockerSuite/TestRestartContainerSuccess
17:25:15 [2021-08-20T17:25:15.683Z] --- PASS: TestCreateServiceMaxReplicas (3.33s)
17:25:15 [2021-08-20T17:25:15.683Z] === RUN   TestCreateWithDuplicateNetworkNames
17:25:15 [2021-08-20T17:25:15.784Z] === RUN   TestDockerSuite/TestRestartContainerwithGoodContainer
17:25:16 [2021-08-20T17:25:16.040Z] === RUN   TestDockerSuite/TestRestartContainerwithRestartPolicy
17:25:19 [2021-08-20T17:25:19.311Z] === RUN   TestDockerSwarmSuite/TestServiceHealthStart
17:25:25 [2021-08-20T17:25:25.859Z] === RUN   TestDockerSwarmSuite/TestServiceLogs
17:25:26 [2021-08-20T17:25:26.789Z] === RUN   TestDockerSuite/TestRestartDisconnectedContainer
17:25:28 [2021-08-20T17:25:28.686Z] === RUN   TestDockerSuite/TestRestartPolicyAfterRestart
17:25:30 [2021-08-20T17:25:30.576Z] === RUN   TestDockerSuite/TestRestartPolicyAlways
17:25:30 [2021-08-20T17:25:30.586Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.97s)
17:25:30 [2021-08-20T17:25:30.586Z] === RUN   TestCreateServiceSecretFileMode
17:25:30 [2021-08-20T17:25:30.832Z] === RUN   TestDockerSuite/TestRestartPolicyNO
17:25:30 [2021-08-20T17:25:30.832Z] === RUN   TestDockerSuite/TestRestartPolicyOnFailure
17:25:31 [2021-08-20T17:25:31.089Z] === RUN   TestDockerSuite/TestRestartRunningContainer
17:25:32 [2021-08-20T17:25:32.499Z] --- PASS: TestCreateServiceSecretFileMode (2.93s)
17:25:32 [2021-08-20T17:25:32.499Z] === RUN   TestCreateServiceConfigFileMode
17:25:33 [2021-08-20T17:25:33.679Z] === RUN   TestDockerSuite/TestRestartStoppedContainer
17:25:35 [2021-08-20T17:25:35.042Z] --- PASS: TestCreateServiceConfigFileMode (2.50s)
17:25:35 [2021-08-20T17:25:35.042Z] === RUN   TestCreateServiceSysctls
17:25:35 [2021-08-20T17:25:35.045Z] === RUN   TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork
17:25:38 [2021-08-20T17:25:38.316Z] === RUN   TestDockerSuite/TestRestartWithVolumes
17:25:38 [2021-08-20T17:25:38.342Z] --- PASS: TestCreateServiceSysctls (3.50s)
17:25:38 [2021-08-20T17:25:38.343Z] === RUN   TestCreateServiceCapabilities
17:25:40 [2021-08-20T17:25:40.207Z] === RUN   TestDockerSuite/TestRmiBlank
17:25:40 [2021-08-20T17:25:40.207Z] === RUN   TestDockerSuite/TestRmiByIDHardConflict
17:25:40 [2021-08-20T17:25:40.207Z] === RUN   TestDockerSuite/TestRmiContainerImageNotFound
17:25:40 [2021-08-20T17:25:40.207Z] === RUN   TestDockerSwarmSuite/TestServiceLogsCompleteness
17:25:41 [2021-08-20T17:25:41.639Z] --- PASS: TestCreateServiceCapabilities (2.98s)
17:25:41 [2021-08-20T17:25:41.639Z] === RUN   TestInspect
17:25:43 [2021-08-20T17:25:43.184Z] ok  	github.com/docker/docker/libnetwork/networkdb	104.099s	coverage: 60.0% of statements
17:25:43 [2021-08-20T17:25:43.184Z] ?   	github.com/docker/docker/libnetwork/ns	[no test files]
17:25:43 [2021-08-20T17:25:43.184Z] ok  	github.com/docker/docker/libnetwork/options	0.002s	coverage: 100.0% of statements
17:25:43 [2021-08-20T17:25:43.184Z] ok  	github.com/docker/docker/libnetwork/osl	4.312s	coverage: 39.7% of statements
17:25:43 [2021-08-20T17:25:43.184Z] ok  	github.com/docker/docker/libnetwork/osl/kernel	0.002s	coverage: 20.0% of statements
17:25:43 [2021-08-20T17:25:43.184Z] ok  	github.com/docker/docker/libnetwork/portallocator	0.008s	coverage: 86.1% of statements
17:25:43 [2021-08-20T17:25:43.442Z] ok  	github.com/docker/docker/libnetwork/portmapper	0.226s	coverage: 48.6% of statements
17:25:43 [2021-08-20T17:25:43.442Z] ok  	github.com/docker/docker/libnetwork/resolvconf	0.003s	coverage: 70.6% of statements
17:25:43 [2021-08-20T17:25:43.442Z] ?   	github.com/docker/docker/libnetwork/testutils	[no test files]
17:25:43 [2021-08-20T17:25:43.478Z] === RUN   TestDockerSwarmSuite/TestServiceLogsDetails
17:25:44 [2021-08-20T17:25:44.010Z] ok  	github.com/docker/docker/libnetwork/types	0.009s	coverage: 47.9% of statements
17:25:44 [2021-08-20T17:25:44.010Z] 
17:25:44 [2021-08-20T17:25:44.010Z] === Skipped
17:25:44 [2021-08-20T17:25:44.010Z] === SKIP: libnetwork TestParallel3 (0.00s)
17:25:44 [2021-08-20T17:25:44.010Z]     libnetwork_linux_test.go:966: Skipped because t.parallel was less than  3
17:25:44 [2021-08-20T17:25:44.010Z] 
17:25:44 [2021-08-20T17:25:44.010Z] === SKIP: libnetwork TestParallel1 (0.00s)
17:25:44 [2021-08-20T17:25:44.010Z]     libnetwork_linux_test.go:966: Skipped because t.parallel was less than  3
17:25:44 [2021-08-20T17:25:44.010Z] 
17:25:44 [2021-08-20T17:25:44.010Z] === SKIP: libnetwork TestParallel2 (0.00s)
17:25:44 [2021-08-20T17:25:44.010Z]     libnetwork_linux_test.go:966: Skipped because t.parallel was less than  3
17:25:44 [2021-08-20T17:25:44.010Z] 
17:25:44 [2021-08-20T17:25:44.010Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s)
17:25:44 [2021-08-20T17:25:44.010Z]     allocator_test.go:1422: Skipped because t.parallel was less than  5
17:25:44 [2021-08-20T17:25:44.010Z] 
17:25:44 [2021-08-20T17:25:44.010Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s)
17:25:44 [2021-08-20T17:25:44.010Z]     allocator_test.go:1422: Skipped because t.parallel was less than  5
17:25:44 [2021-08-20T17:25:44.010Z] 
17:25:44 [2021-08-20T17:25:44.010Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s)
17:25:44 [2021-08-20T17:25:44.010Z]     allocator_test.go:1422: Skipped because t.parallel was less than  5
17:25:44 [2021-08-20T17:25:44.010Z] 
17:25:44 [2021-08-20T17:25:44.010Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s)
17:25:44 [2021-08-20T17:25:44.010Z]     allocator_test.go:1422: Skipped because t.parallel was less than  5
17:25:44 [2021-08-20T17:25:44.010Z] 
17:25:44 [2021-08-20T17:25:44.010Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s)
17:25:44 [2021-08-20T17:25:44.010Z]     allocator_test.go:1422: Skipped because t.parallel was less than  5
17:25:44 [2021-08-20T17:25:44.010Z] 
17:25:44 [2021-08-20T17:25:44.010Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s)
17:25:44 [2021-08-20T17:25:44.010Z]     firewalld_test.go:13: firewalld is not running
17:25:44 [2021-08-20T17:25:44.010Z] 
17:25:44 [2021-08-20T17:25:44.010Z] 
17:25:44 [2021-08-20T17:25:44.010Z] DONE 362 tests, 9 skipped in 204.520s
17:25:44 [2021-08-20T17:25:44.044Z] === RUN   TestDockerSuite/TestRmiForceWithExistingContainers
Post stage
[Pipeline] junit
17:25:44 [2021-08-20T17:25:44.591Z] Recording test results
17:25:44 [2021-08-20T17:25:44.831Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Validate vendor)
[Pipeline] sh
17:25:44 [2021-08-20T17:25:44.936Z] --- PASS: TestInspect (3.47s)
17:25:44 [2021-08-20T17:25:44.936Z] === RUN   TestCreateJob
17:25:45 [2021-08-20T17:25:45.160Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42765/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=fd3e16cb5aa3e192bd4a94c47e3f2a1b971cf423 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:fd3e16cb5aa3e192bd4a94c47e3f2a1b971cf423 hack/validate/vendor
17:25:45 [2021-08-20T17:25:45.409Z] === RUN   TestDockerSuite/TestRmiForceWithMultipleRepositories
17:25:45 [2021-08-20T17:25:45.665Z] === RUN   TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags
17:25:45 [2021-08-20T17:25:45.726Z] No vendor changes in diff.
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
17:25:46 [2021-08-20T17:25:46.608Z] + echo Ensuring container killed.
17:25:46 [2021-08-20T17:25:46.608Z] Ensuring container killed.
17:25:46 [2021-08-20T17:25:46.608Z] + docker rm -vf docker-pr2
17:25:46 [2021-08-20T17:25:46.608Z] Error: No such container: docker-pr2
[Pipeline] sh
17:25:46 [2021-08-20T17:25:46.920Z] + echo Chowning /workspace to jenkins user
17:25:46 [2021-08-20T17:25:46.920Z] Chowning /workspace to jenkins user
17:25:46 [2021-08-20T17:25:46.920Z] + id -u
17:25:46 [2021-08-20T17:25:46.920Z] + id -g
17:25:46 [2021-08-20T17:25:46.920Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42765:/workspace busybox chown -R 1000:1000 /workspace
17:25:47 [2021-08-20T17:25:47.032Z] === RUN   TestDockerSwarmSuite/TestServiceLogsFollow
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
17:25:47 [2021-08-20T17:25:47.595Z] === RUN   TestDockerSuite/TestRmiImgIDForce
17:25:47 [2021-08-20T17:25:47.783Z] + bundleName=unit
17:25:47 [2021-08-20T17:25:47.783Z] + echo Creating unit-bundles.tar.gz
17:25:47 [2021-08-20T17:25:47.783Z] Creating unit-bundles.tar.gz
17:25:47 [2021-08-20T17:25:47.783Z] + tar -czvf unit-bundles.tar.gz bundles/junit-report-libnetwork.xml bundles/junit-report.xml bundles/go-test-report-libnetwork.json bundles/go-test-report.json bundles/profile-libnetwork.out bundles/profile.out
17:25:47 [2021-08-20T17:25:47.783Z] bundles/junit-report-libnetwork.xml
17:25:47 [2021-08-20T17:25:47.783Z] bundles/junit-report.xml
17:25:47 [2021-08-20T17:25:47.783Z] bundles/go-test-report-libnetwork.json
17:25:47 [2021-08-20T17:25:47.783Z] bundles/go-test-report.json
17:25:47 [2021-08-20T17:25:47.783Z] bundles/profile-libnetwork.out
17:25:47 [2021-08-20T17:25:47.783Z] bundles/profile.out
[Pipeline] archiveArtifacts
17:25:47 [2021-08-20T17:25:47.794Z] Archiving artifacts
17:25:48 [2021-08-20T17:25:48.255Z] Uploaded 2 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42765/2/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
17:25:48 [2021-08-20T17:25:48.522Z] === RUN   TestDockerSuite/TestRmiImgIDMultipleTag
17:25:48 [2021-08-20T17:25:48.567Z] + make clean
17:25:48 [2021-08-20T17:25:48.824Z] docker volume rm -f docker-dev-cache
17:25:48 [2021-08-20T17:25:48.825Z] docker-dev-cache
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
17:25:49 [2021-08-20T17:25:49.142Z] --- PASS: TestCreateJob (4.11s)
17:25:49 [2021-08-20T17:25:49.142Z] === RUN   TestReplicatedJob
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
17:25:51 [2021-08-20T17:25:51.042Z] === RUN   TestDockerSuite/TestRmiParentImageFail
17:25:51 [2021-08-20T17:25:51.042Z] === RUN   TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer
17:25:51 [2021-08-20T17:25:51.606Z] === RUN   TestDockerSuite/TestRmiTag
17:25:51 [2021-08-20T17:25:51.864Z] === RUN   TestDockerSuite/TestRmiTagWithExistingContainers
17:25:52 [2021-08-20T17:25:52.798Z] === RUN   TestDockerSuite/TestRmiUntagHistoryLayer
17:25:55 [2021-08-20T17:25:55.730Z] --- PASS: TestReplicatedJob (6.40s)
17:25:55 [2021-08-20T17:25:55.730Z] === RUN   TestUpdateReplicatedJob
17:25:56 [2021-08-20T17:25:56.070Z] === RUN   TestDockerSwarmSuite/TestServiceLogsSince
17:25:57 [2021-08-20T17:25:57.437Z] === RUN   TestDockerSuite/TestRmiWithContainerFails
17:25:58 [2021-08-20T17:25:58.000Z] === RUN   TestDockerSuite/TestRmiWithMultipleRepositories
17:25:59 [2021-08-20T17:25:59.384Z] === RUN   TestDockerSuite/TestRmiWithParentInUse
17:25:59 [2021-08-20T17:25:59.648Z] === RUN   TestDockerSuite/TestRunAddDeviceCgroupRule
17:25:59 [2021-08-20T17:25:59.648Z] === RUN   TestDockerSwarmSuite/TestServiceLogsTTY
17:25:59 [2021-08-20T17:25:59.934Z] --- PASS: TestUpdateReplicatedJob (4.04s)
17:25:59 [2021-08-20T17:25:59.934Z] === RUN   TestServiceListWithStatuses
17:25:59 [2021-08-20T17:25:59.934Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
17:25:59 [2021-08-20T17:25:59.934Z] --- SKIP: TestServiceListWithStatuses (0.01s)
17:25:59 [2021-08-20T17:25:59.934Z] === RUN   TestDockerNetworkConnectAlias
17:26:01 [2021-08-20T17:26:01.540Z] === RUN   TestDockerSuite/TestRunAddHost
17:26:02 [2021-08-20T17:26:02.471Z] === RUN   TestDockerSuite/TestRunAddHostInHostMode
17:26:02 [2021-08-20T17:26:02.727Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevices
17:26:03 [2021-08-20T17:26:03.655Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode
17:26:03 [2021-08-20T17:26:03.655Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevicesNoSrc
17:26:04 [2021-08-20T17:26:04.218Z] === RUN   TestDockerSuite/TestRunAllocatePortInReservedRange
17:26:05 [2021-08-20T17:26:05.219Z] --- PASS: TestDockerNetworkConnectAlias (5.56s)
17:26:05 [2021-08-20T17:26:05.219Z] === RUN   TestDockerNetworkReConnect
17:26:05 [2021-08-20T17:26:05.585Z] === RUN   TestDockerSuite/TestRunAllowBindMountingRoot
17:26:06 [2021-08-20T17:26:06.514Z] === RUN   TestDockerSuite/TestRunAllowPortRangeThroughExpose
17:26:07 [2021-08-20T17:26:07.077Z] === RUN   TestDockerSuite/TestRunAllowPortRangeThroughPublish
17:26:08 [2021-08-20T17:26:08.005Z] === RUN   TestDockerSuite/TestRunApparmorProcDirectory
17:26:08 [2021-08-20T17:26:08.934Z] === RUN   TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes
17:26:09 [2021-08-20T17:26:09.421Z] --- PASS: TestDockerNetworkReConnect (4.18s)
17:26:09 [2021-08-20T17:26:09.421Z] === RUN   TestServicePlugin
17:26:09 [2021-08-20T17:26:09.421Z]     plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
17:26:09 [2021-08-20T17:26:09.421Z] --- SKIP: TestServicePlugin (0.00s)
17:26:09 [2021-08-20T17:26:09.421Z] === RUN   TestServiceUpdateLabel
17:26:10 [2021-08-20T17:26:10.302Z] === RUN   TestDockerSuite/TestRunAttachDetach
17:26:10 [2021-08-20T17:26:10.864Z] === RUN   TestDockerSuite/TestRunAttachDetachFromConfig
17:26:11 [2021-08-20T17:26:11.792Z] === RUN   TestDockerSuite/TestRunAttachDetachFromFlag
17:26:11 [2021-08-20T17:26:11.963Z] --- PASS: TestServiceUpdateLabel (2.69s)
17:26:11 [2021-08-20T17:26:11.963Z] === RUN   TestServiceUpdateSecrets
17:26:12 [2021-08-20T17:26:12.722Z] === RUN   TestDockerSuite/TestRunAttachDetachFromInvalidFlag
17:26:13 [2021-08-20T17:26:13.285Z] === RUN   TestDockerSwarmSuite/TestServiceLogsTail
17:26:13 [2021-08-20T17:26:13.542Z] === RUN   TestDockerSuite/TestRunAttachDetachKeysOverrideConfig
17:26:14 [2021-08-20T17:26:14.471Z] === RUN   TestDockerSuite/TestRunAttachFailedNoLeak
17:26:15 [2021-08-20T17:26:15.850Z] === RUN   TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved
17:26:17 [2021-08-20T17:26:17.217Z] === RUN   TestDockerSuite/TestRunAttachStdErrOnlyTTYMode
17:26:17 [2021-08-20T17:26:17.778Z] === RUN   TestDockerSuite/TestRunAttachStdOutAndErrTTYMode
17:26:18 [2021-08-20T17:26:18.343Z] === RUN   TestDockerSuite/TestRunAttachStdOutOnlyTTYMode
17:26:18 [2021-08-20T17:26:18.906Z] === RUN   TestDockerSuite/TestRunAttachWithDetach
17:26:18 [2021-08-20T17:26:18.906Z] === RUN   TestDockerSuite/TestRunBindMounts
17:26:21 [2021-08-20T17:26:21.427Z] === RUN   TestDockerSuite/TestRunCapAddALLCanDownInterface
17:26:21 [2021-08-20T17:26:21.683Z] === RUN   TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface
17:26:22 [2021-08-20T17:26:22.524Z] --- PASS: TestBuildWCOWSandboxSize (822.20s)
17:26:22 [2021-08-20T17:26:22.524Z] === RUN   TestBuildWithEmptyDockerfile
17:26:22 [2021-08-20T17:26:22.524Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
17:26:22 [2021-08-20T17:26:22.524Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
17:26:22 [2021-08-20T17:26:22.524Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
17:26:22 [2021-08-20T17:26:22.524Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
17:26:22 [2021-08-20T17:26:22.524Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
17:26:22 [2021-08-20T17:26:22.524Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
17:26:22 [2021-08-20T17:26:22.524Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
17:26:22 [2021-08-20T17:26:22.524Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
17:26:22 [2021-08-20T17:26:22.524Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
17:26:22 [2021-08-20T17:26:22.524Z] --- PASS: TestBuildWithEmptyDockerfile (0.64s)
17:26:22 [2021-08-20T17:26:22.524Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.01s)
17:26:22 [2021-08-20T17:26:22.524Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s)
17:26:22 [2021-08-20T17:26:22.524Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s)
17:26:22 [2021-08-20T17:26:22.524Z] === RUN   TestBuildPreserveOwnership
17:26:22 [2021-08-20T17:26:22.524Z]     build_test.go:632: testEnv.DaemonInfo.OSType == "windows": FIXME
17:26:22 [2021-08-20T17:26:22.524Z] --- SKIP: TestBuildPreserveOwnership (0.01s)
17:26:22 [2021-08-20T17:26:22.524Z] === RUN   TestBuildPlatformInvalid
17:26:22 [2021-08-20T17:26:22.524Z] --- PASS: TestBuildPlatformInvalid (0.63s)
17:26:22 [2021-08-20T17:26:22.524Z] PASS
17:26:22 [2021-08-20T17:26:22.524Z] ok  	github.com/docker/docker/integration/build	1006.959s
17:26:22 [2021-08-20T17:26:22.524Z] 
17:26:22 [2021-08-20T17:26:22.524Z] === Skipped
17:26:22 [2021-08-20T17:26:22.524Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s)
17:26:22 [2021-08-20T17:26:22.524Z]     build_session_test.go:25: TODO: BuildKit
17:26:22 [2021-08-20T17:26:22.524Z] 
17:26:22 [2021-08-20T17:26:22.524Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s)
17:26:22 [2021-08-20T17:26:22.524Z]     build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows"
17:26:22 [2021-08-20T17:26:22.524Z] 
17:26:22 [2021-08-20T17:26:22.524Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.00s)
17:26:22 [2021-08-20T17:26:22.524Z]     build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME
17:26:22 [2021-08-20T17:26:22.524Z] 
17:26:22 [2021-08-20T17:26:22.524Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s)
17:26:22 [2021-08-20T17:26:22.524Z]     build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME
17:26:22 [2021-08-20T17:26:22.524Z] 
17:26:22 [2021-08-20T17:26:22.524Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.01s)
17:26:22 [2021-08-20T17:26:22.524Z]     build_test.go:632: testEnv.DaemonInfo.OSType == "windows": FIXME
17:26:22 [2021-08-20T17:26:22.524Z] 
17:26:22 [2021-08-20T17:26:22.524Z] 
17:26:22 [2021-08-20T17:26:22.524Z] DONE 29 tests, 5 skipped in 1037.012s
17:26:22 [2021-08-20T17:26:22.524Z] Running D:\gopath\src\github.com\docker\docker\integration\config
17:26:22 [2021-08-20T17:26:22.524Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2022
17:26:22 [2021-08-20T17:26:22.524Z] INFO: Testing against a local daemon
17:26:22 [2021-08-20T17:26:22.524Z] === RUN   TestConfigInspect
17:26:22 [2021-08-20T17:26:22.524Z]     config_test.go:25: testEnv.DaemonInfo.OSType == "windows"
17:26:22 [2021-08-20T17:26:22.524Z] --- SKIP: TestConfigInspect (0.00s)
17:26:22 [2021-08-20T17:26:22.524Z] === RUN   TestConfigList
17:26:22 [2021-08-20T17:26:22.524Z]     config_test.go:49: testEnv.DaemonInfo.OSType == "windows"
17:26:22 [2021-08-20T17:26:22.524Z] --- SKIP: TestConfigList (0.00s)
17:26:22 [2021-08-20T17:26:22.524Z] === RUN   TestConfigsCreateAndDelete
17:26:22 [2021-08-20T17:26:22.524Z]     config_test.go:130: testEnv.DaemonInfo.OSType == "windows"
17:26:22 [2021-08-20T17:26:22.524Z] --- SKIP: TestConfigsCreateAndDelete (0.00s)
17:26:22 [2021-08-20T17:26:22.524Z] === RUN   TestConfigsUpdate
17:26:22 [2021-08-20T17:26:22.524Z]     config_test.go:168: testEnv.DaemonInfo.OSType == "windows"
17:26:22 [2021-08-20T17:26:22.524Z] --- SKIP: TestConfigsUpdate (0.00s)
17:26:22 [2021-08-20T17:26:22.524Z] === RUN   TestTemplatedConfig
17:26:22 [2021-08-20T17:26:22.524Z]     config_test.go:220: testEnv.DaemonInfo.OSType == "windows"
17:26:22 [2021-08-20T17:26:22.524Z] --- SKIP: TestTemplatedConfig (0.00s)
17:26:22 [2021-08-20T17:26:22.524Z] === RUN   TestConfigCreateResolve
17:26:22 [2021-08-20T17:26:22.524Z]     config_test.go:330: testEnv.DaemonInfo.OSType != "linux"
17:26:22 [2021-08-20T17:26:22.524Z] --- SKIP: TestConfigCreateResolve (0.00s)
17:26:22 [2021-08-20T17:26:22.524Z] PASS
17:26:22 [2021-08-20T17:26:22.524Z] ok  	github.com/docker/docker/integration/config	0.108s
17:26:22 [2021-08-20T17:26:22.524Z] 
17:26:22 [2021-08-20T17:26:22.524Z] === Skipped
17:26:22 [2021-08-20T17:26:22.524Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s)
17:26:22 [2021-08-20T17:26:22.524Z]     config_test.go:25: testEnv.DaemonInfo.OSType == "windows"
17:26:22 [2021-08-20T17:26:22.524Z] 
17:26:22 [2021-08-20T17:26:22.524Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s)
17:26:22 [2021-08-20T17:26:22.524Z]     config_test.go:49: testEnv.DaemonInfo.OSType == "windows"
17:26:22 [2021-08-20T17:26:22.524Z] 
17:26:22 [2021-08-20T17:26:22.524Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s)
17:26:22 [2021-08-20T17:26:22.524Z]     config_test.go:130: testEnv.DaemonInfo.OSType == "windows"
17:26:22 [2021-08-20T17:26:22.524Z] 
17:26:22 [2021-08-20T17:26:22.524Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s)
17:26:22 [2021-08-20T17:26:22.524Z]     config_test.go:168: testEnv.DaemonInfo.OSType == "windows"
17:26:22 [2021-08-20T17:26:22.524Z] 
17:26:22 [2021-08-20T17:26:22.524Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s)
17:26:22 [2021-08-20T17:26:22.524Z]     config_test.go:220: testEnv.DaemonInfo.OSType == "windows"
17:26:22 [2021-08-20T17:26:22.524Z] 
17:26:22 [2021-08-20T17:26:22.524Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s)
17:26:22 [2021-08-20T17:26:22.524Z]     config_test.go:330: testEnv.DaemonInfo.OSType != "linux"
17:26:22 [2021-08-20T17:26:22.524Z] 
17:26:22 [2021-08-20T17:26:22.524Z] 
17:26:22 [2021-08-20T17:26:22.524Z] DONE 6 tests, 6 skipped in 3.060s
17:26:22 [2021-08-20T17:26:22.524Z] Running D:\gopath\src\github.com\docker\docker\integration\container
17:26:22 [2021-08-20T17:26:22.611Z] === RUN   TestDockerSuite/TestRunCapAddCHOWN
17:26:23 [2021-08-20T17:26:23.173Z] === RUN   TestDockerSuite/TestRunCapAddCanDownInterface
17:26:23 [2021-08-20T17:26:23.493Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2022
17:26:23 [2021-08-20T17:26:23.493Z] INFO: Testing against a local daemon
17:26:23 [2021-08-20T17:26:23.493Z] === RUN   TestCheckpoint
17:26:23 [2021-08-20T17:26:23.493Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
17:26:23 [2021-08-20T17:26:23.493Z] --- SKIP: TestCheckpoint (0.00s)
17:26:23 [2021-08-20T17:26:23.493Z] === RUN   TestContainerInvalidJSON
17:26:23 [2021-08-20T17:26:23.493Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
17:26:23 [2021-08-20T17:26:23.493Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
17:26:23 [2021-08-20T17:26:23.493Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
17:26:23 [2021-08-20T17:26:23.493Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
17:26:23 [2021-08-20T17:26:23.949Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
17:26:23 [2021-08-20T17:26:23.949Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
17:26:23 [2021-08-20T17:26:23.949Z] --- PASS: TestContainerInvalidJSON (0.72s)
17:26:23 [2021-08-20T17:26:23.949Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s)
17:26:23 [2021-08-20T17:26:23.949Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s)
17:26:23 [2021-08-20T17:26:23.949Z] === RUN   TestCopyFromContainerPathDoesNotExist
17:26:24 [2021-08-20T17:26:24.102Z] === RUN   TestDockerSuite/TestRunCapAddInvalid
17:26:24 [2021-08-20T17:26:24.102Z] === RUN   TestDockerSuite/TestRunCapAddSYSTIME
17:26:24 [2021-08-20T17:26:24.406Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.30s)
17:26:24 [2021-08-20T17:26:24.406Z] === RUN   TestCopyFromContainerPathIsNotDir
17:26:24 [2021-08-20T17:26:24.665Z] === RUN   TestDockerSuite/TestRunCapDropALLAddMknodCanMknod
17:26:24 [2021-08-20T17:26:24.863Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.29s)
17:26:24 [2021-08-20T17:26:24.863Z] === RUN   TestCopyToContainerPathDoesNotExist
17:26:24 [2021-08-20T17:26:24.863Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.24s)
17:26:24 [2021-08-20T17:26:24.863Z] === RUN   TestCopyToContainerPathIsNotDir
17:26:25 [2021-08-20T17:26:25.228Z] === RUN   TestDockerSuite/TestRunCapDropALLCannotMknod
17:26:25 [2021-08-20T17:26:25.326Z] --- PASS: TestCopyToContainerPathIsNotDir (0.25s)
17:26:25 [2021-08-20T17:26:25.326Z] === RUN   TestCopyFromContainer
17:26:25 [2021-08-20T17:26:25.326Z]     copy_test.go:82: testEnv.DaemonInfo.OSType == "windows"
17:26:25 [2021-08-20T17:26:25.326Z] --- SKIP: TestCopyFromContainer (0.00s)
17:26:25 [2021-08-20T17:26:25.326Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
17:26:25 [2021-08-20T17:26:25.326Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
17:26:25 [2021-08-20T17:26:25.326Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
17:26:25 [2021-08-20T17:26:25.326Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
17:26:25 [2021-08-20T17:26:25.326Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
17:26:25 [2021-08-20T17:26:25.326Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
17:26:25 [2021-08-20T17:26:25.326Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
17:26:25 [2021-08-20T17:26:25.326Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
17:26:25 [2021-08-20T17:26:25.326Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
17:26:25 [2021-08-20T17:26:25.326Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
17:26:25 [2021-08-20T17:26:25.326Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.04s)
17:26:25 [2021-08-20T17:26:25.326Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
17:26:25 [2021-08-20T17:26:25.326Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s)
17:26:25 [2021-08-20T17:26:25.326Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s)
17:26:25 [2021-08-20T17:26:25.326Z] === RUN   TestCreateLinkToNonExistingContainer
17:26:25 [2021-08-20T17:26:25.326Z]     create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows
17:26:25 [2021-08-20T17:26:25.326Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s)
17:26:25 [2021-08-20T17:26:25.326Z] === RUN   TestCreateWithInvalidEnv
17:26:25 [2021-08-20T17:26:25.326Z] === RUN   TestCreateWithInvalidEnv/0
17:26:25 [2021-08-20T17:26:25.327Z] === PAUSE TestCreateWithInvalidEnv/0
17:26:25 [2021-08-20T17:26:25.327Z] === RUN   TestCreateWithInvalidEnv/1
17:26:25 [2021-08-20T17:26:25.327Z] === PAUSE TestCreateWithInvalidEnv/1
17:26:25 [2021-08-20T17:26:25.327Z] === RUN   TestCreateWithInvalidEnv/2
17:26:25 [2021-08-20T17:26:25.327Z] === PAUSE TestCreateWithInvalidEnv/2
17:26:25 [2021-08-20T17:26:25.327Z] === CONT  TestCreateWithInvalidEnv/0
17:26:25 [2021-08-20T17:26:25.327Z] === CONT  TestCreateWithInvalidEnv/2
17:26:25 [2021-08-20T17:26:25.327Z] === CONT  TestCreateWithInvalidEnv/1
17:26:25 [2021-08-20T17:26:25.327Z] --- PASS: TestCreateWithInvalidEnv (0.04s)
17:26:25 [2021-08-20T17:26:25.327Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.01s)
17:26:25 [2021-08-20T17:26:25.327Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.01s)
17:26:25 [2021-08-20T17:26:25.327Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.01s)
17:26:25 [2021-08-20T17:26:25.327Z] === RUN   TestCreateTmpfsMountsTarget
17:26:25 [2021-08-20T17:26:25.327Z]     create_test.go:137: testEnv.DaemonInfo.OSType == "windows"
17:26:25 [2021-08-20T17:26:25.327Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s)
17:26:25 [2021-08-20T17:26:25.327Z] === RUN   TestCreateWithCustomMaskedPaths
17:26:25 [2021-08-20T17:26:25.327Z]     create_test.go:181: testEnv.DaemonInfo.OSType != "linux"
17:26:25 [2021-08-20T17:26:25.327Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s)
17:26:25 [2021-08-20T17:26:25.327Z] === RUN   TestCreateWithCustomReadonlyPaths
17:26:25 [2021-08-20T17:26:25.327Z]     create_test.go:261: testEnv.DaemonInfo.OSType != "linux"
17:26:25 [2021-08-20T17:26:25.327Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s)
17:26:25 [2021-08-20T17:26:25.327Z] === RUN   TestCreateWithInvalidHealthcheckParams
17:26:25 [2021-08-20T17:26:25.327Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
17:26:25 [2021-08-20T17:26:25.327Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
17:26:25 [2021-08-20T17:26:25.327Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
17:26:25 [2021-08-20T17:26:25.327Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
17:26:25 [2021-08-20T17:26:25.327Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
17:26:25 [2021-08-20T17:26:25.327Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
17:26:25 [2021-08-20T17:26:25.327Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
17:26:25 [2021-08-20T17:26:25.327Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
17:26:25 [2021-08-20T17:26:25.327Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
17:26:25 [2021-08-20T17:26:25.327Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
17:26:25 [2021-08-20T17:26:25.327Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
17:26:25 [2021-08-20T17:26:25.327Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
17:26:25 [2021-08-20T17:26:25.327Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
17:26:25 [2021-08-20T17:26:25.327Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
17:26:25 [2021-08-20T17:26:25.327Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
17:26:25 [2021-08-20T17:26:25.327Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.04s)
17:26:25 [2021-08-20T17:26:25.327Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s)
17:26:25 [2021-08-20T17:26:25.327Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
17:26:25 [2021-08-20T17:26:25.327Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s)
17:26:25 [2021-08-20T17:26:25.327Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
17:26:25 [2021-08-20T17:26:25.327Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.00s)
17:26:25 [2021-08-20T17:26:25.327Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
17:26:25 [2021-08-20T17:26:25.327Z]     create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs
17:26:25 [2021-08-20T17:26:25.327Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s)
17:26:25 [2021-08-20T17:26:25.327Z] === RUN   TestCreateDifferentPlatform
17:26:25 [2021-08-20T17:26:25.327Z] === RUN   TestCreateDifferentPlatform/different_os
17:26:25 [2021-08-20T17:26:25.327Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
17:26:25 [2021-08-20T17:26:25.327Z] --- PASS: TestCreateDifferentPlatform (0.04s)
17:26:25 [2021-08-20T17:26:25.327Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
17:26:25 [2021-08-20T17:26:25.327Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
17:26:25 [2021-08-20T17:26:25.327Z] === RUN   TestCreateVolumesFromNonExistingContainer
17:26:25 [2021-08-20T17:26:25.791Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.15s)
17:26:25 [2021-08-20T17:26:25.791Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
17:26:25 [2021-08-20T17:26:25.791Z]     create_test.go:518: testEnv.OSType != "linux": test image is only available on linux
17:26:25 [2021-08-20T17:26:25.791Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.04s)
17:26:25 [2021-08-20T17:26:25.791Z] === RUN   TestContainerKillOnDaemonStart
17:26:25 [2021-08-20T17:26:25.791Z]     daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows"
17:26:25 [2021-08-20T17:26:25.791Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s)
17:26:25 [2021-08-20T17:26:25.791Z] === RUN   TestDiff
17:26:25 [2021-08-20T17:26:25.791Z]     diff_test.go:17: testEnv.OSType == "windows": FIXME
17:26:25 [2021-08-20T17:26:25.791Z] --- SKIP: TestDiff (0.00s)
17:26:25 [2021-08-20T17:26:25.791Z] === RUN   TestExecWithCloseStdin
17:26:26 [2021-08-20T17:26:26.156Z] === RUN   TestDockerSuite/TestRunCapDropCannotMknod
17:26:26 [2021-08-20T17:26:26.720Z] === RUN   TestDockerSwarmSuite/TestServiceLogsTaskLogs
17:26:26 [2021-08-20T17:26:26.720Z] === RUN   TestDockerSuite/TestRunCapDropCannotMknodLowerCase
17:26:27 [2021-08-20T17:26:27.649Z] === RUN   TestDockerSuite/TestRunCapDropInvalid
17:26:27 [2021-08-20T17:26:27.649Z] === RUN   TestDockerSuite/TestRunCidFileCheckIDLength
17:26:28 [2021-08-20T17:26:28.212Z] === RUN   TestDockerSuite/TestRunCidFileCleanupIfEmpty
17:26:28 [2021-08-20T17:26:28.212Z] === RUN   TestDockerSuite/TestRunCleanupCmdOnEntrypoint
17:26:28 [2021-08-20T17:26:28.813Z] --- PASS: TestExecWithCloseStdin (3.43s)
17:26:28 [2021-08-20T17:26:28.813Z] === RUN   TestExec
17:26:30 [2021-08-20T17:26:30.070Z] --- PASS: TestServiceUpdateSecrets (15.53s)
17:26:30 [2021-08-20T17:26:30.070Z] === RUN   TestServiceUpdateConfigs
17:26:30 [2021-08-20T17:26:30.105Z]     docker_cli_service_logs_test.go:245: checking task fyhr9g6ag2z4
17:26:30 [2021-08-20T17:26:30.105Z]     docker_cli_service_logs_test.go:250: checking messages for fyhr9g6ag2z4
17:26:30 [2021-08-20T17:26:30.105Z]     docker_cli_service_logs_test.go:245: checking task evl0svfi4o45
17:26:30 [2021-08-20T17:26:30.105Z]     docker_cli_service_logs_test.go:250: checking messages for evl0svfi4o45
17:26:30 [2021-08-20T17:26:30.105Z] === RUN   TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts
17:26:30 [2021-08-20T17:26:30.667Z] === RUN   TestDockerSuite/TestRunContainerNetModeWithExposePort
17:26:31 [2021-08-20T17:26:31.229Z] === RUN   TestDockerSuite/TestRunContainerNetwork
17:26:31 [2021-08-20T17:26:31.712Z] --- PASS: TestExec (2.52s)
17:26:31 [2021-08-20T17:26:31.712Z] === RUN   TestExecUser
17:26:31 [2021-08-20T17:26:31.712Z]     exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state.
17:26:31 [2021-08-20T17:26:31.712Z] --- SKIP: TestExecUser (0.00s)
17:26:31 [2021-08-20T17:26:31.712Z] === RUN   TestExportContainerAndImportImage
17:26:31 [2021-08-20T17:26:31.712Z]     export_test.go:23: testEnv.DaemonInfo.OSType == "windows"
17:26:31 [2021-08-20T17:26:31.712Z] --- SKIP: TestExportContainerAndImportImage (0.00s)
17:26:31 [2021-08-20T17:26:31.712Z] === RUN   TestExportContainerAfterDaemonRestart
17:26:31 [2021-08-20T17:26:31.712Z]     export_test.go:61: testEnv.DaemonInfo.OSType == "windows"
17:26:31 [2021-08-20T17:26:31.712Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s)
17:26:31 [2021-08-20T17:26:31.712Z] === RUN   TestHealthCheckWorkdir
17:26:31 [2021-08-20T17:26:31.712Z]     health_test.go:20: testEnv.OSType == "windows": FIXME
17:26:31 [2021-08-20T17:26:31.712Z] --- SKIP: TestHealthCheckWorkdir (0.00s)
17:26:31 [2021-08-20T17:26:31.712Z] === RUN   TestHealthKillContainer
17:26:31 [2021-08-20T17:26:31.712Z]     health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574
17:26:31 [2021-08-20T17:26:31.712Z] --- SKIP: TestHealthKillContainer (0.00s)
17:26:31 [2021-08-20T17:26:31.712Z] === RUN   TestInspectCpusetInConfigPre120
17:26:31 [2021-08-20T17:26:31.712Z]     inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet
17:26:31 [2021-08-20T17:26:31.712Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s)
17:26:31 [2021-08-20T17:26:31.712Z] === RUN   TestKillContainerInvalidSignal
17:26:32 [2021-08-20T17:26:32.157Z] === RUN   TestDockerSuite/TestRunContainerNetworkModeToSelf
17:26:32 [2021-08-20T17:26:32.157Z] === RUN   TestDockerSuite/TestRunContainerWithCgroupMountRO
17:26:32 [2021-08-20T17:26:32.719Z] === RUN   TestDockerSuite/TestRunContainerWithCgroupParent
17:26:33 [2021-08-20T17:26:33.881Z] --- PASS: TestKillContainerInvalidSignal (2.35s)
17:26:33 [2021-08-20T17:26:33.881Z] === RUN   TestKillContainer
17:26:33 [2021-08-20T17:26:33.881Z] === RUN   TestKillContainer/no_signal
17:26:34 [2021-08-20T17:26:34.086Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer
17:26:35 [2021-08-20T17:26:35.454Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfs
17:26:36 [2021-08-20T17:26:36.047Z] === RUN   TestKillContainer/non_killing_signal
17:26:36 [2021-08-20T17:26:36.047Z]     kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH
17:26:36 [2021-08-20T17:26:36.047Z] === RUN   TestKillContainer/killing_signal
17:26:36 [2021-08-20T17:26:36.822Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag
17:26:37 [2021-08-20T17:26:37.385Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag
17:26:37 [2021-08-20T17:26:37.950Z] === RUN   TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer
17:26:38 [2021-08-20T17:26:38.513Z] === RUN   TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero
17:26:38 [2021-08-20T17:26:38.940Z] --- PASS: TestKillContainer (5.02s)
17:26:38 [2021-08-20T17:26:38.940Z]     --- PASS: TestKillContainer/no_signal (2.14s)
17:26:38 [2021-08-20T17:26:38.940Z]     --- SKIP: TestKillContainer/non_killing_signal (0.00s)
17:26:38 [2021-08-20T17:26:38.940Z]     --- PASS: TestKillContainer/killing_signal (2.82s)
17:26:38 [2021-08-20T17:26:38.940Z] === RUN   TestKillWithStopSignalAndRestartPolicies
17:26:38 [2021-08-20T17:26:38.940Z]     kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later
17:26:38 [2021-08-20T17:26:38.940Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s)
17:26:38 [2021-08-20T17:26:38.940Z] === RUN   TestKillStoppedContainer
17:26:38 [2021-08-20T17:26:38.940Z]     kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later
17:26:38 [2021-08-20T17:26:38.940Z] --- SKIP: TestKillStoppedContainer (0.00s)
17:26:38 [2021-08-20T17:26:38.940Z] === RUN   TestKillStoppedContainerAPIPre120
17:26:38 [2021-08-20T17:26:38.940Z]     kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later
17:26:38 [2021-08-20T17:26:38.940Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s)
17:26:38 [2021-08-20T17:26:38.940Z] === RUN   TestKillDifferentUserContainer
17:26:38 [2021-08-20T17:26:38.940Z]     kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform
17:26:38 [2021-08-20T17:26:38.940Z] --- SKIP: TestKillDifferentUserContainer (0.00s)
17:26:38 [2021-08-20T17:26:38.940Z] === RUN   TestInspectOomKilledTrue
17:26:38 [2021-08-20T17:26:38.940Z]     kill_test.go:155: testEnv.DaemonInfo.OSType == "windows"
17:26:38 [2021-08-20T17:26:38.940Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
17:26:38 [2021-08-20T17:26:38.940Z] === RUN   TestInspectOomKilledFalse
17:26:38 [2021-08-20T17:26:38.940Z]     kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
17:26:38 [2021-08-20T17:26:38.941Z] --- SKIP: TestInspectOomKilledFalse (0.00s)
17:26:38 [2021-08-20T17:26:38.941Z] === RUN   TestLogsFollowTailEmpty
17:26:39 [2021-08-20T17:26:39.442Z] === RUN   TestDockerSuite/TestRunContainerWithWritableRootfs
17:26:40 [2021-08-20T17:26:40.004Z] === RUN   TestDockerSuite/TestRunCopyVolumeContent
17:26:40 [2021-08-20T17:26:40.568Z] === RUN   TestDockerSwarmSuite/TestServiceScale
17:26:41 [2021-08-20T17:26:41.145Z] --- PASS: TestLogsFollowTailEmpty (2.22s)
17:26:41 [2021-08-20T17:26:41.145Z] === RUN   TestNetworkNat
17:26:41 [2021-08-20T17:26:41.145Z]     nat_test.go:24: testEnv.OSType == "windows": FIXME
17:26:41 [2021-08-20T17:26:41.145Z] --- SKIP: TestNetworkNat (0.00s)
17:26:41 [2021-08-20T17:26:41.145Z] === RUN   TestNetworkLocalhostTCPNat
17:26:41 [2021-08-20T17:26:41.936Z] === RUN   TestDockerSuite/TestRunCopyVolumeUIDGID
17:26:43 [2021-08-20T17:26:43.339Z] === RUN   TestDockerSwarmSuite/TestSwarmAlternateLockUnlock
17:26:44 [2021-08-20T17:26:44.038Z] --- PASS: TestNetworkLocalhostTCPNat (2.72s)
17:26:44 [2021-08-20T17:26:44.038Z] === RUN   TestNetworkLoopbackNat
17:26:44 [2021-08-20T17:26:44.038Z]     nat_test.go:60: testEnv.OSType == "windows": FIXME
17:26:44 [2021-08-20T17:26:44.038Z] --- SKIP: TestNetworkLoopbackNat (0.00s)
17:26:44 [2021-08-20T17:26:44.038Z] === RUN   TestPause
17:26:44 [2021-08-20T17:26:44.038Z]     pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process"
17:26:44 [2021-08-20T17:26:44.038Z] --- SKIP: TestPause (0.00s)
17:26:44 [2021-08-20T17:26:44.038Z] === RUN   TestPauseFailsOnWindowsServerContainers
17:26:44 [2021-08-20T17:26:44.969Z] --- PASS: TestServiceUpdateConfigs (15.36s)
17:26:44 [2021-08-20T17:26:44.969Z] === RUN   TestServiceUpdateNetwork
17:26:45 [2021-08-20T17:26:45.861Z] === RUN   TestDockerSuite/TestRunCreateContainerFailedCleanUp
17:26:45 [2021-08-20T17:26:45.861Z] === RUN   TestDockerSuite/TestRunCreateVolume
17:26:46 [2021-08-20T17:26:46.206Z] --- PASS: TestPauseFailsOnWindowsServerContainers (2.27s)
17:26:46 [2021-08-20T17:26:46.206Z] === RUN   TestPauseStopPausedContainer
17:26:46 [2021-08-20T17:26:46.206Z]     pause_test.go:70: testEnv.DaemonInfo.OSType == "windows"
17:26:46 [2021-08-20T17:26:46.206Z] --- SKIP: TestPauseStopPausedContainer (0.00s)
17:26:46 [2021-08-20T17:26:46.206Z] === RUN   TestPsFilter
17:26:46 [2021-08-20T17:26:46.423Z] === RUN   TestDockerSuite/TestRunCreateVolumeEtc
17:26:46 [2021-08-20T17:26:46.663Z] --- PASS: TestPsFilter (0.38s)
17:26:46 [2021-08-20T17:26:46.663Z] === RUN   TestRemoveContainerWithRemovedVolume
17:26:48 [2021-08-20T17:26:48.940Z] === RUN   TestDockerSuite/TestRunCreateVolumeWithSymlink
17:26:49 [2021-08-20T17:26:49.555Z] --- PASS: TestRemoveContainerWithRemovedVolume (2.94s)
17:26:49 [2021-08-20T17:26:49.555Z] === RUN   TestRemoveContainerWithVolume
17:26:50 [2021-08-20T17:26:50.307Z] === RUN   TestDockerSuite/TestRunCreateVolumesInSymlinkDir
17:26:52 [2021-08-20T17:26:52.454Z] --- PASS: TestRemoveContainerWithVolume (2.93s)
17:26:52 [2021-08-20T17:26:52.454Z] === RUN   TestRemoveContainerRunning
17:26:52 [2021-08-20T17:26:52.828Z] === RUN   TestDockerSuite/TestRunCreateVolumesInSymlinkDir2
17:26:54 [2021-08-20T17:26:54.621Z] --- PASS: TestRemoveContainerRunning (2.28s)
17:26:54 [2021-08-20T17:26:54.621Z] === RUN   TestRemoveContainerForceRemoveRunning
17:26:54 [2021-08-20T17:26:54.721Z] === RUN   TestDockerSuite/TestRunCredentialSpecFailures
17:26:54 [2021-08-20T17:26:54.721Z]     docker_cli_run_test.go:4022: unmatched requirement DaemonIsWindows
17:26:54 [2021-08-20T17:26:54.721Z] === RUN   TestDockerSuite/TestRunCredentialSpecWellFormed
17:26:54 [2021-08-20T17:26:54.721Z]     docker_cli_run_test.go:4041: unmatched requirement DaemonIsWindows
17:26:54 [2021-08-20T17:26:54.721Z] === RUN   TestDockerSuite/TestRunDNSDefaultOptions
17:26:55 [2021-08-20T17:26:55.283Z] === RUN   TestDockerSuite/TestRunDNSInHostMode
17:26:56 [2021-08-20T17:26:56.788Z] --- PASS: TestRemoveContainerForceRemoveRunning (2.27s)
17:26:56 [2021-08-20T17:26:56.788Z] === RUN   TestRemoveInvalidContainer
17:26:56 [2021-08-20T17:26:56.788Z] --- PASS: TestRemoveInvalidContainer (0.03s)
17:26:56 [2021-08-20T17:26:56.788Z] === RUN   TestRenameLinkedContainer
17:26:56 [2021-08-20T17:26:56.788Z]     rename_test.go:26: testEnv.OSType == "windows": FIXME
17:26:56 [2021-08-20T17:26:56.788Z] --- SKIP: TestRenameLinkedContainer (0.00s)
17:26:56 [2021-08-20T17:26:56.788Z] === RUN   TestRenameStoppedContainer
17:26:57 [2021-08-20T17:26:57.207Z] --- PASS: TestServiceUpdateNetwork (13.76s)
17:26:57 [2021-08-20T17:26:57.207Z] === RUN   TestServiceUpdatePidsLimit
17:26:57 [2021-08-20T17:26:57.776Z] === RUN   TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300
17:26:57 [2021-08-20T17:26:57.803Z] === RUN   TestDockerSuite/TestRunDNSOptions
17:26:59 [2021-08-20T17:26:59.159Z] === RUN   TestServiceUpdatePidsLimit/unset_PidsLimit_to_0
17:26:59 [2021-08-20T17:26:59.169Z] === RUN   TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf
17:27:00 [2021-08-20T17:27:00.504Z] --- PASS: TestRenameStoppedContainer (3.01s)
17:27:00 [2021-08-20T17:27:00.504Z] === RUN   TestRenameRunningContainerAndReuse
17:27:01 [2021-08-20T17:27:01.059Z] === RUN   TestDockerSuite/TestRunDNSRepeatOptions
17:27:01 [2021-08-20T17:27:01.622Z] === RUN   TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule
17:27:02 [2021-08-20T17:27:02.369Z] --- PASS: TestBuildWCOWSandboxSize (689.87s)
17:27:02 [2021-08-20T17:27:02.369Z] === RUN   TestBuildWithEmptyDockerfile
17:27:02 [2021-08-20T17:27:02.369Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
17:27:02 [2021-08-20T17:27:02.369Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
17:27:02 [2021-08-20T17:27:02.369Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
17:27:02 [2021-08-20T17:27:02.369Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
17:27:02 [2021-08-20T17:27:02.369Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
17:27:02 [2021-08-20T17:27:02.369Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
17:27:02 [2021-08-20T17:27:02.369Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
17:27:02 [2021-08-20T17:27:02.369Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
17:27:02 [2021-08-20T17:27:02.369Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
17:27:02 [2021-08-20T17:27:02.369Z] --- PASS: TestBuildWithEmptyDockerfile (0.50s)
17:27:02 [2021-08-20T17:27:02.369Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s)
17:27:02 [2021-08-20T17:27:02.369Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s)
17:27:02 [2021-08-20T17:27:02.369Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s)
17:27:02 [2021-08-20T17:27:02.369Z] === RUN   TestBuildPreserveOwnership
17:27:02 [2021-08-20T17:27:02.369Z]     build_test.go:632: testEnv.DaemonInfo.OSType == "windows": FIXME
17:27:02 [2021-08-20T17:27:02.369Z] --- SKIP: TestBuildPreserveOwnership (0.00s)
17:27:02 [2021-08-20T17:27:02.369Z] === RUN   TestBuildPlatformInvalid
17:27:02 [2021-08-20T17:27:02.369Z] --- PASS: TestBuildPlatformInvalid (0.54s)
17:27:02 [2021-08-20T17:27:02.369Z] PASS
17:27:02 [2021-08-20T17:27:02.369Z] ok  	github.com/docker/docker/integration/build	836.428s
17:27:02 [2021-08-20T17:27:02.369Z] 
17:27:02 [2021-08-20T17:27:02.369Z] === Skipped
17:27:02 [2021-08-20T17:27:02.369Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s)
17:27:02 [2021-08-20T17:27:02.369Z]     build_session_test.go:25: TODO: BuildKit
17:27:02 [2021-08-20T17:27:02.369Z] 
17:27:02 [2021-08-20T17:27:02.369Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s)
17:27:02 [2021-08-20T17:27:02.369Z]     build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows"
17:27:02 [2021-08-20T17:27:02.369Z] 
17:27:02 [2021-08-20T17:27:02.369Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.00s)
17:27:02 [2021-08-20T17:27:02.369Z]     build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME
17:27:02 [2021-08-20T17:27:02.369Z] 
17:27:02 [2021-08-20T17:27:02.369Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s)
17:27:02 [2021-08-20T17:27:02.369Z]     build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME
17:27:02 [2021-08-20T17:27:02.369Z] 
17:27:02 [2021-08-20T17:27:02.369Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s)
17:27:02 [2021-08-20T17:27:02.369Z]     build_test.go:632: testEnv.DaemonInfo.OSType == "windows": FIXME
17:27:02 [2021-08-20T17:27:02.369Z] 
17:27:02 [2021-08-20T17:27:02.369Z] 
17:27:02 [2021-08-20T17:27:02.369Z] DONE 29 tests, 5 skipped in 859.005s
17:27:02 [2021-08-20T17:27:02.369Z] Running D:\gopath\src\github.com\docker\docker\integration\config
17:27:02 [2021-08-20T17:27:02.369Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2022
17:27:02 [2021-08-20T17:27:02.369Z] INFO: Testing against a local daemon
17:27:02 [2021-08-20T17:27:02.369Z] === RUN   TestConfigInspect
17:27:02 [2021-08-20T17:27:02.369Z]     config_test.go:25: testEnv.DaemonInfo.OSType == "windows"
17:27:02 [2021-08-20T17:27:02.369Z] --- SKIP: TestConfigInspect (0.00s)
17:27:02 [2021-08-20T17:27:02.369Z] === RUN   TestConfigList
17:27:02 [2021-08-20T17:27:02.369Z]     config_test.go:49: testEnv.DaemonInfo.OSType == "windows"
17:27:02 [2021-08-20T17:27:02.369Z] --- SKIP: TestConfigList (0.00s)
17:27:02 [2021-08-20T17:27:02.369Z] === RUN   TestConfigsCreateAndDelete
17:27:02 [2021-08-20T17:27:02.369Z]     config_test.go:130: testEnv.DaemonInfo.OSType == "windows"
17:27:02 [2021-08-20T17:27:02.369Z] --- SKIP: TestConfigsCreateAndDelete (0.00s)
17:27:02 [2021-08-20T17:27:02.369Z] === RUN   TestConfigsUpdate
17:27:02 [2021-08-20T17:27:02.369Z]     config_test.go:168: testEnv.DaemonInfo.OSType == "windows"
17:27:02 [2021-08-20T17:27:02.369Z] --- SKIP: TestConfigsUpdate (0.00s)
17:27:02 [2021-08-20T17:27:02.369Z] === RUN   TestTemplatedConfig
17:27:02 [2021-08-20T17:27:02.369Z]     config_test.go:220: testEnv.DaemonInfo.OSType == "windows"
17:27:02 [2021-08-20T17:27:02.369Z] --- SKIP: TestTemplatedConfig (0.00s)
17:27:02 [2021-08-20T17:27:02.369Z] === RUN   TestConfigCreateResolve
17:27:02 [2021-08-20T17:27:02.369Z]     config_test.go:330: testEnv.DaemonInfo.OSType != "linux"
17:27:02 [2021-08-20T17:27:02.369Z] --- SKIP: TestConfigCreateResolve (0.00s)
17:27:02 [2021-08-20T17:27:02.369Z] PASS
17:27:02 [2021-08-20T17:27:02.369Z] ok  	github.com/docker/docker/integration/config	0.077s
17:27:02 [2021-08-20T17:27:02.369Z] 
17:27:02 [2021-08-20T17:27:02.369Z] === Skipped
17:27:02 [2021-08-20T17:27:02.369Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s)
17:27:02 [2021-08-20T17:27:02.369Z]     config_test.go:25: testEnv.DaemonInfo.OSType == "windows"
17:27:02 [2021-08-20T17:27:02.369Z] 
17:27:02 [2021-08-20T17:27:02.369Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s)
17:27:02 [2021-08-20T17:27:02.369Z]     config_test.go:49: testEnv.DaemonInfo.OSType == "windows"
17:27:02 [2021-08-20T17:27:02.369Z] 
17:27:02 [2021-08-20T17:27:02.369Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s)
17:27:02 [2021-08-20T17:27:02.369Z]     config_test.go:130: testEnv.DaemonInfo.OSType == "windows"
17:27:02 [2021-08-20T17:27:02.369Z] 
17:27:02 [2021-08-20T17:27:02.369Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s)
17:27:02 [2021-08-20T17:27:02.369Z]     config_test.go:168: testEnv.DaemonInfo.OSType == "windows"
17:27:02 [2021-08-20T17:27:02.369Z] 
17:27:02 [2021-08-20T17:27:02.369Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s)
17:27:02 [2021-08-20T17:27:02.369Z]     config_test.go:220: testEnv.DaemonInfo.OSType == "windows"
17:27:02 [2021-08-20T17:27:02.369Z] 
17:27:02 [2021-08-20T17:27:02.369Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s)
17:27:02 [2021-08-20T17:27:02.369Z]     config_test.go:330: testEnv.DaemonInfo.OSType != "linux"
17:27:02 [2021-08-20T17:27:02.369Z] 
17:27:02 [2021-08-20T17:27:02.369Z] 
17:27:02 [2021-08-20T17:27:02.369Z] DONE 6 tests, 6 skipped in 2.450s
17:27:02 [2021-08-20T17:27:02.369Z] Running D:\gopath\src\github.com\docker\docker\integration\container
17:27:02 [2021-08-20T17:27:02.369Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2022
17:27:02 [2021-08-20T17:27:02.369Z] INFO: Testing against a local daemon
17:27:02 [2021-08-20T17:27:02.369Z] === RUN   TestCheckpoint
17:27:02 [2021-08-20T17:27:02.369Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
17:27:02 [2021-08-20T17:27:02.369Z] --- SKIP: TestCheckpoint (0.00s)
17:27:02 [2021-08-20T17:27:02.369Z] === RUN   TestContainerInvalidJSON
17:27:02 [2021-08-20T17:27:02.369Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
17:27:02 [2021-08-20T17:27:02.369Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
17:27:02 [2021-08-20T17:27:02.369Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
17:27:02 [2021-08-20T17:27:02.369Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
17:27:02 [2021-08-20T17:27:02.369Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
17:27:02 [2021-08-20T17:27:02.369Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
17:27:02 [2021-08-20T17:27:02.369Z] --- PASS: TestContainerInvalidJSON (0.56s)
17:27:02 [2021-08-20T17:27:02.369Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s)
17:27:02 [2021-08-20T17:27:02.369Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s)
17:27:02 [2021-08-20T17:27:02.369Z] === RUN   TestCopyFromContainerPathDoesNotExist
17:27:02 [2021-08-20T17:27:02.369Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.24s)
17:27:02 [2021-08-20T17:27:02.369Z] === RUN   TestCopyFromContainerPathIsNotDir
17:27:02 [2021-08-20T17:27:02.369Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.21s)
17:27:02 [2021-08-20T17:27:02.369Z] === RUN   TestCopyToContainerPathDoesNotExist
17:27:02 [2021-08-20T17:27:02.369Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.21s)
17:27:02 [2021-08-20T17:27:02.369Z] === RUN   TestCopyToContainerPathIsNotDir
17:27:02 [2021-08-20T17:27:02.369Z] --- PASS: TestCopyToContainerPathIsNotDir (0.22s)
17:27:02 [2021-08-20T17:27:02.369Z] === RUN   TestCopyFromContainer
17:27:02 [2021-08-20T17:27:02.369Z]     copy_test.go:82: testEnv.DaemonInfo.OSType == "windows"
17:27:02 [2021-08-20T17:27:02.369Z] --- SKIP: TestCopyFromContainer (0.00s)
17:27:02 [2021-08-20T17:27:02.369Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
17:27:02 [2021-08-20T17:27:02.369Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
17:27:02 [2021-08-20T17:27:02.369Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
17:27:02 [2021-08-20T17:27:02.369Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
17:27:02 [2021-08-20T17:27:02.369Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
17:27:02 [2021-08-20T17:27:02.369Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
17:27:02 [2021-08-20T17:27:02.369Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
17:27:02 [2021-08-20T17:27:02.369Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
17:27:02 [2021-08-20T17:27:02.369Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
17:27:02 [2021-08-20T17:27:02.369Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
17:27:02 [2021-08-20T17:27:02.369Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s)
17:27:02 [2021-08-20T17:27:02.369Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s)
17:27:02 [2021-08-20T17:27:02.369Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s)
17:27:02 [2021-08-20T17:27:02.369Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
17:27:02 [2021-08-20T17:27:02.369Z] === RUN   TestCreateLinkToNonExistingContainer
17:27:02 [2021-08-20T17:27:02.369Z]     create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows
17:27:02 [2021-08-20T17:27:02.369Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s)
17:27:02 [2021-08-20T17:27:02.369Z] === RUN   TestCreateWithInvalidEnv
17:27:02 [2021-08-20T17:27:02.369Z] === RUN   TestCreateWithInvalidEnv/0
17:27:02 [2021-08-20T17:27:02.369Z] === PAUSE TestCreateWithInvalidEnv/0
17:27:02 [2021-08-20T17:27:02.369Z] === RUN   TestCreateWithInvalidEnv/1
17:27:02 [2021-08-20T17:27:02.369Z] === PAUSE TestCreateWithInvalidEnv/1
17:27:02 [2021-08-20T17:27:02.369Z] === RUN   TestCreateWithInvalidEnv/2
17:27:02 [2021-08-20T17:27:02.369Z] === PAUSE TestCreateWithInvalidEnv/2
17:27:02 [2021-08-20T17:27:02.369Z] === CONT  TestCreateWithInvalidEnv/0
17:27:02 [2021-08-20T17:27:02.369Z] === CONT  TestCreateWithInvalidEnv/2
17:27:02 [2021-08-20T17:27:02.369Z] === CONT  TestCreateWithInvalidEnv/1
17:27:02 [2021-08-20T17:27:02.369Z] --- PASS: TestCreateWithInvalidEnv (0.03s)
17:27:02 [2021-08-20T17:27:02.369Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
17:27:02 [2021-08-20T17:27:02.369Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
17:27:02 [2021-08-20T17:27:02.369Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.00s)
17:27:02 [2021-08-20T17:27:02.369Z] === RUN   TestCreateTmpfsMountsTarget
17:27:02 [2021-08-20T17:27:02.369Z]     create_test.go:137: testEnv.DaemonInfo.OSType == "windows"
17:27:02 [2021-08-20T17:27:02.369Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s)
17:27:02 [2021-08-20T17:27:02.369Z] === RUN   TestCreateWithCustomMaskedPaths
17:27:02 [2021-08-20T17:27:02.369Z]     create_test.go:181: testEnv.DaemonInfo.OSType != "linux"
17:27:02 [2021-08-20T17:27:02.369Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s)
17:27:02 [2021-08-20T17:27:02.369Z] === RUN   TestCreateWithCustomReadonlyPaths
17:27:02 [2021-08-20T17:27:02.369Z]     create_test.go:261: testEnv.DaemonInfo.OSType != "linux"
17:27:02 [2021-08-20T17:27:02.369Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s)
17:27:02 [2021-08-20T17:27:02.369Z] === RUN   TestCreateWithInvalidHealthcheckParams
17:27:02 [2021-08-20T17:27:02.369Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
17:27:02 [2021-08-20T17:27:02.369Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
17:27:02 [2021-08-20T17:27:02.369Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
17:27:02 [2021-08-20T17:27:02.369Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
17:27:02 [2021-08-20T17:27:02.369Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
17:27:02 [2021-08-20T17:27:02.369Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
17:27:02 [2021-08-20T17:27:02.369Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
17:27:02 [2021-08-20T17:27:02.369Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
17:27:02 [2021-08-20T17:27:02.369Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
17:27:02 [2021-08-20T17:27:02.369Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
17:27:02 [2021-08-20T17:27:02.369Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
17:27:02 [2021-08-20T17:27:02.369Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
17:27:02 [2021-08-20T17:27:02.369Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
17:27:02 [2021-08-20T17:27:02.369Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
17:27:02 [2021-08-20T17:27:02.369Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
17:27:02 [2021-08-20T17:27:02.369Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s)
17:27:02 [2021-08-20T17:27:02.369Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s)
17:27:02 [2021-08-20T17:27:02.369Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s)
17:27:02 [2021-08-20T17:27:02.369Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
17:27:02 [2021-08-20T17:27:02.369Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
17:27:02 [2021-08-20T17:27:02.369Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s)
17:27:02 [2021-08-20T17:27:02.369Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
17:27:02 [2021-08-20T17:27:02.369Z]     create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs
17:27:02 [2021-08-20T17:27:02.369Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s)
17:27:02 [2021-08-20T17:27:02.369Z] === RUN   TestCreateDifferentPlatform
17:27:02 [2021-08-20T17:27:02.369Z] === RUN   TestCreateDifferentPlatform/different_os
17:27:02 [2021-08-20T17:27:02.369Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
17:27:02 [2021-08-20T17:27:02.369Z] --- PASS: TestCreateDifferentPlatform (0.03s)
17:27:02 [2021-08-20T17:27:02.369Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
17:27:02 [2021-08-20T17:27:02.369Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
17:27:02 [2021-08-20T17:27:02.369Z] === RUN   TestCreateVolumesFromNonExistingContainer
17:27:02 [2021-08-20T17:27:02.369Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.11s)
17:27:02 [2021-08-20T17:27:02.369Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
17:27:02 [2021-08-20T17:27:02.369Z]     create_test.go:518: testEnv.OSType != "linux": test image is only available on linux
17:27:02 [2021-08-20T17:27:02.369Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.03s)
17:27:02 [2021-08-20T17:27:02.369Z] === RUN   TestContainerKillOnDaemonStart
17:27:02 [2021-08-20T17:27:02.369Z]     daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows"
17:27:02 [2021-08-20T17:27:02.369Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s)
17:27:02 [2021-08-20T17:27:02.369Z] === RUN   TestDiff
17:27:02 [2021-08-20T17:27:02.369Z]     diff_test.go:17: testEnv.OSType == "windows": FIXME
17:27:02 [2021-08-20T17:27:02.369Z] --- SKIP: TestDiff (0.00s)
17:27:02 [2021-08-20T17:27:02.369Z] === RUN   TestExecWithCloseStdin
17:27:02 [2021-08-20T17:27:02.369Z] --- PASS: TestExecWithCloseStdin (2.70s)
17:27:02 [2021-08-20T17:27:02.369Z] === RUN   TestExec
17:27:02 [2021-08-20T17:27:02.825Z] --- PASS: TestExec (1.73s)
17:27:02 [2021-08-20T17:27:02.825Z] === RUN   TestExecUser
17:27:02 [2021-08-20T17:27:02.825Z]     exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state.
17:27:02 [2021-08-20T17:27:02.825Z] --- SKIP: TestExecUser (0.00s)
17:27:02 [2021-08-20T17:27:02.825Z] === RUN   TestExportContainerAndImportImage
17:27:02 [2021-08-20T17:27:02.825Z]     export_test.go:23: testEnv.DaemonInfo.OSType == "windows"
17:27:02 [2021-08-20T17:27:02.825Z] --- SKIP: TestExportContainerAndImportImage (0.00s)
17:27:02 [2021-08-20T17:27:02.825Z] === RUN   TestExportContainerAfterDaemonRestart
17:27:02 [2021-08-20T17:27:02.825Z]     export_test.go:61: testEnv.DaemonInfo.OSType == "windows"
17:27:02 [2021-08-20T17:27:02.825Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s)
17:27:02 [2021-08-20T17:27:02.825Z] === RUN   TestHealthCheckWorkdir
17:27:02 [2021-08-20T17:27:02.825Z]     health_test.go:20: testEnv.OSType == "windows": FIXME
17:27:02 [2021-08-20T17:27:02.825Z] --- SKIP: TestHealthCheckWorkdir (0.00s)
17:27:02 [2021-08-20T17:27:02.825Z] === RUN   TestHealthKillContainer
17:27:02 [2021-08-20T17:27:02.825Z]     health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574
17:27:02 [2021-08-20T17:27:02.825Z] --- SKIP: TestHealthKillContainer (0.00s)
17:27:02 [2021-08-20T17:27:02.825Z] === RUN   TestInspectCpusetInConfigPre120
17:27:02 [2021-08-20T17:27:02.825Z]     inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet
17:27:02 [2021-08-20T17:27:02.825Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s)
17:27:02 [2021-08-20T17:27:02.825Z] === RUN   TestKillContainerInvalidSignal
17:27:03 [2021-08-20T17:27:03.516Z] === RUN   TestDockerSuite/TestRunDetachedContainerIDPrinting
17:27:04 [2021-08-20T17:27:04.443Z] === RUN   TestDockerSuite/TestRunDeviceDirectory
17:27:04 [2021-08-20T17:27:04.443Z]     docker_cli_run_unix_test.go:86: Host does not have /dev/snd
17:27:04 [2021-08-20T17:27:04.443Z] === RUN   TestDockerSuite/TestRunDeviceNumbers
17:27:04 [2021-08-20T17:27:04.987Z] --- PASS: TestKillContainerInvalidSignal (1.68s)
17:27:04 [2021-08-20T17:27:04.987Z] === RUN   TestKillContainer
17:27:04 [2021-08-20T17:27:04.987Z] === RUN   TestKillContainer/no_signal
17:27:05 [2021-08-20T17:27:05.175Z] --- PASS: TestRenameRunningContainerAndReuse (4.75s)
17:27:05 [2021-08-20T17:27:05.175Z] === RUN   TestRenameInvalidName
17:27:05 [2021-08-20T17:27:05.372Z] === RUN   TestDockerSuite/TestRunDeviceSymlink
17:27:05 [2021-08-20T17:27:05.628Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsConfig
17:27:06 [2021-08-20T17:27:06.513Z] === RUN   TestKillContainer/non_killing_signal
17:27:06 [2021-08-20T17:27:06.513Z]     kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH
17:27:06 [2021-08-20T17:27:06.513Z] === RUN   TestKillContainer/killing_signal
17:27:06 [2021-08-20T17:27:06.994Z] === RUN   TestDockerSuite/TestRunDisallowBindMountingRootToRoot
17:27:07 [2021-08-20T17:27:07.268Z] === RUN   TestDockerSuite/TestRunDuplicateMount
17:27:07 [2021-08-20T17:27:07.289Z] === RUN   TestServiceUpdatePidsLimit/update_PidsLimit_to_100
17:27:07 [2021-08-20T17:27:07.342Z] --- PASS: TestRenameInvalidName (2.32s)
17:27:07 [2021-08-20T17:27:07.342Z] === RUN   TestRenameAnonymousContainer
17:27:08 [2021-08-20T17:27:08.216Z] === RUN   TestDockerSuite/TestRunEchoNamedContainer
17:27:08 [2021-08-20T17:27:08.216Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsNetwork
17:27:08 [2021-08-20T17:27:08.677Z] --- PASS: TestKillContainer (3.77s)
17:27:08 [2021-08-20T17:27:08.677Z]     --- PASS: TestKillContainer/no_signal (1.54s)
17:27:08 [2021-08-20T17:27:08.677Z]     --- SKIP: TestKillContainer/non_killing_signal (0.00s)
17:27:08 [2021-08-20T17:27:08.677Z]     --- PASS: TestKillContainer/killing_signal (2.19s)
17:27:08 [2021-08-20T17:27:08.677Z] === RUN   TestKillWithStopSignalAndRestartPolicies
17:27:08 [2021-08-20T17:27:08.677Z]     kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later
17:27:08 [2021-08-20T17:27:08.677Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s)
17:27:08 [2021-08-20T17:27:08.677Z] === RUN   TestKillStoppedContainer
17:27:08 [2021-08-20T17:27:08.677Z]     kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later
17:27:08 [2021-08-20T17:27:08.677Z] --- SKIP: TestKillStoppedContainer (0.00s)
17:27:08 [2021-08-20T17:27:08.677Z] === RUN   TestKillStoppedContainerAPIPre120
17:27:08 [2021-08-20T17:27:08.677Z]     kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later
17:27:08 [2021-08-20T17:27:08.677Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s)
17:27:08 [2021-08-20T17:27:08.677Z] === RUN   TestKillDifferentUserContainer
17:27:08 [2021-08-20T17:27:08.677Z]     kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform
17:27:08 [2021-08-20T17:27:08.677Z] --- SKIP: TestKillDifferentUserContainer (0.00s)
17:27:08 [2021-08-20T17:27:08.677Z] === RUN   TestInspectOomKilledTrue
17:27:08 [2021-08-20T17:27:08.677Z]     kill_test.go:155: testEnv.DaemonInfo.OSType == "windows"
17:27:08 [2021-08-20T17:27:08.677Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
17:27:08 [2021-08-20T17:27:08.677Z] === RUN   TestInspectOomKilledFalse
17:27:08 [2021-08-20T17:27:08.677Z]     kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
17:27:08 [2021-08-20T17:27:08.677Z] --- SKIP: TestInspectOomKilledFalse (0.00s)
17:27:08 [2021-08-20T17:27:08.677Z] === RUN   TestLogsFollowTailEmpty
17:27:09 [2021-08-20T17:27:09.145Z] === RUN   TestDockerSuite/TestRunEchoStdout
17:27:09 [2021-08-20T17:27:09.708Z] === RUN   TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit
17:27:10 [2021-08-20T17:27:10.202Z] --- PASS: TestLogsFollowTailEmpty (1.67s)
17:27:10 [2021-08-20T17:27:10.202Z] === RUN   TestNetworkNat
17:27:10 [2021-08-20T17:27:10.202Z]     nat_test.go:24: testEnv.OSType == "windows": FIXME
17:27:10 [2021-08-20T17:27:10.202Z] --- SKIP: TestNetworkNat (0.00s)
17:27:10 [2021-08-20T17:27:10.202Z] === RUN   TestNetworkLocalhostTCPNat
17:27:10 [2021-08-20T17:27:10.637Z] === RUN   TestDockerSuite/TestRunEmptyEnv
17:27:10 [2021-08-20T17:27:10.637Z] === RUN   TestDockerSuite/TestRunEntrypoint
17:27:10 [2021-08-20T17:27:10.894Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsNode
17:27:11 [2021-08-20T17:27:11.456Z] === RUN   TestDockerSuite/TestRunEnvironment
17:27:12 [2021-08-20T17:27:12.381Z] --- PASS: TestNetworkLocalhostTCPNat (2.03s)
17:27:12 [2021-08-20T17:27:12.382Z] === RUN   TestNetworkLoopbackNat
17:27:12 [2021-08-20T17:27:12.382Z]     nat_test.go:60: testEnv.OSType == "windows": FIXME
17:27:12 [2021-08-20T17:27:12.382Z] --- SKIP: TestNetworkLoopbackNat (0.00s)
17:27:12 [2021-08-20T17:27:12.382Z] === RUN   TestPause
17:27:12 [2021-08-20T17:27:12.382Z]     pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process"
17:27:12 [2021-08-20T17:27:12.382Z] --- SKIP: TestPause (0.00s)
17:27:12 [2021-08-20T17:27:12.382Z] === RUN   TestPauseFailsOnWindowsServerContainers
17:27:12 [2021-08-20T17:27:12.385Z] === RUN   TestDockerSuite/TestRunEnvironmentErase
17:27:13 [2021-08-20T17:27:13.315Z]     docker_cli_swarm_test.go:1901: [dbbde05fe0c89] joining swarm manager [d02225da727d2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
17:27:13 [2021-08-20T17:27:13.315Z] === RUN   TestDockerSuite/TestRunEnvironmentOverride
17:27:13 [2021-08-20T17:27:13.866Z] --- PASS: TestServiceUpdatePidsLimit (17.46s)
17:27:13 [2021-08-20T17:27:13.866Z]     --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (1.03s)
17:27:13 [2021-08-20T17:27:13.866Z]     --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.23s)
17:27:13 [2021-08-20T17:27:13.866Z]     --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.13s)
17:27:13 [2021-08-20T17:27:13.866Z] PASS
17:27:13 [2021-08-20T17:27:13.866Z] 
17:27:13 [2021-08-20T17:27:13.866Z] === Skipped
17:27:13 [2021-08-20T17:27:13.866Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.01s)
17:27:13 [2021-08-20T17:27:13.866Z]     list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41")
17:27:13 [2021-08-20T17:27:13.866Z] 
17:27:13 [2021-08-20T17:27:13.866Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s)
17:27:13 [2021-08-20T17:27:13.866Z]     plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64"
17:27:13 [2021-08-20T17:27:13.866Z] 
17:27:13 [2021-08-20T17:27:13.866Z] 
17:27:13 [2021-08-20T17:27:13.866Z] DONE 27 tests, 2 skipped in 151.605s
17:27:13 [2021-08-20T17:27:13.866Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m 
17:27:13 [2021-08-20T17:27:13.866Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.session -t ./test.main -test.v -test.timeout=120m
17:27:13 [2021-08-20T17:27:13.866Z] ++ set -e
17:27:13 [2021-08-20T17:27:13.866Z] ++ '[' -n 0 ']'
17:27:13 [2021-08-20T17:27:13.866Z] ++ set -x
17:27:13 [2021-08-20T17:27:13.866Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-session-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.session -t ./test.main -test.v -test.timeout=120m
17:27:13 [2021-08-20T17:27:13.878Z] === RUN   TestDockerSuite/TestRunExitCode
17:27:13 [2021-08-20T17:27:13.906Z] --- PASS: TestPauseFailsOnWindowsServerContainers (1.63s)
17:27:13 [2021-08-20T17:27:13.906Z] === RUN   TestPauseStopPausedContainer
17:27:13 [2021-08-20T17:27:13.906Z]     pause_test.go:70: testEnv.DaemonInfo.OSType == "windows"
17:27:13 [2021-08-20T17:27:13.906Z] --- SKIP: TestPauseStopPausedContainer (0.00s)
17:27:13 [2021-08-20T17:27:13.906Z] === RUN   TestPsFilter
17:27:13 [2021-08-20T17:27:13.906Z] --- PASS: TestPsFilter (0.31s)
17:27:13 [2021-08-20T17:27:13.906Z] === RUN   TestRemoveContainerWithRemovedVolume
17:27:14 [2021-08-20T17:27:14.127Z] INFO: Testing against a local daemon
17:27:14 [2021-08-20T17:27:14.127Z] === RUN   TestSessionCreate
17:27:14 [2021-08-20T17:27:14.127Z] --- PASS: TestSessionCreate (0.04s)
17:27:14 [2021-08-20T17:27:14.127Z] === RUN   TestSessionCreateWithBadUpgrade
17:27:14 [2021-08-20T17:27:14.127Z] --- PASS: TestSessionCreateWithBadUpgrade (0.04s)
17:27:14 [2021-08-20T17:27:14.127Z] PASS
17:27:14 [2021-08-20T17:27:14.127Z] 
17:27:14 [2021-08-20T17:27:14.127Z] DONE 2 tests in 0.209s
17:27:14 [2021-08-20T17:27:14.127Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m 
17:27:14 [2021-08-20T17:27:14.127Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.system -t ./test.main -test.v -test.timeout=120m
17:27:14 [2021-08-20T17:27:14.127Z] ++ set -e
17:27:14 [2021-08-20T17:27:14.127Z] ++ '[' -n 0 ']'
17:27:14 [2021-08-20T17:27:14.127Z] ++ set -x
17:27:14 [2021-08-20T17:27:14.127Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-system-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.system -t ./test.main -test.v -test.timeout=120m
17:27:14 [2021-08-20T17:27:14.387Z] INFO: Testing against a local daemon
17:27:14 [2021-08-20T17:27:14.387Z] === RUN   TestCgroupDriverSystemdMemoryLimit
17:27:14 [2021-08-20T17:27:14.387Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
17:27:14 [2021-08-20T17:27:14.387Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.01s)
17:27:14 [2021-08-20T17:27:14.387Z] === RUN   TestDiskUsage
17:27:14 [2021-08-20T17:27:14.387Z] === PAUSE TestDiskUsage
17:27:14 [2021-08-20T17:27:14.387Z] === RUN   TestEventsExecDie
17:27:14 [2021-08-20T17:27:14.440Z]     docker_cli_swarm_test.go:1902: [df50572abfe20] joining swarm manager [d02225da727d2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
17:27:14 [2021-08-20T17:27:14.697Z] === RUN   TestDockerSuite/TestRunExitCodeOne
17:27:15 [2021-08-20T17:27:15.626Z] === RUN   TestDockerSuite/TestRunExitCodeZero
17:27:15 [2021-08-20T17:27:15.770Z] --- PASS: TestEventsExecDie (1.12s)
17:27:15 [2021-08-20T17:27:15.770Z] === RUN   TestEventsBackwardsCompatible
17:27:15 [2021-08-20T17:27:15.770Z] --- PASS: TestEventsBackwardsCompatible (0.07s)
17:27:15 [2021-08-20T17:27:15.770Z] === RUN   TestEventsVolumeCreate
17:27:15 [2021-08-20T17:27:15.770Z] --- PASS: TestEventsVolumeCreate (0.08s)
17:27:15 [2021-08-20T17:27:15.770Z] === RUN   TestInfoBinaryCommits
17:27:15 [2021-08-20T17:27:15.770Z] --- PASS: TestInfoBinaryCommits (0.04s)
17:27:15 [2021-08-20T17:27:15.770Z] === RUN   TestInfoAPIVersioned
17:27:15 [2021-08-20T17:27:15.770Z] --- PASS: TestInfoAPIVersioned (0.01s)
17:27:15 [2021-08-20T17:27:15.770Z] === RUN   TestInfoDiscoveryBackend
17:27:16 [2021-08-20T17:27:16.071Z] --- PASS: TestRemoveContainerWithRemovedVolume (2.21s)
17:27:16 [2021-08-20T17:27:16.071Z] === RUN   TestRemoveContainerWithVolume
17:27:16 [2021-08-20T17:27:16.190Z] === RUN   TestDockerSuite/TestRunExitOnStdinClose
17:27:16 [2021-08-20T17:27:16.340Z] --- PASS: TestInfoDiscoveryBackend (0.54s)
17:27:16 [2021-08-20T17:27:16.341Z] === RUN   TestInfoDiscoveryInvalidAdvertise
17:27:17 [2021-08-20T17:27:17.119Z] === RUN   TestDockerSuite/TestRunExposePort
17:27:17 [2021-08-20T17:27:17.119Z] === RUN   TestDockerSuite/TestRunFullHostnameSet
17:27:17 [2021-08-20T17:27:17.282Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s)
17:27:17 [2021-08-20T17:27:17.282Z] === RUN   TestInfoDiscoveryAdvertiseInterfaceName
17:27:17 [2021-08-20T17:27:17.633Z] --- PASS: TestRenameAnonymousContainer (9.79s)
17:27:17 [2021-08-20T17:27:17.634Z] === RUN   TestRenameContainerWithSameName
17:27:17 [2021-08-20T17:27:17.681Z] === RUN   TestDockerSuite/TestRunGroupAdd
17:27:17 [2021-08-20T17:27:17.852Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.54s)
17:27:17 [2021-08-20T17:27:17.853Z] === RUN   TestInfoAPI
17:27:17 [2021-08-20T17:27:17.853Z] --- PASS: TestInfoAPI (0.04s)
17:27:17 [2021-08-20T17:27:17.853Z] === RUN   TestInfoAPIWarnings
17:27:18 [2021-08-20T17:27:18.244Z] === RUN   TestDockerSuite/TestRunHostnameFQDN
17:27:18 [2021-08-20T17:27:18.967Z] --- PASS: TestRemoveContainerWithVolume (2.22s)
17:27:18 [2021-08-20T17:27:18.967Z] === RUN   TestRemoveContainerRunning
17:27:19 [2021-08-20T17:27:19.163Z] --- PASS: TestRenameContainerWithSameName (2.36s)
17:27:19 [2021-08-20T17:27:19.163Z] === RUN   TestRenameContainerWithLinkedContainer
17:27:19 [2021-08-20T17:27:19.163Z]     rename_test.go:193: testEnv.OSType == "windows": FIXME
17:27:19 [2021-08-20T17:27:19.163Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s)
17:27:19 [2021-08-20T17:27:19.163Z] === RUN   TestResize
17:27:19 [2021-08-20T17:27:19.612Z] === RUN   TestDockerSuite/TestRunHostnameInHostMode
17:27:19 [2021-08-20T17:27:19.928Z] --- PASS: TestRemoveContainerRunning (1.63s)
17:27:19 [2021-08-20T17:27:19.928Z] === RUN   TestRemoveContainerForceRemoveRunning
17:27:20 [2021-08-20T17:27:20.177Z] === RUN   TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent
17:27:20 [2021-08-20T17:27:20.177Z]     docker_cli_run_test.go:4124: unmatched requirement IsolationIsHyperv
17:27:20 [2021-08-20T17:27:20.177Z] === RUN   TestDockerSuite/TestRunInitLayerPathOwnership
17:27:22 [2021-08-20T17:27:22.052Z] --- PASS: TestResize (2.36s)
17:27:22 [2021-08-20T17:27:22.052Z] === RUN   TestResizeWithInvalidSize
17:27:22 [2021-08-20T17:27:22.090Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.59s)
17:27:22 [2021-08-20T17:27:22.090Z] === RUN   TestRemoveInvalidContainer
17:27:22 [2021-08-20T17:27:22.090Z] --- PASS: TestRemoveInvalidContainer (0.02s)
17:27:22 [2021-08-20T17:27:22.090Z] === RUN   TestRenameLinkedContainer
17:27:22 [2021-08-20T17:27:22.090Z]     rename_test.go:26: testEnv.OSType == "windows": FIXME
17:27:22 [2021-08-20T17:27:22.090Z] --- SKIP: TestRenameLinkedContainer (0.00s)
17:27:22 [2021-08-20T17:27:22.090Z] === RUN   TestRenameStoppedContainer
17:27:23 [2021-08-20T17:27:23.449Z] === RUN   TestDockerSuite/TestRunInspectMacAddress
17:27:23 [2021-08-20T17:27:23.705Z] === RUN   TestDockerSuite/TestRunInteractiveWithRestartPolicy
17:27:24 [2021-08-20T17:27:24.220Z] --- PASS: TestResizeWithInvalidSize (2.31s)
17:27:24 [2021-08-20T17:27:24.220Z] === RUN   TestResizeWhenContainerNotStarted
17:27:24 [2021-08-20T17:27:24.261Z] --- PASS: TestRenameStoppedContainer (2.25s)
17:27:24 [2021-08-20T17:27:24.261Z] === RUN   TestRenameRunningContainerAndReuse
17:27:24 [2021-08-20T17:27:24.267Z] === RUN   TestDockerSuite/TestRunInvalidCPUShares
17:27:24 [2021-08-20T17:27:24.830Z] === RUN   TestDockerSuite/TestRunInvalidCgroupParent
17:27:26 [2021-08-20T17:27:26.388Z] --- PASS: TestResizeWhenContainerNotStarted (2.46s)
17:27:26 [2021-08-20T17:27:26.388Z] === RUN   TestDaemonRestartKillContainers
17:27:26 [2021-08-20T17:27:26.388Z]     restart_test.go:18: testEnv.DaemonInfo.OSType == "windows"
17:27:26 [2021-08-20T17:27:26.388Z] --- SKIP: TestDaemonRestartKillContainers (0.00s)
17:27:26 [2021-08-20T17:27:26.388Z] === RUN   TestStats
17:27:26 [2021-08-20T17:27:26.388Z]     stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit
17:27:26 [2021-08-20T17:27:26.388Z] --- SKIP: TestStats (0.00s)
17:27:26 [2021-08-20T17:27:26.388Z] === RUN   TestStopContainerWithRestartPolicyAlways
17:27:26 [2021-08-20T17:27:26.719Z] === RUN   TestDockerSuite/TestRunInvalidCpusetCpusFlagValue
17:27:26 [2021-08-20T17:27:26.719Z] === RUN   TestDockerSuite/TestRunInvalidCpusetMemsFlagValue
17:27:26 [2021-08-20T17:27:26.719Z] === RUN   TestDockerSuite/TestRunInvalidReference
17:27:26 [2021-08-20T17:27:26.719Z] === RUN   TestDockerSuite/TestRunLeakyFileDescriptors
17:27:26 [2021-08-20T17:27:26.975Z] === RUN   TestDockerSuite/TestRunLinkToContainerNetMode
17:27:27 [2021-08-20T17:27:27.150Z] --- PASS: TestRenameRunningContainerAndReuse (3.30s)
17:27:27 [2021-08-20T17:27:27.150Z] === RUN   TestRenameInvalidName
17:27:29 [2021-08-20T17:27:29.318Z] --- PASS: TestRenameInvalidName (1.67s)
17:27:29 [2021-08-20T17:27:29.318Z] === RUN   TestRenameAnonymousContainer
17:27:30 [2021-08-20T17:27:30.263Z] === RUN   TestDockerSuite/TestRunLinksContainerWithContainerID
17:27:30 [2021-08-20T17:27:30.520Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsScope
17:27:31 [2021-08-20T17:27:31.886Z] === RUN   TestDockerSuite/TestRunLinksContainerWithContainerName
17:27:33 [2021-08-20T17:27:33.778Z] === RUN   TestDockerSuite/TestRunLookupGoogleDNS
17:27:35 [2021-08-20T17:27:35.957Z] --- PASS: TestInfoAPIWarnings (16.39s)
17:27:35 [2021-08-20T17:27:35.957Z] === RUN   TestInfoDebug
17:27:35 [2021-08-20T17:27:35.957Z] --- PASS: TestInfoDebug (0.54s)
17:27:35 [2021-08-20T17:27:35.957Z] === RUN   TestInfoInsecureRegistries
17:27:35 [2021-08-20T17:27:35.957Z] --- PASS: TestInfoInsecureRegistries (0.54s)
17:27:35 [2021-08-20T17:27:35.957Z] === RUN   TestInfoRegistryMirrors
17:27:35 [2021-08-20T17:27:35.957Z] --- PASS: TestInfoRegistryMirrors (0.54s)
17:27:35 [2021-08-20T17:27:35.957Z] === RUN   TestLoginFailsWithBadCredentials
17:27:35 [2021-08-20T17:27:35.957Z] --- PASS: TestLoginFailsWithBadCredentials (0.19s)
17:27:35 [2021-08-20T17:27:35.957Z] === RUN   TestPingCacheHeaders
17:27:35 [2021-08-20T17:27:35.957Z] --- PASS: TestPingCacheHeaders (0.04s)
17:27:35 [2021-08-20T17:27:35.957Z] === RUN   TestPingGet
17:27:35 [2021-08-20T17:27:35.957Z] --- PASS: TestPingGet (0.03s)
17:27:35 [2021-08-20T17:27:35.957Z] === RUN   TestPingHead
17:27:36 [2021-08-20T17:27:36.220Z] --- PASS: TestPingHead (0.04s)
17:27:36 [2021-08-20T17:27:36.220Z] === RUN   TestVersion
17:27:36 [2021-08-20T17:27:36.220Z] --- PASS: TestVersion (0.03s)
17:27:36 [2021-08-20T17:27:36.220Z] === CONT  TestDiskUsage
17:27:36 [2021-08-20T17:27:36.792Z] === RUN   TestDiskUsage/empty
17:27:36 [2021-08-20T17:27:36.792Z] === RUN   TestDiskUsage/empty/container_types
17:27:36 [2021-08-20T17:27:36.792Z] === RUN   TestDiskUsage/empty/image_types
17:27:36 [2021-08-20T17:27:36.792Z] === RUN   TestDiskUsage/empty/volume_types
17:27:36 [2021-08-20T17:27:36.792Z] === RUN   TestDiskUsage/empty/build-cache_types
17:27:36 [2021-08-20T17:27:36.792Z] === RUN   TestDiskUsage/empty/container,_volume_types
17:27:36 [2021-08-20T17:27:36.792Z] === RUN   TestDiskUsage/empty/image,_build-cache_types
17:27:36 [2021-08-20T17:27:36.792Z] === RUN   TestDiskUsage/empty/container,_volume,_build-cache_types
17:27:36 [2021-08-20T17:27:36.792Z] === RUN   TestDiskUsage/empty/image,_volume,_build-cache_types
17:27:36 [2021-08-20T17:27:36.792Z] === RUN   TestDiskUsage/empty/container,_image,_volume_types
17:27:36 [2021-08-20T17:27:36.792Z] === RUN   TestDiskUsage/empty/container,_image,_volume,_build-cache_types
17:27:36 [2021-08-20T17:27:36.792Z] === RUN   TestDiskUsage/after_LoadBusybox
17:27:36 [2021-08-20T17:27:36.792Z] === RUN   TestDiskUsage/after_LoadBusybox/container_types
17:27:36 [2021-08-20T17:27:36.792Z] === RUN   TestDiskUsage/after_LoadBusybox/image_types
17:27:36 [2021-08-20T17:27:36.792Z] === RUN   TestDiskUsage/after_LoadBusybox/volume_types
17:27:36 [2021-08-20T17:27:36.792Z] === RUN   TestDiskUsage/after_LoadBusybox/build-cache_types
17:27:36 [2021-08-20T17:27:36.792Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume_types
17:27:36 [2021-08-20T17:27:36.792Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_build-cache_types
17:27:36 [2021-08-20T17:27:36.792Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types
17:27:36 [2021-08-20T17:27:36.792Z] === RUN   TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types
17:27:36 [2021-08-20T17:27:36.792Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume_types
17:27:36 [2021-08-20T17:27:36.792Z] === RUN   TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types
17:27:36 [2021-08-20T17:27:36.792Z] === RUN   TestDiskUsage/after_container.Run
17:27:37 [2021-08-20T17:27:37.733Z] === RUN   TestDiskUsage/after_container.Run/container_types
17:27:37 [2021-08-20T17:27:37.733Z] === RUN   TestDiskUsage/after_container.Run/image_types
17:27:37 [2021-08-20T17:27:37.733Z] === RUN   TestDiskUsage/after_container.Run/volume_types
17:27:37 [2021-08-20T17:27:37.733Z] === RUN   TestDiskUsage/after_container.Run/build-cache_types
17:27:37 [2021-08-20T17:27:37.733Z] === RUN   TestDiskUsage/after_container.Run/container,_volume_types
17:27:37 [2021-08-20T17:27:37.733Z] === RUN   TestDiskUsage/after_container.Run/image,_build-cache_types
17:27:37 [2021-08-20T17:27:37.733Z] === RUN   TestDiskUsage/after_container.Run/container,_volume,_build-cache_types
17:27:37 [2021-08-20T17:27:37.733Z] === RUN   TestDiskUsage/after_container.Run/image,_volume,_build-cache_types
17:27:37 [2021-08-20T17:27:37.733Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume_types
17:27:37 [2021-08-20T17:27:37.733Z] === RUN   TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types
17:27:37 [2021-08-20T17:27:37.733Z] --- PASS: TestDiskUsage (1.63s)
17:27:37 [2021-08-20T17:27:37.733Z]     --- PASS: TestDiskUsage/empty (0.01s)
17:27:37 [2021-08-20T17:27:37.733Z]         --- PASS: TestDiskUsage/empty/container_types (0.00s)
17:27:37 [2021-08-20T17:27:37.733Z]         --- PASS: TestDiskUsage/empty/image_types (0.00s)
17:27:37 [2021-08-20T17:27:37.733Z]         --- PASS: TestDiskUsage/empty/volume_types (0.00s)
17:27:37 [2021-08-20T17:27:37.733Z]         --- PASS: TestDiskUsage/empty/build-cache_types (0.00s)
17:27:37 [2021-08-20T17:27:37.733Z]         --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s)
17:27:37 [2021-08-20T17:27:37.733Z]         --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s)
17:27:37 [2021-08-20T17:27:37.733Z]         --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s)
17:27:37 [2021-08-20T17:27:37.733Z]         --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s)
17:27:37 [2021-08-20T17:27:37.733Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s)
17:27:37 [2021-08-20T17:27:37.733Z]         --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s)
17:27:37 [2021-08-20T17:27:37.733Z]     --- PASS: TestDiskUsage/after_LoadBusybox (0.26s)
17:27:37 [2021-08-20T17:27:37.733Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s)
17:27:37 [2021-08-20T17:27:37.733Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s)
17:27:37 [2021-08-20T17:27:37.733Z]         --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s)
17:27:37 [2021-08-20T17:27:37.733Z]         --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s)
17:27:37 [2021-08-20T17:27:37.733Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s)
17:27:37 [2021-08-20T17:27:37.733Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s)
17:27:37 [2021-08-20T17:27:37.733Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s)
17:27:37 [2021-08-20T17:27:37.733Z]         --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s)
17:27:37 [2021-08-20T17:27:37.733Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s)
17:27:37 [2021-08-20T17:27:37.733Z]         --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s)
17:27:37 [2021-08-20T17:27:37.733Z]     --- PASS: TestDiskUsage/after_container.Run (0.63s)
17:27:37 [2021-08-20T17:27:37.733Z]         --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s)
17:27:37 [2021-08-20T17:27:37.733Z]         --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s)
17:27:37 [2021-08-20T17:27:37.733Z]         --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s)
17:27:37 [2021-08-20T17:27:37.733Z]         --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s)
17:27:37 [2021-08-20T17:27:37.733Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s)
17:27:37 [2021-08-20T17:27:37.733Z]         --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s)
17:27:37 [2021-08-20T17:27:37.733Z]         --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s)
17:27:37 [2021-08-20T17:27:37.733Z]         --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s)
17:27:37 [2021-08-20T17:27:37.734Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s)
17:27:37 [2021-08-20T17:27:37.734Z]         --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s)
17:27:37 [2021-08-20T17:27:37.734Z] PASS
17:27:37 [2021-08-20T17:27:37.734Z] 
17:27:37 [2021-08-20T17:27:37.734Z] === Skipped
17:27:37 [2021-08-20T17:27:37.734Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.01s)
17:27:37 [2021-08-20T17:27:37.734Z]     cgroupdriver_systemd_test.go:32: !hasSystemd()
17:27:37 [2021-08-20T17:27:37.734Z] 
17:27:37 [2021-08-20T17:27:37.734Z] 
17:27:37 [2021-08-20T17:27:37.734Z] DONE 53 tests, 1 skipped in 23.589s
17:27:37 [2021-08-20T17:27:37.734Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m 
17:27:37 [2021-08-20T17:27:37.734Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.volume -t ./test.main -test.v -test.timeout=120m
17:27:37 [2021-08-20T17:27:37.734Z] ++ set -e
17:27:37 [2021-08-20T17:27:37.734Z] ++ '[' -n 0 ']'
17:27:37 [2021-08-20T17:27:37.734Z] ++ set -x
17:27:37 [2021-08-20T17:27:37.734Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-volume-junit-report.xml --raw-command -- go tool test2json -p arm64.integration.volume -t ./test.main -test.v -test.timeout=120m
17:27:37 [2021-08-20T17:27:37.849Z] --- PASS: TestRenameAnonymousContainer (8.54s)
17:27:37 [2021-08-20T17:27:37.849Z] === RUN   TestRenameContainerWithSameName
17:27:37 [2021-08-20T17:27:37.994Z] INFO: Testing against a local daemon
17:27:37 [2021-08-20T17:27:37.994Z] === RUN   TestVolumesCreateAndList
17:27:37 [2021-08-20T17:27:37.994Z] --- PASS: TestVolumesCreateAndList (0.04s)
17:27:37 [2021-08-20T17:27:37.994Z] === RUN   TestVolumesRemove
17:27:37 [2021-08-20T17:27:37.994Z] --- PASS: TestVolumesRemove (0.08s)
17:27:37 [2021-08-20T17:27:37.994Z] === RUN   TestVolumesInspect
17:27:37 [2021-08-20T17:27:37.994Z] --- PASS: TestVolumesInspect (0.03s)
17:27:37 [2021-08-20T17:27:37.994Z] === RUN   TestVolumesInvalidJSON
17:27:37 [2021-08-20T17:27:37.994Z] === RUN   TestVolumesInvalidJSON//volumes/create
17:27:37 [2021-08-20T17:27:37.994Z] === PAUSE TestVolumesInvalidJSON//volumes/create
17:27:37 [2021-08-20T17:27:37.994Z] === CONT  TestVolumesInvalidJSON//volumes/create
17:27:37 [2021-08-20T17:27:37.994Z] --- PASS: TestVolumesInvalidJSON (0.03s)
17:27:37 [2021-08-20T17:27:37.994Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
17:27:37 [2021-08-20T17:27:37.994Z] PASS
17:27:38 [2021-08-20T17:27:38.255Z] 
17:27:38 [2021-08-20T17:27:38.255Z] DONE 5 tests in 0.328s
17:27:38 [2021-08-20T17:27:38.255Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
17:27:38 [2021-08-20T17:27:38.741Z] --- PASS: TestStopContainerWithRestartPolicyAlways (10.86s)
17:27:38 [2021-08-20T17:27:38.741Z] === RUN   TestStopContainerWithTimeout
17:27:38 [2021-08-20T17:27:38.741Z]     stop_windows_test.go:19: testEnv.OSType == "windows"
17:27:38 [2021-08-20T17:27:38.741Z] --- SKIP: TestStopContainerWithTimeout (0.00s)
17:27:38 [2021-08-20T17:27:38.741Z] === RUN   TestUpdateRestartPolicy
17:27:38 [2021-08-20T17:27:38.825Z] ++++ cat bundles/test-integration/docker.pid
17:27:38 [2021-08-20T17:27:38.825Z] +++ kill 15449
17:27:39 [2021-08-20T17:27:39.086Z] +++ /etc/init.d/apparmor stop
17:27:39 [2021-08-20T17:27:39.086Z] Leaving: AppArmorNo profiles have been unloaded.
17:27:39 [2021-08-20T17:27:39.086Z] 
17:27:39 [2021-08-20T17:27:39.086Z] Unloading profiles will leave already running processes permanently
17:27:39 [2021-08-20T17:27:39.086Z] unconfined, which can lead to unexpected situations.
17:27:39 [2021-08-20T17:27:39.086Z] 
17:27:39 [2021-08-20T17:27:39.086Z] To set a process to complain mode, use the command line tool
17:27:39 [2021-08-20T17:27:39.086Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
17:27:39 [2021-08-20T17:27:39.086Z] +++ true
17:27:39 [2021-08-20T17:27:39.086Z] exiting test-integration
17:27:39 [2021-08-20T17:27:39.086Z] ++ exit 0
17:27:39 [2021-08-20T17:27:39.086Z] 
17:27:39 [2021-08-20T17:27:39.374Z] --- PASS: TestRenameContainerWithSameName (1.65s)
17:27:39 [2021-08-20T17:27:39.374Z] === RUN   TestRenameContainerWithLinkedContainer
17:27:39 [2021-08-20T17:27:39.374Z]     rename_test.go:193: testEnv.OSType == "windows": FIXME
17:27:39 [2021-08-20T17:27:39.374Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s)
17:27:39 [2021-08-20T17:27:39.374Z] === RUN   TestResize
17:27:40 [2021-08-20T17:27:40.314Z] === RUN   TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled
17:27:40 [2021-08-20T17:27:40.314Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsSecret
17:27:40 [2021-08-20T17:27:40.314Z] === RUN   TestDockerSuite/TestRunLoopbackWhenNetworkDisabled
17:27:40 [2021-08-20T17:27:40.571Z] === RUN   TestDockerSuite/TestRunModeHostname
17:27:40 [2021-08-20T17:27:40.898Z] --- PASS: TestResize (1.68s)
17:27:40 [2021-08-20T17:27:40.899Z] === RUN   TestResizeWithInvalidSize
17:27:41 [2021-08-20T17:27:41.940Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsService
17:27:41 [2021-08-20T17:27:41.940Z] === RUN   TestDockerSuite/TestRunModeIpcContainerNotExists
17:27:41 [2021-08-20T17:27:41.940Z] === RUN   TestDockerSuite/TestRunModeIpcContainerNotRunning
17:27:42 [2021-08-20T17:27:42.196Z] === RUN   TestDockerSuite/TestRunModeIpcHost
17:27:42 [2021-08-20T17:27:42.426Z] --- PASS: TestResizeWithInvalidSize (1.64s)
17:27:42 [2021-08-20T17:27:42.426Z] === RUN   TestResizeWhenContainerNotStarted
Post stage
[Pipeline] junit
17:27:43 [2021-08-20T17:27:43.306Z] Recording test results
17:27:43 [2021-08-20T17:27:43.653Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
17:27:43 [2021-08-20T17:27:43.999Z] + echo Ensuring container killed.
17:27:43 [2021-08-20T17:27:43.999Z] Ensuring container killed.
17:27:43 [2021-08-20T17:27:43.999Z] + docker rm -vf docker-pr2
17:27:44 [2021-08-20T17:27:44.087Z] === RUN   TestDockerSuite/TestRunModeNetContainerHostname
17:27:44 [2021-08-20T17:27:44.259Z] Error: No such container: docker-pr2
[Pipeline] sh
17:27:44 [2021-08-20T17:27:44.547Z] + echo Chowning /workspace to jenkins user
17:27:44 [2021-08-20T17:27:44.547Z] Chowning /workspace to jenkins user
17:27:44 [2021-08-20T17:27:44.547Z] + id -u
17:27:44 [2021-08-20T17:27:44.547Z] + id -g
17:27:44 [2021-08-20T17:27:44.547Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42765:/workspace busybox chown -R 1000:1000 /workspace
17:27:44 [2021-08-20T17:27:44.590Z] --- PASS: TestResizeWhenContainerNotStarted (2.32s)
17:27:44 [2021-08-20T17:27:44.590Z] === RUN   TestDaemonRestartKillContainers
17:27:44 [2021-08-20T17:27:44.590Z]     restart_test.go:18: testEnv.DaemonInfo.OSType == "windows"
17:27:44 [2021-08-20T17:27:44.590Z] --- SKIP: TestDaemonRestartKillContainers (0.00s)
17:27:44 [2021-08-20T17:27:44.590Z] === RUN   TestStats
17:27:44 [2021-08-20T17:27:44.590Z]     stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit
17:27:44 [2021-08-20T17:27:44.590Z] --- SKIP: TestStats (0.00s)
17:27:44 [2021-08-20T17:27:44.590Z] === RUN   TestStopContainerWithRestartPolicyAlways
17:27:45 [2021-08-20T17:27:45.455Z] === RUN   TestDockerSuite/TestRunModePIDContainer
17:27:46 [2021-08-20T17:27:46.821Z] === RUN   TestDockerSuite/TestRunModePIDContainerNotExists
17:27:46 [2021-08-20T17:27:46.821Z] === RUN   TestDockerSuite/TestRunModePIDContainerNotRunning
17:27:47 [2021-08-20T17:27:47.077Z] === RUN   TestDockerSuite/TestRunModeUTSHost
17:27:48 [2021-08-20T17:27:48.306Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.73s)
17:27:48 [2021-08-20T17:27:48.306Z] === RUN   TestStopContainerWithTimeout
17:27:48 [2021-08-20T17:27:48.306Z]     stop_windows_test.go:19: testEnv.OSType == "windows"
17:27:48 [2021-08-20T17:27:48.306Z] --- SKIP: TestStopContainerWithTimeout (0.00s)
17:27:48 [2021-08-20T17:27:48.306Z] === RUN   TestUpdateRestartPolicy
17:27:48 [2021-08-20T17:27:48.444Z] === RUN   TestDockerSuite/TestRunMount
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
17:27:51 [2021-08-20T17:27:51.428Z] + bundleName=arm64-integration
17:27:51 [2021-08-20T17:27:51.428Z] + echo Creating arm64-integration-bundles.tar.gz
17:27:51 [2021-08-20T17:27:51.428Z] Creating arm64-integration-bundles.tar.gz
17:27:51 [2021-08-20T17:27:51.428Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print
17:27:51 [2021-08-20T17:27:51.428Z] + xargs tar -czf arm64-integration-bundles.tar.gz
[Pipeline] archiveArtifacts
17:27:51 [2021-08-20T17:27:51.702Z] Archiving artifacts
17:27:52 [2021-08-20T17:27:52.091Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42765/2/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
17:27:52 [2021-08-20T17:27:52.408Z] + make clean
17:27:52 [2021-08-20T17:27:52.978Z] docker volume rm -f docker-dev-cache
17:27:52 [2021-08-20T17:27:52.978Z] docker-dev-cache
[Pipeline] deleteDir
17:27:56 [2021-08-20T17:27:56.536Z] === RUN   TestDockerSuite/TestRunMountOrdering
17:27:57 [2021-08-20T17:27:57.100Z] === RUN   TestDockerSuite/TestRunMountReadOnlyDevShm
17:27:58 [2021-08-20T17:27:58.036Z] === RUN   TestDockerSuite/TestRunMountShmMqueueFromHost
17:27:58 [2021-08-20T17:27:58.293Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsSource
17:27:59 [2021-08-20T17:27:59.660Z] === RUN   TestDockerSuite/TestRunMultipleVolumesFrom
17:28:00 [2021-08-20T17:28:00.599Z]     docker_cli_swarm_test.go:1802: [d3770bf07dc70] joining swarm manager [de229083cf43d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
17:28:01 [2021-08-20T17:28:01.967Z]     docker_cli_swarm_test.go:1803: [dc6af398d75c6] joining swarm manager [de229083cf43d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
17:28:02 [2021-08-20T17:28:02.224Z] === RUN   TestDockerSuite/TestRunMutableNetworkFiles
17:28:03 [2021-08-20T17:28:03.841Z] --- PASS: TestUpdateRestartPolicy (23.16s)
17:28:03 [2021-08-20T17:28:03.841Z] === RUN   TestUpdateRestartWithAutoRemove
17:28:03 [2021-08-20T17:28:03.841Z] --- PASS: TestUpdateRestartWithAutoRemove (2.43s)
17:28:03 [2021-08-20T17:28:03.841Z] === RUN   TestWaitNonBlocked
17:28:03 [2021-08-20T17:28:03.841Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
17:28:03 [2021-08-20T17:28:03.841Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
17:28:03 [2021-08-20T17:28:03.841Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
17:28:03 [2021-08-20T17:28:03.841Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
17:28:03 [2021-08-20T17:28:03.841Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
17:28:03 [2021-08-20T17:28:03.841Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
17:28:06 [2021-08-20T17:28:06.396Z] === RUN   TestDockerSuite/TestRunNamedVolume
17:28:07 [2021-08-20T17:28:07.565Z] --- PASS: TestWaitNonBlocked (0.03s)
17:28:07 [2021-08-20T17:28:07.565Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (4.12s)
17:28:07 [2021-08-20T17:28:07.565Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (4.21s)
17:28:07 [2021-08-20T17:28:07.565Z] === RUN   TestWaitBlocked
17:28:07 [2021-08-20T17:28:07.565Z]     wait_test.go:59: testEnv.DaemonInfo.OSType != "linux"
17:28:07 [2021-08-20T17:28:07.565Z] --- SKIP: TestWaitBlocked (0.00s)
17:28:07 [2021-08-20T17:28:07.565Z] PASS
17:28:07 [2021-08-20T17:28:07.565Z] ok  	github.com/docker/docker/integration/container	103.712s
17:28:07 [2021-08-20T17:28:07.566Z] 
17:28:07 [2021-08-20T17:28:07.566Z] === Skipped
17:28:07 [2021-08-20T17:28:07.566Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s)
17:28:07 [2021-08-20T17:28:07.566Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
17:28:07 [2021-08-20T17:28:07.566Z] 
17:28:07 [2021-08-20T17:28:07.566Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s)
17:28:07 [2021-08-20T17:28:07.566Z]     copy_test.go:82: testEnv.DaemonInfo.OSType == "windows"
17:28:07 [2021-08-20T17:28:07.566Z] 
17:28:07 [2021-08-20T17:28:07.566Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s)
17:28:07 [2021-08-20T17:28:07.566Z]     create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows
17:28:07 [2021-08-20T17:28:07.566Z] 
17:28:07 [2021-08-20T17:28:07.566Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s)
17:28:07 [2021-08-20T17:28:07.566Z]     create_test.go:137: testEnv.DaemonInfo.OSType == "windows"
17:28:07 [2021-08-20T17:28:07.566Z] 
17:28:07 [2021-08-20T17:28:07.566Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s)
17:28:07 [2021-08-20T17:28:07.566Z]     create_test.go:181: testEnv.DaemonInfo.OSType != "linux"
17:28:07 [2021-08-20T17:28:07.566Z] 
17:28:07 [2021-08-20T17:28:07.566Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s)
17:28:07 [2021-08-20T17:28:07.566Z]     create_test.go:261: testEnv.DaemonInfo.OSType != "linux"
17:28:07 [2021-08-20T17:28:07.566Z] 
17:28:07 [2021-08-20T17:28:07.566Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s)
17:28:07 [2021-08-20T17:28:07.566Z]     create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs
17:28:07 [2021-08-20T17:28:07.566Z] 
17:28:07 [2021-08-20T17:28:07.566Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.04s)
17:28:07 [2021-08-20T17:28:07.566Z]     create_test.go:518: testEnv.OSType != "linux": test image is only available on linux
17:28:07 [2021-08-20T17:28:07.566Z] 
17:28:07 [2021-08-20T17:28:07.566Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s)
17:28:07 [2021-08-20T17:28:07.566Z]     daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows"
17:28:07 [2021-08-20T17:28:07.566Z] 
17:28:07 [2021-08-20T17:28:07.566Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s)
17:28:07 [2021-08-20T17:28:07.566Z]     diff_test.go:17: testEnv.OSType == "windows": FIXME
17:28:07 [2021-08-20T17:28:07.566Z] 
17:28:07 [2021-08-20T17:28:07.566Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s)
17:28:07 [2021-08-20T17:28:07.566Z]     exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state.
17:28:07 [2021-08-20T17:28:07.566Z] 
17:28:07 [2021-08-20T17:28:07.566Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s)
17:28:07 [2021-08-20T17:28:07.566Z]     export_test.go:23: testEnv.DaemonInfo.OSType == "windows"
17:28:07 [2021-08-20T17:28:07.566Z] 
17:28:07 [2021-08-20T17:28:07.566Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s)
17:28:07 [2021-08-20T17:28:07.566Z]     export_test.go:61: testEnv.DaemonInfo.OSType == "windows"
17:28:07 [2021-08-20T17:28:07.566Z] 
17:28:07 [2021-08-20T17:28:07.566Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s)
17:28:07 [2021-08-20T17:28:07.566Z]     health_test.go:20: testEnv.OSType == "windows": FIXME
17:28:07 [2021-08-20T17:28:07.566Z] 
17:28:07 [2021-08-20T17:28:07.566Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s)
17:28:07 [2021-08-20T17:28:07.566Z]     health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574
17:28:07 [2021-08-20T17:28:07.566Z] 
17:28:07 [2021-08-20T17:28:07.566Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s)
17:28:07 [2021-08-20T17:28:07.566Z]     inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet
17:28:07 [2021-08-20T17:28:07.566Z] 
17:28:07 [2021-08-20T17:28:07.566Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s)
17:28:07 [2021-08-20T17:28:07.566Z]     kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH
17:28:07 [2021-08-20T17:28:07.566Z]     --- SKIP: TestKillContainer/non_killing_signal (0.00s)
17:28:07 [2021-08-20T17:28:07.566Z] 
17:28:07 [2021-08-20T17:28:07.566Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s)
17:28:07 [2021-08-20T17:28:07.566Z]     kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later
17:28:07 [2021-08-20T17:28:07.566Z] 
17:28:07 [2021-08-20T17:28:07.566Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s)
17:28:07 [2021-08-20T17:28:07.566Z]     kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later
17:28:07 [2021-08-20T17:28:07.566Z] 
17:28:07 [2021-08-20T17:28:07.566Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s)
17:28:07 [2021-08-20T17:28:07.566Z]     kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later
17:28:07 [2021-08-20T17:28:07.566Z] 
17:28:07 [2021-08-20T17:28:07.566Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s)
17:28:07 [2021-08-20T17:28:07.566Z]     kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform
17:28:07 [2021-08-20T17:28:07.566Z] 
17:28:07 [2021-08-20T17:28:07.566Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s)
17:28:07 [2021-08-20T17:28:07.566Z]     kill_test.go:155: testEnv.DaemonInfo.OSType == "windows"
17:28:07 [2021-08-20T17:28:07.566Z] 
17:28:07 [2021-08-20T17:28:07.566Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s)
17:28:07 [2021-08-20T17:28:07.566Z]     kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
17:28:07 [2021-08-20T17:28:07.566Z] 
17:28:07 [2021-08-20T17:28:07.566Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s)
17:28:07 [2021-08-20T17:28:07.566Z]     nat_test.go:24: testEnv.OSType == "windows": FIXME
17:28:07 [2021-08-20T17:28:07.566Z] 
17:28:07 [2021-08-20T17:28:07.566Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s)
17:28:07 [2021-08-20T17:28:07.566Z]     nat_test.go:60: testEnv.OSType == "windows": FIXME
17:28:07 [2021-08-20T17:28:07.566Z] 
17:28:07 [2021-08-20T17:28:07.566Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s)
17:28:07 [2021-08-20T17:28:07.566Z]     pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process"
17:28:07 [2021-08-20T17:28:07.566Z] 
17:28:07 [2021-08-20T17:28:07.566Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s)
17:28:07 [2021-08-20T17:28:07.566Z]     pause_test.go:70: testEnv.DaemonInfo.OSType == "windows"
17:28:07 [2021-08-20T17:28:07.566Z] 
17:28:07 [2021-08-20T17:28:07.566Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s)
17:28:07 [2021-08-20T17:28:07.566Z]     rename_test.go:26: testEnv.OSType == "windows": FIXME
17:28:07 [2021-08-20T17:28:07.566Z] 
17:28:07 [2021-08-20T17:28:07.566Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s)
17:28:07 [2021-08-20T17:28:07.566Z]     rename_test.go:193: testEnv.OSType == "windows": FIXME
17:28:07 [2021-08-20T17:28:07.566Z] 
17:28:07 [2021-08-20T17:28:07.566Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s)
17:28:07 [2021-08-20T17:28:07.566Z]     restart_test.go:18: testEnv.DaemonInfo.OSType == "windows"
17:28:07 [2021-08-20T17:28:07.566Z] 
17:28:07 [2021-08-20T17:28:07.566Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s)
17:28:07 [2021-08-20T17:28:07.566Z]     stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit
17:28:07 [2021-08-20T17:28:07.566Z] 
17:28:07 [2021-08-20T17:28:07.566Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s)
17:28:07 [2021-08-20T17:28:07.566Z]     stop_windows_test.go:19: testEnv.OSType == "windows"
17:28:07 [2021-08-20T17:28:07.566Z] 
17:28:07 [2021-08-20T17:28:07.566Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s)
17:28:07 [2021-08-20T17:28:07.566Z]     wait_test.go:59: testEnv.DaemonInfo.OSType != "linux"
17:28:07 [2021-08-20T17:28:07.566Z] 
17:28:07 [2021-08-20T17:28:07.566Z] 
17:28:07 [2021-08-20T17:28:07.566Z] DONE 87 tests, 33 skipped in 106.453s
17:28:07 [2021-08-20T17:28:07.566Z] Running D:\gopath\src\github.com\docker\docker\integration\daemon
17:28:07 [2021-08-20T17:28:07.763Z] === RUN   TestDockerSuite/TestRunNamedVolumeCopyImageData
17:28:09 [2021-08-20T17:28:09.337Z] --- PASS: TestUpdateRestartPolicy (20.01s)
17:28:09 [2021-08-20T17:28:09.337Z] === RUN   TestUpdateRestartWithAutoRemove
17:28:10 [2021-08-20T17:28:10.281Z] === RUN   TestDockerSuite/TestRunNamedVolumeNotRemoved
17:28:10 [2021-08-20T17:28:10.298Z] --- PASS: TestUpdateRestartWithAutoRemove (1.66s)
17:28:10 [2021-08-20T17:28:10.298Z] === RUN   TestWaitNonBlocked
17:28:10 [2021-08-20T17:28:10.298Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
17:28:10 [2021-08-20T17:28:10.298Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
17:28:10 [2021-08-20T17:28:10.298Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
17:28:10 [2021-08-20T17:28:10.298Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
17:28:10 [2021-08-20T17:28:10.298Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
17:28:10 [2021-08-20T17:28:10.298Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
17:28:11 [2021-08-20T17:28:11.211Z] === RUN   TestDockerSuite/TestRunNamedVolumesFromNotRemoved
17:28:13 [2021-08-20T17:28:13.102Z] === RUN   TestDockerSuite/TestRunNamedVolumesMountedAsShared
17:28:13 [2021-08-20T17:28:13.102Z] === RUN   TestDockerSuite/TestRunNetContainerWhichHost
17:28:13 [2021-08-20T17:28:13.187Z] --- PASS: TestWaitNonBlocked (0.02s)
17:28:13 [2021-08-20T17:28:13.187Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (2.42s)
17:28:13 [2021-08-20T17:28:13.187Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (2.53s)
17:28:13 [2021-08-20T17:28:13.187Z] === RUN   TestWaitBlocked
17:28:13 [2021-08-20T17:28:13.187Z]     wait_test.go:59: testEnv.DaemonInfo.OSType != "linux"
17:28:13 [2021-08-20T17:28:13.187Z] --- SKIP: TestWaitBlocked (0.00s)
17:28:13 [2021-08-20T17:28:13.187Z] PASS
17:28:13 [2021-08-20T17:28:13.187Z] ok  	github.com/docker/docker/integration/container	75.959s
17:28:13 [2021-08-20T17:28:13.187Z] 
17:28:13 [2021-08-20T17:28:13.187Z] === Skipped
17:28:13 [2021-08-20T17:28:13.187Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s)
17:28:13 [2021-08-20T17:28:13.187Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
17:28:13 [2021-08-20T17:28:13.187Z] 
17:28:13 [2021-08-20T17:28:13.187Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s)
17:28:13 [2021-08-20T17:28:13.187Z]     copy_test.go:82: testEnv.DaemonInfo.OSType == "windows"
17:28:13 [2021-08-20T17:28:13.187Z] 
17:28:13 [2021-08-20T17:28:13.187Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s)
17:28:13 [2021-08-20T17:28:13.187Z]     create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows
17:28:13 [2021-08-20T17:28:13.187Z] 
17:28:13 [2021-08-20T17:28:13.187Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s)
17:28:13 [2021-08-20T17:28:13.187Z]     create_test.go:137: testEnv.DaemonInfo.OSType == "windows"
17:28:13 [2021-08-20T17:28:13.187Z] 
17:28:13 [2021-08-20T17:28:13.187Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s)
17:28:13 [2021-08-20T17:28:13.187Z]     create_test.go:181: testEnv.DaemonInfo.OSType != "linux"
17:28:13 [2021-08-20T17:28:13.187Z] 
17:28:13 [2021-08-20T17:28:13.187Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s)
17:28:13 [2021-08-20T17:28:13.187Z]     create_test.go:261: testEnv.DaemonInfo.OSType != "linux"
17:28:13 [2021-08-20T17:28:13.187Z] 
17:28:13 [2021-08-20T17:28:13.187Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s)
17:28:13 [2021-08-20T17:28:13.187Z]     create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs
17:28:13 [2021-08-20T17:28:13.187Z] 
17:28:13 [2021-08-20T17:28:13.187Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.03s)
17:28:13 [2021-08-20T17:28:13.187Z]     create_test.go:518: testEnv.OSType != "linux": test image is only available on linux
17:28:13 [2021-08-20T17:28:13.187Z] 
17:28:13 [2021-08-20T17:28:13.187Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s)
17:28:13 [2021-08-20T17:28:13.187Z]     daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows"
17:28:13 [2021-08-20T17:28:13.187Z] 
17:28:13 [2021-08-20T17:28:13.187Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s)
17:28:13 [2021-08-20T17:28:13.187Z]     diff_test.go:17: testEnv.OSType == "windows": FIXME
17:28:13 [2021-08-20T17:28:13.187Z] 
17:28:13 [2021-08-20T17:28:13.187Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s)
17:28:13 [2021-08-20T17:28:13.187Z]     exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state.
17:28:13 [2021-08-20T17:28:13.187Z] 
17:28:13 [2021-08-20T17:28:13.187Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s)
17:28:13 [2021-08-20T17:28:13.187Z]     export_test.go:23: testEnv.DaemonInfo.OSType == "windows"
17:28:13 [2021-08-20T17:28:13.187Z] 
17:28:13 [2021-08-20T17:28:13.187Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s)
17:28:13 [2021-08-20T17:28:13.187Z]     export_test.go:61: testEnv.DaemonInfo.OSType == "windows"
17:28:13 [2021-08-20T17:28:13.187Z] 
17:28:13 [2021-08-20T17:28:13.187Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s)
17:28:13 [2021-08-20T17:28:13.187Z]     health_test.go:20: testEnv.OSType == "windows": FIXME
17:28:13 [2021-08-20T17:28:13.187Z] 
17:28:13 [2021-08-20T17:28:13.187Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s)
17:28:13 [2021-08-20T17:28:13.187Z]     health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574
17:28:13 [2021-08-20T17:28:13.187Z] 
17:28:13 [2021-08-20T17:28:13.187Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s)
17:28:13 [2021-08-20T17:28:13.187Z]     inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet
17:28:13 [2021-08-20T17:28:13.187Z] 
17:28:13 [2021-08-20T17:28:13.187Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s)
17:28:13 [2021-08-20T17:28:13.187Z]     kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH
17:28:13 [2021-08-20T17:28:13.187Z]     --- SKIP: TestKillContainer/non_killing_signal (0.00s)
17:28:13 [2021-08-20T17:28:13.187Z] 
17:28:13 [2021-08-20T17:28:13.187Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s)
17:28:13 [2021-08-20T17:28:13.187Z]     kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later
17:28:13 [2021-08-20T17:28:13.187Z] 
17:28:13 [2021-08-20T17:28:13.187Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s)
17:28:13 [2021-08-20T17:28:13.187Z]     kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later
17:28:13 [2021-08-20T17:28:13.187Z] 
17:28:13 [2021-08-20T17:28:13.187Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s)
17:28:13 [2021-08-20T17:28:13.187Z]     kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later
17:28:13 [2021-08-20T17:28:13.187Z] 
17:28:13 [2021-08-20T17:28:13.187Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s)
17:28:13 [2021-08-20T17:28:13.187Z]     kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform
17:28:13 [2021-08-20T17:28:13.187Z] 
17:28:13 [2021-08-20T17:28:13.187Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s)
17:28:13 [2021-08-20T17:28:13.187Z]     kill_test.go:155: testEnv.DaemonInfo.OSType == "windows"
17:28:13 [2021-08-20T17:28:13.187Z] 
17:28:13 [2021-08-20T17:28:13.187Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s)
17:28:13 [2021-08-20T17:28:13.187Z]     kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
17:28:13 [2021-08-20T17:28:13.187Z] 
17:28:13 [2021-08-20T17:28:13.187Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s)
17:28:13 [2021-08-20T17:28:13.187Z]     nat_test.go:24: testEnv.OSType == "windows": FIXME
17:28:13 [2021-08-20T17:28:13.187Z] 
17:28:13 [2021-08-20T17:28:13.187Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s)
17:28:13 [2021-08-20T17:28:13.187Z]     nat_test.go:60: testEnv.OSType == "windows": FIXME
17:28:13 [2021-08-20T17:28:13.187Z] 
17:28:13 [2021-08-20T17:28:13.187Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s)
17:28:13 [2021-08-20T17:28:13.187Z]     pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process"
17:28:13 [2021-08-20T17:28:13.187Z] 
17:28:13 [2021-08-20T17:28:13.187Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s)
17:28:13 [2021-08-20T17:28:13.187Z]     pause_test.go:70: testEnv.DaemonInfo.OSType == "windows"
17:28:13 [2021-08-20T17:28:13.187Z] 
17:28:13 [2021-08-20T17:28:13.187Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s)
17:28:13 [2021-08-20T17:28:13.187Z]     rename_test.go:26: testEnv.OSType == "windows": FIXME
17:28:13 [2021-08-20T17:28:13.187Z] 
17:28:13 [2021-08-20T17:28:13.187Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s)
17:28:13 [2021-08-20T17:28:13.187Z]     rename_test.go:193: testEnv.OSType == "windows": FIXME
17:28:13 [2021-08-20T17:28:13.187Z] 
17:28:13 [2021-08-20T17:28:13.187Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s)
17:28:13 [2021-08-20T17:28:13.187Z]     restart_test.go:18: testEnv.DaemonInfo.OSType == "windows"
17:28:13 [2021-08-20T17:28:13.187Z] 
17:28:13 [2021-08-20T17:28:13.187Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s)
17:28:13 [2021-08-20T17:28:13.187Z]     stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit
17:28:13 [2021-08-20T17:28:13.187Z] 
17:28:13 [2021-08-20T17:28:13.187Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s)
17:28:13 [2021-08-20T17:28:13.187Z]     stop_windows_test.go:19: testEnv.OSType == "windows"
17:28:13 [2021-08-20T17:28:13.187Z] 
17:28:13 [2021-08-20T17:28:13.187Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s)
17:28:13 [2021-08-20T17:28:13.187Z]     wait_test.go:59: testEnv.DaemonInfo.OSType != "linux"
17:28:13 [2021-08-20T17:28:13.187Z] 
17:28:13 [2021-08-20T17:28:13.187Z] 
17:28:13 [2021-08-20T17:28:13.187Z] DONE 87 tests, 33 skipped in 77.900s
17:28:13 [2021-08-20T17:28:13.187Z] Running D:\gopath\src\github.com\docker\docker\integration\daemon
17:28:13 [2021-08-20T17:28:13.665Z] === RUN   TestDockerSuite/TestRunNetHost
17:28:15 [2021-08-20T17:28:15.033Z] === RUN   TestDockerSuite/TestRunNetHostNotAllowedWithLinks
17:28:15 [2021-08-20T17:28:15.595Z] === RUN   TestDockerSuite/TestRunNetHostTwiceSameName
17:28:16 [2021-08-20T17:28:16.526Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMount
17:28:17 [2021-08-20T17:28:17.454Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterEventsType
17:28:18 [2021-08-20T17:28:18.822Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMountRO
17:28:21 [2021-08-20T17:28:21.343Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem
17:28:25 [2021-08-20T17:28:25.514Z] === RUN   TestDockerSuite/TestRunNetworkNotInitializedNoneMode
17:28:25 [2021-08-20T17:28:25.770Z] === RUN   TestDockerSuite/TestRunNoDupVolumes
17:28:26 [2021-08-20T17:28:26.026Z] === RUN   TestDockerSuite/TestRunNoNewPrivSetuid
17:28:26 [2021-08-20T17:28:26.283Z] === RUN   TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey
17:28:26 [2021-08-20T17:28:26.858Z] === RUN   TestDockerSuite/TestRunNoOutputFromPullInStdout
17:28:26 [2021-08-20T17:28:26.858Z] === RUN   TestDockerSuite/TestRunNonExecutableCmd
17:28:27 [2021-08-20T17:28:27.789Z] === RUN   TestDockerSuite/TestRunNonExistingCmd
17:28:28 [2021-08-20T17:28:28.719Z]     docker_cli_swarm_test.go:1321: [db1fa0b65f4f4] joining swarm manager [d198c98ead79e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
17:28:28 [2021-08-20T17:28:28.719Z] === RUN   TestDockerSuite/TestRunNonExistingImage
17:28:28 [2021-08-20T17:28:28.719Z] === RUN   TestDockerSuite/TestRunNonLocalMacAddress
17:28:29 [2021-08-20T17:28:29.282Z] === RUN   TestDockerSuite/TestRunNonRootUserResolvName
17:28:29 [2021-08-20T17:28:29.844Z]     docker_cli_swarm_test.go:1322: [d75c1e38dbfc3] joining swarm manager [d198c98ead79e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
17:28:34 [2021-08-20T17:28:34.263Z] === RUN   TestConfigDaemonLibtrustID
17:28:34 [2021-08-20T17:28:34.263Z]     daemon_test.go:19: runtime.GOOS != "linux"
17:28:34 [2021-08-20T17:28:34.263Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s)
17:28:34 [2021-08-20T17:28:34.263Z] === RUN   TestDaemonConfigValidation
17:28:34 [2021-08-20T17:28:34.263Z]     daemon_test.go:38: runtime.GOOS != "linux"
17:28:34 [2021-08-20T17:28:34.263Z] --- SKIP: TestDaemonConfigValidation (0.00s)
17:28:34 [2021-08-20T17:28:34.263Z] === RUN   TestConfigDaemonSeccompProfiles
17:28:34 [2021-08-20T17:28:34.263Z]     daemon_test.go:104: runtime.GOOS != "linux"
17:28:34 [2021-08-20T17:28:34.263Z] --- SKIP: TestConfigDaemonSeccompProfiles (0.00s)
17:28:34 [2021-08-20T17:28:34.263Z] PASS
17:28:34 [2021-08-20T17:28:34.263Z] ok  	github.com/docker/docker/integration/daemon	0.080s
17:28:34 [2021-08-20T17:28:34.263Z] 
17:28:34 [2021-08-20T17:28:34.263Z] === Skipped
17:28:34 [2021-08-20T17:28:34.263Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonLibtrustID (0.00s)
17:28:34 [2021-08-20T17:28:34.263Z]     daemon_test.go:19: runtime.GOOS != "linux"
17:28:34 [2021-08-20T17:28:34.263Z] 
17:28:34 [2021-08-20T17:28:34.263Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonConfigValidation (0.00s)
17:28:34 [2021-08-20T17:28:34.263Z]     daemon_test.go:38: runtime.GOOS != "linux"
17:28:34 [2021-08-20T17:28:34.263Z] 
17:28:34 [2021-08-20T17:28:34.263Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonSeccompProfiles (0.00s)
17:28:34 [2021-08-20T17:28:34.263Z]     daemon_test.go:104: runtime.GOOS != "linux"
17:28:34 [2021-08-20T17:28:34.263Z] 
17:28:34 [2021-08-20T17:28:34.263Z] 
17:28:34 [2021-08-20T17:28:34.263Z] DONE 3 tests, 3 skipped in 19.027s
17:28:34 [2021-08-20T17:28:34.263Z] Running D:\gopath\src\github.com\docker\docker\integration\image
17:28:34 [2021-08-20T17:28:34.263Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2022
17:28:34 [2021-08-20T17:28:34.263Z] INFO: Testing against a local daemon
17:28:34 [2021-08-20T17:28:34.263Z] === RUN   TestCommitInheritsEnv
17:28:34 [2021-08-20T17:28:34.263Z]     commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME
17:28:34 [2021-08-20T17:28:34.263Z] --- SKIP: TestCommitInheritsEnv (0.00s)
17:28:34 [2021-08-20T17:28:34.263Z] === RUN   TestImportExtremelyLargeImageWorks
17:28:34 [2021-08-20T17:28:34.263Z]     import_test.go:23: testEnv.OSType == "windows": TODO enable on windows
17:28:34 [2021-08-20T17:28:34.263Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s)
17:28:34 [2021-08-20T17:28:34.263Z] === RUN   TestImagesFilterMultiReference
17:28:34 [2021-08-20T17:28:34.263Z] --- PASS: TestImagesFilterMultiReference (0.07s)
17:28:34 [2021-08-20T17:28:34.263Z] === RUN   TestImagePullPlatformInvalid
17:28:34 [2021-08-20T17:28:34.263Z] --- PASS: TestImagePullPlatformInvalid (0.05s)
17:28:34 [2021-08-20T17:28:34.263Z] === RUN   TestRemoveImageOrphaning
17:28:34 [2021-08-20T17:28:34.263Z] --- PASS: TestRemoveImageOrphaning (0.87s)
17:28:34 [2021-08-20T17:28:34.263Z] === RUN   TestTagUnprefixedRepoByNameOrName
17:28:34 [2021-08-20T17:28:34.263Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s)
17:28:34 [2021-08-20T17:28:34.263Z] === RUN   TestTagInvalidReference
17:28:34 [2021-08-20T17:28:34.263Z] --- PASS: TestTagInvalidReference (0.03s)
17:28:34 [2021-08-20T17:28:34.263Z] === RUN   TestTagValidPrefixedRepo
17:28:34 [2021-08-20T17:28:34.263Z] --- PASS: TestTagValidPrefixedRepo (0.06s)
17:28:34 [2021-08-20T17:28:34.263Z] === RUN   TestTagExistedNameWithoutForce
17:28:34 [2021-08-20T17:28:34.263Z] --- PASS: TestTagExistedNameWithoutForce (0.03s)
17:28:34 [2021-08-20T17:28:34.263Z] === RUN   TestTagOfficialNames
17:28:34 [2021-08-20T17:28:34.263Z] --- PASS: TestTagOfficialNames (0.07s)
17:28:34 [2021-08-20T17:28:34.263Z] === RUN   TestTagMatchesDigest
17:28:34 [2021-08-20T17:28:34.263Z] --- PASS: TestTagMatchesDigest (0.03s)
17:28:34 [2021-08-20T17:28:34.263Z] PASS
17:28:34 [2021-08-20T17:28:34.263Z] ok  	github.com/docker/docker/integration/image	1.300s
17:28:34 [2021-08-20T17:28:34.263Z] 
17:28:34 [2021-08-20T17:28:34.263Z] === Skipped
17:28:34 [2021-08-20T17:28:34.263Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s)
17:28:34 [2021-08-20T17:28:34.263Z]     commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME
17:28:34 [2021-08-20T17:28:34.263Z] 
17:28:34 [2021-08-20T17:28:34.263Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s)
17:28:34 [2021-08-20T17:28:34.263Z]     import_test.go:23: testEnv.OSType == "windows": TODO enable on windows
17:28:34 [2021-08-20T17:28:34.263Z] 
17:28:34 [2021-08-20T17:28:34.263Z] 
17:28:34 [2021-08-20T17:28:34.263Z] DONE 11 tests, 2 skipped in 2.518s
17:28:34 [2021-08-20T17:28:34.720Z] Running D:\gopath\src\github.com\docker\docker\integration\network
17:28:36 [2021-08-20T17:28:36.254Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2022
17:28:36 [2021-08-20T17:28:36.254Z] INFO: Testing against a local daemon
17:28:36 [2021-08-20T17:28:36.254Z] === RUN   TestNetworkCreateDelete
17:28:36 [2021-08-20T17:28:36.254Z]     delete_test.go:46: testEnv.DaemonInfo.OSType != "linux"
17:28:36 [2021-08-20T17:28:36.254Z] --- SKIP: TestNetworkCreateDelete (0.00s)
17:28:36 [2021-08-20T17:28:36.254Z] === RUN   TestDockerNetworkDeletePreferID
17:28:36 [2021-08-20T17:28:36.255Z]     delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test
17:28:36 [2021-08-20T17:28:36.255Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s)
17:28:36 [2021-08-20T17:28:36.255Z] === RUN   TestDaemonDNSFallback
17:28:36 [2021-08-20T17:28:36.255Z]     dns_test.go:18: testEnv.DaemonInfo.OSType != "linux"
17:28:36 [2021-08-20T17:28:36.255Z] --- SKIP: TestDaemonDNSFallback (0.00s)
17:28:36 [2021-08-20T17:28:36.255Z] === RUN   TestInspectNetwork
17:28:36 [2021-08-20T17:28:36.255Z]     inspect_test.go:16: testEnv.OSType == "windows": FIXME
17:28:36 [2021-08-20T17:28:36.255Z] --- SKIP: TestInspectNetwork (0.00s)
17:28:36 [2021-08-20T17:28:36.255Z] === RUN   TestRunContainerWithBridgeNone
17:28:36 [2021-08-20T17:28:36.255Z]     network_test.go:25: testEnv.DaemonInfo.OSType != "linux"
17:28:36 [2021-08-20T17:28:36.255Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s)
17:28:36 [2021-08-20T17:28:36.255Z] === RUN   TestNetworkInvalidJSON
17:28:36 [2021-08-20T17:28:36.255Z] === RUN   TestNetworkInvalidJSON//networks/create
17:28:36 [2021-08-20T17:28:36.255Z] === PAUSE TestNetworkInvalidJSON//networks/create
17:28:36 [2021-08-20T17:28:36.255Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
17:28:36 [2021-08-20T17:28:36.255Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
17:28:36 [2021-08-20T17:28:36.255Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
17:28:36 [2021-08-20T17:28:36.255Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
17:28:36 [2021-08-20T17:28:36.255Z] === CONT  TestNetworkInvalidJSON//networks/create
17:28:36 [2021-08-20T17:28:36.255Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
17:28:36 [2021-08-20T17:28:36.255Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
17:28:36 [2021-08-20T17:28:36.255Z] --- PASS: TestNetworkInvalidJSON (0.04s)
17:28:36 [2021-08-20T17:28:36.255Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
17:28:36 [2021-08-20T17:28:36.255Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s)
17:28:36 [2021-08-20T17:28:36.255Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.01s)
17:28:36 [2021-08-20T17:28:36.255Z] === RUN   TestNetworkList
17:28:36 [2021-08-20T17:28:36.255Z] === RUN   TestNetworkList//networks
17:28:36 [2021-08-20T17:28:36.255Z] === PAUSE TestNetworkList//networks
17:28:36 [2021-08-20T17:28:36.255Z] === RUN   TestNetworkList//networks/
17:28:36 [2021-08-20T17:28:36.255Z] === PAUSE TestNetworkList//networks/
17:28:36 [2021-08-20T17:28:36.255Z] === CONT  TestNetworkList//networks
17:28:36 [2021-08-20T17:28:36.255Z] === CONT  TestNetworkList//networks/
17:28:36 [2021-08-20T17:28:36.255Z] --- PASS: TestNetworkList (0.03s)
17:28:36 [2021-08-20T17:28:36.255Z]     --- PASS: TestNetworkList//networks (0.00s)
17:28:36 [2021-08-20T17:28:36.255Z]     --- PASS: TestNetworkList//networks/ (0.00s)
17:28:36 [2021-08-20T17:28:36.255Z] === RUN   TestHostIPv4BridgeLabel
17:28:36 [2021-08-20T17:28:36.255Z]     network_test.go:128: testEnv.OSType == "windows"
17:28:36 [2021-08-20T17:28:36.255Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s)
17:28:36 [2021-08-20T17:28:36.255Z] === RUN   TestDaemonRestartWithLiveRestore
17:28:36 [2021-08-20T17:28:36.255Z]     service_test.go:29: testEnv.OSType == "windows"
17:28:36 [2021-08-20T17:28:36.255Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s)
17:28:36 [2021-08-20T17:28:36.255Z] === RUN   TestDaemonDefaultNetworkPools
17:28:36 [2021-08-20T17:28:36.255Z]     service_test.go:58: testEnv.OSType == "windows"
17:28:36 [2021-08-20T17:28:36.255Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s)
17:28:36 [2021-08-20T17:28:36.255Z] === RUN   TestDaemonRestartWithExistingNetwork
17:28:36 [2021-08-20T17:28:36.255Z]     service_test.go:102: testEnv.OSType == "windows"
17:28:36 [2021-08-20T17:28:36.255Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s)
17:28:36 [2021-08-20T17:28:36.255Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
17:28:36 [2021-08-20T17:28:36.255Z]     service_test.go:136: testEnv.OSType == "windows"
17:28:36 [2021-08-20T17:28:36.255Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s)
17:28:36 [2021-08-20T17:28:36.255Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
17:28:36 [2021-08-20T17:28:36.255Z]     service_test.go:187: testEnv.OSType == "windows"
17:28:36 [2021-08-20T17:28:36.255Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s)
17:28:36 [2021-08-20T17:28:36.255Z] === RUN   TestServiceWithPredefinedNetwork
17:28:36 [2021-08-20T17:28:36.255Z]     service_test.go:212: testEnv.OSType == "windows"
17:28:36 [2021-08-20T17:28:36.255Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s)
17:28:36 [2021-08-20T17:28:36.255Z] === RUN   TestServiceRemoveKeepsIngressNetwork
17:28:36 [2021-08-20T17:28:36.255Z]     service_test.go:242: FLAKY_TEST
17:28:36 [2021-08-20T17:28:36.255Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
17:28:36 [2021-08-20T17:28:36.255Z] === RUN   TestServiceWithDataPathPortInit
17:28:36 [2021-08-20T17:28:36.255Z]     service_test.go:333: testEnv.OSType == "windows"
17:28:36 [2021-08-20T17:28:36.255Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s)
17:28:36 [2021-08-20T17:28:36.255Z] === RUN   TestServiceWithDefaultAddressPoolInit
17:28:36 [2021-08-20T17:28:36.255Z]     service_test.go:401: testEnv.OSType == "windows"
17:28:36 [2021-08-20T17:28:36.255Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s)
17:28:36 [2021-08-20T17:28:36.255Z] PASS
17:28:36 [2021-08-20T17:28:36.255Z] ok  	github.com/docker/docker/integration/network	0.149s
17:28:36 [2021-08-20T17:28:36.255Z] 
17:28:36 [2021-08-20T17:28:36.255Z] === Skipped
17:28:36 [2021-08-20T17:28:36.255Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s)
17:28:36 [2021-08-20T17:28:36.255Z]     delete_test.go:46: testEnv.DaemonInfo.OSType != "linux"
17:28:36 [2021-08-20T17:28:36.255Z] 
17:28:36 [2021-08-20T17:28:36.255Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s)
17:28:36 [2021-08-20T17:28:36.255Z]     delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test
17:28:36 [2021-08-20T17:28:36.255Z] 
17:28:36 [2021-08-20T17:28:36.255Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s)
17:28:36 [2021-08-20T17:28:36.255Z]     dns_test.go:18: testEnv.DaemonInfo.OSType != "linux"
17:28:36 [2021-08-20T17:28:36.255Z] 
17:28:36 [2021-08-20T17:28:36.255Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s)
17:28:36 [2021-08-20T17:28:36.255Z]     inspect_test.go:16: testEnv.OSType == "windows": FIXME
17:28:36 [2021-08-20T17:28:36.255Z] 
17:28:36 [2021-08-20T17:28:36.255Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s)
17:28:36 [2021-08-20T17:28:36.255Z]     network_test.go:25: testEnv.DaemonInfo.OSType != "linux"
17:28:36 [2021-08-20T17:28:36.255Z] 
17:28:36 [2021-08-20T17:28:36.255Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s)
17:28:36 [2021-08-20T17:28:36.255Z]     network_test.go:128: testEnv.OSType == "windows"
17:28:36 [2021-08-20T17:28:36.255Z] 
17:28:36 [2021-08-20T17:28:36.255Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s)
17:28:36 [2021-08-20T17:28:36.255Z]     service_test.go:29: testEnv.OSType == "windows"
17:28:36 [2021-08-20T17:28:36.255Z] 
17:28:36 [2021-08-20T17:28:36.255Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s)
17:28:36 [2021-08-20T17:28:36.255Z]     service_test.go:58: testEnv.OSType == "windows"
17:28:36 [2021-08-20T17:28:36.255Z] 
17:28:36 [2021-08-20T17:28:36.255Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s)
17:28:36 [2021-08-20T17:28:36.255Z]     service_test.go:102: testEnv.OSType == "windows"
17:28:36 [2021-08-20T17:28:36.255Z] 
17:28:36 [2021-08-20T17:28:36.255Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s)
17:28:36 [2021-08-20T17:28:36.255Z]     service_test.go:136: testEnv.OSType == "windows"
17:28:36 [2021-08-20T17:28:36.255Z] 
17:28:36 [2021-08-20T17:28:36.255Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s)
17:28:36 [2021-08-20T17:28:36.255Z]     service_test.go:187: testEnv.OSType == "windows"
17:28:36 [2021-08-20T17:28:36.255Z] 
17:28:36 [2021-08-20T17:28:36.255Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s)
17:28:36 [2021-08-20T17:28:36.255Z]     service_test.go:212: testEnv.OSType == "windows"
17:28:36 [2021-08-20T17:28:36.255Z] 
17:28:36 [2021-08-20T17:28:36.255Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s)
17:28:36 [2021-08-20T17:28:36.255Z]     service_test.go:242: FLAKY_TEST
17:28:36 [2021-08-20T17:28:36.255Z] 
17:28:36 [2021-08-20T17:28:36.255Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s)
17:28:36 [2021-08-20T17:28:36.255Z]     service_test.go:333: testEnv.OSType == "windows"
17:28:36 [2021-08-20T17:28:36.255Z] 
17:28:36 [2021-08-20T17:28:36.255Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s)
17:28:36 [2021-08-20T17:28:36.255Z]     service_test.go:401: testEnv.OSType == "windows"
17:28:36 [2021-08-20T17:28:36.255Z] 
17:28:36 [2021-08-20T17:28:36.255Z] 
17:28:36 [2021-08-20T17:28:36.255Z] DONE 22 tests, 15 skipped in 1.773s
17:28:36 [2021-08-20T17:28:36.255Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan
17:28:36 [2021-08-20T17:28:36.380Z] === RUN   TestDockerSuite/TestRunOOMExitCode
17:28:36 [2021-08-20T17:28:36.380Z]     docker_cli_run_unix_test.go:590: unmatched requirement swapMemorySupport
17:28:36 [2021-08-20T17:28:36.380Z] === RUN   TestDockerSuite/TestRunPIDHostWithChildIsKillable
17:28:36 [2021-08-20T17:28:36.380Z] === RUN   TestDockerSuite/TestRunPIDsLimit
17:28:36 [2021-08-20T17:28:36.715Z] testing: warning: no tests to run
17:28:36 [2021-08-20T17:28:36.715Z] PASS
17:28:36 [2021-08-20T17:28:36.715Z] ok  	github.com/docker/docker/integration/network/ipvlan	0.058s
17:28:36 [2021-08-20T17:28:36.715Z] 
17:28:36 [2021-08-20T17:28:36.715Z] DONE 0 tests in 0.554s
17:28:36 [2021-08-20T17:28:36.942Z] === RUN   TestDockerSuite/TestRunPortFromDockerRangeInUse
17:28:37 [2021-08-20T17:28:37.170Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan
17:28:37 [2021-08-20T17:28:37.512Z] === RUN   TestConfigDaemonLibtrustID
17:28:37 [2021-08-20T17:28:37.512Z]     daemon_test.go:19: runtime.GOOS != "linux"
17:28:37 [2021-08-20T17:28:37.512Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s)
17:28:37 [2021-08-20T17:28:37.512Z] === RUN   TestDaemonConfigValidation
17:28:37 [2021-08-20T17:28:37.512Z]     daemon_test.go:38: runtime.GOOS != "linux"
17:28:37 [2021-08-20T17:28:37.512Z] --- SKIP: TestDaemonConfigValidation (0.00s)
17:28:37 [2021-08-20T17:28:37.512Z] === RUN   TestConfigDaemonSeccompProfiles
17:28:37 [2021-08-20T17:28:37.512Z]     daemon_test.go:104: runtime.GOOS != "linux"
17:28:37 [2021-08-20T17:28:37.512Z] --- SKIP: TestConfigDaemonSeccompProfiles (0.00s)
17:28:37 [2021-08-20T17:28:37.512Z] PASS
17:28:37 [2021-08-20T17:28:37.512Z] ok  	github.com/docker/docker/integration/daemon	0.129s
17:28:37 [2021-08-20T17:28:37.512Z] 
17:28:37 [2021-08-20T17:28:37.512Z] === Skipped
17:28:37 [2021-08-20T17:28:37.512Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonLibtrustID (0.00s)
17:28:37 [2021-08-20T17:28:37.512Z]     daemon_test.go:19: runtime.GOOS != "linux"
17:28:37 [2021-08-20T17:28:37.512Z] 
17:28:37 [2021-08-20T17:28:37.512Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonConfigValidation (0.00s)
17:28:37 [2021-08-20T17:28:37.512Z]     daemon_test.go:38: runtime.GOOS != "linux"
17:28:37 [2021-08-20T17:28:37.512Z] 
17:28:37 [2021-08-20T17:28:37.512Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonSeccompProfiles (0.00s)
17:28:37 [2021-08-20T17:28:37.512Z]     daemon_test.go:104: runtime.GOOS != "linux"
17:28:37 [2021-08-20T17:28:37.512Z] 
17:28:37 [2021-08-20T17:28:37.512Z] 
17:28:37 [2021-08-20T17:28:37.512Z] DONE 3 tests, 3 skipped in 26.747s
17:28:37 [2021-08-20T17:28:37.512Z] Running D:\gopath\src\github.com\docker\docker\integration\image
17:28:37 [2021-08-20T17:28:37.512Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2022
17:28:37 [2021-08-20T17:28:37.512Z] INFO: Testing against a local daemon
17:28:37 [2021-08-20T17:28:37.512Z] === RUN   TestCommitInheritsEnv
17:28:37 [2021-08-20T17:28:37.512Z]     commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME
17:28:37 [2021-08-20T17:28:37.512Z] --- SKIP: TestCommitInheritsEnv (0.00s)
17:28:37 [2021-08-20T17:28:37.512Z] === RUN   TestImportExtremelyLargeImageWorks
17:28:37 [2021-08-20T17:28:37.512Z]     import_test.go:23: testEnv.OSType == "windows": TODO enable on windows
17:28:37 [2021-08-20T17:28:37.512Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s)
17:28:37 [2021-08-20T17:28:37.512Z] === RUN   TestImagesFilterMultiReference
17:28:37 [2021-08-20T17:28:37.512Z] --- PASS: TestImagesFilterMultiReference (0.12s)
17:28:37 [2021-08-20T17:28:37.512Z] === RUN   TestImagePullPlatformInvalid
17:28:37 [2021-08-20T17:28:37.512Z] --- PASS: TestImagePullPlatformInvalid (0.04s)
17:28:37 [2021-08-20T17:28:37.512Z] === RUN   TestRemoveImageOrphaning
17:28:37 [2021-08-20T17:28:37.512Z] --- PASS: TestRemoveImageOrphaning (1.18s)
17:28:37 [2021-08-20T17:28:37.512Z] === RUN   TestTagUnprefixedRepoByNameOrName
17:28:37 [2021-08-20T17:28:37.512Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.06s)
17:28:37 [2021-08-20T17:28:37.512Z] === RUN   TestTagInvalidReference
17:28:37 [2021-08-20T17:28:37.512Z] --- PASS: TestTagInvalidReference (0.04s)
17:28:37 [2021-08-20T17:28:37.512Z] === RUN   TestTagValidPrefixedRepo
17:28:37 [2021-08-20T17:28:37.512Z] --- PASS: TestTagValidPrefixedRepo (0.08s)
17:28:37 [2021-08-20T17:28:37.512Z] === RUN   TestTagExistedNameWithoutForce
17:28:37 [2021-08-20T17:28:37.512Z] --- PASS: TestTagExistedNameWithoutForce (0.05s)
17:28:37 [2021-08-20T17:28:37.512Z] === RUN   TestTagOfficialNames
17:28:37 [2021-08-20T17:28:37.512Z] --- PASS: TestTagOfficialNames (0.11s)
17:28:37 [2021-08-20T17:28:37.512Z] === RUN   TestTagMatchesDigest
17:28:37 [2021-08-20T17:28:37.512Z] --- PASS: TestTagMatchesDigest (0.04s)
17:28:37 [2021-08-20T17:28:37.512Z] PASS
17:28:37 [2021-08-20T17:28:37.512Z] ok  	github.com/docker/docker/integration/image	1.776s
17:28:37 [2021-08-20T17:28:37.626Z] testing: warning: no tests to run
17:28:37 [2021-08-20T17:28:37.626Z] PASS
17:28:37 [2021-08-20T17:28:37.626Z] ok  	github.com/docker/docker/integration/network/macvlan	0.060s
17:28:37 [2021-08-20T17:28:37.626Z] 
17:28:37 [2021-08-20T17:28:37.626Z] DONE 0 tests in 0.545s
17:28:37 [2021-08-20T17:28:37.626Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin
17:28:37 [2021-08-20T17:28:37.969Z] 
17:28:37 [2021-08-20T17:28:37.969Z] === Skipped
17:28:37 [2021-08-20T17:28:37.969Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s)
17:28:37 [2021-08-20T17:28:37.969Z]     commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME
17:28:37 [2021-08-20T17:28:37.969Z] 
17:28:37 [2021-08-20T17:28:37.969Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s)
17:28:37 [2021-08-20T17:28:37.969Z]     import_test.go:23: testEnv.OSType == "windows": TODO enable on windows
17:28:37 [2021-08-20T17:28:37.969Z] 
17:28:37 [2021-08-20T17:28:37.969Z] 
17:28:37 [2021-08-20T17:28:37.969Z] DONE 11 tests, 2 skipped in 3.763s
17:28:37 [2021-08-20T17:28:37.969Z] Running D:\gopath\src\github.com\docker\docker\integration\network
17:28:38 [2021-08-20T17:28:38.082Z] testing: warning: no tests to run
17:28:38 [2021-08-20T17:28:38.082Z] PASS
17:28:38 [2021-08-20T17:28:38.082Z] ok  	github.com/docker/docker/integration/plugin	0.056s
17:28:38 [2021-08-20T17:28:38.082Z] 
17:28:38 [2021-08-20T17:28:38.082Z] DONE 0 tests in 0.528s
17:28:38 [2021-08-20T17:28:38.082Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz
17:28:38 [2021-08-20T17:28:38.307Z] === RUN   TestDockerSuite/TestRunPortInUse
17:28:38 [2021-08-20T17:28:38.539Z] testing: warning: no tests to run
17:28:38 [2021-08-20T17:28:38.539Z] PASS
17:28:38 [2021-08-20T17:28:38.539Z] ok  	github.com/docker/docker/integration/plugin/authz	0.053s
17:28:38 [2021-08-20T17:28:38.539Z] 
17:28:38 [2021-08-20T17:28:38.539Z] DONE 0 tests in 0.533s
17:28:38 [2021-08-20T17:28:38.539Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common
17:28:39 [2021-08-20T17:28:39.234Z] === RUN   TestDockerSuite/TestRunPrivilegedAllowedDevices
17:28:39 [2021-08-20T17:28:39.490Z]     docker_cli_run_unix_test.go:1407: out: "a *:* rwm\n"
17:28:39 [2021-08-20T17:28:39.490Z] === RUN   TestDockerSuite/TestRunPrivilegedCanMknod
17:28:40 [2021-08-20T17:28:40.054Z] === RUN   TestDockerSuite/TestRunPrivilegedCanMount
17:28:40 [2021-08-20T17:28:40.136Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2022
17:28:40 [2021-08-20T17:28:40.137Z] INFO: Testing against a local daemon
17:28:40 [2021-08-20T17:28:40.137Z] === RUN   TestNetworkCreateDelete
17:28:40 [2021-08-20T17:28:40.137Z]     delete_test.go:46: testEnv.DaemonInfo.OSType != "linux"
17:28:40 [2021-08-20T17:28:40.137Z] --- SKIP: TestNetworkCreateDelete (0.00s)
17:28:40 [2021-08-20T17:28:40.137Z] === RUN   TestDockerNetworkDeletePreferID
17:28:40 [2021-08-20T17:28:40.137Z]     delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test
17:28:40 [2021-08-20T17:28:40.137Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s)
17:28:40 [2021-08-20T17:28:40.137Z] === RUN   TestDaemonDNSFallback
17:28:40 [2021-08-20T17:28:40.137Z]     dns_test.go:18: testEnv.DaemonInfo.OSType != "linux"
17:28:40 [2021-08-20T17:28:40.137Z] --- SKIP: TestDaemonDNSFallback (0.00s)
17:28:40 [2021-08-20T17:28:40.137Z] === RUN   TestInspectNetwork
17:28:40 [2021-08-20T17:28:40.137Z]     inspect_test.go:16: testEnv.OSType == "windows": FIXME
17:28:40 [2021-08-20T17:28:40.137Z] --- SKIP: TestInspectNetwork (0.00s)
17:28:40 [2021-08-20T17:28:40.137Z] === RUN   TestRunContainerWithBridgeNone
17:28:40 [2021-08-20T17:28:40.137Z]     network_test.go:25: testEnv.DaemonInfo.OSType != "linux"
17:28:40 [2021-08-20T17:28:40.137Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s)
17:28:40 [2021-08-20T17:28:40.137Z] === RUN   TestNetworkInvalidJSON
17:28:40 [2021-08-20T17:28:40.137Z] === RUN   TestNetworkInvalidJSON//networks/create
17:28:40 [2021-08-20T17:28:40.137Z] === PAUSE TestNetworkInvalidJSON//networks/create
17:28:40 [2021-08-20T17:28:40.137Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
17:28:40 [2021-08-20T17:28:40.137Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
17:28:40 [2021-08-20T17:28:40.137Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
17:28:40 [2021-08-20T17:28:40.137Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
17:28:40 [2021-08-20T17:28:40.137Z] === CONT  TestNetworkInvalidJSON//networks/create
17:28:40 [2021-08-20T17:28:40.137Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
17:28:40 [2021-08-20T17:28:40.137Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
17:28:40 [2021-08-20T17:28:40.137Z] --- PASS: TestNetworkInvalidJSON (0.05s)
17:28:40 [2021-08-20T17:28:40.137Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s)
17:28:40 [2021-08-20T17:28:40.137Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s)
17:28:40 [2021-08-20T17:28:40.137Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.01s)
17:28:40 [2021-08-20T17:28:40.137Z] === RUN   TestNetworkList
17:28:40 [2021-08-20T17:28:40.137Z] === RUN   TestNetworkList//networks
17:28:40 [2021-08-20T17:28:40.137Z] === PAUSE TestNetworkList//networks
17:28:40 [2021-08-20T17:28:40.137Z] === RUN   TestNetworkList//networks/
17:28:40 [2021-08-20T17:28:40.137Z] === PAUSE TestNetworkList//networks/
17:28:40 [2021-08-20T17:28:40.137Z] === CONT  TestNetworkList//networks
17:28:40 [2021-08-20T17:28:40.137Z] === CONT  TestNetworkList//networks/
17:28:40 [2021-08-20T17:28:40.137Z] --- PASS: TestNetworkList (0.05s)
17:28:40 [2021-08-20T17:28:40.137Z]     --- PASS: TestNetworkList//networks (0.00s)
17:28:40 [2021-08-20T17:28:40.137Z]     --- PASS: TestNetworkList//networks/ (0.00s)
17:28:40 [2021-08-20T17:28:40.137Z] === RUN   TestHostIPv4BridgeLabel
17:28:40 [2021-08-20T17:28:40.137Z]     network_test.go:128: testEnv.OSType == "windows"
17:28:40 [2021-08-20T17:28:40.137Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s)
17:28:40 [2021-08-20T17:28:40.137Z] === RUN   TestDaemonRestartWithLiveRestore
17:28:40 [2021-08-20T17:28:40.137Z]     service_test.go:29: testEnv.OSType == "windows"
17:28:40 [2021-08-20T17:28:40.137Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s)
17:28:40 [2021-08-20T17:28:40.137Z] === RUN   TestDaemonDefaultNetworkPools
17:28:40 [2021-08-20T17:28:40.137Z]     service_test.go:58: testEnv.OSType == "windows"
17:28:40 [2021-08-20T17:28:40.137Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s)
17:28:40 [2021-08-20T17:28:40.137Z] === RUN   TestDaemonRestartWithExistingNetwork
17:28:40 [2021-08-20T17:28:40.137Z]     service_test.go:102: testEnv.OSType == "windows"
17:28:40 [2021-08-20T17:28:40.137Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s)
17:28:40 [2021-08-20T17:28:40.137Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
17:28:40 [2021-08-20T17:28:40.137Z]     service_test.go:136: testEnv.OSType == "windows"
17:28:40 [2021-08-20T17:28:40.137Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s)
17:28:40 [2021-08-20T17:28:40.137Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
17:28:40 [2021-08-20T17:28:40.137Z]     service_test.go:187: testEnv.OSType == "windows"
17:28:40 [2021-08-20T17:28:40.137Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s)
17:28:40 [2021-08-20T17:28:40.137Z] === RUN   TestServiceWithPredefinedNetwork
17:28:40 [2021-08-20T17:28:40.137Z]     service_test.go:212: testEnv.OSType == "windows"
17:28:40 [2021-08-20T17:28:40.137Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s)
17:28:40 [2021-08-20T17:28:40.137Z] === RUN   TestServiceRemoveKeepsIngressNetwork
17:28:40 [2021-08-20T17:28:40.137Z]     service_test.go:242: FLAKY_TEST
17:28:40 [2021-08-20T17:28:40.137Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
17:28:40 [2021-08-20T17:28:40.137Z] === RUN   TestServiceWithDataPathPortInit
17:28:40 [2021-08-20T17:28:40.137Z]     service_test.go:333: testEnv.OSType == "windows"
17:28:40 [2021-08-20T17:28:40.137Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s)
17:28:40 [2021-08-20T17:28:40.137Z] === RUN   TestServiceWithDefaultAddressPoolInit
17:28:40 [2021-08-20T17:28:40.137Z]     service_test.go:401: testEnv.OSType == "windows"
17:28:40 [2021-08-20T17:28:40.137Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s)
17:28:40 [2021-08-20T17:28:40.137Z] PASS
17:28:40 [2021-08-20T17:28:40.137Z] ok  	github.com/docker/docker/integration/network	0.208s
17:28:40 [2021-08-20T17:28:40.312Z] === RUN   TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers
17:28:40 [2021-08-20T17:28:40.593Z] 
17:28:40 [2021-08-20T17:28:40.593Z] === Skipped
17:28:40 [2021-08-20T17:28:40.593Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s)
17:28:40 [2021-08-20T17:28:40.593Z]     delete_test.go:46: testEnv.DaemonInfo.OSType != "linux"
17:28:40 [2021-08-20T17:28:40.593Z] 
17:28:40 [2021-08-20T17:28:40.593Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s)
17:28:40 [2021-08-20T17:28:40.593Z]     delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test
17:28:40 [2021-08-20T17:28:40.593Z] 
17:28:40 [2021-08-20T17:28:40.593Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s)
17:28:40 [2021-08-20T17:28:40.593Z]     dns_test.go:18: testEnv.DaemonInfo.OSType != "linux"
17:28:40 [2021-08-20T17:28:40.593Z] 
17:28:40 [2021-08-20T17:28:40.593Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s)
17:28:40 [2021-08-20T17:28:40.593Z]     inspect_test.go:16: testEnv.OSType == "windows": FIXME
17:28:40 [2021-08-20T17:28:40.593Z] 
17:28:40 [2021-08-20T17:28:40.593Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s)
17:28:40 [2021-08-20T17:28:40.593Z]     network_test.go:25: testEnv.DaemonInfo.OSType != "linux"
17:28:40 [2021-08-20T17:28:40.593Z] 
17:28:40 [2021-08-20T17:28:40.593Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s)
17:28:40 [2021-08-20T17:28:40.593Z]     network_test.go:128: testEnv.OSType == "windows"
17:28:40 [2021-08-20T17:28:40.593Z] 
17:28:40 [2021-08-20T17:28:40.593Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s)
17:28:40 [2021-08-20T17:28:40.593Z]     service_test.go:29: testEnv.OSType == "windows"
17:28:40 [2021-08-20T17:28:40.593Z] 
17:28:40 [2021-08-20T17:28:40.593Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s)
17:28:40 [2021-08-20T17:28:40.593Z]     service_test.go:58: testEnv.OSType == "windows"
17:28:40 [2021-08-20T17:28:40.593Z] 
17:28:40 [2021-08-20T17:28:40.593Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s)
17:28:40 [2021-08-20T17:28:40.593Z]     service_test.go:102: testEnv.OSType == "windows"
17:28:40 [2021-08-20T17:28:40.593Z] 
17:28:40 [2021-08-20T17:28:40.593Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s)
17:28:40 [2021-08-20T17:28:40.593Z]     service_test.go:136: testEnv.OSType == "windows"
17:28:40 [2021-08-20T17:28:40.593Z] 
17:28:40 [2021-08-20T17:28:40.593Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s)
17:28:40 [2021-08-20T17:28:40.593Z]     service_test.go:187: testEnv.OSType == "windows"
17:28:40 [2021-08-20T17:28:40.593Z] 
17:28:40 [2021-08-20T17:28:40.593Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s)
17:28:40 [2021-08-20T17:28:40.593Z]     service_test.go:212: testEnv.OSType == "windows"
17:28:40 [2021-08-20T17:28:40.593Z] 
17:28:40 [2021-08-20T17:28:40.593Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s)
17:28:40 [2021-08-20T17:28:40.593Z]     service_test.go:242: FLAKY_TEST
17:28:40 [2021-08-20T17:28:40.593Z] 
17:28:40 [2021-08-20T17:28:40.593Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s)
17:28:40 [2021-08-20T17:28:40.593Z]     service_test.go:333: testEnv.OSType == "windows"
17:28:40 [2021-08-20T17:28:40.593Z] 
17:28:40 [2021-08-20T17:28:40.593Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s)
17:28:40 [2021-08-20T17:28:40.593Z]     service_test.go:401: testEnv.OSType == "windows"
17:28:40 [2021-08-20T17:28:40.593Z] 
17:28:40 [2021-08-20T17:28:40.593Z] 
17:28:40 [2021-08-20T17:28:40.593Z] DONE 22 tests, 15 skipped in 2.537s
17:28:40 [2021-08-20T17:28:40.593Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan
17:28:41 [2021-08-20T17:28:41.053Z] testing: warning: no tests to run
17:28:41 [2021-08-20T17:28:41.053Z] PASS
17:28:41 [2021-08-20T17:28:41.053Z] ok  	github.com/docker/docker/integration/network/ipvlan	0.084s
17:28:41 [2021-08-20T17:28:41.053Z] 
17:28:41 [2021-08-20T17:28:41.053Z] DONE 0 tests in 0.756s
17:28:41 [2021-08-20T17:28:41.241Z] === RUN   TestDockerSuite/TestRunProcWritableInPrivilegedContainers
17:28:41 [2021-08-20T17:28:41.498Z] === RUN   TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent
17:28:41 [2021-08-20T17:28:41.498Z]     docker_cli_run_test.go:4107: unmatched requirement IsolationIsProcess
17:28:41 [2021-08-20T17:28:41.498Z] === RUN   TestDockerSuite/TestRunPublishPort
17:28:41 [2021-08-20T17:28:41.508Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan
17:28:41 [2021-08-20T17:28:41.966Z] testing: warning: no tests to run
17:28:41 [2021-08-20T17:28:41.966Z] PASS
17:28:41 [2021-08-20T17:28:41.966Z] ok  	github.com/docker/docker/integration/network/macvlan	0.086s
17:28:41 [2021-08-20T17:28:41.966Z] 
17:28:41 [2021-08-20T17:28:41.966Z] DONE 0 tests in 0.767s
17:28:41 [2021-08-20T17:28:41.966Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin
17:28:42 [2021-08-20T17:28:42.428Z] === RUN   TestDockerSuite/TestRunReadFilteredProc
17:28:42 [2021-08-20T17:28:42.684Z] === RUN   TestDockerSuite/TestRunReadProcLatency
17:28:42 [2021-08-20T17:28:42.684Z]     docker_cli_run_test.go:2842: kernel doesn't have latency_stats configured
17:28:42 [2021-08-20T17:28:42.684Z] === RUN   TestDockerSuite/TestRunReadProcTimer
17:28:42 [2021-08-20T17:28:42.927Z] testing: warning: no tests to run
17:28:42 [2021-08-20T17:28:42.927Z] PASS
17:28:42 [2021-08-20T17:28:42.927Z] ok  	github.com/docker/docker/integration/plugin	0.082s
17:28:42 [2021-08-20T17:28:42.927Z] 
17:28:42 [2021-08-20T17:28:42.927Z] DONE 0 tests in 0.766s
17:28:42 [2021-08-20T17:28:42.927Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz
17:28:43 [2021-08-20T17:28:43.612Z] === RUN   TestDockerSuite/TestRunRedirectStdout
17:28:43 [2021-08-20T17:28:43.890Z] testing: warning: no tests to run
17:28:43 [2021-08-20T17:28:43.890Z] PASS
17:28:43 [2021-08-20T17:28:43.890Z] ok  	github.com/docker/docker/integration/plugin/authz	0.081s
17:28:43 [2021-08-20T17:28:43.890Z] 
17:28:43 [2021-08-20T17:28:43.890Z] DONE 0 tests in 0.759s
17:28:43 [2021-08-20T17:28:43.890Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common
17:28:44 [2021-08-20T17:28:44.320Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2022
17:28:44 [2021-08-20T17:28:44.320Z] INFO: Testing against a local daemon
17:28:44 [2021-08-20T17:28:44.320Z] === RUN   TestPluginInvalidJSON
17:28:44 [2021-08-20T17:28:44.320Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
17:28:44 [2021-08-20T17:28:44.320Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
17:28:44 [2021-08-20T17:28:44.320Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
17:28:44 [2021-08-20T17:28:44.320Z] --- PASS: TestPluginInvalidJSON (0.03s)
17:28:44 [2021-08-20T17:28:44.320Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
17:28:44 [2021-08-20T17:28:44.320Z] === RUN   TestPluginInstall
17:28:44 [2021-08-20T17:28:44.320Z]     plugin_test.go:64: testEnv.OSType == "windows"
17:28:44 [2021-08-20T17:28:44.320Z] --- SKIP: TestPluginInstall (0.00s)
17:28:44 [2021-08-20T17:28:44.320Z] === RUN   TestPluginsWithRuntimes
17:28:44 [2021-08-20T17:28:44.320Z]     plugin_test.go:173: testEnv.OSType == "windows"
17:28:44 [2021-08-20T17:28:44.320Z] --- SKIP: TestPluginsWithRuntimes (0.00s)
17:28:44 [2021-08-20T17:28:44.320Z] === RUN   TestPluginBackCompatMediaTypes
17:28:44 [2021-08-20T17:28:44.320Z]     plugin_test.go:235: testEnv.OSType == "windows"
17:28:44 [2021-08-20T17:28:44.320Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s)
17:28:44 [2021-08-20T17:28:44.320Z] PASS
17:28:44 [2021-08-20T17:28:44.320Z] ok  	github.com/docker/docker/integration/plugin/common	0.079s
17:28:44 [2021-08-20T17:28:44.320Z] 
17:28:44 [2021-08-20T17:28:44.320Z] === Skipped
17:28:44 [2021-08-20T17:28:44.320Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s)
17:28:44 [2021-08-20T17:28:44.320Z]     plugin_test.go:64: testEnv.OSType == "windows"
17:28:44 [2021-08-20T17:28:44.320Z] 
17:28:44 [2021-08-20T17:28:44.320Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s)
17:28:44 [2021-08-20T17:28:44.320Z]     plugin_test.go:173: testEnv.OSType == "windows"
17:28:44 [2021-08-20T17:28:44.320Z] 
17:28:44 [2021-08-20T17:28:44.320Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s)
17:28:44 [2021-08-20T17:28:44.320Z]     plugin_test.go:235: testEnv.OSType == "windows"
17:28:44 [2021-08-20T17:28:44.320Z] 
17:28:44 [2021-08-20T17:28:44.320Z] 
17:28:44 [2021-08-20T17:28:44.320Z] DONE 5 tests, 3 skipped in 5.125s
17:28:44 [2021-08-20T17:28:44.320Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver
17:28:44 [2021-08-20T17:28:44.981Z] === RUN   TestDockerSuite/TestRunResolvconfUpdate
17:28:44 [2021-08-20T17:28:44.981Z]     docker_cli_run_test.go:1426: Unstable test, to be re-activated once #19937 is resolved
17:28:44 [2021-08-20T17:28:44.981Z] === RUN   TestDockerSuite/TestRunRestartMaxRetries
17:28:46 [2021-08-20T17:28:46.506Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2022
17:28:46 [2021-08-20T17:28:46.506Z] INFO: Testing against a local daemon
17:28:46 [2021-08-20T17:28:46.506Z] === RUN   TestExternalGraphDriver
17:28:46 [2021-08-20T17:28:46.506Z]     external_test.go:48: runtime.GOOS == "windows"
17:28:46 [2021-08-20T17:28:46.506Z] --- SKIP: TestExternalGraphDriver (0.00s)
17:28:46 [2021-08-20T17:28:46.506Z] === RUN   TestGraphdriverPluginV2
17:28:46 [2021-08-20T17:28:46.506Z]     external_test.go:408: runtime.GOOS == "windows"
17:28:46 [2021-08-20T17:28:46.506Z] --- SKIP: TestGraphdriverPluginV2 (0.00s)
17:28:46 [2021-08-20T17:28:46.506Z] PASS
17:28:46 [2021-08-20T17:28:46.506Z] ok  	github.com/docker/docker/integration/plugin/graphdriver	0.096s
17:28:46 [2021-08-20T17:28:46.506Z] 
17:28:46 [2021-08-20T17:28:46.506Z] === Skipped
17:28:46 [2021-08-20T17:28:46.506Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s)
17:28:46 [2021-08-20T17:28:46.506Z]     external_test.go:48: runtime.GOOS == "windows"
17:28:46 [2021-08-20T17:28:46.506Z] 
17:28:46 [2021-08-20T17:28:46.506Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s)
17:28:46 [2021-08-20T17:28:46.506Z]     external_test.go:408: runtime.GOOS == "windows"
17:28:46 [2021-08-20T17:28:46.506Z] 
17:28:46 [2021-08-20T17:28:46.506Z] 
17:28:46 [2021-08-20T17:28:46.506Z] DONE 2 tests, 2 skipped in 2.516s
17:28:46 [2021-08-20T17:28:46.506Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging
17:28:48 [2021-08-20T17:28:48.034Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2022
17:28:48 [2021-08-20T17:28:48.034Z] INFO: Testing against a local daemon
17:28:48 [2021-08-20T17:28:48.034Z] === RUN   TestReadPluginNoRead
17:28:48 [2021-08-20T17:28:48.034Z]     read_test.go:21: no unix domain sockets on Windows
17:28:48 [2021-08-20T17:28:48.034Z] --- SKIP: TestReadPluginNoRead (0.00s)
17:28:48 [2021-08-20T17:28:48.034Z] PASS
17:28:48 [2021-08-20T17:28:48.034Z] ok  	github.com/docker/docker/integration/plugin/logging	0.070s
17:28:48 [2021-08-20T17:28:48.034Z] 
17:28:48 [2021-08-20T17:28:48.034Z] === Skipped
17:28:48 [2021-08-20T17:28:48.034Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s)
17:28:48 [2021-08-20T17:28:48.034Z]     read_test.go:21: no unix domain sockets on Windows
17:28:48 [2021-08-20T17:28:48.034Z] 
17:28:48 [2021-08-20T17:28:48.034Z] 
17:28:48 [2021-08-20T17:28:48.034Z] DONE 1 tests, 1 skipped in 1.683s
17:28:48 [2021-08-20T17:28:48.034Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard
17:28:48 [2021-08-20T17:28:48.250Z] === RUN   TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink
17:28:48 [2021-08-20T17:28:48.996Z] testing: warning: no tests to run
17:28:48 [2021-08-20T17:28:48.996Z] PASS
17:28:48 [2021-08-20T17:28:48.996Z] ok  	github.com/docker/docker/integration/plugin/logging/cmd/discard	0.065s
17:28:48 [2021-08-20T17:28:48.996Z] 
17:28:48 [2021-08-20T17:28:48.996Z] DONE 0 tests in 0.851s
17:28:48 [2021-08-20T17:28:48.996Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes
17:28:49 [2021-08-20T17:28:49.180Z] === RUN   TestDockerSuite/TestRunRm
17:28:49 [2021-08-20T17:28:49.743Z] === RUN   TestDockerSuite/TestRunRmAndWait
17:28:50 [2021-08-20T17:28:50.540Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2022
17:28:50 [2021-08-20T17:28:50.540Z] INFO: Testing against a local daemon
17:28:50 [2021-08-20T17:28:50.540Z] === RUN   TestPluginWithDevMounts
17:28:50 [2021-08-20T17:28:50.540Z]     mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows"
17:28:50 [2021-08-20T17:28:50.540Z] --- SKIP: TestPluginWithDevMounts (0.00s)
17:28:50 [2021-08-20T17:28:50.540Z] PASS
17:28:50 [2021-08-20T17:28:50.540Z] ok  	github.com/docker/docker/integration/plugin/volumes	0.092s
17:28:50 [2021-08-20T17:28:50.942Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2022
17:28:50 [2021-08-20T17:28:50.942Z] INFO: Testing against a local daemon
17:28:50 [2021-08-20T17:28:50.942Z] === RUN   TestPluginInvalidJSON
17:28:50 [2021-08-20T17:28:50.942Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
17:28:50 [2021-08-20T17:28:50.942Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
17:28:50 [2021-08-20T17:28:50.942Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
17:28:50 [2021-08-20T17:28:50.942Z] --- PASS: TestPluginInvalidJSON (0.04s)
17:28:50 [2021-08-20T17:28:50.942Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s)
17:28:50 [2021-08-20T17:28:50.942Z] === RUN   TestPluginInstall
17:28:50 [2021-08-20T17:28:50.942Z]     plugin_test.go:64: testEnv.OSType == "windows"
17:28:50 [2021-08-20T17:28:50.942Z] --- SKIP: TestPluginInstall (0.00s)
17:28:50 [2021-08-20T17:28:50.942Z] === RUN   TestPluginsWithRuntimes
17:28:50 [2021-08-20T17:28:50.942Z]     plugin_test.go:173: testEnv.OSType == "windows"
17:28:50 [2021-08-20T17:28:50.942Z] --- SKIP: TestPluginsWithRuntimes (0.00s)
17:28:50 [2021-08-20T17:28:50.942Z] === RUN   TestPluginBackCompatMediaTypes
17:28:50 [2021-08-20T17:28:50.942Z]     plugin_test.go:235: testEnv.OSType == "windows"
17:28:50 [2021-08-20T17:28:50.942Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s)
17:28:50 [2021-08-20T17:28:50.942Z] PASS
17:28:50 [2021-08-20T17:28:50.942Z] ok  	github.com/docker/docker/integration/plugin/common	0.113s
17:28:50 [2021-08-20T17:28:50.942Z] 
17:28:50 [2021-08-20T17:28:50.942Z] === Skipped
17:28:50 [2021-08-20T17:28:50.942Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s)
17:28:50 [2021-08-20T17:28:50.942Z]     plugin_test.go:64: testEnv.OSType == "windows"
17:28:50 [2021-08-20T17:28:50.942Z] 
17:28:50 [2021-08-20T17:28:50.942Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s)
17:28:50 [2021-08-20T17:28:50.942Z]     plugin_test.go:173: testEnv.OSType == "windows"
17:28:50 [2021-08-20T17:28:50.995Z] 
17:28:50 [2021-08-20T17:28:50.995Z] === Skipped
17:28:50 [2021-08-20T17:28:50.995Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s)
17:28:50 [2021-08-20T17:28:50.995Z]     mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows"
17:28:50 [2021-08-20T17:28:50.995Z] 
17:28:50 [2021-08-20T17:28:50.995Z] 
17:28:50 [2021-08-20T17:28:50.995Z] DONE 1 tests, 1 skipped in 1.750s
17:28:50 [2021-08-20T17:28:50.995Z] Running D:\gopath\src\github.com\docker\docker\integration\secret
17:28:51 [2021-08-20T17:28:51.397Z] 
17:28:51 [2021-08-20T17:28:51.397Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s)
17:28:51 [2021-08-20T17:28:51.397Z]     plugin_test.go:235: testEnv.OSType == "windows"
17:28:51 [2021-08-20T17:28:51.397Z] 
17:28:51 [2021-08-20T17:28:51.397Z] 
17:28:51 [2021-08-20T17:28:51.397Z] DONE 5 tests, 3 skipped in 7.328s
17:28:51 [2021-08-20T17:28:51.397Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver
17:28:52 [2021-08-20T17:28:52.521Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2022
17:28:52 [2021-08-20T17:28:52.521Z] INFO: Testing against a local daemon
17:28:52 [2021-08-20T17:28:52.521Z] === RUN   TestSecretInspect
17:28:52 [2021-08-20T17:28:52.521Z]     secret_test.go:25: testEnv.DaemonInfo.OSType == "windows"
17:28:52 [2021-08-20T17:28:52.521Z] --- SKIP: TestSecretInspect (0.00s)
17:28:52 [2021-08-20T17:28:52.521Z] === RUN   TestSecretList
17:28:52 [2021-08-20T17:28:52.521Z]     secret_test.go:49: testEnv.DaemonInfo.OSType == "windows"
17:28:52 [2021-08-20T17:28:52.521Z] --- SKIP: TestSecretList (0.00s)
17:28:52 [2021-08-20T17:28:52.521Z] === RUN   TestSecretsCreateAndDelete
17:28:52 [2021-08-20T17:28:52.521Z]     secret_test.go:130: testEnv.DaemonInfo.OSType == "windows"
17:28:52 [2021-08-20T17:28:52.521Z] --- SKIP: TestSecretsCreateAndDelete (0.00s)
17:28:52 [2021-08-20T17:28:52.521Z] === RUN   TestSecretsUpdate
17:28:52 [2021-08-20T17:28:52.521Z]     secret_test.go:178: testEnv.DaemonInfo.OSType == "windows"
17:28:52 [2021-08-20T17:28:52.521Z] --- SKIP: TestSecretsUpdate (0.00s)
17:28:52 [2021-08-20T17:28:52.521Z] === RUN   TestTemplatedSecret
17:28:52 [2021-08-20T17:28:52.521Z]     secret_test.go:230: testEnv.DaemonInfo.OSType == "windows"
17:28:52 [2021-08-20T17:28:52.521Z] --- SKIP: TestTemplatedSecret (0.00s)
17:28:52 [2021-08-20T17:28:52.521Z] === RUN   TestSecretCreateResolve
17:28:52 [2021-08-20T17:28:52.521Z]     secret_test.go:340: testEnv.DaemonInfo.OSType != "linux"
17:28:52 [2021-08-20T17:28:52.521Z] --- SKIP: TestSecretCreateResolve (0.00s)
17:28:52 [2021-08-20T17:28:52.521Z] PASS
17:28:52 [2021-08-20T17:28:52.521Z] ok  	github.com/docker/docker/integration/secret	0.068s
17:28:52 [2021-08-20T17:28:52.521Z] 
17:28:52 [2021-08-20T17:28:52.521Z] === Skipped
17:28:52 [2021-08-20T17:28:52.521Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s)
17:28:52 [2021-08-20T17:28:52.521Z]     secret_test.go:25: testEnv.DaemonInfo.OSType == "windows"
17:28:52 [2021-08-20T17:28:52.521Z] 
17:28:52 [2021-08-20T17:28:52.521Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s)
17:28:52 [2021-08-20T17:28:52.521Z]     secret_test.go:49: testEnv.DaemonInfo.OSType == "windows"
17:28:52 [2021-08-20T17:28:52.521Z] 
17:28:52 [2021-08-20T17:28:52.521Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s)
17:28:52 [2021-08-20T17:28:52.521Z]     secret_test.go:130: testEnv.DaemonInfo.OSType == "windows"
17:28:52 [2021-08-20T17:28:52.521Z] 
17:28:52 [2021-08-20T17:28:52.521Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s)
17:28:52 [2021-08-20T17:28:52.521Z]     secret_test.go:178: testEnv.DaemonInfo.OSType == "windows"
17:28:52 [2021-08-20T17:28:52.521Z] 
17:28:52 [2021-08-20T17:28:52.521Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s)
17:28:52 [2021-08-20T17:28:52.521Z]     secret_test.go:230: testEnv.DaemonInfo.OSType == "windows"
17:28:52 [2021-08-20T17:28:52.521Z] 
17:28:52 [2021-08-20T17:28:52.521Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s)
17:28:52 [2021-08-20T17:28:52.521Z]     secret_test.go:340: testEnv.DaemonInfo.OSType != "linux"
17:28:52 [2021-08-20T17:28:52.521Z] 
17:28:52 [2021-08-20T17:28:52.521Z] 
17:28:52 [2021-08-20T17:28:52.521Z] DONE 6 tests, 6 skipped in 1.515s
17:28:52 [2021-08-20T17:28:52.521Z] Running D:\gopath\src\github.com\docker\docker\integration\service
17:28:53 [2021-08-20T17:28:53.917Z] === RUN   TestDockerSuite/TestRunRmPre125Api
17:28:54 [2021-08-20T17:28:54.047Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2022
17:28:54 [2021-08-20T17:28:54.047Z] INFO: Testing against a local daemon
17:28:54 [2021-08-20T17:28:54.047Z] === RUN   TestServiceCreateInit
17:28:54 [2021-08-20T17:28:54.047Z] === RUN   TestServiceCreateInit/daemonInitDisabled
17:28:54 [2021-08-20T17:28:54.047Z]     create_test.go:40: testEnv.DaemonInfo.OSType == "windows"
17:28:54 [2021-08-20T17:28:54.047Z] === RUN   TestServiceCreateInit/daemonInitEnabled
17:28:54 [2021-08-20T17:28:54.047Z]     create_test.go:40: testEnv.DaemonInfo.OSType == "windows"
17:28:54 [2021-08-20T17:28:54.047Z] --- PASS: TestServiceCreateInit (0.03s)
17:28:54 [2021-08-20T17:28:54.047Z]     --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s)
17:28:54 [2021-08-20T17:28:54.047Z]     --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s)
17:28:54 [2021-08-20T17:28:54.047Z] === RUN   TestCreateServiceMultipleTimes
17:28:54 [2021-08-20T17:28:54.047Z]     create_test.go:80: testEnv.DaemonInfo.OSType == "windows"
17:28:54 [2021-08-20T17:28:54.047Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s)
17:28:54 [2021-08-20T17:28:54.047Z] === RUN   TestCreateServiceConflict
17:28:54 [2021-08-20T17:28:54.047Z]     create_test.go:153: testEnv.DaemonInfo.OSType == "windows"
17:28:54 [2021-08-20T17:28:54.047Z] --- SKIP: TestCreateServiceConflict (0.00s)
17:28:54 [2021-08-20T17:28:54.047Z] === RUN   TestCreateServiceMaxReplicas
17:28:54 [2021-08-20T17:28:54.047Z]     create_test.go:176: testEnv.DaemonInfo.OSType == "windows"
17:28:54 [2021-08-20T17:28:54.047Z] --- SKIP: TestCreateServiceMaxReplicas (0.03s)
17:28:54 [2021-08-20T17:28:54.047Z] === RUN   TestCreateWithDuplicateNetworkNames
17:28:54 [2021-08-20T17:28:54.047Z]     create_test.go:195: testEnv.DaemonInfo.OSType == "windows"
17:28:54 [2021-08-20T17:28:54.047Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s)
17:28:54 [2021-08-20T17:28:54.047Z] === RUN   TestCreateServiceSecretFileMode
17:28:54 [2021-08-20T17:28:54.047Z]     create_test.go:248: testEnv.DaemonInfo.OSType == "windows"
17:28:54 [2021-08-20T17:28:54.047Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s)
17:28:54 [2021-08-20T17:28:54.047Z] === RUN   TestCreateServiceConfigFileMode
17:28:54 [2021-08-20T17:28:54.047Z]     create_test.go:312: testEnv.DaemonInfo.OSType == "windows"
17:28:54 [2021-08-20T17:28:54.047Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s)
17:28:54 [2021-08-20T17:28:54.047Z] === RUN   TestCreateServiceSysctls
17:28:54 [2021-08-20T17:28:54.047Z]     create_test.go:404: testEnv.DaemonInfo.OSType == "windows"
17:28:54 [2021-08-20T17:28:54.047Z] --- SKIP: TestCreateServiceSysctls (0.03s)
17:28:54 [2021-08-20T17:28:54.047Z] === RUN   TestCreateServiceCapabilities
17:28:54 [2021-08-20T17:28:54.047Z]     create_test.go:488: testEnv.DaemonInfo.OSType == "windows"
17:28:54 [2021-08-20T17:28:54.181Z] === RUN   TestDockerSuite/TestRunRootWorkdir
17:28:54 [2021-08-20T17:28:54.299Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2022
17:28:54 [2021-08-20T17:28:54.299Z] INFO: Testing against a local daemon
17:28:54 [2021-08-20T17:28:54.299Z] === RUN   TestExternalGraphDriver
17:28:54 [2021-08-20T17:28:54.299Z]     external_test.go:48: runtime.GOOS == "windows"
17:28:54 [2021-08-20T17:28:54.299Z] --- SKIP: TestExternalGraphDriver (0.00s)
17:28:54 [2021-08-20T17:28:54.299Z] === RUN   TestGraphdriverPluginV2
17:28:54 [2021-08-20T17:28:54.299Z]     external_test.go:408: runtime.GOOS == "windows"
17:28:54 [2021-08-20T17:28:54.299Z] --- SKIP: TestGraphdriverPluginV2 (0.00s)
17:28:54 [2021-08-20T17:28:54.299Z] PASS
17:28:54 [2021-08-20T17:28:54.299Z] ok  	github.com/docker/docker/integration/plugin/graphdriver	0.117s
17:28:54 [2021-08-20T17:28:54.503Z] --- SKIP: TestCreateServiceCapabilities (0.03s)
17:28:54 [2021-08-20T17:28:54.503Z] === RUN   TestInspect
17:28:54 [2021-08-20T17:28:54.503Z]     inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows"
17:28:54 [2021-08-20T17:28:54.503Z] --- SKIP: TestInspect (0.00s)
17:28:54 [2021-08-20T17:28:54.503Z] === RUN   TestCreateJob
17:28:54 [2021-08-20T17:28:54.503Z]     jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows"
17:28:54 [2021-08-20T17:28:54.503Z] --- SKIP: TestCreateJob (0.00s)
17:28:54 [2021-08-20T17:28:54.503Z] === RUN   TestReplicatedJob
17:28:54 [2021-08-20T17:28:54.503Z]     jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows"
17:28:54 [2021-08-20T17:28:54.503Z] --- SKIP: TestReplicatedJob (0.00s)
17:28:54 [2021-08-20T17:28:54.503Z] === RUN   TestUpdateReplicatedJob
17:28:54 [2021-08-20T17:28:54.503Z]     jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows"
17:28:54 [2021-08-20T17:28:54.503Z] --- SKIP: TestUpdateReplicatedJob (0.00s)
17:28:54 [2021-08-20T17:28:54.503Z] === RUN   TestServiceListWithStatuses
17:28:54 [2021-08-20T17:28:54.503Z]     list_test.go:32: testEnv.DaemonInfo.OSType == "windows"
17:28:54 [2021-08-20T17:28:54.503Z] --- SKIP: TestServiceListWithStatuses (0.00s)
17:28:54 [2021-08-20T17:28:54.503Z] === RUN   TestDockerNetworkConnectAlias
17:28:54 [2021-08-20T17:28:54.503Z]     network_test.go:18: testEnv.DaemonInfo.OSType == "windows"
17:28:54 [2021-08-20T17:28:54.503Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s)
17:28:54 [2021-08-20T17:28:54.503Z] === RUN   TestDockerNetworkReConnect
17:28:54 [2021-08-20T17:28:54.503Z]     network_test.go:80: testEnv.DaemonInfo.OSType == "windows"
17:28:54 [2021-08-20T17:28:54.503Z] --- SKIP: TestDockerNetworkReConnect (0.00s)
17:28:54 [2021-08-20T17:28:54.503Z] === RUN   TestServicePlugin
17:28:54 [2021-08-20T17:28:54.503Z]     plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows"
17:28:54 [2021-08-20T17:28:54.503Z] --- SKIP: TestServicePlugin (0.00s)
17:28:54 [2021-08-20T17:28:54.503Z] === RUN   TestServiceUpdateLabel
17:28:54 [2021-08-20T17:28:54.503Z]     update_test.go:21: testEnv.DaemonInfo.OSType != "linux"
17:28:54 [2021-08-20T17:28:54.503Z] --- SKIP: TestServiceUpdateLabel (0.00s)
17:28:54 [2021-08-20T17:28:54.503Z] === RUN   TestServiceUpdateSecrets
17:28:54 [2021-08-20T17:28:54.503Z]     update_test.go:77: testEnv.DaemonInfo.OSType != "linux"
17:28:54 [2021-08-20T17:28:54.503Z] --- SKIP: TestServiceUpdateSecrets (0.00s)
17:28:54 [2021-08-20T17:28:54.503Z] === RUN   TestServiceUpdateConfigs
17:28:54 [2021-08-20T17:28:54.503Z]     update_test.go:139: testEnv.DaemonInfo.OSType != "linux"
17:28:54 [2021-08-20T17:28:54.503Z] --- SKIP: TestServiceUpdateConfigs (0.00s)
17:28:54 [2021-08-20T17:28:54.503Z] === RUN   TestServiceUpdateNetwork
17:28:54 [2021-08-20T17:28:54.503Z]     update_test.go:201: testEnv.DaemonInfo.OSType != "linux"
17:28:54 [2021-08-20T17:28:54.503Z] --- SKIP: TestServiceUpdateNetwork (0.00s)
17:28:54 [2021-08-20T17:28:54.503Z] === RUN   TestServiceUpdatePidsLimit
17:28:54 [2021-08-20T17:28:54.503Z]     update_test.go:259: testEnv.DaemonInfo.OSType != "linux"
17:28:54 [2021-08-20T17:28:54.503Z] --- SKIP: TestServiceUpdatePidsLimit (0.00s)
17:28:54 [2021-08-20T17:28:54.503Z] PASS
17:28:54 [2021-08-20T17:28:54.503Z] ok  	github.com/docker/docker/integration/service	0.202s
17:28:54 [2021-08-20T17:28:54.503Z] 
17:28:54 [2021-08-20T17:28:54.503Z] === Skipped
17:28:54 [2021-08-20T17:28:54.503Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s)
17:28:54 [2021-08-20T17:28:54.503Z]     create_test.go:40: testEnv.DaemonInfo.OSType == "windows"
17:28:54 [2021-08-20T17:28:54.503Z]     --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s)
17:28:54 [2021-08-20T17:28:54.503Z] 
17:28:54 [2021-08-20T17:28:54.503Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s)
17:28:54 [2021-08-20T17:28:54.503Z]     create_test.go:40: testEnv.DaemonInfo.OSType == "windows"
17:28:54 [2021-08-20T17:28:54.503Z]     --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s)
17:28:54 [2021-08-20T17:28:54.503Z] 
17:28:54 [2021-08-20T17:28:54.503Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s)
17:28:54 [2021-08-20T17:28:54.503Z]     create_test.go:80: testEnv.DaemonInfo.OSType == "windows"
17:28:54 [2021-08-20T17:28:54.503Z] 
17:28:54 [2021-08-20T17:28:54.503Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s)
17:28:54 [2021-08-20T17:28:54.503Z]     create_test.go:153: testEnv.DaemonInfo.OSType == "windows"
17:28:54 [2021-08-20T17:28:54.503Z] 
17:28:54 [2021-08-20T17:28:54.503Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.03s)
17:28:54 [2021-08-20T17:28:54.503Z]     create_test.go:176: testEnv.DaemonInfo.OSType == "windows"
17:28:54 [2021-08-20T17:28:54.503Z] 
17:28:54 [2021-08-20T17:28:54.503Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s)
17:28:54 [2021-08-20T17:28:54.503Z]     create_test.go:195: testEnv.DaemonInfo.OSType == "windows"
17:28:54 [2021-08-20T17:28:54.503Z] 
17:28:54 [2021-08-20T17:28:54.503Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s)
17:28:54 [2021-08-20T17:28:54.503Z]     create_test.go:248: testEnv.DaemonInfo.OSType == "windows"
17:28:54 [2021-08-20T17:28:54.503Z] 
17:28:54 [2021-08-20T17:28:54.503Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s)
17:28:54 [2021-08-20T17:28:54.503Z]     create_test.go:312: testEnv.DaemonInfo.OSType == "windows"
17:28:54 [2021-08-20T17:28:54.503Z] 
17:28:54 [2021-08-20T17:28:54.503Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.03s)
17:28:54 [2021-08-20T17:28:54.503Z]     create_test.go:404: testEnv.DaemonInfo.OSType == "windows"
17:28:54 [2021-08-20T17:28:54.503Z] 
17:28:54 [2021-08-20T17:28:54.503Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.03s)
17:28:54 [2021-08-20T17:28:54.503Z]     create_test.go:488: testEnv.DaemonInfo.OSType == "windows"
17:28:54 [2021-08-20T17:28:54.503Z] 
17:28:54 [2021-08-20T17:28:54.503Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s)
17:28:54 [2021-08-20T17:28:54.503Z]     inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows"
17:28:54 [2021-08-20T17:28:54.503Z] 
17:28:54 [2021-08-20T17:28:54.503Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s)
17:28:54 [2021-08-20T17:28:54.503Z]     jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows"
17:28:54 [2021-08-20T17:28:54.503Z] 
17:28:54 [2021-08-20T17:28:54.503Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s)
17:28:54 [2021-08-20T17:28:54.503Z]     jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows"
17:28:54 [2021-08-20T17:28:54.503Z] 
17:28:54 [2021-08-20T17:28:54.503Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s)
17:28:54 [2021-08-20T17:28:54.503Z]     jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows"
17:28:54 [2021-08-20T17:28:54.503Z] 
17:28:54 [2021-08-20T17:28:54.503Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s)
17:28:54 [2021-08-20T17:28:54.503Z]     list_test.go:32: testEnv.DaemonInfo.OSType == "windows"
17:28:54 [2021-08-20T17:28:54.503Z] 
17:28:54 [2021-08-20T17:28:54.503Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s)
17:28:54 [2021-08-20T17:28:54.503Z]     network_test.go:18: testEnv.DaemonInfo.OSType == "windows"
17:28:54 [2021-08-20T17:28:54.503Z] 
17:28:54 [2021-08-20T17:28:54.503Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s)
17:28:54 [2021-08-20T17:28:54.503Z]     network_test.go:80: testEnv.DaemonInfo.OSType == "windows"
17:28:54 [2021-08-20T17:28:54.503Z] 
17:28:54 [2021-08-20T17:28:54.503Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s)
17:28:54 [2021-08-20T17:28:54.503Z]     plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows"
17:28:54 [2021-08-20T17:28:54.503Z] 
17:28:54 [2021-08-20T17:28:54.503Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s)
17:28:54 [2021-08-20T17:28:54.503Z]     update_test.go:21: testEnv.DaemonInfo.OSType != "linux"
17:28:54 [2021-08-20T17:28:54.503Z] 
17:28:54 [2021-08-20T17:28:54.503Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s)
17:28:54 [2021-08-20T17:28:54.503Z]     update_test.go:77: testEnv.DaemonInfo.OSType != "linux"
17:28:54 [2021-08-20T17:28:54.503Z] 
17:28:54 [2021-08-20T17:28:54.503Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s)
17:28:54 [2021-08-20T17:28:54.503Z]     update_test.go:139: testEnv.DaemonInfo.OSType != "linux"
17:28:54 [2021-08-20T17:28:54.503Z] 
17:28:54 [2021-08-20T17:28:54.503Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s)
17:28:54 [2021-08-20T17:28:54.503Z]     update_test.go:201: testEnv.DaemonInfo.OSType != "linux"
17:28:54 [2021-08-20T17:28:54.503Z] 
17:28:54 [2021-08-20T17:28:54.503Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s)
17:28:54 [2021-08-20T17:28:54.503Z]     update_test.go:259: testEnv.DaemonInfo.OSType != "linux"
17:28:54 [2021-08-20T17:28:54.503Z] 
17:28:54 [2021-08-20T17:28:54.503Z] 
17:28:54 [2021-08-20T17:28:54.503Z] DONE 24 tests, 23 skipped in 1.984s
17:28:54 [2021-08-20T17:28:54.503Z] Running D:\gopath\src\github.com\docker\docker\integration\session
17:28:54 [2021-08-20T17:28:54.755Z] 
17:28:54 [2021-08-20T17:28:54.755Z] === Skipped
17:28:54 [2021-08-20T17:28:54.755Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s)
17:28:54 [2021-08-20T17:28:54.755Z]     external_test.go:48: runtime.GOOS == "windows"
17:28:54 [2021-08-20T17:28:54.755Z] 
17:28:54 [2021-08-20T17:28:54.755Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s)
17:28:54 [2021-08-20T17:28:54.755Z]     external_test.go:408: runtime.GOOS == "windows"
17:28:54 [2021-08-20T17:28:54.755Z] 
17:28:54 [2021-08-20T17:28:54.755Z] 
17:28:54 [2021-08-20T17:28:54.755Z] DONE 2 tests, 2 skipped in 3.393s
17:28:54 [2021-08-20T17:28:54.755Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging
17:28:55 [2021-08-20T17:28:55.110Z] === RUN   TestDockerSuite/TestRunSeccompAllowPrivCloneUserns
17:28:56 [2021-08-20T17:28:56.029Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2022
17:28:56 [2021-08-20T17:28:56.029Z] INFO: Testing against a local daemon
17:28:56 [2021-08-20T17:28:56.029Z] === RUN   TestSessionCreate
17:28:56 [2021-08-20T17:28:56.029Z]     session_test.go:15: testEnv.OSType == "windows": FIXME
17:28:56 [2021-08-20T17:28:56.029Z] --- SKIP: TestSessionCreate (0.00s)
17:28:56 [2021-08-20T17:28:56.029Z] === RUN   TestSessionCreateWithBadUpgrade
17:28:56 [2021-08-20T17:28:56.029Z]     session_test.go:36: testEnv.OSType == "windows": FIXME
17:28:56 [2021-08-20T17:28:56.029Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s)
17:28:56 [2021-08-20T17:28:56.029Z] PASS
17:28:56 [2021-08-20T17:28:56.029Z] ok  	github.com/docker/docker/integration/session	0.069s
17:28:56 [2021-08-20T17:28:56.029Z] 
17:28:56 [2021-08-20T17:28:56.029Z] === Skipped
17:28:56 [2021-08-20T17:28:56.029Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s)
17:28:56 [2021-08-20T17:28:56.029Z]     session_test.go:15: testEnv.OSType == "windows": FIXME
17:28:56 [2021-08-20T17:28:56.029Z] 
17:28:56 [2021-08-20T17:28:56.029Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s)
17:28:56 [2021-08-20T17:28:56.029Z]     session_test.go:36: testEnv.OSType == "windows": FIXME
17:28:56 [2021-08-20T17:28:56.029Z] 
17:28:56 [2021-08-20T17:28:56.029Z] 
17:28:56 [2021-08-20T17:28:56.029Z] DONE 2 tests, 2 skipped in 1.442s
17:28:56 [2021-08-20T17:28:56.029Z] Running D:\gopath\src\github.com\docker\docker\integration\system
17:28:56 [2021-08-20T17:28:56.476Z] === RUN   TestDockerSuite/TestRunSeccompAllowSetrlimit
17:28:56 [2021-08-20T17:28:56.922Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2022
17:28:56 [2021-08-20T17:28:56.922Z] INFO: Testing against a local daemon
17:28:56 [2021-08-20T17:28:56.922Z] === RUN   TestReadPluginNoRead
17:28:56 [2021-08-20T17:28:56.922Z]     read_test.go:21: no unix domain sockets on Windows
17:28:56 [2021-08-20T17:28:56.922Z] --- SKIP: TestReadPluginNoRead (0.00s)
17:28:56 [2021-08-20T17:28:56.922Z] PASS
17:28:56 [2021-08-20T17:28:56.922Z] ok  	github.com/docker/docker/integration/plugin/logging	0.107s
17:28:57 [2021-08-20T17:28:57.038Z] === RUN   TestDockerSuite/TestRunSeccompDefaultProfileAcct
17:28:57 [2021-08-20T17:28:57.377Z] 
17:28:57 [2021-08-20T17:28:57.377Z] === Skipped
17:28:57 [2021-08-20T17:28:57.377Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s)
17:28:57 [2021-08-20T17:28:57.377Z]     read_test.go:21: no unix domain sockets on Windows
17:28:57 [2021-08-20T17:28:57.377Z] 
17:28:57 [2021-08-20T17:28:57.377Z] 
17:28:57 [2021-08-20T17:28:57.377Z] DONE 1 tests, 1 skipped in 2.456s
17:28:57 [2021-08-20T17:28:57.377Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard
17:28:57 [2021-08-20T17:28:57.552Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2022
17:28:57 [2021-08-20T17:28:57.552Z] INFO: Testing against a local daemon
17:28:57 [2021-08-20T17:28:57.552Z] === RUN   TestCgroupDriverSystemdMemoryLimit
17:28:57 [2021-08-20T17:28:57.552Z]     cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows"
17:28:57 [2021-08-20T17:28:57.552Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
17:28:57 [2021-08-20T17:28:57.552Z] === RUN   TestDiskUsage
17:28:57 [2021-08-20T17:28:57.552Z]     disk_usage_test.go:15: testEnv.OSType == "windows"
17:28:57 [2021-08-20T17:28:57.552Z] --- SKIP: TestDiskUsage (0.00s)
17:28:57 [2021-08-20T17:28:57.552Z] === RUN   TestEventsExecDie
17:28:57 [2021-08-20T17:28:57.552Z]     event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec
17:28:57 [2021-08-20T17:28:57.552Z] --- SKIP: TestEventsExecDie (0.00s)
17:28:57 [2021-08-20T17:28:57.552Z] === RUN   TestEventsBackwardsCompatible
17:28:57 [2021-08-20T17:28:57.552Z]     event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages
17:28:57 [2021-08-20T17:28:57.552Z] --- SKIP: TestEventsBackwardsCompatible (0.00s)
17:28:57 [2021-08-20T17:28:57.552Z] === RUN   TestEventsVolumeCreate
17:28:57 [2021-08-20T17:28:57.552Z]     event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race
17:28:57 [2021-08-20T17:28:57.552Z] --- SKIP: TestEventsVolumeCreate (0.00s)
17:28:57 [2021-08-20T17:28:57.552Z] === RUN   TestInfoAPI
17:28:57 [2021-08-20T17:28:57.552Z] --- PASS: TestInfoAPI (0.04s)
17:28:57 [2021-08-20T17:28:57.552Z] === RUN   TestInfoAPIWarnings
17:28:57 [2021-08-20T17:28:57.552Z]     info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME
17:28:57 [2021-08-20T17:28:57.552Z] --- SKIP: TestInfoAPIWarnings (0.00s)
17:28:57 [2021-08-20T17:28:57.552Z] === RUN   TestInfoDebug
17:28:57 [2021-08-20T17:28:57.552Z]     info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
17:28:57 [2021-08-20T17:28:57.552Z] --- SKIP: TestInfoDebug (0.00s)
17:28:57 [2021-08-20T17:28:57.552Z] === RUN   TestInfoInsecureRegistries
17:28:57 [2021-08-20T17:28:57.552Z]     info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
17:28:57 [2021-08-20T17:28:57.552Z] --- SKIP: TestInfoInsecureRegistries (0.00s)
17:28:57 [2021-08-20T17:28:57.552Z] === RUN   TestInfoRegistryMirrors
17:28:57 [2021-08-20T17:28:57.552Z]     info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
17:28:57 [2021-08-20T17:28:57.552Z] --- SKIP: TestInfoRegistryMirrors (0.00s)
17:28:57 [2021-08-20T17:28:57.552Z] === RUN   TestLoginFailsWithBadCredentials
17:28:58 [2021-08-20T17:28:58.338Z] testing: warning: no tests to run
17:28:58 [2021-08-20T17:28:58.338Z] PASS
17:28:58 [2021-08-20T17:28:58.338Z] ok  	github.com/docker/docker/integration/plugin/logging/cmd/discard	0.082s
17:28:58 [2021-08-20T17:28:58.338Z] 
17:28:58 [2021-08-20T17:28:58.338Z] DONE 0 tests in 1.156s
17:28:58 [2021-08-20T17:28:58.339Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes
17:28:58 [2021-08-20T17:28:58.512Z] --- PASS: TestLoginFailsWithBadCredentials (0.94s)
17:28:58 [2021-08-20T17:28:58.512Z] === RUN   TestPingCacheHeaders
17:28:58 [2021-08-20T17:28:58.512Z] --- PASS: TestPingCacheHeaders (0.03s)
17:28:58 [2021-08-20T17:28:58.512Z] === RUN   TestPingGet
17:28:58 [2021-08-20T17:28:58.512Z] --- PASS: TestPingGet (0.03s)
17:28:58 [2021-08-20T17:28:58.512Z] === RUN   TestPingHead
17:28:58 [2021-08-20T17:28:58.512Z] --- PASS: TestPingHead (0.03s)
17:28:58 [2021-08-20T17:28:58.512Z] === RUN   TestVersion
17:28:58 [2021-08-20T17:28:58.512Z] --- PASS: TestVersion (0.03s)
17:28:58 [2021-08-20T17:28:58.512Z] PASS
17:28:58 [2021-08-20T17:28:58.512Z] ok  	github.com/docker/docker/integration/system	1.140s
17:28:58 [2021-08-20T17:28:58.512Z] 
17:28:58 [2021-08-20T17:28:58.512Z] === Skipped
17:28:58 [2021-08-20T17:28:58.512Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s)
17:28:58 [2021-08-20T17:28:58.512Z]     cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows"
17:28:58 [2021-08-20T17:28:58.512Z] 
17:28:58 [2021-08-20T17:28:58.512Z] === SKIP: github.com/docker/docker/integration/system TestDiskUsage (0.00s)
17:28:58 [2021-08-20T17:28:58.512Z]     disk_usage_test.go:15: testEnv.OSType == "windows"
17:28:58 [2021-08-20T17:28:58.512Z] 
17:28:58 [2021-08-20T17:28:58.512Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s)
17:28:58 [2021-08-20T17:28:58.512Z]     event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec
17:28:58 [2021-08-20T17:28:58.512Z] 
17:28:58 [2021-08-20T17:28:58.512Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s)
17:28:58 [2021-08-20T17:28:58.512Z]     event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages
17:28:58 [2021-08-20T17:28:58.512Z] 
17:28:58 [2021-08-20T17:28:58.512Z] === SKIP: github.com/docker/docker/integration/system TestEventsVolumeCreate (0.00s)
17:28:58 [2021-08-20T17:28:58.512Z]     event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race
17:28:58 [2021-08-20T17:28:58.512Z] 
17:28:58 [2021-08-20T17:28:58.512Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s)
17:28:58 [2021-08-20T17:28:58.512Z]     info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME
17:28:58 [2021-08-20T17:28:58.512Z] 
17:28:58 [2021-08-20T17:28:58.512Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s)
17:28:58 [2021-08-20T17:28:58.512Z]     info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
17:28:58 [2021-08-20T17:28:58.512Z] 
17:28:58 [2021-08-20T17:28:58.512Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s)
17:28:58 [2021-08-20T17:28:58.512Z]     info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
17:28:58 [2021-08-20T17:28:58.512Z] 
17:28:58 [2021-08-20T17:28:58.512Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s)
17:28:58 [2021-08-20T17:28:58.512Z]     info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
17:28:58 [2021-08-20T17:28:58.512Z] 
17:28:58 [2021-08-20T17:28:58.512Z] 
17:28:58 [2021-08-20T17:28:58.512Z] DONE 15 tests, 9 skipped in 2.423s
17:28:58 [2021-08-20T17:28:58.512Z] Running D:\gopath\src\github.com\docker\docker\integration\volume
17:29:00 [2021-08-20T17:29:00.040Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2022
17:29:00 [2021-08-20T17:29:00.040Z] INFO: Testing against a local daemon
17:29:00 [2021-08-20T17:29:00.040Z] === RUN   TestVolumesCreateAndList
17:29:00 [2021-08-20T17:29:00.040Z] --- PASS: TestVolumesCreateAndList (0.04s)
17:29:00 [2021-08-20T17:29:00.040Z] === RUN   TestVolumesRemove
17:29:00 [2021-08-20T17:29:00.040Z] --- PASS: TestVolumesRemove (0.13s)
17:29:00 [2021-08-20T17:29:00.040Z] === RUN   TestVolumesInspect
17:29:00 [2021-08-20T17:29:00.040Z] --- PASS: TestVolumesInspect (0.03s)
17:29:00 [2021-08-20T17:29:00.040Z] === RUN   TestVolumesInvalidJSON
17:29:00 [2021-08-20T17:29:00.040Z] === RUN   TestVolumesInvalidJSON//volumes/create
17:29:00 [2021-08-20T17:29:00.040Z] === PAUSE TestVolumesInvalidJSON//volumes/create
17:29:00 [2021-08-20T17:29:00.040Z] === CONT  TestVolumesInvalidJSON//volumes/create
17:29:00 [2021-08-20T17:29:00.040Z] --- PASS: TestVolumesInvalidJSON (0.03s)
17:29:00 [2021-08-20T17:29:00.040Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
17:29:00 [2021-08-20T17:29:00.040Z] PASS
17:29:00 [2021-08-20T17:29:00.040Z] ok  	github.com/docker/docker/integration/volume	0.278s
17:29:00 [2021-08-20T17:29:00.040Z] 
17:29:00 [2021-08-20T17:29:00.040Z] DONE 5 tests in 1.751s
17:29:00 [2021-08-20T17:29:00.496Z] INFO: make.ps1 ended at 08/20/2021 17:29:00
17:29:00 [2021-08-20T17:29:00.496Z] INFO: Integration CLI tests being run from the host:
17:29:00 [2021-08-20T17:29:00.496Z] 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" 
17:29:00 [2021-08-20T17:29:00.509Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2022
17:29:00 [2021-08-20T17:29:00.509Z] INFO: Testing against a local daemon
17:29:00 [2021-08-20T17:29:00.509Z] === RUN   TestPluginWithDevMounts
17:29:00 [2021-08-20T17:29:00.509Z]     mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows"
17:29:00 [2021-08-20T17:29:00.509Z] --- SKIP: TestPluginWithDevMounts (0.00s)
17:29:00 [2021-08-20T17:29:00.509Z] PASS
17:29:00 [2021-08-20T17:29:00.509Z] ok  	github.com/docker/docker/integration/plugin/volumes	0.100s
17:29:00 [2021-08-20T17:29:00.965Z] 
17:29:00 [2021-08-20T17:29:00.965Z] === Skipped
17:29:00 [2021-08-20T17:29:00.965Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s)
17:29:00 [2021-08-20T17:29:00.965Z]     mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows"
17:29:00 [2021-08-20T17:29:00.965Z] 
17:29:00 [2021-08-20T17:29:00.965Z] 
17:29:00 [2021-08-20T17:29:00.965Z] DONE 1 tests, 1 skipped in 2.273s
17:29:00 [2021-08-20T17:29:00.965Z] Running D:\gopath\src\github.com\docker\docker\integration\secret
17:29:01 [2021-08-20T17:29:01.205Z] === RUN   TestDockerSuite/TestRunSeccompDefaultProfileNS
17:29:03 [2021-08-20T17:29:03.137Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2022
17:29:03 [2021-08-20T17:29:03.137Z] INFO: Testing against a local daemon
17:29:03 [2021-08-20T17:29:03.137Z] === RUN   TestSecretInspect
17:29:03 [2021-08-20T17:29:03.137Z]     secret_test.go:25: testEnv.DaemonInfo.OSType == "windows"
17:29:03 [2021-08-20T17:29:03.137Z] --- SKIP: TestSecretInspect (0.00s)
17:29:03 [2021-08-20T17:29:03.137Z] === RUN   TestSecretList
17:29:03 [2021-08-20T17:29:03.137Z]     secret_test.go:49: testEnv.DaemonInfo.OSType == "windows"
17:29:03 [2021-08-20T17:29:03.137Z] --- SKIP: TestSecretList (0.00s)
17:29:03 [2021-08-20T17:29:03.137Z] === RUN   TestSecretsCreateAndDelete
17:29:03 [2021-08-20T17:29:03.137Z]     secret_test.go:130: testEnv.DaemonInfo.OSType == "windows"
17:29:03 [2021-08-20T17:29:03.137Z] --- SKIP: TestSecretsCreateAndDelete (0.00s)
17:29:03 [2021-08-20T17:29:03.137Z] === RUN   TestSecretsUpdate
17:29:03 [2021-08-20T17:29:03.137Z]     secret_test.go:178: testEnv.DaemonInfo.OSType == "windows"
17:29:03 [2021-08-20T17:29:03.137Z] --- SKIP: TestSecretsUpdate (0.00s)
17:29:03 [2021-08-20T17:29:03.137Z] === RUN   TestTemplatedSecret
17:29:03 [2021-08-20T17:29:03.137Z]     secret_test.go:230: testEnv.DaemonInfo.OSType == "windows"
17:29:03 [2021-08-20T17:29:03.137Z] --- SKIP: TestTemplatedSecret (0.00s)
17:29:03 [2021-08-20T17:29:03.137Z] === RUN   TestSecretCreateResolve
17:29:03 [2021-08-20T17:29:03.137Z]     secret_test.go:340: testEnv.DaemonInfo.OSType != "linux"
17:29:03 [2021-08-20T17:29:03.137Z] --- SKIP: TestSecretCreateResolve (0.00s)
17:29:03 [2021-08-20T17:29:03.137Z] PASS
17:29:03 [2021-08-20T17:29:03.137Z] ok  	github.com/docker/docker/integration/secret	0.103s
17:29:03 [2021-08-20T17:29:03.137Z] 
17:29:03 [2021-08-20T17:29:03.137Z] === Skipped
17:29:03 [2021-08-20T17:29:03.137Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s)
17:29:03 [2021-08-20T17:29:03.137Z]     secret_test.go:25: testEnv.DaemonInfo.OSType == "windows"
17:29:03 [2021-08-20T17:29:03.137Z] 
17:29:03 [2021-08-20T17:29:03.137Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s)
17:29:03 [2021-08-20T17:29:03.137Z]     secret_test.go:49: testEnv.DaemonInfo.OSType == "windows"
17:29:03 [2021-08-20T17:29:03.137Z] 
17:29:03 [2021-08-20T17:29:03.137Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s)
17:29:03 [2021-08-20T17:29:03.137Z]     secret_test.go:130: testEnv.DaemonInfo.OSType == "windows"
17:29:03 [2021-08-20T17:29:03.137Z] 
17:29:03 [2021-08-20T17:29:03.137Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s)
17:29:03 [2021-08-20T17:29:03.137Z]     secret_test.go:178: testEnv.DaemonInfo.OSType == "windows"
17:29:03 [2021-08-20T17:29:03.137Z] 
17:29:03 [2021-08-20T17:29:03.137Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s)
17:29:03 [2021-08-20T17:29:03.137Z]     secret_test.go:230: testEnv.DaemonInfo.OSType == "windows"
17:29:03 [2021-08-20T17:29:03.137Z] 
17:29:03 [2021-08-20T17:29:03.137Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s)
17:29:03 [2021-08-20T17:29:03.137Z]     secret_test.go:340: testEnv.DaemonInfo.OSType != "linux"
17:29:03 [2021-08-20T17:29:03.137Z] 
17:29:03 [2021-08-20T17:29:03.137Z] 
17:29:03 [2021-08-20T17:29:03.137Z] DONE 6 tests, 6 skipped in 2.108s
17:29:03 [2021-08-20T17:29:03.137Z] Running D:\gopath\src\github.com\docker\docker\integration\service
17:29:04 [2021-08-20T17:29:04.474Z] === RUN   TestDockerSuite/TestRunSeccompProfileAllow32Bit
17:29:04 [2021-08-20T17:29:04.730Z] === RUN   TestDockerSuite/TestRunSeccompProfileDenyChmod
17:29:05 [2021-08-20T17:29:05.292Z] === RUN   TestDockerSuite/TestRunSeccompProfileDenyCloneUserns
17:29:05 [2021-08-20T17:29:05.302Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2022
17:29:05 [2021-08-20T17:29:05.302Z] INFO: Testing against a local daemon
17:29:05 [2021-08-20T17:29:05.302Z] === RUN   TestServiceCreateInit
17:29:05 [2021-08-20T17:29:05.302Z] === RUN   TestServiceCreateInit/daemonInitDisabled
17:29:05 [2021-08-20T17:29:05.302Z]     create_test.go:40: testEnv.DaemonInfo.OSType == "windows"
17:29:05 [2021-08-20T17:29:05.302Z] === RUN   TestServiceCreateInit/daemonInitEnabled
17:29:05 [2021-08-20T17:29:05.302Z]     create_test.go:40: testEnv.DaemonInfo.OSType == "windows"
17:29:05 [2021-08-20T17:29:05.302Z] --- PASS: TestServiceCreateInit (0.06s)
17:29:05 [2021-08-20T17:29:05.302Z]     --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s)
17:29:05 [2021-08-20T17:29:05.302Z]     --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s)
17:29:05 [2021-08-20T17:29:05.302Z] === RUN   TestCreateServiceMultipleTimes
17:29:05 [2021-08-20T17:29:05.302Z]     create_test.go:80: testEnv.DaemonInfo.OSType == "windows"
17:29:05 [2021-08-20T17:29:05.302Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s)
17:29:05 [2021-08-20T17:29:05.302Z] === RUN   TestCreateServiceConflict
17:29:05 [2021-08-20T17:29:05.302Z]     create_test.go:153: testEnv.DaemonInfo.OSType == "windows"
17:29:05 [2021-08-20T17:29:05.302Z] --- SKIP: TestCreateServiceConflict (0.01s)
17:29:05 [2021-08-20T17:29:05.302Z] === RUN   TestCreateServiceMaxReplicas
17:29:05 [2021-08-20T17:29:05.302Z]     create_test.go:176: testEnv.DaemonInfo.OSType == "windows"
17:29:05 [2021-08-20T17:29:05.302Z] --- SKIP: TestCreateServiceMaxReplicas (0.05s)
17:29:05 [2021-08-20T17:29:05.302Z] === RUN   TestCreateWithDuplicateNetworkNames
17:29:05 [2021-08-20T17:29:05.302Z]     create_test.go:195: testEnv.DaemonInfo.OSType == "windows"
17:29:05 [2021-08-20T17:29:05.302Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s)
17:29:05 [2021-08-20T17:29:05.302Z] === RUN   TestCreateServiceSecretFileMode
17:29:05 [2021-08-20T17:29:05.302Z]     create_test.go:248: testEnv.DaemonInfo.OSType == "windows"
17:29:05 [2021-08-20T17:29:05.302Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s)
17:29:05 [2021-08-20T17:29:05.302Z] === RUN   TestCreateServiceConfigFileMode
17:29:05 [2021-08-20T17:29:05.302Z]     create_test.go:312: testEnv.DaemonInfo.OSType == "windows"
17:29:05 [2021-08-20T17:29:05.302Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s)
17:29:05 [2021-08-20T17:29:05.302Z] === RUN   TestCreateServiceSysctls
17:29:05 [2021-08-20T17:29:05.758Z]     create_test.go:404: testEnv.DaemonInfo.OSType == "windows"
17:29:05 [2021-08-20T17:29:05.758Z] --- SKIP: TestCreateServiceSysctls (0.04s)
17:29:05 [2021-08-20T17:29:05.758Z] === RUN   TestCreateServiceCapabilities
17:29:05 [2021-08-20T17:29:05.758Z]     create_test.go:488: testEnv.DaemonInfo.OSType == "windows"
17:29:05 [2021-08-20T17:29:05.758Z] --- SKIP: TestCreateServiceCapabilities (0.04s)
17:29:05 [2021-08-20T17:29:05.758Z] === RUN   TestInspect
17:29:05 [2021-08-20T17:29:05.758Z]     inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows"
17:29:05 [2021-08-20T17:29:05.758Z] --- SKIP: TestInspect (0.00s)
17:29:05 [2021-08-20T17:29:05.758Z] === RUN   TestCreateJob
17:29:05 [2021-08-20T17:29:05.758Z]     jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows"
17:29:05 [2021-08-20T17:29:05.758Z] --- SKIP: TestCreateJob (0.00s)
17:29:05 [2021-08-20T17:29:05.758Z] === RUN   TestReplicatedJob
17:29:05 [2021-08-20T17:29:05.758Z]     jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows"
17:29:05 [2021-08-20T17:29:05.758Z] --- SKIP: TestReplicatedJob (0.00s)
17:29:05 [2021-08-20T17:29:05.758Z] === RUN   TestUpdateReplicatedJob
17:29:05 [2021-08-20T17:29:05.758Z]     jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows"
17:29:05 [2021-08-20T17:29:05.759Z] --- SKIP: TestUpdateReplicatedJob (0.00s)
17:29:05 [2021-08-20T17:29:05.759Z] === RUN   TestServiceListWithStatuses
17:29:05 [2021-08-20T17:29:05.759Z]     list_test.go:32: testEnv.DaemonInfo.OSType == "windows"
17:29:05 [2021-08-20T17:29:05.759Z] --- SKIP: TestServiceListWithStatuses (0.00s)
17:29:05 [2021-08-20T17:29:05.759Z] === RUN   TestDockerNetworkConnectAlias
17:29:05 [2021-08-20T17:29:05.759Z]     network_test.go:18: testEnv.DaemonInfo.OSType == "windows"
17:29:05 [2021-08-20T17:29:05.759Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s)
17:29:05 [2021-08-20T17:29:05.759Z] === RUN   TestDockerNetworkReConnect
17:29:05 [2021-08-20T17:29:05.759Z]     network_test.go:80: testEnv.DaemonInfo.OSType == "windows"
17:29:05 [2021-08-20T17:29:05.759Z] --- SKIP: TestDockerNetworkReConnect (0.00s)
17:29:05 [2021-08-20T17:29:05.759Z] === RUN   TestServicePlugin
17:29:05 [2021-08-20T17:29:05.759Z]     plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows"
17:29:05 [2021-08-20T17:29:05.759Z] --- SKIP: TestServicePlugin (0.00s)
17:29:05 [2021-08-20T17:29:05.759Z] === RUN   TestServiceUpdateLabel
17:29:05 [2021-08-20T17:29:05.759Z]     update_test.go:21: testEnv.DaemonInfo.OSType != "linux"
17:29:05 [2021-08-20T17:29:05.759Z] --- SKIP: TestServiceUpdateLabel (0.00s)
17:29:05 [2021-08-20T17:29:05.759Z] === RUN   TestServiceUpdateSecrets
17:29:05 [2021-08-20T17:29:05.759Z]     update_test.go:77: testEnv.DaemonInfo.OSType != "linux"
17:29:05 [2021-08-20T17:29:05.759Z] --- SKIP: TestServiceUpdateSecrets (0.00s)
17:29:05 [2021-08-20T17:29:05.759Z] === RUN   TestServiceUpdateConfigs
17:29:05 [2021-08-20T17:29:05.759Z]     update_test.go:139: testEnv.DaemonInfo.OSType != "linux"
17:29:05 [2021-08-20T17:29:05.759Z] --- SKIP: TestServiceUpdateConfigs (0.00s)
17:29:05 [2021-08-20T17:29:05.759Z] === RUN   TestServiceUpdateNetwork
17:29:05 [2021-08-20T17:29:05.759Z]     update_test.go:201: testEnv.DaemonInfo.OSType != "linux"
17:29:05 [2021-08-20T17:29:05.759Z] --- SKIP: TestServiceUpdateNetwork (0.00s)
17:29:05 [2021-08-20T17:29:05.759Z] === RUN   TestServiceUpdatePidsLimit
17:29:05 [2021-08-20T17:29:05.759Z]     update_test.go:259: testEnv.DaemonInfo.OSType != "linux"
17:29:05 [2021-08-20T17:29:05.759Z] --- SKIP: TestServiceUpdatePidsLimit (0.00s)
17:29:05 [2021-08-20T17:29:05.759Z] PASS
17:29:05 [2021-08-20T17:29:05.759Z] ok  	github.com/docker/docker/integration/service	0.295s
17:29:05 [2021-08-20T17:29:05.759Z] 
17:29:05 [2021-08-20T17:29:05.759Z] === Skipped
17:29:05 [2021-08-20T17:29:05.759Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s)
17:29:05 [2021-08-20T17:29:05.759Z]     create_test.go:40: testEnv.DaemonInfo.OSType == "windows"
17:29:05 [2021-08-20T17:29:05.759Z]     --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s)
17:29:05 [2021-08-20T17:29:05.759Z] 
17:29:05 [2021-08-20T17:29:05.759Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s)
17:29:05 [2021-08-20T17:29:05.759Z]     create_test.go:40: testEnv.DaemonInfo.OSType == "windows"
17:29:05 [2021-08-20T17:29:05.759Z]     --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s)
17:29:05 [2021-08-20T17:29:05.759Z] 
17:29:05 [2021-08-20T17:29:05.759Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s)
17:29:05 [2021-08-20T17:29:05.759Z]     create_test.go:80: testEnv.DaemonInfo.OSType == "windows"
17:29:05 [2021-08-20T17:29:05.759Z] 
17:29:05 [2021-08-20T17:29:05.759Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.01s)
17:29:05 [2021-08-20T17:29:05.759Z]     create_test.go:153: testEnv.DaemonInfo.OSType == "windows"
17:29:05 [2021-08-20T17:29:05.759Z] 
17:29:05 [2021-08-20T17:29:05.759Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.05s)
17:29:05 [2021-08-20T17:29:05.759Z]     create_test.go:176: testEnv.DaemonInfo.OSType == "windows"
17:29:05 [2021-08-20T17:29:05.759Z] 
17:29:05 [2021-08-20T17:29:05.759Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s)
17:29:05 [2021-08-20T17:29:05.759Z]     create_test.go:195: testEnv.DaemonInfo.OSType == "windows"
17:29:05 [2021-08-20T17:29:05.759Z] 
17:29:05 [2021-08-20T17:29:05.759Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s)
17:29:05 [2021-08-20T17:29:05.759Z]     create_test.go:248: testEnv.DaemonInfo.OSType == "windows"
17:29:05 [2021-08-20T17:29:05.759Z] 
17:29:05 [2021-08-20T17:29:05.759Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s)
17:29:05 [2021-08-20T17:29:05.759Z]     create_test.go:312: testEnv.DaemonInfo.OSType == "windows"
17:29:05 [2021-08-20T17:29:05.759Z] 
17:29:05 [2021-08-20T17:29:05.759Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.04s)
17:29:05 [2021-08-20T17:29:05.759Z]     create_test.go:404: testEnv.DaemonInfo.OSType == "windows"
17:29:05 [2021-08-20T17:29:05.759Z] 
17:29:05 [2021-08-20T17:29:05.759Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.04s)
17:29:05 [2021-08-20T17:29:05.759Z]     create_test.go:488: testEnv.DaemonInfo.OSType == "windows"
17:29:05 [2021-08-20T17:29:05.759Z] 
17:29:05 [2021-08-20T17:29:05.759Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s)
17:29:05 [2021-08-20T17:29:05.759Z]     inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows"
17:29:05 [2021-08-20T17:29:05.759Z] 
17:29:05 [2021-08-20T17:29:05.759Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s)
17:29:05 [2021-08-20T17:29:05.759Z]     jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows"
17:29:05 [2021-08-20T17:29:05.759Z] 
17:29:05 [2021-08-20T17:29:05.759Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s)
17:29:05 [2021-08-20T17:29:05.759Z]     jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows"
17:29:05 [2021-08-20T17:29:05.759Z] 
17:29:05 [2021-08-20T17:29:05.759Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s)
17:29:05 [2021-08-20T17:29:05.759Z]     jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows"
17:29:05 [2021-08-20T17:29:05.759Z] 
17:29:05 [2021-08-20T17:29:05.759Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s)
17:29:05 [2021-08-20T17:29:05.759Z]     list_test.go:32: testEnv.DaemonInfo.OSType == "windows"
17:29:05 [2021-08-20T17:29:05.759Z] 
17:29:05 [2021-08-20T17:29:05.759Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s)
17:29:05 [2021-08-20T17:29:05.759Z]     network_test.go:18: testEnv.DaemonInfo.OSType == "windows"
17:29:05 [2021-08-20T17:29:05.759Z] 
17:29:05 [2021-08-20T17:29:05.759Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s)
17:29:05 [2021-08-20T17:29:05.759Z]     network_test.go:80: testEnv.DaemonInfo.OSType == "windows"
17:29:05 [2021-08-20T17:29:05.759Z] 
17:29:05 [2021-08-20T17:29:05.759Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s)
17:29:05 [2021-08-20T17:29:05.759Z]     plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows"
17:29:05 [2021-08-20T17:29:05.759Z] 
17:29:05 [2021-08-20T17:29:05.759Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s)
17:29:05 [2021-08-20T17:29:05.759Z]     update_test.go:21: testEnv.DaemonInfo.OSType != "linux"
17:29:05 [2021-08-20T17:29:05.759Z] 
17:29:05 [2021-08-20T17:29:05.759Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s)
17:29:05 [2021-08-20T17:29:05.759Z]     update_test.go:77: testEnv.DaemonInfo.OSType != "linux"
17:29:05 [2021-08-20T17:29:05.759Z] 
17:29:05 [2021-08-20T17:29:05.759Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s)
17:29:05 [2021-08-20T17:29:05.759Z]     update_test.go:139: testEnv.DaemonInfo.OSType != "linux"
17:29:05 [2021-08-20T17:29:05.759Z] 
17:29:05 [2021-08-20T17:29:05.759Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s)
17:29:05 [2021-08-20T17:29:05.759Z]     update_test.go:201: testEnv.DaemonInfo.OSType != "linux"
17:29:05 [2021-08-20T17:29:05.759Z] 
17:29:05 [2021-08-20T17:29:05.759Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s)
17:29:05 [2021-08-20T17:29:05.759Z]     update_test.go:259: testEnv.DaemonInfo.OSType != "linux"
17:29:05 [2021-08-20T17:29:05.759Z] 
17:29:05 [2021-08-20T17:29:05.759Z] 
17:29:05 [2021-08-20T17:29:05.759Z] DONE 24 tests, 23 skipped in 2.704s
17:29:05 [2021-08-20T17:29:05.759Z] Running D:\gopath\src\github.com\docker\docker\integration\session
17:29:05 [2021-08-20T17:29:05.854Z] === RUN   TestDockerSuite/TestRunSeccompProfileDenyUnshare
17:29:06 [2021-08-20T17:29:06.418Z] === RUN   TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns
17:29:06 [2021-08-20T17:29:06.980Z] === RUN   TestDockerSuite/TestRunSeccompUnconfinedCloneUserns
17:29:07 [2021-08-20T17:29:07.236Z] === RUN   TestDockerSuite/TestRunSeccompWithDefaultProfile
17:29:07 [2021-08-20T17:29:07.553Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2022
17:29:07 [2021-08-20T17:29:07.553Z] INFO: Testing against a local daemon
17:29:07 [2021-08-20T17:29:07.553Z] === RUN   TestDockerSuite
17:29:07 [2021-08-20T17:29:07.553Z] === RUN   TestDockerSuite/TestAPIClientVersionOldNotSupported
17:29:07 [2021-08-20T17:29:07.553Z] === RUN   TestDockerSuite/TestAPICreateDeletePredefinedNetworks
17:29:07 [2021-08-20T17:29:07.553Z]     docker_api_network_test.go:242: unmatched requirement DaemonIsLinux
17:29:07 [2021-08-20T17:29:07.553Z] === RUN   TestDockerSuite/TestAPIErrorJSON
17:29:07 [2021-08-20T17:29:07.553Z] === RUN   TestDockerSuite/TestAPIErrorNotFoundJSON
17:29:07 [2021-08-20T17:29:07.553Z] === RUN   TestDockerSuite/TestAPIErrorNotFoundPlainText
17:29:07 [2021-08-20T17:29:07.553Z] === RUN   TestDockerSuite/TestAPIErrorPlainText
17:29:07 [2021-08-20T17:29:07.553Z]     docker_api_test.go:77: unmatched requirement DaemonIsLinux
17:29:07 [2021-08-20T17:29:07.553Z] === RUN   TestDockerSuite/TestAPIGetEnabledCORS
17:29:07 [2021-08-20T17:29:07.553Z] === RUN   TestDockerSuite/TestAPIImagesDelete
17:29:07 [2021-08-20T17:29:07.924Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2022
17:29:07 [2021-08-20T17:29:07.924Z] INFO: Testing against a local daemon
17:29:07 [2021-08-20T17:29:07.924Z] === RUN   TestSessionCreate
17:29:07 [2021-08-20T17:29:07.924Z]     session_test.go:15: testEnv.OSType == "windows": FIXME
17:29:07 [2021-08-20T17:29:07.924Z] --- SKIP: TestSessionCreate (0.00s)
17:29:07 [2021-08-20T17:29:07.924Z] === RUN   TestSessionCreateWithBadUpgrade
17:29:07 [2021-08-20T17:29:07.924Z]     session_test.go:36: testEnv.OSType == "windows": FIXME
17:29:07 [2021-08-20T17:29:07.924Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s)
17:29:07 [2021-08-20T17:29:07.924Z] PASS
17:29:07 [2021-08-20T17:29:07.924Z] ok  	github.com/docker/docker/integration/session	0.101s
17:29:07 [2021-08-20T17:29:07.924Z] 
17:29:07 [2021-08-20T17:29:07.924Z] === Skipped
17:29:07 [2021-08-20T17:29:07.924Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s)
17:29:07 [2021-08-20T17:29:07.924Z]     session_test.go:15: testEnv.OSType == "windows": FIXME
17:29:07 [2021-08-20T17:29:07.924Z] 
17:29:07 [2021-08-20T17:29:07.924Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s)
17:29:07 [2021-08-20T17:29:07.924Z]     session_test.go:36: testEnv.OSType == "windows": FIXME
17:29:07 [2021-08-20T17:29:07.924Z] 
17:29:07 [2021-08-20T17:29:07.924Z] 
17:29:07 [2021-08-20T17:29:07.924Z] DONE 2 tests, 2 skipped in 2.024s
17:29:07 [2021-08-20T17:29:07.924Z] Running D:\gopath\src\github.com\docker\docker\integration\system
17:29:08 [2021-08-20T17:29:08.009Z] === RUN   TestDockerSuite/TestAPIImagesFilter
17:29:08 [2021-08-20T17:29:08.011Z] === RUN   TestDockerSuite/TestAPIImagesHistory
17:29:08 [2021-08-20T17:29:08.163Z] === RUN   TestDockerSuite/TestRunSetDefaultRestartPolicy
17:29:08 [2021-08-20T17:29:08.465Z] === RUN   TestDockerSuite/TestAPIImagesImportBadSrc
17:29:08 [2021-08-20T17:29:08.724Z] === RUN   TestDockerSuite/TestRunSetMacAddress
17:29:08 [2021-08-20T17:29:08.921Z] === RUN   TestDockerSuite/TestAPIImagesSaveAndLoad
17:29:09 [2021-08-20T17:29:09.286Z] === RUN   TestDockerSuite/TestRunSlowStdoutConsumer
17:29:10 [2021-08-20T17:29:10.089Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2022
17:29:10 [2021-08-20T17:29:10.089Z] INFO: Testing against a local daemon
17:29:10 [2021-08-20T17:29:10.089Z] === RUN   TestCgroupDriverSystemdMemoryLimit
17:29:10 [2021-08-20T17:29:10.089Z]     cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows"
17:29:10 [2021-08-20T17:29:10.089Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
17:29:10 [2021-08-20T17:29:10.089Z] === RUN   TestDiskUsage
17:29:10 [2021-08-20T17:29:10.089Z]     disk_usage_test.go:15: testEnv.OSType == "windows"
17:29:10 [2021-08-20T17:29:10.089Z] --- SKIP: TestDiskUsage (0.00s)
17:29:10 [2021-08-20T17:29:10.089Z] === RUN   TestEventsExecDie
17:29:10 [2021-08-20T17:29:10.089Z]     event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec
17:29:10 [2021-08-20T17:29:10.089Z] --- SKIP: TestEventsExecDie (0.00s)
17:29:10 [2021-08-20T17:29:10.089Z] === RUN   TestEventsBackwardsCompatible
17:29:10 [2021-08-20T17:29:10.089Z]     event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages
17:29:10 [2021-08-20T17:29:10.089Z] --- SKIP: TestEventsBackwardsCompatible (0.00s)
17:29:10 [2021-08-20T17:29:10.089Z] === RUN   TestEventsVolumeCreate
17:29:10 [2021-08-20T17:29:10.089Z]     event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race
17:29:10 [2021-08-20T17:29:10.089Z] --- SKIP: TestEventsVolumeCreate (0.00s)
17:29:10 [2021-08-20T17:29:10.089Z] === RUN   TestInfoAPI
17:29:10 [2021-08-20T17:29:10.089Z] --- PASS: TestInfoAPI (0.04s)
17:29:10 [2021-08-20T17:29:10.089Z] === RUN   TestInfoAPIWarnings
17:29:10 [2021-08-20T17:29:10.090Z]     info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME
17:29:10 [2021-08-20T17:29:10.090Z] --- SKIP: TestInfoAPIWarnings (0.00s)
17:29:10 [2021-08-20T17:29:10.090Z] === RUN   TestInfoDebug
17:29:10 [2021-08-20T17:29:10.090Z]     info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
17:29:10 [2021-08-20T17:29:10.090Z] --- SKIP: TestInfoDebug (0.00s)
17:29:10 [2021-08-20T17:29:10.090Z] === RUN   TestInfoInsecureRegistries
17:29:10 [2021-08-20T17:29:10.090Z]     info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
17:29:10 [2021-08-20T17:29:10.090Z] --- SKIP: TestInfoInsecureRegistries (0.00s)
17:29:10 [2021-08-20T17:29:10.090Z] === RUN   TestInfoRegistryMirrors
17:29:10 [2021-08-20T17:29:10.090Z]     info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
17:29:10 [2021-08-20T17:29:10.090Z] --- SKIP: TestInfoRegistryMirrors (0.00s)
17:29:10 [2021-08-20T17:29:10.090Z] === RUN   TestLoginFailsWithBadCredentials
17:29:11 [2021-08-20T17:29:11.051Z] --- PASS: TestLoginFailsWithBadCredentials (0.97s)
17:29:11 [2021-08-20T17:29:11.051Z] === RUN   TestPingCacheHeaders
17:29:11 [2021-08-20T17:29:11.051Z] --- PASS: TestPingCacheHeaders (0.04s)
17:29:11 [2021-08-20T17:29:11.051Z] === RUN   TestPingGet
17:29:11 [2021-08-20T17:29:11.051Z] --- PASS: TestPingGet (0.04s)
17:29:11 [2021-08-20T17:29:11.051Z] === RUN   TestPingHead
17:29:11 [2021-08-20T17:29:11.051Z] --- PASS: TestPingHead (0.04s)
17:29:11 [2021-08-20T17:29:11.051Z] === RUN   TestVersion
17:29:11 [2021-08-20T17:29:11.051Z] --- PASS: TestVersion (0.05s)
17:29:11 [2021-08-20T17:29:11.051Z] PASS
17:29:11 [2021-08-20T17:29:11.051Z] ok  	github.com/docker/docker/integration/system	1.258s
17:29:11 [2021-08-20T17:29:11.051Z] 
17:29:11 [2021-08-20T17:29:11.051Z] === Skipped
17:29:11 [2021-08-20T17:29:11.051Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s)
17:29:11 [2021-08-20T17:29:11.051Z]     cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows"
17:29:11 [2021-08-20T17:29:11.051Z] 
17:29:11 [2021-08-20T17:29:11.051Z] === SKIP: github.com/docker/docker/integration/system TestDiskUsage (0.00s)
17:29:11 [2021-08-20T17:29:11.051Z]     disk_usage_test.go:15: testEnv.OSType == "windows"
17:29:11 [2021-08-20T17:29:11.051Z] 
17:29:11 [2021-08-20T17:29:11.051Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s)
17:29:11 [2021-08-20T17:29:11.051Z]     event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec
17:29:11 [2021-08-20T17:29:11.051Z] 
17:29:11 [2021-08-20T17:29:11.051Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s)
17:29:11 [2021-08-20T17:29:11.051Z]     event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages
17:29:11 [2021-08-20T17:29:11.051Z] 
17:29:11 [2021-08-20T17:29:11.051Z] === SKIP: github.com/docker/docker/integration/system TestEventsVolumeCreate (0.00s)
17:29:11 [2021-08-20T17:29:11.051Z]     event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race
17:29:11 [2021-08-20T17:29:11.051Z] 
17:29:11 [2021-08-20T17:29:11.051Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s)
17:29:11 [2021-08-20T17:29:11.051Z]     info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME
17:29:11 [2021-08-20T17:29:11.051Z] 
17:29:11 [2021-08-20T17:29:11.051Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s)
17:29:11 [2021-08-20T17:29:11.051Z]     info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
17:29:11 [2021-08-20T17:29:11.051Z] 
17:29:11 [2021-08-20T17:29:11.051Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s)
17:29:11 [2021-08-20T17:29:11.051Z]     info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
17:29:11 [2021-08-20T17:29:11.051Z] 
17:29:11 [2021-08-20T17:29:11.051Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s)
17:29:11 [2021-08-20T17:29:11.051Z]     info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
17:29:11 [2021-08-20T17:29:11.051Z] 
17:29:11 [2021-08-20T17:29:11.051Z] 
17:29:11 [2021-08-20T17:29:11.051Z] DONE 15 tests, 9 skipped in 3.236s
17:29:11 [2021-08-20T17:29:11.051Z] Running D:\gopath\src\github.com\docker\docker\integration\volume
17:29:12 [2021-08-20T17:29:12.552Z] === RUN   TestDockerSuite/TestRunState
17:29:13 [2021-08-20T17:29:13.226Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2022
17:29:13 [2021-08-20T17:29:13.227Z] INFO: Testing against a local daemon
17:29:13 [2021-08-20T17:29:13.227Z] === RUN   TestVolumesCreateAndList
17:29:13 [2021-08-20T17:29:13.227Z] --- PASS: TestVolumesCreateAndList (0.05s)
17:29:13 [2021-08-20T17:29:13.227Z] === RUN   TestVolumesRemove
17:29:13 [2021-08-20T17:29:13.227Z] --- PASS: TestVolumesRemove (0.16s)
17:29:13 [2021-08-20T17:29:13.227Z] === RUN   TestVolumesInspect
17:29:13 [2021-08-20T17:29:13.227Z] --- PASS: TestVolumesInspect (0.05s)
17:29:13 [2021-08-20T17:29:13.227Z] === RUN   TestVolumesInvalidJSON
17:29:13 [2021-08-20T17:29:13.227Z] === RUN   TestVolumesInvalidJSON//volumes/create
17:29:13 [2021-08-20T17:29:13.227Z] === PAUSE TestVolumesInvalidJSON//volumes/create
17:29:13 [2021-08-20T17:29:13.481Z] === RUN   TestDockerSuite/TestRunStdinBlockedAfterContainerExit
17:29:13 [2021-08-20T17:29:13.682Z] === CONT  TestVolumesInvalidJSON//volumes/create
17:29:13 [2021-08-20T17:29:13.682Z] --- PASS: TestVolumesInvalidJSON (0.04s)
17:29:13 [2021-08-20T17:29:13.682Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s)
17:29:13 [2021-08-20T17:29:13.682Z] PASS
17:29:13 [2021-08-20T17:29:13.682Z] ok  	github.com/docker/docker/integration/volume	0.356s
17:29:13 [2021-08-20T17:29:13.682Z] 
17:29:13 [2021-08-20T17:29:13.682Z] DONE 5 tests in 2.499s
17:29:13 [2021-08-20T17:29:13.682Z] INFO: make.ps1 ended at 08/20/2021 17:29:13
17:29:13 [2021-08-20T17:29:13.682Z] INFO: Integration CLI tests being run from the host:
17:29:13 [2021-08-20T17:29:13.682Z] 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" 
17:29:14 [2021-08-20T17:29:14.409Z] === RUN   TestDockerSuite/TestRunStdinPipe
17:29:14 [2021-08-20T17:29:14.972Z] === RUN   TestDockerSuite/TestRunStoppedLoggingDriverNoLeak
17:29:14 [2021-08-20T17:29:14.972Z] === RUN   TestDockerSuite/TestRunSwapLessThanMemoryLimit
17:29:14 [2021-08-20T17:29:14.972Z]     docker_cli_run_unix_test.go:691: unmatched requirement swapMemorySupport
17:29:14 [2021-08-20T17:29:14.972Z] === RUN   TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers
17:29:15 [2021-08-20T17:29:15.901Z] === RUN   TestDockerSuite/TestRunSysWritableInPrivilegedContainers
17:29:16 [2021-08-20T17:29:16.158Z] === RUN   TestDockerSuite/TestRunSysctls
17:29:17 [2021-08-20T17:29:17.527Z] === RUN   TestDockerSuite/TestRunTLSVerify
17:29:17 [2021-08-20T17:29:17.527Z] === RUN   TestDockerSuite/TestRunTTYWithPipe
17:29:17 [2021-08-20T17:29:17.527Z] === RUN   TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices
17:29:18 [2021-08-20T17:29:18.454Z] === RUN   TestDockerSuite/TestRunTmpfsMounts
17:29:20 [2021-08-20T17:29:20.993Z] === RUN   TestDockerSuite/TestRunTmpfsMountsEnsureOrdered
17:29:21 [2021-08-20T17:29:21.554Z] === RUN   TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes
17:29:22 [2021-08-20T17:29:22.924Z] === RUN   TestDockerSuite/TestRunTmpfsMountsWithOptions
17:29:24 [2021-08-20T17:29:24.002Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2022
17:29:24 [2021-08-20T17:29:24.002Z] INFO: Testing against a local daemon
17:29:24 [2021-08-20T17:29:24.002Z] === RUN   TestDockerSuite
17:29:24 [2021-08-20T17:29:24.002Z] === RUN   TestDockerSuite/TestAPIClientVersionOldNotSupported
17:29:24 [2021-08-20T17:29:24.002Z] === RUN   TestDockerSuite/TestAPICreateDeletePredefinedNetworks
17:29:24 [2021-08-20T17:29:24.002Z]     docker_api_network_test.go:242: unmatched requirement DaemonIsLinux
17:29:24 [2021-08-20T17:29:24.002Z] === RUN   TestDockerSuite/TestAPIErrorJSON
17:29:24 [2021-08-20T17:29:24.002Z] === RUN   TestDockerSuite/TestAPIErrorNotFoundJSON
17:29:24 [2021-08-20T17:29:24.002Z] === RUN   TestDockerSuite/TestAPIErrorNotFoundPlainText
17:29:24 [2021-08-20T17:29:24.002Z] === RUN   TestDockerSuite/TestAPIErrorPlainText
17:29:24 [2021-08-20T17:29:24.002Z]     docker_api_test.go:77: unmatched requirement DaemonIsLinux
17:29:24 [2021-08-20T17:29:24.002Z] === RUN   TestDockerSuite/TestAPIGetEnabledCORS
17:29:24 [2021-08-20T17:29:24.002Z] === RUN   TestDockerSuite/TestAPIImagesDelete
17:29:24 [2021-08-20T17:29:24.457Z] === RUN   TestDockerSuite/TestAPIImagesFilter
17:29:24 [2021-08-20T17:29:24.457Z] === RUN   TestDockerSuite/TestAPIImagesHistory
17:29:25 [2021-08-20T17:29:25.424Z] === RUN   TestDockerSuite/TestAPIImagesImportBadSrc
17:29:25 [2021-08-20T17:29:25.879Z] === RUN   TestDockerSuite/TestAPIImagesSaveAndLoad
17:29:27 [2021-08-20T17:29:27.096Z] === RUN   TestDockerSuite/TestRunTwoConcurrentContainers
17:29:30 [2021-08-20T17:29:30.364Z] === RUN   TestDockerSuite/TestRunUnprivilegedCanMknod
17:29:30 [2021-08-20T17:29:30.620Z] === RUN   TestDockerSuite/TestRunUnprivilegedCannotMount
17:29:31 [2021-08-20T17:29:31.183Z] === RUN   TestDockerSuite/TestRunUnprivilegedWithChroot
17:29:32 [2021-08-20T17:29:32.112Z] === RUN   TestDockerSuite/TestRunUnsetEntrypoint
17:29:34 [2021-08-20T17:29:34.004Z] === RUN   TestDockerSuite/TestRunUnshareProc
17:29:34 [2021-08-20T17:29:34.934Z] === RUN   TestDockerSuite/TestRunUserByID
17:29:35 [2021-08-20T17:29:35.497Z] === RUN   TestDockerSuite/TestRunUserByIDBig
17:29:35 [2021-08-20T17:29:35.753Z] === RUN   TestDockerSuite/TestRunUserByIDNegative
17:29:35 [2021-08-20T17:29:35.753Z] === RUN   TestDockerSuite/TestRunUserByIDZero
17:29:36 [2021-08-20T17:29:36.680Z] === RUN   TestDockerSuite/TestRunUserByName
17:29:37 [2021-08-20T17:29:37.244Z] === RUN   TestDockerSuite/TestRunUserDefaults
17:29:37 [2021-08-20T17:29:37.807Z] === RUN   TestDockerSuite/TestRunUserDeviceAllowed
17:29:37 [2021-08-20T17:29:37.807Z]     docker_cli_run_unix_test.go:1416: Host does not have /dev/snd/timer
17:29:37 [2021-08-20T17:29:37.807Z] === RUN   TestDockerSuite/TestRunUserNotFound
17:29:38 [2021-08-20T17:29:38.064Z] === RUN   TestDockerSuite/TestRunVerifyContainerID
17:29:38 [2021-08-20T17:29:38.626Z] === RUN   TestDockerSuite/TestRunVolumeCopyFlag
17:29:42 [2021-08-20T17:29:42.797Z] === RUN   TestDockerSuite/TestRunVolumeWithOneCharacter
17:29:43 [2021-08-20T17:29:43.054Z] === RUN   TestDockerSuite/TestRunVolumesCleanPaths
17:29:43 [2021-08-20T17:29:43.981Z] === RUN   TestDockerSuite/TestRunVolumesFromInReadWriteMode
17:29:46 [2021-08-20T17:29:46.500Z] === RUN   TestDockerSuite/TestRunVolumesFromInReadonlyModeFails
17:29:47 [2021-08-20T17:29:47.866Z] === RUN   TestDockerSuite/TestRunVolumesFromRestartAfterRemoved
17:29:49 [2021-08-20T17:29:49.757Z] === RUN   TestDockerSuite/TestRunVolumesFromSymlinkPath
17:29:52 [2021-08-20T17:29:52.277Z] === RUN   TestDockerSuite/TestRunVolumesMountedAsReadonly
17:29:52 [2021-08-20T17:29:52.839Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUCount
17:29:52 [2021-08-20T17:29:52.839Z]     docker_cli_run_test.go:4077: unmatched requirement DaemonIsWindows
17:29:52 [2021-08-20T17:29:52.839Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUPercent
17:29:52 [2021-08-20T17:29:52.839Z]     docker_cli_run_test.go:4097: unmatched requirement DaemonIsWindows
17:29:52 [2021-08-20T17:29:52.839Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUShares
17:29:52 [2021-08-20T17:29:52.839Z]     docker_cli_run_test.go:4087: unmatched requirement DaemonIsWindows
17:29:52 [2021-08-20T17:29:52.839Z] === RUN   TestDockerSuite/TestRunWithBadDevice
17:29:53 [2021-08-20T17:29:53.095Z] === RUN   TestDockerSuite/TestRunWithBlkioWeight
17:29:53 [2021-08-20T17:29:53.095Z]     docker_cli_run_unix_test.go:541: unmatched requirement blkioWeight
17:29:53 [2021-08-20T17:29:53.095Z] === RUN   TestDockerSuite/TestRunWithCPUQuota
17:29:57 [2021-08-20T17:29:57.260Z] === RUN   TestDockerSuite/TestRunWithCPUShares
17:29:57 [2021-08-20T17:29:57.517Z] === RUN   TestDockerSuite/TestRunWithCpuPeriod
17:29:58 [2021-08-20T17:29:58.883Z] === RUN   TestDockerSuite/TestRunWithCpusetCpus
17:29:59 [2021-08-20T17:29:59.810Z] === RUN   TestDockerSuite/TestRunWithCpusetMems
17:30:00 [2021-08-20T17:30:00.373Z] === RUN   TestDockerSuite/TestRunWithDaemonFlags
17:30:00 [2021-08-20T17:30:00.373Z] === RUN   TestDockerSuite/TestRunWithDefaultShmSize
17:30:01 [2021-08-20T17:30:01.304Z] === RUN   TestDockerSuite/TestRunWithInvalidBlkioWeight
17:30:01 [2021-08-20T17:30:01.304Z]     docker_cli_run_unix_test.go:552: unmatched requirement blkioWeight
17:30:01 [2021-08-20T17:30:01.304Z] === RUN   TestDockerSuite/TestRunWithInvalidCpuPeriod
17:30:01 [2021-08-20T17:30:01.304Z] === RUN   TestDockerSuite/TestRunWithInvalidMacAddress
17:30:01 [2021-08-20T17:30:01.304Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps
17:30:01 [2021-08-20T17:30:01.304Z]     docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight
17:30:01 [2021-08-20T17:30:01.304Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps
17:30:01 [2021-08-20T17:30:01.304Z]     docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight
17:30:01 [2021-08-20T17:30:01.304Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps
17:30:01 [2021-08-20T17:30:01.304Z]     docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight
17:30:01 [2021-08-20T17:30:01.304Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps
17:30:01 [2021-08-20T17:30:01.304Z]     docker_cli_run_unix_test.go:584: unmatched requirement blkioWeight
17:30:01 [2021-08-20T17:30:01.304Z] === RUN   TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice
17:30:01 [2021-08-20T17:30:01.304Z]     docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight
17:30:01 [2021-08-20T17:30:01.304Z] === RUN   TestDockerSuite/TestRunWithMemoryLimit
17:30:01 [2021-08-20T17:30:01.867Z] === RUN   TestDockerSuite/TestRunWithMemoryReservation
17:30:02 [2021-08-20T17:30:02.795Z] === RUN   TestDockerSuite/TestRunWithMemoryReservationInvalid
17:30:02 [2021-08-20T17:30:02.795Z] === RUN   TestDockerSuite/TestRunWithNanoCPUs
17:30:03 [2021-08-20T17:30:03.724Z] === RUN   TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks
17:30:03 [2021-08-20T17:30:03.724Z] === RUN   TestDockerSuite/TestRunWithOomScoreAdj
17:30:04 [2021-08-20T17:30:04.652Z] === RUN   TestDockerSuite/TestRunWithOomScoreAdjInvalidRange
17:30:04 [2021-08-20T17:30:04.652Z] === RUN   TestDockerSuite/TestRunWithShmSize
17:30:05 [2021-08-20T17:30:05.214Z] === RUN   TestDockerSuite/TestRunWithSwappiness
17:30:05 [2021-08-20T17:30:05.776Z] === RUN   TestDockerSuite/TestRunWithSwappinessInvalid
17:30:05 [2021-08-20T17:30:05.776Z] === RUN   TestDockerSuite/TestRunWithTooSmallMemoryLimit
17:30:05 [2021-08-20T17:30:05.776Z] === RUN   TestDockerSuite/TestRunWithUlimits
17:30:06 [2021-08-20T17:30:06.705Z] === RUN   TestDockerSuite/TestRunWithVolumesFromExited
17:30:08 [2021-08-20T17:30:08.088Z] === RUN   TestDockerSuite/TestRunWithVolumesIsRecursive
17:30:08 [2021-08-20T17:30:08.657Z] === RUN   TestDockerSuite/TestRunWithoutMemoryswapLimit
17:30:08 [2021-08-20T17:30:08.657Z]     docker_cli_run_unix_test.go:628: unmatched requirement swapMemorySupport
17:30:08 [2021-08-20T17:30:08.657Z] === RUN   TestDockerSuite/TestRunWithoutNetworking
17:30:09 [2021-08-20T17:30:09.219Z] === RUN   TestDockerSuite/TestRunWorkdirExistsAndIsFile
17:30:09 [2021-08-20T17:30:09.219Z] === RUN   TestDockerSuite/TestRunWorkingDirectory
17:30:10 [2021-08-20T17:30:10.585Z] === RUN   TestDockerSuite/TestRunWriteFilteredProc
17:30:11 [2021-08-20T17:30:11.147Z] === RUN   TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit
17:30:13 [2021-08-20T17:30:13.040Z] === RUN   TestDockerSuite/TestRunWriteToProcAsound
17:30:13 [2021-08-20T17:30:13.968Z] === RUN   TestDockerSuite/TestRunWrongCpusetCpusFlagValue
17:30:13 [2021-08-20T17:30:13.968Z] === RUN   TestDockerSuite/TestRunWrongCpusetMemsFlagValue
17:30:13 [2021-08-20T17:30:13.968Z] === RUN   TestDockerSuite/TestSaveAndLoadRepoFlags
17:30:14 [2021-08-20T17:30:14.898Z] === RUN   TestDockerSuite/TestSaveAndLoadRepoStdout
17:30:15 [2021-08-20T17:30:15.826Z] === RUN   TestDockerSuite/TestSaveAndLoadWithProgressBar
17:30:16 [2021-08-20T17:30:16.755Z] === RUN   TestDockerSuite/TestSaveCheckTimes
17:30:16 [2021-08-20T17:30:16.755Z] === RUN   TestDockerSuite/TestSaveDirectoryPermissions
17:30:18 [2021-08-20T17:30:18.645Z] === RUN   TestDockerSuite/TestSaveImageId
17:30:18 [2021-08-20T17:30:18.645Z] === RUN   TestDockerSuite/TestSaveLoadNoTag
17:30:18 [2021-08-20T17:30:18.645Z] === RUN   TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId
17:30:18 [2021-08-20T17:30:18.645Z] === RUN   TestDockerSuite/TestSaveLoadParents
17:30:20 [2021-08-20T17:30:20.539Z]     docker_cli_save_load_test.go:365: tmpdir /tmp/save-load-parents065494813
17:30:21 [2021-08-20T17:30:21.102Z] === RUN   TestDockerSuite/TestSaveMultipleNames
17:30:21 [2021-08-20T17:30:21.102Z] === RUN   TestDockerSuite/TestSaveRepoWithMultipleImages
17:30:22 [2021-08-20T17:30:22.994Z] === RUN   TestDockerSwarmSuite/TestSwarmContainerAutoStart
17:30:23 [2021-08-20T17:30:23.251Z] === RUN   TestDockerSuite/TestSaveSingleTag
17:30:23 [2021-08-20T17:30:23.251Z] === RUN   TestDockerSuite/TestSaveWithNoExistImage
17:30:23 [2021-08-20T17:30:23.251Z] === RUN   TestDockerSuite/TestSaveXzAndLoadRepoStdout
17:30:25 [2021-08-20T17:30:25.143Z] === RUN   TestDockerSuite/TestSaveXzGzAndLoadRepoStdout
17:30:27 [2021-08-20T17:30:27.034Z] === RUN   TestDockerSuite/TestSearchCmdOptions
17:30:27 [2021-08-20T17:30:27.290Z] === RUN   TestDockerSuite/TestSearchOnCentralRegistry
17:30:27 [2021-08-20T17:30:27.546Z] === RUN   TestDockerSuite/TestSearchOnCentralRegistryWithDash
17:30:27 [2021-08-20T17:30:27.546Z] === RUN   TestDockerSuite/TestSearchStarsOptionWithWrongParameter
17:30:27 [2021-08-20T17:30:27.546Z] === RUN   TestDockerSuite/TestSearchWithLimit
17:30:28 [2021-08-20T17:30:28.476Z] === RUN   TestDockerSuite/TestSlowStdinClosing
17:30:30 [2021-08-20T17:30:30.372Z] === RUN   TestDockerSwarmSuite/TestSwarmContainerEndpointOptions
17:30:30 [2021-08-20T17:30:30.956Z] === RUN   TestDockerSuite/TestStartAttachCorrectExitCode
17:30:37 [2021-08-20T17:30:37.494Z] === RUN   TestDockerSuite/TestStartAttachMultipleContainers
17:30:37 [2021-08-20T17:30:37.751Z] === RUN   TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork
17:30:39 [2021-08-20T17:30:39.646Z] === RUN   TestDockerSuite/TestStartAttachReturnsOnError
17:30:40 [2021-08-20T17:30:40.575Z] === RUN   TestDockerSwarmSuite/TestSwarmIncompatibleDaemon
17:30:40 [2021-08-20T17:30:40.575Z] === RUN   TestDockerSuite/TestStartAttachSilent
17:30:42 [2021-08-20T17:30:42.468Z] === RUN   TestDockerSuite/TestStartAttachWithRename
17:30:45 [2021-08-20T17:30:45.740Z] === RUN   TestDockerSwarmSuite/TestSwarmIngressNetwork
17:30:45 [2021-08-20T17:30:45.740Z] === RUN   TestDockerSuite/TestStartMultipleContainers
17:30:48 [2021-08-20T17:30:48.269Z] === RUN   TestDockerSuite/TestStartPausedContainer
17:30:49 [2021-08-20T17:30:49.200Z] === RUN   TestDockerSuite/TestStartRecordError
17:30:49 [2021-08-20T17:30:49.200Z] === RUN   TestDockerSwarmSuite/TestSwarmInit
17:30:50 [2021-08-20T17:30:50.101Z] === RUN   TestDockerSuite/TestAPIImagesSearchJSONContentType
17:30:50 [2021-08-20T17:30:50.101Z] === RUN   TestDockerSuite/TestAPIImagesSizeCompatibility
17:30:50 [2021-08-20T17:30:50.101Z] === RUN   TestDockerSuite/TestAPINetworkConnectDisconnect
17:30:50 [2021-08-20T17:30:50.101Z]     docker_api_network_test.go:131: unmatched requirement DaemonIsLinux
17:30:50 [2021-08-20T17:30:50.101Z] === RUN   TestDockerSuite/TestAPINetworkCreateCheckDuplicate
17:30:50 [2021-08-20T17:30:50.101Z]     docker_api_network_test.go:30: unmatched requirement DaemonIsLinux
17:30:50 [2021-08-20T17:30:50.101Z] === RUN   TestDockerSuite/TestAPINetworkFilter
17:30:50 [2021-08-20T17:30:50.101Z]     docker_api_network_test.go:68: unmatched requirement DaemonIsLinux
17:30:50 [2021-08-20T17:30:50.101Z] === RUN   TestDockerSuite/TestAPINetworkGetDefaults
17:30:50 [2021-08-20T17:30:50.101Z]     docker_api_network_test.go:21: unmatched requirement DaemonIsLinux
17:30:50 [2021-08-20T17:30:50.101Z] === RUN   TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks
17:30:50 [2021-08-20T17:30:50.101Z]     docker_api_network_test.go:173: unmatched requirement DaemonIsLinux
17:30:50 [2021-08-20T17:30:50.101Z] === RUN   TestDockerSuite/TestAPINetworkInspectBridge
17:30:50 [2021-08-20T17:30:50.101Z]     docker_api_network_test.go:74: unmatched requirement DaemonIsLinux
17:30:50 [2021-08-20T17:30:50.101Z] === RUN   TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork
17:30:50 [2021-08-20T17:30:50.101Z]     docker_api_network_test.go:100: unmatched requirement DaemonIsLinux
17:30:50 [2021-08-20T17:30:50.101Z] === RUN   TestDockerSuite/TestAPIOptionsRoute
17:30:50 [2021-08-20T17:30:50.101Z] === RUN   TestDockerSuite/TestAPIStatsContainerNotFound
17:30:50 [2021-08-20T17:30:50.101Z]     docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux
17:30:50 [2021-08-20T17:30:50.101Z] === RUN   TestDockerSuite/TestAPIStatsNetworkStats
17:30:51 [2021-08-20T17:30:51.062Z] === RUN   TestDockerSuite/TestAPIStatsNetworkStatsVersioning
17:30:51 [2021-08-20T17:30:51.062Z]     docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux
17:30:51 [2021-08-20T17:30:51.062Z] === RUN   TestDockerSuite/TestAPIStatsNoStreamConnectedContainers
17:30:51 [2021-08-20T17:30:51.062Z]     docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux
17:30:51 [2021-08-20T17:30:51.062Z] === RUN   TestDockerSuite/TestAPIStatsNoStreamGetCpu
17:30:51 [2021-08-20T17:30:51.097Z] === RUN   TestDockerSuite/TestStartReturnCorrectExitCode
17:30:53 [2021-08-20T17:30:53.623Z] === RUN   TestDockerSwarmSuite/TestSwarmInitIPv6
17:30:53 [2021-08-20T17:30:53.623Z]     docker_cli_swarm_test.go:130: unmatched requirement IPv6
17:30:53 [2021-08-20T17:30:53.623Z] === RUN   TestDockerSwarmSuite/TestSwarmInitLocked
17:30:53 [2021-08-20T17:30:53.624Z] === RUN   TestDockerSuite/TestStatsAllNewContainersAdded
17:30:54 [2021-08-20T17:30:54.023Z] === RUN   TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines
17:30:56 [2021-08-20T17:30:56.144Z] === RUN   TestDockerSuite/TestStatsAllNoStream
17:30:56 [2021-08-20T17:30:56.187Z] === RUN   TestDockerSuite/TestAppArmorDeniesChmodProc
17:30:56 [2021-08-20T17:30:56.187Z]     docker_cli_run_test.go:3154: unmatched requirement Apparmor
17:30:56 [2021-08-20T17:30:56.187Z] === RUN   TestDockerSuite/TestAppArmorDeniesPtrace
17:30:56 [2021-08-20T17:30:56.187Z]     docker_cli_run_test.go:3132: unmatched requirement Apparmor
17:30:56 [2021-08-20T17:30:56.187Z] === RUN   TestDockerSuite/TestAppArmorTraceSelf
17:30:56 [2021-08-20T17:30:56.187Z]     docker_cli_run_test.go:3144: unmatched requirement DaemonIsLinux
17:30:56 [2021-08-20T17:30:56.187Z] === RUN   TestDockerSuite/TestAttachDisconnect
17:30:56 [2021-08-20T17:30:56.187Z]     docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux
17:30:56 [2021-08-20T17:30:56.187Z] === RUN   TestDockerSuite/TestAttachMultipleAndRestart
17:30:59 [2021-08-20T17:30:59.074Z] === RUN   TestDockerSuite/TestAttachPausedContainer
17:30:59 [2021-08-20T17:30:59.074Z]     docker_cli_attach_test.go:170: unmatched requirement IsPausable
17:30:59 [2021-08-20T17:30:59.074Z] === RUN   TestDockerSuite/TestAttachTTYWithoutStdin
17:30:59 [2021-08-20T17:30:59.074Z]     docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux
17:30:59 [2021-08-20T17:30:59.074Z] === RUN   TestDockerSuite/TestBuildAPIBuildGitWithF
17:30:59 [2021-08-20T17:30:59.419Z] === RUN   TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr
17:30:59 [2021-08-20T17:30:59.419Z] === RUN   TestDockerSuite/TestStatsAllRunningNoStream
17:30:59 [2021-08-20T17:30:59.681Z] === RUN   TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr
17:31:00 [2021-08-20T17:31:00.633Z] === RUN   TestDockerSwarmSuite/TestSwarmInitWithDrain
17:31:03 [2021-08-20T17:31:03.191Z] === RUN   TestDockerSwarmSuite/TestSwarmJoinLeave
17:31:04 [2021-08-20T17:31:04.560Z] === RUN   TestDockerSuite/TestStatsContainerNotFound
17:31:04 [2021-08-20T17:31:04.975Z] === RUN   TestDockerSuite/TestBuildAPIDockerFileRemote
17:31:07 [2021-08-20T17:31:07.827Z] === RUN   TestDockerSuite/TestStatsFormatAll
17:31:13 [2021-08-20T17:31:13.073Z] === RUN   TestDockerSuite/TestStatsNoStream
17:31:14 [2021-08-20T17:31:14.963Z] === RUN   TestDockerSuite/TestStopContainerSignal
17:31:16 [2021-08-20T17:31:16.853Z] === RUN   TestDockerSuite/TestTopMultipleArgs
17:31:17 [2021-08-20T17:31:17.416Z] === RUN   TestDockerSuite/TestTopNonPrivileged
17:31:18 [2021-08-20T17:31:18.346Z] === RUN   TestDockerSuite/TestTopPrivileged
17:31:18 [2021-08-20T17:31:18.909Z] === RUN   TestDockerSuite/TestTopWindowsCoreProcesses
17:31:18 [2021-08-20T17:31:18.909Z]     docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows
17:31:18 [2021-08-20T17:31:18.909Z] === RUN   TestDockerSuite/TestTwoContainersInNetHost
17:31:19 [2021-08-20T17:31:19.839Z] === RUN   TestDockerSuite/TestUnpublishedPortsInPsOutput
17:31:22 [2021-08-20T17:31:22.267Z] === RUN   TestDockerSuite/TestAPIImagesSearchJSONContentType
17:31:22 [2021-08-20T17:31:22.895Z] === RUN   TestDockerSuite/TestAPIImagesSizeCompatibility
17:31:22 [2021-08-20T17:31:22.895Z] === RUN   TestDockerSuite/TestAPINetworkConnectDisconnect
17:31:22 [2021-08-20T17:31:22.895Z]     docker_api_network_test.go:131: unmatched requirement DaemonIsLinux
17:31:22 [2021-08-20T17:31:22.895Z] === RUN   TestDockerSuite/TestAPINetworkCreateCheckDuplicate
17:31:22 [2021-08-20T17:31:22.895Z]     docker_api_network_test.go:30: unmatched requirement DaemonIsLinux
17:31:22 [2021-08-20T17:31:22.895Z] === RUN   TestDockerSuite/TestAPINetworkFilter
17:31:22 [2021-08-20T17:31:22.895Z]     docker_api_network_test.go:68: unmatched requirement DaemonIsLinux
17:31:22 [2021-08-20T17:31:22.895Z] === RUN   TestDockerSuite/TestAPINetworkGetDefaults
17:31:22 [2021-08-20T17:31:22.895Z]     docker_api_network_test.go:21: unmatched requirement DaemonIsLinux
17:31:22 [2021-08-20T17:31:22.895Z] === RUN   TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks
17:31:22 [2021-08-20T17:31:22.895Z]     docker_api_network_test.go:173: unmatched requirement DaemonIsLinux
17:31:22 [2021-08-20T17:31:22.895Z] === RUN   TestDockerSuite/TestAPINetworkInspectBridge
17:31:22 [2021-08-20T17:31:22.895Z]     docker_api_network_test.go:74: unmatched requirement DaemonIsLinux
17:31:22 [2021-08-20T17:31:22.895Z] === RUN   TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork
17:31:22 [2021-08-20T17:31:22.895Z]     docker_api_network_test.go:100: unmatched requirement DaemonIsLinux
17:31:22 [2021-08-20T17:31:22.895Z] === RUN   TestDockerSuite/TestAPIOptionsRoute
17:31:22 [2021-08-20T17:31:22.895Z] === RUN   TestDockerSuite/TestAPIStatsContainerNotFound
17:31:22 [2021-08-20T17:31:22.895Z]     docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux
17:31:22 [2021-08-20T17:31:22.895Z] === RUN   TestDockerSuite/TestAPIStatsNetworkStats
17:31:24 [2021-08-20T17:31:24.009Z] === RUN   TestDockerSuite/TestUnsetEnvVarHealthCheck
17:31:27 [2021-08-20T17:31:27.279Z] === RUN   TestDockerSuite/TestUpdateContainerInvalidValue
17:31:27 [2021-08-20T17:31:27.279Z] === RUN   TestDockerSuite/TestUpdateContainerWithoutFlags
17:31:28 [2021-08-20T17:31:28.221Z] === RUN   TestDockerSuite/TestUpdateInvalidSwapMemory
17:31:28 [2021-08-20T17:31:28.221Z]     docker_cli_update_unix_test.go:143: unmatched requirement swapMemorySupport
17:31:28 [2021-08-20T17:31:28.221Z] === RUN   TestDockerSuite/TestUpdateMemoryWithSwapMemory
17:31:28 [2021-08-20T17:31:28.221Z]     docker_cli_update_unix_test.go:197: unmatched requirement swapMemorySupport
17:31:28 [2021-08-20T17:31:28.221Z] === RUN   TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy
17:31:29 [2021-08-20T17:31:29.592Z] === RUN   TestDockerSuite/TestUpdatePausedContainer
17:31:29 [2021-08-20T17:31:29.971Z] === RUN   TestDockerSuite/TestAPIStatsNetworkStatsVersioning
17:31:29 [2021-08-20T17:31:29.971Z]     docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux
17:31:29 [2021-08-20T17:31:29.971Z] === RUN   TestDockerSuite/TestAPIStatsNoStreamConnectedContainers
17:31:29 [2021-08-20T17:31:29.971Z]     docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux
17:31:29 [2021-08-20T17:31:29.971Z] === RUN   TestDockerSuite/TestAPIStatsNoStreamGetCpu
17:31:30 [2021-08-20T17:31:30.521Z] === RUN   TestDockerSuite/TestUpdateRunningContainer
17:31:31 [2021-08-20T17:31:31.891Z] === RUN   TestDockerSuite/TestUpdateRunningContainerWithRestart
17:31:32 [2021-08-20T17:31:32.870Z] === RUN   TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines
17:31:33 [2021-08-20T17:31:33.258Z] === RUN   TestDockerSuite/TestUpdateStats
17:31:35 [2021-08-20T17:31:35.767Z] === RUN   TestDockerSuite/TestAppArmorDeniesChmodProc
17:31:35 [2021-08-20T17:31:35.767Z]     docker_cli_run_test.go:3154: unmatched requirement Apparmor
17:31:35 [2021-08-20T17:31:35.767Z] === RUN   TestDockerSuite/TestAppArmorDeniesPtrace
17:31:35 [2021-08-20T17:31:35.767Z]     docker_cli_run_test.go:3132: unmatched requirement Apparmor
17:31:35 [2021-08-20T17:31:35.767Z] === RUN   TestDockerSuite/TestAppArmorTraceSelf
17:31:35 [2021-08-20T17:31:35.767Z]     docker_cli_run_test.go:3144: unmatched requirement DaemonIsLinux
17:31:35 [2021-08-20T17:31:35.767Z] === RUN   TestDockerSuite/TestAttachDisconnect
17:31:35 [2021-08-20T17:31:35.767Z]     docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux
17:31:35 [2021-08-20T17:31:35.767Z] === RUN   TestDockerSuite/TestAttachMultipleAndRestart
17:31:37 [2021-08-20T17:31:37.433Z] === RUN   TestDockerSuite/TestUpdateStoppedContainer
17:31:38 [2021-08-20T17:31:38.369Z] === RUN   TestDockerSuite/TestUpdateSwapMemoryOnly
17:31:38 [2021-08-20T17:31:38.369Z]     docker_cli_update_unix_test.go:127: unmatched requirement swapMemorySupport
17:31:38 [2021-08-20T17:31:38.369Z] === RUN   TestDockerSuite/TestUpdateWithNanoCPUs
17:31:39 [2021-08-20T17:31:39.486Z] === RUN   TestDockerSuite/TestAttachPausedContainer
17:31:39 [2021-08-20T17:31:39.486Z]     docker_cli_attach_test.go:170: unmatched requirement IsPausable
17:31:39 [2021-08-20T17:31:39.486Z] === RUN   TestDockerSuite/TestAttachTTYWithoutStdin
17:31:39 [2021-08-20T17:31:39.486Z]     docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux
17:31:39 [2021-08-20T17:31:39.486Z] === RUN   TestDockerSuite/TestBuildAPIBuildGitWithF
17:31:40 [2021-08-20T17:31:40.263Z] === RUN   TestDockerSuite/TestUpdateWithUntouchedFields
17:31:41 [2021-08-20T17:31:41.629Z] === RUN   TestDockerSuite/TestUserDefinedNetworkAlias
17:31:46 [2021-08-20T17:31:46.877Z] === RUN   TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias
17:31:48 [2021-08-20T17:31:48.022Z] === RUN   TestDockerSuite/TestBuildAPIDockerFileRemote
17:31:51 [2021-08-20T17:31:51.047Z] === RUN   TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink
17:31:54 [2021-08-20T17:31:54.318Z] === RUN   TestDockerSuite/TestUserDefinedNetworkConnectivity
17:31:56 [2021-08-20T17:31:56.837Z] === RUN   TestDockerSuite/TestUserDefinedNetworkLinks
17:31:56 [2021-08-20T17:31:56.837Z] === RUN   TestDockerSwarmSuite/TestSwarmJoinPromoteLocked
17:31:58 [2021-08-20T17:31:58.735Z]     docker_cli_swarm_test.go:1186: [de1d437d86a23] joining swarm manager [dab86c87c923f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
17:32:02 [2021-08-20T17:32:02.005Z] === RUN   TestDockerSuite/TestUserDefinedNetworkLinksWithRestart
17:32:06 [2021-08-20T17:32:06.175Z]     docker_cli_swarm_test.go:1195: [d800fa5a35a7a] joining swarm manager [dab86c87c923f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
17:32:07 [2021-08-20T17:32:07.105Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesChown
17:32:08 [2021-08-20T17:32:08.993Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot
17:32:11 [2021-08-20T17:32:11.514Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride
17:32:12 [2021-08-20T17:32:12.442Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner
17:32:13 [2021-08-20T17:32:13.810Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod
17:32:16 [2021-08-20T17:32:16.328Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService
17:32:18 [2021-08-20T17:32:18.222Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw
17:32:20 [2021-08-20T17:32:20.112Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid
17:32:22 [2021-08-20T17:32:22.002Z] === RUN   TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid
17:32:23 [2021-08-20T17:32:23.919Z] === RUN   TestDockerSuite/TestVolumeCLICreate
17:32:30 [2021-08-20T17:32:30.931Z] === RUN   TestDockerSuite/TestBuildAPIDoubleDockerfile
17:32:30 [2021-08-20T17:32:30.931Z]     docker_api_build_test.go:177: unmatched requirement UnixCli
17:32:30 [2021-08-20T17:32:30.931Z] === RUN   TestDockerSuite/TestBuildAPILowerDockerfile
17:32:30 [2021-08-20T17:32:30.931Z] === RUN   TestDockerSuite/TestBuildAPIRemoteTarballContext
17:32:30 [2021-08-20T17:32:30.931Z] === RUN   TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile
17:32:30 [2021-08-20T17:32:30.931Z] === RUN   TestDockerSuite/TestBuildAPIUnnormalizedTarPaths
17:32:30 [2021-08-20T17:32:30.931Z] === RUN   TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace
17:32:30 [2021-08-20T17:32:30.931Z]     docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux
17:32:30 [2021-08-20T17:32:30.931Z] === RUN   TestDockerSuite/TestBuildAddBadLinks
17:32:30 [2021-08-20T17:32:30.931Z]     docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux
17:32:30 [2021-08-20T17:32:30.931Z] === RUN   TestDockerSuite/TestBuildAddBadLinksVolume
17:32:30 [2021-08-20T17:32:30.931Z]     docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux
17:32:30 [2021-08-20T17:32:30.931Z] === RUN   TestDockerSuite/TestBuildAddBrokenTar
17:32:31 [2021-08-20T17:32:31.387Z] === RUN   TestDockerSuite/TestBuildAddCacheOnFileChange
17:32:31 [2021-08-20T17:32:31.842Z] === RUN   TestDockerSuite/TestBuildAddCurrentDirWithCache
17:32:34 [2021-08-20T17:32:34.727Z] === RUN   TestDockerSuite/TestBuildAddCurrentDirWithoutCache
17:32:36 [2021-08-20T17:32:36.250Z] === RUN   TestDockerSuite/TestBuildAddDirContentToExistingDir
17:32:36 [2021-08-20T17:32:36.250Z]     docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux
17:32:36 [2021-08-20T17:32:36.250Z] === RUN   TestDockerSuite/TestBuildAddDirContentToRoot
17:32:36 [2021-08-20T17:32:36.250Z]     docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux
17:32:36 [2021-08-20T17:32:36.250Z] === RUN   TestDockerSuite/TestBuildAddFileNotFound
17:32:36 [2021-08-20T17:32:36.250Z] === RUN   TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache
17:32:38 [2021-08-20T17:32:38.754Z] === RUN   TestDockerSuite/TestVolumeCLICreateLabel
17:32:39 [2021-08-20T17:32:39.010Z] === RUN   TestDockerSuite/TestVolumeCLICreateLabelMultiple
17:32:39 [2021-08-20T17:32:39.010Z] === RUN   TestDockerSuite/TestVolumeCLICreateWithOpts
17:32:39 [2021-08-20T17:32:39.137Z] === RUN   TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache
17:32:39 [2021-08-20T17:32:39.574Z] === RUN   TestDockerSuite/TestVolumeCLIInspect
17:32:39 [2021-08-20T17:32:39.830Z] === RUN   TestDockerSuite/TestVolumeCLIInspectMulti
17:32:39 [2021-08-20T17:32:39.830Z] === RUN   TestDockerSuite/TestVolumeCLIInspectTmplError
17:32:39 [2021-08-20T17:32:39.830Z] === RUN   TestDockerSuite/TestVolumeCLILs
17:32:40 [2021-08-20T17:32:40.393Z] === RUN   TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName
17:32:40 [2021-08-20T17:32:40.650Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterDangling
17:32:41 [2021-08-20T17:32:41.580Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterDrivers
17:32:41 [2021-08-20T17:32:41.580Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterLabels
17:32:41 [2021-08-20T17:32:41.580Z] === RUN   TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue
17:32:41 [2021-08-20T17:32:41.580Z] === RUN   TestDockerSuite/TestVolumeCLINoArgs
17:32:41 [2021-08-20T17:32:41.580Z] === RUN   TestDockerSuite/TestVolumeCLIRm
17:32:44 [2021-08-20T17:32:44.098Z] === RUN   TestDockerSuite/TestVolumeCLIRmForce
17:32:44 [2021-08-20T17:32:44.098Z] === RUN   TestDockerSuite/TestVolumeCLIRmForceInUse
17:32:44 [2021-08-20T17:32:44.098Z] === RUN   TestDockerSuite/TestVolumeCLIRmForceUsage
17:32:44 [2021-08-20T17:32:44.098Z] === RUN   TestDockerSuite/TestVolumeCliInspectWithVolumeOpts
17:32:44 [2021-08-20T17:32:44.098Z] === RUN   TestDockerSuite/TestVolumeEvents
17:32:48 [2021-08-20T17:32:48.263Z] === RUN   TestDockerSwarmSuite/TestSwarmJoinWithDrain
17:32:49 [2021-08-20T17:32:49.456Z] === RUN   TestDockerSuite/TestBuildAddNonTar
17:32:49 [2021-08-20T17:32:49.630Z] === RUN   TestDockerSuite/TestVolumeFromMixedRWOptions
17:32:52 [2021-08-20T17:32:52.149Z] === RUN   TestDockerSuite/TestVolumeLsFormat
17:32:52 [2021-08-20T17:32:52.149Z] === RUN   TestDockerSuite/TestVolumeLsFormatDefaultFormat
17:32:52 [2021-08-20T17:32:52.149Z] === RUN   TestDockerSuite/TestVolumesFromGetsProperMode
17:32:54 [2021-08-20T17:32:54.119Z] === RUN   TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict
17:32:55 [2021-08-20T17:32:55.079Z] === RUN   TestDockerSuite/TestBuildAddPreservesFilesSpecialBits
17:32:55 [2021-08-20T17:32:55.079Z]     docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux
17:32:55 [2021-08-20T17:32:55.079Z] === RUN   TestDockerSuite/TestBuildAddRemoteFileMTime
17:32:55 [2021-08-20T17:32:55.415Z] === RUN   TestDockerSuite/TestVolumesNoCopyData
17:32:57 [2021-08-20T17:32:57.960Z] === RUN   TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache
17:32:58 [2021-08-20T17:32:58.687Z] === RUN   TestDockerSuite/TestWindowsRunAsSystem
17:32:58 [2021-08-20T17:32:58.687Z]     docker_cli_run_test.go:4415: unmatched requirement DaemonIsWindowsAtLeastBuild.func1
17:32:58 [2021-08-20T17:32:58.687Z] --- PASS: TestDockerSuite (1764.48s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.01s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.08s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.02s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestAPIImagesDelete (0.89s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestAPIImagesFilter (0.13s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestAPIImagesHistory (0.46s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.03s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.78s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.23s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (1.75s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.50s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestAPINetworkFilter (0.01s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.01s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (1.16s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (1.50s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.23s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.01s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.00s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (6.70s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (2.08s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (2.71s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (2.26s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (1.28s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (1.11s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (1.28s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestAppArmorTraceSelf (1.54s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestAttachAfterDetach (2.59s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (2.19s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestAttachDetach (1.42s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestAttachDisconnect (1.09s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (2.22s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestAttachPausedContainer (1.38s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (1.17s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (1.82s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (2.77s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (1.68s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (1.85s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.01s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (1.61s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.74s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (24.26s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.51s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.24s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.18s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.47s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (2.00s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (1.87s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (0.66s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (10.10s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (5.19s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.23s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (1.95s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (4.94s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildAddNonTar (1.70s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.96s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (4.41s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (2.88s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (0.88s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.16s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildAddScript (3.94s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (10.60s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (7.00s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (4.34s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.46s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildAddTar (8.72s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildAddTarXz (1.27s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildAddTarXzGz (1.53s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (5.79s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (10.04s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildBlankName (0.63s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArg (3.44s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (3.56s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (2.06s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (3.99s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (3.59s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (3.80s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.75s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (5.00s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (17.45s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (3.21s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (3.88s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.45s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (3.01s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (3.61s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (7.54s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.62s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.83s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildCacheAdd (0.91s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.79s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildCacheFrom (5.77s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (2.35s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildCacheRootSource (0.86s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (1.31s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildChownOnCopy (8.23s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildChownSingleFile (2.66s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (0.60s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildClearCmd (0.31s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildCmd (0.21s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.25s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.34s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildCmdSpaces (0.97s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildCommentsShebangs (6.69s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildConditionalCache (1.21s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (1.57s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildContextCleanup (0.48s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (1.30s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.57s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.36s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (13.90s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.38s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.32s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (3.30s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (5.60s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (1.93s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (4.65s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (7.27s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (4.60s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.60s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (7.60s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcard (8.69s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.67s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (1.95s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (5.32s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.66s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.05s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.47s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.79s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.71s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildDockerignore (15.38s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.68s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreComment (4.55s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (16.71s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (0.86s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.04s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (6.44s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (3.01s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (2.40s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (9.07s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (3.23s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (3.12s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (20.95s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildDotDotFile (0.16s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildEOLInLine (5.18s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.32s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.33s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.74s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.12s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.31s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildEntrypoint (0.41s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (3.11s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (2.23s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (1.94s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildEnv (1.63s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildEnvEscapes (1.33s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildEnvOverwrite (1.23s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildEnvUsage (8.70s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildEnvUsage2 (23.60s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (1.68s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (11.21s)
17:32:58 [2021-08-20T17:32:58.687Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.70s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.46s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.47s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.57s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.29s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (12.20s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildExpose (0.27s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.45s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildExposeOrder (0.42s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.30s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildFails (0.85s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.03s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (1.75s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (1.76s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildForceRm (1.52s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildFromGit (1.29s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.39s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildFromGitWithF (1.25s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (1.98s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.47s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.18s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildFromStdinWithF (1.63s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildFromURLWithF (2.15s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (1.20s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildHistory (3.55s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildIidFile (0.42s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.94s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildInheritance (0.49s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.41s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildInvalidTag (0.02s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (1.10s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildLabel (0.32s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.33s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.27s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.28s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildLabels (0.29s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildLabelsCache (0.88s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildLabelsOverride (2.19s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildLastModified (5.40s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildLineBreak (3.80s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.13s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.12s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.12s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.07s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildMaintainer (0.37s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildMissingArgs (0.91s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.14s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildMultiStageArg (3.78s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.27s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.67s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (10.13s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (4.15s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (1.34s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (3.36s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (5.78s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.50s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (2.75s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildMultipleTags (0.26s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildNetContainer (2.46s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildNetNone (0.74s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildNoContext (1.00s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildNoDupOutput (1.07s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.88s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.28s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.05s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.28s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.30s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.60s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildOnBuild (2.83s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.90s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (2.59s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (1.33s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (2.31s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (1.32s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildOnBuildOutput (1.35s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.32s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (3.68s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildPATH (1.93s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.84s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildRUNoneJSON (1.57s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildRelativeCopy (11.82s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (3.47s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (4.38s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildRm (2.58s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (0.92s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (1.17s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildScratchCopy (0.55s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.53s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (2.42s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildShellEntrypoint (1.71s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildShellInherited (1.11s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildShellMultiple (3.96s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.10s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.32s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildSpaces (0.32s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (1.30s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.08s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildStderr (0.98s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildStepsWithProgress (4.73s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildStopSignal (1.12s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildSymlinkBasename (0.97s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.47s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildTagEvent (1.11s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (2.06s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildUser (2.62s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (3.69s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildUsersAndGroups (16.12s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildVerboseOut (1.01s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.41s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (1.25s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (1.46s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (1.95s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.03s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.02s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.03s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.02s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildWithExtraHost (2.45s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.19s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildWithFailure (1.16s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.95s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildWithTabs (1.57s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.20s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (4.23s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (2.15s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildWithVolumes (0.93s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.26s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.46s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.05s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (0.58s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestBuildXZHost (3.59s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.05s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.02s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (1.15s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (0.88s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestCommitChange (1.61s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestCommitChangeLabels (1.33s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestCommitHardlink (1.64s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestCommitNewFile (1.43s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestCommitPausedContainer (1.17s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestCommitTTY (1.41s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestCommitWithFilterLabel (0.83s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestCommitWithHostBindMount (1.43s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestCommitWithoutPause (0.77s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.03s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.03s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.21s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.03s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.01s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.03s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestContainerAPICommit (1.73s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (1.83s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.84s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (0.89s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (1.03s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (1.08s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestContainerAPICreate (0.85s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.04s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.01s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.80s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.01s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.04s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.07s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.06s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestContainerAPIDelete (0.83s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (1.04s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.96s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.00s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.71s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.74s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.00s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.78s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.82s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.74s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.68s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestContainerAPIKill (0.84s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestContainerAPIPause (0.77s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (0.87s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.07s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestContainerAPIRename (0.67s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestContainerAPIRestart (1.48s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (1.48s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.05s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestContainerAPIStart (1.25s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.82s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestContainerAPIStop (1.00s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestContainerAPITop (0.96s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.06s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestContainerAPIWait (2.94s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.86s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestContainerNetworkMode (1.47s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (6.64s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.82s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (2.23s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (2.05s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (25.23s)
17:32:58 [2021-08-20T17:32:58.688Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false__<nil>_<nil>_<nil>} (1.78s)
17:32:58 [2021-08-20T17:32:58.688Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false__<nil>_<nil>_<nil>} (1.72s)
17:32:58 [2021-08-20T17:32:58.688Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false__<nil>_<nil>_<nil>} (2.04s)
17:32:58 [2021-08-20T17:32:58.688Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true__<nil>_<nil>_<nil>} (1.64s)
17:32:58 [2021-08-20T17:32:58.688Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false__<nil>_0xc0007fefd8_<nil>} (1.78s)
17:32:58 [2021-08-20T17:32:58.688Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1272968453_/foo_false__<nil>_<nil>_<nil>} (1.68s)
17:32:58 [2021-08-20T17:32:58.688Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1272968453_/foo_true__<nil>_<nil>_<nil>} (1.80s)
17:32:58 [2021-08-20T17:32:58.688Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3072390816_/foo_false__<nil>_<nil>_<nil>} (1.85s)
17:32:58 [2021-08-20T17:32:58.688Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3072390816_/foo_true__<nil>_<nil>_<nil>} (0.83s)
17:32:58 [2021-08-20T17:32:58.688Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3072390816_/foo_true__0xc0007ff008_<nil>_<nil>} (1.68s)
17:32:58 [2021-08-20T17:32:58.688Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false__<nil>_0xc0007ff020_<nil>} (1.61s)
17:32:58 [2021-08-20T17:32:58.688Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false__<nil>_0xc0007ff038_<nil>} (1.78s)
17:32:58 [2021-08-20T17:32:58.688Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false__<nil>_0xc0007ff050_<nil>} (1.63s)
17:32:58 [2021-08-20T17:32:58.688Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true__<nil>_0xc0007ff068_<nil>} (1.72s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (1.40s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.28s)
17:32:58 [2021-08-20T17:32:58.688Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s)
17:32:58 [2021-08-20T17:32:58.688Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s)
17:32:58 [2021-08-20T17:32:58.688Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s)
17:32:58 [2021-08-20T17:32:58.688Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s)
17:32:58 [2021-08-20T17:32:58.688Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s)
17:32:58 [2021-08-20T17:32:58.688Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.04s)
17:32:58 [2021-08-20T17:32:58.688Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.04s)
17:32:58 [2021-08-20T17:32:58.688Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.03s)
17:32:58 [2021-08-20T17:32:58.688Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s)
17:32:58 [2021-08-20T17:32:58.688Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.01s)
17:32:58 [2021-08-20T17:32:58.688Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.01s)
17:32:58 [2021-08-20T17:32:58.688Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.02s)
17:32:58 [2021-08-20T17:32:58.688Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.02s)
17:32:58 [2021-08-20T17:32:58.688Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.02s)
17:32:58 [2021-08-20T17:32:58.688Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.03s)
17:32:58 [2021-08-20T17:32:58.688Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (3.13s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (1.67s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestContainersNetworkIsolation (3.24s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestCopyAndRestart (1.56s)
17:32:58 [2021-08-20T17:32:58.688Z]     --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.11s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestCpAbsolutePath (0.76s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.80s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestCpCheckDestOwnership (0.73s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestCpFromCaseA (0.73s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestCpFromCaseB (0.73s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestCpFromCaseC (0.72s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestCpFromCaseD (0.84s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestCpFromCaseE (0.82s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestCpFromCaseF (0.76s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestCpFromCaseG (0.80s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestCpFromCaseH (0.82s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestCpFromCaseI (0.74s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestCpFromCaseJ (0.79s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (0.96s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (1.20s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestCpGarbagePath (0.81s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestCpLocalOnly (0.02s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestCpNameHasColon (1.00s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestCpRelativePath (0.85s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestCpSpecialFiles (1.11s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.98s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.81s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestCpToCaseA (1.35s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestCpToCaseB (0.68s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestCpToCaseC (2.03s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestCpToCaseD (5.08s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestCpToCaseE (3.62s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestCpToCaseF (0.80s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestCpToCaseG (4.51s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestCpToCaseH (3.19s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestCpToCaseI (0.87s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestCpToCaseJ (4.05s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (0.75s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestCpToDot (0.95s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (1.60s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (1.85s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestCpToStdout (1.08s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestCpToSymlinkDestination (1.22s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.17s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestCpUnprivilegedUser (0.82s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestCpVolumePath (1.25s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.09s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestCreateArgs (0.11s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestCreateByImageID (0.33s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestCreateEchoStdout (0.69s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestCreateHostConfig (0.05s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.67s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.25s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestCreateLabels (0.06s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.08s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestCreateRM (0.11s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestCreateStopSignal (0.06s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestCreateStopTimeout (0.11s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (1.81s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.06s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.03s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.60s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestCreateWithPortRange (0.09s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.16s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.06s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.07s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.68s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (1.63s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.78s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (1.50s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.43s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.73s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.67s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.06s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestDevicePermissions (0.67s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestDockerFails (0.01s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.01s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.03s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (1.17s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.90s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (1.18s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.01s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.02s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.16s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (6.27s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (2.87s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (2.24s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (1.69s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (0.93s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestEventsAttach (0.87s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestEventsCommit (0.83s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestEventsContainerEvents (0.73s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.75s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.72s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.70s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestEventsContainerFilterByName (1.42s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestEventsContainerRestart (3.00s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (2.43s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestEventsCopy (1.44s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestEventsFilterContainer (1.87s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (0.68s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.23s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestEventsFilterImageName (1.37s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestEventsFilterLabels (0.26s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.14s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestEventsFilterType (0.24s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.16s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.03s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestEventsFilters (1.41s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestEventsFormat (1.48s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestEventsFormatBadField (0.01s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.01s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestEventsImageImport (1.16s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestEventsImageLoad (0.38s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestEventsImagePull (0.57s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestEventsImageTag (1.06s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.38s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestEventsPluginOps (1.48s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.79s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestEventsRename (1.03s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestEventsResize (0.88s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (0.85s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (1.66s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestEventsStreaming (1.18s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestEventsTimestampFormats (3.03s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestEventsTop (0.99s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestEventsUntag (2.56s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestEventsUntilInThePast (11.23s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestExec (1.40s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (1.28s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (1.06s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.99s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestExecAPIStart (1.97s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (1.00s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.96s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (0.99s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (1.22s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (0.97s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (1.00s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestExecAfterContainerRestart (1.66s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestExecCgroup (3.06s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestExecEnv (1.42s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestExecEnvLinksHost (2.59s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestExecExitStatus (1.05s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestExecInspectID (1.99s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestExecInteractive (0.98s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (1.03s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (1.06s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestExecParseError (0.68s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestExecPausedContainer (0.78s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.70s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (3.78s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestExecSetEnv (1.79s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestExecStartFails (1.48s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestExecStateCleanup (11.81s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestExecStopNotHanging (0.74s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestExecTTY (0.99s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestExecTTYCloseStdin (0.98s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.73s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestExecUlimits (1.13s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestExecWithImageUser (1.84s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestExecWithNoTERM (0.99s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestExecWithPrivileged (1.68s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestExecWithTERM (0.96s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestExecWithUser (1.25s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestGetContainerStats (4.70s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.72s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (1.84s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.86s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.73s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.00s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.04s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestHealth (22.11s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestHistoryExistentImage (0.04s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.03s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.03s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestHistoryImageWithComment (1.41s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.02s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (1.41s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.03s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.03s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.15s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.34s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.31s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.40s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.02s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.59s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.05s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.59s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.79s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestImagesFormat (0.05s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.76s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.56s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.01s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestImportBadURL (0.02s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestImportDisplay (1.66s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestImportFile (1.63s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.01s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestImportFileWithMessage (1.67s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestImportGzipped (1.73s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestImportWithQuotedChanges (2.14s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (1.20s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.79s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (1.13s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.04s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.02s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.92s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.69s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.72s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.66s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.67s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.67s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.02s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.31s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestInspectAmpersand (0.87s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.92s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestInspectByPrefix (0.06s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.88s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (1.06s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.72s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestInspectDefault (1.02s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestInspectHistory (1.38s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestInspectImage (0.04s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.07s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestInspectInt64 (1.11s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestInspectJSONFields (1.15s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.11s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestInspectNamedMountPoint (1.21s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.90s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestInspectPlugin (1.67s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestInspectRootFS (0.05s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (1.21s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestInspectStatus (0.83s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (1.42s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestInspectTemplateError (0.75s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.69s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.71s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.66s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.88s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.66s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestInspectUnknownObject (0.02s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (1.96s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestLinkShortDefinition (1.45s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestLinksEnvs (1.60s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.45s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestLinksHostsFilesInject (1.97s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (2.08s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (2.51s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.03s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (2.97s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.84s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.78s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (11.45s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (2.13s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (2.41s)
17:32:58 [2021-08-20T17:32:58.689Z]     --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.81s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (3.44s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.02s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.26s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.02s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.00s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.69s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.72s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestLogsAPIUntil (3.73s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.67s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.70s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.70s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.01s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (1.07s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (1.05s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (1.10s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (1.17s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (1.10s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (3.49s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestLogsFollowStopped (0.90s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestLogsSeparateStderr (1.05s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestLogsSince (7.06s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (6.04s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestLogsStderrInStdout (1.09s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestLogsTail (1.37s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestLogsTimestamps (1.15s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestLogsWithDetails (1.18s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestMountIntoProc (0.37s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestMountIntoSys (1.10s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestNetHostname (2.52s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.55s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestNetworkEvents (6.07s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (2.88s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.80s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestPluginActive (1.37s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestPluginActiveNetwork (6.79s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.03s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.79s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestPluginLogDriver (3.49s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.28s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestPluginMetricsCollector (2.02s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestPluginUpgrade (4.90s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestPortBindingOnSandbox (3.03s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestPortExposeHostBinding (2.11s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestPortHostBinding (2.01s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestPortList (8.66s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (1.36s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestPostContainersAttach (6.85s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.00s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.04s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.67s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.00s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.70s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.67s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.06s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (1.68s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestPruneContainerLabel (3.72s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestPruneContainerUntil (1.61s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.46s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.15s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestPsByOrder (3.23s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (0.99s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestPsListContainersBase (4.15s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (4.46s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.08s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterExited (3.50s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (8.69s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterID (1.94s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (2.61s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterName (1.48s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (2.02s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (2.65s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (2.89s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestPsListContainersSize (1.97s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.19s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.94s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestPsRightTagName (2.76s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestPsShowMounts (2.86s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.90s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.13s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.13s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.07s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.92s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (1.80s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRestartContainerSuccess (1.83s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.69s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (10.46s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (1.72s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (2.38s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.07s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRestartPolicyNO (0.06s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.19s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRestartRunningContainer (2.42s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRestartStoppedContainer (1.33s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (3.54s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRestartWithVolumes (1.52s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRmiBlank (0.02s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.09s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (4.16s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (1.30s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.31s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.73s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRmiImgIDForce (1.10s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (2.08s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRmiParentImageFail (0.93s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRmiTag (0.30s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.99s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (4.35s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.84s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (1.17s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.33s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (1.64s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRunAddHost (1.09s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.50s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.71s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.68s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.43s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.69s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.79s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.83s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (0.85s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (1.33s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRunAttachDetach (0.82s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.83s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.80s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.94s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.92s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (1.50s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (1.01s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.73s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.68s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.67s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.02s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRunBindMounts (2.06s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.74s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.75s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.71s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.67s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.02s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.66s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.66s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.67s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.73s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.82s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.02s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.76s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.05s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (1.53s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.72s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.74s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRunContainerNetwork (0.72s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.06s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.66s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (1.37s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (1.38s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (1.10s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.66s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.69s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.68s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.69s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.69s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRunCopyVolumeContent (1.86s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (3.88s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.05s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRunCreateVolume (0.70s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (1.98s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.62s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (2.27s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (2.08s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.67s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRunDNSInHostMode (2.62s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRunDNSOptions (1.31s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (1.96s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.67s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.67s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.90s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.95s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.86s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.05s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRunDuplicateMount (1.04s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.82s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRunEchoStdout (0.72s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.88s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRunEmptyEnv (0.03s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRunEntrypoint (0.78s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRunEnvironment (0.80s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRunEnvironmentErase (1.00s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.77s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRunExitCode (0.79s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRunExitCodeOne (0.78s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRunExitCodeZero (0.68s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.68s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRunExposePort (0.01s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.64s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRunGroupAdd (0.65s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRunHostnameFQDN (1.35s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.45s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (2.88s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.72s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (0.70s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRunInvalidCPUShares (0.62s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (1.40s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.02s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.01s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRunInvalidReference (0.01s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.67s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (3.00s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (1.60s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (1.78s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (5.79s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.62s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.65s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRunModeHostname (1.38s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.18s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRunModeIpcHost (1.73s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (1.61s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRunModePIDContainer (1.37s)
17:32:58 [2021-08-20T17:32:58.690Z]     --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.16s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunModeUTSHost (1.35s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunMount (8.05s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunMountOrdering (0.81s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.83s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (1.60s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (2.72s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (3.34s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunNamedVolume (2.06s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (2.13s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (1.41s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (1.48s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.04s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.88s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunNetHost (1.15s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.71s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.91s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (2.25s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (2.46s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (4.05s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.66s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.09s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.79s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.09s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.80s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.94s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunNonExistingImage (0.09s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.71s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (5.92s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.80s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunPIDsLimit (0.71s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.45s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunPortInUse (0.84s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.42s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.43s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.41s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.69s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.47s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunPublishPort (0.76s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.44s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunReadProcTimer (0.68s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunRedirectStdout (1.35s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunRestartMaxRetries (2.97s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (1.36s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunRm (0.71s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunRmAndWait (3.69s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunRmPre125Api (0.76s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunRootWorkdir (0.72s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.31s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.68s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (3.52s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (3.67s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.70s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.47s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.67s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.43s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.46s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.43s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.67s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.71s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunSetMacAddress (0.72s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.66s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunState (1.46s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.69s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunStdinPipe (0.70s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.17s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.68s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.43s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunSysctls (1.40s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunTLSVerify (0.03s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.01s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.70s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunTmpfsMounts (2.50s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.66s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (1.56s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (3.66s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (3.22s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.68s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.69s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.74s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (1.85s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunUnshareProc (0.96s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunUserByID (0.68s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunUserByIDBig (0.22s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.12s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunUserByIDZero (0.71s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunUserByName (0.66s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunUserDefaults (0.69s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunUserNotFound (0.11s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.68s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (3.74s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.71s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (0.93s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (2.06s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (1.51s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (2.15s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (2.32s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.71s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunWithBadDevice (0.18s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunWithCPUQuota (3.63s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunWithCPUShares (0.76s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunWithCpuPeriod (1.58s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.72s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.74s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.01s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.69s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.04s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.01s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.01s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.68s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.73s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.03s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.90s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.20s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.67s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.03s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunWithShmSize (0.66s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunWithSwappiness (0.71s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.03s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunWithUlimits (0.69s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (1.34s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.74s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.56s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.04s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunWorkingDirectory (1.36s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.43s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (2.07s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.67s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.03s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (0.90s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (0.95s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (0.97s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestSaveCheckTimes (0.05s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.56s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestSaveImageId (0.07s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.40s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestSaveLoadParents (2.25s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestSaveMultipleNames (0.05s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (2.15s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestSaveSingleTag (0.08s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.01s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.67s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.96s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestSearchCmdOptions (0.48s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.10s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.09s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.10s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestSearchWithLimit (0.63s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestSlowStdinClosing (2.77s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (5.68s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (2.73s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (1.15s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestStartAttachSilent (1.64s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestStartAttachWithRename (3.05s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestStartMultipleContainers (2.71s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestStartPausedContainer (0.99s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestStartRecordError (1.75s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (2.81s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (2.17s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestStatsAllNoStream (3.33s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (5.19s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.05s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestStatsFormatAll (4.96s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestStatsNoStream (2.80s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestStopContainerSignal (1.74s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestTopMultipleArgs (0.69s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestTopNonPrivileged (0.74s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestTopPrivileged (0.51s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.93s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (3.74s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (3.29s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.68s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.64s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.01s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (1.54s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestUpdatePausedContainer (1.04s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestUpdateRunningContainer (1.06s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (1.65s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestUpdateStats (3.71s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestUpdateStoppedContainer (1.35s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (1.87s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (1.09s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (4.74s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (4.30s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (3.67s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (2.60s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (5.25s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (5.13s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (2.01s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (2.05s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (1.39s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (1.33s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (2.01s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (2.01s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (1.97s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (1.95s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (2.06s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestVolumeCLICreate (15.06s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.03s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.04s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.72s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.06s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.06s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.03s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestVolumeCLILs (0.70s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.02s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.84s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.07s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.08s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.03s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestVolumeCLIRm (2.18s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.07s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.12s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.03s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.05s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestVolumeEvents (5.66s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (2.49s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestVolumeLsFormat (0.06s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.05s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (2.64s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- PASS: TestDockerSuite/TestVolumesNoCopyData (3.47s)
17:32:58 [2021-08-20T17:32:58.691Z]     --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s)
17:32:58 [2021-08-20T17:32:58.691Z] === RUN   TestDockerRegistrySuite
17:32:58 [2021-08-20T17:32:58.691Z] === RUN   TestDockerRegistrySuite/TestBuildByDigest
17:32:59 [2021-08-20T17:32:59.490Z] === RUN   TestDockerSuite/TestBuildAddRemoteNoDecompress
17:32:59 [2021-08-20T17:32:59.626Z]     check_test.go:196: [d1a6db0a3e33d] daemon is not started
17:32:59 [2021-08-20T17:32:59.626Z] === RUN   TestDockerRegistrySuite/TestBuildCopyFromForcePull
17:33:00 [2021-08-20T17:33:00.992Z]     check_test.go:196: [d0f3a7c195d9b] daemon is not started
17:33:00 [2021-08-20T17:33:00.992Z] === RUN   TestDockerRegistrySuite/TestBuildMultiStageImplicitPull
17:33:01 [2021-08-20T17:33:01.922Z] === RUN   TestDockerSwarmSuite/TestSwarmLeaveLocked
17:33:02 [2021-08-20T17:33:02.485Z]     check_test.go:196: [d7b723eabd4a7] daemon is not started
17:33:02 [2021-08-20T17:33:02.485Z] === RUN   TestDockerRegistrySuite/TestConcurrentFailingPull
17:33:02 [2021-08-20T17:33:02.741Z]     check_test.go:196: [d3b905798422e] daemon is not started
17:33:02 [2021-08-20T17:33:02.741Z] === RUN   TestDockerRegistrySuite/TestConcurrentPullMultipleTags
17:33:04 [2021-08-20T17:33:04.152Z] === RUN   TestDockerSuite/TestBuildAddScript
17:33:04 [2021-08-20T17:33:04.152Z]     docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux
17:33:04 [2021-08-20T17:33:04.152Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToExistDir
17:33:04 [2021-08-20T17:33:04.152Z]     docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux
17:33:04 [2021-08-20T17:33:04.152Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToNonExistingDir
17:33:04 [2021-08-20T17:33:04.152Z]     docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux
17:33:04 [2021-08-20T17:33:04.152Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToRoot
17:33:04 [2021-08-20T17:33:04.152Z]     docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux
17:33:04 [2021-08-20T17:33:04.152Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToWorkdir
17:33:04 [2021-08-20T17:33:04.607Z] === RUN   TestDockerSuite/TestBuildAddTar
17:33:06 [2021-08-20T17:33:06.912Z]     check_test.go:196: [dad7fb2e133e3] daemon is not started
17:33:06 [2021-08-20T17:33:06.912Z] === RUN   TestDockerRegistrySuite/TestConcurrentPullWholeRepo
17:33:06 [2021-08-20T17:33:06.912Z] === RUN   TestDockerSwarmSuite/TestSwarmLockUnlockCluster
17:33:08 [2021-08-20T17:33:08.804Z]     docker_cli_swarm_test.go:1118: [d22fc16686f3d] joining swarm manager [d1e469f5f596f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
17:33:10 [2021-08-20T17:33:10.169Z]     docker_cli_swarm_test.go:1119: [dcf27992e67f4] joining swarm manager [d1e469f5f596f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
17:33:13 [2021-08-20T17:33:13.440Z]     check_test.go:196: [d52251e9d1bfd] daemon is not started
17:33:13 [2021-08-20T17:33:13.440Z] === RUN   TestDockerRegistrySuite/TestConcurrentPush
17:33:17 [2021-08-20T17:33:17.612Z]     check_test.go:196: [d958e88aad580] daemon is not started
17:33:17 [2021-08-20T17:33:17.612Z] === RUN   TestDockerRegistrySuite/TestCreateByDigest
17:33:18 [2021-08-20T17:33:18.174Z]     check_test.go:196: [dce927ef640bd] daemon is not started
17:33:18 [2021-08-20T17:33:18.174Z] === RUN   TestDockerRegistrySuite/TestCrossRepositoryLayerPush
17:33:19 [2021-08-20T17:33:19.540Z]     check_test.go:196: [d59a5e076a66b] daemon is not started
17:33:19 [2021-08-20T17:33:19.541Z] === RUN   TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest
17:33:20 [2021-08-20T17:33:20.473Z]     check_test.go:196: [d85d072507b0f] daemon is not started
17:33:20 [2021-08-20T17:33:20.473Z] === RUN   TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag
17:33:21 [2021-08-20T17:33:21.839Z]     check_test.go:196: [db35d9be8cb19] daemon is not started
17:33:21 [2021-08-20T17:33:21.839Z] === RUN   TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag
17:33:23 [2021-08-20T17:33:23.206Z]     check_test.go:196: [ddfdd2cc089c4] daemon is not started
17:33:23 [2021-08-20T17:33:23.206Z] === RUN   TestDockerRegistrySuite/TestEventsImageFilterPush
17:33:24 [2021-08-20T17:33:24.573Z]     check_test.go:196: [d269b7ca2198f] daemon is not started
17:33:24 [2021-08-20T17:33:24.573Z] === RUN   TestDockerRegistrySuite/TestInspectImageWithDigests
17:33:25 [2021-08-20T17:33:25.511Z]     check_test.go:196: [d168261d6d507] daemon is not started
17:33:25 [2021-08-20T17:33:25.511Z] === RUN   TestDockerRegistrySuite/TestListDanglingImagesWithDigests
17:33:26 [2021-08-20T17:33:26.877Z]     docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:e0365a49a206741f789a39b2f728f323ee195e8f58713181916796ab597ed331
17:33:27 [2021-08-20T17:33:27.804Z]     docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:f233b3df12ac067f0fd7c63bc258b6c7239d4f1593fece6fddfec46950a6021c
17:33:27 [2021-08-20T17:33:27.804Z]     check_test.go:196: [deb754fd910a4] daemon is not started
17:33:27 [2021-08-20T17:33:27.804Z] === RUN   TestDockerRegistrySuite/TestListImagesWithDigests
17:33:29 [2021-08-20T17:33:29.170Z]     docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:c3d0ebf3fc21de47a7d62319687e46dae655550f4db7868b943f53de6194b5a7
17:33:29 [2021-08-20T17:33:29.738Z]     docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:b9620962875bc4d4d4311c9bfa6c56c220a8e2da65e26527b36734119f408a3c
17:33:29 [2021-08-20T17:33:29.995Z]     check_test.go:196: [dd2aa7df18844] daemon is not started
17:33:29 [2021-08-20T17:33:29.995Z] === RUN   TestDockerRegistrySuite/TestListImagesWithoutDigests
17:33:31 [2021-08-20T17:33:31.361Z]     check_test.go:196: [d555cf0e8c395] daemon is not started
17:33:31 [2021-08-20T17:33:31.361Z] === RUN   TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest
17:33:34 [2021-08-20T17:33:34.629Z]     check_test.go:196: [da3bde7c30c5c] daemon is not started
17:33:34 [2021-08-20T17:33:34.629Z] === RUN   TestDockerRegistrySuite/TestPullByDigest
17:33:35 [2021-08-20T17:33:35.560Z]     check_test.go:196: [dfc6830dc214a] daemon is not started
17:33:35 [2021-08-20T17:33:35.560Z] === RUN   TestDockerRegistrySuite/TestPullByDigestNoFallback
17:33:35 [2021-08-20T17:33:35.560Z]     check_test.go:196: [d3c57bf781acd] daemon is not started
17:33:35 [2021-08-20T17:33:35.560Z] === RUN   TestDockerRegistrySuite/TestPullByTagDisplaysDigest
17:33:36 [2021-08-20T17:33:36.928Z]     check_test.go:196: [dfdcb8eecb881] daemon is not started
17:33:36 [2021-08-20T17:33:36.928Z] === RUN   TestDockerRegistrySuite/TestPullFailsWithAlteredLayer
17:33:37 [2021-08-20T17:33:37.856Z]     check_test.go:196: [d7bde869c9c44] daemon is not started
17:33:37 [2021-08-20T17:33:37.856Z] === RUN   TestDockerRegistrySuite/TestPullFailsWithAlteredManifest
17:33:39 [2021-08-20T17:33:39.222Z]     check_test.go:196: [d2d30b0eb9117] daemon is not started
17:33:39 [2021-08-20T17:33:39.222Z] === RUN   TestDockerRegistrySuite/TestPullIDStability
17:33:40 [2021-08-20T17:33:40.227Z] === RUN   TestDockerSuite/TestBuildAddTarXz
17:33:40 [2021-08-20T17:33:40.227Z]     docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux
17:33:40 [2021-08-20T17:33:40.227Z] === RUN   TestDockerSuite/TestBuildAddTarXzGz
17:33:40 [2021-08-20T17:33:40.227Z]     docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux
17:33:40 [2021-08-20T17:33:40.227Z] === RUN   TestDockerSuite/TestBuildAddToSymlinkDest
17:33:41 [2021-08-20T17:33:41.740Z]     check_test.go:196: [dba437f3fe2c0] daemon is not started
17:33:41 [2021-08-20T17:33:41.740Z] === RUN   TestDockerRegistrySuite/TestPullImageWithAliases
17:33:42 [2021-08-20T17:33:42.304Z]     check_test.go:196: [df32676ee6081] daemon is not started
17:33:42 [2021-08-20T17:33:42.304Z] === RUN   TestDockerRegistrySuite/TestPullManifestList
17:33:43 [2021-08-20T17:33:43.670Z]     check_test.go:196: [d4c55fe323a55] daemon is not started
17:33:43 [2021-08-20T17:33:43.670Z] === RUN   TestDockerRegistrySuite/TestPullNoLayers
17:33:43 [2021-08-20T17:33:43.926Z]     check_test.go:196: [d18630c4cc206] daemon is not started
17:33:43 [2021-08-20T17:33:43.926Z] === RUN   TestDockerRegistrySuite/TestPushBadTag
17:33:43 [2021-08-20T17:33:43.926Z]     check_test.go:196: [d3327af07ea47] daemon is not started
17:33:43 [2021-08-20T17:33:43.926Z] === RUN   TestDockerRegistrySuite/TestPushBusyboxImage
17:33:44 [2021-08-20T17:33:44.182Z]     check_test.go:196: [da12e4a5ae625] daemon is not started
17:33:44 [2021-08-20T17:33:44.182Z] === RUN   TestDockerRegistrySuite/TestPushEmptyLayer
17:33:44 [2021-08-20T17:33:44.413Z] === RUN   TestDockerSuite/TestBuildAPIDoubleDockerfile
17:33:44 [2021-08-20T17:33:44.413Z]     docker_api_build_test.go:177: unmatched requirement UnixCli
17:33:44 [2021-08-20T17:33:44.413Z] === RUN   TestDockerSuite/TestBuildAPILowerDockerfile
17:33:44 [2021-08-20T17:33:44.413Z] === RUN   TestDockerSuite/TestBuildAPIRemoteTarballContext
17:33:44 [2021-08-20T17:33:44.413Z] === RUN   TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile
17:33:44 [2021-08-20T17:33:44.413Z] === RUN   TestDockerSuite/TestBuildAPIUnnormalizedTarPaths
17:33:44 [2021-08-20T17:33:44.438Z]     check_test.go:196: [d6437a1fd98d5] daemon is not started
17:33:44 [2021-08-20T17:33:44.438Z] === RUN   TestDockerRegistrySuite/TestPushMultipleTags
17:33:45 [2021-08-20T17:33:45.001Z]     check_test.go:196: [dd61e0c00dcbb] daemon is not started
17:33:45 [2021-08-20T17:33:45.001Z] === RUN   TestDockerRegistrySuite/TestPushUntagged
17:33:45 [2021-08-20T17:33:45.001Z]     check_test.go:196: [d1c98d2950c22] daemon is not started
17:33:45 [2021-08-20T17:33:45.001Z] === RUN   TestDockerRegistrySuite/TestRemoveImageByDigest
17:33:45 [2021-08-20T17:33:45.945Z] === RUN   TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace
17:33:45 [2021-08-20T17:33:45.945Z]     docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux
17:33:45 [2021-08-20T17:33:45.945Z] === RUN   TestDockerSuite/TestBuildAddBadLinks
17:33:45 [2021-08-20T17:33:45.945Z]     docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux
17:33:45 [2021-08-20T17:33:45.945Z] === RUN   TestDockerSuite/TestBuildAddBadLinksVolume
17:33:45 [2021-08-20T17:33:45.945Z]     docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux
17:33:45 [2021-08-20T17:33:45.945Z] === RUN   TestDockerSuite/TestBuildAddBrokenTar
17:33:45 [2021-08-20T17:33:45.945Z] === RUN   TestDockerSuite/TestBuildAddCacheOnFileChange
17:33:46 [2021-08-20T17:33:46.367Z]     check_test.go:196: [db56ca449a548] daemon is not started
17:33:46 [2021-08-20T17:33:46.367Z] === RUN   TestDockerRegistrySuite/TestRunByDigest
17:33:46 [2021-08-20T17:33:46.908Z] === RUN   TestDockerSuite/TestBuildAddCurrentDirWithCache
17:33:48 [2021-08-20T17:33:48.259Z]     check_test.go:196: [dcd4861bf77e6] daemon is not started
17:33:48 [2021-08-20T17:33:48.259Z] === RUN   TestDockerRegistrySuite/TestRunImplicitPullWithNoTag
17:33:49 [2021-08-20T17:33:49.207Z]     check_test.go:196: [de252b41c87c8] daemon is not started
17:33:49 [2021-08-20T17:33:49.207Z] === RUN   TestDockerRegistrySuite/TestTagByDigest
17:33:50 [2021-08-20T17:33:50.573Z]     check_test.go:196: [d5dbfe695f5fa] daemon is not started
17:33:50 [2021-08-20T17:33:50.573Z] === RUN   TestDockerRegistrySuite/TestUserAgentPassThrough
17:33:51 [2021-08-20T17:33:51.500Z] === RUN   TestDockerRegistrySuite/TestV2Only
17:33:51 [2021-08-20T17:33:51.578Z] === RUN   TestDockerSuite/TestBuildAddCurrentDirWithoutCache
17:33:52 [2021-08-20T17:33:52.061Z] --- PASS: TestDockerRegistrySuite (53.68s)
17:33:52 [2021-08-20T17:33:52.061Z]     --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.35s)
17:33:52 [2021-08-20T17:33:52.061Z]     --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (1.22s)
17:33:52 [2021-08-20T17:33:52.061Z]     --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.55s)
17:33:52 [2021-08-20T17:33:52.061Z]     --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.18s)
17:33:52 [2021-08-20T17:33:52.061Z]     --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (3.90s)
17:33:52 [2021-08-20T17:33:52.061Z]     --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (6.85s)
17:33:52 [2021-08-20T17:33:52.061Z]     --- PASS: TestDockerRegistrySuite/TestConcurrentPush (3.63s)
17:33:52 [2021-08-20T17:33:52.061Z]     --- PASS: TestDockerRegistrySuite/TestCreateByDigest (1.19s)
17:33:52 [2021-08-20T17:33:52.061Z]     --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (1.09s)
17:33:52 [2021-08-20T17:33:52.061Z]     --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.25s)
17:33:52 [2021-08-20T17:33:52.061Z]     --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.26s)
17:33:52 [2021-08-20T17:33:52.061Z]     --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.44s)
17:33:52 [2021-08-20T17:33:52.061Z]     --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (1.12s)
17:33:52 [2021-08-20T17:33:52.061Z]     --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (1.17s)
17:33:52 [2021-08-20T17:33:52.061Z]     --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (2.26s)
17:33:52 [2021-08-20T17:33:52.061Z]     --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (2.26s)
17:33:52 [2021-08-20T17:33:52.061Z]     --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (1.20s)
17:33:52 [2021-08-20T17:33:52.061Z]     --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (3.04s)
17:33:52 [2021-08-20T17:33:52.061Z]     --- PASS: TestDockerRegistrySuite/TestPullByDigest (1.16s)
17:33:52 [2021-08-20T17:33:52.061Z]     --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.14s)
17:33:52 [2021-08-20T17:33:52.061Z]     --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (1.13s)
17:33:52 [2021-08-20T17:33:52.061Z]     --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (1.09s)
17:33:52 [2021-08-20T17:33:52.061Z]     --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (1.09s)
17:33:52 [2021-08-20T17:33:52.061Z]     --- PASS: TestDockerRegistrySuite/TestPullIDStability (2.91s)
17:33:52 [2021-08-20T17:33:52.061Z]     --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.38s)
17:33:52 [2021-08-20T17:33:52.061Z]     --- PASS: TestDockerRegistrySuite/TestPullManifestList (1.28s)
17:33:52 [2021-08-20T17:33:52.061Z]     --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.40s)
17:33:52 [2021-08-20T17:33:52.061Z]     --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s)
17:33:52 [2021-08-20T17:33:52.061Z]     --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.27s)
17:33:52 [2021-08-20T17:33:52.061Z]     --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.24s)
17:33:52 [2021-08-20T17:33:52.061Z]     --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.34s)
17:33:52 [2021-08-20T17:33:52.061Z]     --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s)
17:33:52 [2021-08-20T17:33:52.061Z]     --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (1.20s)
17:33:52 [2021-08-20T17:33:52.061Z]     --- PASS: TestDockerRegistrySuite/TestRunByDigest (1.91s)
17:33:52 [2021-08-20T17:33:52.062Z]     --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (1.07s)
17:33:52 [2021-08-20T17:33:52.062Z]     --- PASS: TestDockerRegistrySuite/TestTagByDigest (1.21s)
17:33:52 [2021-08-20T17:33:52.062Z]     --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (0.90s)
17:33:52 [2021-08-20T17:33:52.062Z]     --- PASS: TestDockerRegistrySuite/TestV2Only (0.76s)
17:33:52 [2021-08-20T17:33:52.062Z] === RUN   TestDockerSchema1RegistrySuite
17:33:52 [2021-08-20T17:33:52.062Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentFailingPull
17:33:52 [2021-08-20T17:33:52.318Z]     check_test.go:223: [d77c1824beb52] daemon is not started
17:33:52 [2021-08-20T17:33:52.318Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags
17:33:52 [2021-08-20T17:33:52.556Z] === RUN   TestDockerSuite/TestBuildAddWholeDirToRoot
17:33:52 [2021-08-20T17:33:52.556Z]     docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux
17:33:52 [2021-08-20T17:33:52.556Z] === RUN   TestDockerSuite/TestBuildBlankName
17:33:52 [2021-08-20T17:33:52.556Z] === RUN   TestDockerSuite/TestBuildBuildTimeArg
17:33:53 [2021-08-20T17:33:53.105Z] === RUN   TestDockerSuite/TestBuildAddDirContentToExistingDir
17:33:53 [2021-08-20T17:33:53.105Z]     docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux
17:33:53 [2021-08-20T17:33:53.105Z] === RUN   TestDockerSuite/TestBuildAddDirContentToRoot
17:33:53 [2021-08-20T17:33:53.105Z]     docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux
17:33:53 [2021-08-20T17:33:53.105Z] === RUN   TestDockerSuite/TestBuildAddFileNotFound
17:33:53 [2021-08-20T17:33:53.105Z] === RUN   TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache
17:33:55 [2021-08-20T17:33:55.588Z]     check_test.go:223: [d043ed0f2284f] daemon is not started
17:33:55 [2021-08-20T17:33:55.588Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo
17:33:56 [2021-08-20T17:33:56.823Z] === RUN   TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache
17:33:59 [2021-08-20T17:33:59.628Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgBuiltinArg
17:33:59 [2021-08-20T17:33:59.628Z]     docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux
17:33:59 [2021-08-20T17:33:59.628Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheHit
17:34:00 [2021-08-20T17:34:00.834Z]     check_test.go:223: [decac2eef67e2] daemon is not started
17:34:00 [2021-08-20T17:34:00.834Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPush
17:34:04 [2021-08-20T17:34:04.103Z]     check_test.go:223: [d1a359296f4b7] daemon is not started
17:34:04 [2021-08-20T17:34:04.103Z] === RUN   TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported
17:34:04 [2021-08-20T17:34:04.288Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg
17:34:05 [2021-08-20T17:34:05.031Z]     check_test.go:223: [d6ca624c3a8ca] daemon is not started
17:34:05 [2021-08-20T17:34:05.032Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByDigest
17:34:06 [2021-08-20T17:34:06.528Z]     check_test.go:223: [db3acc3be2caf] daemon is not started
17:34:06 [2021-08-20T17:34:06.528Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback
17:34:06 [2021-08-20T17:34:06.528Z]     check_test.go:223: [dac1db52cdd13] daemon is not started
17:34:06 [2021-08-20T17:34:06.528Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest
17:34:07 [2021-08-20T17:34:07.896Z]     check_test.go:223: [d12ea90e16a0b] daemon is not started
17:34:07 [2021-08-20T17:34:07.896Z] === RUN   TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer
17:34:08 [2021-08-20T17:34:08.823Z]     check_test.go:223: [de4f06195c31d] daemon is not started
17:34:08 [2021-08-20T17:34:08.823Z] === RUN   TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest
17:34:09 [2021-08-20T17:34:09.752Z]     check_test.go:223: [ddc77de433ef7] daemon is not started
17:34:09 [2021-08-20T17:34:09.752Z] === RUN   TestDockerSchema1RegistrySuite/TestPullIDStability
17:34:11 [2021-08-20T17:34:11.325Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal
17:34:11 [2021-08-20T17:34:11.594Z] === RUN   TestDockerSuite/TestBuildAddNonTar
17:34:13 [2021-08-20T17:34:13.019Z]     check_test.go:223: [d73813c4bbd73] daemon is not started
17:34:13 [2021-08-20T17:34:13.019Z] === RUN   TestDockerSchema1RegistrySuite/TestPullImageWithAliases
17:34:13 [2021-08-20T17:34:13.275Z]     check_test.go:223: [d0746e03cf902] daemon is not started
17:34:13 [2021-08-20T17:34:13.275Z] === RUN   TestDockerSchema1RegistrySuite/TestPullNoLayers
17:34:13 [2021-08-20T17:34:13.837Z]     check_test.go:223: [d8772c3006577] daemon is not started
17:34:13 [2021-08-20T17:34:13.837Z] === RUN   TestDockerSchema1RegistrySuite/TestPushBadTag
17:34:13 [2021-08-20T17:34:13.837Z]     check_test.go:223: [d56463c986928] daemon is not started
17:34:13 [2021-08-20T17:34:13.837Z] === RUN   TestDockerSchema1RegistrySuite/TestPushBusyboxImage
17:34:14 [2021-08-20T17:34:14.093Z]     check_test.go:223: [d245565b17bbe] daemon is not started
17:34:14 [2021-08-20T17:34:14.093Z] === RUN   TestDockerSchema1RegistrySuite/TestPushEmptyLayer
17:34:14 [2021-08-20T17:34:14.349Z]     check_test.go:223: [d8cf1f6777787] daemon is not started
17:34:14 [2021-08-20T17:34:14.349Z] === RUN   TestDockerSchema1RegistrySuite/TestPushMultipleTags
17:34:14 [2021-08-20T17:34:14.605Z]     check_test.go:223: [d10c72e4d5366] daemon is not started
17:34:14 [2021-08-20T17:34:14.605Z] === RUN   TestDockerSchema1RegistrySuite/TestPushUntagged
17:34:14 [2021-08-20T17:34:14.861Z]     check_test.go:223: [d994e19a40bdd] daemon is not started
17:34:14 [2021-08-20T17:34:14.861Z] --- PASS: TestDockerSchema1RegistrySuite (22.78s)
17:34:14 [2021-08-20T17:34:14.861Z]     --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.16s)
17:34:14 [2021-08-20T17:34:14.861Z]     --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (3.36s)
17:34:14 [2021-08-20T17:34:14.861Z]     --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (4.75s)
17:34:14 [2021-08-20T17:34:14.861Z]     --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPush (3.61s)
17:34:14 [2021-08-20T17:34:14.861Z]     --- PASS: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (1.20s)
17:34:14 [2021-08-20T17:34:14.861Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (1.20s)
17:34:14 [2021-08-20T17:34:14.861Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.13s)
17:34:14 [2021-08-20T17:34:14.861Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (1.16s)
17:34:14 [2021-08-20T17:34:14.861Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (1.12s)
17:34:14 [2021-08-20T17:34:14.861Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (1.10s)
17:34:14 [2021-08-20T17:34:14.861Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (3.00s)
17:34:14 [2021-08-20T17:34:14.861Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.42s)
17:34:14 [2021-08-20T17:34:14.861Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.40s)
17:34:14 [2021-08-20T17:34:14.861Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPushBadTag (0.12s)
17:34:14 [2021-08-20T17:34:14.861Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.29s)
17:34:14 [2021-08-20T17:34:14.861Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.24s)
17:34:14 [2021-08-20T17:34:14.861Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.38s)
17:34:14 [2021-08-20T17:34:14.861Z]     --- PASS: TestDockerSchema1RegistrySuite/TestPushUntagged (0.12s)
17:34:14 [2021-08-20T17:34:14.861Z] === RUN   TestDockerRegistryAuthHtpasswdSuite
17:34:14 [2021-08-20T17:34:14.861Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry
17:34:15 [2021-08-20T17:34:15.799Z]     check_test.go:252: [d10c9281b05f6] daemon is not started
17:34:15 [2021-08-20T17:34:15.799Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth
17:34:16 [2021-08-20T17:34:16.360Z]     check_test.go:252: [d3ecc844a38ad] daemon is not started
17:34:16 [2021-08-20T17:34:16.360Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry
17:34:16 [2021-08-20T17:34:16.360Z]     check_test.go:252: [dfdb1a1bfcc27] daemon is not started
17:34:16 [2021-08-20T17:34:16.360Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth
17:34:17 [2021-08-20T17:34:17.732Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored
17:34:17 [2021-08-20T17:34:17.732Z]     check_test.go:252: [d01b25a1ae5d5] daemon is not started
17:34:17 [2021-08-20T17:34:17.732Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth
17:34:17 [2021-08-20T17:34:17.988Z]     check_test.go:252: [d5073536efb7f] daemon is not started
17:34:17 [2021-08-20T17:34:17.988Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme
17:34:18 [2021-08-20T17:34:18.356Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgDefaultOverride
17:34:18 [2021-08-20T17:34:18.356Z]     docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux
17:34:18 [2021-08-20T17:34:18.550Z]     check_test.go:252: [d327d6d311f96] daemon is not started
17:34:18 [2021-08-20T17:34:18.550Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry
17:34:18 [2021-08-20T17:34:18.640Z] === RUN   TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict
17:34:18 [2021-08-20T17:34:18.806Z]     check_test.go:252: [d86994746e47b] daemon is not started
17:34:18 [2021-08-20T17:34:18.806Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (3.94s)
17:34:18 [2021-08-20T17:34:18.806Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.75s)
17:34:18 [2021-08-20T17:34:18.806Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.65s)
17:34:18 [2021-08-20T17:34:18.806Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.18s)
17:34:18 [2021-08-20T17:34:18.806Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.08s)
17:34:18 [2021-08-20T17:34:18.806Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.21s)
17:34:18 [2021-08-20T17:34:18.806Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.38s)
17:34:18 [2021-08-20T17:34:18.806Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.52s)
17:34:18 [2021-08-20T17:34:18.806Z]     --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.16s)
17:34:18 [2021-08-20T17:34:18.806Z] === RUN   TestDockerRegistryAuthTokenSuite
17:34:18 [2021-08-20T17:34:18.806Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError
17:34:18 [2021-08-20T17:34:18.812Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection
17:34:19 [2021-08-20T17:34:19.096Z] === RUN   TestDockerSuite/TestBuildAddPreservesFilesSpecialBits
17:34:19 [2021-08-20T17:34:19.096Z]     docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux
17:34:19 [2021-08-20T17:34:19.096Z] === RUN   TestDockerSuite/TestBuildAddRemoteFileMTime
17:34:22 [2021-08-20T17:34:22.811Z] === RUN   TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache
17:34:23 [2021-08-20T17:34:23.470Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants
17:34:23 [2021-08-20T17:34:23.470Z]     docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux
17:34:23 [2021-08-20T17:34:23.470Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgEnv
17:34:23 [2021-08-20T17:34:23.470Z]     docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux
17:34:23 [2021-08-20T17:34:23.470Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgExpansion
17:34:24 [2021-08-20T17:34:24.048Z]     check_test.go:279: [d45584c571e14] daemon is not started
17:34:24 [2021-08-20T17:34:24.048Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken
17:34:24 [2021-08-20T17:34:24.048Z]     check_test.go:279: [dece883d47f9d] daemon is not started
17:34:24 [2021-08-20T17:34:24.048Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized
17:34:24 [2021-08-20T17:34:24.304Z]     check_test.go:279: [dfa995beb9eae] daemon is not started
17:34:24 [2021-08-20T17:34:24.304Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable
17:34:24 [2021-08-20T17:34:24.304Z]     check_test.go:279: [deaf737a8aa5e] daemon is not started
17:34:24 [2021-08-20T17:34:24.304Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse
17:34:24 [2021-08-20T17:34:24.559Z]     check_test.go:279: [d6afe5723d064] daemon is not started
17:34:24 [2021-08-20T17:34:24.559Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.76s)
17:34:24 [2021-08-20T17:34:24.559Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.15s)
17:34:24 [2021-08-20T17:34:24.559Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.15s)
17:34:24 [2021-08-20T17:34:24.559Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.15s)
17:34:24 [2021-08-20T17:34:24.559Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.15s)
17:34:24 [2021-08-20T17:34:24.559Z]     --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.15s)
17:34:24 [2021-08-20T17:34:24.559Z] === RUN   TestDockerNetworkSuite
17:34:24 [2021-08-20T17:34:24.559Z] === RUN   TestDockerNetworkSuite/TestConntrackFlowsLeak
17:34:24 [2021-08-20T17:34:24.975Z] === RUN   TestDockerSuite/TestBuildAddRemoteNoDecompress
17:34:27 [2021-08-20T17:34:27.077Z]     docker_cli_network_unix_test.go:46: [df707fc3e4297] daemon is not started
17:34:27 [2021-08-20T17:34:27.077Z] === RUN   TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig
17:34:27 [2021-08-20T17:34:27.640Z]     docker_cli_network_unix_test.go:46: [d0b545d7fe3d8] daemon is not started
17:34:27 [2021-08-20T17:34:27.896Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint
17:34:29 [2021-08-20T17:34:29.237Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgExpansionOverride
17:34:29 [2021-08-20T17:34:29.237Z]     docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux
17:34:29 [2021-08-20T17:34:29.237Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgHistory
17:34:29 [2021-08-20T17:34:29.693Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv
17:34:29 [2021-08-20T17:34:29.693Z]     docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux
17:34:29 [2021-08-20T17:34:29.693Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg
17:34:29 [2021-08-20T17:34:29.693Z]     docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux
17:34:29 [2021-08-20T17:34:29.693Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants
17:34:32 [2021-08-20T17:34:32.065Z] === RUN   TestDockerSuite/TestBuildAddScript
17:34:32 [2021-08-20T17:34:32.065Z]     docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux
17:34:32 [2021-08-20T17:34:32.065Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToExistDir
17:34:32 [2021-08-20T17:34:32.065Z]     docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux
17:34:32 [2021-08-20T17:34:32.065Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToNonExistingDir
17:34:32 [2021-08-20T17:34:32.065Z]     docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux
17:34:32 [2021-08-20T17:34:32.065Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToRoot
17:34:32 [2021-08-20T17:34:32.065Z]     docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux
17:34:32 [2021-08-20T17:34:32.065Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToWorkdir
17:34:32 [2021-08-20T17:34:32.065Z] === RUN   TestDockerSuite/TestBuildAddTar
17:34:33 [2021-08-20T17:34:33.144Z]     docker_cli_network_unix_test.go:46: [dc1ec268187af] daemon is not started
17:34:33 [2021-08-20T17:34:33.401Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect
17:34:35 [2021-08-20T17:34:35.291Z]     docker_cli_network_unix_test.go:46: [d82e1366829cc] daemon is not started
17:34:35 [2021-08-20T17:34:35.291Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer
17:34:35 [2021-08-20T17:34:35.547Z]     docker_cli_network_unix_test.go:1233: [d326360d68d4d] daemon is not started
17:34:38 [2021-08-20T17:34:38.815Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping
17:34:39 [2021-08-20T17:34:39.377Z]     docker_cli_network_unix_test.go:46: [d93c21b7cd47e] daemon is not started
17:34:39 [2021-08-20T17:34:39.939Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP
17:34:43 [2021-08-20T17:34:43.235Z]     docker_cli_swarm_test.go:1172: [d8d9944a92e9c] joining swarm manager [d1e469f5f596f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480
17:34:47 [2021-08-20T17:34:47.411Z]     docker_cli_network_unix_test.go:46: [db753e6d27328] daemon is not started
17:34:48 [2021-08-20T17:34:48.338Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP
17:34:50 [2021-08-20T17:34:50.855Z]     docker_cli_network_unix_test.go:46: [dd418a9897307] daemon is not started
17:34:50 [2021-08-20T17:34:50.855Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer
17:34:52 [2021-08-20T17:34:52.224Z]     docker_cli_network_unix_test.go:46: [de4a2b660648f] daemon is not started
17:34:52 [2021-08-20T17:34:52.224Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork
17:34:52 [2021-08-20T17:34:52.787Z]     docker_cli_network_unix_test.go:46: [d2733b044edf7] daemon is not started
17:34:53 [2021-08-20T17:34:53.044Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks
17:34:53 [2021-08-20T17:34:53.610Z]     docker_cli_network_unix_test.go:46: [df24e8ee7b43f] daemon is not started
17:34:53 [2021-08-20T17:34:53.610Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectWithMac
17:34:54 [2021-08-20T17:34:54.172Z]     docker_cli_network_unix_test.go:46: [df90bbddfc312] daemon is not started
17:34:54 [2021-08-20T17:34:54.734Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping
17:34:54 [2021-08-20T17:34:54.768Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg
17:34:54 [2021-08-20T17:34:54.768Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse
17:34:54 [2021-08-20T17:34:54.768Z]     docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux
17:34:55 [2021-08-20T17:34:55.222Z] === RUN   TestDockerSuite/TestBuildCacheAdd
17:34:55 [2021-08-20T17:34:55.222Z]     docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux
17:34:55 [2021-08-20T17:34:55.663Z]     docker_cli_network_unix_test.go:46: [d31723a35a302] daemon is not started
17:34:55 [2021-08-20T17:34:55.678Z] === RUN   TestDockerSuite/TestBuildCacheBrokenSymlink
17:34:55 [2021-08-20T17:34:55.918Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreateDelete
17:34:56 [2021-08-20T17:34:56.174Z]     docker_cli_network_unix_test.go:46: [df7a2f6db308c] daemon is not started
17:34:56 [2021-08-20T17:34:56.174Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters
17:34:56 [2021-08-20T17:34:56.430Z]     docker_cli_network_unix_test.go:46: [dc17d1a1272ff] daemon is not started
17:34:56 [2021-08-20T17:34:56.430Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreateHostBind
17:34:56 [2021-08-20T17:34:56.991Z]     docker_cli_network_unix_test.go:46: [dfb192a25b4d4] daemon is not started
17:34:57 [2021-08-20T17:34:57.214Z] === RUN   TestDockerSuite/TestBuildCacheFrom
17:34:57 [2021-08-20T17:34:57.214Z]     docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux
17:34:57 [2021-08-20T17:34:57.214Z] === RUN   TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength
17:34:57 [2021-08-20T17:34:57.247Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreateLabel
17:34:57 [2021-08-20T17:34:57.504Z]     docker_cli_network_unix_test.go:46: [d8c9a441ba629] daemon is not started
17:34:57 [2021-08-20T17:34:57.504Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCreatePredefined
17:34:57 [2021-08-20T17:34:57.504Z]     docker_cli_network_unix_test.go:46: [dbf94bb7c0b9b] daemon is not started
17:34:57 [2021-08-20T17:34:57.504Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkCustomIPAM
17:34:57 [2021-08-20T17:34:57.762Z]     docker_cli_network_unix_test.go:46: [d8b934ff92d44] daemon is not started
17:34:57 [2021-08-20T17:34:57.762Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork
17:34:58 [2021-08-20T17:34:58.689Z]     docker_cli_network_unix_test.go:46: [d308855dd1cc9] daemon is not started
17:34:58 [2021-08-20T17:34:58.689Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault
17:34:59 [2021-08-20T17:34:59.617Z]     docker_cli_network_unix_test.go:46: [deb5d0642a12d] daemon is not started
17:34:59 [2021-08-20T17:34:59.874Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge
17:34:59 [2021-08-20T17:34:59.874Z]     docker_cli_network_unix_test.go:46: [da027d477bd25] daemon is not started
17:34:59 [2021-08-20T17:34:59.874Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost
17:35:00 [2021-08-20T17:35:00.437Z]     docker_cli_network_unix_test.go:46: [d9c4d990d5561] daemon is not started
17:35:00 [2021-08-20T17:35:00.437Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDriverOptions
17:35:00 [2021-08-20T17:35:00.437Z]     docker_cli_network_unix_test.go:46: [d43b71f4347fa] daemon is not started
17:35:00 [2021-08-20T17:35:00.437Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart
17:35:00 [2021-08-20T17:35:00.926Z] === RUN   TestDockerSuite/TestBuildCacheRootSource
17:35:02 [2021-08-20T17:35:02.327Z]     docker_cli_network_unix_test.go:968: [dc4678e47c174] daemon is not started
17:35:02 [2021-08-20T17:35:02.453Z] === RUN   TestDockerSuite/TestBuildChownOnCopy
17:35:02 [2021-08-20T17:35:02.454Z]     docker_api_build_test.go:402: unmatched requirement DaemonIsLinux
17:35:02 [2021-08-20T17:35:02.454Z] === RUN   TestDockerSuite/TestBuildChownSingleFile
17:35:02 [2021-08-20T17:35:02.454Z]     docker_cli_build_test.go:3571: unmatched requirement UnixCli
17:35:02 [2021-08-20T17:35:02.454Z] === RUN   TestDockerSuite/TestBuildCleanupCmdOnEntrypoint
17:35:03 [2021-08-20T17:35:03.255Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkFlagAlias
17:35:03 [2021-08-20T17:35:03.414Z] === RUN   TestDockerSuite/TestBuildClearCmd
17:35:04 [2021-08-20T17:35:04.375Z] === RUN   TestDockerSuite/TestBuildCmd
17:35:04 [2021-08-20T17:35:04.829Z] === RUN   TestDockerSuite/TestBuildCmdJSONNoShDashC
17:35:05 [2021-08-20T17:35:05.146Z]     docker_cli_network_unix_test.go:46: [d16ba9dccb19e] daemon is not started
17:35:05 [2021-08-20T17:35:05.146Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart
17:35:05 [2021-08-20T17:35:05.285Z] === RUN   TestDockerSuite/TestBuildCmdShDashC
17:35:05 [2021-08-20T17:35:05.744Z] === RUN   TestDockerSuite/TestBuildCmdShellArgsEscaped
17:35:10 [2021-08-20T17:35:10.407Z] === RUN   TestDockerSuite/TestBuildCmdSpaces
17:35:10 [2021-08-20T17:35:10.425Z]     docker_cli_network_unix_test.go:1116: [d1ba7c0e2db06] daemon is not started
17:35:12 [2021-08-20T17:35:12.569Z] === RUN   TestDockerSuite/TestBuildCommentsShebangs
17:35:12 [2021-08-20T17:35:12.569Z]     docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux
17:35:12 [2021-08-20T17:35:12.569Z] === RUN   TestDockerSuite/TestBuildConditionalCache
17:35:13 [2021-08-20T17:35:13.528Z] === RUN   TestDockerSuite/TestBuildContainerWithCgroupParent
17:35:13 [2021-08-20T17:35:13.528Z]     docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux
17:35:13 [2021-08-20T17:35:13.528Z] === RUN   TestDockerSuite/TestBuildContextCleanup
17:35:13 [2021-08-20T17:35:13.983Z] === RUN   TestDockerSuite/TestBuildContextCleanupFailedBuild
17:35:14 [2021-08-20T17:35:14.528Z] === RUN   TestDockerSuite/TestBuildAddTarXz
17:35:14 [2021-08-20T17:35:14.528Z]     docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux
17:35:14 [2021-08-20T17:35:14.528Z] === RUN   TestDockerSuite/TestBuildAddTarXzGz
17:35:14 [2021-08-20T17:35:14.528Z]     docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux
17:35:14 [2021-08-20T17:35:14.593Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations
17:35:14 [2021-08-20T17:35:14.593Z]     docker_cli_network_unix_test.go:46: [dcc51b3a5173e] daemon is not started
17:35:14 [2021-08-20T17:35:14.593Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks
17:35:14 [2021-08-20T17:35:14.985Z] === RUN   TestDockerSuite/TestBuildAddToSymlinkDest
17:35:15 [2021-08-20T17:35:15.510Z] === RUN   TestDockerSuite/TestBuildContextTarGzip
17:35:15 [2021-08-20T17:35:15.961Z]     docker_cli_network_unix_test.go:46: [da628dcb86d91] daemon is not started
17:35:15 [2021-08-20T17:35:15.961Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkIPAMOptions
17:35:15 [2021-08-20T17:35:15.961Z]     docker_cli_network_unix_test.go:46: [d110b96174682] daemon is not started
17:35:15 [2021-08-20T17:35:15.961Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer
17:35:15 [2021-08-20T17:35:15.961Z]     docker_cli_network_unix_test.go:46: [de185f27d35e3] daemon is not started
17:35:15 [2021-08-20T17:35:15.961Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified
17:35:16 [2021-08-20T17:35:16.216Z] === RUN   TestDockerSwarmSuite/TestSwarmManagerAddress
17:35:16 [2021-08-20T17:35:16.216Z]     docker_cli_network_unix_test.go:46: [d71202036636d] daemon is not started
17:35:16 [2021-08-20T17:35:16.216Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified
17:35:16 [2021-08-20T17:35:16.470Z] === RUN   TestDockerSuite/TestBuildContextTarNoCompression
17:35:16 [2021-08-20T17:35:16.473Z]     docker_cli_network_unix_test.go:46: [d449115b8bbf2] daemon is not started
17:35:16 [2021-08-20T17:35:16.473Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkInspectDefault
17:35:16 [2021-08-20T17:35:16.473Z]     docker_cli_network_unix_test.go:46: [d2fd10dfcc17a] daemon is not started
17:35:16 [2021-08-20T17:35:16.473Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly
17:35:16 [2021-08-20T17:35:16.925Z] === RUN   TestDockerSuite/TestBuildCopyAddMultipleFiles
17:35:16 [2021-08-20T17:35:16.925Z]     docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux
17:35:16 [2021-08-20T17:35:16.925Z] === RUN   TestDockerSuite/TestBuildCopyCacheOnFileChange
17:35:17 [2021-08-20T17:35:17.380Z] === RUN   TestDockerSuite/TestBuildCopyDirButNotFile
17:35:18 [2021-08-20T17:35:18.340Z] === RUN   TestDockerSuite/TestBuildCopyDirContentToExistDir
17:35:18 [2021-08-20T17:35:18.340Z]     docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux
17:35:18 [2021-08-20T17:35:18.340Z] === RUN   TestDockerSuite/TestBuildCopyDirContentToRoot
17:35:18 [2021-08-20T17:35:18.340Z]     docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux
17:35:18 [2021-08-20T17:35:18.340Z] === RUN   TestDockerSuite/TestBuildCopyFileDotWithWorkdir
17:35:18 [2021-08-20T17:35:18.363Z]     docker_cli_swarm_test.go:1453: [d5e36a93b1d36] joining swarm manager [deaa0ff0e5943]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
17:35:19 [2021-08-20T17:35:19.292Z]     docker_cli_swarm_test.go:1454: [d4e8a2adcac9c] joining swarm manager [deaa0ff0e5943]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479
17:35:19 [2021-08-20T17:35:19.548Z]     docker_cli_network_unix_test.go:46: [d8d8f60bedc26] daemon is not started
17:35:20 [2021-08-20T17:35:20.477Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkLsDefault
17:35:20 [2021-08-20T17:35:20.477Z]     docker_cli_network_unix_test.go:46: [de44cb6a1a718] daemon is not started
17:35:20 [2021-08-20T17:35:20.477Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkLsFilter
17:35:20 [2021-08-20T17:35:20.477Z]     docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks
17:35:20 [2021-08-20T17:35:20.477Z]     docker_cli_network_unix_test.go:46: [d01d28a1976f8] daemon is not started
17:35:20 [2021-08-20T17:35:20.477Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkMacInspect
17:35:21 [2021-08-20T17:35:21.406Z]     docker_cli_network_unix_test.go:46: [d36db83692129] daemon is not started
17:35:21 [2021-08-20T17:35:21.662Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart
17:35:24 [2021-08-20T17:35:24.102Z] === RUN   TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows
17:35:25 [2021-08-20T17:35:25.831Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart
17:35:27 [2021-08-20T17:35:27.200Z]     docker_cli_network_unix_test.go:1084: [d35725113960b] daemon is not started
17:35:29 [2021-08-20T17:35:29.090Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver
17:35:29 [2021-08-20T17:35:29.090Z]     docker_cli_network_unix_test.go:46: [d8fffba96af32] daemon is not started
17:35:29 [2021-08-20T17:35:29.090Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping
17:35:29 [2021-08-20T17:35:29.651Z]     docker_cli_network_unix_test.go:46: [d8b9d4688b2d1] daemon is not started
17:35:29 [2021-08-20T17:35:29.907Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks
17:35:30 [2021-08-20T17:35:30.163Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup
17:35:31 [2021-08-20T17:35:31.531Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge
17:35:31 [2021-08-20T17:35:31.531Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay
17:35:31 [2021-08-20T17:35:31.788Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge
17:35:31 [2021-08-20T17:35:31.788Z]     docker_cli_network_unix_test.go:46: [db06503d4dfc0] daemon is not started
17:35:31 [2021-08-20T17:35:31.788Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay
17:35:32 [2021-08-20T17:35:32.351Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkRmPredefined
17:35:32 [2021-08-20T17:35:32.351Z]     docker_cli_network_unix_test.go:46: [d76743f8892dc] daemon is not started
17:35:32 [2021-08-20T17:35:32.351Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkRunNetByID
17:35:32 [2021-08-20T17:35:32.613Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866
17:35:33 [2021-08-20T17:35:33.176Z]     docker_cli_network_unix_test.go:46: [dcbd6e4a4fb47] daemon is not started
17:35:33 [2021-08-20T17:35:33.432Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP
17:35:34 [2021-08-20T17:35:34.362Z]     docker_cli_network_unix_test.go:46: [d2bf0446da8bd] daemon is not started
17:35:34 [2021-08-20T17:35:34.362Z] === RUN   TestDockerNetworkSuite/TestDockerNetworkValidateIP
17:35:34 [2021-08-20T17:35:34.924Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions
17:35:35 [2021-08-20T17:35:35.180Z]     docker_cli_network_unix_test.go:46: [d43648c9682f7] daemon is not started
17:35:35 [2021-08-20T17:35:35.741Z] === RUN   TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver
17:35:36 [2021-08-20T17:35:36.055Z] === RUN   TestDockerSuite/TestBuildAddWholeDirToRoot
17:35:36 [2021-08-20T17:35:36.055Z]     docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux
17:35:37 [2021-08-20T17:35:37.016Z] === RUN   TestDockerSuite/TestBuildBlankName
17:35:37 [2021-08-20T17:35:37.978Z] === RUN   TestDockerSuite/TestBuildBuildTimeArg
17:35:39 [2021-08-20T17:35:39.912Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkPlugin
17:35:41 [2021-08-20T17:35:41.279Z]     docker_cli_network_unix_test.go:46: [d984bcf322f3c] daemon is not started
17:35:41 [2021-08-20T17:35:41.535Z] --- PASS: TestDockerNetworkSuite (77.01s)
17:35:41 [2021-08-20T17:35:41.535Z]     --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (2.33s)
17:35:41 [2021-08-20T17:35:41.535Z]     --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (0.91s)
17:35:41 [2021-08-20T17:35:41.535Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (5.63s)
17:35:41 [2021-08-20T17:35:41.535Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (1.94s)
17:35:41 [2021-08-20T17:35:41.535Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (2.94s)
17:35:41 [2021-08-20T17:35:41.535Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (1.69s)
17:35:41 [2021-08-20T17:35:41.535Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (8.19s)
17:35:41 [2021-08-20T17:35:41.535Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (2.73s)
17:35:41 [2021-08-20T17:35:41.535Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.34s)
17:35:41 [2021-08-20T17:35:41.535Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.74s)
17:35:41 [2021-08-20T17:35:41.535Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.60s)
17:35:41 [2021-08-20T17:35:41.535Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (1.24s)
17:35:41 [2021-08-20T17:35:41.535Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (1.12s)
17:35:41 [2021-08-20T17:35:41.535Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.17s)
17:35:41 [2021-08-20T17:35:41.535Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.32s)
17:35:41 [2021-08-20T17:35:41.535Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (0.92s)
17:35:41 [2021-08-20T17:35:41.535Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.19s)
17:35:41 [2021-08-20T17:35:41.535Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.04s)
17:35:41 [2021-08-20T17:35:41.535Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.16s)
17:35:41 [2021-08-20T17:35:41.535Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (0.97s)
17:35:41 [2021-08-20T17:35:41.535Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (1.23s)
17:35:41 [2021-08-20T17:35:41.535Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.07s)
17:35:41 [2021-08-20T17:35:41.535Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.50s)
17:35:41 [2021-08-20T17:35:41.535Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.07s)
17:35:41 [2021-08-20T17:35:41.535Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (2.77s)
17:35:41 [2021-08-20T17:35:41.535Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (1.59s)
17:35:41 [2021-08-20T17:35:41.535Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (9.50s)
17:35:41 [2021-08-20T17:35:41.535Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.21s)
17:35:41 [2021-08-20T17:35:41.535Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (1.07s)
17:35:41 [2021-08-20T17:35:41.535Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.24s)
17:35:41 [2021-08-20T17:35:41.535Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.07s)
17:35:41 [2021-08-20T17:35:41.535Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.20s)
17:35:41 [2021-08-20T17:35:41.535Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.20s)
17:35:41 [2021-08-20T17:35:41.535Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.00s)
17:35:41 [2021-08-20T17:35:41.535Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (4.14s)
17:35:41 [2021-08-20T17:35:41.535Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.04s)
17:35:41 [2021-08-20T17:35:41.535Z]     --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s)
17:35:41 [2021-08-20T17:35:41.535Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (0.99s)
17:35:41 [2021-08-20T17:35:41.535Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (3.77s)
17:35:41 [2021-08-20T17:35:41.535Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (3.41s)
17:35:41 [2021-08-20T17:35:41.535Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.04s)
17:35:41 [2021-08-20T17:35:41.535Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (1.10s)
17:35:41 [2021-08-20T17:35:41.535Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (2.42s)
17:35:41 [2021-08-20T17:35:41.535Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.05s)
17:35:41 [2021-08-20T17:35:41.535Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (1.17s)
17:35:41 [2021-08-20T17:35:41.535Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.64s)
17:35:41 [2021-08-20T17:35:41.535Z]     --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (1.46s)
17:35:41 [2021-08-20T17:35:41.535Z]     --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (5.89s)
17:35:41 [2021-08-20T17:35:41.535Z] === RUN   TestDockerHubPullSuite
17:35:41 [2021-08-20T17:35:41.535Z] === RUN   TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry
17:35:41 [2021-08-20T17:35:41.791Z] === RUN   TestDockerSwarmSuite/TestSwarmNetworkPluginV2
17:35:43 [2021-08-20T17:35:43.159Z] === RUN   TestDockerHubPullSuite/TestPullClientDisconnect
17:35:44 [2021-08-20T17:35:44.086Z]     docker_cli_swarm_unix_test.go:62: [d81c020384965] joining swarm manager [d558dffe8527e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
17:35:45 [2021-08-20T17:35:45.014Z] === RUN   TestDockerHubPullSuite/TestPullFromCentralRegistry
17:35:45 [2021-08-20T17:35:45.577Z] === RUN   TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts
17:35:46 [2021-08-20T17:35:46.515Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgBuiltinArg
17:35:46 [2021-08-20T17:35:46.515Z]     docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux
17:35:46 [2021-08-20T17:35:46.942Z] === RUN   TestDockerHubPullSuite/TestPullNonExistingImage
17:35:46 [2021-08-20T17:35:46.942Z] === RUN   TestDockerHubPullSuite/TestPullScratchNotAllowed
17:35:46 [2021-08-20T17:35:46.942Z] --- PASS: TestDockerHubPullSuite (5.43s)
17:35:46 [2021-08-20T17:35:46.942Z]     --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (1.33s)
17:35:46 [2021-08-20T17:35:46.942Z]     --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.24s)
17:35:46 [2021-08-20T17:35:46.942Z]     --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.33s)
17:35:46 [2021-08-20T17:35:46.942Z]     --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (1.19s)
17:35:46 [2021-08-20T17:35:46.942Z]     --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.24s)
17:35:46 [2021-08-20T17:35:46.942Z]     --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.09s)
17:35:46 [2021-08-20T17:35:46.942Z] PASS
17:35:46 [2021-08-20T17:35:46.942Z] 
17:35:46 [2021-08-20T17:35:46.942Z] === Skipped
17:35:46 [2021-08-20T17:35:46.942Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s)
17:35:46 [2021-08-20T17:35:46.942Z]     docker_cli_build_test.go:5333: unmatched requirement DaemonIsWindows
17:35:46 [2021-08-20T17:35:46.942Z]     --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s)
17:35:46 [2021-08-20T17:35:46.942Z] 
17:35:46 [2021-08-20T17:35:46.942Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s)
17:35:46 [2021-08-20T17:35:46.942Z]     docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows
17:35:46 [2021-08-20T17:35:46.942Z]     --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s)
17:35:46 [2021-08-20T17:35:46.942Z] 
17:35:46 [2021-08-20T17:35:46.942Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s)
17:35:46 [2021-08-20T17:35:46.942Z]     docker_cli_build_test.go:5883: unmatched requirement DaemonIsWindows
17:35:46 [2021-08-20T17:35:46.942Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s)
17:35:46 [2021-08-20T17:35:46.942Z] 
17:35:46 [2021-08-20T17:35:46.942Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s)
17:35:46 [2021-08-20T17:35:46.943Z]     docker_cli_build_test.go:5866: unmatched requirement DaemonIsWindows
17:35:46 [2021-08-20T17:35:46.943Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s)
17:35:46 [2021-08-20T17:35:46.943Z] 
17:35:46 [2021-08-20T17:35:46.943Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s)
17:35:46 [2021-08-20T17:35:46.943Z]     docker_cli_build_test.go:5901: unmatched requirement DaemonIsWindows
17:35:46 [2021-08-20T17:35:46.943Z]     --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s)
17:35:46 [2021-08-20T17:35:46.943Z] 
17:35:46 [2021-08-20T17:35:46.943Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s)
17:35:46 [2021-08-20T17:35:46.943Z]     docker_cli_build_test.go:5310: unmatched requirement DaemonIsWindows
17:35:46 [2021-08-20T17:35:46.943Z]     --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s)
17:35:46 [2021-08-20T17:35:46.943Z] 
17:35:46 [2021-08-20T17:35:46.943Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s)
17:35:46 [2021-08-20T17:35:46.943Z]     docker_cli_build_test.go:5832: unmatched requirement DaemonIsWindows
17:35:46 [2021-08-20T17:35:46.943Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s)
17:35:46 [2021-08-20T17:35:46.943Z] 
17:35:46 [2021-08-20T17:35:46.943Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s)
17:35:46 [2021-08-20T17:35:46.943Z]     docker_cli_build_test.go:5298: unmatched requirement DaemonIsWindows
17:35:46 [2021-08-20T17:35:46.943Z]     --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s)
17:35:46 [2021-08-20T17:35:46.943Z] 
17:35:46 [2021-08-20T17:35:46.943Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.03s)
17:35:46 [2021-08-20T17:35:46.943Z]     docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows
17:35:46 [2021-08-20T17:35:46.943Z]     --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.03s)
17:35:46 [2021-08-20T17:35:46.943Z] 
17:35:46 [2021-08-20T17:35:46.943Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.02s)
17:35:46 [2021-08-20T17:35:46.943Z]     docker_cli_build_test.go:6023: unmatched requirement DaemonIsWindows
17:35:46 [2021-08-20T17:35:46.943Z]     --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.02s)
17:35:46 [2021-08-20T17:35:46.943Z] 
17:35:46 [2021-08-20T17:35:46.943Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.03s)
17:35:46 [2021-08-20T17:35:46.943Z]     docker_cli_build_test.go:5993: unmatched requirement DaemonIsWindows
17:35:46 [2021-08-20T17:35:46.943Z]     --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.03s)
17:35:46 [2021-08-20T17:35:46.943Z] 
17:35:46 [2021-08-20T17:35:46.943Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.02s)
17:35:46 [2021-08-20T17:35:46.943Z]     docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows
17:35:46 [2021-08-20T17:35:46.943Z]     --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.02s)
17:35:46 [2021-08-20T17:35:46.943Z] 
17:35:46 [2021-08-20T17:35:46.943Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.05s)
17:35:46 [2021-08-20T17:35:46.943Z]     docker_cli_build_test.go:4906: unmatched requirement DaemonIsWindows
17:35:46 [2021-08-20T17:35:46.943Z]     --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.05s)
17:35:46 [2021-08-20T17:35:46.943Z] 
17:35:46 [2021-08-20T17:35:46.943Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.02s)
17:35:46 [2021-08-20T17:35:46.943Z]     docker_cli_sni_test.go:18: Flakey test
17:35:46 [2021-08-20T17:35:46.943Z]     --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.02s)
17:35:46 [2021-08-20T17:35:46.943Z] 
17:35:46 [2021-08-20T17:35:46.943Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.00s)
17:35:46 [2021-08-20T17:35:46.943Z]     docker_api_containers_test.go:418: unmatched requirement DaemonIsWindows
17:35:46 [2021-08-20T17:35:46.943Z]     --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s)
17:35:46 [2021-08-20T17:35:46.943Z] 
17:35:46 [2021-08-20T17:35:46.943Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s)
17:35:46 [2021-08-20T17:35:46.943Z]     docker_cli_create_test.go:59: unmatched requirement Devicemapper
17:35:46 [2021-08-20T17:35:46.943Z]     --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s)
17:35:46 [2021-08-20T17:35:46.943Z] 
17:35:46 [2021-08-20T17:35:46.943Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s)
17:35:46 [2021-08-20T17:35:46.943Z]     docker_cli_create_test.go:71: unmatched requirement Devicemapper
17:35:46 [2021-08-20T17:35:46.943Z]     --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s)
17:35:46 [2021-08-20T17:35:46.943Z] 
17:35:46 [2021-08-20T17:35:46.943Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s)
17:35:46 [2021-08-20T17:35:46.943Z]     docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport
17:35:46 [2021-08-20T17:35:46.943Z]     --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s)
17:35:46 [2021-08-20T17:35:46.943Z] 
17:35:46 [2021-08-20T17:35:46.943Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s)
17:35:46 [2021-08-20T17:35:46.943Z]     docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport
17:35:46 [2021-08-20T17:35:46.943Z]     --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s)
17:35:46 [2021-08-20T17:35:46.943Z] 
17:35:46 [2021-08-20T17:35:46.943Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s)
17:35:46 [2021-08-20T17:35:46.943Z]     docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows
17:35:46 [2021-08-20T17:35:46.943Z]     --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s)
17:35:46 [2021-08-20T17:35:46.943Z] 
17:35:46 [2021-08-20T17:35:46.943Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.00s)
17:35:46 [2021-08-20T17:35:46.943Z]     docker_cli_inspect_test.go:183: unmatched requirement Devicemapper
17:35:46 [2021-08-20T17:35:46.943Z]     --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s)
17:35:46 [2021-08-20T17:35:46.943Z] 
17:35:46 [2021-08-20T17:35:46.943Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.01s)
17:35:46 [2021-08-20T17:35:46.943Z]     docker_cli_inspect_test.go:165: unmatched requirement Devicemapper
17:35:46 [2021-08-20T17:35:46.943Z]     --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s)
17:35:46 [2021-08-20T17:35:46.943Z] 
17:35:46 [2021-08-20T17:35:46.943Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.03s)
17:35:46 [2021-08-20T17:35:46.943Z]     docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows
17:35:46 [2021-08-20T17:35:46.943Z]     --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.03s)
17:35:46 [2021-08-20T17:35:46.943Z] 
17:35:46 [2021-08-20T17:35:46.943Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s)
17:35:46 [2021-08-20T17:35:46.943Z]     docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows
17:35:46 [2021-08-20T17:35:46.943Z]     --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s)
17:35:46 [2021-08-20T17:35:46.943Z] 
17:35:46 [2021-08-20T17:35:46.943Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.00s)
17:35:46 [2021-08-20T17:35:46.943Z]     docker_cli_run_test.go:4022: unmatched requirement DaemonIsWindows
17:35:46 [2021-08-20T17:35:46.943Z]     --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s)
17:35:46 [2021-08-20T17:35:46.943Z] 
17:35:46 [2021-08-20T17:35:46.943Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s)
17:35:46 [2021-08-20T17:35:46.943Z]     docker_cli_run_test.go:4041: unmatched requirement DaemonIsWindows
17:35:46 [2021-08-20T17:35:46.943Z]     --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s)
17:35:46 [2021-08-20T17:35:46.943Z] 
17:35:46 [2021-08-20T17:35:46.943Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s)
17:35:46 [2021-08-20T17:35:46.943Z]     docker_cli_run_unix_test.go:86: Host does not have /dev/snd
17:35:46 [2021-08-20T17:35:46.943Z]     --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s)
17:35:46 [2021-08-20T17:35:46.943Z] 
17:35:46 [2021-08-20T17:35:46.943Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s)
17:35:46 [2021-08-20T17:35:46.943Z]     docker_cli_run_test.go:4124: unmatched requirement IsolationIsHyperv
17:35:46 [2021-08-20T17:35:46.943Z]     --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s)
17:35:46 [2021-08-20T17:35:46.943Z] 
17:35:46 [2021-08-20T17:35:46.943Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.00s)
17:35:46 [2021-08-20T17:35:46.943Z]     docker_cli_run_unix_test.go:590: unmatched requirement swapMemorySupport
17:35:46 [2021-08-20T17:35:46.943Z]     --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s)
17:35:46 [2021-08-20T17:35:46.943Z] 
17:35:46 [2021-08-20T17:35:46.943Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
17:35:46 [2021-08-20T17:35:46.943Z]     docker_cli_run_test.go:4107: unmatched requirement IsolationIsProcess
17:35:46 [2021-08-20T17:35:46.943Z]     --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s)
17:35:46 [2021-08-20T17:35:46.943Z] 
17:35:46 [2021-08-20T17:35:46.943Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.00s)
17:35:46 [2021-08-20T17:35:46.943Z]     docker_cli_run_test.go:2842: kernel doesn't have latency_stats configured
17:35:46 [2021-08-20T17:35:46.943Z]     --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s)
17:35:46 [2021-08-20T17:35:46.943Z] 
17:35:46 [2021-08-20T17:35:46.943Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.00s)
17:35:46 [2021-08-20T17:35:46.943Z]     docker_cli_run_test.go:1426: Unstable test, to be re-activated once #19937 is resolved
17:35:46 [2021-08-20T17:35:46.943Z]     --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s)
17:35:46 [2021-08-20T17:35:46.943Z] 
17:35:46 [2021-08-20T17:35:46.943Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s)
17:35:46 [2021-08-20T17:35:46.943Z]     docker_cli_run_unix_test.go:691: unmatched requirement swapMemorySupport
17:35:46 [2021-08-20T17:35:46.943Z]     --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s)
17:35:46 [2021-08-20T17:35:46.943Z] 
17:35:46 [2021-08-20T17:35:46.943Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.00s)
17:35:46 [2021-08-20T17:35:46.943Z]     docker_cli_run_unix_test.go:1416: Host does not have /dev/snd/timer
17:35:46 [2021-08-20T17:35:46.943Z]     --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s)
17:35:46 [2021-08-20T17:35:46.943Z] 
17:35:46 [2021-08-20T17:35:46.943Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.00s)
17:35:46 [2021-08-20T17:35:46.943Z]     docker_cli_run_test.go:4077: unmatched requirement DaemonIsWindows
17:35:46 [2021-08-20T17:35:46.943Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s)
17:35:46 [2021-08-20T17:35:46.943Z] 
17:35:46 [2021-08-20T17:35:46.943Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s)
17:35:46 [2021-08-20T17:35:46.943Z]     docker_cli_run_test.go:4097: unmatched requirement DaemonIsWindows
17:35:46 [2021-08-20T17:35:46.943Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s)
17:35:46 [2021-08-20T17:35:46.943Z] 
17:35:46 [2021-08-20T17:35:46.943Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s)
17:35:46 [2021-08-20T17:35:46.943Z]     docker_cli_run_test.go:4087: unmatched requirement DaemonIsWindows
17:35:46 [2021-08-20T17:35:46.943Z]     --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s)
17:35:46 [2021-08-20T17:35:46.943Z] 
17:35:46 [2021-08-20T17:35:46.943Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithBlkioWeight (0.00s)
17:35:46 [2021-08-20T17:35:46.943Z]     docker_cli_run_unix_test.go:541: unmatched requirement blkioWeight
17:35:46 [2021-08-20T17:35:46.943Z]     --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s)
17:35:46 [2021-08-20T17:35:46.943Z] 
17:35:46 [2021-08-20T17:35:46.943Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s)
17:35:46 [2021-08-20T17:35:46.943Z]     docker_cli_run_unix_test.go:552: unmatched requirement blkioWeight
17:35:46 [2021-08-20T17:35:46.943Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s)
17:35:46 [2021-08-20T17:35:46.943Z] 
17:35:46 [2021-08-20T17:35:46.943Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s)
17:35:46 [2021-08-20T17:35:46.943Z]     docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight
17:35:46 [2021-08-20T17:35:46.943Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s)
17:35:46 [2021-08-20T17:35:46.943Z] 
17:35:46 [2021-08-20T17:35:46.943Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s)
17:35:46 [2021-08-20T17:35:46.943Z]     docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight
17:35:46 [2021-08-20T17:35:46.943Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s)
17:35:46 [2021-08-20T17:35:46.943Z] 
17:35:46 [2021-08-20T17:35:46.943Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s)
17:35:46 [2021-08-20T17:35:46.943Z]     docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight
17:35:46 [2021-08-20T17:35:46.943Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s)
17:35:46 [2021-08-20T17:35:46.943Z] 
17:35:46 [2021-08-20T17:35:46.943Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.01s)
17:35:46 [2021-08-20T17:35:46.943Z]     docker_cli_run_unix_test.go:584: unmatched requirement blkioWeight
17:35:46 [2021-08-20T17:35:46.943Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.01s)
17:35:46 [2021-08-20T17:35:46.943Z] 
17:35:46 [2021-08-20T17:35:46.943Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s)
17:35:46 [2021-08-20T17:35:46.943Z]     docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight
17:35:46 [2021-08-20T17:35:46.943Z]     --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s)
17:35:46 [2021-08-20T17:35:46.943Z] 
17:35:46 [2021-08-20T17:35:46.943Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s)
17:35:46 [2021-08-20T17:35:46.943Z]     docker_cli_run_unix_test.go:628: unmatched requirement swapMemorySupport
17:35:46 [2021-08-20T17:35:46.943Z]     --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s)
17:35:46 [2021-08-20T17:35:46.943Z] 
17:35:46 [2021-08-20T17:35:46.943Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.00s)
17:35:46 [2021-08-20T17:35:46.943Z]     docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows
17:35:46 [2021-08-20T17:35:46.943Z]     --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s)
17:35:46 [2021-08-20T17:35:46.943Z] 
17:35:46 [2021-08-20T17:35:46.943Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s)
17:35:46 [2021-08-20T17:35:46.943Z]     docker_cli_update_unix_test.go:143: unmatched requirement swapMemorySupport
17:35:46 [2021-08-20T17:35:46.943Z]     --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s)
17:35:46 [2021-08-20T17:35:46.943Z] 
17:35:46 [2021-08-20T17:35:46.943Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.01s)
17:35:46 [2021-08-20T17:35:46.943Z]     docker_cli_update_unix_test.go:197: unmatched requirement swapMemorySupport
17:35:46 [2021-08-20T17:35:46.943Z]     --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.01s)
17:35:46 [2021-08-20T17:35:46.943Z] 
17:35:46 [2021-08-20T17:35:46.943Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s)
17:35:46 [2021-08-20T17:35:46.943Z]     docker_cli_update_unix_test.go:127: unmatched requirement swapMemorySupport
17:35:46 [2021-08-20T17:35:46.943Z]     --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s)
17:35:46 [2021-08-20T17:35:46.943Z] 
17:35:46 [2021-08-20T17:35:46.943Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.00s)
17:35:46 [2021-08-20T17:35:46.943Z]     docker_cli_run_test.go:4415: unmatched requirement DaemonIsWindowsAtLeastBuild.func1
17:35:46 [2021-08-20T17:35:46.943Z]     --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s)
17:35:46 [2021-08-20T17:35:46.943Z] 
17:35:46 [2021-08-20T17:35:46.943Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s)
17:35:46 [2021-08-20T17:35:46.943Z]     docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks
17:35:46 [2021-08-20T17:35:46.943Z]     docker_cli_network_unix_test.go:46: [d01d28a1976f8] daemon is not started
17:35:46 [2021-08-20T17:35:46.943Z]     --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s)
17:35:46 [2021-08-20T17:35:46.943Z] 
17:35:46 [2021-08-20T17:35:46.943Z] 
17:35:46 [2021-08-20T17:35:46.943Z] DONE 1269 tests, 51 skipped in 1985.806s
17:35:46 [2021-08-20T17:35:46.943Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
17:35:46 [2021-08-20T17:35:46.943Z] ++++ cat bundles/test-integration/docker.pid
17:35:46 [2021-08-20T17:35:46.943Z] +++ kill 8754
17:35:46 [2021-08-20T17:35:46.943Z] +++ /etc/init.d/apparmor stop
17:35:46 [2021-08-20T17:35:46.943Z] Leaving: AppArmorNo profiles have been unloaded.
17:35:46 [2021-08-20T17:35:46.943Z] 
17:35:46 [2021-08-20T17:35:46.943Z] Unloading profiles will leave already running processes permanently
17:35:46 [2021-08-20T17:35:46.943Z] unconfined, which can lead to unexpected situations.
17:35:46 [2021-08-20T17:35:46.943Z] 
17:35:46 [2021-08-20T17:35:46.943Z] To set a process to complain mode, use the command line tool
17:35:46 [2021-08-20T17:35:46.943Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
17:35:46 [2021-08-20T17:35:46.943Z] +++ true
17:35:46 [2021-08-20T17:35:46.943Z] exiting test-integration
17:35:46 [2021-08-20T17:35:46.943Z] ++ exit 0
17:35:46 [2021-08-20T17:35:46.943Z] 
17:35:47 [2021-08-20T17:35:47.476Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheHit
17:35:47 [2021-08-20T17:35:47.508Z] + for job in $(jobs -p)
17:35:47 [2021-08-20T17:35:47.508Z] + wait 16918
17:35:53 [2021-08-20T17:35:53.247Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg
17:35:53 [2021-08-20T17:35:53.993Z] === RUN   TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths
17:35:53 [2021-08-20T17:35:53.993Z] === RUN   TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths
17:35:53 [2021-08-20T17:35:53.993Z] === RUN   TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive
17:35:56 [2021-08-20T17:35:56.154Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToExistDir
17:35:56 [2021-08-20T17:35:56.155Z]     docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux
17:35:56 [2021-08-20T17:35:56.608Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToNonExistDir
17:35:56 [2021-08-20T17:35:56.608Z]     docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux
17:35:57 [2021-08-20T17:35:57.063Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToRoot
17:35:57 [2021-08-20T17:35:57.063Z]     docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux
17:35:57 [2021-08-20T17:35:57.063Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToWorkdir
17:35:57 [2021-08-20T17:35:57.517Z] === RUN   TestDockerSuite/TestBuildCopyWholeDirToRoot
17:35:57 [2021-08-20T17:35:57.518Z]     docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux
17:35:57 [2021-08-20T17:35:57.518Z] === RUN   TestDockerSuite/TestBuildCopyWildcard
17:36:03 [2021-08-20T17:36:03.539Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal
17:36:13 [2021-08-20T17:36:13.826Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgDefaultOverride
17:36:13 [2021-08-20T17:36:13.826Z]     docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux
17:36:13 [2021-08-20T17:36:13.826Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection
17:36:19 [2021-08-20T17:36:19.605Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants
17:36:19 [2021-08-20T17:36:19.605Z]     docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux
17:36:19 [2021-08-20T17:36:19.605Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgEnv
17:36:19 [2021-08-20T17:36:19.605Z]     docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux
17:36:19 [2021-08-20T17:36:19.605Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgExpansion
17:36:22 [2021-08-20T17:36:22.591Z] === RUN   TestDockerSuite/TestBuildCopyWildcardCache
17:36:22 [2021-08-20T17:36:22.591Z] === RUN   TestDockerSuite/TestBuildCopyWildcardInName
17:36:22 [2021-08-20T17:36:22.591Z]     docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux
17:36:22 [2021-08-20T17:36:22.591Z] === RUN   TestDockerSuite/TestBuildDeleteCommittedFile
17:36:28 [2021-08-20T17:36:28.271Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgExpansionOverride
17:36:28 [2021-08-20T17:36:28.271Z]     docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux
17:36:28 [2021-08-20T17:36:28.271Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgHistory
17:36:28 [2021-08-20T17:36:28.271Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv
17:36:28 [2021-08-20T17:36:28.271Z]     docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux
17:36:28 [2021-08-20T17:36:28.271Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg
17:36:28 [2021-08-20T17:36:28.271Z]     docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux
17:36:28 [2021-08-20T17:36:28.271Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants
17:36:37 [2021-08-20T17:36:37.351Z] === RUN   TestDockerSuite/TestBuildDockerfileStdin
17:36:37 [2021-08-20T17:36:37.351Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinConflict
17:36:38 [2021-08-20T17:36:38.315Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinDockerignore
17:36:42 [2021-08-20T17:36:42.031Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored
17:36:43 [2021-08-20T17:36:43.673Z] === RUN   TestDockerSwarmSuite/TestSwarmNodeListFilter
17:36:43 [2021-08-20T17:36:43.673Z] === RUN   TestDockerSwarmSuite/TestSwarmNodeTaskListFilter
17:36:43 [2021-08-20T17:36:43.673Z] === RUN   TestDockerSwarmSuite/TestSwarmPublishAdd
17:36:43 [2021-08-20T17:36:43.673Z] === RUN   TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts
17:36:44 [2021-08-20T17:36:44.192Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles
17:36:46 [2021-08-20T17:36:46.948Z] === RUN   TestDockerSwarmSuite/TestSwarmReadonlyRootfs
17:36:47 [2021-08-20T17:36:47.076Z] === RUN   TestDockerSuite/TestBuildDockerignore
17:36:49 [2021-08-20T17:36:49.465Z] === RUN   TestDockerSwarmSuite/TestSwarmRepeatedRootRotation
17:36:51 [2021-08-20T17:36:51.354Z]     docker_api_swarm_test.go:961: [d5216e0a28666] joining swarm manager [d23d2661dbedd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478
17:36:58 [2021-08-20T17:36:58.177Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg
17:37:02 [2021-08-20T17:37:02.853Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse
17:37:02 [2021-08-20T17:37:02.853Z]     docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux
17:37:03 [2021-08-20T17:37:03.310Z] === RUN   TestDockerSuite/TestBuildCacheAdd
17:37:03 [2021-08-20T17:37:03.310Z]     docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux
17:37:04 [2021-08-20T17:37:04.272Z] === RUN   TestDockerSuite/TestBuildCacheBrokenSymlink
17:37:05 [2021-08-20T17:37:05.805Z] === RUN   TestDockerSuite/TestBuildCacheFrom
17:37:05 [2021-08-20T17:37:05.805Z]     docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux
17:37:05 [2021-08-20T17:37:05.805Z] === RUN   TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength
17:37:09 [2021-08-20T17:37:09.397Z] === RUN   TestDockerSwarmSuite/TestSwarmRotateUnlockKey
17:37:11 [2021-08-20T17:37:11.585Z] === RUN   TestDockerSuite/TestBuildCacheRootSource
17:37:12 [2021-08-20T17:37:12.548Z] === RUN   TestDockerSuite/TestBuildChownOnCopy
17:37:12 [2021-08-20T17:37:12.548Z]     docker_api_build_test.go:402: unmatched requirement DaemonIsLinux
17:37:13 [2021-08-20T17:37:13.004Z] === RUN   TestDockerSuite/TestBuildChownSingleFile
17:37:13 [2021-08-20T17:37:13.004Z]     docker_cli_build_test.go:3571: unmatched requirement UnixCli
17:37:13 [2021-08-20T17:37:13.004Z] === RUN   TestDockerSuite/TestBuildCleanupCmdOnEntrypoint
17:37:14 [2021-08-20T17:37:14.531Z] === RUN   TestDockerSuite/TestBuildClearCmd
17:37:16 [2021-08-20T17:37:16.061Z] === RUN   TestDockerSuite/TestBuildCmd
17:37:17 [2021-08-20T17:37:17.034Z] === RUN   TestDockerSuite/TestBuildCmdJSONNoShDashC
17:37:17 [2021-08-20T17:37:17.493Z] === RUN   TestDockerSuite/TestBuildCmdShDashC
17:37:18 [2021-08-20T17:37:18.459Z] === RUN   TestDockerSuite/TestBuildCmdShellArgsEscaped
17:37:21 [2021-08-20T17:37:21.567Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceEnvFile
17:37:22 [2021-08-20T17:37:22.494Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceListFilter
17:37:25 [2021-08-20T17:37:25.009Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceLsFilterMode
17:37:25 [2021-08-20T17:37:25.513Z] === RUN   TestDockerSuite/TestBuildCmdSpaces
17:37:27 [2021-08-20T17:37:27.678Z] === RUN   TestDockerSuite/TestBuildCommentsShebangs
17:37:27 [2021-08-20T17:37:27.678Z]     docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux
17:37:27 [2021-08-20T17:37:27.678Z] === RUN   TestDockerSuite/TestBuildConditionalCache
17:37:28 [2021-08-20T17:37:28.276Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate
17:37:29 [2021-08-20T17:37:29.203Z] === RUN   TestDockerSuite/TestBuildContainerWithCgroupParent
17:37:29 [2021-08-20T17:37:29.203Z]     docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux
17:37:29 [2021-08-20T17:37:29.203Z] === RUN   TestDockerSuite/TestBuildContextCleanup
17:37:29 [2021-08-20T17:37:29.658Z] === RUN   TestDockerSuite/TestBuildContextCleanupFailedBuild
17:37:31 [2021-08-20T17:37:31.826Z] === RUN   TestDockerSuite/TestBuildContextTarGzip
17:37:33 [2021-08-20T17:37:33.354Z] === RUN   TestDockerSuite/TestBuildContextTarNoCompression
17:37:33 [2021-08-20T17:37:33.811Z] === RUN   TestDockerSuite/TestBuildCopyAddMultipleFiles
17:37:33 [2021-08-20T17:37:33.811Z]     docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux
17:37:33 [2021-08-20T17:37:33.811Z] === RUN   TestDockerSuite/TestBuildCopyCacheOnFileChange
17:37:34 [2021-08-20T17:37:34.773Z] === RUN   TestDockerSuite/TestBuildCopyDirButNotFile
17:37:35 [2021-08-20T17:37:35.745Z] === RUN   TestDockerSuite/TestBuildCopyDirContentToExistDir
17:37:35 [2021-08-20T17:37:35.745Z]     docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux
17:37:35 [2021-08-20T17:37:35.745Z] === RUN   TestDockerSuite/TestBuildCopyDirContentToRoot
17:37:35 [2021-08-20T17:37:35.745Z]     docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux
17:37:35 [2021-08-20T17:37:35.745Z] === RUN   TestDockerSuite/TestBuildCopyFileDotWithWorkdir
17:37:36 [2021-08-20T17:37:36.396Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceTTY
17:37:37 [2021-08-20T17:37:37.695Z] === RUN   TestDockerSuite/TestBuildDockerignoreCleanPaths
17:37:37 [2021-08-20T17:37:37.695Z] === RUN   TestDockerSuite/TestBuildDockerignoreComment
17:37:37 [2021-08-20T17:37:37.695Z]     docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux
17:37:37 [2021-08-20T17:37:37.695Z] === RUN   TestDockerSuite/TestBuildDockerignoreExceptions
17:37:41 [2021-08-20T17:37:41.645Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceTTYUpdate
17:37:42 [2021-08-20T17:37:42.799Z] === RUN   TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows
17:37:44 [2021-08-20T17:37:44.162Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname
17:37:46 [2021-08-20T17:37:46.679Z] === RUN   TestDockerSwarmSuite/TestSwarmServiceWithGroup
17:37:49 [2021-08-20T17:37:49.948Z] === RUN   TestDockerSwarmSuite/TestSwarmStopSignal
17:37:52 [2021-08-20T17:37:52.467Z] === RUN   TestDockerSwarmSuite/TestSwarmTaskListFilter
17:37:55 [2021-08-20T17:37:55.735Z] === RUN   TestDockerSwarmSuite/TestSwarmUpdate
17:37:58 [2021-08-20T17:37:58.253Z] === RUN   TestDockerSwarmSuite/TestSwarmVolumePlugin
17:38:25 [2021-08-20T17:38:25.270Z] === RUN   TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths
17:38:25 [2021-08-20T17:38:25.270Z] === RUN   TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths
17:38:25 [2021-08-20T17:38:25.270Z] === RUN   TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive
17:38:28 [2021-08-20T17:38:28.330Z] === RUN   TestDockerSuite/TestBuildDockerignoreTouchDockerfile
17:38:29 [2021-08-20T17:38:29.289Z] === RUN   TestDockerSuite/TestBuildDockerignoringBadExclusion
17:38:29 [2021-08-20T17:38:29.743Z] === RUN   TestDockerSuite/TestBuildDockerignoringDockerfile
17:38:29 [2021-08-20T17:38:29.940Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToExistDir
17:38:29 [2021-08-20T17:38:29.940Z]     docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux
17:38:29 [2021-08-20T17:38:29.940Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToNonExistDir
17:38:29 [2021-08-20T17:38:29.940Z]     docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux
17:38:30 [2021-08-20T17:38:30.396Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToRoot
17:38:30 [2021-08-20T17:38:30.396Z]     docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux
17:38:30 [2021-08-20T17:38:30.396Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToWorkdir
17:38:31 [2021-08-20T17:38:31.358Z] === RUN   TestDockerSuite/TestBuildCopyWholeDirToRoot
17:38:31 [2021-08-20T17:38:31.358Z]     docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux
17:38:31 [2021-08-20T17:38:31.358Z] === RUN   TestDockerSuite/TestBuildCopyWildcard
17:38:47 [2021-08-20T17:38:47.375Z] === RUN   TestDockerSuite/TestBuildDockerignoringDockerignore
17:38:54 [2021-08-20T17:38:54.432Z] === RUN   TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm
17:38:57 [2021-08-20T17:38:57.656Z] === RUN   TestDockerSuite/TestBuildDockerignoringOnlyDotfiles
17:39:01 [2021-08-20T17:39:01.270Z] === RUN   TestDockerSuite/TestBuildCopyWildcardCache
17:39:01 [2021-08-20T17:39:01.270Z] === RUN   TestDockerSuite/TestBuildCopyWildcardInName
17:39:01 [2021-08-20T17:39:01.270Z]     docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux
17:39:01 [2021-08-20T17:39:01.727Z] === RUN   TestDockerSuite/TestBuildDeleteCommittedFile
17:39:07 [2021-08-20T17:39:07.934Z] === RUN   TestDockerSuite/TestBuildDockerignoringRenamedDockerfile
17:39:09 [2021-08-20T17:39:09.268Z] === RUN   TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA
17:39:22 [2021-08-20T17:39:22.796Z] === RUN   TestDockerSuite/TestBuildDockerfileStdin
17:39:24 [2021-08-20T17:39:24.106Z] --- PASS: TestDockerSwarmSuite (1733.42s)
17:39:24 [2021-08-20T17:39:24.106Z]     --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (3.04s)
17:39:24 [2021-08-20T17:39:24.106Z]     --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (3.23s)
17:39:24 [2021-08-20T17:39:24.106Z]     --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (5.60s)
17:39:24 [2021-08-20T17:39:24.106Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.33s)
17:39:24 [2021-08-20T17:39:24.106Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (1.06s)
17:39:24 [2021-08-20T17:39:24.106Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (33.13s)
17:39:24 [2021-08-20T17:39:24.106Z]     --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s)
17:39:24 [2021-08-20T17:39:24.106Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (20.48s)
17:39:24 [2021-08-20T17:39:24.106Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (1.01s)
17:39:24 [2021-08-20T17:39:24.106Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (49.35s)
17:39:24 [2021-08-20T17:39:24.106Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (31.53s)
17:39:24 [2021-08-20T17:39:24.106Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (21.63s)
17:39:24 [2021-08-20T17:39:24.106Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (24.50s)
17:39:24 [2021-08-20T17:39:24.106Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (5.11s)
17:39:24 [2021-08-20T17:39:24.106Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (13.67s)
17:39:24 [2021-08-20T17:39:24.106Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (48.43s)
17:39:24 [2021-08-20T17:39:24.106Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (20.27s)
17:39:24 [2021-08-20T17:39:24.106Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (35.95s)
17:39:24 [2021-08-20T17:39:24.106Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.37s)
17:39:24 [2021-08-20T17:39:24.106Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (25.44s)
17:39:24 [2021-08-20T17:39:24.106Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (58.29s)
17:39:24 [2021-08-20T17:39:24.106Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (65.14s)
17:39:24 [2021-08-20T17:39:24.106Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.39s)
17:39:24 [2021-08-20T17:39:24.106Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (5.41s)
17:39:24 [2021-08-20T17:39:24.106Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (20.88s)
17:39:24 [2021-08-20T17:39:24.106Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (18.61s)
17:39:24 [2021-08-20T17:39:24.106Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (17.32s)
17:39:24 [2021-08-20T17:39:24.106Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (7.75s)
17:39:24 [2021-08-20T17:39:24.106Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (28.03s)
17:39:24 [2021-08-20T17:39:24.106Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (2.25s)
17:39:24 [2021-08-20T17:39:24.106Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (23.13s)
17:39:24 [2021-08-20T17:39:24.106Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (32.86s)
17:39:24 [2021-08-20T17:39:24.106Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (30.69s)
17:39:24 [2021-08-20T17:39:24.106Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (42.90s)
17:39:24 [2021-08-20T17:39:24.106Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (32.86s)
17:39:24 [2021-08-20T17:39:24.106Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (5.87s)
17:39:24 [2021-08-20T17:39:24.106Z]     --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.18s)
17:39:24 [2021-08-20T17:39:24.106Z]     --- PASS: TestDockerSwarmSuite/TestDNSConfig (4.26s)
17:39:24 [2021-08-20T17:39:24.106Z]     --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (3.21s)
17:39:24 [2021-08-20T17:39:24.106Z]     --- PASS: TestDockerSwarmSuite/TestExtraHosts (3.75s)
17:39:24 [2021-08-20T17:39:24.106Z]     --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (2.24s)
17:39:24 [2021-08-20T17:39:24.106Z]     --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (4.22s)
17:39:24 [2021-08-20T17:39:24.106Z]     --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (4.61s)
17:39:24 [2021-08-20T17:39:24.106Z]     --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (24.07s)
17:39:24 [2021-08-20T17:39:24.106Z]     --- PASS: TestDockerSwarmSuite/TestPruneNetwork (9.46s)
17:39:24 [2021-08-20T17:39:24.106Z]     --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (4.27s)
17:39:24 [2021-08-20T17:39:24.106Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (13.24s)
17:39:24 [2021-08-20T17:39:24.106Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (2.60s)
17:39:24 [2021-08-20T17:39:24.106Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (3.94s)
17:39:24 [2021-08-20T17:39:24.106Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.63s)
17:39:24 [2021-08-20T17:39:24.106Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (4.44s)
17:39:24 [2021-08-20T17:39:24.106Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (3.34s)
17:39:24 [2021-08-20T17:39:24.106Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (4.02s)
17:39:24 [2021-08-20T17:39:24.106Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (2.77s)
17:39:24 [2021-08-20T17:39:24.106Z]     --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (4.78s)
17:39:24 [2021-08-20T17:39:24.106Z]     --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (7.67s)
17:39:24 [2021-08-20T17:39:24.106Z]     --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (6.84s)
17:39:24 [2021-08-20T17:39:24.106Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogs (14.13s)
17:39:24 [2021-08-20T17:39:24.106Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (3.22s)
17:39:24 [2021-08-20T17:39:24.106Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (3.85s)
17:39:24 [2021-08-20T17:39:24.106Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (3.59s)
17:39:24 [2021-08-20T17:39:24.106Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (5.49s)
17:39:24 [2021-08-20T17:39:24.106Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (3.60s)
17:39:24 [2021-08-20T17:39:24.106Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (13.46s)
17:39:24 [2021-08-20T17:39:24.106Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (13.34s)
17:39:24 [2021-08-20T17:39:24.106Z]     --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (14.00s)
17:39:24 [2021-08-20T17:39:24.106Z]     --- PASS: TestDockerSwarmSuite/TestServiceScale (2.87s)
17:39:24 [2021-08-20T17:39:24.106Z]     --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (22.31s)
17:39:24 [2021-08-20T17:39:24.106Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (2.58s)
17:39:24 [2021-08-20T17:39:24.106Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (2.58s)
17:39:24 [2021-08-20T17:39:24.106Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (19.71s)
17:39:24 [2021-08-20T17:39:24.106Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (8.63s)
17:39:24 [2021-08-20T17:39:24.106Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.46s)
17:39:24 [2021-08-20T17:39:24.106Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (16.48s)
17:39:24 [2021-08-20T17:39:24.106Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (19.34s)
17:39:24 [2021-08-20T17:39:24.106Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (8.68s)
17:39:24 [2021-08-20T17:39:24.106Z]     --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (112.26s)
17:39:24 [2021-08-20T17:39:24.106Z]     --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (4.55s)
17:39:24 [2021-08-20T17:39:24.106Z]     --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (7.45s)
17:39:24 [2021-08-20T17:39:24.106Z]     --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (7.42s)
17:39:24 [2021-08-20T17:39:24.106Z]     --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.54s)
17:39:24 [2021-08-20T17:39:24.106Z]     --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (4.72s)
17:39:24 [2021-08-20T17:39:24.106Z]     --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (4.00s)
17:39:24 [2021-08-20T17:39:24.106Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInit (4.37s)
17:39:24 [2021-08-20T17:39:24.106Z]     --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s)
17:39:24 [2021-08-20T17:39:24.106Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (5.47s)
17:39:24 [2021-08-20T17:39:24.106Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.79s)
17:39:24 [2021-08-20T17:39:24.106Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.88s)
17:39:24 [2021-08-20T17:39:24.106Z]     --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (2.26s)
17:39:24 [2021-08-20T17:39:24.106Z]     --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (53.92s)
17:39:24 [2021-08-20T17:39:24.106Z]     --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (51.55s)
17:39:24 [2021-08-20T17:39:24.106Z]     --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (13.48s)
17:39:24 [2021-08-20T17:39:24.106Z]     --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (4.80s)
17:39:24 [2021-08-20T17:39:24.106Z]     --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (129.48s)
17:39:24 [2021-08-20T17:39:24.106Z]     --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.92s)
17:39:24 [2021-08-20T17:39:24.106Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (2.63s)
17:39:24 [2021-08-20T17:39:24.106Z]         --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.24s)
17:39:24 [2021-08-20T17:39:24.106Z]         --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.21s)
17:39:24 [2021-08-20T17:39:24.106Z]         --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.07s)
17:39:24 [2021-08-20T17:39:24.106Z]         --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.11s)
17:39:24 [2021-08-20T17:39:24.106Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (2.12s)
17:39:24 [2021-08-20T17:39:24.106Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (4.68s)
17:39:24 [2021-08-20T17:39:24.106Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (2.36s)
17:39:24 [2021-08-20T17:39:24.106Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (53.03s)
17:39:24 [2021-08-20T17:39:24.106Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (2.17s)
17:39:24 [2021-08-20T17:39:24.106Z]     --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (3.78s)
17:39:24 [2021-08-20T17:39:24.106Z]     --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (2.22s)
17:39:24 [2021-08-20T17:39:24.106Z]     --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (3.33s)
17:39:24 [2021-08-20T17:39:24.106Z]     --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (2.68s)
17:39:24 [2021-08-20T17:39:24.106Z]     --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (19.93s)
17:39:24 [2021-08-20T17:39:24.106Z]     --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (11.31s)
17:39:24 [2021-08-20T17:39:24.106Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (2.17s)
17:39:24 [2021-08-20T17:39:24.106Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (2.18s)
17:39:24 [2021-08-20T17:39:24.106Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (3.27s)
17:39:24 [2021-08-20T17:39:24.106Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (8.39s)
17:39:24 [2021-08-20T17:39:24.106Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (5.44s)
17:39:24 [2021-08-20T17:39:24.106Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (2.34s)
17:39:24 [2021-08-20T17:39:24.106Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (2.37s)
17:39:24 [2021-08-20T17:39:24.106Z]     --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (2.92s)
17:39:24 [2021-08-20T17:39:24.106Z]     --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (2.73s)
17:39:24 [2021-08-20T17:39:24.107Z]     --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (3.46s)
17:39:24 [2021-08-20T17:39:24.107Z]     --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (2.18s)
17:39:24 [2021-08-20T17:39:24.107Z]     --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (52.07s)
17:39:24 [2021-08-20T17:39:24.107Z]     --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.21s)
17:39:24 [2021-08-20T17:39:24.107Z]     --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.19s)
17:39:24 [2021-08-20T17:39:24.107Z] === RUN   TestDockerExternalVolumeSuite
17:39:24 [2021-08-20T17:39:24.107Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume
17:39:24 [2021-08-20T17:39:24.962Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinConflict
17:39:25 [2021-08-20T17:39:25.034Z]     docker_cli_external_volume_driver_test.go:53: [d0ebcd2c94367] daemon is not started
17:39:26 [2021-08-20T17:39:26.488Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinDockerignore
17:39:31 [2021-08-20T17:39:31.164Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored
17:39:31 [2021-08-20T17:39:31.918Z] --- PASS: TestBuildWCOWSandboxSize (918.26s)
17:39:31 [2021-08-20T17:39:31.918Z] === RUN   TestBuildWithEmptyDockerfile
17:39:31 [2021-08-20T17:39:31.918Z] === RUN   TestBuildWithEmptyDockerfile/empty-dockerfile
17:39:31 [2021-08-20T17:39:31.918Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile
17:39:31 [2021-08-20T17:39:31.918Z] === RUN   TestBuildWithEmptyDockerfile/empty-lines-dockerfile
17:39:31 [2021-08-20T17:39:31.918Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile
17:39:31 [2021-08-20T17:39:31.918Z] === RUN   TestBuildWithEmptyDockerfile/comment-only-dockerfile
17:39:31 [2021-08-20T17:39:31.918Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile
17:39:31 [2021-08-20T17:39:31.918Z] === CONT  TestBuildWithEmptyDockerfile/empty-dockerfile
17:39:31 [2021-08-20T17:39:31.918Z] === CONT  TestBuildWithEmptyDockerfile/comment-only-dockerfile
17:39:31 [2021-08-20T17:39:31.918Z] === CONT  TestBuildWithEmptyDockerfile/empty-lines-dockerfile
17:39:31 [2021-08-20T17:39:31.918Z] --- PASS: TestBuildWithEmptyDockerfile (0.63s)
17:39:31 [2021-08-20T17:39:31.918Z]     --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s)
17:39:31 [2021-08-20T17:39:31.918Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.01s)
17:39:31 [2021-08-20T17:39:31.918Z]     --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s)
17:39:31 [2021-08-20T17:39:31.918Z] === RUN   TestBuildPreserveOwnership
17:39:31 [2021-08-20T17:39:31.918Z]     build_test.go:632: testEnv.DaemonInfo.OSType == "windows": FIXME
17:39:31 [2021-08-20T17:39:31.918Z] --- SKIP: TestBuildPreserveOwnership (0.01s)
17:39:31 [2021-08-20T17:39:31.918Z] === RUN   TestBuildPlatformInvalid
17:39:31 [2021-08-20T17:39:31.918Z] --- PASS: TestBuildPlatformInvalid (0.57s)
17:39:31 [2021-08-20T17:39:31.918Z] PASS
17:39:31 [2021-08-20T17:39:31.918Z] ok  	github.com/docker/docker/integration/build	1126.199s
17:39:31 [2021-08-20T17:39:31.918Z] 
17:39:31 [2021-08-20T17:39:31.918Z] === Skipped
17:39:31 [2021-08-20T17:39:31.918Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s)
17:39:31 [2021-08-20T17:39:31.918Z]     build_session_test.go:25: TODO: BuildKit
17:39:31 [2021-08-20T17:39:31.918Z] 
17:39:31 [2021-08-20T17:39:31.918Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s)
17:39:31 [2021-08-20T17:39:31.918Z]     build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows"
17:39:31 [2021-08-20T17:39:31.918Z] 
17:39:31 [2021-08-20T17:39:31.918Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.01s)
17:39:31 [2021-08-20T17:39:31.918Z]     build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME
17:39:31 [2021-08-20T17:39:31.918Z] 
17:39:31 [2021-08-20T17:39:31.918Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.01s)
17:39:31 [2021-08-20T17:39:31.918Z]     build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME
17:39:31 [2021-08-20T17:39:31.918Z] 
17:39:31 [2021-08-20T17:39:31.918Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.01s)
17:39:31 [2021-08-20T17:39:31.918Z]     build_test.go:632: testEnv.DaemonInfo.OSType == "windows": FIXME
17:39:31 [2021-08-20T17:39:31.918Z] 
17:39:31 [2021-08-20T17:39:31.918Z] 
17:39:31 [2021-08-20T17:39:31.918Z] DONE 29 tests, 5 skipped in 1156.211s
17:39:31 [2021-08-20T17:39:31.918Z] Running D:\gopath\src\github.com\docker\docker\integration\config
17:39:31 [2021-08-20T17:39:31.918Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
17:39:31 [2021-08-20T17:39:31.918Z] INFO: Testing against a local daemon
17:39:31 [2021-08-20T17:39:31.918Z] === RUN   TestConfigInspect
17:39:31 [2021-08-20T17:39:31.918Z]     config_test.go:25: testEnv.DaemonInfo.OSType == "windows"
17:39:31 [2021-08-20T17:39:31.918Z] --- SKIP: TestConfigInspect (0.01s)
17:39:31 [2021-08-20T17:39:31.918Z] === RUN   TestConfigList
17:39:31 [2021-08-20T17:39:31.918Z]     config_test.go:49: testEnv.DaemonInfo.OSType == "windows"
17:39:31 [2021-08-20T17:39:31.918Z] --- SKIP: TestConfigList (0.00s)
17:39:31 [2021-08-20T17:39:31.918Z] === RUN   TestConfigsCreateAndDelete
17:39:31 [2021-08-20T17:39:31.918Z]     config_test.go:130: testEnv.DaemonInfo.OSType == "windows"
17:39:31 [2021-08-20T17:39:31.918Z] --- SKIP: TestConfigsCreateAndDelete (0.00s)
17:39:31 [2021-08-20T17:39:31.918Z] === RUN   TestConfigsUpdate
17:39:31 [2021-08-20T17:39:31.918Z]     config_test.go:168: testEnv.DaemonInfo.OSType == "windows"
17:39:31 [2021-08-20T17:39:31.918Z] --- SKIP: TestConfigsUpdate (0.00s)
17:39:31 [2021-08-20T17:39:31.918Z] === RUN   TestTemplatedConfig
17:39:31 [2021-08-20T17:39:31.918Z]     config_test.go:220: testEnv.DaemonInfo.OSType == "windows"
17:39:31 [2021-08-20T17:39:31.918Z] --- SKIP: TestTemplatedConfig (0.00s)
17:39:31 [2021-08-20T17:39:31.918Z] === RUN   TestConfigCreateResolve
17:39:31 [2021-08-20T17:39:31.918Z]     config_test.go:330: testEnv.DaemonInfo.OSType != "linux"
17:39:31 [2021-08-20T17:39:31.918Z] --- SKIP: TestConfigCreateResolve (0.00s)
17:39:31 [2021-08-20T17:39:31.918Z] PASS
17:39:31 [2021-08-20T17:39:31.918Z] ok  	github.com/docker/docker/integration/config	0.111s
17:39:31 [2021-08-20T17:39:31.918Z] 
17:39:31 [2021-08-20T17:39:31.918Z] === Skipped
17:39:31 [2021-08-20T17:39:31.918Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.01s)
17:39:31 [2021-08-20T17:39:31.918Z]     config_test.go:25: testEnv.DaemonInfo.OSType == "windows"
17:39:31 [2021-08-20T17:39:31.918Z] 
17:39:31 [2021-08-20T17:39:31.918Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s)
17:39:31 [2021-08-20T17:39:31.918Z]     config_test.go:49: testEnv.DaemonInfo.OSType == "windows"
17:39:31 [2021-08-20T17:39:31.918Z] 
17:39:31 [2021-08-20T17:39:31.918Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s)
17:39:31 [2021-08-20T17:39:31.918Z]     config_test.go:130: testEnv.DaemonInfo.OSType == "windows"
17:39:31 [2021-08-20T17:39:31.918Z] 
17:39:31 [2021-08-20T17:39:31.918Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s)
17:39:31 [2021-08-20T17:39:31.918Z]     config_test.go:168: testEnv.DaemonInfo.OSType == "windows"
17:39:31 [2021-08-20T17:39:31.918Z] 
17:39:31 [2021-08-20T17:39:31.918Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s)
17:39:31 [2021-08-20T17:39:31.918Z]     config_test.go:220: testEnv.DaemonInfo.OSType == "windows"
17:39:31 [2021-08-20T17:39:31.918Z] 
17:39:31 [2021-08-20T17:39:31.918Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s)
17:39:31 [2021-08-20T17:39:31.918Z]     config_test.go:330: testEnv.DaemonInfo.OSType != "linux"
17:39:31 [2021-08-20T17:39:31.918Z] 
17:39:31 [2021-08-20T17:39:31.918Z] 
17:39:31 [2021-08-20T17:39:31.918Z] DONE 6 tests, 6 skipped in 2.911s
17:39:31 [2021-08-20T17:39:31.918Z] Running D:\gopath\src\github.com\docker\docker\integration\container
17:39:31 [2021-08-20T17:39:31.918Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
17:39:31 [2021-08-20T17:39:31.918Z] INFO: Testing against a local daemon
17:39:31 [2021-08-20T17:39:31.918Z] === RUN   TestCheckpoint
17:39:31 [2021-08-20T17:39:31.918Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
17:39:31 [2021-08-20T17:39:31.918Z] --- SKIP: TestCheckpoint (0.00s)
17:39:31 [2021-08-20T17:39:31.918Z] === RUN   TestContainerInvalidJSON
17:39:31 [2021-08-20T17:39:31.918Z] === RUN   TestContainerInvalidJSON//containers/foobar/exec
17:39:31 [2021-08-20T17:39:31.918Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec
17:39:31 [2021-08-20T17:39:31.918Z] === RUN   TestContainerInvalidJSON//exec/foobar/start
17:39:31 [2021-08-20T17:39:31.918Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start
17:39:32 [2021-08-20T17:39:32.375Z] === CONT  TestContainerInvalidJSON//containers/foobar/exec
17:39:32 [2021-08-20T17:39:32.375Z] === CONT  TestContainerInvalidJSON//exec/foobar/start
17:39:32 [2021-08-20T17:39:32.375Z] --- PASS: TestContainerInvalidJSON (0.58s)
17:39:32 [2021-08-20T17:39:32.375Z]     --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s)
17:39:32 [2021-08-20T17:39:32.375Z]     --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s)
17:39:32 [2021-08-20T17:39:32.375Z] === RUN   TestCopyFromContainerPathDoesNotExist
17:39:32 [2021-08-20T17:39:32.375Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.31s)
17:39:32 [2021-08-20T17:39:32.375Z] === RUN   TestCopyFromContainerPathIsNotDir
17:39:32 [2021-08-20T17:39:32.832Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.24s)
17:39:32 [2021-08-20T17:39:32.832Z] === RUN   TestCopyToContainerPathDoesNotExist
17:39:32 [2021-08-20T17:39:32.832Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.22s)
17:39:32 [2021-08-20T17:39:32.832Z] === RUN   TestCopyToContainerPathIsNotDir
17:39:33 [2021-08-20T17:39:33.010Z] === RUN   TestDockerSuite/TestBuildDockerignoringWholeDir
17:39:33 [2021-08-20T17:39:33.289Z] --- PASS: TestCopyToContainerPathIsNotDir (0.25s)
17:39:33 [2021-08-20T17:39:33.289Z] === RUN   TestCopyFromContainer
17:39:33 [2021-08-20T17:39:33.289Z]     copy_test.go:82: testEnv.DaemonInfo.OSType == "windows"
17:39:33 [2021-08-20T17:39:33.289Z] --- SKIP: TestCopyFromContainer (0.00s)
17:39:33 [2021-08-20T17:39:33.289Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist
17:39:33 [2021-08-20T17:39:33.289Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
17:39:33 [2021-08-20T17:39:33.289Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
17:39:33 [2021-08-20T17:39:33.289Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
17:39:33 [2021-08-20T17:39:33.289Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
17:39:33 [2021-08-20T17:39:33.289Z] === RUN   TestCreateFailsWhenIdentifierDoesNotExist/digest
17:39:33 [2021-08-20T17:39:33.289Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest
17:39:33 [2021-08-20T17:39:33.289Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag
17:39:33 [2021-08-20T17:39:33.289Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/digest
17:39:33 [2021-08-20T17:39:33.289Z] === CONT  TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag
17:39:33 [2021-08-20T17:39:33.289Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s)
17:39:33 [2021-08-20T17:39:33.289Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s)
17:39:33 [2021-08-20T17:39:33.289Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s)
17:39:33 [2021-08-20T17:39:33.289Z]     --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s)
17:39:33 [2021-08-20T17:39:33.289Z] === RUN   TestCreateLinkToNonExistingContainer
17:39:33 [2021-08-20T17:39:33.289Z]     create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows
17:39:33 [2021-08-20T17:39:33.289Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s)
17:39:33 [2021-08-20T17:39:33.289Z] === RUN   TestCreateWithInvalidEnv
17:39:33 [2021-08-20T17:39:33.289Z] === RUN   TestCreateWithInvalidEnv/0
17:39:33 [2021-08-20T17:39:33.289Z] === PAUSE TestCreateWithInvalidEnv/0
17:39:33 [2021-08-20T17:39:33.289Z] === RUN   TestCreateWithInvalidEnv/1
17:39:33 [2021-08-20T17:39:33.289Z] === PAUSE TestCreateWithInvalidEnv/1
17:39:33 [2021-08-20T17:39:33.289Z] === RUN   TestCreateWithInvalidEnv/2
17:39:33 [2021-08-20T17:39:33.289Z] === PAUSE TestCreateWithInvalidEnv/2
17:39:33 [2021-08-20T17:39:33.289Z] === CONT  TestCreateWithInvalidEnv/0
17:39:33 [2021-08-20T17:39:33.289Z] === CONT  TestCreateWithInvalidEnv/2
17:39:33 [2021-08-20T17:39:33.289Z] === CONT  TestCreateWithInvalidEnv/1
17:39:33 [2021-08-20T17:39:33.289Z] --- PASS: TestCreateWithInvalidEnv (0.04s)
17:39:33 [2021-08-20T17:39:33.289Z]     --- PASS: TestCreateWithInvalidEnv/2 (0.00s)
17:39:33 [2021-08-20T17:39:33.289Z]     --- PASS: TestCreateWithInvalidEnv/0 (0.00s)
17:39:33 [2021-08-20T17:39:33.289Z]     --- PASS: TestCreateWithInvalidEnv/1 (0.01s)
17:39:33 [2021-08-20T17:39:33.289Z] === RUN   TestCreateTmpfsMountsTarget
17:39:33 [2021-08-20T17:39:33.289Z]     create_test.go:137: testEnv.DaemonInfo.OSType == "windows"
17:39:33 [2021-08-20T17:39:33.289Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s)
17:39:33 [2021-08-20T17:39:33.289Z] === RUN   TestCreateWithCustomMaskedPaths
17:39:33 [2021-08-20T17:39:33.289Z]     create_test.go:181: testEnv.DaemonInfo.OSType != "linux"
17:39:33 [2021-08-20T17:39:33.289Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s)
17:39:33 [2021-08-20T17:39:33.289Z] === RUN   TestCreateWithCustomReadonlyPaths
17:39:33 [2021-08-20T17:39:33.289Z]     create_test.go:261: testEnv.DaemonInfo.OSType != "linux"
17:39:33 [2021-08-20T17:39:33.289Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s)
17:39:33 [2021-08-20T17:39:33.289Z] === RUN   TestCreateWithInvalidHealthcheckParams
17:39:33 [2021-08-20T17:39:33.289Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
17:39:33 [2021-08-20T17:39:33.289Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
17:39:33 [2021-08-20T17:39:33.289Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
17:39:33 [2021-08-20T17:39:33.289Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
17:39:33 [2021-08-20T17:39:33.289Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
17:39:33 [2021-08-20T17:39:33.289Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
17:39:33 [2021-08-20T17:39:33.289Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
17:39:33 [2021-08-20T17:39:33.289Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
17:39:33 [2021-08-20T17:39:33.289Z] === RUN   TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
17:39:33 [2021-08-20T17:39:33.289Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
17:39:33 [2021-08-20T17:39:33.289Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s
17:39:33 [2021-08-20T17:39:33.289Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0
17:39:33 [2021-08-20T17:39:33.289Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms
17:39:33 [2021-08-20T17:39:33.289Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms
17:39:33 [2021-08-20T17:39:33.289Z] === CONT  TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms
17:39:33 [2021-08-20T17:39:33.289Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s)
17:39:33 [2021-08-20T17:39:33.289Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s)
17:39:33 [2021-08-20T17:39:33.289Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s)
17:39:33 [2021-08-20T17:39:33.289Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s)
17:39:33 [2021-08-20T17:39:33.289Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s)
17:39:33 [2021-08-20T17:39:33.289Z]     --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s)
17:39:33 [2021-08-20T17:39:33.289Z] === RUN   TestCreateTmpfsOverrideAnonymousVolume
17:39:33 [2021-08-20T17:39:33.289Z]     create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs
17:39:33 [2021-08-20T17:39:33.289Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s)
17:39:33 [2021-08-20T17:39:33.289Z] === RUN   TestCreateDifferentPlatform
17:39:33 [2021-08-20T17:39:33.289Z] === RUN   TestCreateDifferentPlatform/different_os
17:39:33 [2021-08-20T17:39:33.289Z] === RUN   TestCreateDifferentPlatform/different_cpu_arch
17:39:33 [2021-08-20T17:39:33.289Z] --- PASS: TestCreateDifferentPlatform (0.04s)
17:39:33 [2021-08-20T17:39:33.289Z]     --- PASS: TestCreateDifferentPlatform/different_os (0.00s)
17:39:33 [2021-08-20T17:39:33.289Z]     --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s)
17:39:33 [2021-08-20T17:39:33.289Z] === RUN   TestCreateVolumesFromNonExistingContainer
17:39:33 [2021-08-20T17:39:33.746Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.08s)
17:39:33 [2021-08-20T17:39:33.747Z] === RUN   TestCreatePlatformSpecificImageNoPlatform
17:39:33 [2021-08-20T17:39:33.747Z]     create_test.go:518: testEnv.OSType != "linux": test image is only available on linux
17:39:33 [2021-08-20T17:39:33.747Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.04s)
17:39:33 [2021-08-20T17:39:33.747Z] === RUN   TestContainerKillOnDaemonStart
17:39:33 [2021-08-20T17:39:33.747Z]     daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows"
17:39:33 [2021-08-20T17:39:33.747Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s)
17:39:33 [2021-08-20T17:39:33.747Z] === RUN   TestDiff
17:39:33 [2021-08-20T17:39:33.747Z]     diff_test.go:17: testEnv.OSType == "windows": FIXME
17:39:33 [2021-08-20T17:39:33.747Z] --- SKIP: TestDiff (0.00s)
17:39:33 [2021-08-20T17:39:33.747Z] === RUN   TestExecWithCloseStdin
17:39:34 [2021-08-20T17:39:34.883Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles
17:39:37 [2021-08-20T17:39:37.473Z] --- PASS: TestExecWithCloseStdin (3.39s)
17:39:37 [2021-08-20T17:39:37.473Z] === RUN   TestExec
17:39:38 [2021-08-20T17:39:38.598Z] === RUN   TestDockerSuite/TestBuildDockerignore
17:39:39 [2021-08-20T17:39:39.009Z] --- PASS: TestExec (2.25s)
17:39:39 [2021-08-20T17:39:39.009Z] === RUN   TestExecUser
17:39:39 [2021-08-20T17:39:39.009Z]     exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state.
17:39:39 [2021-08-20T17:39:39.009Z] --- SKIP: TestExecUser (0.00s)
17:39:39 [2021-08-20T17:39:39.009Z] === RUN   TestExportContainerAndImportImage
17:39:39 [2021-08-20T17:39:39.009Z]     export_test.go:23: testEnv.DaemonInfo.OSType == "windows"
17:39:39 [2021-08-20T17:39:39.009Z] --- SKIP: TestExportContainerAndImportImage (0.00s)
17:39:39 [2021-08-20T17:39:39.009Z] === RUN   TestExportContainerAfterDaemonRestart
17:39:39 [2021-08-20T17:39:39.466Z]     export_test.go:61: testEnv.DaemonInfo.OSType == "windows"
17:39:39 [2021-08-20T17:39:39.466Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s)
17:39:39 [2021-08-20T17:39:39.466Z] === RUN   TestHealthCheckWorkdir
17:39:39 [2021-08-20T17:39:39.466Z]     health_test.go:20: testEnv.OSType == "windows": FIXME
17:39:39 [2021-08-20T17:39:39.466Z] --- SKIP: TestHealthCheckWorkdir (0.00s)
17:39:39 [2021-08-20T17:39:39.466Z] === RUN   TestHealthKillContainer
17:39:39 [2021-08-20T17:39:39.466Z]     health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574
17:39:39 [2021-08-20T17:39:39.466Z] --- SKIP: TestHealthKillContainer (0.00s)
17:39:39 [2021-08-20T17:39:39.466Z] === RUN   TestInspectCpusetInConfigPre120
17:39:39 [2021-08-20T17:39:39.466Z]     inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet
17:39:39 [2021-08-20T17:39:39.466Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s)
17:39:39 [2021-08-20T17:39:39.466Z] === RUN   TestKillContainerInvalidSignal
17:39:41 [2021-08-20T17:39:41.635Z] --- PASS: TestKillContainerInvalidSignal (2.18s)
17:39:41 [2021-08-20T17:39:41.635Z] === RUN   TestKillContainer
17:39:41 [2021-08-20T17:39:41.635Z] === RUN   TestKillContainer/no_signal
17:39:43 [2021-08-20T17:39:43.076Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities
17:39:43 [2021-08-20T17:39:43.294Z] === RUN   TestDockerSuite/TestBuildDockerignoringWildDirs
17:39:43 [2021-08-20T17:39:43.805Z] === RUN   TestKillContainer/non_killing_signal
17:39:43 [2021-08-20T17:39:43.805Z]     kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH
17:39:43 [2021-08-20T17:39:43.805Z] === RUN   TestKillContainer/killing_signal
17:39:45 [2021-08-20T17:39:45.973Z] --- PASS: TestKillContainer (4.35s)
17:39:45 [2021-08-20T17:39:45.973Z]     --- PASS: TestKillContainer/no_signal (2.00s)
17:39:45 [2021-08-20T17:39:45.973Z]     --- SKIP: TestKillContainer/non_killing_signal (0.00s)
17:39:45 [2021-08-20T17:39:45.973Z]     --- PASS: TestKillContainer/killing_signal (2.29s)
17:39:45 [2021-08-20T17:39:45.973Z] === RUN   TestKillWithStopSignalAndRestartPolicies
17:39:45 [2021-08-20T17:39:45.973Z]     kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later
17:39:45 [2021-08-20T17:39:45.973Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s)
17:39:45 [2021-08-20T17:39:45.973Z] === RUN   TestKillStoppedContainer
17:39:45 [2021-08-20T17:39:45.973Z]     kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later
17:39:45 [2021-08-20T17:39:45.973Z] --- SKIP: TestKillStoppedContainer (0.00s)
17:39:45 [2021-08-20T17:39:45.973Z] === RUN   TestKillStoppedContainerAPIPre120
17:39:45 [2021-08-20T17:39:45.973Z]     kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later
17:39:45 [2021-08-20T17:39:45.973Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s)
17:39:45 [2021-08-20T17:39:45.973Z] === RUN   TestKillDifferentUserContainer
17:39:45 [2021-08-20T17:39:45.974Z]     kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform
17:39:45 [2021-08-20T17:39:45.974Z] --- SKIP: TestKillDifferentUserContainer (0.00s)
17:39:45 [2021-08-20T17:39:45.974Z] === RUN   TestInspectOomKilledTrue
17:39:45 [2021-08-20T17:39:45.974Z]     kill_test.go:155: testEnv.DaemonInfo.OSType == "windows"
17:39:45 [2021-08-20T17:39:45.974Z] --- SKIP: TestInspectOomKilledTrue (0.00s)
17:39:45 [2021-08-20T17:39:45.974Z] === RUN   TestInspectOomKilledFalse
17:39:45 [2021-08-20T17:39:45.974Z]     kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
17:39:45 [2021-08-20T17:39:45.974Z] --- SKIP: TestInspectOomKilledFalse (0.00s)
17:39:45 [2021-08-20T17:39:45.974Z] === RUN   TestLogsFollowTailEmpty
17:39:48 [2021-08-20T17:39:48.142Z] --- PASS: TestLogsFollowTailEmpty (2.06s)
17:39:48 [2021-08-20T17:39:48.142Z] === RUN   TestNetworkNat
17:39:48 [2021-08-20T17:39:48.142Z]     nat_test.go:24: testEnv.OSType == "windows": FIXME
17:39:48 [2021-08-20T17:39:48.142Z] --- SKIP: TestNetworkNat (0.00s)
17:39:48 [2021-08-20T17:39:48.142Z] === RUN   TestNetworkLocalhostTCPNat
17:39:50 [2021-08-20T17:39:50.310Z] --- PASS: TestNetworkLocalhostTCPNat (2.41s)
17:39:50 [2021-08-20T17:39:50.310Z] === RUN   TestNetworkLoopbackNat
17:39:50 [2021-08-20T17:39:50.310Z]     nat_test.go:60: testEnv.OSType == "windows": FIXME
17:39:50 [2021-08-20T17:39:50.310Z] --- SKIP: TestNetworkLoopbackNat (0.00s)
17:39:50 [2021-08-20T17:39:50.310Z] === RUN   TestPause
17:39:50 [2021-08-20T17:39:50.310Z]     pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process"
17:39:50 [2021-08-20T17:39:50.310Z] --- SKIP: TestPause (0.00s)
17:39:50 [2021-08-20T17:39:50.310Z] === RUN   TestPauseFailsOnWindowsServerContainers
17:39:51 [2021-08-20T17:39:51.822Z] === RUN   TestDockerSuite/TestBuildDockerignoringWildTopDir
17:39:52 [2021-08-20T17:39:52.479Z] --- PASS: TestPauseFailsOnWindowsServerContainers (1.98s)
17:39:52 [2021-08-20T17:39:52.479Z] === RUN   TestPauseStopPausedContainer
17:39:52 [2021-08-20T17:39:52.479Z]     pause_test.go:70: testEnv.DaemonInfo.OSType == "windows"
17:39:52 [2021-08-20T17:39:52.479Z] --- SKIP: TestPauseStopPausedContainer (0.00s)
17:39:52 [2021-08-20T17:39:52.479Z] === RUN   TestPsFilter
17:39:52 [2021-08-20T17:39:52.479Z] --- PASS: TestPsFilter (0.22s)
17:39:52 [2021-08-20T17:39:52.479Z] === RUN   TestRemoveContainerWithRemovedVolume
17:39:54 [2021-08-20T17:39:54.648Z] --- PASS: TestRemoveContainerWithRemovedVolume (2.28s)
17:39:54 [2021-08-20T17:39:54.648Z] === RUN   TestRemoveContainerWithVolume
17:39:57 [2021-08-20T17:39:57.543Z] --- PASS: TestRemoveContainerWithVolume (2.32s)
17:39:57 [2021-08-20T17:39:57.543Z] === RUN   TestRemoveContainerRunning
17:39:59 [2021-08-20T17:39:59.076Z] --- PASS: TestRemoveContainerRunning (2.02s)
17:39:59 [2021-08-20T17:39:59.076Z] === RUN   TestRemoveContainerForceRemoveRunning
17:40:01 [2021-08-20T17:40:01.245Z] --- PASS: TestRemoveContainerForceRemoveRunning (2.05s)
17:40:01 [2021-08-20T17:40:01.245Z] === RUN   TestRemoveInvalidContainer
17:40:01 [2021-08-20T17:40:01.245Z] --- PASS: TestRemoveInvalidContainer (0.04s)
17:40:01 [2021-08-20T17:40:01.245Z] === RUN   TestRenameLinkedContainer
17:40:01 [2021-08-20T17:40:01.245Z]     rename_test.go:26: testEnv.OSType == "windows": FIXME
17:40:01 [2021-08-20T17:40:01.245Z] --- SKIP: TestRenameLinkedContainer (0.00s)
17:40:01 [2021-08-20T17:40:01.245Z] === RUN   TestRenameStoppedContainer
17:40:08 [2021-08-20T17:40:08.337Z] --- PASS: TestRenameStoppedContainer (7.26s)
17:40:08 [2021-08-20T17:40:08.337Z] === RUN   TestRenameRunningContainerAndReuse
17:40:13 [2021-08-20T17:40:13.024Z] --- PASS: TestRenameRunningContainerAndReuse (4.11s)
17:40:13 [2021-08-20T17:40:13.024Z] === RUN   TestRenameInvalidName
17:40:14 [2021-08-20T17:40:14.555Z] --- PASS: TestRenameInvalidName (2.03s)
17:40:14 [2021-08-20T17:40:14.555Z] === RUN   TestRenameAnonymousContainer
17:40:26 [2021-08-20T17:40:26.923Z] --- PASS: TestRenameAnonymousContainer (12.12s)
17:40:26 [2021-08-20T17:40:26.923Z] === RUN   TestRenameContainerWithSameName
17:40:29 [2021-08-20T17:40:29.096Z] --- PASS: TestRenameContainerWithSameName (2.08s)
17:40:29 [2021-08-20T17:40:29.096Z] === RUN   TestRenameContainerWithLinkedContainer
17:40:29 [2021-08-20T17:40:29.096Z]     rename_test.go:193: testEnv.OSType == "windows": FIXME
17:40:29 [2021-08-20T17:40:29.096Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s)
17:40:29 [2021-08-20T17:40:29.096Z] === RUN   TestResize
17:40:30 [2021-08-20T17:40:30.628Z] --- PASS: TestResize (2.02s)
17:40:30 [2021-08-20T17:40:30.628Z] === RUN   TestResizeWithInvalidSize
17:40:32 [2021-08-20T17:40:32.803Z] --- PASS: TestResizeWithInvalidSize (2.00s)
17:40:32 [2021-08-20T17:40:32.803Z] === RUN   TestResizeWhenContainerNotStarted
17:40:34 [2021-08-20T17:40:34.973Z] --- PASS: TestResizeWhenContainerNotStarted (2.24s)
17:40:34 [2021-08-20T17:40:34.973Z] === RUN   TestDaemonRestartKillContainers
17:40:34 [2021-08-20T17:40:34.973Z]     restart_test.go:18: testEnv.DaemonInfo.OSType == "windows"
17:40:34 [2021-08-20T17:40:34.973Z] --- SKIP: TestDaemonRestartKillContainers (0.00s)
17:40:34 [2021-08-20T17:40:34.973Z] === RUN   TestStats
17:40:34 [2021-08-20T17:40:34.973Z]     stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit
17:40:34 [2021-08-20T17:40:34.973Z] --- SKIP: TestStats (0.00s)
17:40:34 [2021-08-20T17:40:34.973Z] === RUN   TestStopContainerWithRestartPolicyAlways
17:40:45 [2021-08-20T17:40:45.269Z] --- PASS: TestStopContainerWithRestartPolicyAlways (8.75s)
17:40:45 [2021-08-20T17:40:45.269Z] === RUN   TestStopContainerWithTimeout
17:40:45 [2021-08-20T17:40:45.269Z]     stop_windows_test.go:19: testEnv.OSType == "windows"
17:40:45 [2021-08-20T17:40:45.269Z] --- SKIP: TestStopContainerWithTimeout (0.00s)
17:40:45 [2021-08-20T17:40:45.269Z] === RUN   TestUpdateRestartPolicy
17:40:50 [2021-08-20T17:40:50.677Z] === RUN   TestDockerSuite/TestBuildDockerignoreCleanPaths
17:40:50 [2021-08-20T17:40:50.677Z] === RUN   TestDockerSuite/TestBuildDockerignoreComment
17:40:50 [2021-08-20T17:40:50.677Z]     docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux
17:40:50 [2021-08-20T17:40:50.677Z] === RUN   TestDockerSuite/TestBuildDockerignoreExceptions
17:40:50 [2021-08-20T17:40:50.717Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer
17:40:57 [2021-08-20T17:40:57.252Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet
17:41:03 [2021-08-20T17:41:03.828Z] === RUN   TestDockerSuite/TestBuildDotDotFile
17:41:03 [2021-08-20T17:41:03.828Z] === RUN   TestDockerSuite/TestBuildEOLInLine
17:41:03 [2021-08-20T17:41:03.828Z]     docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux
17:41:03 [2021-08-20T17:41:03.828Z] === RUN   TestDockerSuite/TestBuildEmptyCmd
17:41:03 [2021-08-20T17:41:03.828Z]     docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux
17:41:03 [2021-08-20T17:41:03.828Z] === RUN   TestDockerSuite/TestBuildEmptyEntrypoint
17:41:03 [2021-08-20T17:41:03.828Z] === RUN   TestDockerSuite/TestBuildEmptyEntrypointInheritance
17:41:03 [2021-08-20T17:41:03.828Z] === RUN   TestDockerSuite/TestBuildEmptyScratch
17:41:03 [2021-08-20T17:41:03.828Z]     docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux
17:41:03 [2021-08-20T17:41:03.828Z] === RUN   TestDockerSuite/TestBuildEmptyStringVolume
17:41:04 [2021-08-20T17:41:04.283Z] === RUN   TestDockerSuite/TestBuildEntrypoint
17:41:04 [2021-08-20T17:41:04.741Z] === RUN   TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild
17:41:06 [2021-08-20T17:41:06.329Z] --- PASS: TestUpdateRestartPolicy (20.56s)
17:41:06 [2021-08-20T17:41:06.329Z] === RUN   TestUpdateRestartWithAutoRemove
17:41:06 [2021-08-20T17:41:06.329Z] --- PASS: TestUpdateRestartWithAutoRemove (1.96s)
17:41:06 [2021-08-20T17:41:06.329Z] === RUN   TestWaitNonBlocked
17:41:06 [2021-08-20T17:41:06.329Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-0
17:41:06 [2021-08-20T17:41:06.329Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0
17:41:06 [2021-08-20T17:41:06.329Z] === RUN   TestWaitNonBlocked/wait-nonblocking-exit-random
17:41:06 [2021-08-20T17:41:06.329Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random
17:41:06 [2021-08-20T17:41:06.329Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-0
17:41:06 [2021-08-20T17:41:06.329Z] === CONT  TestWaitNonBlocked/wait-nonblocking-exit-random
17:41:09 [2021-08-20T17:41:09.224Z] --- PASS: TestWaitNonBlocked (0.04s)
17:41:09 [2021-08-20T17:41:09.224Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (2.78s)
17:41:09 [2021-08-20T17:41:09.224Z]     --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (2.86s)
17:41:09 [2021-08-20T17:41:09.224Z] === RUN   TestWaitBlocked
17:41:09 [2021-08-20T17:41:09.224Z]     wait_test.go:59: testEnv.DaemonInfo.OSType != "linux"
17:41:09 [2021-08-20T17:41:09.224Z] --- SKIP: TestWaitBlocked (0.00s)
17:41:09 [2021-08-20T17:41:09.224Z] PASS
17:41:09 [2021-08-20T17:41:09.224Z] ok  	github.com/docker/docker/integration/container	97.591s
17:41:09 [2021-08-20T17:41:09.224Z] 
17:41:09 [2021-08-20T17:41:09.224Z] === Skipped
17:41:09 [2021-08-20T17:41:09.224Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s)
17:41:09 [2021-08-20T17:41:09.224Z]     checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963
17:41:09 [2021-08-20T17:41:09.224Z] 
17:41:09 [2021-08-20T17:41:09.224Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s)
17:41:09 [2021-08-20T17:41:09.224Z]     copy_test.go:82: testEnv.DaemonInfo.OSType == "windows"
17:41:09 [2021-08-20T17:41:09.224Z] 
17:41:09 [2021-08-20T17:41:09.224Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s)
17:41:09 [2021-08-20T17:41:09.224Z]     create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows
17:41:09 [2021-08-20T17:41:09.224Z] 
17:41:09 [2021-08-20T17:41:09.224Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s)
17:41:09 [2021-08-20T17:41:09.224Z]     create_test.go:137: testEnv.DaemonInfo.OSType == "windows"
17:41:09 [2021-08-20T17:41:09.224Z] 
17:41:09 [2021-08-20T17:41:09.224Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s)
17:41:09 [2021-08-20T17:41:09.224Z]     create_test.go:181: testEnv.DaemonInfo.OSType != "linux"
17:41:09 [2021-08-20T17:41:09.224Z] 
17:41:09 [2021-08-20T17:41:09.224Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s)
17:41:09 [2021-08-20T17:41:09.224Z]     create_test.go:261: testEnv.DaemonInfo.OSType != "linux"
17:41:09 [2021-08-20T17:41:09.224Z] 
17:41:09 [2021-08-20T17:41:09.224Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s)
17:41:09 [2021-08-20T17:41:09.224Z]     create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs
17:41:09 [2021-08-20T17:41:09.224Z] 
17:41:09 [2021-08-20T17:41:09.224Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.04s)
17:41:09 [2021-08-20T17:41:09.224Z]     create_test.go:518: testEnv.OSType != "linux": test image is only available on linux
17:41:09 [2021-08-20T17:41:09.224Z] 
17:41:09 [2021-08-20T17:41:09.224Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s)
17:41:09 [2021-08-20T17:41:09.224Z]     daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows"
17:41:09 [2021-08-20T17:41:09.224Z] 
17:41:09 [2021-08-20T17:41:09.224Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s)
17:41:09 [2021-08-20T17:41:09.224Z]     diff_test.go:17: testEnv.OSType == "windows": FIXME
17:41:09 [2021-08-20T17:41:09.224Z] 
17:41:09 [2021-08-20T17:41:09.224Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s)
17:41:09 [2021-08-20T17:41:09.224Z]     exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state.
17:41:09 [2021-08-20T17:41:09.224Z] 
17:41:09 [2021-08-20T17:41:09.224Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s)
17:41:09 [2021-08-20T17:41:09.224Z]     export_test.go:23: testEnv.DaemonInfo.OSType == "windows"
17:41:09 [2021-08-20T17:41:09.224Z] 
17:41:09 [2021-08-20T17:41:09.224Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s)
17:41:09 [2021-08-20T17:41:09.224Z]     export_test.go:61: testEnv.DaemonInfo.OSType == "windows"
17:41:09 [2021-08-20T17:41:09.224Z] 
17:41:09 [2021-08-20T17:41:09.224Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s)
17:41:09 [2021-08-20T17:41:09.224Z]     health_test.go:20: testEnv.OSType == "windows": FIXME
17:41:09 [2021-08-20T17:41:09.224Z] 
17:41:09 [2021-08-20T17:41:09.224Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s)
17:41:09 [2021-08-20T17:41:09.224Z]     health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574
17:41:09 [2021-08-20T17:41:09.224Z] 
17:41:09 [2021-08-20T17:41:09.224Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s)
17:41:09 [2021-08-20T17:41:09.224Z]     inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet
17:41:09 [2021-08-20T17:41:09.224Z] 
17:41:09 [2021-08-20T17:41:09.224Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s)
17:41:09 [2021-08-20T17:41:09.224Z]     kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH
17:41:09 [2021-08-20T17:41:09.224Z]     --- SKIP: TestKillContainer/non_killing_signal (0.00s)
17:41:09 [2021-08-20T17:41:09.224Z] 
17:41:09 [2021-08-20T17:41:09.224Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s)
17:41:09 [2021-08-20T17:41:09.224Z]     kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later
17:41:09 [2021-08-20T17:41:09.224Z] 
17:41:09 [2021-08-20T17:41:09.224Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s)
17:41:09 [2021-08-20T17:41:09.224Z]     kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later
17:41:09 [2021-08-20T17:41:09.224Z] 
17:41:09 [2021-08-20T17:41:09.224Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s)
17:41:09 [2021-08-20T17:41:09.224Z]     kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later
17:41:09 [2021-08-20T17:41:09.224Z] 
17:41:09 [2021-08-20T17:41:09.224Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s)
17:41:09 [2021-08-20T17:41:09.224Z]     kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform
17:41:09 [2021-08-20T17:41:09.224Z] 
17:41:09 [2021-08-20T17:41:09.224Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s)
17:41:09 [2021-08-20T17:41:09.224Z]     kill_test.go:155: testEnv.DaemonInfo.OSType == "windows"
17:41:09 [2021-08-20T17:41:09.224Z] 
17:41:09 [2021-08-20T17:41:09.224Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s)
17:41:09 [2021-08-20T17:41:09.224Z]     kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit
17:41:09 [2021-08-20T17:41:09.224Z] 
17:41:09 [2021-08-20T17:41:09.224Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s)
17:41:09 [2021-08-20T17:41:09.224Z]     nat_test.go:24: testEnv.OSType == "windows": FIXME
17:41:09 [2021-08-20T17:41:09.224Z] 
17:41:09 [2021-08-20T17:41:09.224Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s)
17:41:09 [2021-08-20T17:41:09.224Z]     nat_test.go:60: testEnv.OSType == "windows": FIXME
17:41:09 [2021-08-20T17:41:09.224Z] 
17:41:09 [2021-08-20T17:41:09.224Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s)
17:41:09 [2021-08-20T17:41:09.224Z]     pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process"
17:41:09 [2021-08-20T17:41:09.224Z] 
17:41:09 [2021-08-20T17:41:09.224Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s)
17:41:09 [2021-08-20T17:41:09.224Z]     pause_test.go:70: testEnv.DaemonInfo.OSType == "windows"
17:41:09 [2021-08-20T17:41:09.224Z] 
17:41:09 [2021-08-20T17:41:09.224Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s)
17:41:09 [2021-08-20T17:41:09.224Z]     rename_test.go:26: testEnv.OSType == "windows": FIXME
17:41:09 [2021-08-20T17:41:09.224Z] 
17:41:09 [2021-08-20T17:41:09.224Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s)
17:41:09 [2021-08-20T17:41:09.224Z]     rename_test.go:193: testEnv.OSType == "windows": FIXME
17:41:09 [2021-08-20T17:41:09.224Z] 
17:41:09 [2021-08-20T17:41:09.224Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s)
17:41:09 [2021-08-20T17:41:09.224Z]     restart_test.go:18: testEnv.DaemonInfo.OSType == "windows"
17:41:09 [2021-08-20T17:41:09.224Z] 
17:41:09 [2021-08-20T17:41:09.224Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s)
17:41:09 [2021-08-20T17:41:09.224Z]     stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit
17:41:09 [2021-08-20T17:41:09.224Z] 
17:41:09 [2021-08-20T17:41:09.224Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s)
17:41:09 [2021-08-20T17:41:09.224Z]     stop_windows_test.go:19: testEnv.OSType == "windows"
17:41:09 [2021-08-20T17:41:09.224Z] 
17:41:09 [2021-08-20T17:41:09.224Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s)
17:41:09 [2021-08-20T17:41:09.224Z]     wait_test.go:59: testEnv.DaemonInfo.OSType != "linux"
17:41:09 [2021-08-20T17:41:09.224Z] 
17:41:09 [2021-08-20T17:41:09.224Z] 
17:41:09 [2021-08-20T17:41:09.224Z] DONE 87 tests, 33 skipped in 100.286s
17:41:09 [2021-08-20T17:41:09.224Z] Running D:\gopath\src\github.com\docker\docker\integration\daemon
17:41:09 [2021-08-20T17:41:09.402Z] === RUN   TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect
17:41:12 [2021-08-20T17:41:12.090Z]     docker_cli_external_volume_driver_test.go:53: [d1acf193c68e6] daemon is not started
17:41:12 [2021-08-20T17:41:12.285Z] === RUN   TestDockerSuite/TestBuildEntrypointRunCleanup
17:41:16 [2021-08-20T17:41:16.002Z] === RUN   TestDockerSuite/TestBuildEnv
17:41:16 [2021-08-20T17:41:16.002Z]     docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux
17:41:16 [2021-08-20T17:41:16.002Z] === RUN   TestDockerSuite/TestBuildEnvEscapes
17:41:16 [2021-08-20T17:41:16.002Z]     docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux
17:41:16 [2021-08-20T17:41:16.002Z] === RUN   TestDockerSuite/TestBuildEnvOverwrite
17:41:16 [2021-08-20T17:41:16.002Z]     docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux
17:41:16 [2021-08-20T17:41:16.002Z] === RUN   TestDockerSuite/TestBuildEnvUsage
17:41:16 [2021-08-20T17:41:16.002Z]     docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux
17:41:16 [2021-08-20T17:41:16.458Z] === RUN   TestDockerSuite/TestBuildEnvUsage2
17:41:16 [2021-08-20T17:41:16.458Z]     docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux
17:41:16 [2021-08-20T17:41:16.458Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementAddCopy
17:41:20 [2021-08-20T17:41:20.172Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementEnv
17:41:20 [2021-08-20T17:41:20.172Z]     docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux
17:41:20 [2021-08-20T17:41:20.172Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementExpose
17:41:20 [2021-08-20T17:41:20.172Z]     docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux
17:41:20 [2021-08-20T17:41:20.172Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementUser
17:41:20 [2021-08-20T17:41:20.172Z]     docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux
17:41:20 [2021-08-20T17:41:20.172Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementVolume
17:41:20 [2021-08-20T17:41:20.627Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementWorkdir
17:41:25 [2021-08-20T17:41:25.291Z] === RUN   TestDockerSuite/TestBuildEscapeNotBackslashWordTest
17:41:30 [2021-08-20T17:41:30.131Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse
17:41:34 [2021-08-20T17:41:34.336Z] === RUN   TestConfigDaemonLibtrustID
17:41:34 [2021-08-20T17:41:34.336Z]     daemon_test.go:19: runtime.GOOS != "linux"
17:41:34 [2021-08-20T17:41:34.336Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s)
17:41:34 [2021-08-20T17:41:34.336Z] === RUN   TestDaemonConfigValidation
17:41:34 [2021-08-20T17:41:34.336Z]     daemon_test.go:38: runtime.GOOS != "linux"
17:41:34 [2021-08-20T17:41:34.336Z] --- SKIP: TestDaemonConfigValidation (0.00s)
17:41:34 [2021-08-20T17:41:34.336Z] === RUN   TestConfigDaemonSeccompProfiles
17:41:34 [2021-08-20T17:41:34.336Z]     daemon_test.go:104: runtime.GOOS != "linux"
17:41:34 [2021-08-20T17:41:34.336Z] --- SKIP: TestConfigDaemonSeccompProfiles (0.00s)
17:41:34 [2021-08-20T17:41:34.336Z] PASS
17:41:34 [2021-08-20T17:41:34.336Z] ok  	github.com/docker/docker/integration/daemon	0.117s
17:41:34 [2021-08-20T17:41:34.793Z] 
17:41:34 [2021-08-20T17:41:34.793Z] === Skipped
17:41:34 [2021-08-20T17:41:34.793Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonLibtrustID (0.00s)
17:41:34 [2021-08-20T17:41:34.793Z]     daemon_test.go:19: runtime.GOOS != "linux"
17:41:34 [2021-08-20T17:41:34.793Z] 
17:41:34 [2021-08-20T17:41:34.793Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonConfigValidation (0.00s)
17:41:34 [2021-08-20T17:41:34.793Z]     daemon_test.go:38: runtime.GOOS != "linux"
17:41:34 [2021-08-20T17:41:34.793Z] 
17:41:34 [2021-08-20T17:41:34.793Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonSeccompProfiles (0.00s)
17:41:34 [2021-08-20T17:41:34.793Z]     daemon_test.go:104: runtime.GOOS != "linux"
17:41:34 [2021-08-20T17:41:34.793Z] 
17:41:34 [2021-08-20T17:41:34.793Z] 
17:41:34 [2021-08-20T17:41:34.793Z] DONE 3 tests, 3 skipped in 25.257s
17:41:34 [2021-08-20T17:41:34.793Z] Running D:\gopath\src\github.com\docker\docker\integration\image
17:41:36 [2021-08-20T17:41:36.326Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
17:41:36 [2021-08-20T17:41:36.326Z] INFO: Testing against a local daemon
17:41:36 [2021-08-20T17:41:36.326Z] === RUN   TestCommitInheritsEnv
17:41:36 [2021-08-20T17:41:36.326Z]     commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME
17:41:36 [2021-08-20T17:41:36.326Z] --- SKIP: TestCommitInheritsEnv (0.01s)
17:41:36 [2021-08-20T17:41:36.326Z] === RUN   TestImportExtremelyLargeImageWorks
17:41:36 [2021-08-20T17:41:36.326Z]     import_test.go:23: testEnv.OSType == "windows": TODO enable on windows
17:41:36 [2021-08-20T17:41:36.326Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s)
17:41:36 [2021-08-20T17:41:36.326Z] === RUN   TestImagesFilterMultiReference
17:41:36 [2021-08-20T17:41:36.783Z] --- PASS: TestImagesFilterMultiReference (0.11s)
17:41:36 [2021-08-20T17:41:36.783Z] === RUN   TestImagePullPlatformInvalid
17:41:36 [2021-08-20T17:41:36.783Z] --- PASS: TestImagePullPlatformInvalid (0.04s)
17:41:36 [2021-08-20T17:41:36.783Z] === RUN   TestRemoveImageOrphaning
17:41:37 [2021-08-20T17:41:37.635Z] === RUN   TestDockerSuite/TestBuildEscapeWhitespace
17:41:37 [2021-08-20T17:41:37.635Z] === RUN   TestDockerSuite/TestBuildExoticShellInterpolation
17:41:37 [2021-08-20T17:41:37.635Z]     docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux
17:41:37 [2021-08-20T17:41:37.635Z] === RUN   TestDockerSuite/TestBuildExpose
17:41:37 [2021-08-20T17:41:37.635Z]     docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux
17:41:37 [2021-08-20T17:41:37.635Z] === RUN   TestDockerSuite/TestBuildExposeMorePorts
17:41:37 [2021-08-20T17:41:37.635Z]     docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux
17:41:37 [2021-08-20T17:41:37.635Z] === RUN   TestDockerSuite/TestBuildExposeOrder
17:41:37 [2021-08-20T17:41:37.635Z]     docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux
17:41:37 [2021-08-20T17:41:37.635Z] === RUN   TestDockerSuite/TestBuildExposeUpperCaseProto
17:41:37 [2021-08-20T17:41:37.635Z]     docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux
17:41:37 [2021-08-20T17:41:37.635Z] === RUN   TestDockerSuite/TestBuildFails
17:41:37 [2021-08-20T17:41:37.750Z] --- PASS: TestRemoveImageOrphaning (1.06s)
17:41:37 [2021-08-20T17:41:37.750Z] === RUN   TestTagUnprefixedRepoByNameOrName
17:41:37 [2021-08-20T17:41:37.750Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s)
17:41:37 [2021-08-20T17:41:37.750Z] === RUN   TestTagInvalidReference
17:41:37 [2021-08-20T17:41:37.750Z] --- PASS: TestTagInvalidReference (0.03s)
17:41:37 [2021-08-20T17:41:37.750Z] === RUN   TestTagValidPrefixedRepo
17:41:37 [2021-08-20T17:41:37.750Z] --- PASS: TestTagValidPrefixedRepo (0.08s)
17:41:37 [2021-08-20T17:41:37.750Z] === RUN   TestTagExistedNameWithoutForce
17:41:37 [2021-08-20T17:41:37.750Z] --- PASS: TestTagExistedNameWithoutForce (0.04s)
17:41:37 [2021-08-20T17:41:37.750Z] === RUN   TestTagOfficialNames
17:41:38 [2021-08-20T17:41:38.207Z] --- PASS: TestTagOfficialNames (0.12s)
17:41:38 [2021-08-20T17:41:38.207Z] === RUN   TestTagMatchesDigest
17:41:38 [2021-08-20T17:41:38.207Z] --- PASS: TestTagMatchesDigest (0.03s)
17:41:38 [2021-08-20T17:41:38.207Z] PASS
17:41:38 [2021-08-20T17:41:38.207Z] ok  	github.com/docker/docker/integration/image	1.639s
17:41:38 [2021-08-20T17:41:38.207Z] 
17:41:38 [2021-08-20T17:41:38.207Z] === Skipped
17:41:38 [2021-08-20T17:41:38.207Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.01s)
17:41:38 [2021-08-20T17:41:38.207Z]     commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME
17:41:38 [2021-08-20T17:41:38.207Z] 
17:41:38 [2021-08-20T17:41:38.207Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s)
17:41:38 [2021-08-20T17:41:38.207Z]     import_test.go:23: testEnv.OSType == "windows": TODO enable on windows
17:41:38 [2021-08-20T17:41:38.207Z] 
17:41:38 [2021-08-20T17:41:38.207Z] 
17:41:38 [2021-08-20T17:41:38.207Z] DONE 11 tests, 2 skipped in 3.432s
17:41:38 [2021-08-20T17:41:38.207Z] Running D:\gopath\src\github.com\docker\docker\integration\network
17:41:39 [2021-08-20T17:41:39.799Z] === RUN   TestDockerSuite/TestBuildFailsGitNotCallable
17:41:39 [2021-08-20T17:41:39.799Z] === RUN   TestDockerSuite/TestBuildFollowSymlinkToDir
17:41:40 [2021-08-20T17:41:40.386Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
17:41:40 [2021-08-20T17:41:40.386Z] INFO: Testing against a local daemon
17:41:40 [2021-08-20T17:41:40.386Z] === RUN   TestNetworkCreateDelete
17:41:40 [2021-08-20T17:41:40.386Z]     delete_test.go:46: testEnv.DaemonInfo.OSType != "linux"
17:41:40 [2021-08-20T17:41:40.386Z] --- SKIP: TestNetworkCreateDelete (0.00s)
17:41:40 [2021-08-20T17:41:40.386Z] === RUN   TestDockerNetworkDeletePreferID
17:41:40 [2021-08-20T17:41:40.386Z]     delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test
17:41:40 [2021-08-20T17:41:40.386Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s)
17:41:40 [2021-08-20T17:41:40.386Z] === RUN   TestDaemonDNSFallback
17:41:40 [2021-08-20T17:41:40.386Z]     dns_test.go:18: testEnv.DaemonInfo.OSType != "linux"
17:41:40 [2021-08-20T17:41:40.386Z] --- SKIP: TestDaemonDNSFallback (0.00s)
17:41:40 [2021-08-20T17:41:40.386Z] === RUN   TestInspectNetwork
17:41:40 [2021-08-20T17:41:40.386Z]     inspect_test.go:16: testEnv.OSType == "windows": FIXME
17:41:40 [2021-08-20T17:41:40.386Z] --- SKIP: TestInspectNetwork (0.00s)
17:41:40 [2021-08-20T17:41:40.386Z] === RUN   TestRunContainerWithBridgeNone
17:41:40 [2021-08-20T17:41:40.386Z]     network_test.go:25: testEnv.DaemonInfo.OSType != "linux"
17:41:40 [2021-08-20T17:41:40.386Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s)
17:41:40 [2021-08-20T17:41:40.386Z] === RUN   TestNetworkInvalidJSON
17:41:40 [2021-08-20T17:41:40.386Z] === RUN   TestNetworkInvalidJSON//networks/create
17:41:40 [2021-08-20T17:41:40.386Z] === PAUSE TestNetworkInvalidJSON//networks/create
17:41:40 [2021-08-20T17:41:40.386Z] === RUN   TestNetworkInvalidJSON//networks/bridge/connect
17:41:40 [2021-08-20T17:41:40.386Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect
17:41:40 [2021-08-20T17:41:40.386Z] === RUN   TestNetworkInvalidJSON//networks/bridge/disconnect
17:41:40 [2021-08-20T17:41:40.386Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect
17:41:40 [2021-08-20T17:41:40.386Z] === CONT  TestNetworkInvalidJSON//networks/create
17:41:40 [2021-08-20T17:41:40.386Z] === CONT  TestNetworkInvalidJSON//networks/bridge/disconnect
17:41:40 [2021-08-20T17:41:40.386Z] === CONT  TestNetworkInvalidJSON//networks/bridge/connect
17:41:40 [2021-08-20T17:41:40.386Z] --- PASS: TestNetworkInvalidJSON (0.03s)
17:41:40 [2021-08-20T17:41:40.386Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s)
17:41:40 [2021-08-20T17:41:40.386Z]     --- PASS: TestNetworkInvalidJSON//networks/create (0.01s)
17:41:40 [2021-08-20T17:41:40.386Z]     --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s)
17:41:40 [2021-08-20T17:41:40.386Z] === RUN   TestNetworkList
17:41:40 [2021-08-20T17:41:40.386Z] === RUN   TestNetworkList//networks
17:41:40 [2021-08-20T17:41:40.386Z] === PAUSE TestNetworkList//networks
17:41:40 [2021-08-20T17:41:40.386Z] === RUN   TestNetworkList//networks/
17:41:40 [2021-08-20T17:41:40.386Z] === PAUSE TestNetworkList//networks/
17:41:40 [2021-08-20T17:41:40.386Z] === CONT  TestNetworkList//networks
17:41:40 [2021-08-20T17:41:40.386Z] === CONT  TestNetworkList//networks/
17:41:40 [2021-08-20T17:41:40.387Z] --- PASS: TestNetworkList (0.05s)
17:41:40 [2021-08-20T17:41:40.387Z]     --- PASS: TestNetworkList//networks/ (0.00s)
17:41:40 [2021-08-20T17:41:40.387Z]     --- PASS: TestNetworkList//networks (0.00s)
17:41:40 [2021-08-20T17:41:40.387Z] === RUN   TestHostIPv4BridgeLabel
17:41:40 [2021-08-20T17:41:40.387Z]     network_test.go:128: testEnv.OSType == "windows"
17:41:40 [2021-08-20T17:41:40.387Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s)
17:41:40 [2021-08-20T17:41:40.387Z] === RUN   TestDaemonRestartWithLiveRestore
17:41:40 [2021-08-20T17:41:40.387Z]     service_test.go:29: testEnv.OSType == "windows"
17:41:40 [2021-08-20T17:41:40.387Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s)
17:41:40 [2021-08-20T17:41:40.387Z] === RUN   TestDaemonDefaultNetworkPools
17:41:40 [2021-08-20T17:41:40.387Z]     service_test.go:58: testEnv.OSType == "windows"
17:41:40 [2021-08-20T17:41:40.387Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s)
17:41:40 [2021-08-20T17:41:40.387Z] === RUN   TestDaemonRestartWithExistingNetwork
17:41:40 [2021-08-20T17:41:40.387Z]     service_test.go:102: testEnv.OSType == "windows"
17:41:40 [2021-08-20T17:41:40.387Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s)
17:41:40 [2021-08-20T17:41:40.387Z] === RUN   TestDaemonRestartWithExistingNetworkWithDefaultPoolRange
17:41:40 [2021-08-20T17:41:40.387Z]     service_test.go:136: testEnv.OSType == "windows"
17:41:40 [2021-08-20T17:41:40.387Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s)
17:41:40 [2021-08-20T17:41:40.387Z] === RUN   TestDaemonWithBipAndDefaultNetworkPool
17:41:40 [2021-08-20T17:41:40.387Z]     service_test.go:187: testEnv.OSType == "windows"
17:41:40 [2021-08-20T17:41:40.387Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s)
17:41:40 [2021-08-20T17:41:40.387Z] === RUN   TestServiceWithPredefinedNetwork
17:41:40 [2021-08-20T17:41:40.387Z]     service_test.go:212: testEnv.OSType == "windows"
17:41:40 [2021-08-20T17:41:40.387Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s)
17:41:40 [2021-08-20T17:41:40.387Z] === RUN   TestServiceRemoveKeepsIngressNetwork
17:41:40 [2021-08-20T17:41:40.387Z]     service_test.go:242: FLAKY_TEST
17:41:40 [2021-08-20T17:41:40.387Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s)
17:41:40 [2021-08-20T17:41:40.387Z] === RUN   TestServiceWithDataPathPortInit
17:41:40 [2021-08-20T17:41:40.387Z]     service_test.go:333: testEnv.OSType == "windows"
17:41:40 [2021-08-20T17:41:40.387Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s)
17:41:40 [2021-08-20T17:41:40.387Z] === RUN   TestServiceWithDefaultAddressPoolInit
17:41:40 [2021-08-20T17:41:40.387Z]     service_test.go:401: testEnv.OSType == "windows"
17:41:40 [2021-08-20T17:41:40.387Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s)
17:41:40 [2021-08-20T17:41:40.387Z] PASS
17:41:40 [2021-08-20T17:41:40.387Z] ok  	github.com/docker/docker/integration/network	0.169s
17:41:40 [2021-08-20T17:41:40.387Z] 
17:41:40 [2021-08-20T17:41:40.387Z] === Skipped
17:41:40 [2021-08-20T17:41:40.387Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s)
17:41:40 [2021-08-20T17:41:40.387Z]     delete_test.go:46: testEnv.DaemonInfo.OSType != "linux"
17:41:40 [2021-08-20T17:41:40.387Z] 
17:41:40 [2021-08-20T17:41:40.387Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s)
17:41:40 [2021-08-20T17:41:40.387Z]     delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test
17:41:40 [2021-08-20T17:41:40.387Z] 
17:41:40 [2021-08-20T17:41:40.387Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s)
17:41:40 [2021-08-20T17:41:40.387Z]     dns_test.go:18: testEnv.DaemonInfo.OSType != "linux"
17:41:40 [2021-08-20T17:41:40.387Z] 
17:41:40 [2021-08-20T17:41:40.387Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s)
17:41:40 [2021-08-20T17:41:40.387Z]     inspect_test.go:16: testEnv.OSType == "windows": FIXME
17:41:40 [2021-08-20T17:41:40.387Z] 
17:41:40 [2021-08-20T17:41:40.387Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s)
17:41:40 [2021-08-20T17:41:40.387Z]     network_test.go:25: testEnv.DaemonInfo.OSType != "linux"
17:41:40 [2021-08-20T17:41:40.387Z] 
17:41:40 [2021-08-20T17:41:40.387Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s)
17:41:40 [2021-08-20T17:41:40.387Z]     network_test.go:128: testEnv.OSType == "windows"
17:41:40 [2021-08-20T17:41:40.387Z] 
17:41:40 [2021-08-20T17:41:40.387Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s)
17:41:40 [2021-08-20T17:41:40.387Z]     service_test.go:29: testEnv.OSType == "windows"
17:41:40 [2021-08-20T17:41:40.387Z] 
17:41:40 [2021-08-20T17:41:40.387Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s)
17:41:40 [2021-08-20T17:41:40.387Z]     service_test.go:58: testEnv.OSType == "windows"
17:41:40 [2021-08-20T17:41:40.387Z] 
17:41:40 [2021-08-20T17:41:40.387Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s)
17:41:40 [2021-08-20T17:41:40.387Z]     service_test.go:102: testEnv.OSType == "windows"
17:41:40 [2021-08-20T17:41:40.387Z] 
17:41:40 [2021-08-20T17:41:40.387Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s)
17:41:40 [2021-08-20T17:41:40.387Z]     service_test.go:136: testEnv.OSType == "windows"
17:41:40 [2021-08-20T17:41:40.387Z] 
17:41:40 [2021-08-20T17:41:40.387Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s)
17:41:40 [2021-08-20T17:41:40.387Z]     service_test.go:187: testEnv.OSType == "windows"
17:41:40 [2021-08-20T17:41:40.387Z] 
17:41:40 [2021-08-20T17:41:40.387Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s)
17:41:40 [2021-08-20T17:41:40.387Z]     service_test.go:212: testEnv.OSType == "windows"
17:41:40 [2021-08-20T17:41:40.387Z] 
17:41:40 [2021-08-20T17:41:40.387Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s)
17:41:40 [2021-08-20T17:41:40.387Z]     service_test.go:242: FLAKY_TEST
17:41:40 [2021-08-20T17:41:40.387Z] 
17:41:40 [2021-08-20T17:41:40.387Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s)
17:41:40 [2021-08-20T17:41:40.387Z]     service_test.go:333: testEnv.OSType == "windows"
17:41:40 [2021-08-20T17:41:40.387Z] 
17:41:40 [2021-08-20T17:41:40.387Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s)
17:41:40 [2021-08-20T17:41:40.387Z]     service_test.go:401: testEnv.OSType == "windows"
17:41:40 [2021-08-20T17:41:40.387Z] 
17:41:40 [2021-08-20T17:41:40.387Z] 
17:41:40 [2021-08-20T17:41:40.387Z] DONE 22 tests, 15 skipped in 2.280s
17:41:40 [2021-08-20T17:41:40.387Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan
17:41:41 [2021-08-20T17:41:41.358Z] testing: warning: no tests to run
17:41:41 [2021-08-20T17:41:41.358Z] PASS
17:41:41 [2021-08-20T17:41:41.358Z] ok  	github.com/docker/docker/integration/network/ipvlan	0.081s
17:41:41 [2021-08-20T17:41:41.358Z] 
17:41:41 [2021-08-20T17:41:41.358Z] DONE 0 tests in 0.728s
17:41:41 [2021-08-20T17:41:41.358Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan
17:41:42 [2021-08-20T17:41:42.325Z] testing: warning: no tests to run
17:41:42 [2021-08-20T17:41:42.325Z] PASS
17:41:42 [2021-08-20T17:41:42.325Z] ok  	github.com/docker/docker/integration/network/macvlan	0.081s
17:41:42 [2021-08-20T17:41:42.325Z] 
17:41:42 [2021-08-20T17:41:42.325Z] DONE 0 tests in 0.706s
17:41:42 [2021-08-20T17:41:42.325Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin
17:41:42 [2021-08-20T17:41:42.786Z] testing: warning: no tests to run
17:41:42 [2021-08-20T17:41:42.786Z] PASS
17:41:42 [2021-08-20T17:41:42.786Z] ok  	github.com/docker/docker/integration/plugin	0.080s
17:41:42 [2021-08-20T17:41:42.786Z] 
17:41:42 [2021-08-20T17:41:42.786Z] DONE 0 tests in 0.722s
17:41:42 [2021-08-20T17:41:42.786Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz
17:41:43 [2021-08-20T17:41:43.749Z] testing: warning: no tests to run
17:41:43 [2021-08-20T17:41:43.749Z] PASS
17:41:43 [2021-08-20T17:41:43.749Z] ok  	github.com/docker/docker/integration/plugin/authz	0.083s
17:41:43 [2021-08-20T17:41:43.749Z] 
17:41:43 [2021-08-20T17:41:43.749Z] DONE 0 tests in 0.749s
17:41:43 [2021-08-20T17:41:43.749Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common
17:41:44 [2021-08-20T17:41:44.970Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverList
17:41:45 [2021-08-20T17:41:45.566Z] === RUN   TestDockerSuite/TestBuildFollowSymlinkToFile
17:41:50 [2021-08-20T17:41:50.822Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
17:41:50 [2021-08-20T17:41:50.822Z] INFO: Testing against a local daemon
17:41:50 [2021-08-20T17:41:50.822Z] === RUN   TestPluginInvalidJSON
17:41:50 [2021-08-20T17:41:50.822Z] === RUN   TestPluginInvalidJSON//plugins/foobar/set
17:41:50 [2021-08-20T17:41:50.822Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set
17:41:50 [2021-08-20T17:41:50.822Z] === CONT  TestPluginInvalidJSON//plugins/foobar/set
17:41:50 [2021-08-20T17:41:50.822Z] --- PASS: TestPluginInvalidJSON (0.05s)
17:41:50 [2021-08-20T17:41:50.822Z]     --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.01s)
17:41:50 [2021-08-20T17:41:50.822Z] === RUN   TestPluginInstall
17:41:50 [2021-08-20T17:41:50.822Z]     plugin_test.go:64: testEnv.OSType == "windows"
17:41:50 [2021-08-20T17:41:50.822Z] --- SKIP: TestPluginInstall (0.00s)
17:41:50 [2021-08-20T17:41:50.822Z] === RUN   TestPluginsWithRuntimes
17:41:50 [2021-08-20T17:41:50.822Z]     plugin_test.go:173: testEnv.OSType == "windows"
17:41:50 [2021-08-20T17:41:50.822Z] --- SKIP: TestPluginsWithRuntimes (0.00s)
17:41:50 [2021-08-20T17:41:50.822Z] === RUN   TestPluginBackCompatMediaTypes
17:41:50 [2021-08-20T17:41:50.822Z]     plugin_test.go:235: testEnv.OSType == "windows"
17:41:50 [2021-08-20T17:41:50.822Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s)
17:41:50 [2021-08-20T17:41:50.822Z] PASS
17:41:50 [2021-08-20T17:41:50.822Z] ok  	github.com/docker/docker/integration/plugin/common	0.119s
17:41:50 [2021-08-20T17:41:50.822Z] 
17:41:50 [2021-08-20T17:41:50.822Z] === Skipped
17:41:50 [2021-08-20T17:41:50.822Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s)
17:41:50 [2021-08-20T17:41:50.822Z]     plugin_test.go:64: testEnv.OSType == "windows"
17:41:50 [2021-08-20T17:41:50.822Z] 
17:41:50 [2021-08-20T17:41:50.822Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s)
17:41:50 [2021-08-20T17:41:50.822Z]     plugin_test.go:173: testEnv.OSType == "windows"
17:41:50 [2021-08-20T17:41:50.822Z] 
17:41:50 [2021-08-20T17:41:50.822Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s)
17:41:50 [2021-08-20T17:41:50.822Z]     plugin_test.go:235: testEnv.OSType == "windows"
17:41:50 [2021-08-20T17:41:50.822Z] 
17:41:50 [2021-08-20T17:41:50.822Z] 
17:41:50 [2021-08-20T17:41:50.822Z] DONE 5 tests, 3 skipped in 6.857s
17:41:50 [2021-08-20T17:41:50.822Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver
17:41:51 [2021-08-20T17:41:51.330Z] === RUN   TestDockerSuite/TestBuildForceRm
17:41:53 [2021-08-20T17:41:53.725Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
17:41:53 [2021-08-20T17:41:53.725Z] INFO: Testing against a local daemon
17:41:53 [2021-08-20T17:41:53.725Z] === RUN   TestExternalGraphDriver
17:41:53 [2021-08-20T17:41:53.725Z]     external_test.go:48: runtime.GOOS == "windows"
17:41:53 [2021-08-20T17:41:53.725Z] --- SKIP: TestExternalGraphDriver (0.00s)
17:41:53 [2021-08-20T17:41:53.725Z] === RUN   TestGraphdriverPluginV2
17:41:53 [2021-08-20T17:41:53.725Z]     external_test.go:408: runtime.GOOS == "windows"
17:41:53 [2021-08-20T17:41:53.725Z] --- SKIP: TestGraphdriverPluginV2 (0.00s)
17:41:53 [2021-08-20T17:41:53.725Z] PASS
17:41:53 [2021-08-20T17:41:53.725Z] ok  	github.com/docker/docker/integration/plugin/graphdriver	0.108s
17:41:54 [2021-08-20T17:41:54.182Z] 
17:41:54 [2021-08-20T17:41:54.182Z] === Skipped
17:41:54 [2021-08-20T17:41:54.182Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s)
17:41:54 [2021-08-20T17:41:54.182Z]     external_test.go:48: runtime.GOOS == "windows"
17:41:54 [2021-08-20T17:41:54.182Z] 
17:41:54 [2021-08-20T17:41:54.182Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s)
17:41:54 [2021-08-20T17:41:54.182Z]     external_test.go:408: runtime.GOOS == "windows"
17:41:54 [2021-08-20T17:41:54.182Z] 
17:41:54 [2021-08-20T17:41:54.182Z] 
17:41:54 [2021-08-20T17:41:54.182Z] DONE 2 tests, 2 skipped in 3.304s
17:41:54 [2021-08-20T17:41:54.182Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging
17:41:56 [2021-08-20T17:41:56.351Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
17:41:56 [2021-08-20T17:41:56.351Z] INFO: Testing against a local daemon
17:41:56 [2021-08-20T17:41:56.351Z] === RUN   TestReadPluginNoRead
17:41:56 [2021-08-20T17:41:56.351Z]     read_test.go:21: no unix domain sockets on Windows
17:41:56 [2021-08-20T17:41:56.351Z] --- SKIP: TestReadPluginNoRead (0.00s)
17:41:56 [2021-08-20T17:41:56.351Z] PASS
17:41:56 [2021-08-20T17:41:56.351Z] ok  	github.com/docker/docker/integration/plugin/logging	0.101s
17:41:56 [2021-08-20T17:41:56.351Z] 
17:41:56 [2021-08-20T17:41:56.351Z] === Skipped
17:41:56 [2021-08-20T17:41:56.351Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s)
17:41:56 [2021-08-20T17:41:56.351Z]     read_test.go:21: no unix domain sockets on Windows
17:41:56 [2021-08-20T17:41:56.351Z] 
17:41:56 [2021-08-20T17:41:56.351Z] 
17:41:56 [2021-08-20T17:41:56.351Z] DONE 1 tests, 1 skipped in 2.205s
17:41:56 [2021-08-20T17:41:56.351Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard
17:41:57 [2021-08-20T17:41:57.315Z] testing: warning: no tests to run
17:41:57 [2021-08-20T17:41:57.315Z] PASS
17:41:57 [2021-08-20T17:41:57.315Z] ok  	github.com/docker/docker/integration/plugin/logging/cmd/discard	0.082s
17:41:57 [2021-08-20T17:41:57.315Z] 
17:41:57 [2021-08-20T17:41:57.315Z] DONE 0 tests in 1.094s
17:41:57 [2021-08-20T17:41:57.315Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes
17:41:58 [2021-08-20T17:41:58.369Z] === RUN   TestDockerSuite/TestBuildFromGit
17:41:59 [2021-08-20T17:41:59.490Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
17:41:59 [2021-08-20T17:41:59.490Z] INFO: Testing against a local daemon
17:41:59 [2021-08-20T17:41:59.490Z] === RUN   TestPluginWithDevMounts
17:41:59 [2021-08-20T17:41:59.490Z]     mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows"
17:41:59 [2021-08-20T17:41:59.490Z] --- SKIP: TestPluginWithDevMounts (0.00s)
17:41:59 [2021-08-20T17:41:59.490Z] PASS
17:41:59 [2021-08-20T17:41:59.490Z] ok  	github.com/docker/docker/integration/plugin/volumes	0.124s
17:41:59 [2021-08-20T17:41:59.490Z] 
17:41:59 [2021-08-20T17:41:59.490Z] === Skipped
17:41:59 [2021-08-20T17:41:59.490Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s)
17:41:59 [2021-08-20T17:41:59.490Z]     mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows"
17:41:59 [2021-08-20T17:41:59.490Z] 
17:41:59 [2021-08-20T17:41:59.490Z] 
17:41:59 [2021-08-20T17:41:59.490Z] DONE 1 tests, 1 skipped in 2.205s
17:41:59 [2021-08-20T17:41:59.828Z]     docker_cli_external_volume_driver_test.go:53: [d18425be25d70] daemon is not started
17:41:59 [2021-08-20T17:41:59.950Z] Running D:\gopath\src\github.com\docker\docker\integration\secret
17:42:01 [2021-08-20T17:42:01.479Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
17:42:01 [2021-08-20T17:42:01.479Z] INFO: Testing against a local daemon
17:42:01 [2021-08-20T17:42:01.479Z] === RUN   TestSecretInspect
17:42:01 [2021-08-20T17:42:01.479Z]     secret_test.go:25: testEnv.DaemonInfo.OSType == "windows"
17:42:01 [2021-08-20T17:42:01.479Z] --- SKIP: TestSecretInspect (0.00s)
17:42:01 [2021-08-20T17:42:01.479Z] === RUN   TestSecretList
17:42:01 [2021-08-20T17:42:01.479Z]     secret_test.go:49: testEnv.DaemonInfo.OSType == "windows"
17:42:01 [2021-08-20T17:42:01.479Z] --- SKIP: TestSecretList (0.00s)
17:42:01 [2021-08-20T17:42:01.479Z] === RUN   TestSecretsCreateAndDelete
17:42:01 [2021-08-20T17:42:01.479Z]     secret_test.go:130: testEnv.DaemonInfo.OSType == "windows"
17:42:01 [2021-08-20T17:42:01.479Z] --- SKIP: TestSecretsCreateAndDelete (0.00s)
17:42:01 [2021-08-20T17:42:01.479Z] === RUN   TestSecretsUpdate
17:42:01 [2021-08-20T17:42:01.479Z]     secret_test.go:178: testEnv.DaemonInfo.OSType == "windows"
17:42:01 [2021-08-20T17:42:01.479Z] --- SKIP: TestSecretsUpdate (0.00s)
17:42:01 [2021-08-20T17:42:01.479Z] === RUN   TestTemplatedSecret
17:42:01 [2021-08-20T17:42:01.479Z]     secret_test.go:230: testEnv.DaemonInfo.OSType == "windows"
17:42:01 [2021-08-20T17:42:01.479Z] --- SKIP: TestTemplatedSecret (0.00s)
17:42:01 [2021-08-20T17:42:01.479Z] === RUN   TestSecretCreateResolve
17:42:01 [2021-08-20T17:42:01.479Z]     secret_test.go:340: testEnv.DaemonInfo.OSType != "linux"
17:42:01 [2021-08-20T17:42:01.479Z] --- SKIP: TestSecretCreateResolve (0.00s)
17:42:01 [2021-08-20T17:42:01.479Z] PASS
17:42:01 [2021-08-20T17:42:01.479Z] ok  	github.com/docker/docker/integration/secret	0.089s
17:42:01 [2021-08-20T17:42:01.479Z] 
17:42:01 [2021-08-20T17:42:01.479Z] === Skipped
17:42:01 [2021-08-20T17:42:01.479Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s)
17:42:01 [2021-08-20T17:42:01.479Z]     secret_test.go:25: testEnv.DaemonInfo.OSType == "windows"
17:42:01 [2021-08-20T17:42:01.479Z] 
17:42:01 [2021-08-20T17:42:01.479Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s)
17:42:01 [2021-08-20T17:42:01.480Z]     secret_test.go:49: testEnv.DaemonInfo.OSType == "windows"
17:42:01 [2021-08-20T17:42:01.480Z] 
17:42:01 [2021-08-20T17:42:01.480Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s)
17:42:01 [2021-08-20T17:42:01.480Z]     secret_test.go:130: testEnv.DaemonInfo.OSType == "windows"
17:42:01 [2021-08-20T17:42:01.480Z] 
17:42:01 [2021-08-20T17:42:01.480Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s)
17:42:01 [2021-08-20T17:42:01.480Z]     secret_test.go:178: testEnv.DaemonInfo.OSType == "windows"
17:42:01 [2021-08-20T17:42:01.480Z] 
17:42:01 [2021-08-20T17:42:01.480Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s)
17:42:01 [2021-08-20T17:42:01.480Z]     secret_test.go:230: testEnv.DaemonInfo.OSType == "windows"
17:42:01 [2021-08-20T17:42:01.480Z] 
17:42:01 [2021-08-20T17:42:01.480Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s)
17:42:01 [2021-08-20T17:42:01.480Z]     secret_test.go:340: testEnv.DaemonInfo.OSType != "linux"
17:42:01 [2021-08-20T17:42:01.480Z] 
17:42:01 [2021-08-20T17:42:01.480Z] 
17:42:01 [2021-08-20T17:42:01.480Z] DONE 6 tests, 6 skipped in 1.891s
17:42:01 [2021-08-20T17:42:01.936Z] Running D:\gopath\src\github.com\docker\docker\integration\service
17:42:02 [2021-08-20T17:42:02.760Z] === RUN   TestDockerSuite/TestBuildDockerignoreTouchDockerfile
17:42:02 [2021-08-20T17:42:02.760Z] === RUN   TestDockerSuite/TestBuildDockerignoringBadExclusion
17:42:02 [2021-08-20T17:42:02.760Z] === RUN   TestDockerSuite/TestBuildDockerignoringDockerfile
17:42:03 [2021-08-20T17:42:03.038Z] === RUN   TestDockerSuite/TestBuildFromGitWithContext
17:42:03 [2021-08-20T17:42:03.998Z] === RUN   TestDockerSuite/TestBuildFromGitWithF
17:42:04 [2021-08-20T17:42:04.107Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
17:42:04 [2021-08-20T17:42:04.107Z] INFO: Testing against a local daemon
17:42:04 [2021-08-20T17:42:04.107Z] === RUN   TestServiceCreateInit
17:42:04 [2021-08-20T17:42:04.107Z] === RUN   TestServiceCreateInit/daemonInitDisabled
17:42:04 [2021-08-20T17:42:04.107Z]     create_test.go:40: testEnv.DaemonInfo.OSType == "windows"
17:42:04 [2021-08-20T17:42:04.107Z] === RUN   TestServiceCreateInit/daemonInitEnabled
17:42:04 [2021-08-20T17:42:04.107Z]     create_test.go:40: testEnv.DaemonInfo.OSType == "windows"
17:42:04 [2021-08-20T17:42:04.107Z] --- PASS: TestServiceCreateInit (0.04s)
17:42:04 [2021-08-20T17:42:04.107Z]     --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s)
17:42:04 [2021-08-20T17:42:04.107Z]     --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s)
17:42:04 [2021-08-20T17:42:04.107Z] === RUN   TestCreateServiceMultipleTimes
17:42:04 [2021-08-20T17:42:04.107Z]     create_test.go:80: testEnv.DaemonInfo.OSType == "windows"
17:42:04 [2021-08-20T17:42:04.107Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s)
17:42:04 [2021-08-20T17:42:04.107Z] === RUN   TestCreateServiceConflict
17:42:04 [2021-08-20T17:42:04.107Z]     create_test.go:153: testEnv.DaemonInfo.OSType == "windows"
17:42:04 [2021-08-20T17:42:04.107Z] --- SKIP: TestCreateServiceConflict (0.00s)
17:42:04 [2021-08-20T17:42:04.107Z] === RUN   TestCreateServiceMaxReplicas
17:42:04 [2021-08-20T17:42:04.107Z]     create_test.go:176: testEnv.DaemonInfo.OSType == "windows"
17:42:04 [2021-08-20T17:42:04.107Z] --- SKIP: TestCreateServiceMaxReplicas (0.04s)
17:42:04 [2021-08-20T17:42:04.107Z] === RUN   TestCreateWithDuplicateNetworkNames
17:42:04 [2021-08-20T17:42:04.107Z]     create_test.go:195: testEnv.DaemonInfo.OSType == "windows"
17:42:04 [2021-08-20T17:42:04.107Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s)
17:42:04 [2021-08-20T17:42:04.107Z] === RUN   TestCreateServiceSecretFileMode
17:42:04 [2021-08-20T17:42:04.107Z]     create_test.go:248: testEnv.DaemonInfo.OSType == "windows"
17:42:04 [2021-08-20T17:42:04.107Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s)
17:42:04 [2021-08-20T17:42:04.107Z] === RUN   TestCreateServiceConfigFileMode
17:42:04 [2021-08-20T17:42:04.107Z]     create_test.go:312: testEnv.DaemonInfo.OSType == "windows"
17:42:04 [2021-08-20T17:42:04.107Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s)
17:42:04 [2021-08-20T17:42:04.107Z] === RUN   TestCreateServiceSysctls
17:42:04 [2021-08-20T17:42:04.107Z]     create_test.go:404: testEnv.DaemonInfo.OSType == "windows"
17:42:04 [2021-08-20T17:42:04.107Z] --- SKIP: TestCreateServiceSysctls (0.04s)
17:42:04 [2021-08-20T17:42:04.107Z] === RUN   TestCreateServiceCapabilities
17:42:04 [2021-08-20T17:42:04.107Z]     create_test.go:488: testEnv.DaemonInfo.OSType == "windows"
17:42:04 [2021-08-20T17:42:04.107Z] --- SKIP: TestCreateServiceCapabilities (0.03s)
17:42:04 [2021-08-20T17:42:04.107Z] === RUN   TestInspect
17:42:04 [2021-08-20T17:42:04.107Z]     inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows"
17:42:04 [2021-08-20T17:42:04.107Z] --- SKIP: TestInspect (0.00s)
17:42:04 [2021-08-20T17:42:04.107Z] === RUN   TestCreateJob
17:42:04 [2021-08-20T17:42:04.107Z]     jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows"
17:42:04 [2021-08-20T17:42:04.107Z] --- SKIP: TestCreateJob (0.00s)
17:42:04 [2021-08-20T17:42:04.107Z] === RUN   TestReplicatedJob
17:42:04 [2021-08-20T17:42:04.107Z]     jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows"
17:42:04 [2021-08-20T17:42:04.107Z] --- SKIP: TestReplicatedJob (0.00s)
17:42:04 [2021-08-20T17:42:04.107Z] === RUN   TestUpdateReplicatedJob
17:42:04 [2021-08-20T17:42:04.107Z]     jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows"
17:42:04 [2021-08-20T17:42:04.107Z] --- SKIP: TestUpdateReplicatedJob (0.00s)
17:42:04 [2021-08-20T17:42:04.107Z] === RUN   TestServiceListWithStatuses
17:42:04 [2021-08-20T17:42:04.107Z]     list_test.go:32: testEnv.DaemonInfo.OSType == "windows"
17:42:04 [2021-08-20T17:42:04.107Z] --- SKIP: TestServiceListWithStatuses (0.00s)
17:42:04 [2021-08-20T17:42:04.107Z] === RUN   TestDockerNetworkConnectAlias
17:42:04 [2021-08-20T17:42:04.107Z]     network_test.go:18: testEnv.DaemonInfo.OSType == "windows"
17:42:04 [2021-08-20T17:42:04.107Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s)
17:42:04 [2021-08-20T17:42:04.107Z] === RUN   TestDockerNetworkReConnect
17:42:04 [2021-08-20T17:42:04.107Z]     network_test.go:80: testEnv.DaemonInfo.OSType == "windows"
17:42:04 [2021-08-20T17:42:04.107Z] --- SKIP: TestDockerNetworkReConnect (0.00s)
17:42:04 [2021-08-20T17:42:04.107Z] === RUN   TestServicePlugin
17:42:04 [2021-08-20T17:42:04.107Z]     plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows"
17:42:04 [2021-08-20T17:42:04.107Z] --- SKIP: TestServicePlugin (0.00s)
17:42:04 [2021-08-20T17:42:04.107Z] === RUN   TestServiceUpdateLabel
17:42:04 [2021-08-20T17:42:04.107Z]     update_test.go:21: testEnv.DaemonInfo.OSType != "linux"
17:42:04 [2021-08-20T17:42:04.107Z] --- SKIP: TestServiceUpdateLabel (0.00s)
17:42:04 [2021-08-20T17:42:04.107Z] === RUN   TestServiceUpdateSecrets
17:42:04 [2021-08-20T17:42:04.107Z]     update_test.go:77: testEnv.DaemonInfo.OSType != "linux"
17:42:04 [2021-08-20T17:42:04.107Z] --- SKIP: TestServiceUpdateSecrets (0.00s)
17:42:04 [2021-08-20T17:42:04.107Z] === RUN   TestServiceUpdateConfigs
17:42:04 [2021-08-20T17:42:04.107Z]     update_test.go:139: testEnv.DaemonInfo.OSType != "linux"
17:42:04 [2021-08-20T17:42:04.107Z] --- SKIP: TestServiceUpdateConfigs (0.00s)
17:42:04 [2021-08-20T17:42:04.107Z] === RUN   TestServiceUpdateNetwork
17:42:04 [2021-08-20T17:42:04.107Z]     update_test.go:201: testEnv.DaemonInfo.OSType != "linux"
17:42:04 [2021-08-20T17:42:04.107Z] --- SKIP: TestServiceUpdateNetwork (0.00s)
17:42:04 [2021-08-20T17:42:04.107Z] === RUN   TestServiceUpdatePidsLimit
17:42:04 [2021-08-20T17:42:04.107Z]     update_test.go:259: testEnv.DaemonInfo.OSType != "linux"
17:42:04 [2021-08-20T17:42:04.107Z] --- SKIP: TestServiceUpdatePidsLimit (0.00s)
17:42:04 [2021-08-20T17:42:04.107Z] PASS
17:42:04 [2021-08-20T17:42:04.107Z] ok  	github.com/docker/docker/integration/service	0.247s
17:42:04 [2021-08-20T17:42:04.564Z] 
17:42:04 [2021-08-20T17:42:04.564Z] === Skipped
17:42:04 [2021-08-20T17:42:04.564Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s)
17:42:04 [2021-08-20T17:42:04.564Z]     create_test.go:40: testEnv.DaemonInfo.OSType == "windows"
17:42:04 [2021-08-20T17:42:04.564Z]     --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s)
17:42:04 [2021-08-20T17:42:04.564Z] 
17:42:04 [2021-08-20T17:42:04.564Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s)
17:42:04 [2021-08-20T17:42:04.564Z]     create_test.go:40: testEnv.DaemonInfo.OSType == "windows"
17:42:04 [2021-08-20T17:42:04.564Z]     --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s)
17:42:04 [2021-08-20T17:42:04.564Z] 
17:42:04 [2021-08-20T17:42:04.564Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s)
17:42:04 [2021-08-20T17:42:04.564Z]     create_test.go:80: testEnv.DaemonInfo.OSType == "windows"
17:42:04 [2021-08-20T17:42:04.564Z] 
17:42:04 [2021-08-20T17:42:04.564Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s)
17:42:04 [2021-08-20T17:42:04.564Z]     create_test.go:153: testEnv.DaemonInfo.OSType == "windows"
17:42:04 [2021-08-20T17:42:04.564Z] 
17:42:04 [2021-08-20T17:42:04.564Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.04s)
17:42:04 [2021-08-20T17:42:04.564Z]     create_test.go:176: testEnv.DaemonInfo.OSType == "windows"
17:42:04 [2021-08-20T17:42:04.564Z] 
17:42:04 [2021-08-20T17:42:04.564Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s)
17:42:04 [2021-08-20T17:42:04.564Z]     create_test.go:195: testEnv.DaemonInfo.OSType == "windows"
17:42:04 [2021-08-20T17:42:04.564Z] 
17:42:04 [2021-08-20T17:42:04.564Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s)
17:42:04 [2021-08-20T17:42:04.564Z]     create_test.go:248: testEnv.DaemonInfo.OSType == "windows"
17:42:04 [2021-08-20T17:42:04.564Z] 
17:42:04 [2021-08-20T17:42:04.564Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s)
17:42:04 [2021-08-20T17:42:04.564Z]     create_test.go:312: testEnv.DaemonInfo.OSType == "windows"
17:42:04 [2021-08-20T17:42:04.564Z] 
17:42:04 [2021-08-20T17:42:04.564Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.04s)
17:42:04 [2021-08-20T17:42:04.564Z]     create_test.go:404: testEnv.DaemonInfo.OSType == "windows"
17:42:04 [2021-08-20T17:42:04.564Z] 
17:42:04 [2021-08-20T17:42:04.564Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.03s)
17:42:04 [2021-08-20T17:42:04.564Z]     create_test.go:488: testEnv.DaemonInfo.OSType == "windows"
17:42:04 [2021-08-20T17:42:04.564Z] 
17:42:04 [2021-08-20T17:42:04.564Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s)
17:42:04 [2021-08-20T17:42:04.564Z]     inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows"
17:42:04 [2021-08-20T17:42:04.564Z] 
17:42:04 [2021-08-20T17:42:04.564Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s)
17:42:04 [2021-08-20T17:42:04.564Z]     jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows"
17:42:04 [2021-08-20T17:42:04.564Z] 
17:42:04 [2021-08-20T17:42:04.564Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s)
17:42:04 [2021-08-20T17:42:04.564Z]     jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows"
17:42:04 [2021-08-20T17:42:04.564Z] 
17:42:04 [2021-08-20T17:42:04.564Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s)
17:42:04 [2021-08-20T17:42:04.564Z]     jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows"
17:42:04 [2021-08-20T17:42:04.564Z] 
17:42:04 [2021-08-20T17:42:04.564Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s)
17:42:04 [2021-08-20T17:42:04.564Z]     list_test.go:32: testEnv.DaemonInfo.OSType == "windows"
17:42:04 [2021-08-20T17:42:04.564Z] 
17:42:04 [2021-08-20T17:42:04.564Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s)
17:42:04 [2021-08-20T17:42:04.564Z]     network_test.go:18: testEnv.DaemonInfo.OSType == "windows"
17:42:04 [2021-08-20T17:42:04.564Z] 
17:42:04 [2021-08-20T17:42:04.564Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s)
17:42:04 [2021-08-20T17:42:04.564Z]     network_test.go:80: testEnv.DaemonInfo.OSType == "windows"
17:42:04 [2021-08-20T17:42:04.564Z] 
17:42:04 [2021-08-20T17:42:04.564Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s)
17:42:04 [2021-08-20T17:42:04.564Z]     plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows"
17:42:04 [2021-08-20T17:42:04.564Z] 
17:42:04 [2021-08-20T17:42:04.564Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s)
17:42:04 [2021-08-20T17:42:04.564Z]     update_test.go:21: testEnv.DaemonInfo.OSType != "linux"
17:42:04 [2021-08-20T17:42:04.564Z] 
17:42:04 [2021-08-20T17:42:04.564Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s)
17:42:04 [2021-08-20T17:42:04.564Z]     update_test.go:77: testEnv.DaemonInfo.OSType != "linux"
17:42:04 [2021-08-20T17:42:04.564Z] 
17:42:04 [2021-08-20T17:42:04.564Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s)
17:42:04 [2021-08-20T17:42:04.564Z]     update_test.go:139: testEnv.DaemonInfo.OSType != "linux"
17:42:04 [2021-08-20T17:42:04.564Z] 
17:42:04 [2021-08-20T17:42:04.564Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s)
17:42:04 [2021-08-20T17:42:04.564Z]     update_test.go:201: testEnv.DaemonInfo.OSType != "linux"
17:42:04 [2021-08-20T17:42:04.564Z] 
17:42:04 [2021-08-20T17:42:04.564Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s)
17:42:04 [2021-08-20T17:42:04.564Z]     update_test.go:259: testEnv.DaemonInfo.OSType != "linux"
17:42:04 [2021-08-20T17:42:04.564Z] 
17:42:04 [2021-08-20T17:42:04.564Z] 
17:42:04 [2021-08-20T17:42:04.564Z] DONE 24 tests, 23 skipped in 2.628s
17:42:04 [2021-08-20T17:42:04.564Z] Running D:\gopath\src\github.com\docker\docker\integration\session
17:42:06 [2021-08-20T17:42:06.093Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
17:42:06 [2021-08-20T17:42:06.093Z] INFO: Testing against a local daemon
17:42:06 [2021-08-20T17:42:06.093Z] === RUN   TestSessionCreate
17:42:06 [2021-08-20T17:42:06.093Z]     session_test.go:15: testEnv.OSType == "windows": FIXME
17:42:06 [2021-08-20T17:42:06.093Z] --- SKIP: TestSessionCreate (0.00s)
17:42:06 [2021-08-20T17:42:06.093Z] === RUN   TestSessionCreateWithBadUpgrade
17:42:06 [2021-08-20T17:42:06.093Z]     session_test.go:36: testEnv.OSType == "windows": FIXME
17:42:06 [2021-08-20T17:42:06.093Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s)
17:42:06 [2021-08-20T17:42:06.093Z] PASS
17:42:06 [2021-08-20T17:42:06.093Z] ok  	github.com/docker/docker/integration/session	0.103s
17:42:06 [2021-08-20T17:42:06.093Z] 
17:42:06 [2021-08-20T17:42:06.093Z] === Skipped
17:42:06 [2021-08-20T17:42:06.093Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s)
17:42:06 [2021-08-20T17:42:06.093Z]     session_test.go:15: testEnv.OSType == "windows": FIXME
17:42:06 [2021-08-20T17:42:06.093Z] 
17:42:06 [2021-08-20T17:42:06.093Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s)
17:42:06 [2021-08-20T17:42:06.093Z]     session_test.go:36: testEnv.OSType == "windows": FIXME
17:42:06 [2021-08-20T17:42:06.093Z] 
17:42:06 [2021-08-20T17:42:06.093Z] 
17:42:06 [2021-08-20T17:42:06.093Z] DONE 2 tests, 2 skipped in 1.830s
17:42:06 [2021-08-20T17:42:06.093Z] Running D:\gopath\src\github.com\docker\docker\integration\system
17:42:08 [2021-08-20T17:42:08.262Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
17:42:08 [2021-08-20T17:42:08.262Z] INFO: Testing against a local daemon
17:42:08 [2021-08-20T17:42:08.262Z] === RUN   TestCgroupDriverSystemdMemoryLimit
17:42:08 [2021-08-20T17:42:08.262Z]     cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows"
17:42:08 [2021-08-20T17:42:08.262Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s)
17:42:08 [2021-08-20T17:42:08.262Z] === RUN   TestDiskUsage
17:42:08 [2021-08-20T17:42:08.262Z]     disk_usage_test.go:15: testEnv.OSType == "windows"
17:42:08 [2021-08-20T17:42:08.262Z] --- SKIP: TestDiskUsage (0.00s)
17:42:08 [2021-08-20T17:42:08.262Z] === RUN   TestEventsExecDie
17:42:08 [2021-08-20T17:42:08.262Z]     event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec
17:42:08 [2021-08-20T17:42:08.262Z] --- SKIP: TestEventsExecDie (0.00s)
17:42:08 [2021-08-20T17:42:08.262Z] === RUN   TestEventsBackwardsCompatible
17:42:08 [2021-08-20T17:42:08.262Z]     event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages
17:42:08 [2021-08-20T17:42:08.262Z] --- SKIP: TestEventsBackwardsCompatible (0.00s)
17:42:08 [2021-08-20T17:42:08.262Z] === RUN   TestEventsVolumeCreate
17:42:08 [2021-08-20T17:42:08.262Z]     event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race
17:42:08 [2021-08-20T17:42:08.262Z] --- SKIP: TestEventsVolumeCreate (0.00s)
17:42:08 [2021-08-20T17:42:08.262Z] === RUN   TestInfoAPI
17:42:08 [2021-08-20T17:42:08.262Z] --- PASS: TestInfoAPI (0.05s)
17:42:08 [2021-08-20T17:42:08.262Z] === RUN   TestInfoAPIWarnings
17:42:08 [2021-08-20T17:42:08.262Z]     info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME
17:42:08 [2021-08-20T17:42:08.262Z] --- SKIP: TestInfoAPIWarnings (0.00s)
17:42:08 [2021-08-20T17:42:08.262Z] === RUN   TestInfoDebug
17:42:08 [2021-08-20T17:42:08.262Z]     info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
17:42:08 [2021-08-20T17:42:08.262Z] --- SKIP: TestInfoDebug (0.00s)
17:42:08 [2021-08-20T17:42:08.262Z] === RUN   TestInfoInsecureRegistries
17:42:08 [2021-08-20T17:42:08.262Z]     info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
17:42:08 [2021-08-20T17:42:08.262Z] --- SKIP: TestInfoInsecureRegistries (0.00s)
17:42:08 [2021-08-20T17:42:08.262Z] === RUN   TestInfoRegistryMirrors
17:42:08 [2021-08-20T17:42:08.262Z]     info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
17:42:08 [2021-08-20T17:42:08.262Z] --- SKIP: TestInfoRegistryMirrors (0.00s)
17:42:08 [2021-08-20T17:42:08.262Z] === RUN   TestLoginFailsWithBadCredentials
17:42:08 [2021-08-20T17:42:08.656Z] === RUN   TestDockerSuite/TestBuildFromMixedcaseDockerfile
17:42:08 [2021-08-20T17:42:08.656Z]     docker_cli_build_test.go:3698: unmatched requirement UnixCli
17:42:08 [2021-08-20T17:42:08.656Z] === RUN   TestDockerSuite/TestBuildFromOfficialNames
17:42:09 [2021-08-20T17:42:09.226Z] --- PASS: TestLoginFailsWithBadCredentials (1.01s)
17:42:09 [2021-08-20T17:42:09.227Z] === RUN   TestPingCacheHeaders
17:42:09 [2021-08-20T17:42:09.227Z] --- PASS: TestPingCacheHeaders (0.04s)
17:42:09 [2021-08-20T17:42:09.227Z] === RUN   TestPingGet
17:42:09 [2021-08-20T17:42:09.227Z] --- PASS: TestPingGet (0.04s)
17:42:09 [2021-08-20T17:42:09.227Z] === RUN   TestPingHead
17:42:09 [2021-08-20T17:42:09.227Z] --- PASS: TestPingHead (0.04s)
17:42:09 [2021-08-20T17:42:09.227Z] === RUN   TestVersion
17:42:09 [2021-08-20T17:42:09.227Z] --- PASS: TestVersion (0.03s)
17:42:09 [2021-08-20T17:42:09.227Z] PASS
17:42:09 [2021-08-20T17:42:09.227Z] ok  	github.com/docker/docker/integration/system	1.275s
17:42:09 [2021-08-20T17:42:09.227Z] 
17:42:09 [2021-08-20T17:42:09.227Z] === Skipped
17:42:09 [2021-08-20T17:42:09.227Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s)
17:42:09 [2021-08-20T17:42:09.227Z]     cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows"
17:42:09 [2021-08-20T17:42:09.227Z] 
17:42:09 [2021-08-20T17:42:09.227Z] === SKIP: github.com/docker/docker/integration/system TestDiskUsage (0.00s)
17:42:09 [2021-08-20T17:42:09.227Z]     disk_usage_test.go:15: testEnv.OSType == "windows"
17:42:09 [2021-08-20T17:42:09.227Z] 
17:42:09 [2021-08-20T17:42:09.227Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s)
17:42:09 [2021-08-20T17:42:09.227Z]     event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec
17:42:09 [2021-08-20T17:42:09.227Z] 
17:42:09 [2021-08-20T17:42:09.227Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s)
17:42:09 [2021-08-20T17:42:09.227Z]     event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages
17:42:09 [2021-08-20T17:42:09.227Z] 
17:42:09 [2021-08-20T17:42:09.227Z] === SKIP: github.com/docker/docker/integration/system TestEventsVolumeCreate (0.00s)
17:42:09 [2021-08-20T17:42:09.227Z]     event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race
17:42:09 [2021-08-20T17:42:09.227Z] 
17:42:09 [2021-08-20T17:42:09.227Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s)
17:42:09 [2021-08-20T17:42:09.227Z]     info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME
17:42:09 [2021-08-20T17:42:09.227Z] 
17:42:09 [2021-08-20T17:42:09.227Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s)
17:42:09 [2021-08-20T17:42:09.227Z]     info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
17:42:09 [2021-08-20T17:42:09.227Z] 
17:42:09 [2021-08-20T17:42:09.227Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s)
17:42:09 [2021-08-20T17:42:09.227Z]     info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
17:42:09 [2021-08-20T17:42:09.227Z] 
17:42:09 [2021-08-20T17:42:09.227Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s)
17:42:09 [2021-08-20T17:42:09.227Z]     info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://.....
17:42:09 [2021-08-20T17:42:09.227Z] 
17:42:09 [2021-08-20T17:42:09.227Z] 
17:42:09 [2021-08-20T17:42:09.227Z] DONE 15 tests, 9 skipped in 3.093s
17:42:09 [2021-08-20T17:42:09.616Z] === RUN   TestDockerSuite/TestBuildFromRemoteTarball
17:42:09 [2021-08-20T17:42:09.684Z] Running D:\gopath\src\github.com\docker\docker\integration\volume
17:42:10 [2021-08-20T17:42:10.072Z] === RUN   TestDockerSuite/TestBuildFromStdinWithF
17:42:10 [2021-08-20T17:42:10.072Z]     docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux
17:42:10 [2021-08-20T17:42:10.072Z] === RUN   TestDockerSuite/TestBuildFromURLWithF
17:42:11 [2021-08-20T17:42:11.215Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
17:42:11 [2021-08-20T17:42:11.215Z] INFO: Testing against a local daemon
17:42:11 [2021-08-20T17:42:11.215Z] === RUN   TestVolumesCreateAndList
17:42:11 [2021-08-20T17:42:11.215Z] --- PASS: TestVolumesCreateAndList (0.08s)
17:42:11 [2021-08-20T17:42:11.215Z] === RUN   TestVolumesRemove
17:42:11 [2021-08-20T17:42:11.672Z] --- PASS: TestVolumesRemove (0.12s)
17:42:11 [2021-08-20T17:42:11.672Z] === RUN   TestVolumesInspect
17:42:11 [2021-08-20T17:42:11.672Z] --- PASS: TestVolumesInspect (0.05s)
17:42:11 [2021-08-20T17:42:11.672Z] === RUN   TestVolumesInvalidJSON
17:42:11 [2021-08-20T17:42:11.672Z] === RUN   TestVolumesInvalidJSON//volumes/create
17:42:11 [2021-08-20T17:42:11.672Z] === PAUSE TestVolumesInvalidJSON//volumes/create
17:42:11 [2021-08-20T17:42:11.672Z] === CONT  TestVolumesInvalidJSON//volumes/create
17:42:11 [2021-08-20T17:42:11.672Z] --- PASS: TestVolumesInvalidJSON (0.04s)
17:42:11 [2021-08-20T17:42:11.672Z]     --- PASS: TestVolumesInvalidJSON//volumes/create (0.01s)
17:42:11 [2021-08-20T17:42:11.672Z] PASS
17:42:11 [2021-08-20T17:42:11.672Z] ok  	github.com/docker/docker/integration/volume	0.339s
17:42:11 [2021-08-20T17:42:11.672Z] 
17:42:11 [2021-08-20T17:42:11.672Z] DONE 5 tests in 2.271s
17:42:11 [2021-08-20T17:42:11.672Z] INFO: make.ps1 ended at 08/20/2021 17:42:11
17:42:11 [2021-08-20T17:42:11.672Z] INFO: Integration CLI tests being run from the host:
17:42:11 [2021-08-20T17:42:11.672Z] 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" 
17:42:14 [2021-08-20T17:42:14.664Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked
17:42:14 [2021-08-20T17:42:14.664Z]     docker_cli_external_volume_driver_test.go:53: [dc0881a331b27] daemon is not started
17:42:18 [2021-08-20T17:42:18.608Z] === RUN   TestDockerSuite/TestBuildHandleEscapesInVolume
17:42:18 [2021-08-20T17:42:18.608Z]     docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux
17:42:18 [2021-08-20T17:42:18.608Z] === RUN   TestDockerSuite/TestBuildHistory
17:42:21 [2021-08-20T17:42:21.981Z] INFO: Windows Base image is  mcr.microsoft.com/windows/servercore:ltsc2019
17:42:21 [2021-08-20T17:42:21.981Z] INFO: Testing against a local daemon
17:42:21 [2021-08-20T17:42:21.981Z] === RUN   TestDockerSuite
17:42:21 [2021-08-20T17:42:21.981Z] === RUN   TestDockerSuite/TestAPIClientVersionOldNotSupported
17:42:21 [2021-08-20T17:42:21.981Z] === RUN   TestDockerSuite/TestAPICreateDeletePredefinedNetworks
17:42:21 [2021-08-20T17:42:21.981Z]     docker_api_network_test.go:242: unmatched requirement DaemonIsLinux
17:42:21 [2021-08-20T17:42:21.981Z] === RUN   TestDockerSuite/TestAPIErrorJSON
17:42:21 [2021-08-20T17:42:21.981Z] === RUN   TestDockerSuite/TestAPIErrorNotFoundJSON
17:42:21 [2021-08-20T17:42:21.981Z] === RUN   TestDockerSuite/TestAPIErrorNotFoundPlainText
17:42:21 [2021-08-20T17:42:21.981Z] === RUN   TestDockerSuite/TestAPIErrorPlainText
17:42:21 [2021-08-20T17:42:21.981Z]     docker_api_test.go:77: unmatched requirement DaemonIsLinux
17:42:21 [2021-08-20T17:42:21.981Z] === RUN   TestDockerSuite/TestAPIGetEnabledCORS
17:42:21 [2021-08-20T17:42:21.981Z] === RUN   TestDockerSuite/TestAPIImagesDelete
17:42:21 [2021-08-20T17:42:21.981Z] === RUN   TestDockerSuite/TestAPIImagesFilter
17:42:21 [2021-08-20T17:42:21.981Z] === RUN   TestDockerSuite/TestAPIImagesHistory
17:42:22 [2021-08-20T17:42:22.946Z] === RUN   TestDockerSuite/TestAPIImagesImportBadSrc
17:42:23 [2021-08-20T17:42:23.402Z] === RUN   TestDockerSuite/TestAPIImagesSaveAndLoad
17:42:23 [2021-08-20T17:42:23.807Z] === RUN   TestDockerSuite/TestBuildDockerignoringDockerignore
17:42:28 [2021-08-20T17:42:28.886Z] === RUN   TestDockerSuite/TestBuildIidFile
17:42:29 [2021-08-20T17:42:29.341Z] === RUN   TestDockerSuite/TestBuildIidFileCleanupOnFail
17:42:29 [2021-08-20T17:42:29.500Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID
17:42:31 [2021-08-20T17:42:31.504Z] === RUN   TestDockerSuite/TestBuildInheritance
17:42:31 [2021-08-20T17:42:31.504Z]     docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux
17:42:31 [2021-08-20T17:42:31.504Z] === RUN   TestDockerSuite/TestBuildIntermediateTarget
17:42:31 [2021-08-20T17:42:31.958Z] === RUN   TestDockerSuite/TestBuildInvalidTag
17:42:31 [2021-08-20T17:42:31.958Z] === RUN   TestDockerSuite/TestBuildJSONEmptyRun
17:42:36 [2021-08-20T17:42:36.619Z] === RUN   TestDockerSuite/TestBuildLabel
17:42:37 [2021-08-20T17:42:37.074Z] === RUN   TestDockerSuite/TestBuildLabelCacheCommit
17:42:37 [2021-08-20T17:42:37.529Z] === RUN   TestDockerSuite/TestBuildLabelMultiple
17:42:38 [2021-08-20T17:42:38.488Z] === RUN   TestDockerSuite/TestBuildLabelOneNode
17:42:38 [2021-08-20T17:42:38.590Z] === RUN   TestDockerSuite/TestBuildDockerignoringOnlyDotfiles
17:42:38 [2021-08-20T17:42:38.943Z] === RUN   TestDockerSuite/TestBuildLabels
17:42:39 [2021-08-20T17:42:39.903Z] === RUN   TestDockerSuite/TestBuildLabelsCache
17:42:41 [2021-08-20T17:42:41.426Z] === RUN   TestDockerSuite/TestBuildLabelsOverride
17:42:47 [2021-08-20T17:42:47.185Z] === RUN   TestDockerSuite/TestBuildLastModified
17:42:47 [2021-08-20T17:42:47.185Z]     docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux
17:42:47 [2021-08-20T17:42:47.185Z] === RUN   TestDockerSuite/TestBuildLineBreak
17:42:47 [2021-08-20T17:42:47.185Z]     docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux
17:42:47 [2021-08-20T17:42:47.185Z] === RUN   TestDockerSuite/TestBuildLineErrorOnBuild
17:42:47 [2021-08-20T17:42:47.185Z] === RUN   TestDockerSuite/TestBuildLineErrorUnknownInstruction
17:42:47 [2021-08-20T17:42:47.185Z] === RUN   TestDockerSuite/TestBuildLineErrorWithComments
17:42:47 [2021-08-20T17:42:47.641Z] === RUN   TestDockerSuite/TestBuildLineErrorWithEmptyLines
17:42:47 [2021-08-20T17:42:47.641Z] === RUN   TestDockerSuite/TestBuildMaintainer
17:42:48 [2021-08-20T17:42:48.096Z] === RUN   TestDockerSuite/TestBuildMissingArgs
17:42:48 [2021-08-20T17:42:48.551Z] === RUN   TestDockerSuite/TestBuildModifyFileInFolder
17:42:53 [2021-08-20T17:42:53.419Z] === RUN   TestDockerSuite/TestBuildDockerignoringRenamedDockerfile
17:42:54 [2021-08-20T17:42:54.314Z] === RUN   TestDockerSuite/TestBuildMultiStageArg
17:43:01 [2021-08-20T17:43:01.520Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed
17:43:09 [2021-08-20T17:43:09.074Z] === RUN   TestDockerSuite/TestBuildMultiStageCache
17:43:09 [2021-08-20T17:43:09.074Z]     docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux
17:43:09 [2021-08-20T17:43:09.074Z] === RUN   TestDockerSuite/TestBuildMultiStageCopyFromErrors
17:43:10 [2021-08-20T17:43:10.599Z] === RUN   TestDockerSuite/TestBuildMultiStageCopyFromSyntax
17:43:16 [2021-08-20T17:43:16.357Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete
17:43:29 [2021-08-20T17:43:29.047Z] === RUN   TestDockerSuite/TestBuildDockerignoringWholeDir
17:43:34 [2021-08-20T17:43:34.404Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls
17:43:39 [2021-08-20T17:43:39.356Z] === RUN   TestDockerSuite/TestBuildDockerignoringWildDirs
17:43:40 [2021-08-20T17:43:40.498Z] === RUN   TestDockerSuite/TestBuildMultiStageGlobalArg
17:43:51 [2021-08-20T17:43:51.701Z] === RUN   TestDockerSuite/TestBuildDockerignoringWildTopDir
17:43:52 [2021-08-20T17:43:52.833Z] === RUN   TestDockerSuite/TestBuildMultiStageImplicitFrom
17:43:57 [2021-08-20T17:43:57.497Z] === RUN   TestDockerSuite/TestBuildMultiStageMultipleBuilds
17:44:04 [2021-08-20T17:44:04.538Z] === RUN   TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows
17:44:08 [2021-08-20T17:44:08.255Z] === RUN   TestDockerSuite/TestBuildMultiStageNameVariants
17:44:21 [2021-08-20T17:44:21.020Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists
17:44:23 [2021-08-20T17:44:23.019Z] === RUN   TestDockerSuite/TestBuildMultiStageResetScratch
17:44:23 [2021-08-20T17:44:23.019Z]     docker_cli_build_test.go:5920: unmatched requirement DaemonIsLinux
17:44:23 [2021-08-20T17:44:23.019Z] === RUN   TestDockerSuite/TestBuildMultiStageUnusedArg
17:44:31 [2021-08-20T17:44:31.551Z] === RUN   TestDockerSuite/TestBuildMultipleTags
17:44:31 [2021-08-20T17:44:31.551Z] === RUN   TestDockerSuite/TestBuildNetContainer
17:44:31 [2021-08-20T17:44:31.551Z]     docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux
17:44:31 [2021-08-20T17:44:31.551Z] === RUN   TestDockerSuite/TestBuildNetNone
17:44:31 [2021-08-20T17:44:31.551Z]     docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux
17:44:31 [2021-08-20T17:44:31.551Z] === RUN   TestDockerSuite/TestBuildNoContext
17:44:34 [2021-08-20T17:44:34.436Z] === RUN   TestDockerSuite/TestBuildNoDupOutput
17:44:38 [2021-08-20T17:44:38.153Z] === RUN   TestDockerSuite/TestBuildNoNamedVolume
17:44:39 [2021-08-20T17:44:39.061Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp
17:44:40 [2021-08-20T17:44:40.317Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailure
17:44:40 [2021-08-20T17:44:40.772Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailureRemote
17:44:40 [2021-08-20T17:44:40.772Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage
17:44:43 [2021-08-20T17:44:43.658Z] === RUN   TestDockerSuite/TestBuildNotVerboseSuccess
17:44:44 [2021-08-20T17:44:44.112Z] === RUN   TestDockerSuite/TestBuildNullStringInAddCopyVolume
17:44:45 [2021-08-20T17:44:45.638Z] === RUN   TestDockerSuite/TestBuildOnBuild
17:44:54 [2021-08-20T17:44:54.173Z] === RUN   TestDockerSuite/TestBuildOnBuildCache
17:44:55 [2021-08-20T17:44:55.699Z] === RUN   TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON
17:45:04 [2021-08-20T17:45:04.230Z] === RUN   TestDockerSuite/TestBuildOnBuildEntrypointJSON
17:45:05 [2021-08-20T17:45:05.435Z] === RUN   TestDockerSuite/TestAPIImagesSearchJSONContentType
17:45:05 [2021-08-20T17:45:05.435Z] === RUN   TestDockerSuite/TestAPIImagesSizeCompatibility
17:45:05 [2021-08-20T17:45:05.435Z] === RUN   TestDockerSuite/TestAPINetworkConnectDisconnect
17:45:05 [2021-08-20T17:45:05.435Z]     docker_api_network_test.go:131: unmatched requirement DaemonIsLinux
17:45:05 [2021-08-20T17:45:05.435Z] === RUN   TestDockerSuite/TestAPINetworkCreateCheckDuplicate
17:45:05 [2021-08-20T17:45:05.435Z]     docker_api_network_test.go:30: unmatched requirement DaemonIsLinux
17:45:05 [2021-08-20T17:45:05.435Z] === RUN   TestDockerSuite/TestAPINetworkFilter
17:45:05 [2021-08-20T17:45:05.435Z]     docker_api_network_test.go:68: unmatched requirement DaemonIsLinux
17:45:05 [2021-08-20T17:45:05.435Z] === RUN   TestDockerSuite/TestAPINetworkGetDefaults
17:45:05 [2021-08-20T17:45:05.435Z]     docker_api_network_test.go:21: unmatched requirement DaemonIsLinux
17:45:05 [2021-08-20T17:45:05.435Z] === RUN   TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks
17:45:05 [2021-08-20T17:45:05.435Z]     docker_api_network_test.go:173: unmatched requirement DaemonIsLinux
17:45:05 [2021-08-20T17:45:05.435Z] === RUN   TestDockerSuite/TestAPINetworkInspectBridge
17:45:05 [2021-08-20T17:45:05.435Z]     docker_api_network_test.go:74: unmatched requirement DaemonIsLinux
17:45:05 [2021-08-20T17:45:05.435Z] === RUN   TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork
17:45:05 [2021-08-20T17:45:05.435Z]     docker_api_network_test.go:100: unmatched requirement DaemonIsLinux
17:45:05 [2021-08-20T17:45:05.435Z] === RUN   TestDockerSuite/TestAPIOptionsRoute
17:45:05 [2021-08-20T17:45:05.435Z] === RUN   TestDockerSuite/TestAPIStatsContainerNotFound
17:45:05 [2021-08-20T17:45:05.435Z]     docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux
17:45:05 [2021-08-20T17:45:05.435Z] === RUN   TestDockerSuite/TestAPIStatsNetworkStats
17:45:05 [2021-08-20T17:45:05.435Z] === RUN   TestDockerSuite/TestAPIStatsNetworkStatsVersioning
17:45:05 [2021-08-20T17:45:05.436Z]     docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux
17:45:05 [2021-08-20T17:45:05.436Z] === RUN   TestDockerSuite/TestAPIStatsNoStreamConnectedContainers
17:45:05 [2021-08-20T17:45:05.436Z]     docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux
17:45:05 [2021-08-20T17:45:05.436Z] === RUN   TestDockerSuite/TestAPIStatsNoStreamGetCpu
17:45:05 [2021-08-20T17:45:05.436Z] === RUN   TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines
17:45:07 [2021-08-20T17:45:07.115Z] === RUN   TestDockerSuite/TestBuildOnBuildLimitedInheritance
17:45:07 [2021-08-20T17:45:07.603Z] === RUN   TestDockerSuite/TestAppArmorDeniesChmodProc
17:45:07 [2021-08-20T17:45:07.603Z]     docker_cli_run_test.go:3154: unmatched requirement Apparmor
17:45:07 [2021-08-20T17:45:07.603Z] === RUN   TestDockerSuite/TestAppArmorDeniesPtrace
17:45:07 [2021-08-20T17:45:07.603Z]     docker_cli_run_test.go:3132: unmatched requirement Apparmor
17:45:07 [2021-08-20T17:45:07.603Z] === RUN   TestDockerSuite/TestAppArmorTraceSelf
17:45:07 [2021-08-20T17:45:07.603Z]     docker_cli_run_test.go:3144: unmatched requirement DaemonIsLinux
17:45:07 [2021-08-20T17:45:07.603Z] === RUN   TestDockerSuite/TestAttachDisconnect
17:45:07 [2021-08-20T17:45:07.603Z]     docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux
17:45:07 [2021-08-20T17:45:07.603Z] === RUN   TestDockerSuite/TestAttachMultipleAndRestart
17:45:10 [2021-08-20T17:45:10.496Z] === RUN   TestDockerSuite/TestAttachPausedContainer
17:45:10 [2021-08-20T17:45:10.496Z]     docker_cli_attach_test.go:170: unmatched requirement IsPausable
17:45:10 [2021-08-20T17:45:10.496Z] === RUN   TestDockerSuite/TestAttachTTYWithoutStdin
17:45:10 [2021-08-20T17:45:10.496Z]     docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux
17:45:10 [2021-08-20T17:45:10.956Z] === RUN   TestDockerSuite/TestBuildAPIBuildGitWithF
17:45:11 [2021-08-20T17:45:11.143Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail
17:45:15 [2021-08-20T17:45:15.642Z] === RUN   TestDockerSuite/TestBuildOnBuildLowercase
17:45:19 [2021-08-20T17:45:19.354Z] === RUN   TestDockerSuite/TestBuildOnBuildOutput
17:45:19 [2021-08-20T17:45:19.504Z] === RUN   TestDockerSuite/TestBuildAPIDockerFileRemote
17:45:23 [2021-08-20T17:45:23.066Z] === RUN   TestDockerSuite/TestBuildOnBuildWithCopy
17:45:24 [2021-08-20T17:45:24.027Z] === RUN   TestDockerSuite/TestBuildOpaqueDirectory
17:45:24 [2021-08-20T17:45:24.027Z]     docker_cli_build_test.go:5978: unmatched requirement DaemonIsLinux
17:45:24 [2021-08-20T17:45:24.027Z] === RUN   TestDockerSuite/TestBuildPATH
17:45:24 [2021-08-20T17:45:24.027Z]     docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux
17:45:24 [2021-08-20T17:45:24.027Z] === RUN   TestDockerSuite/TestBuildRUNErrMsg
17:45:25 [2021-08-20T17:45:25.553Z] === RUN   TestDockerSuite/TestBuildRUNoneJSON
17:45:25 [2021-08-20T17:45:25.553Z]     docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux
17:45:25 [2021-08-20T17:45:25.553Z] === RUN   TestDockerSuite/TestBuildRelativeCopy
17:45:32 [2021-08-20T17:45:32.892Z] === RUN   TestDockerSuite/TestBuildDotDotFile
17:45:32 [2021-08-20T17:45:32.892Z] === RUN   TestDockerSuite/TestBuildEOLInLine
17:45:32 [2021-08-20T17:45:32.892Z]     docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux
17:45:32 [2021-08-20T17:45:32.892Z] === RUN   TestDockerSuite/TestBuildEmptyCmd
17:45:32 [2021-08-20T17:45:32.892Z]     docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux
17:45:32 [2021-08-20T17:45:32.892Z] === RUN   TestDockerSuite/TestBuildEmptyEntrypoint
17:45:32 [2021-08-20T17:45:32.892Z] === RUN   TestDockerSuite/TestBuildEmptyEntrypointInheritance
17:45:32 [2021-08-20T17:45:32.892Z] === RUN   TestDockerSuite/TestBuildEmptyScratch
17:45:32 [2021-08-20T17:45:32.892Z]     docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux
17:45:32 [2021-08-20T17:45:32.892Z] === RUN   TestDockerSuite/TestBuildEmptyStringVolume
17:45:32 [2021-08-20T17:45:32.892Z] === RUN   TestDockerSuite/TestBuildEntrypoint
17:45:32 [2021-08-20T17:45:32.892Z] === RUN   TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild
17:45:37 [2021-08-20T17:45:37.561Z] === RUN   TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect
17:45:41 [2021-08-20T17:45:41.279Z] === RUN   TestDockerSuite/TestBuildEntrypointRunCleanup
17:45:43 [2021-08-20T17:45:43.163Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed
17:45:47 [2021-08-20T17:45:47.049Z] === RUN   TestDockerSuite/TestBuildEnv
17:45:47 [2021-08-20T17:45:47.049Z]     docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux
17:45:47 [2021-08-20T17:45:47.049Z] === RUN   TestDockerSuite/TestBuildEnvEscapes
17:45:47 [2021-08-20T17:45:47.049Z]     docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux
17:45:47 [2021-08-20T17:45:47.049Z] === RUN   TestDockerSuite/TestBuildEnvOverwrite
17:45:47 [2021-08-20T17:45:47.049Z]     docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux
17:45:47 [2021-08-20T17:45:47.049Z] === RUN   TestDockerSuite/TestBuildEnvUsage
17:45:47 [2021-08-20T17:45:47.049Z]     docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux
17:45:47 [2021-08-20T17:45:47.504Z] === RUN   TestDockerSuite/TestBuildEnvUsage2
17:45:47 [2021-08-20T17:45:47.504Z]     docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux
17:45:47 [2021-08-20T17:45:47.504Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementAddCopy
17:45:52 [2021-08-20T17:45:52.177Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementEnv
17:45:52 [2021-08-20T17:45:52.177Z]     docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux
17:45:52 [2021-08-20T17:45:52.177Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementExpose
17:45:52 [2021-08-20T17:45:52.177Z]     docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux
17:45:52 [2021-08-20T17:45:52.177Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementUser
17:45:52 [2021-08-20T17:45:52.177Z]     docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux
17:45:52 [2021-08-20T17:45:52.177Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementVolume
17:45:53 [2021-08-20T17:45:53.705Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementWorkdir
17:45:55 [2021-08-20T17:45:55.327Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom
17:45:59 [2021-08-20T17:45:59.654Z] === RUN   TestDockerSuite/TestBuildEscapeNotBackslashWordTest
17:46:08 [2021-08-20T17:46:08.002Z] === RUN   TestDockerSuite/TestBuildRelativeWorkdir
17:46:13 [2021-08-20T17:46:13.373Z] === RUN   TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart
17:46:13 [2021-08-20T17:46:13.373Z]     docker_cli_external_volume_driver_test.go:485: [d0b2f53ef44f6] daemon is not started
17:46:17 [2021-08-20T17:46:17.318Z] === RUN   TestDockerSuite/TestBuildEscapeWhitespace
17:46:17 [2021-08-20T17:46:17.318Z] === RUN   TestDockerSuite/TestBuildExoticShellInterpolation
17:46:17 [2021-08-20T17:46:17.318Z]     docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux
17:46:17 [2021-08-20T17:46:17.318Z] === RUN   TestDockerSuite/TestBuildExpose
17:46:17 [2021-08-20T17:46:17.318Z]     docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux
17:46:17 [2021-08-20T17:46:17.318Z] === RUN   TestDockerSuite/TestBuildExposeMorePorts
17:46:17 [2021-08-20T17:46:17.318Z]     docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux
17:46:17 [2021-08-20T17:46:17.318Z] === RUN   TestDockerSuite/TestBuildExposeOrder
17:46:17 [2021-08-20T17:46:17.318Z]     docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux
17:46:17 [2021-08-20T17:46:17.318Z] === RUN   TestDockerSuite/TestBuildExposeUpperCaseProto
17:46:17 [2021-08-20T17:46:17.318Z]     docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux
17:46:17 [2021-08-20T17:46:17.318Z] === RUN   TestDockerSuite/TestBuildFails
17:46:20 [2021-08-20T17:46:20.220Z] === RUN   TestDockerSuite/TestBuildFailsGitNotCallable
17:46:20 [2021-08-20T17:46:20.220Z] === RUN   TestDockerSuite/TestBuildFollowSymlinkToDir
17:46:20 [2021-08-20T17:46:20.344Z] === RUN   TestDockerSuite/TestBuildRm
17:46:27 [2021-08-20T17:46:27.267Z] === RUN   TestDockerSuite/TestBuildFollowSymlinkToFile
17:46:31 [2021-08-20T17:46:31.413Z] === RUN   TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict
17:46:31 [2021-08-20T17:46:31.413Z]     docker_cli_external_volume_driver_test.go:53: [d48e1ea37e177] daemon is not started
17:46:32 [2021-08-20T17:46:32.675Z] === RUN   TestDockerSuite/TestBuildRunShEntrypoint
17:46:33 [2021-08-20T17:46:33.634Z] === RUN   TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache
17:46:33 [2021-08-20T17:46:33.634Z]     docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux
17:46:33 [2021-08-20T17:46:33.634Z] === RUN   TestDockerSuite/TestBuildScratchCopy
17:46:33 [2021-08-20T17:46:33.634Z]     docker_api_build_test.go:513: unmatched requirement DaemonIsLinux
17:46:34 [2021-08-20T17:46:34.088Z] === RUN   TestDockerSuite/TestBuildSetCommandWithDefinedShell
17:46:34 [2021-08-20T17:46:34.310Z] === RUN   TestDockerSuite/TestBuildForceRm
17:46:35 [2021-08-20T17:46:35.613Z] === RUN   TestDockerSuite/TestBuildShCmdJSONEntrypoint
17:46:39 [2021-08-20T17:46:39.324Z] === RUN   TestDockerSuite/TestBuildShellEntrypoint
17:46:41 [2021-08-20T17:46:41.356Z] === RUN   TestDockerSuite/TestBuildFromGit
17:46:43 [2021-08-20T17:46:43.043Z] === RUN   TestDockerSuite/TestBuildShellInherited
17:46:43 [2021-08-20T17:46:43.627Z] --- PASS: TestDockerExternalVolumeSuite (439.35s)
17:46:43 [2021-08-20T17:46:43.627Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.82s)
17:46:43 [2021-08-20T17:46:43.627Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.63s)
17:46:43 [2021-08-20T17:46:43.627Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.41s)
17:46:43 [2021-08-20T17:46:43.627Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.04s)
17:46:43 [2021-08-20T17:46:43.627Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.55s)
17:46:43 [2021-08-20T17:46:43.627Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.03s)
17:46:43 [2021-08-20T17:46:43.627Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.15s)
17:46:43 [2021-08-20T17:46:43.627Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.40s)
17:46:43 [2021-08-20T17:46:43.627Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.39s)
17:46:43 [2021-08-20T17:46:43.627Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.76s)
17:46:43 [2021-08-20T17:46:43.627Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.58s)
17:46:43 [2021-08-20T17:46:43.627Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.41s)
17:46:43 [2021-08-20T17:46:43.627Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.49s)
17:46:43 [2021-08-20T17:46:43.627Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (30.87s)
17:46:43 [2021-08-20T17:46:43.627Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.37s)
17:46:43 [2021-08-20T17:46:43.627Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (17.15s)
17:46:43 [2021-08-20T17:46:43.627Z]     --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.25s)
17:46:43 [2021-08-20T17:46:43.627Z]     --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.05s)
17:46:43 [2021-08-20T17:46:43.627Z] PASS
17:46:43 [2021-08-20T17:46:43.627Z] 
17:46:43 [2021-08-20T17:46:43.627Z] === Skipped
17:46:43 [2021-08-20T17:46:43.627Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s)
17:46:43 [2021-08-20T17:46:43.627Z]     docker_cli_daemon_test.go:363: unmatched requirement IPv6
17:46:43 [2021-08-20T17:46:43.627Z]     check_test.go:309: [dd8ba61996860] daemon is not started
17:46:43 [2021-08-20T17:46:43.627Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s)
17:46:43 [2021-08-20T17:46:43.627Z] 
17:46:43 [2021-08-20T17:46:43.627Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s)
17:46:43 [2021-08-20T17:46:43.627Z]     docker_cli_daemon_test.go:232: unmatched requirement Devicemapper
17:46:43 [2021-08-20T17:46:43.627Z]     check_test.go:309: [d98815e9e6a3e] daemon is not started
17:46:43 [2021-08-20T17:46:43.627Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s)
17:46:43 [2021-08-20T17:46:43.627Z] 
17:46:43 [2021-08-20T17:46:43.627Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s)
17:46:43 [2021-08-20T17:46:43.627Z]     docker_cli_daemon_test.go:212: unmatched requirement Devicemapper
17:46:43 [2021-08-20T17:46:43.627Z]     check_test.go:309: [d7b2f7204bf03] daemon is not started
17:46:43 [2021-08-20T17:46:43.627Z]     --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s)
17:46:43 [2021-08-20T17:46:43.627Z] 
17:46:43 [2021-08-20T17:46:43.627Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s)
17:46:43 [2021-08-20T17:46:43.627Z]     docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed
17:46:43 [2021-08-20T17:46:43.627Z]     --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s)
17:46:43 [2021-08-20T17:46:43.627Z] 
17:46:43 [2021-08-20T17:46:43.627Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s)
17:46:43 [2021-08-20T17:46:43.627Z]     docker_cli_swarm_test.go:130: unmatched requirement IPv6
17:46:43 [2021-08-20T17:46:43.627Z]     --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s)
17:46:43 [2021-08-20T17:46:43.627Z] 
17:46:43 [2021-08-20T17:46:43.627Z] 
17:46:43 [2021-08-20T17:46:43.627Z] DONE 273 tests, 5 skipped in 2642.429s
17:46:43 [2021-08-20T17:46:43.627Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration)
17:46:43 [2021-08-20T17:46:43.884Z] ++++ cat bundles/test-integration/docker.pid
17:46:43 [2021-08-20T17:46:43.884Z] +++ kill 8775
17:46:43 [2021-08-20T17:46:43.884Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d026c4df2bdad/docker.pid
17:46:43 [2021-08-20T17:46:43.884Z] +++ kill 7684
17:46:43 [2021-08-20T17:46:43.884Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 7684 is not a child of this shell
17:46:43 [2021-08-20T17:46:43.884Z] warning: PID 7684 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d026c4df2bdad/docker.pid had a nonzero exit code
17:46:43 [2021-08-20T17:46:43.884Z] +++ /etc/init.d/apparmor stop
17:46:43 [2021-08-20T17:46:43.884Z] Leaving: AppArmorNo profiles have been unloaded.
17:46:43 [2021-08-20T17:46:43.884Z] 
17:46:43 [2021-08-20T17:46:43.884Z] Unloading profiles will leave already running processes permanently
17:46:43 [2021-08-20T17:46:43.884Z] unconfined, which can lead to unexpected situations.
17:46:43 [2021-08-20T17:46:43.884Z] 
17:46:43 [2021-08-20T17:46:43.884Z] To set a process to complain mode, use the command line tool
17:46:43 [2021-08-20T17:46:43.884Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'."
17:46:43 [2021-08-20T17:46:43.884Z] +++ true
17:46:43 [2021-08-20T17:46:43.884Z] exiting test-integration
17:46:43 [2021-08-20T17:46:43.884Z] ++ exit 0
17:46:43 [2021-08-20T17:46:43.884Z] 
17:46:44 [2021-08-20T17:46:44.446Z] + exit 0
17:46:44 [2021-08-20T17:46:44.446Z] ++ jobs -p
17:46:44 [2021-08-20T17:46:44.446Z] + pids=
17:46:44 [2021-08-20T17:46:44.446Z] + echo 'Remaining pids to kill: []'
17:46:44 [2021-08-20T17:46:44.446Z] Remaining pids to kill: []
17:46:44 [2021-08-20T17:46:44.446Z] + '[' -z '' ']'
Post stage
[Pipeline] junit
17:46:44 [2021-08-20T17:46:44.463Z] Recording test results
17:46:44 [2021-08-20T17:46:44.806Z] [Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] sh
17:46:45 [2021-08-20T17:46:45.145Z] + echo Ensuring container killed.
17:46:45 [2021-08-20T17:46:45.145Z] Ensuring container killed.
17:46:45 [2021-08-20T17:46:45.145Z] + docker ps -aq -f name=docker-pr2-*
17:46:45 [2021-08-20T17:46:45.145Z] + cids=b1a680c29a0a
17:46:45 [2021-08-20T17:46:45.145Z] bd444663aa57
17:46:45 [2021-08-20T17:46:45.145Z] 40e520c36f00
17:46:45 [2021-08-20T17:46:45.145Z] + [ -n b1a680c29a0a
17:46:45 [2021-08-20T17:46:45.145Z] bd444663aa57
17:46:45 [2021-08-20T17:46:45.145Z] 40e520c36f00 ]
17:46:45 [2021-08-20T17:46:45.145Z] + docker rm -vf b1a680c29a0a bd444663aa57 40e520c36f00
17:46:47 [2021-08-20T17:46:47.703Z] === RUN   TestDockerSuite/TestBuildShellMultiple
17:46:49 [2021-08-20T17:46:49.316Z] b1a680c29a0a
17:46:49 [2021-08-20T17:46:49.316Z] bd444663aa57
17:46:49 [2021-08-20T17:46:49.316Z] 40e520c36f00
[Pipeline] sh
17:46:49 [2021-08-20T17:46:49.631Z] + echo Chowning /workspace to jenkins user
17:46:49 [2021-08-20T17:46:49.631Z] Chowning /workspace to jenkins user
17:46:49 [2021-08-20T17:46:49.631Z] + id -u
17:46:49 [2021-08-20T17:46:49.631Z] + id -g
17:46:49 [2021-08-20T17:46:49.631Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42765:/workspace busybox chown -R 1000:1000 /workspace
17:46:49 [2021-08-20T17:46:49.898Z] === RUN   TestDockerSuite/TestBuildFromGitWithContext
17:46:50 [2021-08-20T17:46:50.860Z] === RUN   TestDockerSuite/TestBuildFromGitWithF
[Pipeline] catchError
[Pipeline] {
[Pipeline] sh
17:46:54 [2021-08-20T17:46:54.109Z] + bundleName=amd64
17:46:54 [2021-08-20T17:46:54.109Z] + echo Creating amd64-bundles.tar.gz
17:46:54 [2021-08-20T17:46:54.109Z] Creating amd64-bundles.tar.gz
17:46:54 [2021-08-20T17:46:54.109Z] + xargs tar -czf amd64-bundles.tar.gz
17:46:54 [2021-08-20T17:46:54.109Z] + 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
17:46:55 [2021-08-20T17:46:55.484Z] Archiving artifacts
17:46:56 [2021-08-20T17:46:56.125Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42765/2/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
17:46:56 [2021-08-20T17:46:56.431Z] + make clean
17:46:56 [2021-08-20T17:46:56.431Z] docker volume rm -f docker-dev-cache
17:46:56 [2021-08-20T17:46:56.687Z] docker-dev-cache
[Pipeline] deleteDir
17:46:57 [2021-08-20T17:46:57.903Z] === RUN   TestDockerSuite/TestBuildFromMixedcaseDockerfile
17:46:57 [2021-08-20T17:46:57.903Z]     docker_cli_build_test.go:3698: unmatched requirement UnixCli
17:46:57 [2021-08-20T17:46:57.903Z] === RUN   TestDockerSuite/TestBuildFromOfficialNames
17:46:58 [2021-08-20T17:46:58.359Z] === RUN   TestDockerSuite/TestBuildFromRemoteTarball
17:46:58 [2021-08-20T17:46:58.815Z] === RUN   TestDockerSuite/TestBuildFromStdinWithF
17:46:58 [2021-08-20T17:46:58.815Z]     docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux
17:46:58 [2021-08-20T17:46:58.815Z] === RUN   TestDockerSuite/TestBuildFromURLWithF
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
17:47:02 [2021-08-20T17:47:02.466Z] === RUN   TestDockerSuite/TestBuildShellNotJSON
17:47:02 [2021-08-20T17:47:02.466Z] === RUN   TestDockerSuite/TestBuildShellUpdatesConfig
17:47:02 [2021-08-20T17:47:02.466Z] === RUN   TestDockerSuite/TestBuildShellWindowsPowershell
17:47:09 [2021-08-20T17:47:09.100Z] === RUN   TestDockerSuite/TestBuildHandleEscapesInVolume
17:47:09 [2021-08-20T17:47:09.100Z]     docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux
17:47:09 [2021-08-20T17:47:09.556Z] === RUN   TestDockerSuite/TestBuildHistory
17:47:11 [2021-08-20T17:47:11.010Z] === RUN   TestDockerSuite/TestBuildSpaces
17:47:11 [2021-08-20T17:47:11.010Z] === RUN   TestDockerSuite/TestBuildSpacesWithQuotes
17:47:14 [2021-08-20T17:47:14.719Z] === RUN   TestDockerSuite/TestBuildStartsFromOne
17:47:14 [2021-08-20T17:47:14.719Z] === RUN   TestDockerSuite/TestBuildStderr
17:47:18 [2021-08-20T17:47:18.432Z] === RUN   TestDockerSuite/TestBuildStepsWithProgress
17:47:24 [2021-08-20T17:47:24.339Z] === RUN   TestDockerSuite/TestBuildIidFile
17:47:25 [2021-08-20T17:47:25.308Z] === RUN   TestDockerSuite/TestBuildIidFileCleanupOnFail
17:47:27 [2021-08-20T17:47:27.482Z] === RUN   TestDockerSuite/TestBuildInheritance
17:47:27 [2021-08-20T17:47:27.482Z]     docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux
17:47:27 [2021-08-20T17:47:27.482Z] === RUN   TestDockerSuite/TestBuildIntermediateTarget
17:47:29 [2021-08-20T17:47:29.011Z] === RUN   TestDockerSuite/TestBuildInvalidTag
17:47:29 [2021-08-20T17:47:29.011Z] === RUN   TestDockerSuite/TestBuildJSONEmptyRun
17:47:31 [2021-08-20T17:47:31.174Z] === RUN   TestDockerSuite/TestBuildAPIDoubleDockerfile
17:47:31 [2021-08-20T17:47:31.174Z]     docker_api_build_test.go:177: unmatched requirement UnixCli
17:47:31 [2021-08-20T17:47:31.174Z] === RUN   TestDockerSuite/TestBuildAPILowerDockerfile
17:47:34 [2021-08-20T17:47:34.786Z] === RUN   TestDockerSuite/TestBuildLabel
17:47:34 [2021-08-20T17:47:34.897Z] === RUN   TestDockerSuite/TestBuildAPIRemoteTarballContext
17:47:34 [2021-08-20T17:47:34.897Z] === RUN   TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile
17:47:35 [2021-08-20T17:47:35.748Z] === RUN   TestDockerSuite/TestBuildLabelCacheCommit
17:47:36 [2021-08-20T17:47:36.059Z] === RUN   TestDockerSuite/TestBuildStopSignal
17:47:36 [2021-08-20T17:47:36.059Z]     docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux
17:47:36 [2021-08-20T17:47:36.059Z] === RUN   TestDockerSuite/TestBuildSymlinkBasename
17:47:36 [2021-08-20T17:47:36.204Z] === RUN   TestDockerSuite/TestBuildLabelMultiple
17:47:37 [2021-08-20T17:47:37.583Z] === RUN   TestDockerSuite/TestBuildSymlinkBreakout
17:47:37 [2021-08-20T17:47:37.730Z] === RUN   TestDockerSuite/TestBuildLabelOneNode
17:47:38 [2021-08-20T17:47:38.548Z] === RUN   TestDockerSuite/TestBuildTagEvent
17:47:38 [2021-08-20T17:47:38.691Z] === RUN   TestDockerSuite/TestBuildLabels
17:47:39 [2021-08-20T17:47:39.572Z] === RUN   TestDockerSuite/TestBuildAPIUnnormalizedTarPaths
17:47:39 [2021-08-20T17:47:39.657Z] === RUN   TestDockerSuite/TestBuildLabelsCache
17:47:40 [2021-08-20T17:47:40.029Z] === RUN   TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace
17:47:40 [2021-08-20T17:47:40.029Z]     docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux
17:47:40 [2021-08-20T17:47:40.029Z] === RUN   TestDockerSuite/TestBuildAddBadLinks
17:47:40 [2021-08-20T17:47:40.029Z]     docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux
17:47:40 [2021-08-20T17:47:40.029Z] === RUN   TestDockerSuite/TestBuildAddBadLinksVolume
17:47:40 [2021-08-20T17:47:40.029Z]     docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux
17:47:40 [2021-08-20T17:47:40.029Z] === RUN   TestDockerSuite/TestBuildAddBrokenTar
17:47:40 [2021-08-20T17:47:40.487Z] === RUN   TestDockerSuite/TestBuildAddCacheOnFileChange
17:47:41 [2021-08-20T17:47:41.452Z] === RUN   TestDockerSuite/TestBuildAddCurrentDirWithCache
17:47:41 [2021-08-20T17:47:41.825Z] === RUN   TestDockerSuite/TestBuildLabelsOverride
17:47:42 [2021-08-20T17:47:42.263Z] === RUN   TestDockerSuite/TestBuildTimeArgHistoryExclusions
17:47:45 [2021-08-20T17:47:45.172Z] === RUN   TestDockerSuite/TestBuildAddCurrentDirWithoutCache
17:47:46 [2021-08-20T17:47:46.706Z] === RUN   TestDockerSuite/TestBuildAddDirContentToExistingDir
17:47:46 [2021-08-20T17:47:46.706Z]     docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux
17:47:46 [2021-08-20T17:47:46.706Z] === RUN   TestDockerSuite/TestBuildAddDirContentToRoot
17:47:46 [2021-08-20T17:47:46.706Z]     docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux
17:47:46 [2021-08-20T17:47:46.706Z] === RUN   TestDockerSuite/TestBuildAddFileNotFound
17:47:46 [2021-08-20T17:47:46.706Z] === RUN   TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache
17:47:46 [2021-08-20T17:47:46.927Z] === RUN   TestDockerSuite/TestBuildUser
17:47:46 [2021-08-20T17:47:46.927Z]     docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux
17:47:46 [2021-08-20T17:47:46.927Z] === RUN   TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot
17:47:46 [2021-08-20T17:47:46.927Z]     docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux
17:47:46 [2021-08-20T17:47:46.927Z] === RUN   TestDockerSuite/TestBuildUsersAndGroups
17:47:46 [2021-08-20T17:47:46.927Z]     docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux
17:47:46 [2021-08-20T17:47:46.927Z] === RUN   TestDockerSuite/TestBuildVerboseOut
17:47:49 [2021-08-20T17:47:49.809Z] === RUN   TestDockerSuite/TestBuildVerifyIntString
17:47:50 [2021-08-20T17:47:50.367Z] === RUN   TestDockerSuite/TestBuildLastModified
17:47:50 [2021-08-20T17:47:50.367Z]     docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux
17:47:50 [2021-08-20T17:47:50.367Z] === RUN   TestDockerSuite/TestBuildLineBreak
17:47:50 [2021-08-20T17:47:50.367Z]     docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux
17:47:50 [2021-08-20T17:47:50.367Z] === RUN   TestDockerSuite/TestBuildLineErrorOnBuild
17:47:50 [2021-08-20T17:47:50.367Z] === RUN   TestDockerSuite/TestBuildLineErrorUnknownInstruction
17:47:50 [2021-08-20T17:47:50.367Z] === RUN   TestDockerSuite/TestBuildLineErrorWithComments
17:47:50 [2021-08-20T17:47:50.367Z] === RUN   TestDockerSuite/TestBuildLineErrorWithEmptyLines
17:47:50 [2021-08-20T17:47:50.367Z] === RUN   TestDockerSuite/TestBuildMaintainer
17:47:50 [2021-08-20T17:47:50.426Z] === RUN   TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache
17:47:50 [2021-08-20T17:47:50.769Z] === RUN   TestDockerSuite/TestBuildVerifySingleQuoteFails
17:47:50 [2021-08-20T17:47:50.823Z] === RUN   TestDockerSuite/TestBuildMissingArgs
17:47:51 [2021-08-20T17:47:51.784Z] === RUN   TestDockerSuite/TestBuildModifyFileInFolder
17:47:53 [2021-08-20T17:47:53.654Z] === RUN   TestDockerSuite/TestBuildVolumeFileExistsinContainer
17:47:53 [2021-08-20T17:47:53.655Z]     docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux
17:47:53 [2021-08-20T17:47:53.655Z] === RUN   TestDockerSuite/TestBuildVolumesRetainContents
17:47:53 [2021-08-20T17:47:53.655Z]     docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux
17:47:53 [2021-08-20T17:47:53.655Z] === RUN   TestDockerSuite/TestBuildWindowsAddCopyPathProcessing
17:47:58 [2021-08-20T17:47:58.831Z] === RUN   TestDockerSuite/TestBuildMultiStageArg
17:48:05 [2021-08-20T17:48:05.217Z] === RUN   TestDockerSuite/TestBuildAddNonTar
17:48:13 [2021-08-20T17:48:13.760Z] === RUN   TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict
17:48:14 [2021-08-20T17:48:14.688Z] === RUN   TestDockerSuite/TestBuildWindowsEnvCaseInsensitive
17:48:14 [2021-08-20T17:48:14.688Z] === RUN   TestDockerSuite/TestBuildWindowsUser
17:48:14 [2021-08-20T17:48:14.725Z] === RUN   TestDockerSuite/TestBuildAddPreservesFilesSpecialBits
17:48:14 [2021-08-20T17:48:14.726Z]     docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux
17:48:14 [2021-08-20T17:48:14.726Z] === RUN   TestDockerSuite/TestBuildAddRemoteFileMTime
17:48:18 [2021-08-20T17:48:18.445Z] === RUN   TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache
17:48:19 [2021-08-20T17:48:19.877Z] === RUN   TestDockerSuite/TestBuildMultiStageCache
17:48:19 [2021-08-20T17:48:19.877Z]     docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux
17:48:19 [2021-08-20T17:48:19.877Z] === RUN   TestDockerSuite/TestBuildMultiStageCopyFromErrors
17:48:19 [2021-08-20T17:48:19.976Z] === RUN   TestDockerSuite/TestBuildAddRemoteNoDecompress
17:48:20 [2021-08-20T17:48:20.840Z] === RUN   TestDockerSuite/TestBuildMultiStageCopyFromSyntax
17:48:23 [2021-08-20T17:48:23.226Z] === RUN   TestDockerSuite/TestBuildWindowsWorkdirProcessing
17:48:27 [2021-08-20T17:48:27.885Z] === RUN   TestDockerSuite/TestBuildWithExtraHost
17:48:27 [2021-08-20T17:48:27.885Z]     docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux
17:48:28 [2021-08-20T17:48:28.339Z] === RUN   TestDockerSuite/TestBuildWithExtraHostInvalidFormat
17:48:28 [2021-08-20T17:48:28.339Z]     docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux
17:48:28 [2021-08-20T17:48:28.339Z] === RUN   TestDockerSuite/TestBuildWithFailure
17:48:30 [2021-08-20T17:48:30.499Z] === RUN   TestDockerSuite/TestBuildWithInaccessibleFilesInContext
17:48:30 [2021-08-20T17:48:30.499Z]     docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux
17:48:30 [2021-08-20T17:48:30.871Z] === RUN   TestDockerSuite/TestBuildAddScript
17:48:30 [2021-08-20T17:48:30.871Z]     docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux
17:48:30 [2021-08-20T17:48:30.871Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToExistDir
17:48:30 [2021-08-20T17:48:30.871Z]     docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux
17:48:30 [2021-08-20T17:48:30.871Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToNonExistingDir
17:48:30 [2021-08-20T17:48:30.871Z]     docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux
17:48:30 [2021-08-20T17:48:30.871Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToRoot
17:48:30 [2021-08-20T17:48:30.871Z]     docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux
17:48:30 [2021-08-20T17:48:30.871Z] === RUN   TestDockerSuite/TestBuildAddSingleFileToWorkdir
17:48:30 [2021-08-20T17:48:30.871Z] === RUN   TestDockerSuite/TestBuildAddTar
17:48:30 [2021-08-20T17:48:30.954Z] === RUN   TestDockerSuite/TestBuildWithRecycleBin
17:48:39 [2021-08-20T17:48:39.478Z] === RUN   TestDockerSuite/TestBuildWithTabs
17:48:43 [2021-08-20T17:48:43.187Z] === RUN   TestDockerSuite/TestBuildWithUTF8BOM
17:48:43 [2021-08-20T17:48:43.187Z] === RUN   TestDockerSuite/TestBuildWithUTF8BOMDockerignore
17:48:55 [2021-08-20T17:48:55.520Z] === RUN   TestDockerSuite/TestBuildWithVolumeOwnership
17:48:55 [2021-08-20T17:48:55.520Z]     docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux
17:48:55 [2021-08-20T17:48:55.974Z] === RUN   TestDockerSuite/TestBuildWithVolumes
17:48:55 [2021-08-20T17:48:55.974Z]     docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux
17:48:56 [2021-08-20T17:48:56.428Z] === RUN   TestDockerSuite/TestBuildWorkdirCmd
17:48:56 [2021-08-20T17:48:56.428Z]     docker_cli_build_test.go:6058: unmatched requirement DaemonIsLinux
17:48:56 [2021-08-20T17:48:56.428Z] === RUN   TestDockerSuite/TestBuildWorkdirImageCmd
17:48:57 [2021-08-20T17:48:57.388Z] === RUN   TestDockerSuite/TestBuildWorkdirWindowsPath
17:49:03 [2021-08-20T17:49:03.307Z] === RUN   TestDockerSuite/TestBuildMultiStageGlobalArg
17:49:04 [2021-08-20T17:49:04.421Z] === RUN   TestDockerSuite/TestBuildWorkdirWithEnvVariables
17:49:05 [2021-08-20T17:49:05.380Z] === RUN   TestDockerSuite/TestBuildXZHost
17:49:05 [2021-08-20T17:49:05.380Z]     docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux
17:49:05 [2021-08-20T17:49:05.835Z] === RUN   TestDockerSuite/TestCLIProxyDisableProxyUnixSock
17:49:05 [2021-08-20T17:49:05.835Z]     docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux
17:49:05 [2021-08-20T17:49:05.835Z] === RUN   TestDockerSuite/TestClientSetsTLSServerName
17:49:05 [2021-08-20T17:49:05.835Z]     docker_cli_sni_test.go:18: Flakey test
17:49:05 [2021-08-20T17:49:05.835Z] === RUN   TestDockerSuite/TestCmdCannotBeInvoked
17:49:07 [2021-08-20T17:49:07.360Z] === RUN   TestDockerSuite/TestCommitAfterContainerIsDone
17:49:12 [2021-08-20T17:49:12.020Z] === RUN   TestDockerSuite/TestCommitChange
17:49:16 [2021-08-20T17:49:16.743Z] === RUN   TestDockerSuite/TestCommitChangeLabels
17:49:18 [2021-08-20T17:49:18.077Z] === RUN   TestDockerSuite/TestBuildMultiStageImplicitFrom
17:49:20 [2021-08-20T17:49:20.782Z] === RUN   TestDockerSuite/TestCommitHardlink
17:49:20 [2021-08-20T17:49:20.783Z]     docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux
17:49:20 [2021-08-20T17:49:20.783Z] === RUN   TestDockerSuite/TestCommitNewFile
17:49:21 [2021-08-20T17:49:21.510Z] === RUN   TestDockerSuite/TestBuildAddTarXz
17:49:21 [2021-08-20T17:49:21.510Z]     docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux
17:49:21 [2021-08-20T17:49:21.965Z] === RUN   TestDockerSuite/TestBuildAddTarXzGz
17:49:21 [2021-08-20T17:49:21.966Z]     docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux
17:49:22 [2021-08-20T17:49:22.422Z] === RUN   TestDockerSuite/TestBuildAddToSymlinkDest
17:49:23 [2021-08-20T17:49:23.868Z] === RUN   TestDockerSuite/TestBuildMultiStageMultipleBuilds
17:49:27 [2021-08-20T17:49:27.819Z] === RUN   TestDockerSuite/TestCommitPausedContainer
17:49:27 [2021-08-20T17:49:27.820Z]     docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux
17:49:27 [2021-08-20T17:49:27.820Z] === RUN   TestDockerSuite/TestCommitTTY
17:49:30 [2021-08-20T17:49:30.913Z] === RUN   TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows
17:49:34 [2021-08-20T17:49:34.858Z] === RUN   TestDockerSuite/TestCommitWithFilterLabel
17:49:37 [2021-08-20T17:49:37.956Z] === RUN   TestDockerSuite/TestBuildMultiStageNameVariants
17:49:38 [2021-08-20T17:49:38.671Z] === RUN   TestDockerSuite/TestCommitWithHostBindMount
17:49:38 [2021-08-20T17:49:38.671Z]     docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux
17:49:38 [2021-08-20T17:49:38.671Z] === RUN   TestDockerSuite/TestCommitWithoutPause
17:49:38 [2021-08-20T17:49:38.671Z]     docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux
17:49:38 [2021-08-20T17:49:38.671Z] === RUN   TestDockerSuite/TestConflictContainerNetworkAndLinks
17:49:38 [2021-08-20T17:49:38.671Z]     docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux
17:49:38 [2021-08-20T17:49:38.671Z] === RUN   TestDockerSuite/TestConflictContainerNetworkHostAndLinks
17:49:38 [2021-08-20T17:49:38.671Z]     docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux
17:49:38 [2021-08-20T17:49:38.671Z] === RUN   TestDockerSuite/TestConflictNetworkModeAndOptions
17:49:38 [2021-08-20T17:49:38.671Z]     docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux
17:49:38 [2021-08-20T17:49:38.671Z] === RUN   TestDockerSuite/TestConflictNetworkModeNetHostAndOptions
17:49:38 [2021-08-20T17:49:38.671Z]     docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux
17:49:38 [2021-08-20T17:49:38.671Z] === RUN   TestDockerSuite/TestContainerAPIBadPort
17:49:38 [2021-08-20T17:49:38.671Z]     docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux
17:49:38 [2021-08-20T17:49:38.671Z] === RUN   TestDockerSuite/TestContainerAPIChunkedEncoding
17:49:38 [2021-08-20T17:49:38.671Z] === RUN   TestDockerSuite/TestContainerAPICommit
17:49:45 [2021-08-20T17:49:45.880Z] === RUN   TestDockerSuite/TestContainerAPICommitWithLabelInConfig
17:49:47 [2021-08-20T17:49:47.620Z] === RUN   TestDockerSuite/TestBuildAddWholeDirToRoot
17:49:47 [2021-08-20T17:49:47.621Z]     docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux
17:49:47 [2021-08-20T17:49:47.621Z] === RUN   TestDockerSuite/TestBuildBlankName
17:49:47 [2021-08-20T17:49:47.621Z] === RUN   TestDockerSuite/TestBuildBuildTimeArg
17:49:51 [2021-08-20T17:49:51.790Z] === RUN   TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124
17:49:51 [2021-08-20T17:49:51.790Z]     docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux
17:49:51 [2021-08-20T17:49:51.790Z] === RUN   TestDockerSuite/TestContainerAPICopyNotExistsAnyMore
17:49:54 [2021-08-20T17:49:54.684Z] === RUN   TestDockerSuite/TestContainerAPICopyPre124
17:49:54 [2021-08-20T17:49:54.684Z]     docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux
17:49:54 [2021-08-20T17:49:54.684Z] === RUN   TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124
17:49:54 [2021-08-20T17:49:54.684Z]     docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux
17:49:54 [2021-08-20T17:49:54.684Z] === RUN   TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124
17:49:54 [2021-08-20T17:49:54.684Z]     docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux
17:49:54 [2021-08-20T17:49:54.684Z] === RUN   TestDockerSuite/TestContainerAPICreate
17:49:56 [2021-08-20T17:49:56.167Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgBuiltinArg
17:49:56 [2021-08-20T17:49:56.167Z]     docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux
17:49:56 [2021-08-20T17:49:56.624Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheHit
17:49:56 [2021-08-20T17:49:56.848Z] === RUN   TestDockerSuite/TestContainerAPICreateBridgeNetworkMode
17:49:56 [2021-08-20T17:49:56.848Z]     docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux
17:49:56 [2021-08-20T17:49:56.848Z] === RUN   TestDockerSuite/TestContainerAPICreateEmptyConfig
17:49:56 [2021-08-20T17:49:56.848Z] === RUN   TestDockerSuite/TestContainerAPICreateMountsBindRead
17:49:58 [2021-08-20T17:49:58.998Z] === RUN   TestDockerSuite/TestBuildMultiStageResetScratch
17:49:58 [2021-08-20T17:49:58.998Z]     docker_cli_build_test.go:5920: unmatched requirement DaemonIsLinux
17:49:58 [2021-08-20T17:49:58.998Z] === RUN   TestDockerSuite/TestBuildMultiStageUnusedArg
17:49:59 [2021-08-20T17:49:59.731Z] === RUN   TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig
17:49:59 [2021-08-20T17:49:59.731Z] === RUN   TestDockerSuite/TestContainerAPICreateNoHostConfig118
17:49:59 [2021-08-20T17:49:59.731Z]     docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux
17:49:59 [2021-08-20T17:49:59.731Z] === RUN   TestDockerSuite/TestContainerAPICreateOtherNetworkModes
17:49:59 [2021-08-20T17:49:59.731Z]     docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux
17:49:59 [2021-08-20T17:49:59.731Z] === RUN   TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset
17:49:59 [2021-08-20T17:49:59.731Z]     docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux
17:49:59 [2021-08-20T17:49:59.731Z] === RUN   TestDockerSuite/TestContainerAPIDelete
17:50:02 [2021-08-20T17:50:02.405Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg
17:50:02 [2021-08-20T17:50:02.617Z] === RUN   TestDockerSuite/TestContainerAPIDeleteConflict
17:50:04 [2021-08-20T17:50:04.144Z] === RUN   TestDockerSuite/TestContainerAPIDeleteForce
17:50:06 [2021-08-20T17:50:06.306Z] === RUN   TestDockerSuite/TestContainerAPIDeleteNotExist
17:50:06 [2021-08-20T17:50:06.306Z] === RUN   TestDockerSuite/TestContainerAPIDeleteRemoveLinks
17:50:06 [2021-08-20T17:50:06.306Z]     docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux
17:50:06 [2021-08-20T17:50:06.306Z] === RUN   TestDockerSuite/TestContainerAPIDeleteRemoveVolume
17:50:07 [2021-08-20T17:50:07.536Z] === RUN   TestDockerSuite/TestBuildMultipleTags
17:50:07 [2021-08-20T17:50:07.832Z] === RUN   TestDockerSuite/TestContainerAPIDeleteWithEmptyName
17:50:07 [2021-08-20T17:50:07.832Z] === RUN   TestDockerSuite/TestContainerAPIGetAll
17:50:07 [2021-08-20T17:50:07.991Z] === RUN   TestDockerSuite/TestBuildNetContainer
17:50:07 [2021-08-20T17:50:07.991Z]     docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux
17:50:07 [2021-08-20T17:50:07.991Z] === RUN   TestDockerSuite/TestBuildNetNone
17:50:07 [2021-08-20T17:50:07.991Z]     docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux
17:50:07 [2021-08-20T17:50:07.991Z] === RUN   TestDockerSuite/TestBuildNoContext
17:50:10 [2021-08-20T17:50:10.716Z] === RUN   TestDockerSuite/TestContainerAPIGetChanges
17:50:10 [2021-08-20T17:50:10.716Z]     docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux
17:50:10 [2021-08-20T17:50:10.716Z] === RUN   TestDockerSuite/TestContainerAPIGetExport
17:50:10 [2021-08-20T17:50:10.716Z]     docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux
17:50:10 [2021-08-20T17:50:10.716Z] === RUN   TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted
17:50:11 [2021-08-20T17:50:11.703Z] === RUN   TestDockerSuite/TestBuildNoDupOutput
17:50:12 [2021-08-20T17:50:12.700Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal
17:50:12 [2021-08-20T17:50:12.877Z] === RUN   TestDockerSuite/TestContainerAPIInvalidPortSyntax
17:50:12 [2021-08-20T17:50:12.877Z] === RUN   TestDockerSuite/TestContainerAPIKill
17:50:14 [2021-08-20T17:50:14.404Z] === RUN   TestDockerSuite/TestContainerAPIPause
17:50:14 [2021-08-20T17:50:14.404Z]     docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux
17:50:14 [2021-08-20T17:50:14.404Z] === RUN   TestDockerSuite/TestContainerAPIPostContainerStop
17:50:17 [2021-08-20T17:50:17.289Z] === RUN   TestDockerSuite/TestContainerAPIPostCreateNull
17:50:17 [2021-08-20T17:50:17.289Z] === RUN   TestDockerSuite/TestContainerAPIRename
17:50:17 [2021-08-20T17:50:17.466Z] === RUN   TestDockerSuite/TestBuildNoNamedVolume
17:50:19 [2021-08-20T17:50:19.453Z] === RUN   TestDockerSuite/TestContainerAPIRestart
17:50:19 [2021-08-20T17:50:19.637Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailure
17:50:20 [2021-08-20T17:50:20.092Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailureRemote
17:50:20 [2021-08-20T17:50:20.092Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage
17:50:21 [2021-08-20T17:50:21.261Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgDefaultOverride
17:50:21 [2021-08-20T17:50:21.261Z]     docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux
17:50:21 [2021-08-20T17:50:21.718Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection
17:50:22 [2021-08-20T17:50:22.975Z] === RUN   TestDockerSuite/TestBuildNotVerboseSuccess
17:50:23 [2021-08-20T17:50:23.165Z] === RUN   TestDockerSuite/TestContainerAPIRestartNotimeoutParam
17:50:24 [2021-08-20T17:50:24.500Z] === RUN   TestDockerSuite/TestBuildNullStringInAddCopyVolume
17:50:26 [2021-08-20T17:50:26.028Z] === RUN   TestDockerSuite/TestBuildOnBuild
17:50:26 [2021-08-20T17:50:26.876Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount
17:50:26 [2021-08-20T17:50:26.886Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName
17:50:26 [2021-08-20T17:50:26.886Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount
17:50:26 [2021-08-20T17:50:26.886Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch
17:50:26 [2021-08-20T17:50:26.886Z] === RUN   TestDockerSuite/TestContainerAPIStart
17:50:27 [2021-08-20T17:50:27.931Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants
17:50:27 [2021-08-20T17:50:27.931Z]     docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux
17:50:27 [2021-08-20T17:50:27.931Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgEnv
17:50:27 [2021-08-20T17:50:27.931Z]     docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux
17:50:27 [2021-08-20T17:50:27.931Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgExpansion
17:50:28 [2021-08-20T17:50:28.412Z] === RUN   TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled
17:50:28 [2021-08-20T17:50:28.412Z]     docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux
17:50:28 [2021-08-20T17:50:28.412Z] === RUN   TestDockerSuite/TestContainerAPIStop
17:50:31 [2021-08-20T17:50:31.298Z] === RUN   TestDockerSuite/TestContainerAPITop
17:50:31 [2021-08-20T17:50:31.298Z]     docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux
17:50:31 [2021-08-20T17:50:31.298Z] === RUN   TestDockerSuite/TestContainerAPITopWindows
17:50:32 [2021-08-20T17:50:32.825Z] === RUN   TestDockerSuite/TestContainerAPIVerifyHeader
17:50:33 [2021-08-20T17:50:33.282Z] === RUN   TestDockerSuite/TestContainerAPIWait
17:50:34 [2021-08-20T17:50:34.993Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgExpansionOverride
17:50:34 [2021-08-20T17:50:34.993Z]     docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux
17:50:34 [2021-08-20T17:50:34.993Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgHistory
17:50:34 [2021-08-20T17:50:34.993Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv
17:50:34 [2021-08-20T17:50:34.993Z]     docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux
17:50:35 [2021-08-20T17:50:35.449Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg
17:50:35 [2021-08-20T17:50:35.449Z]     docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux
17:50:35 [2021-08-20T17:50:35.449Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants
17:50:37 [2021-08-20T17:50:37.940Z] === RUN   TestDockerSuite/TestContainerKillCustomStopSignal
17:50:38 [2021-08-20T17:50:38.378Z] === RUN   TestDockerSuite/TestBuildOnBuildCache
17:50:39 [2021-08-20T17:50:39.465Z] === RUN   TestDockerSuite/TestContainerNetworkMode
17:50:39 [2021-08-20T17:50:39.465Z]     docker_cli_run_test.go:2408: unmatched requirement DaemonIsLinux
17:50:39 [2021-08-20T17:50:39.465Z] === RUN   TestDockerSuite/TestContainerRestartInMultipleNetworks
17:50:39 [2021-08-20T17:50:39.465Z]     docker_cli_run_test.go:3503: unmatched requirement DaemonIsLinux
17:50:39 [2021-08-20T17:50:39.465Z] === RUN   TestDockerSuite/TestContainerWithConflictingHostNetworks
17:50:39 [2021-08-20T17:50:39.465Z]     docker_cli_run_test.go:3535: unmatched requirement DaemonIsLinux
17:50:39 [2021-08-20T17:50:39.465Z] === RUN   TestDockerSuite/TestContainerWithConflictingNoneNetwork
17:50:39 [2021-08-20T17:50:39.465Z]     docker_cli_run_test.go:3566: unmatched requirement DaemonIsLinux
17:50:39 [2021-08-20T17:50:39.465Z] === RUN   TestDockerSuite/TestContainerWithConflictingSharedNetwork
17:50:39 [2021-08-20T17:50:39.465Z]     docker_cli_run_test.go:3549: unmatched requirement DaemonIsLinux
17:50:39 [2021-08-20T17:50:39.465Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe
17:50:39 [2021-08-20T17:50:39.905Z] === RUN   TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON
17:50:41 [2021-08-20T17:50:41.627Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate
17:50:41 [2021-08-20T17:50:41.627Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false__<nil>_<nil>_<nil>}
17:50:44 [2021-08-20T17:50:44.509Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false__<nil>_<nil>_<nil>}
17:50:46 [2021-08-20T17:50:46.670Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false__<nil>_<nil>_<nil>}
17:50:49 [2021-08-20T17:50:49.555Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true__<nil>_<nil>_<nil>}
17:50:51 [2021-08-20T17:50:51.714Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false__<nil>_0xc000427068_<nil>}
17:50:52 [2021-08-20T17:50:52.241Z] === RUN   TestDockerSuite/TestBuildOnBuildEntrypointJSON
17:50:57 [2021-08-20T17:50:57.329Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-1064115150_c:\foo_false__<nil>_<nil>_<nil>}
17:50:57 [2021-08-20T17:50:57.329Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-1064115150_c:\foo_true__<nil>_<nil>_<nil>}
17:50:57 [2021-08-20T17:50:57.947Z] === RUN   TestDockerSuite/TestBuildOnBuildLimitedInheritance
17:50:59 [2021-08-20T17:50:59.490Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsTmpfs
17:50:59 [2021-08-20T17:50:59.490Z]     docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux
17:50:59 [2021-08-20T17:50:59.490Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation
17:50:59 [2021-08-20T17:50:59.490Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_0
17:50:59 [2021-08-20T17:50:59.490Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_1
17:50:59 [2021-08-20T17:50:59.490Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_2
17:50:59 [2021-08-20T17:50:59.490Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_3
17:50:59 [2021-08-20T17:50:59.490Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_4
17:50:59 [2021-08-20T17:50:59.490Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_5
17:50:59 [2021-08-20T17:50:59.945Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_6
17:50:59 [2021-08-20T17:50:59.945Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_7
17:50:59 [2021-08-20T17:50:59.945Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_8
17:50:59 [2021-08-20T17:50:59.945Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_9
17:50:59 [2021-08-20T17:50:59.945Z] === RUN   TestDockerSuite/TestContainersInMultipleNetworks
17:50:59 [2021-08-20T17:50:59.945Z]     docker_cli_run_test.go:3439: unmatched requirement DaemonIsLinux
17:50:59 [2021-08-20T17:50:59.945Z] === RUN   TestDockerSuite/TestContainersInUserDefinedNetwork
17:50:59 [2021-08-20T17:50:59.945Z]     docker_cli_run_test.go:3431: unmatched requirement DaemonIsLinux
17:50:59 [2021-08-20T17:50:59.945Z] === RUN   TestDockerSuite/TestContainersNetworkIsolation
17:50:59 [2021-08-20T17:50:59.945Z]     docker_cli_run_test.go:3458: unmatched requirement DaemonIsLinux
17:50:59 [2021-08-20T17:50:59.945Z] === RUN   TestDockerSuite/TestCopyAndRestart
17:50:59 [2021-08-20T17:50:59.945Z]     docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux
17:50:59 [2021-08-20T17:50:59.945Z] === RUN   TestDockerSuite/TestCopyCreatedContainer
17:50:59 [2021-08-20T17:50:59.945Z]     docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux
17:51:00 [2021-08-20T17:51:00.400Z] === RUN   TestDockerSuite/TestCpAbsolutePath
17:51:02 [2021-08-20T17:51:02.563Z] === RUN   TestDockerSuite/TestCpAbsoluteSymlink
17:51:02 [2021-08-20T17:51:02.563Z]     docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux
17:51:02 [2021-08-20T17:51:02.563Z] === RUN   TestDockerSuite/TestCpFromCaseA
17:51:02 [2021-08-20T17:51:02.563Z]     docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux
17:51:02 [2021-08-20T17:51:02.563Z] === RUN   TestDockerSuite/TestCpFromCaseB
17:51:02 [2021-08-20T17:51:02.563Z]     docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux
17:51:02 [2021-08-20T17:51:02.563Z] === RUN   TestDockerSuite/TestCpFromCaseC
17:51:02 [2021-08-20T17:51:02.563Z]     docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux
17:51:02 [2021-08-20T17:51:02.563Z] === RUN   TestDockerSuite/TestCpFromCaseD
17:51:02 [2021-08-20T17:51:02.563Z]     docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux
17:51:02 [2021-08-20T17:51:02.563Z] === RUN   TestDockerSuite/TestCpFromCaseE
17:51:02 [2021-08-20T17:51:02.563Z]     docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux
17:51:02 [2021-08-20T17:51:02.563Z] === RUN   TestDockerSuite/TestCpFromCaseF
17:51:02 [2021-08-20T17:51:02.563Z]     docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux
17:51:02 [2021-08-20T17:51:02.563Z] === RUN   TestDockerSuite/TestCpFromCaseG
17:51:02 [2021-08-20T17:51:02.563Z]     docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux
17:51:02 [2021-08-20T17:51:02.563Z] === RUN   TestDockerSuite/TestCpFromCaseH
17:51:02 [2021-08-20T17:51:02.563Z]     docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux
17:51:02 [2021-08-20T17:51:02.563Z] === RUN   TestDockerSuite/TestCpFromCaseI
17:51:02 [2021-08-20T17:51:02.563Z]     docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux
17:51:02 [2021-08-20T17:51:02.563Z] === RUN   TestDockerSuite/TestCpFromCaseJ
17:51:02 [2021-08-20T17:51:02.563Z]     docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux
17:51:02 [2021-08-20T17:51:02.563Z] === RUN   TestDockerSuite/TestCpFromSymlinkDestination
17:51:02 [2021-08-20T17:51:02.563Z]     docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux
17:51:02 [2021-08-20T17:51:02.564Z] === RUN   TestDockerSuite/TestCpFromSymlinkToDirectory
17:51:02 [2021-08-20T17:51:02.564Z]     docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux
17:51:02 [2021-08-20T17:51:02.564Z] === RUN   TestDockerSuite/TestCpGarbagePath
17:51:05 [2021-08-20T17:51:05.447Z] === RUN   TestDockerSuite/TestCpLocalOnly
17:51:05 [2021-08-20T17:51:05.447Z] === RUN   TestDockerSuite/TestCpNameHasColon
17:51:05 [2021-08-20T17:51:05.447Z]     docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux
17:51:05 [2021-08-20T17:51:05.447Z] === RUN   TestDockerSuite/TestCpRelativePath
17:51:06 [2021-08-20T17:51:06.487Z] === RUN   TestDockerSuite/TestBuildOnBuildLowercase
17:51:07 [2021-08-20T17:51:07.608Z] === RUN   TestDockerSuite/TestCpSpecialFiles
17:51:07 [2021-08-20T17:51:07.609Z]     docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux
17:51:07 [2021-08-20T17:51:07.609Z] === RUN   TestDockerSuite/TestCpSymlinkComponent
17:51:07 [2021-08-20T17:51:07.609Z]     docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux
17:51:07 [2021-08-20T17:51:07.609Z] === RUN   TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink
17:51:07 [2021-08-20T17:51:07.609Z]     docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux
17:51:07 [2021-08-20T17:51:07.609Z] === RUN   TestDockerSuite/TestCpToCaseA
17:51:11 [2021-08-20T17:51:11.912Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg
17:51:12 [2021-08-20T17:51:12.250Z] === RUN   TestDockerSuite/TestBuildOnBuildOutput
17:51:12 [2021-08-20T17:51:12.267Z] === RUN   TestDockerSuite/TestCpToCaseB
17:51:14 [2021-08-20T17:51:14.427Z] === RUN   TestDockerSuite/TestCpToCaseC
17:51:14 [2021-08-20T17:51:14.427Z]     docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux
17:51:14 [2021-08-20T17:51:14.427Z] === RUN   TestDockerSuite/TestCpToCaseD
17:51:14 [2021-08-20T17:51:14.427Z]     docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux
17:51:14 [2021-08-20T17:51:14.427Z] === RUN   TestDockerSuite/TestCpToCaseE
17:51:14 [2021-08-20T17:51:14.807Z] === RUN   TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse
17:51:14 [2021-08-20T17:51:14.807Z]     docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux
17:51:15 [2021-08-20T17:51:15.770Z] === RUN   TestDockerSuite/TestBuildCacheAdd
17:51:15 [2021-08-20T17:51:15.770Z]     docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux
17:51:16 [2021-08-20T17:51:16.228Z] === RUN   TestDockerSuite/TestBuildCacheBrokenSymlink
17:51:17 [2021-08-20T17:51:17.766Z] === RUN   TestDockerSuite/TestBuildCacheFrom
17:51:17 [2021-08-20T17:51:17.766Z]     docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux
17:51:17 [2021-08-20T17:51:17.766Z] === RUN   TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength
17:51:18 [2021-08-20T17:51:18.014Z] === RUN   TestDockerSuite/TestBuildOnBuildWithCopy
17:51:18 [2021-08-20T17:51:18.977Z] === RUN   TestDockerSuite/TestBuildOpaqueDirectory
17:51:18 [2021-08-20T17:51:18.977Z]     docker_cli_build_test.go:5978: unmatched requirement DaemonIsLinux
17:51:18 [2021-08-20T17:51:18.977Z] === RUN   TestDockerSuite/TestBuildPATH
17:51:18 [2021-08-20T17:51:18.977Z]     docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux
17:51:18 [2021-08-20T17:51:18.977Z] === RUN   TestDockerSuite/TestBuildRUNErrMsg
17:51:21 [2021-08-20T17:51:21.864Z] === RUN   TestDockerSuite/TestBuildRUNoneJSON
17:51:21 [2021-08-20T17:51:21.864Z]     docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux
17:51:21 [2021-08-20T17:51:21.864Z] === RUN   TestDockerSuite/TestBuildRelativeCopy
17:51:23 [2021-08-20T17:51:23.536Z] === RUN   TestDockerSuite/TestBuildCacheRootSource
17:51:24 [2021-08-20T17:51:24.501Z] === RUN   TestDockerSuite/TestBuildChownOnCopy
17:51:24 [2021-08-20T17:51:24.501Z]     docker_api_build_test.go:402: unmatched requirement DaemonIsLinux
17:51:24 [2021-08-20T17:51:24.501Z] === RUN   TestDockerSuite/TestBuildChownSingleFile
17:51:24 [2021-08-20T17:51:24.501Z]     docker_cli_build_test.go:3571: unmatched requirement UnixCli
17:51:24 [2021-08-20T17:51:24.501Z] === RUN   TestDockerSuite/TestBuildCleanupCmdOnEntrypoint
17:51:24 [2021-08-20T17:51:24.710Z] === RUN   TestDockerSuite/TestCpToCaseF
17:51:24 [2021-08-20T17:51:24.710Z]     docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux
17:51:24 [2021-08-20T17:51:24.710Z] === RUN   TestDockerSuite/TestCpToCaseG
17:51:24 [2021-08-20T17:51:24.710Z]     docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux
17:51:24 [2021-08-20T17:51:24.710Z] === RUN   TestDockerSuite/TestCpToCaseH
17:51:26 [2021-08-20T17:51:26.679Z] === RUN   TestDockerSuite/TestBuildClearCmd
17:51:27 [2021-08-20T17:51:27.643Z] === RUN   TestDockerSuite/TestBuildCmd
17:51:28 [2021-08-20T17:51:28.100Z] === RUN   TestDockerSuite/TestBuildCmdJSONNoShDashC
17:51:29 [2021-08-20T17:51:29.063Z] === RUN   TestDockerSuite/TestBuildCmdShDashC
17:51:29 [2021-08-20T17:51:29.520Z] === RUN   TestDockerSuite/TestBuildCmdShellArgsEscaped
17:51:33 [2021-08-20T17:51:33.237Z] === RUN   TestDockerSuite/TestCpToCaseI
17:51:33 [2021-08-20T17:51:33.238Z]     docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux
17:51:33 [2021-08-20T17:51:33.238Z] === RUN   TestDockerSuite/TestCpToCaseJ
17:51:33 [2021-08-20T17:51:33.238Z]     docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux
17:51:33 [2021-08-20T17:51:33.238Z] === RUN   TestDockerSuite/TestCpToDot
17:51:34 [2021-08-20T17:51:34.766Z] === RUN   TestDockerSuite/TestCpToErrReadOnlyRootfs
17:51:34 [2021-08-20T17:51:34.766Z]     docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux
17:51:34 [2021-08-20T17:51:34.766Z] === RUN   TestDockerSuite/TestCpToErrReadOnlyVolume
17:51:34 [2021-08-20T17:51:34.766Z]     docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux
17:51:34 [2021-08-20T17:51:34.766Z] === RUN   TestDockerSuite/TestCpToStdout
17:51:35 [2021-08-20T17:51:35.292Z] === RUN   TestDockerSuite/TestBuildCmdSpaces
17:51:36 [2021-08-20T17:51:36.931Z] === RUN   TestDockerSuite/TestCpToSymlinkDestination
17:51:36 [2021-08-20T17:51:36.931Z]     docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux
17:51:36 [2021-08-20T17:51:36.931Z] === RUN   TestDockerSuite/TestCpToSymlinkToDirectory
17:51:36 [2021-08-20T17:51:36.931Z]     docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux
17:51:36 [2021-08-20T17:51:36.931Z] === RUN   TestDockerSuite/TestCpUnprivilegedUser
17:51:36 [2021-08-20T17:51:36.931Z]     docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux
17:51:36 [2021-08-20T17:51:36.931Z] === RUN   TestDockerSuite/TestCpVolumePath
17:51:36 [2021-08-20T17:51:36.931Z]     docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux
17:51:36 [2021-08-20T17:51:36.931Z] === RUN   TestDockerSuite/TestCreate64ByteHexID
17:51:37 [2021-08-20T17:51:37.386Z] === RUN   TestDockerSuite/TestCreateArgs
17:51:37 [2021-08-20T17:51:37.386Z] === RUN   TestDockerSuite/TestCreateByImageID
17:51:38 [2021-08-20T17:51:38.186Z] === RUN   TestDockerSuite/TestBuildCommentsShebangs
17:51:38 [2021-08-20T17:51:38.186Z]     docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux
17:51:38 [2021-08-20T17:51:38.186Z] === RUN   TestDockerSuite/TestBuildConditionalCache
17:51:39 [2021-08-20T17:51:39.151Z] === RUN   TestDockerSuite/TestBuildContainerWithCgroupParent
17:51:39 [2021-08-20T17:51:39.151Z]     docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux
17:51:39 [2021-08-20T17:51:39.151Z] === RUN   TestDockerSuite/TestBuildContextCleanup
17:51:39 [2021-08-20T17:51:39.545Z] === RUN   TestDockerSuite/TestCreateEchoStdout
17:51:40 [2021-08-20T17:51:40.113Z] === RUN   TestDockerSuite/TestBuildContextCleanupFailedBuild
17:51:41 [2021-08-20T17:51:41.703Z] === RUN   TestDockerSuite/TestCreateGrowRootfs
17:51:41 [2021-08-20T17:51:41.703Z] === RUN   TestDockerSuite/TestCreateHostConfig
17:51:41 [2021-08-20T17:51:41.703Z] === RUN   TestDockerSuite/TestCreateHostnameWithNumber
17:51:42 [2021-08-20T17:51:42.280Z] === RUN   TestDockerSuite/TestBuildContextTarGzip
17:51:43 [2021-08-20T17:51:43.227Z] === RUN   TestDockerSuite/TestCreateLabelFromImage
17:51:43 [2021-08-20T17:51:43.243Z] === RUN   TestDockerSuite/TestBuildContextTarNoCompression
17:51:43 [2021-08-20T17:51:43.700Z] === RUN   TestDockerSuite/TestBuildCopyAddMultipleFiles
17:51:43 [2021-08-20T17:51:43.700Z]     docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux
17:51:43 [2021-08-20T17:51:43.700Z] === RUN   TestDockerSuite/TestBuildCopyCacheOnFileChange
17:51:44 [2021-08-20T17:51:44.185Z] === RUN   TestDockerSuite/TestCreateLabels
17:51:44 [2021-08-20T17:51:44.186Z] === RUN   TestDockerSuite/TestCreateModeIpcContainer
17:51:44 [2021-08-20T17:51:44.186Z]     docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux
17:51:44 [2021-08-20T17:51:44.186Z] === RUN   TestDockerSuite/TestCreateRM
17:51:44 [2021-08-20T17:51:44.642Z] === RUN   TestDockerSuite/TestCreateShrinkRootfs
17:51:44 [2021-08-20T17:51:44.642Z]     docker_cli_create_test.go:71: unmatched requirement Devicemapper
17:51:44 [2021-08-20T17:51:44.642Z] === RUN   TestDockerSuite/TestCreateStopSignal
17:51:44 [2021-08-20T17:51:44.642Z] === RUN   TestDockerSuite/TestCreateStopTimeout
17:51:44 [2021-08-20T17:51:44.666Z] === RUN   TestDockerSuite/TestBuildCopyDirButNotFile
17:51:45 [2021-08-20T17:51:45.097Z] === RUN   TestDockerSuite/TestCreateUnsetEntrypoint
17:51:45 [2021-08-20T17:51:45.629Z] === RUN   TestDockerSuite/TestBuildCopyDirContentToExistDir
17:51:45 [2021-08-20T17:51:45.629Z]     docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux
17:51:45 [2021-08-20T17:51:45.629Z] === RUN   TestDockerSuite/TestBuildCopyDirContentToRoot
17:51:45 [2021-08-20T17:51:45.629Z]     docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux
17:51:45 [2021-08-20T17:51:45.629Z] === RUN   TestDockerSuite/TestBuildCopyFileDotWithWorkdir
17:51:51 [2021-08-20T17:51:51.402Z] === RUN   TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows
17:51:53 [2021-08-20T17:51:53.626Z] === RUN   TestDockerSuite/TestCreateVolumesCreated
17:51:53 [2021-08-20T17:51:53.626Z] === RUN   TestDockerSuite/TestCreateWithInvalidLogOpts
17:51:53 [2021-08-20T17:51:53.626Z] === RUN   TestDockerSuite/TestCreateWithLargePortRange
17:51:56 [2021-08-20T17:51:56.513Z] === RUN   TestDockerSuite/TestCreateWithPortRange
17:51:56 [2021-08-20T17:51:56.513Z] === RUN   TestDockerSuite/TestCreateWithTooLowMemoryLimit
17:51:56 [2021-08-20T17:51:56.513Z]     docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux
17:51:56 [2021-08-20T17:51:56.513Z] === RUN   TestDockerSuite/TestCreateWithWorkdir
17:51:58 [2021-08-20T17:51:58.678Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds
17:51:58 [2021-08-20T17:51:58.678Z]     docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux
17:51:58 [2021-08-20T17:51:58.678Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig
17:51:59 [2021-08-20T17:51:59.133Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds
17:51:59 [2021-08-20T17:51:59.133Z]     docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux
17:51:59 [2021-08-20T17:51:59.133Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom
17:51:59 [2021-08-20T17:51:59.133Z]     docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux
17:51:59 [2021-08-20T17:51:59.133Z] === RUN   TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume
17:51:59 [2021-08-20T17:51:59.133Z]     docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux
17:51:59 [2021-08-20T17:51:59.133Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig
17:51:59 [2021-08-20T17:51:59.133Z]     docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux
17:51:59 [2021-08-20T17:51:59.133Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked
17:51:59 [2021-08-20T17:51:59.133Z]     docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux
17:51:59 [2021-08-20T17:51:59.133Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig
17:51:59 [2021-08-20T17:51:59.133Z]     docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux
17:51:59 [2021-08-20T17:51:59.133Z] === RUN   TestDockerSuite/TestDeprecatedStartWithNilDNS
17:51:59 [2021-08-20T17:51:59.133Z]     docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux
17:51:59 [2021-08-20T17:51:59.133Z] === RUN   TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit
17:51:59 [2021-08-20T17:51:59.133Z]     docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux
17:51:59 [2021-08-20T17:51:59.133Z] === RUN   TestDockerSuite/TestDevicePermissions
17:51:59 [2021-08-20T17:51:59.133Z]     docker_cli_run_test.go:2968: unmatched requirement DaemonIsLinux
17:51:59 [2021-08-20T17:51:59.133Z] === RUN   TestDockerSuite/TestDockerFails
17:51:59 [2021-08-20T17:51:59.133Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFrom
17:51:59 [2021-08-20T17:51:59.133Z]     docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux
17:51:59 [2021-08-20T17:51:59.133Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind
17:51:59 [2021-08-20T17:51:59.133Z]     docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux
17:51:59 [2021-08-20T17:51:59.133Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts
17:51:59 [2021-08-20T17:51:59.133Z]     docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux
17:51:59 [2021-08-20T17:51:59.133Z] === RUN   TestDockerSuite/TestEventsAttach
17:51:59 [2021-08-20T17:51:59.133Z]     docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux
17:51:59 [2021-08-20T17:51:59.133Z] === RUN   TestDockerSuite/TestEventsCommit
17:51:59 [2021-08-20T17:51:59.133Z]     docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux
17:51:59 [2021-08-20T17:51:59.133Z] === RUN   TestDockerSuite/TestEventsContainerEvents
17:52:01 [2021-08-20T17:52:01.294Z] === RUN   TestDockerSuite/TestEventsContainerEventsAttrSort
17:52:03 [2021-08-20T17:52:03.457Z] === RUN   TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch
17:52:04 [2021-08-20T17:52:04.983Z] === RUN   TestDockerSuite/TestEventsContainerRestart
17:52:12 [2021-08-20T17:52:12.495Z] === RUN   TestDockerSuite/TestBuildRelativeWorkdir
17:52:13 [2021-08-20T17:52:13.514Z] === RUN   TestDockerSuite/TestEventsCopy
17:52:17 [2021-08-20T17:52:17.225Z] === RUN   TestDockerSuite/TestEventsFilterContainer
17:52:21 [2021-08-20T17:52:21.884Z] === RUN   TestDockerSuite/TestEventsFilterImageInContainerAction
17:52:24 [2021-08-20T17:52:24.045Z] === RUN   TestDockerSuite/TestEventsFilterImageLabels
17:52:24 [2021-08-20T17:52:24.500Z] === RUN   TestDockerSuite/TestEventsFilterImageName
17:52:27 [2021-08-20T17:52:27.056Z] === RUN   TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths
17:52:27 [2021-08-20T17:52:27.056Z] === RUN   TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths
17:52:27 [2021-08-20T17:52:27.513Z] === RUN   TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive
17:52:29 [2021-08-20T17:52:29.162Z] === RUN   TestDockerSuite/TestEventsFilterLabels
17:52:29 [2021-08-20T17:52:29.162Z] === RUN   TestDockerSuite/TestEventsFilterType
17:52:30 [2021-08-20T17:52:30.122Z] === RUN   TestDockerSuite/TestEventsFilters
17:52:33 [2021-08-20T17:52:33.287Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToExistDir
17:52:33 [2021-08-20T17:52:33.287Z]     docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux
17:52:33 [2021-08-20T17:52:33.745Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToNonExistDir
17:52:33 [2021-08-20T17:52:33.745Z]     docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux
17:52:34 [2021-08-20T17:52:34.201Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToRoot
17:52:34 [2021-08-20T17:52:34.201Z]     docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux
17:52:34 [2021-08-20T17:52:34.201Z] === RUN   TestDockerSuite/TestBuildCopySingleFileToWorkdir
17:52:35 [2021-08-20T17:52:35.167Z] === RUN   TestDockerSuite/TestBuildCopyWholeDirToRoot
17:52:35 [2021-08-20T17:52:35.167Z]     docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux
17:52:35 [2021-08-20T17:52:35.167Z] === RUN   TestDockerSuite/TestBuildCopyWildcard
17:52:35 [2021-08-20T17:52:35.891Z] === RUN   TestDockerSuite/TestEventsFormat
17:52:37 [2021-08-20T17:52:37.582Z] === RUN   TestDockerSuite/TestBuildRm
17:52:40 [2021-08-20T17:52:40.548Z] === RUN   TestDockerSuite/TestEventsFormatBadField
17:52:40 [2021-08-20T17:52:40.548Z] === RUN   TestDockerSuite/TestEventsFormatBadFunc
17:52:40 [2021-08-20T17:52:40.548Z] === RUN   TestDockerSuite/TestEventsImageImport
17:52:40 [2021-08-20T17:52:40.548Z]     docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux
17:52:40 [2021-08-20T17:52:40.548Z] === RUN   TestDockerSuite/TestEventsImageLoad
17:52:40 [2021-08-20T17:52:40.548Z]     docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux
17:52:40 [2021-08-20T17:52:40.548Z] === RUN   TestDockerSuite/TestEventsImagePull
17:52:40 [2021-08-20T17:52:40.548Z]     docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux
17:52:40 [2021-08-20T17:52:40.548Z] === RUN   TestDockerSuite/TestEventsImageTag
17:52:41 [2021-08-20T17:52:41.004Z] === RUN   TestDockerSuite/TestEventsPluginOps
17:52:41 [2021-08-20T17:52:41.004Z]     docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux
17:52:41 [2021-08-20T17:52:41.004Z] === RUN   TestDockerSuite/TestEventsRename
17:52:43 [2021-08-20T17:52:43.891Z] === RUN   TestDockerSuite/TestEventsResize
17:52:52 [2021-08-20T17:52:52.354Z] === RUN   TestDockerSuite/TestBuildRunShEntrypoint
17:52:52 [2021-08-20T17:52:52.422Z] === RUN   TestDockerSuite/TestEventsSinceInTheFuture
17:52:53 [2021-08-20T17:52:53.383Z] === RUN   TestDockerSuite/TestEventsSpecialFiltersWithExecCreate
17:52:55 [2021-08-20T17:52:55.243Z] === RUN   TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache
17:52:55 [2021-08-20T17:52:55.243Z]     docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux
17:52:55 [2021-08-20T17:52:55.243Z] === RUN   TestDockerSuite/TestBuildScratchCopy
17:52:55 [2021-08-20T17:52:55.243Z]     docker_api_build_test.go:513: unmatched requirement DaemonIsLinux
17:52:55 [2021-08-20T17:52:55.243Z] === RUN   TestDockerSuite/TestBuildSetCommandWithDefinedShell
17:52:55 [2021-08-20T17:52:55.547Z] === RUN   TestDockerSuite/TestEventsTimestampFormats
17:52:57 [2021-08-20T17:52:57.406Z] === RUN   TestDockerSuite/TestBuildShCmdJSONEntrypoint
17:53:01 [2021-08-20T17:53:01.303Z] === RUN   TestDockerSuite/TestEventsTop
17:53:01 [2021-08-20T17:53:01.303Z]     docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux
17:53:01 [2021-08-20T17:53:01.303Z] === RUN   TestDockerSuite/TestEventsUntag
17:53:02 [2021-08-20T17:53:02.075Z] === RUN   TestDockerSuite/TestBuildShellEntrypoint
17:53:03 [2021-08-20T17:53:03.463Z] === RUN   TestDockerSuite/TestEventsUntilInThePast
17:53:06 [2021-08-20T17:53:06.742Z] === RUN   TestDockerSuite/TestBuildShellInherited
17:53:07 [2021-08-20T17:53:07.177Z] === RUN   TestDockerSuite/TestExec
17:53:07 [2021-08-20T17:53:07.177Z]     docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux
17:53:07 [2021-08-20T17:53:07.177Z] === RUN   TestDockerSuite/TestExecAPICreateContainerPaused
17:53:07 [2021-08-20T17:53:07.177Z]     docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux
17:53:07 [2021-08-20T17:53:07.177Z] === RUN   TestDockerSuite/TestExecAPICreateNoCmd
17:53:09 [2021-08-20T17:53:09.342Z] === RUN   TestDockerSuite/TestExecAPICreateNoValidContentType
17:53:10 [2021-08-20T17:53:10.867Z] === RUN   TestDockerSuite/TestExecAPIStart
17:53:10 [2021-08-20T17:53:10.867Z]     docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux
17:53:10 [2021-08-20T17:53:10.867Z] === RUN   TestDockerSuite/TestExecAPIStartBackwardsCompatible
17:53:10 [2021-08-20T17:53:10.867Z]     docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux
17:53:10 [2021-08-20T17:53:10.867Z] === RUN   TestDockerSuite/TestExecAPIStartEnsureHeaders
17:53:10 [2021-08-20T17:53:10.867Z]     docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux
17:53:10 [2021-08-20T17:53:10.867Z] === RUN   TestDockerSuite/TestExecAPIStartInvalidCommand
17:53:12 [2021-08-20T17:53:12.392Z] === RUN   TestDockerSuite/TestExecAPIStartMultipleTimesError
17:53:12 [2021-08-20T17:53:12.514Z] === RUN   TestDockerSuite/TestBuildShellMultiple
17:53:14 [2021-08-20T17:53:14.554Z] === RUN   TestDockerSuite/TestExecAPIStartValidCommand
17:53:16 [2021-08-20T17:53:16.081Z] === RUN   TestDockerSuite/TestExecAPIStartWithDetach
17:53:17 [2021-08-20T17:53:17.637Z] === RUN   TestDockerSuite/TestBuildCopyWildcardCache
17:53:17 [2021-08-20T17:53:17.637Z] === RUN   TestDockerSuite/TestBuildCopyWildcardInName
17:53:17 [2021-08-20T17:53:17.637Z]     docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux
17:53:17 [2021-08-20T17:53:17.637Z] === RUN   TestDockerSuite/TestBuildDeleteCommittedFile
17:53:18 [2021-08-20T17:53:18.240Z] === RUN   TestDockerSuite/TestExecAfterContainerRestart
17:53:22 [2021-08-20T17:53:22.901Z] === RUN   TestDockerSuite/TestExecCgroup
17:53:22 [2021-08-20T17:53:22.901Z]     docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux
17:53:22 [2021-08-20T17:53:22.901Z] === RUN   TestDockerSuite/TestExecEnv
17:53:22 [2021-08-20T17:53:22.901Z]     docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux
17:53:22 [2021-08-20T17:53:22.901Z] === RUN   TestDockerSuite/TestExecEnvLinksHost
17:53:22 [2021-08-20T17:53:22.901Z]     docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux
17:53:22 [2021-08-20T17:53:22.901Z] === RUN   TestDockerSuite/TestExecExitStatus
17:53:24 [2021-08-20T17:53:24.426Z] === RUN   TestDockerSuite/TestExecInspectID
17:53:28 [2021-08-20T17:53:28.240Z] === RUN   TestDockerSuite/TestExecInteractive
17:53:28 [2021-08-20T17:53:28.240Z]     docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux
17:53:28 [2021-08-20T17:53:28.240Z] === RUN   TestDockerSuite/TestExecOnReadonlyContainer
17:53:28 [2021-08-20T17:53:28.241Z]     docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux
17:53:28 [2021-08-20T17:53:28.695Z] === RUN   TestDockerSuite/TestExecParseError
17:53:28 [2021-08-20T17:53:28.695Z]     docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux
17:53:28 [2021-08-20T17:53:28.695Z] === RUN   TestDockerSuite/TestExecPausedContainer
17:53:28 [2021-08-20T17:53:28.695Z]     docker_cli_exec_test.go:133: unmatched requirement IsPausable
17:53:28 [2021-08-20T17:53:28.695Z] === RUN   TestDockerSuite/TestExecResizeAPIHeightWidthNoInt
17:53:28 [2021-08-20T17:53:28.695Z]     docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux
17:53:28 [2021-08-20T17:53:28.695Z] === RUN   TestDockerSuite/TestExecResizeImmediatelyAfterExecStart
17:53:30 [2021-08-20T17:53:30.146Z] === RUN   TestDockerSuite/TestBuildShellNotJSON
17:53:30 [2021-08-20T17:53:30.858Z] === RUN   TestDockerSuite/TestExecSetEnv
17:53:30 [2021-08-20T17:53:30.858Z]     docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux
17:53:30 [2021-08-20T17:53:30.858Z] === RUN   TestDockerSuite/TestExecStartFails
17:53:30 [2021-08-20T17:53:30.858Z]     docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux
17:53:30 [2021-08-20T17:53:30.858Z] === RUN   TestDockerSuite/TestExecStateCleanup
17:53:30 [2021-08-20T17:53:30.858Z]     docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux
17:53:30 [2021-08-20T17:53:30.858Z] === RUN   TestDockerSuite/TestExecStopNotHanging
17:53:30 [2021-08-20T17:53:30.858Z]     docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux
17:53:30 [2021-08-20T17:53:30.858Z] === RUN   TestDockerSuite/TestExecTTYCloseStdin
17:53:30 [2021-08-20T17:53:30.858Z]     docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux
17:53:30 [2021-08-20T17:53:30.858Z] === RUN   TestDockerSuite/TestExecTTYWithoutStdin
17:53:31 [2021-08-20T17:53:31.673Z] === RUN   TestDockerSuite/TestBuildShellUpdatesConfig
17:53:32 [2021-08-20T17:53:32.128Z] === RUN   TestDockerSuite/TestBuildShellWindowsPowershell
17:53:33 [2021-08-20T17:53:33.018Z] === RUN   TestDockerSuite/TestExecUlimits
17:53:33 [2021-08-20T17:53:33.018Z]     docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux
17:53:33 [2021-08-20T17:53:33.018Z] === RUN   TestDockerSuite/TestExecWindowsPathNotWiped
17:53:37 [2021-08-20T17:53:37.686Z] === RUN   TestDockerSuite/TestExecWithImageUser
17:53:37 [2021-08-20T17:53:37.686Z]     docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux
17:53:37 [2021-08-20T17:53:37.686Z] === RUN   TestDockerSuite/TestExecWithPrivileged
17:53:37 [2021-08-20T17:53:37.686Z]     docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux
17:53:37 [2021-08-20T17:53:37.686Z] === RUN   TestDockerSuite/TestExecWithUser
17:53:37 [2021-08-20T17:53:37.686Z]     docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux
17:53:37 [2021-08-20T17:53:37.686Z] === RUN   TestDockerSuite/TestGetContainerStats
17:53:43 [2021-08-20T17:53:43.448Z] === RUN   TestDockerSuite/TestGetContainerStatsNoStream
17:53:44 [2021-08-20T17:53:44.465Z] === RUN   TestDockerSuite/TestBuildSpaces
17:53:44 [2021-08-20T17:53:44.465Z] === RUN   TestDockerSuite/TestBuildSpacesWithQuotes
17:53:47 [2021-08-20T17:53:47.576Z] === RUN   TestDockerSuite/TestBuildDockerfileStdin
17:53:49 [2021-08-20T17:53:49.130Z] === RUN   TestDockerSuite/TestBuildStartsFromOne
17:53:49 [2021-08-20T17:53:49.130Z] === RUN   TestDockerSuite/TestBuildStderr
17:53:49 [2021-08-20T17:53:49.206Z] === RUN   TestDockerSuite/TestGetContainerStatsRmRunning
17:53:49 [2021-08-20T17:53:49.745Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinConflict
17:53:50 [2021-08-20T17:53:50.202Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinDockerignore
17:53:52 [2021-08-20T17:53:52.089Z] === RUN   TestDockerSuite/TestGetContainerStatsStream
17:53:54 [2021-08-20T17:53:54.898Z] === RUN   TestDockerSuite/TestBuildStepsWithProgress
17:53:57 [2021-08-20T17:53:57.845Z] === RUN   TestDockerSuite/TestGetContainersAttachWebsocket
17:53:57 [2021-08-20T17:53:57.845Z]     docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux
17:53:57 [2021-08-20T17:53:57.845Z] === RUN   TestDockerSuite/TestGetContainersWsAttachContainerNotFound
17:53:57 [2021-08-20T17:53:57.845Z] === RUN   TestDockerSuite/TestGetStoppedContainerStats
17:53:57 [2021-08-20T17:53:57.845Z] === RUN   TestDockerSuite/TestHealth
17:53:57 [2021-08-20T17:53:57.845Z]     docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux
17:53:57 [2021-08-20T17:53:57.845Z] === RUN   TestDockerSuite/TestHistoryExistentImage
17:53:57 [2021-08-20T17:53:57.845Z] === RUN   TestDockerSuite/TestHistoryHumanOptionFalse
17:53:57 [2021-08-20T17:53:57.845Z] === RUN   TestDockerSuite/TestHistoryHumanOptionTrue
17:53:57 [2021-08-20T17:53:57.845Z] === RUN   TestDockerSuite/TestHistoryImageWithComment
17:54:00 [2021-08-20T17:54:00.497Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored
17:54:02 [2021-08-20T17:54:02.030Z] === RUN   TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles
17:54:02 [2021-08-20T17:54:02.504Z] === RUN   TestDockerSuite/TestHistoryNonExistentImage
17:54:02 [2021-08-20T17:54:02.504Z] === RUN   TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce
17:54:02 [2021-08-20T17:54:02.504Z]     docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux
17:54:02 [2021-08-20T17:54:02.504Z] === RUN   TestDockerSuite/TestImagesEnsureImageIsListed
17:54:02 [2021-08-20T17:54:02.504Z] === RUN   TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed
17:54:02 [2021-08-20T17:54:02.504Z] === RUN   TestDockerSuite/TestImagesEnsureImageWithTagIsListed
17:54:02 [2021-08-20T17:54:02.504Z] === RUN   TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown
17:54:02 [2021-08-20T17:54:02.959Z] === RUN   TestDockerSuite/TestImagesEnsureImagesFromScratchShown
17:54:02 [2021-08-20T17:54:02.959Z]     docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux
17:54:02 [2021-08-20T17:54:02.959Z] === RUN   TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown
17:54:03 [2021-08-20T17:54:03.920Z] === RUN   TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest
17:54:03 [2021-08-20T17:54:03.920Z] === RUN   TestDockerSuite/TestImagesFilterLabelMatch
17:54:05 [2021-08-20T17:54:05.760Z] === RUN   TestDockerSuite/TestBuildDockerignore
17:54:06 [2021-08-20T17:54:06.080Z] === RUN   TestDockerSuite/TestImagesFilterNameWithPort
17:54:06 [2021-08-20T17:54:06.080Z] === RUN   TestDockerSuite/TestImagesFilterSinceAndBefore
17:54:07 [2021-08-20T17:54:07.605Z] === RUN   TestDockerSuite/TestImagesFilterSpaceTrimCase
17:54:10 [2021-08-20T17:54:10.488Z] === RUN   TestDockerSuite/TestImagesFormat
17:54:10 [2021-08-20T17:54:10.488Z] === RUN   TestDockerSuite/TestImagesFormatDefaultFormat
17:54:10 [2021-08-20T17:54:10.488Z]     docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux
17:54:10 [2021-08-20T17:54:10.488Z] === RUN   TestDockerSuite/TestImagesOrderedByCreationDate
17:54:14 [2021-08-20T17:54:14.196Z] === RUN   TestDockerSuite/TestImagesWithIncorrectFilter
17:54:14 [2021-08-20T17:54:14.196Z] === RUN   TestDockerSuite/TestImportBadURL
17:54:15 [2021-08-20T17:54:15.952Z] === RUN   TestDockerSuite/TestBuildStopSignal
17:54:15 [2021-08-20T17:54:15.952Z]     docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux
17:54:15 [2021-08-20T17:54:15.952Z] === RUN   TestDockerSuite/TestBuildSymlinkBasename
17:54:16 [2021-08-20T17:54:16.356Z] === RUN   TestDockerSuite/TestImportDisplay
17:54:16 [2021-08-20T17:54:16.356Z]     docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux
17:54:16 [2021-08-20T17:54:16.356Z] === RUN   TestDockerSuite/TestImportFile
17:54:16 [2021-08-20T17:54:16.356Z]     docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux
17:54:16 [2021-08-20T17:54:16.356Z] === RUN   TestDockerSuite/TestImportFileNonExistentFile
17:54:16 [2021-08-20T17:54:16.810Z] === RUN   TestDockerSuite/TestImportFileWithMessage
17:54:16 [2021-08-20T17:54:16.810Z]     docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux
17:54:16 [2021-08-20T17:54:16.810Z] === RUN   TestDockerSuite/TestImportGzipped
17:54:16 [2021-08-20T17:54:16.810Z]     docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux
17:54:16 [2021-08-20T17:54:16.810Z] === RUN   TestDockerSuite/TestImportWithQuotedChanges
17:54:16 [2021-08-20T17:54:16.810Z]     docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux
17:54:16 [2021-08-20T17:54:16.810Z] === RUN   TestDockerSuite/TestInfoDisplaysPausedContainers
17:54:16 [2021-08-20T17:54:16.810Z]     docker_cli_info_test.go:70: unmatched requirement IsPausable
17:54:16 [2021-08-20T17:54:16.810Z] === RUN   TestDockerSuite/TestInfoDisplaysRunningContainers
17:54:16 [2021-08-20T17:54:16.810Z]     docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux
17:54:16 [2021-08-20T17:54:16.810Z] === RUN   TestDockerSuite/TestInfoDisplaysStoppedContainers
17:54:16 [2021-08-20T17:54:16.810Z]     docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux
17:54:16 [2021-08-20T17:54:16.810Z] === RUN   TestDockerSuite/TestInfoEnsureSucceeds
17:54:16 [2021-08-20T17:54:16.810Z] === RUN   TestDockerSuite/TestInspectAPIBridgeNetworkSettings120
17:54:16 [2021-08-20T17:54:16.810Z]     docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux
17:54:16 [2021-08-20T17:54:16.810Z] === RUN   TestDockerSuite/TestInspectAPIBridgeNetworkSettings121
17:54:16 [2021-08-20T17:54:16.810Z]     docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux
17:54:16 [2021-08-20T17:54:16.810Z] === RUN   TestDockerSuite/TestInspectAPIContainerResponse
17:54:18 [2021-08-20T17:54:18.971Z] === RUN   TestDockerSuite/TestInspectAPIContainerVolumeDriver
17:54:20 [2021-08-20T17:54:20.627Z] === RUN   TestDockerSuite/TestBuildSymlinkBreakout
17:54:21 [2021-08-20T17:54:21.587Z] === RUN   TestDockerSuite/TestBuildTagEvent
17:54:21 [2021-08-20T17:54:21.856Z] === RUN   TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy
17:54:21 [2021-08-20T17:54:21.856Z]     docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux
17:54:21 [2021-08-20T17:54:21.856Z] === RUN   TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121
17:54:21 [2021-08-20T17:54:21.856Z]     docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux
17:54:21 [2021-08-20T17:54:21.856Z] === RUN   TestDockerSuite/TestInspectAPIImageResponse
17:54:21 [2021-08-20T17:54:21.856Z] === RUN   TestDockerSuite/TestInspectAmpersand
17:54:21 [2021-08-20T17:54:21.856Z]     docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux
17:54:21 [2021-08-20T17:54:21.856Z] === RUN   TestDockerSuite/TestInspectBindMountPoint
17:54:23 [2021-08-20T17:54:23.383Z] === RUN   TestDockerSuite/TestInspectByPrefix
17:54:23 [2021-08-20T17:54:23.838Z] === RUN   TestDockerSuite/TestInspectContainerFilterInt
17:54:26 [2021-08-20T17:54:26.001Z] === RUN   TestDockerSuite/TestInspectContainerGraphDriver
17:54:26 [2021-08-20T17:54:26.001Z]     docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux
17:54:26 [2021-08-20T17:54:26.001Z] === RUN   TestDockerSuite/TestInspectContainerNetworkCustom
17:54:26 [2021-08-20T17:54:26.001Z]     docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux
17:54:26 [2021-08-20T17:54:26.001Z] === RUN   TestDockerSuite/TestInspectContainerNetworkDefault
17:54:26 [2021-08-20T17:54:26.001Z]     docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux
17:54:26 [2021-08-20T17:54:26.001Z] === RUN   TestDockerSuite/TestInspectDefault
17:54:27 [2021-08-20T17:54:27.360Z] === RUN   TestDockerSuite/TestBuildTimeArgHistoryExclusions
17:54:28 [2021-08-20T17:54:28.161Z] === RUN   TestDockerSuite/TestInspectHistory
17:54:32 [2021-08-20T17:54:32.819Z] === RUN   TestDockerSuite/TestInspectImage
17:54:32 [2021-08-20T17:54:32.819Z]     docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux
17:54:32 [2021-08-20T17:54:32.819Z] === RUN   TestDockerSuite/TestInspectImageFilterInt
17:54:32 [2021-08-20T17:54:32.819Z]     docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux
17:54:32 [2021-08-20T17:54:32.819Z] === RUN   TestDockerSuite/TestInspectImageGraphDriver
17:54:32 [2021-08-20T17:54:32.819Z]     docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux
17:54:32 [2021-08-20T17:54:32.819Z] === RUN   TestDockerSuite/TestInspectInt64
17:54:33 [2021-08-20T17:54:33.124Z] === RUN   TestDockerSuite/TestBuildUser
17:54:33 [2021-08-20T17:54:33.124Z]     docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux
17:54:33 [2021-08-20T17:54:33.124Z] === RUN   TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot
17:54:33 [2021-08-20T17:54:33.124Z]     docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux
17:54:33 [2021-08-20T17:54:33.124Z] === RUN   TestDockerSuite/TestBuildUsersAndGroups
17:54:33 [2021-08-20T17:54:33.124Z]     docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux
17:54:33 [2021-08-20T17:54:33.124Z] === RUN   TestDockerSuite/TestBuildVerboseOut
17:54:34 [2021-08-20T17:54:34.980Z] === RUN   TestDockerSuite/TestInspectJSONFields
17:54:37 [2021-08-20T17:54:37.140Z] === RUN   TestDockerSuite/TestInspectLogConfigNoType
17:54:37 [2021-08-20T17:54:37.140Z] === RUN   TestDockerSuite/TestInspectNamedMountPoint
17:54:37 [2021-08-20T17:54:37.794Z] === RUN   TestDockerSuite/TestBuildVerifyIntString
17:54:38 [2021-08-20T17:54:38.250Z] === RUN   TestDockerSuite/TestBuildVerifySingleQuoteFails
17:54:39 [2021-08-20T17:54:39.300Z] === RUN   TestDockerSuite/TestInspectNoSizeFlagContainer
17:54:40 [2021-08-20T17:54:40.824Z] === RUN   TestDockerSuite/TestInspectPlugin
17:54:40 [2021-08-20T17:54:40.824Z]     docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux
17:54:40 [2021-08-20T17:54:40.824Z] === RUN   TestDockerSuite/TestInspectRootFS
17:54:40 [2021-08-20T17:54:40.824Z] === RUN   TestDockerSuite/TestInspectSizeFlagContainer
17:54:41 [2021-08-20T17:54:41.995Z] === RUN   TestDockerSuite/TestBuildVolumeFileExistsinContainer
17:54:41 [2021-08-20T17:54:41.995Z]     docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux
17:54:41 [2021-08-20T17:54:41.995Z] === RUN   TestDockerSuite/TestBuildVolumesRetainContents
17:54:41 [2021-08-20T17:54:41.995Z]     docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux
17:54:41 [2021-08-20T17:54:41.995Z] === RUN   TestDockerSuite/TestBuildWindowsAddCopyPathProcessing
17:54:42 [2021-08-20T17:54:42.984Z] === RUN   TestDockerSuite/TestInspectStatus
17:54:45 [2021-08-20T17:54:45.867Z] === RUN   TestDockerSuite/TestInspectStopWhenNotFound
17:54:49 [2021-08-20T17:54:49.579Z] === RUN   TestDockerSuite/TestInspectTemplateError
17:54:51 [2021-08-20T17:54:51.741Z] === RUN   TestDockerSuite/TestInspectTimesAsRFC3339Nano
17:54:53 [2021-08-20T17:54:53.903Z] === RUN   TestDockerSuite/TestInspectTypeFlagContainer
17:54:56 [2021-08-20T17:54:56.066Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithImage
17:54:57 [2021-08-20T17:54:57.593Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithInvalidValue
17:55:00 [2021-08-20T17:55:00.474Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithNoContainer
17:55:02 [2021-08-20T17:55:02.684Z] === RUN   TestDockerSuite/TestInspectUnknownObject
17:55:02 [2021-08-20T17:55:02.684Z] === RUN   TestDockerSuite/TestLinkShortDefinition
17:55:02 [2021-08-20T17:55:02.684Z]     docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux
17:55:02 [2021-08-20T17:55:02.684Z] === RUN   TestDockerSuite/TestLinksEnvs
17:55:02 [2021-08-20T17:55:02.684Z]     docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux
17:55:02 [2021-08-20T17:55:02.684Z] === RUN   TestDockerSuite/TestLinksEtcHostsRegularFile
17:55:02 [2021-08-20T17:55:02.684Z]     docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux
17:55:02 [2021-08-20T17:55:02.684Z] === RUN   TestDockerSuite/TestLinksHostsFilesInject
17:55:02 [2021-08-20T17:55:02.684Z]     docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux
17:55:02 [2021-08-20T17:55:02.684Z] === RUN   TestDockerSuite/TestLinksInspectLinksStarted
17:55:02 [2021-08-20T17:55:02.684Z]     docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux
17:55:02 [2021-08-20T17:55:02.684Z] === RUN   TestDockerSuite/TestLinksInspectLinksStopped
17:55:02 [2021-08-20T17:55:02.684Z]     docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux
17:55:02 [2021-08-20T17:55:02.684Z] === RUN   TestDockerSuite/TestLinksInvalidContainerTarget
17:55:02 [2021-08-20T17:55:02.684Z]     docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux
17:55:02 [2021-08-20T17:55:02.684Z] === RUN   TestDockerSuite/TestLinksMultipleWithSameName
17:55:02 [2021-08-20T17:55:02.684Z]     docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux
17:55:02 [2021-08-20T17:55:02.684Z] === RUN   TestDockerSuite/TestLinksNetworkHostContainer
17:55:02 [2021-08-20T17:55:02.684Z]     docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux
17:55:02 [2021-08-20T17:55:02.684Z] === RUN   TestDockerSuite/TestLinksNotStartedParentNotFail
17:55:02 [2021-08-20T17:55:02.684Z]     docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux
17:55:02 [2021-08-20T17:55:02.684Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainers
17:55:02 [2021-08-20T17:55:02.684Z]     docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux
17:55:02 [2021-08-20T17:55:02.684Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainersAfterRename
17:55:02 [2021-08-20T17:55:02.684Z]     docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux
17:55:02 [2021-08-20T17:55:02.684Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainersOnRename
17:55:02 [2021-08-20T17:55:02.684Z]     docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux
17:55:02 [2021-08-20T17:55:02.684Z] === RUN   TestDockerSuite/TestLinksPingUnlinkedContainers
17:55:02 [2021-08-20T17:55:02.684Z]     docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux
17:55:02 [2021-08-20T17:55:02.684Z] === RUN   TestDockerSuite/TestLinksUpdateOnRestart
17:55:02 [2021-08-20T17:55:02.684Z]     docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux
17:55:02 [2021-08-20T17:55:02.684Z] === RUN   TestDockerSuite/TestLoadZeroSizeLayer
17:55:02 [2021-08-20T17:55:02.684Z]     docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux
17:55:02 [2021-08-20T17:55:02.684Z] === RUN   TestDockerSuite/TestLoginWithoutTTY
17:55:02 [2021-08-20T17:55:02.684Z] === RUN   TestDockerSuite/TestLogsAPIContainerNotFound
17:55:02 [2021-08-20T17:55:02.684Z] === RUN   TestDockerSuite/TestLogsAPIFollowEmptyOutput
17:55:04 [2021-08-20T17:55:04.848Z] === RUN   TestDockerSuite/TestLogsAPINoStdoutNorStderr
17:55:07 [2021-08-20T17:55:07.008Z] === RUN   TestDockerSuite/TestLogsAPIUntil
17:55:11 [2021-08-20T17:55:11.886Z] === RUN   TestDockerSuite/TestBuildWindowsEnvCaseInsensitive
17:55:11 [2021-08-20T17:55:11.886Z] === RUN   TestDockerSuite/TestBuildWindowsUser
17:55:12 [2021-08-20T17:55:12.773Z] === RUN   TestDockerSuite/TestLogsAPIUntilDefaultValue
17:55:14 [2021-08-20T17:55:14.934Z] === RUN   TestDockerSuite/TestLogsAPIUntilFutureFollow
17:55:14 [2021-08-20T17:55:14.934Z]     docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux
17:55:14 [2021-08-20T17:55:14.934Z] === RUN   TestDockerSuite/TestLogsAPIWithStdout
17:55:17 [2021-08-20T17:55:17.096Z] === RUN   TestDockerSuite/TestLogsCLIContainerNotFound
17:55:17 [2021-08-20T17:55:17.096Z] === RUN   TestDockerSuite/TestLogsContainerBiggerThanPage
17:55:22 [2021-08-20T17:55:22.177Z] === RUN   TestDockerSuite/TestBuildWindowsWorkdirProcessing
17:55:22 [2021-08-20T17:55:22.850Z] === RUN   TestDockerSuite/TestLogsContainerMuchBiggerThanPage
17:55:28 [2021-08-20T17:55:28.608Z] === RUN   TestDockerSuite/TestLogsContainerSmallerThanPage
17:55:29 [2021-08-20T17:55:29.219Z] === RUN   TestDockerSuite/TestBuildWithExtraHost
17:55:29 [2021-08-20T17:55:29.220Z]     docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux
17:55:29 [2021-08-20T17:55:29.220Z] === RUN   TestDockerSuite/TestBuildWithExtraHostInvalidFormat
17:55:29 [2021-08-20T17:55:29.220Z]     docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux
17:55:29 [2021-08-20T17:55:29.220Z] === RUN   TestDockerSuite/TestBuildWithFailure
17:55:31 [2021-08-20T17:55:31.749Z] === RUN   TestDockerSuite/TestBuildDockerignoreCleanPaths
17:55:31 [2021-08-20T17:55:31.749Z] === RUN   TestDockerSuite/TestBuildDockerignoreComment
17:55:31 [2021-08-20T17:55:31.749Z]     docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux
17:55:31 [2021-08-20T17:55:31.749Z] === RUN   TestDockerSuite/TestBuildDockerignoreExceptions
17:55:32 [2021-08-20T17:55:32.109Z] === RUN   TestDockerSuite/TestBuildWithInaccessibleFilesInContext
17:55:32 [2021-08-20T17:55:32.109Z]     docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux
17:55:32 [2021-08-20T17:55:32.565Z] === RUN   TestDockerSuite/TestBuildWithRecycleBin
17:55:34 [2021-08-20T17:55:34.371Z] === RUN   TestDockerSuite/TestLogsFollowGoroutinesNoOutput
17:55:36 [2021-08-20T17:55:36.533Z] === RUN   TestDockerSuite/TestLogsFollowGoroutinesWithStdout
17:55:38 [2021-08-20T17:55:38.058Z] === RUN   TestDockerSuite/TestLogsFollowSlowStdoutConsumer
17:55:38 [2021-08-20T17:55:38.058Z]     docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux
17:55:38 [2021-08-20T17:55:38.058Z] === RUN   TestDockerSuite/TestLogsFollowStopped
17:55:40 [2021-08-20T17:55:40.940Z] === RUN   TestDockerSuite/TestLogsSeparateStderr
17:55:42 [2021-08-20T17:55:42.480Z] === RUN   TestDockerSuite/TestLogsSince
17:55:44 [2021-08-20T17:55:44.908Z] === RUN   TestDockerSuite/TestBuildWithTabs
17:55:49 [2021-08-20T17:55:49.572Z] === RUN   TestDockerSuite/TestBuildWithUTF8BOM
17:55:50 [2021-08-20T17:55:50.027Z] === RUN   TestDockerSuite/TestBuildWithUTF8BOMDockerignore
17:55:52 [2021-08-20T17:55:52.751Z] === RUN   TestDockerSuite/TestLogsSinceFutureFollow
17:55:52 [2021-08-20T17:55:52.751Z]     docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux
17:55:52 [2021-08-20T17:55:52.751Z] === RUN   TestDockerSuite/TestLogsStderrInStdout
17:55:52 [2021-08-20T17:55:52.751Z]     docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux
17:55:52 [2021-08-20T17:55:52.751Z] === RUN   TestDockerSuite/TestLogsTail
17:55:54 [2021-08-20T17:55:54.276Z] === RUN   TestDockerSuite/TestLogsTimestamps
17:55:56 [2021-08-20T17:55:56.437Z] === RUN   TestDockerSuite/TestLogsWithDetails
17:55:59 [2021-08-20T17:55:59.318Z] === RUN   TestDockerSuite/TestMountIntoProc
17:55:59 [2021-08-20T17:55:59.318Z]     docker_cli_run_test.go:2882: unmatched requirement DaemonIsLinux
17:55:59 [2021-08-20T17:55:59.318Z] === RUN   TestDockerSuite/TestMountIntoSys
17:55:59 [2021-08-20T17:55:59.318Z]     docker_cli_run_test.go:2891: unmatched requirement DaemonIsLinux
17:55:59 [2021-08-20T17:55:59.318Z] === RUN   TestDockerSuite/TestNetHostname
17:55:59 [2021-08-20T17:55:59.318Z]     docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux
17:55:59 [2021-08-20T17:55:59.318Z] === RUN   TestDockerSuite/TestNetHostnameWithNetHost
17:55:59 [2021-08-20T17:55:59.318Z]     docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux
17:55:59 [2021-08-20T17:55:59.318Z] === RUN   TestDockerSuite/TestNetworkRmWithActiveContainers
17:55:59 [2021-08-20T17:55:59.318Z]     docker_cli_run_test.go:3485: unmatched requirement DaemonIsLinux
17:55:59 [2021-08-20T17:55:59.318Z] === RUN   TestDockerSuite/TestPermissionsPtsReadonlyRootfs
17:55:59 [2021-08-20T17:55:59.318Z]     docker_cli_run_test.go:2671: unmatched requirement DaemonIsLinux
17:55:59 [2021-08-20T17:55:59.318Z] === RUN   TestDockerSuite/TestPluginActive
17:55:59 [2021-08-20T17:55:59.318Z]     docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux
17:55:59 [2021-08-20T17:55:59.318Z] === RUN   TestDockerSuite/TestPluginActiveNetwork
17:55:59 [2021-08-20T17:55:59.318Z]     docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux
17:55:59 [2021-08-20T17:55:59.318Z] === RUN   TestDockerSuite/TestPluginInspectOnWindows
17:55:59 [2021-08-20T17:55:59.318Z] === RUN   TestDockerSuite/TestPluginInstallDisableVolumeLs
17:55:59 [2021-08-20T17:55:59.318Z]     docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux
17:55:59 [2021-08-20T17:55:59.318Z] === RUN   TestDockerSuite/TestPluginLogDriver
17:55:59 [2021-08-20T17:55:59.318Z]     docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64
17:55:59 [2021-08-20T17:55:59.318Z] === RUN   TestDockerSuite/TestPluginLogDriverInfoList
17:55:59 [2021-08-20T17:55:59.318Z]     docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64
17:55:59 [2021-08-20T17:55:59.318Z] === RUN   TestDockerSuite/TestPluginMetricsCollector
17:55:59 [2021-08-20T17:55:59.318Z]     docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux
17:55:59 [2021-08-20T17:55:59.318Z] === RUN   TestDockerSuite/TestPluginUpgrade
17:55:59 [2021-08-20T17:55:59.318Z]     docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux
17:55:59 [2021-08-20T17:55:59.318Z] === RUN   TestDockerSuite/TestPortBindingOnSandbox
17:55:59 [2021-08-20T17:55:59.318Z]     docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux
17:55:59 [2021-08-20T17:55:59.318Z] === RUN   TestDockerSuite/TestPortExposeHostBinding
17:55:59 [2021-08-20T17:55:59.318Z]     docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux
17:55:59 [2021-08-20T17:55:59.318Z] === RUN   TestDockerSuite/TestPortHostBinding
17:55:59 [2021-08-20T17:55:59.318Z]     docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux
17:55:59 [2021-08-20T17:55:59.318Z] === RUN   TestDockerSuite/TestPortList
17:55:59 [2021-08-20T17:55:59.318Z]     docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux
17:55:59 [2021-08-20T17:55:59.318Z] === RUN   TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint
17:56:03 [2021-08-20T17:56:03.976Z] === RUN   TestDockerSuite/TestPostContainersAttach
17:56:03 [2021-08-20T17:56:03.976Z]     docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux
17:56:03 [2021-08-20T17:56:03.976Z] === RUN   TestDockerSuite/TestPostContainersAttachContainerNotFound
17:56:03 [2021-08-20T17:56:03.976Z] === RUN   TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted
17:56:03 [2021-08-20T17:56:03.976Z]     docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux
17:56:03 [2021-08-20T17:56:03.976Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted
17:56:03 [2021-08-20T17:56:03.976Z]     docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux
17:56:03 [2021-08-20T17:56:03.976Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeNegative
17:56:03 [2021-08-20T17:56:03.976Z]     docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux
17:56:03 [2021-08-20T17:56:03.976Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeOmitted
17:56:03 [2021-08-20T17:56:03.976Z]     docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux
17:56:03 [2021-08-20T17:56:03.976Z] === RUN   TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange
17:56:03 [2021-08-20T17:56:03.976Z]     docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux
17:56:03 [2021-08-20T17:56:03.976Z] === RUN   TestDockerSuite/TestPostContainersCreateWithShmSize
17:56:03 [2021-08-20T17:56:03.976Z]     docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux
17:56:03 [2021-08-20T17:56:03.976Z] === RUN   TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop
17:56:03 [2021-08-20T17:56:03.976Z]     docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux
17:56:03 [2021-08-20T17:56:03.976Z] === RUN   TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd
17:56:07 [2021-08-20T17:56:07.662Z] === RUN   TestDockerSuite/TestBuildWithVolumeOwnership
17:56:07 [2021-08-20T17:56:07.662Z]     docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux
17:56:07 [2021-08-20T17:56:07.662Z] === RUN   TestDockerSuite/TestBuildWithVolumes
17:56:07 [2021-08-20T17:56:07.662Z]     docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux
17:56:08 [2021-08-20T17:56:08.119Z] === RUN   TestDockerSuite/TestBuildWorkdirCmd
17:56:08 [2021-08-20T17:56:08.119Z]     docker_cli_build_test.go:6058: unmatched requirement DaemonIsLinux
17:56:08 [2021-08-20T17:56:08.119Z] === RUN   TestDockerSuite/TestBuildWorkdirImageCmd
17:56:08 [2021-08-20T17:56:08.635Z] === RUN   TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues
17:56:08 [2021-08-20T17:56:08.635Z]     docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux
17:56:08 [2021-08-20T17:56:08.635Z] === RUN   TestDockerSuite/TestPsByOrder
17:56:09 [2021-08-20T17:56:09.646Z] === RUN   TestDockerSuite/TestBuildWorkdirWindowsPath
17:56:15 [2021-08-20T17:56:15.669Z] === RUN   TestDockerSuite/TestPsImageIDAfterUpdate
17:56:15 [2021-08-20T17:56:15.669Z]     docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux
17:56:15 [2021-08-20T17:56:15.669Z] === RUN   TestDockerSuite/TestPsListContainersBase
17:56:18 [2021-08-20T17:56:18.179Z] === RUN   TestDockerSuite/TestBuildWorkdirWithEnvVariables
17:56:21 [2021-08-20T17:56:21.073Z] === RUN   TestDockerSuite/TestBuildXZHost
17:56:21 [2021-08-20T17:56:21.073Z]     docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux
17:56:21 [2021-08-20T17:56:21.532Z] === RUN   TestDockerSuite/TestCLIProxyDisableProxyUnixSock
17:56:21 [2021-08-20T17:56:21.532Z]     docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux
17:56:21 [2021-08-20T17:56:21.532Z] === RUN   TestDockerSuite/TestClientSetsTLSServerName
17:56:21 [2021-08-20T17:56:21.532Z]     docker_cli_sni_test.go:18: Flakey test
17:56:21 [2021-08-20T17:56:21.532Z] === RUN   TestDockerSuite/TestCmdCannotBeInvoked
17:56:23 [2021-08-20T17:56:23.726Z] === RUN   TestDockerSuite/TestCommitAfterContainerIsDone
17:56:24 [2021-08-20T17:56:24.201Z] === RUN   TestDockerSuite/TestPsListContainersFilterAncestorImage
17:56:29 [2021-08-20T17:56:29.493Z] === RUN   TestDockerSuite/TestCommitChange
17:56:35 [2021-08-20T17:56:35.263Z] === RUN   TestDockerSuite/TestCommitChangeLabels
17:56:41 [2021-08-20T17:56:41.039Z] === RUN   TestDockerSuite/TestCommitHardlink
17:56:41 [2021-08-20T17:56:41.039Z]     docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux
17:56:41 [2021-08-20T17:56:41.039Z] === RUN   TestDockerSuite/TestCommitNewFile
17:56:41 [2021-08-20T17:56:41.829Z] === RUN   TestDockerSuite/TestPsListContainersFilterCreated
17:56:41 [2021-08-20T17:56:41.829Z] === RUN   TestDockerSuite/TestPsListContainersFilterExited
17:56:41 [2021-08-20T17:56:41.829Z]     docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819
17:56:41 [2021-08-20T17:56:41.829Z] === RUN   TestDockerSuite/TestPsListContainersFilterHealth
17:56:51 [2021-08-20T17:56:51.329Z] === RUN   TestDockerSuite/TestCommitPausedContainer
17:56:51 [2021-08-20T17:56:51.329Z]     docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux
17:56:51 [2021-08-20T17:56:51.329Z] === RUN   TestDockerSuite/TestCommitTTY
17:56:54 [2021-08-20T17:56:54.159Z] === RUN   TestDockerSuite/TestPsListContainersFilterID
17:56:57 [2021-08-20T17:56:57.869Z] === RUN   TestDockerSuite/TestPsListContainersFilterLabel
17:56:59 [2021-08-20T17:56:59.865Z] === RUN   TestDockerSuite/TestCommitWithFilterLabel
17:57:04 [2021-08-20T17:57:04.534Z] === RUN   TestDockerSuite/TestCommitWithHostBindMount
17:57:04 [2021-08-20T17:57:04.534Z]     docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux
17:57:04 [2021-08-20T17:57:04.534Z] === RUN   TestDockerSuite/TestCommitWithoutPause
17:57:04 [2021-08-20T17:57:04.535Z]     docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux
17:57:04 [2021-08-20T17:57:04.535Z] === RUN   TestDockerSuite/TestConflictContainerNetworkAndLinks
17:57:04 [2021-08-20T17:57:04.535Z]     docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux
17:57:04 [2021-08-20T17:57:04.535Z] === RUN   TestDockerSuite/TestConflictContainerNetworkHostAndLinks
17:57:04 [2021-08-20T17:57:04.535Z]     docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux
17:57:04 [2021-08-20T17:57:04.535Z] === RUN   TestDockerSuite/TestConflictNetworkModeAndOptions
17:57:04 [2021-08-20T17:57:04.535Z]     docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux
17:57:04 [2021-08-20T17:57:04.535Z] === RUN   TestDockerSuite/TestConflictNetworkModeNetHostAndOptions
17:57:04 [2021-08-20T17:57:04.535Z]     docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux
17:57:04 [2021-08-20T17:57:04.535Z] === RUN   TestDockerSuite/TestContainerAPIBadPort
17:57:04 [2021-08-20T17:57:04.535Z]     docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux
17:57:04 [2021-08-20T17:57:04.989Z] === RUN   TestDockerSuite/TestContainerAPIChunkedEncoding
17:57:04 [2021-08-20T17:57:04.989Z] === RUN   TestDockerSuite/TestContainerAPICommit
17:57:06 [2021-08-20T17:57:06.400Z] === RUN   TestDockerSuite/TestPsListContainersFilterName
17:57:10 [2021-08-20T17:57:10.118Z] === RUN   TestDockerSuite/TestPsListContainersFilterNetwork
17:57:10 [2021-08-20T17:57:10.118Z]     docker_cli_ps_test.go:714: unmatched requirement DaemonIsLinux
17:57:10 [2021-08-20T17:57:10.118Z] === RUN   TestDockerSuite/TestPsListContainersFilterPorts
17:57:10 [2021-08-20T17:57:10.118Z]     docker_cli_ps_test.go:806: unmatched requirement DaemonIsLinux
17:57:10 [2021-08-20T17:57:10.118Z] === RUN   TestDockerSuite/TestPsListContainersFilterStatus
17:57:12 [2021-08-20T17:57:12.962Z] === RUN   TestDockerSuite/TestBuildDockerignoreTouchDockerfile
17:57:12 [2021-08-20T17:57:12.962Z] === RUN   TestDockerSuite/TestBuildDockerignoringBadExclusion
17:57:12 [2021-08-20T17:57:12.962Z] === RUN   TestDockerSuite/TestBuildDockerignoringDockerfile
17:57:13 [2021-08-20T17:57:13.536Z] === RUN   TestDockerSuite/TestContainerAPICommitWithLabelInConfig
17:57:14 [2021-08-20T17:57:14.785Z] === RUN   TestDockerSuite/TestPsListContainersSize
17:57:14 [2021-08-20T17:57:14.785Z]     docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux
17:57:14 [2021-08-20T17:57:14.785Z] === RUN   TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer
17:57:14 [2021-08-20T17:57:14.785Z]     docker_cli_ps_test.go:856: unmatched requirement DaemonIsLinux
17:57:14 [2021-08-20T17:57:14.785Z] === RUN   TestDockerSuite/TestPsNotShowPortsOfStoppedContainer
17:57:14 [2021-08-20T17:57:14.785Z]     docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux
17:57:14 [2021-08-20T17:57:14.785Z] === RUN   TestDockerSuite/TestPsRightTagName
17:57:14 [2021-08-20T17:57:14.785Z]     docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux
17:57:14 [2021-08-20T17:57:14.785Z] === RUN   TestDockerSuite/TestPsShowMounts
17:57:21 [2021-08-20T17:57:21.860Z] === RUN   TestDockerSuite/TestPtraceContainerProcsFromHost
17:57:21 [2021-08-20T17:57:21.860Z]     docker_cli_run_test.go:3117: unmatched requirement DaemonIsLinux
17:57:21 [2021-08-20T17:57:21.860Z] === RUN   TestDockerSuite/TestPullLinuxImageFailsOnWindows
17:57:22 [2021-08-20T17:57:22.075Z] === RUN   TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124
17:57:22 [2021-08-20T17:57:22.075Z]     docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux
17:57:22 [2021-08-20T17:57:22.531Z] === RUN   TestDockerSuite/TestContainerAPICopyNotExistsAnyMore
17:57:22 [2021-08-20T17:57:22.819Z] === RUN   TestDockerSuite/TestPullWindowsImageFailsOnLinux
17:57:22 [2021-08-20T17:57:22.819Z]     docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux
17:57:23 [2021-08-20T17:57:23.274Z] === RUN   TestDockerSuite/TestPushToCentralRegistryUnauthorized
17:57:24 [2021-08-20T17:57:24.234Z] === RUN   TestDockerSuite/TestPushUnprefixedRepo
17:57:25 [2021-08-20T17:57:25.194Z] === RUN   TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs
17:57:25 [2021-08-20T17:57:25.194Z]     docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux
17:57:25 [2021-08-20T17:57:25.194Z] === RUN   TestDockerSuite/TestRestartAutoRemoveContainer
17:57:25 [2021-08-20T17:57:25.418Z] === RUN   TestDockerSuite/TestContainerAPICopyPre124
17:57:25 [2021-08-20T17:57:25.418Z]     docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux
17:57:25 [2021-08-20T17:57:25.418Z] === RUN   TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124
17:57:25 [2021-08-20T17:57:25.418Z]     docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux
17:57:25 [2021-08-20T17:57:25.418Z] === RUN   TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124
17:57:25 [2021-08-20T17:57:25.418Z]     docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux
17:57:25 [2021-08-20T17:57:25.418Z] === RUN   TestDockerSuite/TestContainerAPICreate
17:57:28 [2021-08-20T17:57:28.304Z] === RUN   TestDockerSuite/TestContainerAPICreateBridgeNetworkMode
17:57:28 [2021-08-20T17:57:28.304Z]     docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux
17:57:28 [2021-08-20T17:57:28.304Z] === RUN   TestDockerSuite/TestContainerAPICreateEmptyConfig
17:57:28 [2021-08-20T17:57:28.304Z] === RUN   TestDockerSuite/TestContainerAPICreateMountsBindRead
17:57:29 [2021-08-20T17:57:29.857Z] === RUN   TestDockerSuite/TestRestartContainerSuccess
17:57:31 [2021-08-20T17:57:31.197Z] === RUN   TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig
17:57:31 [2021-08-20T17:57:31.197Z] === RUN   TestDockerSuite/TestContainerAPICreateNoHostConfig118
17:57:31 [2021-08-20T17:57:31.197Z]     docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux
17:57:31 [2021-08-20T17:57:31.197Z] === RUN   TestDockerSuite/TestContainerAPICreateOtherNetworkModes
17:57:31 [2021-08-20T17:57:31.197Z]     docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux
17:57:31 [2021-08-20T17:57:31.197Z] === RUN   TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset
17:57:31 [2021-08-20T17:57:31.197Z]     docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux
17:57:31 [2021-08-20T17:57:31.197Z] === RUN   TestDockerSuite/TestContainerAPIDelete
17:57:33 [2021-08-20T17:57:33.567Z] === RUN   TestDockerSuite/TestRestartContainerwithGoodContainer
17:57:34 [2021-08-20T17:57:34.015Z] === RUN   TestDockerSuite/TestBuildDockerignoringDockerignore
17:57:34 [2021-08-20T17:57:34.908Z] === RUN   TestDockerSuite/TestContainerAPIDeleteConflict
17:57:36 [2021-08-20T17:57:36.450Z] === RUN   TestDockerSuite/TestRestartContainerwithRestartPolicy
17:57:37 [2021-08-20T17:57:37.076Z] === RUN   TestDockerSuite/TestContainerAPIDeleteForce
17:57:39 [2021-08-20T17:57:39.967Z] === RUN   TestDockerSuite/TestContainerAPIDeleteNotExist
17:57:39 [2021-08-20T17:57:39.967Z] === RUN   TestDockerSuite/TestContainerAPIDeleteRemoveLinks
17:57:39 [2021-08-20T17:57:39.967Z]     docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux
17:57:39 [2021-08-20T17:57:39.967Z] === RUN   TestDockerSuite/TestContainerAPIDeleteRemoveVolume
17:57:42 [2021-08-20T17:57:42.854Z] === RUN   TestDockerSuite/TestContainerAPIDeleteWithEmptyName
17:57:42 [2021-08-20T17:57:42.854Z] === RUN   TestDockerSuite/TestContainerAPIGetAll
17:57:44 [2021-08-20T17:57:44.307Z] === RUN   TestDockerSuite/TestBuildDockerignoringOnlyDotfiles
17:57:45 [2021-08-20T17:57:45.742Z] === RUN   TestDockerSuite/TestContainerAPIGetChanges
17:57:45 [2021-08-20T17:57:45.742Z]     docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux
17:57:45 [2021-08-20T17:57:45.742Z] === RUN   TestDockerSuite/TestContainerAPIGetExport
17:57:45 [2021-08-20T17:57:45.742Z]     docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux
17:57:45 [2021-08-20T17:57:45.742Z] === RUN   TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted
17:57:48 [2021-08-20T17:57:48.629Z] === RUN   TestDockerSuite/TestContainerAPIInvalidPortSyntax
17:57:48 [2021-08-20T17:57:48.629Z] === RUN   TestDockerSuite/TestContainerAPIKill
17:57:50 [2021-08-20T17:57:50.793Z] === RUN   TestDockerSuite/TestContainerAPIPause
17:57:50 [2021-08-20T17:57:50.793Z]     docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux
17:57:50 [2021-08-20T17:57:50.793Z] === RUN   TestDockerSuite/TestContainerAPIPostContainerStop
17:57:54 [2021-08-20T17:57:54.091Z] === RUN   TestDockerSuite/TestRestartDisconnectedContainer
17:57:54 [2021-08-20T17:57:54.092Z]     docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux
17:57:54 [2021-08-20T17:57:54.092Z] === RUN   TestDockerSuite/TestRestartPolicyAfterRestart
17:57:54 [2021-08-20T17:57:54.506Z] === RUN   TestDockerSuite/TestContainerAPIPostCreateNull
17:57:54 [2021-08-20T17:57:54.506Z] === RUN   TestDockerSuite/TestContainerAPIRename
17:57:57 [2021-08-20T17:57:57.399Z] === RUN   TestDockerSuite/TestContainerAPIRestart
17:57:58 [2021-08-20T17:57:58.752Z] === RUN   TestDockerSuite/TestRestartPolicyAlways
17:57:59 [2021-08-20T17:57:59.207Z] === RUN   TestDockerSuite/TestRestartPolicyNO
17:57:59 [2021-08-20T17:57:59.207Z] === RUN   TestDockerSuite/TestRestartPolicyOnFailure
17:58:00 [2021-08-20T17:58:00.165Z] === RUN   TestDockerSuite/TestRestartRunningContainer
17:58:02 [2021-08-20T17:58:02.063Z] === RUN   TestDockerSuite/TestContainerAPIRestartNotimeoutParam
17:58:04 [2021-08-20T17:58:04.931Z] === RUN   TestDockerSuite/TestRestartStoppedContainer
17:58:05 [2021-08-20T17:58:05.359Z] === RUN   TestDockerSuite/TestBuildDockerignoringRenamedDockerfile
17:58:06 [2021-08-20T17:58:06.776Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount
17:58:06 [2021-08-20T17:58:06.776Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName
17:58:06 [2021-08-20T17:58:06.776Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount
17:58:06 [2021-08-20T17:58:06.776Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch
17:58:06 [2021-08-20T17:58:06.776Z] === RUN   TestDockerSuite/TestContainerAPIStart
17:58:07 [2021-08-20T17:58:07.816Z] === RUN   TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork
17:58:07 [2021-08-20T17:58:07.817Z]     docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux
17:58:07 [2021-08-20T17:58:07.817Z] === RUN   TestDockerSuite/TestRestartWithVolumes
17:58:09 [2021-08-20T17:58:09.665Z] === RUN   TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled
17:58:09 [2021-08-20T17:58:09.665Z]     docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux
17:58:09 [2021-08-20T17:58:09.665Z] === RUN   TestDockerSuite/TestContainerAPIStop
17:58:12 [2021-08-20T17:58:12.476Z] === RUN   TestDockerSuite/TestRmiBlank
17:58:12 [2021-08-20T17:58:12.476Z] === RUN   TestDockerSuite/TestRmiByIDHardConflict
17:58:12 [2021-08-20T17:58:12.476Z] === RUN   TestDockerSuite/TestRmiContainerImageNotFound
17:58:12 [2021-08-20T17:58:12.552Z] === RUN   TestDockerSuite/TestContainerAPITop
17:58:12 [2021-08-20T17:58:12.552Z]     docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux
17:58:12 [2021-08-20T17:58:12.552Z] === RUN   TestDockerSuite/TestContainerAPITopWindows
17:58:15 [2021-08-20T17:58:15.437Z] === RUN   TestDockerSuite/TestContainerAPIVerifyHeader
17:58:15 [2021-08-20T17:58:15.437Z] === RUN   TestDockerSuite/TestContainerAPIWait
17:58:20 [2021-08-20T17:58:20.100Z] === RUN   TestDockerSuite/TestContainerKillCustomStopSignal
17:58:22 [2021-08-20T17:58:22.263Z] === RUN   TestDockerSuite/TestContainerNetworkMode
17:58:22 [2021-08-20T17:58:22.263Z]     docker_cli_run_test.go:2408: unmatched requirement DaemonIsLinux
17:58:22 [2021-08-20T17:58:22.263Z] === RUN   TestDockerSuite/TestContainerRestartInMultipleNetworks
17:58:22 [2021-08-20T17:58:22.263Z]     docker_cli_run_test.go:3503: unmatched requirement DaemonIsLinux
17:58:22 [2021-08-20T17:58:22.719Z] === RUN   TestDockerSuite/TestContainerWithConflictingHostNetworks
17:58:22 [2021-08-20T17:58:22.719Z]     docker_cli_run_test.go:3535: unmatched requirement DaemonIsLinux
17:58:22 [2021-08-20T17:58:22.719Z] === RUN   TestDockerSuite/TestContainerWithConflictingNoneNetwork
17:58:22 [2021-08-20T17:58:22.719Z]     docker_cli_run_test.go:3566: unmatched requirement DaemonIsLinux
17:58:22 [2021-08-20T17:58:22.719Z] === RUN   TestDockerSuite/TestContainerWithConflictingSharedNetwork
17:58:22 [2021-08-20T17:58:22.719Z]     docker_cli_run_test.go:3549: unmatched requirement DaemonIsLinux
17:58:22 [2021-08-20T17:58:22.719Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe
17:58:24 [2021-08-20T17:58:24.801Z] === RUN   TestDockerSuite/TestRmiForceWithExistingContainers
17:58:24 [2021-08-20T17:58:24.880Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate
17:58:24 [2021-08-20T17:58:24.880Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false__<nil>_<nil>_<nil>}
17:58:26 [2021-08-20T17:58:26.961Z] === RUN   TestDockerSuite/TestRmiForceWithMultipleRepositories
17:58:27 [2021-08-20T17:58:27.416Z] === RUN   TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags
17:58:27 [2021-08-20T17:58:27.769Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false__<nil>_<nil>_<nil>}
17:58:30 [2021-08-20T17:58:30.658Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false__<nil>_<nil>_<nil>}
17:58:33 [2021-08-20T17:58:33.173Z] === RUN   TestDockerSuite/TestRmiImgIDForce
17:58:34 [2021-08-20T17:58:34.368Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true__<nil>_<nil>_<nil>}
17:58:37 [2021-08-20T17:58:37.263Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false__<nil>_0xc000004ac8_<nil>}
17:58:37 [2021-08-20T17:58:37.831Z] === RUN   TestDockerSuite/TestRmiImgIDMultipleTag
17:58:40 [2021-08-20T17:58:40.147Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-1931689106_c:\foo_false__<nil>_<nil>_<nil>}
17:58:42 [2021-08-20T17:58:42.312Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-1931689106_c:\foo_true__<nil>_<nil>_<nil>}
17:58:44 [2021-08-20T17:58:44.872Z] === RUN   TestDockerSuite/TestRmiParentImageFail
17:58:45 [2021-08-20T17:58:45.198Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsTmpfs
17:58:45 [2021-08-20T17:58:45.198Z]     docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux
17:58:45 [2021-08-20T17:58:45.198Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation
17:58:45 [2021-08-20T17:58:45.198Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_0
17:58:45 [2021-08-20T17:58:45.198Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_1
17:58:45 [2021-08-20T17:58:45.198Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_2
17:58:45 [2021-08-20T17:58:45.198Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_3
17:58:45 [2021-08-20T17:58:45.198Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_4
17:58:45 [2021-08-20T17:58:45.198Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_5
17:58:45 [2021-08-20T17:58:45.652Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_6
17:58:45 [2021-08-20T17:58:45.652Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_7
17:58:45 [2021-08-20T17:58:45.652Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_8
17:58:45 [2021-08-20T17:58:45.652Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_9
17:58:46 [2021-08-20T17:58:46.107Z] === RUN   TestDockerSuite/TestContainersInMultipleNetworks
17:58:46 [2021-08-20T17:58:46.107Z]     docker_cli_run_test.go:3439: unmatched requirement DaemonIsLinux
17:58:46 [2021-08-20T17:58:46.107Z] === RUN   TestDockerSuite/TestContainersInUserDefinedNetwork
17:58:46 [2021-08-20T17:58:46.107Z]     docker_cli_run_test.go:3431: unmatched requirement DaemonIsLinux
17:58:46 [2021-08-20T17:58:46.107Z] === RUN   TestDockerSuite/TestContainersNetworkIsolation
17:58:46 [2021-08-20T17:58:46.107Z]     docker_cli_run_test.go:3458: unmatched requirement DaemonIsLinux
17:58:46 [2021-08-20T17:58:46.107Z] === RUN   TestDockerSuite/TestCopyAndRestart
17:58:46 [2021-08-20T17:58:46.107Z]     docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux
17:58:46 [2021-08-20T17:58:46.107Z] === RUN   TestDockerSuite/TestCopyCreatedContainer
17:58:46 [2021-08-20T17:58:46.107Z]     docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux
17:58:46 [2021-08-20T17:58:46.107Z] === RUN   TestDockerSuite/TestCpAbsolutePath
17:58:47 [2021-08-20T17:58:47.850Z] === RUN   TestDockerSuite/TestBuildDockerignoringWholeDir
17:58:48 [2021-08-20T17:58:48.578Z] === RUN   TestDockerSuite/TestRmiTag
17:58:48 [2021-08-20T17:58:48.578Z] === RUN   TestDockerSuite/TestRmiTagWithExistingContainers
17:58:48 [2021-08-20T17:58:48.991Z] === RUN   TestDockerSuite/TestCpAbsoluteSymlink
17:58:48 [2021-08-20T17:58:48.991Z]     docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux
17:58:48 [2021-08-20T17:58:48.991Z] === RUN   TestDockerSuite/TestCpFromCaseA
17:58:48 [2021-08-20T17:58:48.991Z]     docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux
17:58:48 [2021-08-20T17:58:48.991Z] === RUN   TestDockerSuite/TestCpFromCaseB
17:58:48 [2021-08-20T17:58:48.991Z]     docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux
17:58:48 [2021-08-20T17:58:48.991Z] === RUN   TestDockerSuite/TestCpFromCaseC
17:58:48 [2021-08-20T17:58:48.991Z]     docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux
17:58:48 [2021-08-20T17:58:48.991Z] === RUN   TestDockerSuite/TestCpFromCaseD
17:58:48 [2021-08-20T17:58:48.991Z]     docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux
17:58:48 [2021-08-20T17:58:48.991Z] === RUN   TestDockerSuite/TestCpFromCaseE
17:58:48 [2021-08-20T17:58:48.991Z]     docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux
17:58:48 [2021-08-20T17:58:48.991Z] === RUN   TestDockerSuite/TestCpFromCaseF
17:58:48 [2021-08-20T17:58:48.991Z]     docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux
17:58:49 [2021-08-20T17:58:49.447Z] === RUN   TestDockerSuite/TestCpFromCaseG
17:58:49 [2021-08-20T17:58:49.447Z]     docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux
17:58:49 [2021-08-20T17:58:49.447Z] === RUN   TestDockerSuite/TestCpFromCaseH
17:58:49 [2021-08-20T17:58:49.447Z]     docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux
17:58:49 [2021-08-20T17:58:49.447Z] === RUN   TestDockerSuite/TestCpFromCaseI
17:58:49 [2021-08-20T17:58:49.447Z]     docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux
17:58:49 [2021-08-20T17:58:49.447Z] === RUN   TestDockerSuite/TestCpFromCaseJ
17:58:49 [2021-08-20T17:58:49.447Z]     docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux
17:58:49 [2021-08-20T17:58:49.447Z] === RUN   TestDockerSuite/TestCpFromSymlinkDestination
17:58:49 [2021-08-20T17:58:49.447Z]     docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux
17:58:49 [2021-08-20T17:58:49.447Z] === RUN   TestDockerSuite/TestCpFromSymlinkToDirectory
17:58:49 [2021-08-20T17:58:49.447Z]     docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux
17:58:49 [2021-08-20T17:58:49.447Z] === RUN   TestDockerSuite/TestCpGarbagePath
17:58:51 [2021-08-20T17:58:51.460Z] === RUN   TestDockerSuite/TestRmiUntagHistoryLayer
17:58:53 [2021-08-20T17:58:53.158Z] === RUN   TestDockerSuite/TestCpLocalOnly
17:58:53 [2021-08-20T17:58:53.158Z] === RUN   TestDockerSuite/TestCpNameHasColon
17:58:53 [2021-08-20T17:58:53.158Z]     docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux
17:58:53 [2021-08-20T17:58:53.158Z] === RUN   TestDockerSuite/TestCpRelativePath
17:58:55 [2021-08-20T17:58:55.324Z] === RUN   TestDockerSuite/TestCpSpecialFiles
17:58:55 [2021-08-20T17:58:55.324Z]     docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux
17:58:55 [2021-08-20T17:58:55.324Z] === RUN   TestDockerSuite/TestCpSymlinkComponent
17:58:55 [2021-08-20T17:58:55.324Z]     docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux
17:58:55 [2021-08-20T17:58:55.324Z] === RUN   TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink
17:58:55 [2021-08-20T17:58:55.324Z]     docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux
17:58:55 [2021-08-20T17:58:55.324Z] === RUN   TestDockerSuite/TestCpToCaseA
17:59:01 [2021-08-20T17:59:01.087Z] === RUN   TestDockerSuite/TestCpToCaseB
17:59:03 [2021-08-20T17:59:03.974Z] === RUN   TestDockerSuite/TestCpToCaseC
17:59:03 [2021-08-20T17:59:03.974Z]     docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux
17:59:03 [2021-08-20T17:59:03.974Z] === RUN   TestDockerSuite/TestCpToCaseD
17:59:03 [2021-08-20T17:59:03.974Z]     docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux
17:59:03 [2021-08-20T17:59:03.974Z] === RUN   TestDockerSuite/TestCpToCaseE
17:59:05 [2021-08-20T17:59:05.492Z] === RUN   TestDockerSuite/TestBuildDockerignoringWildDirs
17:59:06 [2021-08-20T17:59:06.219Z] === RUN   TestDockerSuite/TestRmiWithContainerFails
17:59:07 [2021-08-20T17:59:07.177Z] === RUN   TestDockerSuite/TestRmiWithMultipleRepositories
17:59:11 [2021-08-20T17:59:11.840Z] === RUN   TestDockerSuite/TestRmiWithParentInUse
17:59:12 [2021-08-20T17:59:12.800Z] === RUN   TestDockerSuite/TestRunAddDeviceCgroupRule
17:59:12 [2021-08-20T17:59:12.800Z]     docker_cli_run_test.go:4400: unmatched requirement DaemonIsLinux
17:59:12 [2021-08-20T17:59:12.800Z] === RUN   TestDockerSuite/TestRunAddHost
17:59:12 [2021-08-20T17:59:12.800Z]     docker_cli_run_test.go:1576: unmatched requirement DaemonIsLinux
17:59:12 [2021-08-20T17:59:12.800Z] === RUN   TestDockerSuite/TestRunAddHostInHostMode
17:59:12 [2021-08-20T17:59:12.800Z]     docker_cli_run_test.go:3917: unmatched requirement DaemonIsLinux
17:59:12 [2021-08-20T17:59:12.800Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevices
17:59:12 [2021-08-20T17:59:12.800Z]     docker_cli_run_test.go:1171: unmatched requirement DaemonIsLinux
17:59:12 [2021-08-20T17:59:12.800Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode
17:59:12 [2021-08-20T17:59:12.800Z]     docker_cli_run_test.go:1189: unmatched requirement DaemonIsLinux
17:59:12 [2021-08-20T17:59:12.800Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevicesNoSrc
17:59:12 [2021-08-20T17:59:12.800Z]     docker_cli_run_test.go:1180: unmatched requirement DaemonIsLinux
17:59:12 [2021-08-20T17:59:12.800Z] === RUN   TestDockerSuite/TestRunAllocatePortInReservedRange
17:59:12 [2021-08-20T17:59:12.800Z]     docker_cli_run_test.go:2060: unmatched requirement DaemonIsLinux
17:59:12 [2021-08-20T17:59:12.800Z] === RUN   TestDockerSuite/TestRunAllowBindMountingRoot
17:59:14 [2021-08-20T17:59:14.959Z] === RUN   TestDockerSuite/TestRunAllowPortRangeThroughExpose
17:59:14 [2021-08-20T17:59:14.959Z]     docker_cli_run_test.go:2265: unmatched requirement DaemonIsLinux
17:59:14 [2021-08-20T17:59:14.959Z] === RUN   TestDockerSuite/TestRunAllowPortRangeThroughPublish
17:59:14 [2021-08-20T17:59:14.959Z]     docker_cli_run_test.go:2601: unmatched requirement DaemonIsLinux
17:59:14 [2021-08-20T17:59:14.959Z] === RUN   TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes
17:59:16 [2021-08-20T17:59:16.481Z] === RUN   TestDockerSuite/TestCpToCaseF
17:59:16 [2021-08-20T17:59:16.481Z]     docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux
17:59:16 [2021-08-20T17:59:16.481Z] === RUN   TestDockerSuite/TestCpToCaseG
17:59:16 [2021-08-20T17:59:16.481Z]     docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux
17:59:16 [2021-08-20T17:59:16.481Z] === RUN   TestDockerSuite/TestCpToCaseH
17:59:19 [2021-08-20T17:59:19.616Z] === RUN   TestDockerSuite/TestRunAttachFailedNoLeak
17:59:20 [2021-08-20T17:59:20.266Z] === RUN   TestDockerSuite/TestBuildDockerignoringWildTopDir
17:59:21 [2021-08-20T17:59:21.776Z] === RUN   TestDockerSuite/TestRunAttachStdErrOnlyTTYMode
17:59:23 [2021-08-20T17:59:23.934Z] === RUN   TestDockerSuite/TestRunAttachStdOutAndErrTTYMode
17:59:26 [2021-08-20T17:59:26.092Z] === RUN   TestDockerSuite/TestRunAttachStdOutOnlyTTYMode
17:59:26 [2021-08-20T17:59:26.759Z] === RUN   TestDockerSuite/TestCpToCaseI
17:59:26 [2021-08-20T17:59:26.759Z]     docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux
17:59:26 [2021-08-20T17:59:26.759Z] === RUN   TestDockerSuite/TestCpToCaseJ
17:59:26 [2021-08-20T17:59:26.759Z]     docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux
17:59:26 [2021-08-20T17:59:26.759Z] === RUN   TestDockerSuite/TestCpToDot
17:59:28 [2021-08-20T17:59:28.252Z] === RUN   TestDockerSuite/TestRunAttachWithDetach
17:59:28 [2021-08-20T17:59:28.252Z] === RUN   TestDockerSuite/TestRunBindMounts
17:59:29 [2021-08-20T17:59:29.654Z] === RUN   TestDockerSuite/TestCpToErrReadOnlyRootfs
17:59:29 [2021-08-20T17:59:29.654Z]     docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux
17:59:29 [2021-08-20T17:59:29.654Z] === RUN   TestDockerSuite/TestCpToErrReadOnlyVolume
17:59:29 [2021-08-20T17:59:29.654Z]     docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux
17:59:29 [2021-08-20T17:59:29.654Z] === RUN   TestDockerSuite/TestCpToStdout
17:59:33 [2021-08-20T17:59:33.375Z] === RUN   TestDockerSuite/TestCpToSymlinkDestination
17:59:33 [2021-08-20T17:59:33.375Z]     docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux
17:59:33 [2021-08-20T17:59:33.375Z] === RUN   TestDockerSuite/TestCpToSymlinkToDirectory
17:59:33 [2021-08-20T17:59:33.375Z]     docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux
17:59:33 [2021-08-20T17:59:33.375Z] === RUN   TestDockerSuite/TestCpUnprivilegedUser
17:59:33 [2021-08-20T17:59:33.375Z]     docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux
17:59:33 [2021-08-20T17:59:33.375Z] === RUN   TestDockerSuite/TestCpVolumePath
17:59:33 [2021-08-20T17:59:33.375Z]     docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux
17:59:33 [2021-08-20T17:59:33.375Z] === RUN   TestDockerSuite/TestCreate64ByteHexID
17:59:33 [2021-08-20T17:59:33.375Z] === RUN   TestDockerSuite/TestCreateArgs
17:59:33 [2021-08-20T17:59:33.375Z] === RUN   TestDockerSuite/TestCreateByImageID
17:59:34 [2021-08-20T17:59:34.011Z] === RUN   TestDockerSuite/TestRunCapAddALLCanDownInterface
17:59:34 [2021-08-20T17:59:34.011Z]     docker_cli_run_test.go:1052: unmatched requirement DaemonIsLinux
17:59:34 [2021-08-20T17:59:34.011Z] === RUN   TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface
17:59:34 [2021-08-20T17:59:34.011Z]     docker_cli_run_test.go:1062: unmatched requirement DaemonIsLinux
17:59:34 [2021-08-20T17:59:34.011Z] === RUN   TestDockerSuite/TestRunCapAddCHOWN
17:59:34 [2021-08-20T17:59:34.011Z]     docker_cli_run_test.go:2981: unmatched requirement DaemonIsLinux
17:59:34 [2021-08-20T17:59:34.011Z] === RUN   TestDockerSuite/TestRunCapAddCanDownInterface
17:59:34 [2021-08-20T17:59:34.011Z]     docker_cli_run_test.go:1042: unmatched requirement DaemonIsLinux
17:59:34 [2021-08-20T17:59:34.011Z] === RUN   TestDockerSuite/TestRunCapAddInvalid
17:59:34 [2021-08-20T17:59:34.011Z]     docker_cli_run_test.go:1033: unmatched requirement DaemonIsLinux
17:59:34 [2021-08-20T17:59:34.011Z] === RUN   TestDockerSuite/TestRunCapAddSYSTIME
17:59:34 [2021-08-20T17:59:34.011Z]     docker_cli_run_test.go:3167: unmatched requirement DaemonIsLinux
17:59:34 [2021-08-20T17:59:34.011Z] === RUN   TestDockerSuite/TestRunCapDropALLAddMknodCanMknod
17:59:34 [2021-08-20T17:59:34.011Z]     docker_cli_run_test.go:1023: unmatched requirement DaemonIsLinux
17:59:34 [2021-08-20T17:59:34.011Z] === RUN   TestDockerSuite/TestRunCapDropALLCannotMknod
17:59:34 [2021-08-20T17:59:34.011Z]     docker_cli_run_test.go:1011: unmatched requirement DaemonIsLinux
17:59:34 [2021-08-20T17:59:34.011Z] === RUN   TestDockerSuite/TestRunCapDropCannotMknod
17:59:34 [2021-08-20T17:59:34.011Z]     docker_cli_run_test.go:985: unmatched requirement DaemonIsLinux
17:59:34 [2021-08-20T17:59:34.011Z] === RUN   TestDockerSuite/TestRunCapDropCannotMknodLowerCase
17:59:34 [2021-08-20T17:59:34.011Z]     docker_cli_run_test.go:998: unmatched requirement DaemonIsLinux
17:59:34 [2021-08-20T17:59:34.011Z] === RUN   TestDockerSuite/TestRunCapDropInvalid
17:59:34 [2021-08-20T17:59:34.011Z]     docker_cli_run_test.go:976: unmatched requirement DaemonIsLinux
17:59:34 [2021-08-20T17:59:34.011Z] === RUN   TestDockerSuite/TestRunCidFileCheckIDLength
17:59:35 [2021-08-20T17:59:35.540Z] === RUN   TestDockerSuite/TestRunCidFileCleanupIfEmpty
17:59:35 [2021-08-20T17:59:35.540Z]     docker_cli_run_test.go:1932: unmatched requirement DaemonIsLinux
17:59:35 [2021-08-20T17:59:35.540Z] === RUN   TestDockerSuite/TestRunCleanupCmdOnEntrypoint
17:59:36 [2021-08-20T17:59:36.263Z] === RUN   TestDockerSuite/TestCreateEchoStdout
17:59:38 [2021-08-20T17:59:38.422Z] === RUN   TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts
17:59:38 [2021-08-20T17:59:38.422Z]     docker_cli_run_test.go:3309: unmatched requirement DaemonIsLinux
17:59:38 [2021-08-20T17:59:38.422Z] === RUN   TestDockerSuite/TestRunContainerNetModeWithExposePort
17:59:38 [2021-08-20T17:59:38.422Z]     docker_cli_run_test.go:3333: unmatched requirement DaemonIsLinux
17:59:38 [2021-08-20T17:59:38.422Z] === RUN   TestDockerSuite/TestRunContainerNetwork
17:59:38 [2021-08-20T17:59:38.434Z] === RUN   TestDockerSuite/TestCreateGrowRootfs
17:59:38 [2021-08-20T17:59:38.890Z] === RUN   TestDockerSuite/TestCreateHostConfig
17:59:39 [2021-08-20T17:59:39.345Z] === RUN   TestDockerSuite/TestCreateHostnameWithNumber
17:59:39 [2021-08-20T17:59:39.944Z] === RUN   TestDockerSuite/TestRunContainerNetworkModeToSelf
17:59:39 [2021-08-20T17:59:39.944Z]     docker_cli_run_test.go:3300: unmatched requirement DaemonIsLinux
17:59:39 [2021-08-20T17:59:39.944Z] === RUN   TestDockerSuite/TestRunContainerWithCgroupMountRO
17:59:39 [2021-08-20T17:59:39.944Z]     docker_cli_run_test.go:3285: unmatched requirement DaemonIsLinux
17:59:39 [2021-08-20T17:59:39.944Z] === RUN   TestDockerSuite/TestRunContainerWithCgroupParent
17:59:39 [2021-08-20T17:59:39.944Z]     docker_cli_run_test.go:3210: unmatched requirement DaemonIsLinux
17:59:39 [2021-08-20T17:59:39.944Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer
17:59:39 [2021-08-20T17:59:39.944Z]     docker_cli_run_test.go:2709: unmatched requirement DaemonIsLinux
17:59:39 [2021-08-20T17:59:39.944Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfs
17:59:39 [2021-08-20T17:59:39.944Z]     docker_cli_run_test.go:2658: unmatched requirement DaemonIsLinux
17:59:39 [2021-08-20T17:59:39.944Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag
17:59:39 [2021-08-20T17:59:39.944Z]     docker_cli_run_test.go:2731: unmatched requirement DaemonIsLinux
17:59:39 [2021-08-20T17:59:39.944Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag
17:59:39 [2021-08-20T17:59:39.944Z]     docker_cli_run_test.go:2721: unmatched requirement DaemonIsLinux
17:59:39 [2021-08-20T17:59:39.944Z] === RUN   TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer
17:59:41 [2021-08-20T17:59:41.467Z] === RUN   TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero
17:59:41 [2021-08-20T17:59:41.511Z] === RUN   TestDockerSuite/TestCreateLabelFromImage
17:59:41 [2021-08-20T17:59:41.966Z] === RUN   TestDockerSuite/TestCreateLabels
17:59:42 [2021-08-20T17:59:42.421Z] === RUN   TestDockerSuite/TestCreateModeIpcContainer
17:59:42 [2021-08-20T17:59:42.421Z]     docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux
17:59:42 [2021-08-20T17:59:42.421Z] === RUN   TestDockerSuite/TestCreateRM
17:59:42 [2021-08-20T17:59:42.876Z] === RUN   TestDockerSuite/TestCreateShrinkRootfs
17:59:42 [2021-08-20T17:59:42.876Z]     docker_cli_create_test.go:71: unmatched requirement Devicemapper
17:59:42 [2021-08-20T17:59:42.876Z] === RUN   TestDockerSuite/TestCreateStopSignal
17:59:43 [2021-08-20T17:59:43.332Z] === RUN   TestDockerSuite/TestCreateStopTimeout
17:59:43 [2021-08-20T17:59:43.628Z] === RUN   TestDockerSuite/TestRunContainerWithWritableRootfs
17:59:43 [2021-08-20T17:59:43.790Z] === RUN   TestDockerSuite/TestCreateUnsetEntrypoint
17:59:45 [2021-08-20T17:59:45.793Z] === RUN   TestDockerSuite/TestRunCopyVolumeContent
17:59:45 [2021-08-20T17:59:45.793Z]     docker_cli_run_test.go:1677: unmatched requirement DaemonIsLinux
17:59:45 [2021-08-20T17:59:45.793Z] === RUN   TestDockerSuite/TestRunCopyVolumeUIDGID
17:59:45 [2021-08-20T17:59:45.793Z]     docker_cli_run_test.go:1658: unmatched requirement DaemonIsLinux
17:59:45 [2021-08-20T17:59:45.793Z] === RUN   TestDockerSuite/TestRunCreateContainerFailedCleanUp
17:59:45 [2021-08-20T17:59:45.793Z]     docker_cli_run_test.go:3175: unmatched requirement DaemonIsLinux
17:59:45 [2021-08-20T17:59:45.793Z] === RUN   TestDockerSuite/TestRunCreateVolume
17:59:47 [2021-08-20T17:59:47.951Z] === RUN   TestDockerSuite/TestRunCreateVolumeEtc
17:59:47 [2021-08-20T17:59:47.951Z]     docker_cli_run_test.go:2152: unmatched requirement DaemonIsLinux
17:59:47 [2021-08-20T17:59:47.951Z] === RUN   TestDockerSuite/TestRunCreateVolumeWithSymlink
17:59:47 [2021-08-20T17:59:47.951Z]     docker_cli_run_test.go:621: unmatched requirement DaemonIsLinux
17:59:47 [2021-08-20T17:59:47.951Z] === RUN   TestDockerSuite/TestRunCreateVolumesInSymlinkDir
17:59:47 [2021-08-20T17:59:47.951Z]     docker_cli_run_test.go:383: unmatched requirement DaemonIsLinux
17:59:48 [2021-08-20T17:59:48.405Z] === RUN   TestDockerSuite/TestRunCreateVolumesInSymlinkDir2
17:59:48 [2021-08-20T17:59:48.405Z]     docker_cli_run_test.go:427: unmatched requirement DaemonIsLinux
17:59:48 [2021-08-20T17:59:48.405Z] === RUN   TestDockerSuite/TestRunCredentialSpecFailures
17:59:49 [2021-08-20T17:59:49.929Z] === RUN   TestDockerSuite/TestRunCredentialSpecWellFormed
17:59:54 [2021-08-20T17:59:54.067Z] === RUN   TestDockerSuite/TestCreateVolumesCreated
17:59:54 [2021-08-20T17:59:54.067Z] === RUN   TestDockerSuite/TestCreateWithInvalidLogOpts
17:59:54 [2021-08-20T17:59:54.068Z] === RUN   TestDockerSuite/TestCreateWithLargePortRange
17:59:55 [2021-08-20T17:59:55.687Z] === RUN   TestDockerSuite/TestRunDNSDefaultOptions
17:59:55 [2021-08-20T17:59:55.687Z]     docker_cli_run_test.go:1253: unmatched requirement DaemonIsLinux
17:59:55 [2021-08-20T17:59:55.687Z] === RUN   TestDockerSuite/TestRunDNSInHostMode
17:59:55 [2021-08-20T17:59:55.688Z]     docker_cli_run_test.go:3882: unmatched requirement DaemonIsLinux
17:59:55 [2021-08-20T17:59:55.688Z] === RUN   TestDockerSuite/TestRunDNSOptions
17:59:55 [2021-08-20T17:59:55.688Z]     docker_cli_run_test.go:1288: unmatched requirement DaemonIsLinux
17:59:55 [2021-08-20T17:59:55.688Z] === RUN   TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf
17:59:55 [2021-08-20T17:59:55.688Z]     docker_cli_run_test.go:1321: unmatched requirement DaemonIsLinux
17:59:55 [2021-08-20T17:59:55.688Z] === RUN   TestDockerSuite/TestRunDNSRepeatOptions
17:59:55 [2021-08-20T17:59:55.688Z]     docker_cli_run_test.go:1310: unmatched requirement DaemonIsLinux
17:59:55 [2021-08-20T17:59:55.688Z] === RUN   TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule
17:59:55 [2021-08-20T17:59:55.688Z]     docker_cli_run_test.go:2025: unmatched requirement DaemonIsLinux
17:59:55 [2021-08-20T17:59:55.688Z] === RUN   TestDockerSuite/TestRunDetachedContainerIDPrinting
17:59:57 [2021-08-20T17:59:57.848Z] === RUN   TestDockerSuite/TestRunDeviceNumbers
17:59:57 [2021-08-20T17:59:57.848Z]     docker_cli_run_test.go:1141: unmatched requirement DaemonIsLinux
17:59:58 [2021-08-20T17:59:58.303Z] === RUN   TestDockerSuite/TestRunDisallowBindMountingRootToRoot
17:59:58 [2021-08-20T17:59:58.303Z] === RUN   TestDockerSuite/TestRunDuplicateMount
17:59:58 [2021-08-20T17:59:58.303Z]     docker_cli_run_test.go:4057: unmatched requirement DaemonIsLinux
17:59:58 [2021-08-20T17:59:58.303Z] === RUN   TestDockerSuite/TestRunEchoNamedContainer
17:59:58 [2021-08-20T17:59:58.730Z] === RUN   TestDockerSuite/TestCreateWithPortRange
17:59:58 [2021-08-20T17:59:58.731Z] === RUN   TestDockerSuite/TestCreateWithTooLowMemoryLimit
17:59:58 [2021-08-20T17:59:58.731Z]     docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux
17:59:58 [2021-08-20T17:59:58.731Z] === RUN   TestDockerSuite/TestCreateWithWorkdir
18:00:00 [2021-08-20T18:00:00.462Z] === RUN   TestDockerSuite/TestRunEchoStdout
18:00:01 [2021-08-20T18:00:01.621Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds
18:00:01 [2021-08-20T18:00:01.621Z]     docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux
18:00:01 [2021-08-20T18:00:01.621Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig
18:00:02 [2021-08-20T18:00:02.075Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds
18:00:02 [2021-08-20T18:00:02.076Z]     docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux
18:00:02 [2021-08-20T18:00:02.076Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom
18:00:02 [2021-08-20T18:00:02.076Z]     docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux
18:00:02 [2021-08-20T18:00:02.076Z] === RUN   TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume
18:00:02 [2021-08-20T18:00:02.076Z]     docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux
18:00:02 [2021-08-20T18:00:02.076Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig
18:00:02 [2021-08-20T18:00:02.076Z]     docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux
18:00:02 [2021-08-20T18:00:02.076Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked
18:00:02 [2021-08-20T18:00:02.076Z]     docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux
18:00:02 [2021-08-20T18:00:02.076Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig
18:00:02 [2021-08-20T18:00:02.076Z]     docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux
18:00:02 [2021-08-20T18:00:02.076Z] === RUN   TestDockerSuite/TestDeprecatedStartWithNilDNS
18:00:02 [2021-08-20T18:00:02.076Z]     docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux
18:00:02 [2021-08-20T18:00:02.076Z] === RUN   TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit
18:00:02 [2021-08-20T18:00:02.076Z]     docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux
18:00:02 [2021-08-20T18:00:02.076Z] === RUN   TestDockerSuite/TestDevicePermissions
18:00:02 [2021-08-20T18:00:02.076Z]     docker_cli_run_test.go:2968: unmatched requirement DaemonIsLinux
18:00:02 [2021-08-20T18:00:02.076Z] === RUN   TestDockerSuite/TestDockerFails
18:00:02 [2021-08-20T18:00:02.076Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFrom
18:00:02 [2021-08-20T18:00:02.076Z]     docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux
18:00:02 [2021-08-20T18:00:02.076Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind
18:00:02 [2021-08-20T18:00:02.076Z]     docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux
18:00:02 [2021-08-20T18:00:02.076Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts
18:00:02 [2021-08-20T18:00:02.076Z]     docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux
18:00:02 [2021-08-20T18:00:02.076Z] === RUN   TestDockerSuite/TestEventsAttach
18:00:02 [2021-08-20T18:00:02.076Z]     docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux
18:00:02 [2021-08-20T18:00:02.076Z] === RUN   TestDockerSuite/TestEventsCommit
18:00:02 [2021-08-20T18:00:02.076Z]     docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux
18:00:02 [2021-08-20T18:00:02.076Z] === RUN   TestDockerSuite/TestEventsContainerEvents
18:00:03 [2021-08-20T18:00:03.346Z] === RUN   TestDockerSuite/TestRunEmptyEnv
18:00:03 [2021-08-20T18:00:03.346Z]     docker_cli_run_test.go:4140: unmatched requirement DaemonIsLinux
18:00:03 [2021-08-20T18:00:03.346Z] === RUN   TestDockerSuite/TestRunEntrypoint
18:00:04 [2021-08-20T18:00:04.869Z] === RUN   TestDockerSuite/TestRunEnvironment
18:00:04 [2021-08-20T18:00:04.869Z]     docker_cli_run_test.go:817: unmatched requirement DaemonIsLinux
18:00:04 [2021-08-20T18:00:04.869Z] === RUN   TestDockerSuite/TestRunEnvironmentErase
18:00:04 [2021-08-20T18:00:04.869Z]     docker_cli_run_test.go:856: unmatched requirement DaemonIsLinux
18:00:04 [2021-08-20T18:00:04.869Z] === RUN   TestDockerSuite/TestRunEnvironmentOverride
18:00:04 [2021-08-20T18:00:04.869Z]     docker_cli_run_test.go:889: unmatched requirement DaemonIsLinux
18:00:04 [2021-08-20T18:00:04.869Z] === RUN   TestDockerSuite/TestRunExitCode
18:00:05 [2021-08-20T18:00:05.789Z] === RUN   TestDockerSuite/TestEventsContainerEventsAttrSort
18:00:07 [2021-08-20T18:00:07.029Z] === RUN   TestDockerSuite/TestRunExitCodeOne
18:00:08 [2021-08-20T18:00:08.682Z] === RUN   TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch
18:00:09 [2021-08-20T18:00:09.188Z] === RUN   TestDockerSuite/TestRunExitCodeZero
18:00:11 [2021-08-20T18:00:11.349Z] === RUN   TestDockerSuite/TestRunExitOnStdinClose
18:00:11 [2021-08-20T18:00:11.574Z] === RUN   TestDockerSuite/TestEventsContainerRestart
18:00:14 [2021-08-20T18:00:14.237Z] === RUN   TestDockerSuite/TestRunExposePort
18:00:14 [2021-08-20T18:00:14.237Z] === RUN   TestDockerSuite/TestRunFullHostnameSet
18:00:14 [2021-08-20T18:00:14.237Z]     docker_cli_run_test.go:947: unmatched requirement DaemonIsLinux
18:00:14 [2021-08-20T18:00:14.237Z] === RUN   TestDockerSuite/TestRunGroupAdd
18:00:14 [2021-08-20T18:00:14.237Z]     docker_cli_run_test.go:1074: unmatched requirement DaemonIsLinux
18:00:14 [2021-08-20T18:00:14.237Z] === RUN   TestDockerSuite/TestRunHostnameFQDN
18:00:14 [2021-08-20T18:00:14.237Z]     docker_cli_run_test.go:4379: unmatched requirement DaemonIsLinux
18:00:14 [2021-08-20T18:00:14.237Z] === RUN   TestDockerSuite/TestRunHostnameInHostMode
18:00:14 [2021-08-20T18:00:14.237Z]     docker_cli_run_test.go:4392: unmatched requirement DaemonIsLinux
18:00:14 [2021-08-20T18:00:14.237Z] === RUN   TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent
18:00:14 [2021-08-20T18:00:14.237Z]     docker_cli_run_test.go:4124: unmatched requirement IsolationIsHyperv
18:00:14 [2021-08-20T18:00:14.237Z] === RUN   TestDockerSuite/TestRunInitLayerPathOwnership
18:00:14 [2021-08-20T18:00:14.237Z]     docker_cli_run_test.go:3698: unmatched requirement DaemonIsLinux
18:00:14 [2021-08-20T18:00:14.237Z] === RUN   TestDockerSuite/TestRunInspectMacAddress
18:00:14 [2021-08-20T18:00:14.237Z]     docker_cli_run_test.go:2003: unmatched requirement DaemonIsLinux
18:00:14 [2021-08-20T18:00:14.237Z] === RUN   TestDockerSuite/TestRunInteractiveWithRestartPolicy
18:00:18 [2021-08-20T18:00:18.897Z] === RUN   TestDockerSuite/TestRunInvalidCgroupParent
18:00:18 [2021-08-20T18:00:18.897Z]     docker_cli_run_test.go:3245: unmatched requirement DaemonIsLinux
18:00:18 [2021-08-20T18:00:18.897Z] === RUN   TestDockerSuite/TestRunInvalidReference
18:00:18 [2021-08-20T18:00:18.897Z] === RUN   TestDockerSuite/TestRunLeakyFileDescriptors
18:00:18 [2021-08-20T18:00:18.897Z]     docker_cli_run_test.go:60: unmatched requirement DaemonIsLinux
18:00:18 [2021-08-20T18:00:18.897Z] === RUN   TestDockerSuite/TestRunLinkToContainerNetMode
18:00:18 [2021-08-20T18:00:18.897Z]     docker_cli_run_test.go:3354: unmatched requirement DaemonIsLinux
18:00:18 [2021-08-20T18:00:18.897Z] === RUN   TestDockerSuite/TestRunLinksContainerWithContainerID
18:00:18 [2021-08-20T18:00:18.897Z]     docker_cli_run_test.go:195: unmatched requirement DaemonIsLinux
18:00:18 [2021-08-20T18:00:18.897Z] === RUN   TestDockerSuite/TestRunLinksContainerWithContainerName
18:00:18 [2021-08-20T18:00:18.897Z]     docker_cli_run_test.go:180: unmatched requirement DaemonIsLinux
18:00:18 [2021-08-20T18:00:18.897Z] === RUN   TestDockerSuite/TestRunLookupGoogleDNS
18:00:25 [2021-08-20T18:00:25.938Z] === RUN   TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled
18:00:25 [2021-08-20T18:00:25.938Z]     docker_cli_run_test.go:3364: unmatched requirement DaemonIsLinux
18:00:25 [2021-08-20T18:00:25.938Z] === RUN   TestDockerSuite/TestRunLoopbackWhenNetworkDisabled
18:00:26 [2021-08-20T18:00:26.334Z] === RUN   TestDockerSuite/TestEventsCopy
18:00:26 [2021-08-20T18:00:26.392Z] === RUN   TestDockerSuite/TestRunModeHostname
18:00:26 [2021-08-20T18:00:26.392Z]     docker_cli_run_test.go:1198: unmatched requirement DaemonIsLinux
18:00:26 [2021-08-20T18:00:26.392Z] === RUN   TestDockerSuite/TestRunModeIpcContainerNotExists
18:00:26 [2021-08-20T18:00:26.392Z]     docker_cli_run_test.go:2315: unmatched requirement DaemonIsLinux
18:00:26 [2021-08-20T18:00:26.392Z] === RUN   TestDockerSuite/TestRunModeIpcContainerNotRunning
18:00:26 [2021-08-20T18:00:26.392Z]     docker_cli_run_test.go:2324: unmatched requirement DaemonIsLinux
18:00:26 [2021-08-20T18:00:26.392Z] === RUN   TestDockerSuite/TestRunModeIpcHost
18:00:26 [2021-08-20T18:00:26.392Z]     docker_cli_run_test.go:2293: unmatched requirement DaemonIsLinux
18:00:26 [2021-08-20T18:00:26.392Z] === RUN   TestDockerSuite/TestRunModeNetContainerHostname
18:00:26 [2021-08-20T18:00:26.392Z]     docker_cli_run_test.go:3398: unmatched requirement DaemonIsLinux
18:00:26 [2021-08-20T18:00:26.392Z] === RUN   TestDockerSuite/TestRunModePIDContainer
18:00:26 [2021-08-20T18:00:26.392Z]     docker_cli_run_test.go:2337: unmatched requirement DaemonIsLinux
18:00:26 [2021-08-20T18:00:26.392Z] === RUN   TestDockerSuite/TestRunModePIDContainerNotExists
18:00:26 [2021-08-20T18:00:26.392Z]     docker_cli_run_test.go:2362: unmatched requirement DaemonIsLinux
18:00:26 [2021-08-20T18:00:26.392Z] === RUN   TestDockerSuite/TestRunModePIDContainerNotRunning
18:00:26 [2021-08-20T18:00:26.392Z]     docker_cli_run_test.go:2371: unmatched requirement DaemonIsLinux
18:00:26 [2021-08-20T18:00:26.392Z] === RUN   TestDockerSuite/TestRunModeUTSHost
18:00:26 [2021-08-20T18:00:26.392Z]     docker_cli_run_test.go:2429: unmatched requirement DaemonIsLinux
18:00:26 [2021-08-20T18:00:26.392Z] === RUN   TestDockerSuite/TestRunMount
18:00:26 [2021-08-20T18:00:26.392Z]     docker_cli_run_test.go:4202: unmatched requirement DaemonIsLinux
18:00:26 [2021-08-20T18:00:26.392Z] === RUN   TestDockerSuite/TestRunMountOrdering
18:00:26 [2021-08-20T18:00:26.392Z]     docker_cli_run_test.go:2080: unmatched requirement DaemonIsLinux
18:00:26 [2021-08-20T18:00:26.392Z] === RUN   TestDockerSuite/TestRunMountReadOnlyDevShm
18:00:26 [2021-08-20T18:00:26.392Z]     docker_cli_run_test.go:4190: unmatched requirement DaemonIsLinux
18:00:26 [2021-08-20T18:00:26.392Z] === RUN   TestDockerSuite/TestRunMountShmMqueueFromHost
18:00:26 [2021-08-20T18:00:26.392Z]     docker_cli_run_test.go:2384: unmatched requirement DaemonIsLinux
18:00:26 [2021-08-20T18:00:26.392Z] === RUN   TestDockerSuite/TestRunMultipleVolumesFrom
18:00:30 [2021-08-20T18:00:30.998Z] === RUN   TestDockerSuite/TestEventsFilterContainer
18:00:33 [2021-08-20T18:00:33.430Z] === RUN   TestDockerSuite/TestRunMutableNetworkFiles
18:00:33 [2021-08-20T18:00:33.430Z]     docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux
18:00:33 [2021-08-20T18:00:33.430Z] === RUN   TestDockerSuite/TestRunNamedVolume
18:00:33 [2021-08-20T18:00:33.430Z]     docker_cli_run_test.go:3187: unmatched requirement DaemonIsLinux
18:00:33 [2021-08-20T18:00:33.430Z] === RUN   TestDockerSuite/TestRunNamedVolumeCopyImageData
18:00:33 [2021-08-20T18:00:33.430Z]     docker_cli_run_test.go:3749: unmatched requirement DaemonIsLinux
18:00:33 [2021-08-20T18:00:33.430Z] === RUN   TestDockerSuite/TestRunNamedVolumeNotRemoved
18:00:36 [2021-08-20T18:00:36.766Z] === RUN   TestDockerSuite/TestEventsFilterImageInContainerAction
18:00:39 [2021-08-20T18:00:39.188Z] === RUN   TestDockerSuite/TestRunNamedVolumesFromNotRemoved
18:00:40 [2021-08-20T18:00:40.476Z] === RUN   TestDockerSuite/TestEventsFilterImageLabels
18:00:40 [2021-08-20T18:00:40.931Z] === RUN   TestDockerSuite/TestEventsFilterImageName
18:00:42 [2021-08-20T18:00:42.898Z] === RUN   TestDockerSuite/TestRunNamedVolumesMountedAsShared
18:00:42 [2021-08-20T18:00:42.898Z]     docker_cli_run_test.go:3742: unmatched requirement DaemonIsLinux
18:00:42 [2021-08-20T18:00:42.898Z] === RUN   TestDockerSuite/TestRunNetContainerWhichHost
18:00:42 [2021-08-20T18:00:42.898Z]     docker_cli_run_test.go:2581: unmatched requirement DaemonIsLinux
18:00:42 [2021-08-20T18:00:42.898Z] === RUN   TestDockerSuite/TestRunNetHost
18:00:42 [2021-08-20T18:00:42.898Z]     docker_cli_run_test.go:2550: unmatched requirement DaemonIsLinux
18:00:42 [2021-08-20T18:00:42.898Z] === RUN   TestDockerSuite/TestRunNetHostNotAllowedWithLinks
18:00:42 [2021-08-20T18:00:42.898Z]     docker_cli_run_test.go:931: unmatched requirement DaemonIsLinux
18:00:42 [2021-08-20T18:00:42.898Z] === RUN   TestDockerSuite/TestRunNetHostTwiceSameName
18:00:42 [2021-08-20T18:00:42.898Z]     docker_cli_run_test.go:2573: unmatched requirement DaemonIsLinux
18:00:42 [2021-08-20T18:00:42.898Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMount
18:00:42 [2021-08-20T18:00:42.898Z]     docker_cli_run_test.go:3042: unmatched requirement DaemonIsLinux
18:00:42 [2021-08-20T18:00:42.898Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMountRO
18:00:42 [2021-08-20T18:00:42.898Z]     docker_cli_run_test.go:3066: unmatched requirement DaemonIsLinux
18:00:42 [2021-08-20T18:00:42.898Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem
18:00:42 [2021-08-20T18:00:42.898Z]     docker_cli_run_test.go:3088: unmatched requirement DaemonIsLinux
18:00:42 [2021-08-20T18:00:42.898Z] === RUN   TestDockerSuite/TestRunNetworkNotInitializedNoneMode
18:00:42 [2021-08-20T18:00:42.898Z]     docker_cli_run_test.go:3412: unmatched requirement DaemonIsLinux
18:00:42 [2021-08-20T18:00:42.898Z] === RUN   TestDockerSuite/TestRunNoDupVolumes
18:00:43 [2021-08-20T18:00:43.353Z] === RUN   TestDockerSuite/TestRunNoOutputFromPullInStdout
18:00:44 [2021-08-20T18:00:44.311Z] === RUN   TestDockerSuite/TestRunNonExecutableCmd
18:00:45 [2021-08-20T18:00:45.842Z] === RUN   TestDockerSuite/TestRunNonExistingCmd
18:00:48 [2021-08-20T18:00:48.005Z] === RUN   TestDockerSuite/TestRunNonExistingImage
18:00:48 [2021-08-20T18:00:48.964Z] === RUN   TestDockerSuite/TestRunNonLocalMacAddress
18:00:49 [2021-08-20T18:00:49.460Z] === RUN   TestDockerSuite/TestEventsFilterLabels
18:00:49 [2021-08-20T18:00:49.460Z] === RUN   TestDockerSuite/TestEventsFilterType
18:00:50 [2021-08-20T18:00:50.420Z] === RUN   TestDockerSuite/TestEventsFilters
18:00:50 [2021-08-20T18:00:50.487Z] === RUN   TestDockerSuite/TestRunNonRootUserResolvName
18:00:50 [2021-08-20T18:00:50.487Z]     docker_cli_run_test.go:1403: unmatched requirement DaemonIsLinux
18:00:50 [2021-08-20T18:00:50.487Z] === RUN   TestDockerSuite/TestRunPIDHostWithChildIsKillable
18:00:50 [2021-08-20T18:00:50.487Z]     docker_cli_run_test.go:2781: unmatched requirement DaemonIsLinux
18:00:50 [2021-08-20T18:00:50.487Z] === RUN   TestDockerSuite/TestRunPortFromDockerRangeInUse
18:00:50 [2021-08-20T18:00:50.487Z]     docker_cli_run_test.go:2471: unmatched requirement DaemonIsLinux
18:00:50 [2021-08-20T18:00:50.487Z] === RUN   TestDockerSuite/TestRunPortInUse
18:00:50 [2021-08-20T18:00:50.487Z]     docker_cli_run_test.go:2043: unmatched requirement DaemonIsLinux
18:00:50 [2021-08-20T18:00:50.487Z] === RUN   TestDockerSuite/TestRunPrivilegedCanMknod
18:00:50 [2021-08-20T18:00:50.487Z]     docker_cli_run_test.go:957: unmatched requirement DaemonIsLinux
18:00:50 [2021-08-20T18:00:50.487Z] === RUN   TestDockerSuite/TestRunPrivilegedCanMount
18:00:50 [2021-08-20T18:00:50.487Z]     docker_cli_run_test.go:1085: unmatched requirement DaemonIsLinux
18:00:50 [2021-08-20T18:00:50.487Z] === RUN   TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers
18:00:50 [2021-08-20T18:00:50.487Z]     docker_cli_run_test.go:1124: unmatched requirement DaemonIsLinux
18:00:50 [2021-08-20T18:00:50.487Z] === RUN   TestDockerSuite/TestRunProcWritableInPrivilegedContainers
18:00:50 [2021-08-20T18:00:50.487Z]     docker_cli_run_test.go:1132: unmatched requirement DaemonIsLinux
18:00:50 [2021-08-20T18:00:50.487Z] === RUN   TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent
18:00:54 [2021-08-20T18:00:54.194Z] === RUN   TestDockerSuite/TestRunPublishPort
18:00:54 [2021-08-20T18:00:54.194Z]     docker_cli_run_test.go:2956: unmatched requirement DaemonIsLinux
18:00:54 [2021-08-20T18:00:54.194Z] === RUN   TestDockerSuite/TestRunReadFilteredProc
18:00:54 [2021-08-20T18:00:54.194Z]     docker_cli_run_test.go:2859: unmatched requirement Apparmor
18:00:54 [2021-08-20T18:00:54.194Z] === RUN   TestDockerSuite/TestRunReadProcLatency
18:00:54 [2021-08-20T18:00:54.194Z]     docker_cli_run_test.go:2838: unmatched requirement DaemonIsLinux
18:00:54 [2021-08-20T18:00:54.194Z] === RUN   TestDockerSuite/TestRunReadProcTimer
18:00:54 [2021-08-20T18:00:54.194Z]     docker_cli_run_test.go:2823: unmatched requirement DaemonIsLinux
18:00:54 [2021-08-20T18:00:54.194Z] === RUN   TestDockerSuite/TestRunResolvconfUpdate
18:00:54 [2021-08-20T18:00:54.194Z]     docker_cli_run_test.go:1425: unmatched requirement DaemonIsLinux
18:00:54 [2021-08-20T18:00:54.194Z] === RUN   TestDockerSuite/TestRunRestartMaxRetries
18:00:56 [2021-08-20T18:00:56.185Z] === RUN   TestDockerSuite/TestEventsFormat
18:01:01 [2021-08-20T18:01:01.946Z] === RUN   TestDockerSuite/TestEventsFormatBadField
18:01:01 [2021-08-20T18:01:01.946Z] === RUN   TestDockerSuite/TestEventsFormatBadFunc
18:01:01 [2021-08-20T18:01:01.946Z] === RUN   TestDockerSuite/TestEventsImageImport
18:01:01 [2021-08-20T18:01:01.946Z]     docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux
18:01:01 [2021-08-20T18:01:01.946Z] === RUN   TestDockerSuite/TestEventsImageLoad
18:01:01 [2021-08-20T18:01:01.946Z]     docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux
18:01:01 [2021-08-20T18:01:01.946Z] === RUN   TestDockerSuite/TestEventsImagePull
18:01:01 [2021-08-20T18:01:01.946Z]     docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux
18:01:01 [2021-08-20T18:01:01.946Z] === RUN   TestDockerSuite/TestEventsImageTag
18:01:02 [2021-08-20T18:01:02.722Z] === RUN   TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink
18:01:02 [2021-08-20T18:01:02.722Z]     docker_cli_run_test.go:2125: unmatched requirement DaemonIsLinux
18:01:02 [2021-08-20T18:01:02.722Z] === RUN   TestDockerSuite/TestRunRm
18:01:02 [2021-08-20T18:01:02.909Z] === RUN   TestDockerSuite/TestEventsPluginOps
18:01:02 [2021-08-20T18:01:02.909Z]     docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux
18:01:03 [2021-08-20T18:01:03.367Z] === RUN   TestDockerSuite/TestEventsRename
18:01:04 [2021-08-20T18:01:04.246Z] === RUN   TestDockerSuite/TestRunRmAndWait
18:01:06 [2021-08-20T18:01:06.255Z] === RUN   TestDockerSuite/TestEventsResize
18:01:10 [2021-08-20T18:01:10.003Z] === RUN   TestDockerSuite/TestRunRmPre125Api
18:01:12 [2021-08-20T18:01:12.166Z] === RUN   TestDockerSuite/TestRunRootWorkdir
18:01:14 [2021-08-20T18:01:14.330Z] === RUN   TestDockerSuite/TestRunSetDefaultRestartPolicy
18:01:14 [2021-08-20T18:01:14.785Z] === RUN   TestDockerSuite/TestEventsSinceInTheFuture
18:01:16 [2021-08-20T18:01:16.495Z] === RUN   TestDockerSuite/TestRunSetMacAddress
18:01:16 [2021-08-20T18:01:16.673Z] === RUN   TestDockerSuite/TestBuildDotDotFile
18:01:16 [2021-08-20T18:01:16.674Z] === RUN   TestDockerSuite/TestBuildEOLInLine
18:01:16 [2021-08-20T18:01:16.674Z]     docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux
18:01:16 [2021-08-20T18:01:16.674Z] === RUN   TestDockerSuite/TestBuildEmptyCmd
18:01:16 [2021-08-20T18:01:16.674Z]     docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux
18:01:16 [2021-08-20T18:01:16.674Z] === RUN   TestDockerSuite/TestBuildEmptyEntrypoint
18:01:16 [2021-08-20T18:01:16.674Z] === RUN   TestDockerSuite/TestBuildEmptyEntrypointInheritance
18:01:16 [2021-08-20T18:01:16.674Z] === RUN   TestDockerSuite/TestBuildEmptyScratch
18:01:16 [2021-08-20T18:01:16.674Z]     docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux
18:01:16 [2021-08-20T18:01:16.674Z] === RUN   TestDockerSuite/TestBuildEmptyStringVolume
18:01:16 [2021-08-20T18:01:16.674Z] === RUN   TestDockerSuite/TestBuildEntrypoint
18:01:16 [2021-08-20T18:01:16.674Z] === RUN   TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild
18:01:17 [2021-08-20T18:01:17.670Z] === RUN   TestDockerSuite/TestEventsSpecialFiltersWithExecCreate
18:01:18 [2021-08-20T18:01:18.657Z] === RUN   TestDockerSuite/TestRunSlowStdoutConsumer
18:01:18 [2021-08-20T18:01:18.657Z]     docker_cli_run_test.go:2237: unmatched requirement DaemonIsLinux
18:01:18 [2021-08-20T18:01:18.657Z] === RUN   TestDockerSuite/TestRunState
18:01:18 [2021-08-20T18:01:18.657Z]     docker_cli_run_test.go:1621: unmatched requirement DaemonIsLinux
18:01:18 [2021-08-20T18:01:18.657Z] === RUN   TestDockerSuite/TestRunStdinBlockedAfterContainerExit
18:01:20 [2021-08-20T18:01:20.402Z] === RUN   TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect
18:01:20 [2021-08-20T18:01:20.562Z] === RUN   TestDockerSuite/TestEventsTimestampFormats
18:01:20 [2021-08-20T18:01:20.821Z] === RUN   TestDockerSuite/TestRunStdinPipe
18:01:20 [2021-08-20T18:01:20.821Z]     docker_cli_run_test.go:98: unmatched requirement DaemonIsLinux
18:01:20 [2021-08-20T18:01:20.821Z] === RUN   TestDockerSuite/TestRunStoppedLoggingDriverNoLeak
18:01:22 [2021-08-20T18:01:22.984Z] === RUN   TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers
18:01:22 [2021-08-20T18:01:22.984Z]     docker_cli_run_test.go:1108: unmatched requirement DaemonIsLinux
18:01:22 [2021-08-20T18:01:22.984Z] === RUN   TestDockerSuite/TestRunSysWritableInPrivilegedContainers
18:01:22 [2021-08-20T18:01:22.984Z]     docker_cli_run_test.go:1116: unmatched requirement DaemonIsLinux
18:01:22 [2021-08-20T18:01:22.984Z] === RUN   TestDockerSuite/TestRunTLSVerify
18:01:22 [2021-08-20T18:01:22.984Z] === RUN   TestDockerSuite/TestRunTTYWithPipe
18:01:22 [2021-08-20T18:01:22.984Z] === RUN   TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices
18:01:22 [2021-08-20T18:01:22.984Z]     docker_cli_run_test.go:1156: unmatched requirement DaemonIsLinux
18:01:22 [2021-08-20T18:01:22.984Z] === RUN   TestDockerSuite/TestRunTwoConcurrentContainers
18:01:23 [2021-08-20T18:01:23.297Z] === RUN   TestDockerSuite/TestBuildEntrypointRunCleanup
18:01:26 [2021-08-20T18:01:26.324Z] === RUN   TestDockerSuite/TestEventsTop
18:01:26 [2021-08-20T18:01:26.324Z]     docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux
18:01:26 [2021-08-20T18:01:26.324Z] === RUN   TestDockerSuite/TestEventsUntag
18:01:27 [2021-08-20T18:01:27.648Z] === RUN   TestDockerSuite/TestRunUnprivilegedCanMknod
18:01:27 [2021-08-20T18:01:27.648Z]     docker_cli_run_test.go:967: unmatched requirement DaemonIsLinux
18:01:27 [2021-08-20T18:01:27.648Z] === RUN   TestDockerSuite/TestRunUnprivilegedCannotMount
18:01:27 [2021-08-20T18:01:27.648Z]     docker_cli_run_test.go:1095: unmatched requirement DaemonIsLinux
18:01:27 [2021-08-20T18:01:27.648Z] === RUN   TestDockerSuite/TestRunUnprivilegedWithChroot
18:01:27 [2021-08-20T18:01:27.648Z]     docker_cli_run_test.go:1165: unmatched requirement DaemonIsLinux
18:01:27 [2021-08-20T18:01:27.648Z] === RUN   TestDockerSuite/TestRunUnsetEntrypoint
18:01:27 [2021-08-20T18:01:27.648Z]     docker_cli_run_test.go:3958: unmatched requirement DaemonIsLinux
18:01:27 [2021-08-20T18:01:27.648Z] === RUN   TestDockerSuite/TestRunUnshareProc
18:01:27 [2021-08-20T18:01:27.648Z]     docker_cli_run_test.go:2898: unmatched requirement Apparmor
18:01:27 [2021-08-20T18:01:27.648Z] === RUN   TestDockerSuite/TestRunUserByID
18:01:27 [2021-08-20T18:01:27.648Z]     docker_cli_run_test.go:736: unmatched requirement DaemonIsLinux
18:01:27 [2021-08-20T18:01:27.648Z] === RUN   TestDockerSuite/TestRunUserByIDBig
18:01:27 [2021-08-20T18:01:27.648Z]     docker_cli_run_test.go:746: unmatched requirement DaemonIsLinux
18:01:27 [2021-08-20T18:01:27.648Z] === RUN   TestDockerSuite/TestRunUserByIDNegative
18:01:27 [2021-08-20T18:01:27.648Z]     docker_cli_run_test.go:759: unmatched requirement DaemonIsLinux
18:01:27 [2021-08-20T18:01:27.648Z] === RUN   TestDockerSuite/TestRunUserByIDZero
18:01:27 [2021-08-20T18:01:27.648Z]     docker_cli_run_test.go:772: unmatched requirement DaemonIsLinux
18:01:27 [2021-08-20T18:01:27.648Z] === RUN   TestDockerSuite/TestRunUserByName
18:01:27 [2021-08-20T18:01:27.648Z]     docker_cli_run_test.go:726: unmatched requirement DaemonIsLinux
18:01:27 [2021-08-20T18:01:27.648Z] === RUN   TestDockerSuite/TestRunUserDefaults
18:01:28 [2021-08-20T18:01:28.486Z] === RUN   TestDockerSuite/TestEventsUntilInThePast
18:01:29 [2021-08-20T18:01:29.075Z] === RUN   TestDockerSuite/TestBuildEnv
18:01:29 [2021-08-20T18:01:29.075Z]     docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux
18:01:29 [2021-08-20T18:01:29.075Z] === RUN   TestDockerSuite/TestBuildEnvEscapes
18:01:29 [2021-08-20T18:01:29.075Z]     docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux
18:01:29 [2021-08-20T18:01:29.075Z] === RUN   TestDockerSuite/TestBuildEnvOverwrite
18:01:29 [2021-08-20T18:01:29.075Z]     docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux
18:01:29 [2021-08-20T18:01:29.075Z] === RUN   TestDockerSuite/TestBuildEnvUsage
18:01:29 [2021-08-20T18:01:29.075Z]     docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux
18:01:29 [2021-08-20T18:01:29.075Z] === RUN   TestDockerSuite/TestBuildEnvUsage2
18:01:29 [2021-08-20T18:01:29.075Z]     docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux
18:01:29 [2021-08-20T18:01:29.075Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementAddCopy
18:01:30 [2021-08-20T18:01:30.534Z] === RUN   TestDockerSuite/TestRunUserNotFound
18:01:30 [2021-08-20T18:01:30.534Z]     docker_cli_run_test.go:785: unmatched requirement DaemonIsLinux
18:01:30 [2021-08-20T18:01:30.534Z] === RUN   TestDockerSuite/TestRunVerifyContainerID
18:01:32 [2021-08-20T18:01:32.700Z] === RUN   TestDockerSuite/TestRunVolumeCopyFlag
18:01:32 [2021-08-20T18:01:32.700Z]     docker_cli_run_test.go:3847: unmatched requirement DaemonIsLinux
18:01:32 [2021-08-20T18:01:32.700Z] === RUN   TestDockerSuite/TestRunVolumeWithOneCharacter
18:01:32 [2021-08-20T18:01:32.700Z]     docker_cli_run_test.go:3840: unmatched requirement DaemonIsLinux
18:01:32 [2021-08-20T18:01:32.700Z] === RUN   TestDockerSuite/TestRunVolumesCleanPaths
18:01:33 [2021-08-20T18:01:33.750Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementEnv
18:01:33 [2021-08-20T18:01:33.750Z]     docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux
18:01:33 [2021-08-20T18:01:33.750Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementExpose
18:01:33 [2021-08-20T18:01:33.750Z]     docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux
18:01:33 [2021-08-20T18:01:33.750Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementUser
18:01:33 [2021-08-20T18:01:33.750Z]     docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux
18:01:33 [2021-08-20T18:01:33.750Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementVolume
18:01:34 [2021-08-20T18:01:34.251Z] === RUN   TestDockerSuite/TestExec
18:01:34 [2021-08-20T18:01:34.251Z]     docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux
18:01:34 [2021-08-20T18:01:34.251Z] === RUN   TestDockerSuite/TestExecAPICreateContainerPaused
18:01:34 [2021-08-20T18:01:34.251Z]     docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux
18:01:34 [2021-08-20T18:01:34.251Z] === RUN   TestDockerSuite/TestExecAPICreateNoCmd
18:01:34 [2021-08-20T18:01:34.716Z] === RUN   TestDockerSuite/TestBuildEnvironmentReplacementWorkdir
18:01:35 [2021-08-20T18:01:35.588Z] === RUN   TestDockerSuite/TestRunVolumesFromInReadWriteMode
18:01:36 [2021-08-20T18:01:36.417Z] === RUN   TestDockerSuite/TestExecAPICreateNoValidContentType
18:01:38 [2021-08-20T18:01:38.581Z] === RUN   TestDockerSuite/TestExecAPIStart
18:01:38 [2021-08-20T18:01:38.581Z]     docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux
18:01:38 [2021-08-20T18:01:38.581Z] === RUN   TestDockerSuite/TestExecAPIStartBackwardsCompatible
18:01:38 [2021-08-20T18:01:38.581Z]     docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux
18:01:38 [2021-08-20T18:01:38.581Z] === RUN   TestDockerSuite/TestExecAPIStartEnsureHeaders
18:01:38 [2021-08-20T18:01:38.581Z]     docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux
18:01:38 [2021-08-20T18:01:38.581Z] === RUN   TestDockerSuite/TestExecAPIStartInvalidCommand
18:01:40 [2021-08-20T18:01:40.488Z] === RUN   TestDockerSuite/TestBuildEscapeNotBackslashWordTest
18:01:41 [2021-08-20T18:01:41.468Z] === RUN   TestDockerSuite/TestExecAPIStartMultipleTimesError
18:01:42 [2021-08-20T18:01:42.629Z] === RUN   TestDockerSuite/TestRunVolumesFromInReadonlyModeFails
18:01:43 [2021-08-20T18:01:43.632Z] === RUN   TestDockerSuite/TestExecAPIStartValidCommand
18:01:46 [2021-08-20T18:01:46.522Z] === RUN   TestDockerSuite/TestExecAPIStartWithDetach
18:01:47 [2021-08-20T18:01:47.289Z] === RUN   TestDockerSuite/TestRunVolumesFromRestartAfterRemoved
18:01:48 [2021-08-20T18:01:48.691Z] === RUN   TestDockerSuite/TestExecAfterContainerRestart
18:01:51 [2021-08-20T18:01:51.952Z] === RUN   TestDockerSuite/TestRunVolumesFromSymlinkPath
18:01:51 [2021-08-20T18:01:51.952Z]     docker_cli_run_test.go:658: unmatched requirement DaemonIsLinux
18:01:51 [2021-08-20T18:01:51.952Z] === RUN   TestDockerSuite/TestRunVolumesMountedAsReadonly
18:01:52 [2021-08-20T18:01:52.407Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUCount
18:01:54 [2021-08-20T18:01:54.454Z] === RUN   TestDockerSuite/TestExecCgroup
18:01:54 [2021-08-20T18:01:54.454Z]     docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux
18:01:54 [2021-08-20T18:01:54.454Z] === RUN   TestDockerSuite/TestExecEnv
18:01:54 [2021-08-20T18:01:54.454Z]     docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux
18:01:54 [2021-08-20T18:01:54.454Z] === RUN   TestDockerSuite/TestExecEnvLinksHost
18:01:54 [2021-08-20T18:01:54.454Z]     docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux
18:01:54 [2021-08-20T18:01:54.454Z] === RUN   TestDockerSuite/TestExecExitStatus
18:01:55 [2021-08-20T18:01:55.290Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUPercent
18:01:57 [2021-08-20T18:01:57.341Z] === RUN   TestDockerSuite/TestExecInspectID
18:01:57 [2021-08-20T18:01:57.451Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUShares
18:01:58 [2021-08-20T18:01:58.147Z] === RUN   TestDockerSuite/TestBuildEscapeWhitespace
18:01:58 [2021-08-20T18:01:58.147Z] === RUN   TestDockerSuite/TestBuildExoticShellInterpolation
18:01:58 [2021-08-20T18:01:58.147Z]     docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux
18:01:58 [2021-08-20T18:01:58.147Z] === RUN   TestDockerSuite/TestBuildExpose
18:01:58 [2021-08-20T18:01:58.147Z]     docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux
18:01:58 [2021-08-20T18:01:58.147Z] === RUN   TestDockerSuite/TestBuildExposeMorePorts
18:01:58 [2021-08-20T18:01:58.147Z]     docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux
18:01:58 [2021-08-20T18:01:58.147Z] === RUN   TestDockerSuite/TestBuildExposeOrder
18:01:58 [2021-08-20T18:01:58.147Z]     docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux
18:01:58 [2021-08-20T18:01:58.147Z] === RUN   TestDockerSuite/TestBuildExposeUpperCaseProto
18:01:58 [2021-08-20T18:01:58.147Z]     docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux
18:01:58 [2021-08-20T18:01:58.147Z] === RUN   TestDockerSuite/TestBuildFails
18:02:00 [2021-08-20T18:02:00.335Z] === RUN   TestDockerSuite/TestRunWithBadDevice
18:02:00 [2021-08-20T18:02:00.335Z]     docker_cli_run_test.go:1850: unmatched requirement DaemonIsLinux
18:02:00 [2021-08-20T18:02:00.335Z] === RUN   TestDockerSuite/TestRunWithDaemonFlags
18:02:00 [2021-08-20T18:02:00.335Z] === RUN   TestDockerSuite/TestRunWithInvalidMacAddress
18:02:00 [2021-08-20T18:02:00.335Z] === RUN   TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks
18:02:00 [2021-08-20T18:02:00.335Z]     docker_cli_run_test.go:282: unmatched requirement DaemonIsLinux
18:02:00 [2021-08-20T18:02:00.335Z] === RUN   TestDockerSuite/TestRunWithOomScoreAdj
18:02:00 [2021-08-20T18:02:00.335Z]     docker_cli_run_test.go:3714: unmatched requirement DaemonIsLinux
18:02:00 [2021-08-20T18:02:00.335Z] === RUN   TestDockerSuite/TestRunWithOomScoreAdjInvalidRange
18:02:00 [2021-08-20T18:02:00.335Z]     docker_cli_run_test.go:3725: unmatched requirement DaemonIsLinux
18:02:00 [2021-08-20T18:02:00.335Z] === RUN   TestDockerSuite/TestRunWithTooSmallMemoryLimit
18:02:00 [2021-08-20T18:02:00.335Z]     docker_cli_run_test.go:2804: unmatched requirement DaemonIsLinux
18:02:00 [2021-08-20T18:02:00.335Z] === RUN   TestDockerSuite/TestRunWithUlimits
18:02:00 [2021-08-20T18:02:00.335Z]     docker_cli_run_test.go:3199: unmatched requirement DaemonIsLinux
18:02:00 [2021-08-20T18:02:00.335Z] === RUN   TestDockerSuite/TestRunWithVolumesFromExited
18:02:01 [2021-08-20T18:02:01.062Z] === RUN   TestDockerSuite/TestExecInteractive
18:02:01 [2021-08-20T18:02:01.062Z]     docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux
18:02:01 [2021-08-20T18:02:01.062Z] === RUN   TestDockerSuite/TestExecOnReadonlyContainer
18:02:01 [2021-08-20T18:02:01.062Z]     docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux
18:02:01 [2021-08-20T18:02:01.062Z] === RUN   TestDockerSuite/TestExecParseError
18:02:01 [2021-08-20T18:02:01.062Z]     docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux
18:02:01 [2021-08-20T18:02:01.062Z] === RUN   TestDockerSuite/TestExecPausedContainer
18:02:01 [2021-08-20T18:02:01.062Z]     docker_cli_exec_test.go:133: unmatched requirement IsPausable
18:02:01 [2021-08-20T18:02:01.062Z] === RUN   TestDockerSuite/TestExecResizeAPIHeightWidthNoInt
18:02:01 [2021-08-20T18:02:01.062Z]     docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux
18:02:01 [2021-08-20T18:02:01.062Z] === RUN   TestDockerSuite/TestExecResizeImmediatelyAfterExecStart
18:02:03 [2021-08-20T18:02:03.222Z] === RUN   TestDockerSuite/TestRunWithoutNetworking
18:02:03 [2021-08-20T18:02:03.950Z] === RUN   TestDockerSuite/TestExecSetEnv
18:02:03 [2021-08-20T18:02:03.950Z]     docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux
18:02:03 [2021-08-20T18:02:03.950Z] === RUN   TestDockerSuite/TestExecStartFails
18:02:03 [2021-08-20T18:02:03.950Z]     docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux
18:02:03 [2021-08-20T18:02:03.950Z] === RUN   TestDockerSuite/TestExecStateCleanup
18:02:03 [2021-08-20T18:02:03.950Z]     docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux
18:02:03 [2021-08-20T18:02:03.950Z] === RUN   TestDockerSuite/TestExecStopNotHanging
18:02:03 [2021-08-20T18:02:03.950Z]     docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux
18:02:03 [2021-08-20T18:02:03.950Z] === RUN   TestDockerSuite/TestExecTTYCloseStdin
18:02:03 [2021-08-20T18:02:03.950Z]     docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux
18:02:03 [2021-08-20T18:02:03.950Z] === RUN   TestDockerSuite/TestExecTTYWithoutStdin
18:02:04 [2021-08-20T18:02:04.747Z] === RUN   TestDockerSuite/TestRunWorkdirExistsAndIsFile
18:02:05 [2021-08-20T18:02:05.199Z] === RUN   TestDockerSuite/TestBuildFailsGitNotCallable
18:02:05 [2021-08-20T18:02:05.199Z] === RUN   TestDockerSuite/TestBuildFollowSymlinkToDir
18:02:06 [2021-08-20T18:02:06.271Z] === RUN   TestDockerSuite/TestRunWorkingDirectory
18:02:06 [2021-08-20T18:02:06.839Z] === RUN   TestDockerSuite/TestExecUlimits
18:02:06 [2021-08-20T18:02:06.840Z]     docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux
18:02:06 [2021-08-20T18:02:06.840Z] === RUN   TestDockerSuite/TestExecWindowsPathNotWiped
18:02:09 [2021-08-20T18:02:09.985Z] === RUN   TestDockerSuite/TestRunWriteFilteredProc
18:02:09 [2021-08-20T18:02:09.985Z]     docker_cli_run_test.go:3015: unmatched requirement Apparmor
18:02:09 [2021-08-20T18:02:09.985Z] === RUN   TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit
18:02:09 [2021-08-20T18:02:09.985Z]     docker_cli_run_test.go:1802: unmatched requirement DaemonIsLinux
18:02:09 [2021-08-20T18:02:09.985Z] === RUN   TestDockerSuite/TestRunWriteToProcAsound
18:02:09 [2021-08-20T18:02:09.985Z]     docker_cli_run_test.go:2814: unmatched requirement DaemonIsLinux
18:02:09 [2021-08-20T18:02:09.985Z] === RUN   TestDockerSuite/TestRunWrongCpusetCpusFlagValue
18:02:09 [2021-08-20T18:02:09.985Z]     docker_cli_run_test.go:3612: unmatched requirement DaemonIsLinux
18:02:09 [2021-08-20T18:02:09.985Z] === RUN   TestDockerSuite/TestRunWrongCpusetMemsFlagValue
18:02:09 [2021-08-20T18:02:09.985Z]     docker_cli_run_test.go:3623: unmatched requirement DaemonIsLinux
18:02:09 [2021-08-20T18:02:09.985Z] === RUN   TestDockerSuite/TestSaveAndLoadRepoFlags
18:02:09 [2021-08-20T18:02:09.985Z]     docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux
18:02:09 [2021-08-20T18:02:09.985Z] === RUN   TestDockerSuite/TestSaveCheckTimes
18:02:09 [2021-08-20T18:02:09.985Z]     docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux
18:02:09 [2021-08-20T18:02:09.985Z] === RUN   TestDockerSuite/TestSaveDirectoryPermissions
18:02:09 [2021-08-20T18:02:09.985Z]     docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux
18:02:09 [2021-08-20T18:02:09.985Z] === RUN   TestDockerSuite/TestSaveImageId
18:02:09 [2021-08-20T18:02:09.985Z]     docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux
18:02:09 [2021-08-20T18:02:09.985Z] === RUN   TestDockerSuite/TestSaveLoadNoTag
18:02:09 [2021-08-20T18:02:09.985Z]     docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux
18:02:09 [2021-08-20T18:02:09.985Z] === RUN   TestDockerSuite/TestSaveLoadParents
18:02:09 [2021-08-20T18:02:09.985Z]     docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux
18:02:09 [2021-08-20T18:02:09.985Z] === RUN   TestDockerSuite/TestSaveMultipleNames
18:02:09 [2021-08-20T18:02:09.985Z]     docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux
18:02:09 [2021-08-20T18:02:09.985Z] === RUN   TestDockerSuite/TestSaveRepoWithMultipleImages
18:02:09 [2021-08-20T18:02:09.985Z]     docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux
18:02:09 [2021-08-20T18:02:09.985Z] === RUN   TestDockerSuite/TestSaveSingleTag
18:02:09 [2021-08-20T18:02:09.985Z]     docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux
18:02:09 [2021-08-20T18:02:09.985Z] === RUN   TestDockerSuite/TestSaveWithNoExistImage
18:02:09 [2021-08-20T18:02:09.985Z]     docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux
18:02:09 [2021-08-20T18:02:09.985Z] === RUN   TestDockerSuite/TestSaveXzAndLoadRepoStdout
18:02:09 [2021-08-20T18:02:09.985Z]     docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux
18:02:09 [2021-08-20T18:02:09.985Z] === RUN   TestDockerSuite/TestSaveXzGzAndLoadRepoStdout
18:02:09 [2021-08-20T18:02:09.985Z]     docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux
18:02:09 [2021-08-20T18:02:09.985Z] === RUN   TestDockerSuite/TestSearchCmdOptions
18:02:12 [2021-08-20T18:02:12.145Z] === RUN   TestDockerSuite/TestSearchOnCentralRegistry
18:02:12 [2021-08-20T18:02:12.250Z] === RUN   TestDockerSuite/TestBuildFollowSymlinkToFile
18:02:12 [2021-08-20T18:02:12.599Z] === RUN   TestDockerSuite/TestSearchOnCentralRegistryWithDash
18:02:13 [2021-08-20T18:02:13.055Z] === RUN   TestDockerSuite/TestSearchStarsOptionWithWrongParameter
18:02:13 [2021-08-20T18:02:13.055Z] === RUN   TestDockerSuite/TestSearchWithLimit
18:02:13 [2021-08-20T18:02:13.891Z] === RUN   TestDockerSuite/TestExecWithImageUser
18:02:13 [2021-08-20T18:02:13.891Z]     docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux
18:02:13 [2021-08-20T18:02:13.891Z] === RUN   TestDockerSuite/TestExecWithPrivileged
18:02:13 [2021-08-20T18:02:13.891Z]     docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux
18:02:13 [2021-08-20T18:02:13.891Z] === RUN   TestDockerSuite/TestExecWithUser
18:02:13 [2021-08-20T18:02:13.891Z]     docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux
18:02:13 [2021-08-20T18:02:13.891Z] === RUN   TestDockerSuite/TestGetContainerStats
18:02:15 [2021-08-20T18:02:15.221Z] === RUN   TestDockerSuite/TestSlowStdinClosing
18:02:18 [2021-08-20T18:02:18.035Z] === RUN   TestDockerSuite/TestBuildForceRm
18:02:20 [2021-08-20T18:02:20.937Z] === RUN   TestDockerSuite/TestGetContainerStatsNoStream
18:02:22 [2021-08-20T18:02:22.259Z] === RUN   TestDockerSuite/TestStartAttachCorrectExitCode
18:02:22 [2021-08-20T18:02:22.259Z]     docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux
18:02:22 [2021-08-20T18:02:22.259Z] === RUN   TestDockerSuite/TestStartAttachMultipleContainers
18:02:26 [2021-08-20T18:02:26.704Z] === RUN   TestDockerSuite/TestGetContainerStatsRmRunning
18:02:29 [2021-08-20T18:02:29.416Z] === RUN   TestDockerSuite/TestStartAttachReturnsOnError
18:02:29 [2021-08-20T18:02:29.416Z]     docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux
18:02:29 [2021-08-20T18:02:29.416Z] === RUN   TestDockerSuite/TestStartAttachSilent
18:02:29 [2021-08-20T18:02:29.593Z] === RUN   TestDockerSuite/TestGetContainerStatsStream
18:02:30 [2021-08-20T18:02:30.391Z] === RUN   TestDockerSuite/TestBuildFromGit
18:02:33 [2021-08-20T18:02:33.125Z] === RUN   TestDockerSuite/TestStartAttachWithRename
18:02:33 [2021-08-20T18:02:33.125Z]     docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux
18:02:33 [2021-08-20T18:02:33.125Z] === RUN   TestDockerSuite/TestStartMultipleContainers
18:02:33 [2021-08-20T18:02:33.125Z]     docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux
18:02:33 [2021-08-20T18:02:33.125Z] === RUN   TestDockerSuite/TestStartPausedContainer
18:02:33 [2021-08-20T18:02:33.125Z]     docker_cli_start_test.go:99: unmatched requirement IsPausable
18:02:33 [2021-08-20T18:02:33.125Z] === RUN   TestDockerSuite/TestStartRecordError
18:02:33 [2021-08-20T18:02:33.125Z]     docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux
18:02:33 [2021-08-20T18:02:33.125Z] === RUN   TestDockerSuite/TestStartReturnCorrectExitCode
18:02:36 [2021-08-20T18:02:36.632Z] === RUN   TestDockerSuite/TestGetContainersAttachWebsocket
18:02:36 [2021-08-20T18:02:36.633Z]     docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux
18:02:36 [2021-08-20T18:02:36.633Z] === RUN   TestDockerSuite/TestGetContainersWsAttachContainerNotFound
18:02:36 [2021-08-20T18:02:36.633Z] === RUN   TestDockerSuite/TestGetStoppedContainerStats
18:02:36 [2021-08-20T18:02:36.633Z] === RUN   TestDockerSuite/TestHealth
18:02:36 [2021-08-20T18:02:36.633Z]     docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux
18:02:36 [2021-08-20T18:02:36.633Z] === RUN   TestDockerSuite/TestHistoryExistentImage
18:02:36 [2021-08-20T18:02:36.633Z] === RUN   TestDockerSuite/TestHistoryHumanOptionFalse
18:02:36 [2021-08-20T18:02:36.633Z] === RUN   TestDockerSuite/TestHistoryHumanOptionTrue
18:02:36 [2021-08-20T18:02:36.633Z] === RUN   TestDockerSuite/TestHistoryImageWithComment
18:02:38 [2021-08-20T18:02:38.891Z] === RUN   TestDockerSuite/TestStatsAllNewContainersAdded
18:02:38 [2021-08-20T18:02:38.891Z]     docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux
18:02:38 [2021-08-20T18:02:38.891Z] === RUN   TestDockerSuite/TestStatsAllNoStream
18:02:38 [2021-08-20T18:02:38.891Z]     docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux
18:02:38 [2021-08-20T18:02:38.891Z] === RUN   TestDockerSuite/TestStatsAllRunningNoStream
18:02:38 [2021-08-20T18:02:38.891Z]     docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux
18:02:38 [2021-08-20T18:02:38.891Z] === RUN   TestDockerSuite/TestStatsContainerNotFound
18:02:38 [2021-08-20T18:02:38.891Z]     docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux
18:02:38 [2021-08-20T18:02:38.891Z] === RUN   TestDockerSuite/TestStatsFormatAll
18:02:38 [2021-08-20T18:02:38.891Z]     docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux
18:02:38 [2021-08-20T18:02:38.891Z] === RUN   TestDockerSuite/TestStatsNoStream
18:02:38 [2021-08-20T18:02:38.891Z]     docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux
18:02:38 [2021-08-20T18:02:38.891Z] === RUN   TestDockerSuite/TestTopMultipleArgs
18:02:40 [2021-08-20T18:02:40.419Z] === RUN   TestDockerSuite/TestTopNonPrivileged
18:02:40 [2021-08-20T18:02:40.688Z] === RUN   TestDockerSuite/TestBuildFromGitWithContext
18:02:42 [2021-08-20T18:02:42.218Z] === RUN   TestDockerSuite/TestBuildFromGitWithF
18:02:42 [2021-08-20T18:02:42.394Z] === RUN   TestDockerSuite/TestHistoryNonExistentImage
18:02:42 [2021-08-20T18:02:42.394Z] === RUN   TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce
18:02:42 [2021-08-20T18:02:42.394Z]     docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux
18:02:42 [2021-08-20T18:02:42.394Z] === RUN   TestDockerSuite/TestImagesEnsureImageIsListed
18:02:42 [2021-08-20T18:02:42.394Z] === RUN   TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed
18:02:42 [2021-08-20T18:02:42.394Z] === RUN   TestDockerSuite/TestImagesEnsureImageWithTagIsListed
18:02:42 [2021-08-20T18:02:42.394Z] === RUN   TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown
18:02:42 [2021-08-20T18:02:42.585Z] === RUN   TestDockerSuite/TestTopPrivileged
18:02:42 [2021-08-20T18:02:42.585Z]     docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux
18:02:42 [2021-08-20T18:02:42.585Z] === RUN   TestDockerSuite/TestTopWindowsCoreProcesses
18:02:43 [2021-08-20T18:02:43.356Z] === RUN   TestDockerSuite/TestImagesEnsureImagesFromScratchShown
18:02:43 [2021-08-20T18:02:43.356Z]     docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux
18:02:43 [2021-08-20T18:02:43.356Z] === RUN   TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown
18:02:44 [2021-08-20T18:02:44.109Z] === RUN   TestDockerSuite/TestTwoContainersInNetHost
18:02:44 [2021-08-20T18:02:44.109Z]     docker_cli_run_test.go:3423: unmatched requirement DaemonIsLinux
18:02:44 [2021-08-20T18:02:44.109Z] === RUN   TestDockerSuite/TestUnpublishedPortsInPsOutput
18:02:44 [2021-08-20T18:02:44.109Z]     docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux
18:02:44 [2021-08-20T18:02:44.109Z] === RUN   TestDockerSuite/TestUnsetEnvVarHealthCheck
18:02:44 [2021-08-20T18:02:44.109Z]     docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux
18:02:44 [2021-08-20T18:02:44.109Z] === RUN   TestDockerSuite/TestUserDefinedNetworkAlias
18:02:44 [2021-08-20T18:02:44.109Z]     docker_cli_run_test.go:293: unmatched requirement DaemonIsLinux
18:02:44 [2021-08-20T18:02:44.109Z] === RUN   TestDockerSuite/TestUserDefinedNetworkLinks
18:02:44 [2021-08-20T18:02:44.109Z]     docker_cli_run_test.go:208: unmatched requirement DaemonIsLinux
18:02:44 [2021-08-20T18:02:44.109Z] === RUN   TestDockerSuite/TestUserDefinedNetworkLinksWithRestart
18:02:44 [2021-08-20T18:02:44.109Z]     docker_cli_run_test.go:244: unmatched requirement DaemonIsLinux
18:02:44 [2021-08-20T18:02:44.109Z] === RUN   TestDockerSuite/TestVolumeCLICreate
18:02:44 [2021-08-20T18:02:44.884Z] === RUN   TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest
18:02:44 [2021-08-20T18:02:44.884Z] === RUN   TestDockerSuite/TestImagesFilterLabelMatch
18:02:47 [2021-08-20T18:02:47.047Z] === RUN   TestDockerSuite/TestImagesFilterNameWithPort
18:02:47 [2021-08-20T18:02:47.502Z] === RUN   TestDockerSuite/TestImagesFilterSinceAndBefore
18:02:49 [2021-08-20T18:02:49.270Z] === RUN   TestDockerSuite/TestBuildFromMixedcaseDockerfile
18:02:49 [2021-08-20T18:02:49.270Z]     docker_cli_build_test.go:3698: unmatched requirement UnixCli
18:02:49 [2021-08-20T18:02:49.270Z] === RUN   TestDockerSuite/TestBuildFromOfficialNames
18:02:49 [2021-08-20T18:02:49.270Z] === RUN   TestDockerSuite/TestBuildFromRemoteTarball
18:02:49 [2021-08-20T18:02:49.730Z] === RUN   TestDockerSuite/TestBuildFromStdinWithF
18:02:49 [2021-08-20T18:02:49.730Z]     docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux
18:02:49 [2021-08-20T18:02:49.730Z] === RUN   TestDockerSuite/TestBuildFromURLWithF
18:02:50 [2021-08-20T18:02:50.387Z] === RUN   TestDockerSuite/TestImagesFilterSpaceTrimCase
18:02:54 [2021-08-20T18:02:54.100Z] === RUN   TestDockerSuite/TestImagesFormat
18:02:54 [2021-08-20T18:02:54.100Z] === RUN   TestDockerSuite/TestImagesFormatDefaultFormat
18:02:54 [2021-08-20T18:02:54.100Z]     docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux
18:02:54 [2021-08-20T18:02:54.100Z] === RUN   TestDockerSuite/TestImagesOrderedByCreationDate
18:02:57 [2021-08-20T18:02:57.815Z] === RUN   TestDockerSuite/TestImagesWithIncorrectFilter
18:02:57 [2021-08-20T18:02:57.815Z] === RUN   TestDockerSuite/TestImportBadURL
18:03:00 [2021-08-20T18:03:00.701Z] === RUN   TestDockerSuite/TestImportDisplay
18:03:00 [2021-08-20T18:03:00.701Z]     docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux
18:03:00 [2021-08-20T18:03:00.701Z] === RUN   TestDockerSuite/TestImportFile
18:03:00 [2021-08-20T18:03:00.701Z]     docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux
18:03:00 [2021-08-20T18:03:00.701Z] === RUN   TestDockerSuite/TestImportFileNonExistentFile
18:03:00 [2021-08-20T18:03:00.701Z] === RUN   TestDockerSuite/TestImportFileWithMessage
18:03:00 [2021-08-20T18:03:00.701Z]     docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux
18:03:00 [2021-08-20T18:03:00.701Z] === RUN   TestDockerSuite/TestImportGzipped
18:03:00 [2021-08-20T18:03:00.701Z]     docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux
18:03:00 [2021-08-20T18:03:00.701Z] === RUN   TestDockerSuite/TestImportWithQuotedChanges
18:03:00 [2021-08-20T18:03:00.701Z]     docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux
18:03:00 [2021-08-20T18:03:00.701Z] === RUN   TestDockerSuite/TestInfoDisplaysPausedContainers
18:03:00 [2021-08-20T18:03:00.701Z]     docker_cli_info_test.go:70: unmatched requirement IsPausable
18:03:00 [2021-08-20T18:03:00.701Z] === RUN   TestDockerSuite/TestInfoDisplaysRunningContainers
18:03:00 [2021-08-20T18:03:00.701Z]     docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux
18:03:00 [2021-08-20T18:03:00.701Z] === RUN   TestDockerSuite/TestInfoDisplaysStoppedContainers
18:03:00 [2021-08-20T18:03:00.701Z]     docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux
18:03:00 [2021-08-20T18:03:00.701Z] === RUN   TestDockerSuite/TestInfoEnsureSucceeds
18:03:00 [2021-08-20T18:03:00.701Z] === RUN   TestDockerSuite/TestInspectAPIBridgeNetworkSettings120
18:03:00 [2021-08-20T18:03:00.701Z]     docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux
18:03:00 [2021-08-20T18:03:00.701Z] === RUN   TestDockerSuite/TestInspectAPIBridgeNetworkSettings121
18:03:00 [2021-08-20T18:03:00.701Z]     docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux
18:03:00 [2021-08-20T18:03:00.701Z] === RUN   TestDockerSuite/TestInspectAPIContainerResponse
18:03:01 [2021-08-20T18:03:01.740Z] === RUN   TestDockerSuite/TestVolumeCLICreateLabel
18:03:01 [2021-08-20T18:03:01.740Z] === RUN   TestDockerSuite/TestVolumeCLICreateLabelMultiple
18:03:01 [2021-08-20T18:03:01.740Z] === RUN   TestDockerSuite/TestVolumeCLICreateWithOpts
18:03:01 [2021-08-20T18:03:01.740Z]     docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux
18:03:01 [2021-08-20T18:03:01.740Z] === RUN   TestDockerSuite/TestVolumeCLIInspect
18:03:01 [2021-08-20T18:03:01.740Z] === RUN   TestDockerSuite/TestVolumeCLIInspectMulti
18:03:01 [2021-08-20T18:03:01.740Z] === RUN   TestDockerSuite/TestVolumeCLIInspectTmplError
18:03:01 [2021-08-20T18:03:01.740Z] === RUN   TestDockerSuite/TestVolumeCLILs
18:03:02 [2021-08-20T18:03:02.700Z] === RUN   TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName
18:03:03 [2021-08-20T18:03:03.155Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterDangling
18:03:04 [2021-08-20T18:03:04.416Z] === RUN   TestDockerSuite/TestInspectAPIContainerVolumeDriver
18:03:04 [2021-08-20T18:03:04.517Z] === RUN   TestDockerSuite/TestBuildHandleEscapesInVolume
18:03:04 [2021-08-20T18:03:04.517Z]     docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux
18:03:04 [2021-08-20T18:03:04.517Z] === RUN   TestDockerSuite/TestBuildHistory
18:03:06 [2021-08-20T18:03:06.039Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterDrivers
18:03:06 [2021-08-20T18:03:06.039Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterLabels
18:03:06 [2021-08-20T18:03:06.494Z] === RUN   TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue
18:03:06 [2021-08-20T18:03:06.494Z] === RUN   TestDockerSuite/TestVolumeCLINoArgs
18:03:06 [2021-08-20T18:03:06.494Z] === RUN   TestDockerSuite/TestVolumeCLIRm
18:03:07 [2021-08-20T18:03:07.304Z] === RUN   TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy
18:03:07 [2021-08-20T18:03:07.304Z]     docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux
18:03:07 [2021-08-20T18:03:07.304Z] === RUN   TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121
18:03:07 [2021-08-20T18:03:07.304Z]     docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux
18:03:07 [2021-08-20T18:03:07.304Z] === RUN   TestDockerSuite/TestInspectAPIImageResponse
18:03:07 [2021-08-20T18:03:07.304Z] === RUN   TestDockerSuite/TestInspectAmpersand
18:03:07 [2021-08-20T18:03:07.304Z]     docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux
18:03:07 [2021-08-20T18:03:07.304Z] === RUN   TestDockerSuite/TestInspectBindMountPoint
18:03:09 [2021-08-20T18:03:09.467Z] === RUN   TestDockerSuite/TestInspectByPrefix
18:03:09 [2021-08-20T18:03:09.467Z] === RUN   TestDockerSuite/TestInspectContainerFilterInt
18:03:12 [2021-08-20T18:03:12.359Z] === RUN   TestDockerSuite/TestInspectContainerGraphDriver
18:03:12 [2021-08-20T18:03:12.359Z]     docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux
18:03:12 [2021-08-20T18:03:12.359Z] === RUN   TestDockerSuite/TestInspectContainerNetworkCustom
18:03:12 [2021-08-20T18:03:12.359Z]     docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux
18:03:12 [2021-08-20T18:03:12.359Z] === RUN   TestDockerSuite/TestInspectContainerNetworkDefault
18:03:12 [2021-08-20T18:03:12.359Z]     docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux
18:03:12 [2021-08-20T18:03:12.359Z] === RUN   TestDockerSuite/TestInspectDefault
18:03:15 [2021-08-20T18:03:15.021Z] === RUN   TestDockerSuite/TestVolumeCLIRmForce
18:03:15 [2021-08-20T18:03:15.021Z]     docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux
18:03:15 [2021-08-20T18:03:15.021Z] === RUN   TestDockerSuite/TestVolumeCLIRmForceInUse
18:03:15 [2021-08-20T18:03:15.021Z] === RUN   TestDockerSuite/TestVolumeCLIRmForceUsage
18:03:15 [2021-08-20T18:03:15.021Z] === RUN   TestDockerSuite/TestVolumeCliInspectWithVolumeOpts
18:03:15 [2021-08-20T18:03:15.021Z]     docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux
18:03:15 [2021-08-20T18:03:15.021Z] === RUN   TestDockerSuite/TestVolumeFromMixedRWOptions
18:03:15 [2021-08-20T18:03:15.247Z] === RUN   TestDockerSuite/TestInspectHistory
18:03:19 [2021-08-20T18:03:19.299Z] === RUN   TestDockerSuite/TestBuildIidFile
18:03:19 [2021-08-20T18:03:19.299Z] === RUN   TestDockerSuite/TestBuildIidFileCleanupOnFail
18:03:20 [2021-08-20T18:03:20.830Z] === RUN   TestDockerSuite/TestBuildInheritance
18:03:20 [2021-08-20T18:03:20.830Z]     docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux
18:03:20 [2021-08-20T18:03:20.830Z] === RUN   TestDockerSuite/TestBuildIntermediateTarget
18:03:21 [2021-08-20T18:03:21.012Z] === RUN   TestDockerSuite/TestInspectImage
18:03:21 [2021-08-20T18:03:21.012Z]     docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux
18:03:21 [2021-08-20T18:03:21.012Z] === RUN   TestDockerSuite/TestInspectImageFilterInt
18:03:21 [2021-08-20T18:03:21.012Z]     docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux
18:03:21 [2021-08-20T18:03:21.012Z] === RUN   TestDockerSuite/TestInspectImageGraphDriver
18:03:21 [2021-08-20T18:03:21.012Z]     docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux
18:03:21 [2021-08-20T18:03:21.012Z] === RUN   TestDockerSuite/TestInspectInt64
18:03:21 [2021-08-20T18:03:21.795Z] === RUN   TestDockerSuite/TestBuildInvalidTag
18:03:21 [2021-08-20T18:03:21.795Z] === RUN   TestDockerSuite/TestBuildJSONEmptyRun
18:03:22 [2021-08-20T18:03:22.061Z] === RUN   TestDockerSuite/TestVolumeLsFormat
18:03:22 [2021-08-20T18:03:22.061Z] === RUN   TestDockerSuite/TestVolumeLsFormatDefaultFormat
18:03:22 [2021-08-20T18:03:22.061Z] === RUN   TestDockerSuite/TestVolumesFromGetsProperMode
18:03:23 [2021-08-20T18:03:23.901Z] === RUN   TestDockerSuite/TestInspectJSONFields
18:03:26 [2021-08-20T18:03:26.468Z] === RUN   TestDockerSuite/TestBuildLabel
18:03:26 [2021-08-20T18:03:26.896Z] === RUN   TestDockerSuite/TestInspectLogConfigNoType
18:03:26 [2021-08-20T18:03:26.896Z] === RUN   TestDockerSuite/TestInspectNamedMountPoint
18:03:28 [2021-08-20T18:03:28.000Z] === RUN   TestDockerSuite/TestBuildLabelCacheCommit
18:03:28 [2021-08-20T18:03:28.458Z] === RUN   TestDockerSuite/TestBuildLabelMultiple
18:03:29 [2021-08-20T18:03:29.987Z] === RUN   TestDockerSuite/TestBuildLabelOneNode
18:03:30 [2021-08-20T18:03:30.445Z] === RUN   TestDockerSuite/TestBuildLabels
18:03:31 [2021-08-20T18:03:31.409Z] === RUN   TestDockerSuite/TestBuildLabelsCache
18:03:32 [2021-08-20T18:03:32.433Z] === RUN   TestDockerSuite/TestVolumesNoCopyData
18:03:32 [2021-08-20T18:03:32.433Z]     docker_cli_run_test.go:2173: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.433Z] === RUN   TestDockerSuite/TestWindowsRunAsSystem
18:03:32 [2021-08-20T18:03:32.433Z] --- PASS: TestDockerSuite (2065.02s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestAPIImagesDelete (0.74s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestAPIImagesFilter (0.19s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestAPIImagesHistory (0.51s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.33s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (95.93s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.74s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.03s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.01s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.01s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.01s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.02s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.07s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (2.81s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (2.43s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (2.76s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (5.63s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (77.22s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.42s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (4.76s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.02s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (3.20s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.81s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.21s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.76s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.91s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.43s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.06s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.61s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (10.21s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestBuildAddNonTar (4.60s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.96s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.11s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.51s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (4.76s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- SKIP: TestDockerSuite/TestBuildAddScript (0.02s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.45s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestBuildAddTar (30.66s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.03s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.39s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (15.38s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.74s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestBuildBlankName (0.52s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArg (6.13s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.23s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (4.08s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (7.57s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (6.70s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.39s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (4.53s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.02s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (6.02s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.57s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (21.20s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (3.67s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.73s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.40s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.34s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (3.59s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.30s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.34s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestBuildClearCmd (0.88s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestBuildCmd (0.55s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.50s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.53s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (4.46s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.00s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestBuildConditionalCache (1.08s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestBuildContextCleanup (0.45s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (1.47s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.88s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.46s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.77s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.59s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (5.04s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (27.62s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.61s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.54s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (4.36s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.40s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.36s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.49s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcard (21.24s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.63s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.37s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (15.76s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdin (1.63s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.82s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (3.53s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (2.76s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (2.75s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestBuildDockerignore (44.90s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (5.17s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.41s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (49.89s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.53s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.77s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (17.54s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (9.81s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (9.64s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (26.17s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (9.92s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (8.88s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (69.77s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestBuildDotDotFile (0.42s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.35s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.54s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.08s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.45s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestBuildEntrypoint (0.51s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (4.18s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (2.88s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (3.83s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- SKIP: TestDockerSuite/TestBuildEnv (0.02s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.34s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (3.46s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.90s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (4.04s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (12.20s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.58s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- SKIP: TestDockerSuite/TestBuildExpose (0.03s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestBuildFails (2.27s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.12s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (5.70s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (5.55s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestBuildForceRm (6.11s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestBuildFromGit (5.50s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.25s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestBuildFromGitWithF (4.51s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.88s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.61s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestBuildFromURLWithF (7.81s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestBuildHistory (10.45s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestBuildIidFile (0.91s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (1.85s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- SKIP: TestDockerSuite/TestBuildInheritance (0.04s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.74s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestBuildInvalidTag (0.08s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (3.97s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestBuildLabel (0.92s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.63s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.90s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.57s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestBuildLabels (0.96s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestBuildLabelsCache (1.49s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestBuildLabelsOverride (5.56s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- SKIP: TestDockerSuite/TestBuildLastModified (0.07s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- SKIP: TestDockerSuite/TestBuildLineBreak (0.06s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.10s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.08s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.09s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.08s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestBuildMaintainer (0.56s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestBuildMissingArgs (0.62s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (4.85s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- PASS: TestDockerSuite/TestBuildMultiStageArg (14.60s)
18:03:32 [2021-08-20T18:03:32.433Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.05s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.51s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (28.31s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (13.70s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (4.86s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (6.06s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (4.55s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (14.75s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (7.42s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestBuildMultipleTags (0.65s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestBuildNoContext (2.93s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestBuildNoDupOutput (3.79s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.58s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.25s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.14s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.63s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.88s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.23s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestBuildOnBuild (8.67s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.49s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (8.23s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (3.28s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (7.23s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (4.36s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestBuildOnBuildOutput (3.87s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.17s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- SKIP: TestDockerSuite/TestBuildPATH (0.01s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestBuildRUNErrMsg (1.68s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestBuildRelativeCopy (37.48s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (17.36s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestBuildRm (10.51s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (2.86s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.43s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.33s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (3.58s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestBuildShellEntrypoint (3.57s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestBuildShellInherited (4.34s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestBuildShellMultiple (13.94s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.77s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.54s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (7.91s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestBuildSpaces (0.24s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (3.94s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.08s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestBuildStderr (3.73s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestBuildStepsWithProgress (15.61s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- SKIP: TestDockerSuite/TestBuildStopSignal (0.35s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestBuildSymlinkBasename (3.12s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.20s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestBuildTagEvent (3.95s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (4.28s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- SKIP: TestDockerSuite/TestBuildUser (0.03s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestBuildVerboseOut (3.20s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.51s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (2.90s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (20.13s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (1.02s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestBuildWindowsUser (8.25s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (5.09s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.37s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestBuildWithFailure (1.99s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.41s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestBuildWithRecycleBin (8.50s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestBuildWithTabs (3.65s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.44s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (12.29s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.39s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.38s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.02s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.09s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (6.25s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (1.79s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- SKIP: TestDockerSuite/TestBuildXZHost (0.35s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (1.53s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (4.23s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestCommitChange (4.61s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestCommitChangeLabels (4.31s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestCommitNewFile (6.67s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestCommitTTY (6.54s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestCommitWithFilterLabel (4.43s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.11s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestContainerAPICommit (6.57s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (6.85s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (2.31s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestContainerAPICreate (2.58s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.01s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.36s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.01s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestContainerAPIDelete (3.01s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (1.85s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (1.82s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.01s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (1.95s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.02s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestContainerAPIGetAll (2.34s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (2.31s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestContainerAPIKill (1.76s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (2.43s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.24s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestContainerAPIRename (2.32s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestContainerAPIRestart (3.45s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (3.71s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.11s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestContainerAPIStart (1.73s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestContainerAPIStop (2.46s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestContainerAPITopWindows (1.99s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.11s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestContainerAPIWait (4.41s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (2.09s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (1.84s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (18.18s)
18:03:32 [2021-08-20T18:03:32.434Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false__<nil>_<nil>_<nil>} (2.61s)
18:03:32 [2021-08-20T18:03:32.434Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false__<nil>_<nil>_<nil>} (2.55s)
18:03:32 [2021-08-20T18:03:32.434Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false__<nil>_<nil>_<nil>} (2.63s)
18:03:32 [2021-08-20T18:03:32.434Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true__<nil>_<nil>_<nil>} (2.65s)
18:03:32 [2021-08-20T18:03:32.434Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false__<nil>_0xc000427068_<nil>} (2.54s)
18:03:32 [2021-08-20T18:03:32.434Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-1064115150_c:\foo_false__<nil>_<nil>_<nil>} (2.59s)
18:03:32 [2021-08-20T18:03:32.434Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-1064115150_c:\foo_true__<nil>_<nil>_<nil>} (2.59s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.42s)
18:03:32 [2021-08-20T18:03:32.434Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.01s)
18:03:32 [2021-08-20T18:03:32.434Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s)
18:03:32 [2021-08-20T18:03:32.434Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s)
18:03:32 [2021-08-20T18:03:32.434Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s)
18:03:32 [2021-08-20T18:03:32.434Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s)
18:03:32 [2021-08-20T18:03:32.434Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.09s)
18:03:32 [2021-08-20T18:03:32.434Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.10s)
18:03:32 [2021-08-20T18:03:32.434Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.09s)
18:03:32 [2021-08-20T18:03:32.434Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s)
18:03:32 [2021-08-20T18:03:32.434Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.09s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestCpAbsolutePath (2.38s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestCpGarbagePath (2.39s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestCpLocalOnly (0.05s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestCpRelativePath (2.46s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestCpToCaseA (4.32s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestCpToCaseB (2.46s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestCpToCaseE (8.88s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestCpToCaseH (8.73s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestCpToDot (2.37s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestCpToStdout (2.52s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.19s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestCreateArgs (0.20s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestCreateByImageID (2.00s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestCreateEchoStdout (1.96s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.18s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestCreateHostConfig (0.19s)
18:03:32 [2021-08-20T18:03:32.434Z]     --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (1.53s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.61s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestCreateLabels (0.20s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestCreateRM (0.38s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestCreateStopSignal (0.18s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestCreateStopTimeout (0.38s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (7.49s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.20s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.44s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestCreateWithLargePortRange (2.87s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestCreateWithPortRange (0.19s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestCreateWithWorkdir (2.38s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.17s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestDockerFails (0.06s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- SKIP: TestDockerSuite/TestEventsAttach (0.01s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- SKIP: TestDockerSuite/TestEventsCommit (0.01s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestEventsContainerEvents (1.94s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (2.04s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (2.06s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestEventsContainerRestart (7.82s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestEventsCopy (3.97s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestEventsFilterContainer (4.68s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (2.33s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.71s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestEventsFilterImageName (3.82s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestEventsFilterLabels (0.79s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestEventsFilterType (0.96s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestEventsFilters (4.90s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestEventsFormat (4.71s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestEventsFormatBadField (0.05s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.05s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestEventsImageTag (1.17s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestEventsRename (2.44s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestEventsResize (7.56s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (2.26s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (2.20s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestEventsTimestampFormats (4.87s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- SKIP: TestDockerSuite/TestEventsTop (0.02s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestEventsUntag (2.74s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestEventsUntilInThePast (3.90s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- SKIP: TestDockerSuite/TestExec (0.01s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (1.80s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (1.76s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (1.73s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (1.83s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (1.85s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (1.78s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestExecAfterContainerRestart (4.21s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- SKIP: TestDockerSuite/TestExecCgroup (0.01s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- SKIP: TestDockerSuite/TestExecEnv (0.01s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestExecExitStatus (1.88s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestExecInspectID (4.31s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- SKIP: TestDockerSuite/TestExecInteractive (0.01s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- SKIP: TestDockerSuite/TestExecParseError (0.01s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.14s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- SKIP: TestDockerSuite/TestExecStartFails (0.02s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (2.06s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- SKIP: TestDockerSuite/TestExecUlimits (0.01s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (4.86s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- SKIP: TestDockerSuite/TestExecWithUser (0.01s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestGetContainerStats (5.71s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (5.73s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (2.79s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestGetContainerStatsStream (5.59s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.01s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.15s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- SKIP: TestDockerSuite/TestHealth (0.01s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestHistoryExistentImage (0.06s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.06s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.06s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestHistoryImageWithComment (4.12s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.06s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.08s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.08s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.27s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.55s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.96s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.08s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.61s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.21s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (1.83s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (2.57s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestImagesFormat (0.16s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.56s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.05s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestImportBadURL (2.40s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- SKIP: TestDockerSuite/TestImportDisplay (0.01s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- SKIP: TestDockerSuite/TestImportFile (0.02s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.05s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- SKIP: TestDockerSuite/TestImportGzipped (0.01s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.05s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (2.39s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (2.39s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.07s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestInspectBindMountPoint (1.90s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestInspectByPrefix (0.14s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestInspectContainerFilterInt (2.28s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestInspectDefault (2.31s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestInspectHistory (4.34s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- SKIP: TestDockerSuite/TestInspectImage (0.01s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestInspectInt64 (2.42s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestInspectJSONFields (1.78s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.21s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestInspectNamedMountPoint (1.86s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (1.84s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestInspectRootFS (0.07s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (1.86s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestInspectStatus (2.99s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (3.62s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestInspectTemplateError (2.02s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (2.41s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (1.95s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (2.07s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (2.35s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (2.33s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestInspectUnknownObject (0.07s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.07s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.01s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (1.98s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (1.88s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestLogsAPIUntil (5.75s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (2.51s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestLogsAPIWithStdout (1.88s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.06s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (5.64s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (5.72s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (5.71s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (2.25s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (1.93s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestLogsFollowStopped (2.40s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestLogsSeparateStderr (2.07s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestLogsSince (8.83s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestLogsTail (2.56s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestLogsTimestamps (2.45s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestLogsWithDetails (2.34s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- SKIP: TestDockerSuite/TestNetHostname (0.01s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- SKIP: TestDockerSuite/TestPluginActive (0.01s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.06s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- SKIP: TestDockerSuite/TestPortList (0.02s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (4.52s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.02s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (4.64s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s)
18:03:32 [2021-08-20T18:03:32.435Z]     --- PASS: TestDockerSuite/TestPsByOrder (7.16s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- PASS: TestDockerSuite/TestPsListContainersBase (7.82s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (18.11s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.27s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.03s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (11.37s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterID (4.23s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (7.85s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterName (4.67s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.07s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (4.76s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- PASS: TestDockerSuite/TestPsShowMounts (6.60s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.57s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.23s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.91s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (4.00s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- PASS: TestDockerSuite/TestRestartContainerSuccess (4.44s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (2.50s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (16.69s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (5.92s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.25s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- PASS: TestDockerSuite/TestRestartPolicyNO (0.20s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.74s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- PASS: TestDockerSuite/TestRestartRunningContainer (4.22s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- PASS: TestDockerSuite/TestRestartStoppedContainer (3.76s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- PASS: TestDockerSuite/TestRestartWithVolumes (4.28s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- PASS: TestDockerSuite/TestRmiBlank (0.06s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.27s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (11.36s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (2.83s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.64s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (5.35s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- PASS: TestDockerSuite/TestRmiImgIDForce (4.64s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (7.56s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- PASS: TestDockerSuite/TestRmiParentImageFail (3.32s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- PASS: TestDockerSuite/TestRmiTag (0.54s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (2.39s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (13.66s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- PASS: TestDockerSuite/TestRmiWithContainerFails (2.20s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (4.84s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.01s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestRunAddHost (0.01s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (1.70s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (4.50s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (2.32s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (2.30s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (2.29s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (2.27s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.06s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- PASS: TestDockerSuite/TestRunBindMounts (4.68s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (2.12s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.03s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (2.61s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- PASS: TestDockerSuite/TestRunContainerNetwork (1.64s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (1.73s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (1.92s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (2.35s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- PASS: TestDockerSuite/TestRunCreateVolume (2.29s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (1.62s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (5.89s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (2.29s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.14s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- PASS: TestDockerSuite/TestRunEchoNamedContainer (2.35s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- PASS: TestDockerSuite/TestRunEchoStdout (2.32s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- PASS: TestDockerSuite/TestRunEntrypoint (1.93s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- PASS: TestDockerSuite/TestRunExitCode (2.35s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- PASS: TestDockerSuite/TestRunExitCodeOne (1.94s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- PASS: TestDockerSuite/TestRunExitCodeZero (2.36s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- PASS: TestDockerSuite/TestRunExitOnStdinClose (2.56s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- PASS: TestDockerSuite/TestRunExposePort (0.06s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (4.13s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- PASS: TestDockerSuite/TestRunInvalidReference (0.06s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (6.54s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (1.26s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestRunMount (0.02s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (6.95s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (4.91s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (4.14s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestRunNetHost (0.01s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.44s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.19s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- PASS: TestDockerSuite/TestRunNonExecutableCmd (1.61s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- PASS: TestDockerSuite/TestRunNonExistingCmd (1.68s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- PASS: TestDockerSuite/TestRunNonExistingImage (1.18s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (1.51s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.30s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (3.42s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- PASS: TestDockerSuite/TestRunRestartMaxRetries (7.65s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- PASS: TestDockerSuite/TestRunRm (2.34s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- PASS: TestDockerSuite/TestRunRmAndWait (5.32s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- PASS: TestDockerSuite/TestRunRmPre125Api (2.33s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- PASS: TestDockerSuite/TestRunRootWorkdir (2.37s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (1.88s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- PASS: TestDockerSuite/TestRunSetMacAddress (2.37s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestRunState (0.01s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (2.25s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (2.12s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- PASS: TestDockerSuite/TestRunTLSVerify (0.14s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.05s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (4.60s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s)
18:03:32 [2021-08-20T18:03:32.436Z]     --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- SKIP: TestDockerSuite/TestRunUserByID (0.01s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- SKIP: TestDockerSuite/TestRunUserByName (0.01s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- PASS: TestDockerSuite/TestRunUserDefaults (2.33s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- PASS: TestDockerSuite/TestRunVerifyContainerID (2.34s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (3.00s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (6.86s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (4.21s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (5.44s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.15s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (3.03s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (2.33s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (2.32s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.05s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.06s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.03s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (3.10s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- PASS: TestDockerSuite/TestRunWithoutNetworking (1.44s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (1.53s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- PASS: TestDockerSuite/TestRunWorkingDirectory (3.71s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- SKIP: TestDockerSuite/TestSaveImageId (0.01s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- PASS: TestDockerSuite/TestSearchCmdOptions (2.17s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.37s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.39s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.19s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- PASS: TestDockerSuite/TestSearchWithLimit (1.61s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- PASS: TestDockerSuite/TestSlowStdinClosing (7.09s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (7.51s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- PASS: TestDockerSuite/TestStartAttachSilent (3.19s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- SKIP: TestDockerSuite/TestStartRecordError (0.01s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (5.60s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- PASS: TestDockerSuite/TestTopMultipleArgs (1.86s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- PASS: TestDockerSuite/TestTopNonPrivileged (1.95s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (1.78s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- PASS: TestDockerSuite/TestVolumeCLICreate (15.29s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.15s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.20s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.30s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.26s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.14s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- PASS: TestDockerSuite/TestVolumeCLILs (2.50s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.06s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (2.90s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.32s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.31s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.06s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.15s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- PASS: TestDockerSuite/TestVolumeCLIRm (7.33s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.58s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.19s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (6.30s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- PASS: TestDockerSuite/TestVolumeLsFormat (0.22s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.22s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (9.41s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.11s)
18:03:32 [2021-08-20T18:03:32.437Z] === RUN   TestDockerRegistrySuite
18:03:32 [2021-08-20T18:03:32.437Z] === RUN   TestDockerRegistrySuite/TestBuildByDigest
18:03:32 [2021-08-20T18:03:32.437Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.437Z] === RUN   TestDockerRegistrySuite/TestBuildCopyFromForcePull
18:03:32 [2021-08-20T18:03:32.437Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.437Z] === RUN   TestDockerRegistrySuite/TestBuildMultiStageImplicitPull
18:03:32 [2021-08-20T18:03:32.437Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.437Z] === RUN   TestDockerRegistrySuite/TestConcurrentFailingPull
18:03:32 [2021-08-20T18:03:32.437Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.437Z] === RUN   TestDockerRegistrySuite/TestConcurrentPullMultipleTags
18:03:32 [2021-08-20T18:03:32.437Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.437Z] === RUN   TestDockerRegistrySuite/TestConcurrentPullWholeRepo
18:03:32 [2021-08-20T18:03:32.437Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.437Z] === RUN   TestDockerRegistrySuite/TestConcurrentPush
18:03:32 [2021-08-20T18:03:32.437Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.437Z] === RUN   TestDockerRegistrySuite/TestCreateByDigest
18:03:32 [2021-08-20T18:03:32.437Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.437Z] === RUN   TestDockerRegistrySuite/TestCrossRepositoryLayerPush
18:03:32 [2021-08-20T18:03:32.437Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.437Z] === RUN   TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest
18:03:32 [2021-08-20T18:03:32.437Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.437Z] === RUN   TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag
18:03:32 [2021-08-20T18:03:32.437Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.437Z] === RUN   TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag
18:03:32 [2021-08-20T18:03:32.437Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.437Z] === RUN   TestDockerRegistrySuite/TestEventsImageFilterPush
18:03:32 [2021-08-20T18:03:32.437Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.437Z] === RUN   TestDockerRegistrySuite/TestInspectImageWithDigests
18:03:32 [2021-08-20T18:03:32.437Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.437Z] === RUN   TestDockerRegistrySuite/TestListDanglingImagesWithDigests
18:03:32 [2021-08-20T18:03:32.437Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.437Z] === RUN   TestDockerRegistrySuite/TestListImagesWithDigests
18:03:32 [2021-08-20T18:03:32.437Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.437Z] === RUN   TestDockerRegistrySuite/TestListImagesWithoutDigests
18:03:32 [2021-08-20T18:03:32.437Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.437Z] === RUN   TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest
18:03:32 [2021-08-20T18:03:32.437Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.437Z] === RUN   TestDockerRegistrySuite/TestPullByDigest
18:03:32 [2021-08-20T18:03:32.437Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.437Z] === RUN   TestDockerRegistrySuite/TestPullByDigestNoFallback
18:03:32 [2021-08-20T18:03:32.437Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.437Z] === RUN   TestDockerRegistrySuite/TestPullByTagDisplaysDigest
18:03:32 [2021-08-20T18:03:32.437Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.437Z] === RUN   TestDockerRegistrySuite/TestPullFailsWithAlteredLayer
18:03:32 [2021-08-20T18:03:32.437Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.437Z] === RUN   TestDockerRegistrySuite/TestPullFailsWithAlteredManifest
18:03:32 [2021-08-20T18:03:32.437Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.437Z] === RUN   TestDockerRegistrySuite/TestPullIDStability
18:03:32 [2021-08-20T18:03:32.437Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.437Z] === RUN   TestDockerRegistrySuite/TestPullImageWithAliases
18:03:32 [2021-08-20T18:03:32.437Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.437Z] === RUN   TestDockerRegistrySuite/TestPullManifestList
18:03:32 [2021-08-20T18:03:32.437Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.437Z] === RUN   TestDockerRegistrySuite/TestPullNoLayers
18:03:32 [2021-08-20T18:03:32.437Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.437Z] === RUN   TestDockerRegistrySuite/TestPushBadTag
18:03:32 [2021-08-20T18:03:32.437Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.437Z] === RUN   TestDockerRegistrySuite/TestPushBusyboxImage
18:03:32 [2021-08-20T18:03:32.437Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.437Z] === RUN   TestDockerRegistrySuite/TestPushEmptyLayer
18:03:32 [2021-08-20T18:03:32.437Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.437Z] === RUN   TestDockerRegistrySuite/TestPushMultipleTags
18:03:32 [2021-08-20T18:03:32.437Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.437Z] === RUN   TestDockerRegistrySuite/TestPushUntagged
18:03:32 [2021-08-20T18:03:32.437Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.437Z] === RUN   TestDockerRegistrySuite/TestRemoveImageByDigest
18:03:32 [2021-08-20T18:03:32.437Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.437Z] === RUN   TestDockerRegistrySuite/TestRunByDigest
18:03:32 [2021-08-20T18:03:32.437Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.437Z] === RUN   TestDockerRegistrySuite/TestRunImplicitPullWithNoTag
18:03:32 [2021-08-20T18:03:32.437Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.437Z] === RUN   TestDockerRegistrySuite/TestTagByDigest
18:03:32 [2021-08-20T18:03:32.437Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.437Z] === RUN   TestDockerRegistrySuite/TestUserAgentPassThrough
18:03:32 [2021-08-20T18:03:32.437Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.437Z] === RUN   TestDockerRegistrySuite/TestV2Only
18:03:32 [2021-08-20T18:03:32.437Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.437Z] --- PASS: TestDockerRegistrySuite (0.14s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s)
18:03:32 [2021-08-20T18:03:32.437Z]     --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s)
18:03:32 [2021-08-20T18:03:32.437Z] === RUN   TestDockerSchema1RegistrySuite
18:03:32 [2021-08-20T18:03:32.437Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentFailingPull
18:03:32 [2021-08-20T18:03:32.437Z]     check_test.go:212: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.437Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags
18:03:32 [2021-08-20T18:03:32.437Z]     check_test.go:212: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.437Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo
18:03:32 [2021-08-20T18:03:32.437Z]     check_test.go:212: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.437Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPush
18:03:32 [2021-08-20T18:03:32.437Z]     check_test.go:212: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.437Z] === RUN   TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported
18:03:32 [2021-08-20T18:03:32.437Z]     check_test.go:212: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.437Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByDigest
18:03:32 [2021-08-20T18:03:32.437Z]     check_test.go:212: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.437Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback
18:03:32 [2021-08-20T18:03:32.437Z]     check_test.go:212: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.437Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest
18:03:32 [2021-08-20T18:03:32.437Z]     check_test.go:212: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.437Z] === RUN   TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer
18:03:32 [2021-08-20T18:03:32.437Z]     check_test.go:212: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.437Z] === RUN   TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest
18:03:32 [2021-08-20T18:03:32.437Z]     check_test.go:212: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.437Z] === RUN   TestDockerSchema1RegistrySuite/TestPullIDStability
18:03:32 [2021-08-20T18:03:32.438Z]     check_test.go:212: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.438Z] === RUN   TestDockerSchema1RegistrySuite/TestPullImageWithAliases
18:03:32 [2021-08-20T18:03:32.438Z]     check_test.go:212: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.438Z] === RUN   TestDockerSchema1RegistrySuite/TestPullNoLayers
18:03:32 [2021-08-20T18:03:32.438Z]     check_test.go:212: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.438Z] === RUN   TestDockerSchema1RegistrySuite/TestPushBadTag
18:03:32 [2021-08-20T18:03:32.438Z]     check_test.go:212: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.438Z] === RUN   TestDockerSchema1RegistrySuite/TestPushBusyboxImage
18:03:32 [2021-08-20T18:03:32.438Z]     check_test.go:212: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.438Z] === RUN   TestDockerSchema1RegistrySuite/TestPushEmptyLayer
18:03:32 [2021-08-20T18:03:32.438Z]     check_test.go:212: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.438Z] === RUN   TestDockerSchema1RegistrySuite/TestPushMultipleTags
18:03:32 [2021-08-20T18:03:32.438Z]     check_test.go:212: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.438Z] === RUN   TestDockerSchema1RegistrySuite/TestPushUntagged
18:03:32 [2021-08-20T18:03:32.438Z]     check_test.go:212: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.438Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s)
18:03:32 [2021-08-20T18:03:32.438Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s)
18:03:32 [2021-08-20T18:03:32.438Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s)
18:03:32 [2021-08-20T18:03:32.438Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s)
18:03:32 [2021-08-20T18:03:32.438Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s)
18:03:32 [2021-08-20T18:03:32.438Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s)
18:03:32 [2021-08-20T18:03:32.438Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s)
18:03:32 [2021-08-20T18:03:32.438Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s)
18:03:32 [2021-08-20T18:03:32.438Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s)
18:03:32 [2021-08-20T18:03:32.438Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
18:03:32 [2021-08-20T18:03:32.438Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
18:03:32 [2021-08-20T18:03:32.438Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s)
18:03:32 [2021-08-20T18:03:32.438Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s)
18:03:32 [2021-08-20T18:03:32.438Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s)
18:03:32 [2021-08-20T18:03:32.438Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s)
18:03:32 [2021-08-20T18:03:32.438Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s)
18:03:32 [2021-08-20T18:03:32.438Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s)
18:03:32 [2021-08-20T18:03:32.438Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s)
18:03:32 [2021-08-20T18:03:32.438Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s)
18:03:32 [2021-08-20T18:03:32.438Z] === RUN   TestDockerRegistryAuthHtpasswdSuite
18:03:32 [2021-08-20T18:03:32.438Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry
18:03:32 [2021-08-20T18:03:32.438Z]     check_test.go:239: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.438Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth
18:03:32 [2021-08-20T18:03:32.438Z]     check_test.go:239: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.438Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry
18:03:32 [2021-08-20T18:03:32.438Z]     check_test.go:239: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.438Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth
18:03:32 [2021-08-20T18:03:32.438Z]     check_test.go:239: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.438Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored
18:03:32 [2021-08-20T18:03:32.438Z]     check_test.go:239: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.438Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth
18:03:32 [2021-08-20T18:03:32.438Z]     check_test.go:239: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.438Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme
18:03:32 [2021-08-20T18:03:32.438Z]     check_test.go:239: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.438Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry
18:03:32 [2021-08-20T18:03:32.438Z]     check_test.go:239: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.438Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.01s)
18:03:32 [2021-08-20T18:03:32.438Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s)
18:03:32 [2021-08-20T18:03:32.438Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s)
18:03:32 [2021-08-20T18:03:32.438Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s)
18:03:32 [2021-08-20T18:03:32.438Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s)
18:03:32 [2021-08-20T18:03:32.438Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s)
18:03:32 [2021-08-20T18:03:32.438Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s)
18:03:32 [2021-08-20T18:03:32.438Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s)
18:03:32 [2021-08-20T18:03:32.438Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s)
18:03:32 [2021-08-20T18:03:32.438Z] === RUN   TestDockerRegistryAuthTokenSuite
18:03:32 [2021-08-20T18:03:32.438Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError
18:03:32 [2021-08-20T18:03:32.438Z]     check_test.go:268: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.438Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken
18:03:32 [2021-08-20T18:03:32.438Z]     check_test.go:268: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.438Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized
18:03:32 [2021-08-20T18:03:32.438Z]     check_test.go:268: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.438Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable
18:03:32 [2021-08-20T18:03:32.438Z]     check_test.go:268: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.438Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse
18:03:32 [2021-08-20T18:03:32.438Z]     check_test.go:268: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.438Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s)
18:03:32 [2021-08-20T18:03:32.438Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s)
18:03:32 [2021-08-20T18:03:32.438Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s)
18:03:32 [2021-08-20T18:03:32.438Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s)
18:03:32 [2021-08-20T18:03:32.438Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s)
18:03:32 [2021-08-20T18:03:32.438Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s)
18:03:32 [2021-08-20T18:03:32.438Z] === RUN   TestDockerDaemonSuite
18:03:32 [2021-08-20T18:03:32.438Z] === RUN   TestDockerDaemonSuite/TestCLIProxyProxyTCPSock
18:03:32 [2021-08-20T18:03:32.438Z]     check_test.go:302: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.438Z] === RUN   TestDockerDaemonSuite/TestExecAfterDaemonRestart
18:03:32 [2021-08-20T18:03:32.438Z]     check_test.go:302: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.438Z] === RUN   TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault
18:03:32 [2021-08-20T18:03:32.438Z]     check_test.go:302: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.438Z] --- PASS: TestDockerDaemonSuite (0.00s)
18:03:32 [2021-08-20T18:03:32.438Z]     --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s)
18:03:32 [2021-08-20T18:03:32.438Z]     --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s)
18:03:32 [2021-08-20T18:03:32.438Z]     --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s)
18:03:32 [2021-08-20T18:03:32.438Z] === RUN   TestDockerSwarmSuite
18:03:32 [2021-08-20T18:03:32.438Z] --- PASS: TestDockerSwarmSuite (0.00s)
18:03:32 [2021-08-20T18:03:32.438Z] === RUN   TestDockerPluginSuite
18:03:32 [2021-08-20T18:03:32.438Z] === RUN   TestDockerPluginSuite/TestPluginBasicOps
18:03:32 [2021-08-20T18:03:32.438Z]     check_test.go:407: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.438Z] === RUN   TestDockerPluginSuite/TestPluginCreate
18:03:32 [2021-08-20T18:03:32.438Z]     check_test.go:407: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.438Z] === RUN   TestDockerPluginSuite/TestPluginEnableDisableNegative
18:03:32 [2021-08-20T18:03:32.438Z]     check_test.go:407: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.438Z] === RUN   TestDockerPluginSuite/TestPluginForceRemove
18:03:32 [2021-08-20T18:03:32.438Z]     check_test.go:407: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.438Z] === RUN   TestDockerPluginSuite/TestPluginIDPrefix
18:03:32 [2021-08-20T18:03:32.438Z]     check_test.go:407: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.438Z] === RUN   TestDockerPluginSuite/TestPluginInspect
18:03:32 [2021-08-20T18:03:32.438Z]     check_test.go:407: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.438Z] === RUN   TestDockerPluginSuite/TestPluginInstallArgs
18:03:32 [2021-08-20T18:03:32.438Z]     check_test.go:407: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.438Z] === RUN   TestDockerPluginSuite/TestPluginInstallDisable
18:03:32 [2021-08-20T18:03:32.438Z]     check_test.go:407: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.438Z] === RUN   TestDockerPluginSuite/TestPluginInstallImage
18:03:32 [2021-08-20T18:03:32.438Z]     check_test.go:407: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.438Z] === RUN   TestDockerPluginSuite/TestPluginListDefaultFormat
18:03:32 [2021-08-20T18:03:32.438Z]     check_test.go:407: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.438Z] === RUN   TestDockerPluginSuite/TestPluginSet
18:03:32 [2021-08-20T18:03:32.438Z]     check_test.go:407: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.438Z] --- PASS: TestDockerPluginSuite (0.02s)
18:03:32 [2021-08-20T18:03:32.438Z]     --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s)
18:03:32 [2021-08-20T18:03:32.438Z]     --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s)
18:03:32 [2021-08-20T18:03:32.438Z]     --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s)
18:03:32 [2021-08-20T18:03:32.438Z]     --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s)
18:03:32 [2021-08-20T18:03:32.438Z]     --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s)
18:03:32 [2021-08-20T18:03:32.438Z]     --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s)
18:03:32 [2021-08-20T18:03:32.438Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s)
18:03:32 [2021-08-20T18:03:32.438Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s)
18:03:32 [2021-08-20T18:03:32.438Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s)
18:03:32 [2021-08-20T18:03:32.438Z]     --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s)
18:03:32 [2021-08-20T18:03:32.438Z]     --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s)
18:03:32 [2021-08-20T18:03:32.438Z] === RUN   TestDockerExternalVolumeSuite
18:03:32 [2021-08-20T18:03:32.438Z]     check_test.go:128: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.438Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s)
18:03:32 [2021-08-20T18:03:32.438Z] === RUN   TestDockerNetworkSuite
18:03:32 [2021-08-20T18:03:32.438Z]     check_test.go:134: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.438Z] --- SKIP: TestDockerNetworkSuite (0.00s)
18:03:32 [2021-08-20T18:03:32.438Z] === RUN   TestDockerHubPullSuite
18:03:32 [2021-08-20T18:03:32.438Z]     check_test.go:142: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.438Z] --- SKIP: TestDockerHubPullSuite (0.00s)
18:03:32 [2021-08-20T18:03:32.438Z] PASS
18:03:32 [2021-08-20T18:03:32.438Z] ok  	github.com/docker/docker/integration-cli	2065.361s
18:03:32 [2021-08-20T18:03:32.438Z] 
18:03:32 [2021-08-20T18:03:32.438Z] === Skipped
18:03:32 [2021-08-20T18:03:32.438Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s)
18:03:32 [2021-08-20T18:03:32.438Z]     docker_api_network_test.go:242: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.438Z]     --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s)
18:03:32 [2021-08-20T18:03:32.438Z] 
18:03:32 [2021-08-20T18:03:32.438Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.01s)
18:03:32 [2021-08-20T18:03:32.438Z]     docker_api_test.go:77: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.438Z]     --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s)
18:03:32 [2021-08-20T18:03:32.438Z] 
18:03:32 [2021-08-20T18:03:32.438Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s)
18:03:32 [2021-08-20T18:03:32.438Z]     docker_api_network_test.go:131: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.438Z]     --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s)
18:03:32 [2021-08-20T18:03:32.438Z] 
18:03:32 [2021-08-20T18:03:32.438Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s)
18:03:32 [2021-08-20T18:03:32.438Z]     docker_api_network_test.go:30: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.438Z]     --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s)
18:03:32 [2021-08-20T18:03:32.438Z] 
18:03:32 [2021-08-20T18:03:32.438Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.01s)
18:03:32 [2021-08-20T18:03:32.438Z]     docker_api_network_test.go:68: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.438Z]     --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.01s)
18:03:32 [2021-08-20T18:03:32.438Z] 
18:03:32 [2021-08-20T18:03:32.438Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.01s)
18:03:32 [2021-08-20T18:03:32.438Z]     docker_api_network_test.go:21: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.438Z]     --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.01s)
18:03:32 [2021-08-20T18:03:32.438Z] 
18:03:32 [2021-08-20T18:03:32.438Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s)
18:03:32 [2021-08-20T18:03:32.438Z]     docker_api_network_test.go:173: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.438Z]     --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s)
18:03:32 [2021-08-20T18:03:32.438Z] 
18:03:32 [2021-08-20T18:03:32.438Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.01s)
18:03:32 [2021-08-20T18:03:32.438Z]     docker_api_network_test.go:74: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.438Z]     --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.01s)
18:03:32 [2021-08-20T18:03:32.438Z] 
18:03:32 [2021-08-20T18:03:32.438Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s)
18:03:32 [2021-08-20T18:03:32.438Z]     docker_api_network_test.go:100: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.438Z]     --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s)
18:03:32 [2021-08-20T18:03:32.438Z] 
18:03:32 [2021-08-20T18:03:32.438Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.01s)
18:03:32 [2021-08-20T18:03:32.438Z]     docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.438Z]     --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s)
18:03:32 [2021-08-20T18:03:32.438Z] 
18:03:32 [2021-08-20T18:03:32.438Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s)
18:03:32 [2021-08-20T18:03:32.438Z]     docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.438Z]     --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s)
18:03:32 [2021-08-20T18:03:32.438Z] 
18:03:32 [2021-08-20T18:03:32.438Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s)
18:03:32 [2021-08-20T18:03:32.438Z]     docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.438Z]     --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s)
18:03:32 [2021-08-20T18:03:32.438Z] 
18:03:32 [2021-08-20T18:03:32.438Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s)
18:03:32 [2021-08-20T18:03:32.438Z]     docker_cli_run_test.go:3154: unmatched requirement Apparmor
18:03:32 [2021-08-20T18:03:32.438Z]     --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s)
18:03:32 [2021-08-20T18:03:32.438Z] 
18:03:32 [2021-08-20T18:03:32.438Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.01s)
18:03:32 [2021-08-20T18:03:32.438Z]     docker_cli_run_test.go:3132: unmatched requirement Apparmor
18:03:32 [2021-08-20T18:03:32.438Z]     --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s)
18:03:32 [2021-08-20T18:03:32.438Z] 
18:03:32 [2021-08-20T18:03:32.438Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.01s)
18:03:32 [2021-08-20T18:03:32.438Z]     docker_cli_run_test.go:3144: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.438Z]     --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s)
18:03:32 [2021-08-20T18:03:32.438Z] 
18:03:32 [2021-08-20T18:03:32.438Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.01s)
18:03:32 [2021-08-20T18:03:32.438Z]     docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.438Z]     --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s)
18:03:32 [2021-08-20T18:03:32.438Z] 
18:03:32 [2021-08-20T18:03:32.438Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.01s)
18:03:32 [2021-08-20T18:03:32.438Z]     docker_cli_attach_test.go:170: unmatched requirement IsPausable
18:03:32 [2021-08-20T18:03:32.438Z]     --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s)
18:03:32 [2021-08-20T18:03:32.438Z] 
18:03:32 [2021-08-20T18:03:32.438Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.01s)
18:03:32 [2021-08-20T18:03:32.438Z]     docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.438Z]     --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s)
18:03:32 [2021-08-20T18:03:32.438Z] 
18:03:32 [2021-08-20T18:03:32.438Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.42s)
18:03:32 [2021-08-20T18:03:32.438Z]     docker_api_build_test.go:177: unmatched requirement UnixCli
18:03:32 [2021-08-20T18:03:32.438Z]     --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.42s)
18:03:32 [2021-08-20T18:03:32.438Z] 
18:03:32 [2021-08-20T18:03:32.438Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s)
18:03:32 [2021-08-20T18:03:32.438Z]     docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.438Z]     --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s)
18:03:32 [2021-08-20T18:03:32.438Z] 
18:03:32 [2021-08-20T18:03:32.438Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.01s)
18:03:32 [2021-08-20T18:03:32.438Z]     docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.438Z]     --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s)
18:03:32 [2021-08-20T18:03:32.438Z] 
18:03:32 [2021-08-20T18:03:32.438Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.01s)
18:03:32 [2021-08-20T18:03:32.438Z]     docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.438Z]     --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s)
18:03:32 [2021-08-20T18:03:32.438Z] 
18:03:32 [2021-08-20T18:03:32.438Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s)
18:03:32 [2021-08-20T18:03:32.438Z]     docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.438Z]     --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s)
18:03:32 [2021-08-20T18:03:32.438Z] 
18:03:32 [2021-08-20T18:03:32.438Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.01s)
18:03:32 [2021-08-20T18:03:32.438Z]     docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.438Z]     --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s)
18:03:32 [2021-08-20T18:03:32.438Z] 
18:03:32 [2021-08-20T18:03:32.438Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s)
18:03:32 [2021-08-20T18:03:32.438Z]     docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.438Z]     --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s)
18:03:32 [2021-08-20T18:03:32.438Z] 
18:03:32 [2021-08-20T18:03:32.438Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.02s)
18:03:32 [2021-08-20T18:03:32.438Z]     docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.438Z]     --- SKIP: TestDockerSuite/TestBuildAddScript (0.02s)
18:03:32 [2021-08-20T18:03:32.438Z] 
18:03:32 [2021-08-20T18:03:32.438Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s)
18:03:32 [2021-08-20T18:03:32.439Z]     docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.439Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s)
18:03:32 [2021-08-20T18:03:32.439Z] 
18:03:32 [2021-08-20T18:03:32.439Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s)
18:03:32 [2021-08-20T18:03:32.439Z]     docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.439Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s)
18:03:32 [2021-08-20T18:03:32.439Z] 
18:03:32 [2021-08-20T18:03:32.439Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s)
18:03:32 [2021-08-20T18:03:32.439Z]     docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.439Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s)
18:03:32 [2021-08-20T18:03:32.439Z] 
18:03:32 [2021-08-20T18:03:32.439Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.03s)
18:03:32 [2021-08-20T18:03:32.439Z]     docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.439Z]     --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.03s)
18:03:32 [2021-08-20T18:03:32.439Z] 
18:03:32 [2021-08-20T18:03:32.439Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.39s)
18:03:32 [2021-08-20T18:03:32.439Z]     docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.439Z]     --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.39s)
18:03:32 [2021-08-20T18:03:32.439Z] 
18:03:32 [2021-08-20T18:03:32.439Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.74s)
18:03:32 [2021-08-20T18:03:32.439Z]     docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.439Z]     --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.74s)
18:03:32 [2021-08-20T18:03:32.439Z] 
18:03:32 [2021-08-20T18:03:32.439Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.23s)
18:03:32 [2021-08-20T18:03:32.439Z]     docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.439Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.23s)
18:03:32 [2021-08-20T18:03:32.439Z] 
18:03:32 [2021-08-20T18:03:32.439Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.39s)
18:03:32 [2021-08-20T18:03:32.439Z]     docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.439Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.39s)
18:03:32 [2021-08-20T18:03:32.439Z] 
18:03:32 [2021-08-20T18:03:32.439Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.02s)
18:03:32 [2021-08-20T18:03:32.439Z]     docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.439Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.02s)
18:03:32 [2021-08-20T18:03:32.439Z] 
18:03:32 [2021-08-20T18:03:32.439Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s)
18:03:32 [2021-08-20T18:03:32.439Z]     docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.439Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s)
18:03:32 [2021-08-20T18:03:32.439Z] 
18:03:32 [2021-08-20T18:03:32.439Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s)
18:03:32 [2021-08-20T18:03:32.439Z]     docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.439Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s)
18:03:32 [2021-08-20T18:03:32.439Z] 
18:03:32 [2021-08-20T18:03:32.439Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s)
18:03:32 [2021-08-20T18:03:32.439Z]     docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.439Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s)
18:03:32 [2021-08-20T18:03:32.439Z] 
18:03:32 [2021-08-20T18:03:32.439Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s)
18:03:32 [2021-08-20T18:03:32.439Z]     docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.439Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s)
18:03:32 [2021-08-20T18:03:32.439Z] 
18:03:32 [2021-08-20T18:03:32.439Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.73s)
18:03:32 [2021-08-20T18:03:32.439Z]     docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.439Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.73s)
18:03:32 [2021-08-20T18:03:32.439Z] 
18:03:32 [2021-08-20T18:03:32.439Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.40s)
18:03:32 [2021-08-20T18:03:32.439Z]     docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.439Z]     --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.40s)
18:03:32 [2021-08-20T18:03:32.439Z] 
18:03:32 [2021-08-20T18:03:32.439Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.04s)
18:03:32 [2021-08-20T18:03:32.439Z]     docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.439Z]     --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s)
18:03:32 [2021-08-20T18:03:32.439Z] 
18:03:32 [2021-08-20T18:03:32.439Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.04s)
18:03:32 [2021-08-20T18:03:32.439Z]     docker_api_build_test.go:402: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.439Z]     --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s)
18:03:32 [2021-08-20T18:03:32.439Z] 
18:03:32 [2021-08-20T18:03:32.439Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.01s)
18:03:32 [2021-08-20T18:03:32.439Z]     docker_cli_build_test.go:3571: unmatched requirement UnixCli
18:03:32 [2021-08-20T18:03:32.439Z]     --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s)
18:03:32 [2021-08-20T18:03:32.439Z] 
18:03:32 [2021-08-20T18:03:32.439Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.01s)
18:03:32 [2021-08-20T18:03:32.439Z]     docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.439Z]     --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s)
18:03:32 [2021-08-20T18:03:32.439Z] 
18:03:32 [2021-08-20T18:03:32.439Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s)
18:03:32 [2021-08-20T18:03:32.439Z]     docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.439Z]     --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s)
18:03:32 [2021-08-20T18:03:32.439Z] 
18:03:32 [2021-08-20T18:03:32.439Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s)
18:03:32 [2021-08-20T18:03:32.439Z]     docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.439Z]     --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s)
18:03:32 [2021-08-20T18:03:32.439Z] 
18:03:32 [2021-08-20T18:03:32.439Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s)
18:03:32 [2021-08-20T18:03:32.439Z]     docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.439Z]     --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s)
18:03:32 [2021-08-20T18:03:32.439Z] 
18:03:32 [2021-08-20T18:03:32.439Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s)
18:03:32 [2021-08-20T18:03:32.439Z]     docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.439Z]     --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s)
18:03:32 [2021-08-20T18:03:32.439Z] 
18:03:32 [2021-08-20T18:03:32.439Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.40s)
18:03:32 [2021-08-20T18:03:32.439Z]     docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.439Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.40s)
18:03:32 [2021-08-20T18:03:32.439Z] 
18:03:32 [2021-08-20T18:03:32.439Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.36s)
18:03:32 [2021-08-20T18:03:32.439Z]     docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.439Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.36s)
18:03:32 [2021-08-20T18:03:32.439Z] 
18:03:32 [2021-08-20T18:03:32.439Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s)
18:03:32 [2021-08-20T18:03:32.439Z]     docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.439Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s)
18:03:32 [2021-08-20T18:03:32.439Z] 
18:03:32 [2021-08-20T18:03:32.439Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s)
18:03:32 [2021-08-20T18:03:32.439Z]     docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.439Z]     --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s)
18:03:32 [2021-08-20T18:03:32.439Z] 
18:03:32 [2021-08-20T18:03:32.439Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.37s)
18:03:32 [2021-08-20T18:03:32.439Z]     docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.439Z]     --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.37s)
18:03:32 [2021-08-20T18:03:32.439Z] 
18:03:32 [2021-08-20T18:03:32.439Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.41s)
18:03:32 [2021-08-20T18:03:32.439Z]     docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.439Z]     --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.41s)
18:03:32 [2021-08-20T18:03:32.439Z] 
18:03:32 [2021-08-20T18:03:32.439Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.35s)
18:03:32 [2021-08-20T18:03:32.439Z]     docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.439Z]     --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.35s)
18:03:32 [2021-08-20T18:03:32.439Z] 
18:03:32 [2021-08-20T18:03:32.439Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.03s)
18:03:32 [2021-08-20T18:03:32.439Z]     docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.439Z]     --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s)
18:03:32 [2021-08-20T18:03:32.439Z] 
18:03:32 [2021-08-20T18:03:32.439Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.01s)
18:03:32 [2021-08-20T18:03:32.439Z]     docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.439Z]     --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s)
18:03:32 [2021-08-20T18:03:32.439Z] 
18:03:32 [2021-08-20T18:03:32.439Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.02s)
18:03:32 [2021-08-20T18:03:32.439Z]     docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.439Z]     --- SKIP: TestDockerSuite/TestBuildEnv (0.02s)
18:03:32 [2021-08-20T18:03:32.439Z] 
18:03:32 [2021-08-20T18:03:32.439Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.34s)
18:03:32 [2021-08-20T18:03:32.439Z]     docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.439Z]     --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.34s)
18:03:32 [2021-08-20T18:03:32.439Z] 
18:03:32 [2021-08-20T18:03:32.439Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.01s)
18:03:32 [2021-08-20T18:03:32.439Z]     docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.439Z]     --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s)
18:03:32 [2021-08-20T18:03:32.439Z] 
18:03:32 [2021-08-20T18:03:32.439Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.01s)
18:03:32 [2021-08-20T18:03:32.439Z]     docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.439Z]     --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s)
18:03:32 [2021-08-20T18:03:32.439Z] 
18:03:32 [2021-08-20T18:03:32.439Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.01s)
18:03:32 [2021-08-20T18:03:32.439Z]     docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.439Z]     --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s)
18:03:32 [2021-08-20T18:03:32.439Z] 
18:03:32 [2021-08-20T18:03:32.439Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s)
18:03:32 [2021-08-20T18:03:32.439Z]     docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.439Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s)
18:03:32 [2021-08-20T18:03:32.439Z] 
18:03:32 [2021-08-20T18:03:32.439Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s)
18:03:32 [2021-08-20T18:03:32.439Z]     docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.439Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s)
18:03:32 [2021-08-20T18:03:32.439Z] 
18:03:32 [2021-08-20T18:03:32.439Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s)
18:03:32 [2021-08-20T18:03:32.439Z]     docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.439Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s)
18:03:32 [2021-08-20T18:03:32.439Z] 
18:03:32 [2021-08-20T18:03:32.439Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.04s)
18:03:32 [2021-08-20T18:03:32.439Z]     docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.439Z]     --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s)
18:03:32 [2021-08-20T18:03:32.439Z] 
18:03:32 [2021-08-20T18:03:32.439Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.03s)
18:03:32 [2021-08-20T18:03:32.439Z]     docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.439Z]     --- SKIP: TestDockerSuite/TestBuildExpose (0.03s)
18:03:32 [2021-08-20T18:03:32.439Z] 
18:03:32 [2021-08-20T18:03:32.439Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.01s)
18:03:32 [2021-08-20T18:03:32.439Z]     docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.439Z]     --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s)
18:03:32 [2021-08-20T18:03:32.439Z] 
18:03:32 [2021-08-20T18:03:32.439Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.01s)
18:03:32 [2021-08-20T18:03:32.439Z]     docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.439Z]     --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s)
18:03:32 [2021-08-20T18:03:32.439Z] 
18:03:32 [2021-08-20T18:03:32.439Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s)
18:03:32 [2021-08-20T18:03:32.439Z]     docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.439Z]     --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s)
18:03:32 [2021-08-20T18:03:32.439Z] 
18:03:32 [2021-08-20T18:03:32.439Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s)
18:03:32 [2021-08-20T18:03:32.439Z]     docker_cli_build_test.go:3698: unmatched requirement UnixCli
18:03:32 [2021-08-20T18:03:32.439Z]     --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s)
18:03:32 [2021-08-20T18:03:32.439Z] 
18:03:32 [2021-08-20T18:03:32.439Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.01s)
18:03:32 [2021-08-20T18:03:32.439Z]     docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.439Z]     --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s)
18:03:32 [2021-08-20T18:03:32.439Z] 
18:03:32 [2021-08-20T18:03:32.439Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s)
18:03:32 [2021-08-20T18:03:32.439Z]     docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.439Z]     --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s)
18:03:32 [2021-08-20T18:03:32.439Z] 
18:03:32 [2021-08-20T18:03:32.439Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.04s)
18:03:32 [2021-08-20T18:03:32.439Z]     docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.439Z]     --- SKIP: TestDockerSuite/TestBuildInheritance (0.04s)
18:03:32 [2021-08-20T18:03:32.439Z] 
18:03:32 [2021-08-20T18:03:32.439Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.07s)
18:03:32 [2021-08-20T18:03:32.439Z]     docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.439Z]     --- SKIP: TestDockerSuite/TestBuildLastModified (0.07s)
18:03:32 [2021-08-20T18:03:32.439Z] 
18:03:32 [2021-08-20T18:03:32.439Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.06s)
18:03:32 [2021-08-20T18:03:32.439Z]     docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.439Z]     --- SKIP: TestDockerSuite/TestBuildLineBreak (0.06s)
18:03:32 [2021-08-20T18:03:32.439Z] 
18:03:32 [2021-08-20T18:03:32.439Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.05s)
18:03:32 [2021-08-20T18:03:32.439Z]     docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.439Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.05s)
18:03:32 [2021-08-20T18:03:32.439Z] 
18:03:32 [2021-08-20T18:03:32.439Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.03s)
18:03:32 [2021-08-20T18:03:32.439Z]     docker_cli_build_test.go:5920: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.439Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s)
18:03:32 [2021-08-20T18:03:32.439Z] 
18:03:32 [2021-08-20T18:03:32.439Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.01s)
18:03:32 [2021-08-20T18:03:32.439Z]     docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.439Z]     --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s)
18:03:32 [2021-08-20T18:03:32.439Z] 
18:03:32 [2021-08-20T18:03:32.439Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.01s)
18:03:32 [2021-08-20T18:03:32.439Z]     docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.439Z]     --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s)
18:03:32 [2021-08-20T18:03:32.439Z] 
18:03:32 [2021-08-20T18:03:32.439Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.04s)
18:03:32 [2021-08-20T18:03:32.439Z]     docker_cli_build_test.go:5978: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.439Z]     --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s)
18:03:32 [2021-08-20T18:03:32.439Z] 
18:03:32 [2021-08-20T18:03:32.439Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.01s)
18:03:32 [2021-08-20T18:03:32.439Z]     docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.439Z]     --- SKIP: TestDockerSuite/TestBuildPATH (0.01s)
18:03:32 [2021-08-20T18:03:32.439Z] 
18:03:32 [2021-08-20T18:03:32.439Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.01s)
18:03:32 [2021-08-20T18:03:32.439Z]     docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.439Z]     --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s)
18:03:32 [2021-08-20T18:03:32.439Z] 
18:03:32 [2021-08-20T18:03:32.439Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s)
18:03:32 [2021-08-20T18:03:32.440Z]     docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.440Z]     --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s)
18:03:32 [2021-08-20T18:03:32.440Z] 
18:03:32 [2021-08-20T18:03:32.440Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.43s)
18:03:32 [2021-08-20T18:03:32.440Z]     docker_api_build_test.go:513: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.440Z]     --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.43s)
18:03:32 [2021-08-20T18:03:32.440Z] 
18:03:32 [2021-08-20T18:03:32.440Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.35s)
18:03:32 [2021-08-20T18:03:32.440Z]     docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.440Z]     --- SKIP: TestDockerSuite/TestBuildStopSignal (0.35s)
18:03:32 [2021-08-20T18:03:32.440Z] 
18:03:32 [2021-08-20T18:03:32.440Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.03s)
18:03:32 [2021-08-20T18:03:32.440Z]     docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.440Z]     --- SKIP: TestDockerSuite/TestBuildUser (0.03s)
18:03:32 [2021-08-20T18:03:32.440Z] 
18:03:32 [2021-08-20T18:03:32.440Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s)
18:03:32 [2021-08-20T18:03:32.440Z]     docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.440Z]     --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s)
18:03:32 [2021-08-20T18:03:32.440Z] 
18:03:32 [2021-08-20T18:03:32.440Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.01s)
18:03:32 [2021-08-20T18:03:32.440Z]     docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.440Z]     --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s)
18:03:32 [2021-08-20T18:03:32.440Z] 
18:03:32 [2021-08-20T18:03:32.440Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s)
18:03:32 [2021-08-20T18:03:32.440Z]     docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.440Z]     --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s)
18:03:32 [2021-08-20T18:03:32.440Z] 
18:03:32 [2021-08-20T18:03:32.440Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.01s)
18:03:32 [2021-08-20T18:03:32.440Z]     docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.440Z]     --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s)
18:03:32 [2021-08-20T18:03:32.440Z] 
18:03:32 [2021-08-20T18:03:32.440Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.37s)
18:03:32 [2021-08-20T18:03:32.440Z]     docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.440Z]     --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.37s)
18:03:32 [2021-08-20T18:03:32.440Z] 
18:03:32 [2021-08-20T18:03:32.440Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s)
18:03:32 [2021-08-20T18:03:32.440Z]     docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.440Z]     --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s)
18:03:32 [2021-08-20T18:03:32.440Z] 
18:03:32 [2021-08-20T18:03:32.440Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.41s)
18:03:32 [2021-08-20T18:03:32.440Z]     docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.440Z]     --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.41s)
18:03:32 [2021-08-20T18:03:32.440Z] 
18:03:32 [2021-08-20T18:03:32.440Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.39s)
18:03:32 [2021-08-20T18:03:32.440Z]     docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.440Z]     --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.39s)
18:03:32 [2021-08-20T18:03:32.440Z] 
18:03:32 [2021-08-20T18:03:32.440Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.38s)
18:03:32 [2021-08-20T18:03:32.440Z]     docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.440Z]     --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.38s)
18:03:32 [2021-08-20T18:03:32.440Z] 
18:03:32 [2021-08-20T18:03:32.440Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.02s)
18:03:32 [2021-08-20T18:03:32.440Z]     docker_cli_build_test.go:6058: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.440Z]     --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.02s)
18:03:32 [2021-08-20T18:03:32.440Z] 
18:03:32 [2021-08-20T18:03:32.440Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.35s)
18:03:32 [2021-08-20T18:03:32.440Z]     docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.440Z]     --- SKIP: TestDockerSuite/TestBuildXZHost (0.35s)
18:03:32 [2021-08-20T18:03:32.440Z] 
18:03:32 [2021-08-20T18:03:32.440Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s)
18:03:32 [2021-08-20T18:03:32.440Z]     docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.440Z]     --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s)
18:03:32 [2021-08-20T18:03:32.440Z] 
18:03:32 [2021-08-20T18:03:32.440Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.03s)
18:03:32 [2021-08-20T18:03:32.440Z]     docker_cli_sni_test.go:18: Flakey test
18:03:32 [2021-08-20T18:03:32.440Z]     --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s)
18:03:32 [2021-08-20T18:03:32.440Z] 
18:03:32 [2021-08-20T18:03:32.440Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.01s)
18:03:32 [2021-08-20T18:03:32.440Z]     docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.440Z]     --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s)
18:03:32 [2021-08-20T18:03:32.440Z] 
18:03:32 [2021-08-20T18:03:32.440Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.01s)
18:03:32 [2021-08-20T18:03:32.440Z]     docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.440Z]     --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s)
18:03:32 [2021-08-20T18:03:32.440Z] 
18:03:32 [2021-08-20T18:03:32.440Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.01s)
18:03:32 [2021-08-20T18:03:32.440Z]     docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.440Z]     --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s)
18:03:32 [2021-08-20T18:03:32.440Z] 
18:03:32 [2021-08-20T18:03:32.440Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.01s)
18:03:32 [2021-08-20T18:03:32.440Z]     docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.440Z]     --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s)
18:03:32 [2021-08-20T18:03:32.440Z] 
18:03:32 [2021-08-20T18:03:32.440Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s)
18:03:32 [2021-08-20T18:03:32.440Z]     docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.440Z]     --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s)
18:03:32 [2021-08-20T18:03:32.440Z] 
18:03:32 [2021-08-20T18:03:32.440Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s)
18:03:32 [2021-08-20T18:03:32.440Z]     docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.440Z]     --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s)
18:03:32 [2021-08-20T18:03:32.440Z] 
18:03:32 [2021-08-20T18:03:32.440Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s)
18:03:32 [2021-08-20T18:03:32.440Z]     docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.440Z]     --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s)
18:03:32 [2021-08-20T18:03:32.440Z] 
18:03:32 [2021-08-20T18:03:32.440Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s)
18:03:32 [2021-08-20T18:03:32.440Z]     docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.440Z]     --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s)
18:03:32 [2021-08-20T18:03:32.440Z] 
18:03:32 [2021-08-20T18:03:32.440Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.01s)
18:03:32 [2021-08-20T18:03:32.440Z]     docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.440Z]     --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s)
18:03:32 [2021-08-20T18:03:32.440Z] 
18:03:32 [2021-08-20T18:03:32.440Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s)
18:03:32 [2021-08-20T18:03:32.440Z]     docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.440Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s)
18:03:32 [2021-08-20T18:03:32.440Z] 
18:03:32 [2021-08-20T18:03:32.440Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.01s)
18:03:32 [2021-08-20T18:03:32.440Z]     docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.440Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s)
18:03:32 [2021-08-20T18:03:32.440Z] 
18:03:32 [2021-08-20T18:03:32.440Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s)
18:03:32 [2021-08-20T18:03:32.440Z]     docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.440Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s)
18:03:32 [2021-08-20T18:03:32.440Z] 
18:03:32 [2021-08-20T18:03:32.440Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s)
18:03:32 [2021-08-20T18:03:32.440Z]     docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.440Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s)
18:03:32 [2021-08-20T18:03:32.440Z] 
18:03:32 [2021-08-20T18:03:32.440Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s)
18:03:32 [2021-08-20T18:03:32.440Z]     docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.440Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s)
18:03:32 [2021-08-20T18:03:32.440Z] 
18:03:32 [2021-08-20T18:03:32.440Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s)
18:03:32 [2021-08-20T18:03:32.440Z]     docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.440Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s)
18:03:32 [2021-08-20T18:03:32.440Z] 
18:03:32 [2021-08-20T18:03:32.440Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s)
18:03:32 [2021-08-20T18:03:32.440Z]     docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.440Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s)
18:03:32 [2021-08-20T18:03:32.440Z] 
18:03:32 [2021-08-20T18:03:32.440Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s)
18:03:32 [2021-08-20T18:03:32.440Z]     docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.440Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s)
18:03:32 [2021-08-20T18:03:32.440Z] 
18:03:32 [2021-08-20T18:03:32.440Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s)
18:03:32 [2021-08-20T18:03:32.440Z]     docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.440Z]     --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s)
18:03:32 [2021-08-20T18:03:32.440Z] 
18:03:32 [2021-08-20T18:03:32.440Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.02s)
18:03:32 [2021-08-20T18:03:32.440Z]     docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.440Z]     --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s)
18:03:32 [2021-08-20T18:03:32.440Z] 
18:03:32 [2021-08-20T18:03:32.440Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.01s)
18:03:32 [2021-08-20T18:03:32.440Z]     docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.896Z]     --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s)
18:03:32 [2021-08-20T18:03:32.896Z] 
18:03:32 [2021-08-20T18:03:32.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.01s)
18:03:32 [2021-08-20T18:03:32.896Z]     docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.896Z]     --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s)
18:03:32 [2021-08-20T18:03:32.896Z] 
18:03:32 [2021-08-20T18:03:32.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s)
18:03:32 [2021-08-20T18:03:32.896Z]     docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.896Z]     --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s)
18:03:32 [2021-08-20T18:03:32.896Z] 
18:03:32 [2021-08-20T18:03:32.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.02s)
18:03:32 [2021-08-20T18:03:32.896Z]     docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.896Z]     --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s)
18:03:32 [2021-08-20T18:03:32.896Z] 
18:03:32 [2021-08-20T18:03:32.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.01s)
18:03:32 [2021-08-20T18:03:32.896Z]     docker_cli_run_test.go:2408: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.896Z]     --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s)
18:03:32 [2021-08-20T18:03:32.896Z] 
18:03:32 [2021-08-20T18:03:32.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s)
18:03:32 [2021-08-20T18:03:32.896Z]     docker_cli_run_test.go:3503: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.896Z]     --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s)
18:03:32 [2021-08-20T18:03:32.896Z] 
18:03:32 [2021-08-20T18:03:32.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s)
18:03:32 [2021-08-20T18:03:32.896Z]     docker_cli_run_test.go:3535: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.896Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s)
18:03:32 [2021-08-20T18:03:32.896Z] 
18:03:32 [2021-08-20T18:03:32.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s)
18:03:32 [2021-08-20T18:03:32.896Z]     docker_cli_run_test.go:3566: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.896Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s)
18:03:32 [2021-08-20T18:03:32.896Z] 
18:03:32 [2021-08-20T18:03:32.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s)
18:03:32 [2021-08-20T18:03:32.896Z]     docker_cli_run_test.go:3549: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.896Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s)
18:03:32 [2021-08-20T18:03:32.896Z] 
18:03:32 [2021-08-20T18:03:32.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s)
18:03:32 [2021-08-20T18:03:32.896Z]     docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.896Z]     --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s)
18:03:32 [2021-08-20T18:03:32.896Z] 
18:03:32 [2021-08-20T18:03:32.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.01s)
18:03:32 [2021-08-20T18:03:32.896Z]     docker_cli_run_test.go:3439: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.896Z]     --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s)
18:03:32 [2021-08-20T18:03:32.896Z] 
18:03:32 [2021-08-20T18:03:32.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s)
18:03:32 [2021-08-20T18:03:32.896Z]     docker_cli_run_test.go:3431: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.896Z]     --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s)
18:03:32 [2021-08-20T18:03:32.896Z] 
18:03:32 [2021-08-20T18:03:32.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.01s)
18:03:32 [2021-08-20T18:03:32.896Z]     docker_cli_run_test.go:3458: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.896Z]     --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s)
18:03:32 [2021-08-20T18:03:32.896Z] 
18:03:32 [2021-08-20T18:03:32.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.01s)
18:03:32 [2021-08-20T18:03:32.896Z]     docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.896Z]     --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s)
18:03:32 [2021-08-20T18:03:32.896Z] 
18:03:32 [2021-08-20T18:03:32.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.01s)
18:03:32 [2021-08-20T18:03:32.896Z]     docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.896Z]     --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s)
18:03:32 [2021-08-20T18:03:32.896Z] 
18:03:32 [2021-08-20T18:03:32.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.01s)
18:03:32 [2021-08-20T18:03:32.896Z]     docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.896Z]     --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s)
18:03:32 [2021-08-20T18:03:32.896Z] 
18:03:32 [2021-08-20T18:03:32.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.01s)
18:03:32 [2021-08-20T18:03:32.896Z]     docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.896Z]     --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s)
18:03:32 [2021-08-20T18:03:32.896Z] 
18:03:32 [2021-08-20T18:03:32.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.02s)
18:03:32 [2021-08-20T18:03:32.896Z]     docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.896Z]     --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s)
18:03:32 [2021-08-20T18:03:32.896Z] 
18:03:32 [2021-08-20T18:03:32.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.01s)
18:03:32 [2021-08-20T18:03:32.896Z]     docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.896Z]     --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s)
18:03:32 [2021-08-20T18:03:32.896Z] 
18:03:32 [2021-08-20T18:03:32.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.01s)
18:03:32 [2021-08-20T18:03:32.896Z]     docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.896Z]     --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s)
18:03:32 [2021-08-20T18:03:32.896Z] 
18:03:32 [2021-08-20T18:03:32.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.01s)
18:03:32 [2021-08-20T18:03:32.896Z]     docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.896Z]     --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s)
18:03:32 [2021-08-20T18:03:32.896Z] 
18:03:32 [2021-08-20T18:03:32.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.01s)
18:03:32 [2021-08-20T18:03:32.896Z]     docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.896Z]     --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s)
18:03:32 [2021-08-20T18:03:32.896Z] 
18:03:32 [2021-08-20T18:03:32.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.01s)
18:03:32 [2021-08-20T18:03:32.896Z]     docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.896Z]     --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s)
18:03:32 [2021-08-20T18:03:32.896Z] 
18:03:32 [2021-08-20T18:03:32.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.01s)
18:03:32 [2021-08-20T18:03:32.896Z]     docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.896Z]     --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s)
18:03:32 [2021-08-20T18:03:32.896Z] 
18:03:32 [2021-08-20T18:03:32.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.01s)
18:03:32 [2021-08-20T18:03:32.896Z]     docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.896Z]     --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s)
18:03:32 [2021-08-20T18:03:32.896Z] 
18:03:32 [2021-08-20T18:03:32.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.01s)
18:03:32 [2021-08-20T18:03:32.896Z]     docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.896Z]     --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s)
18:03:32 [2021-08-20T18:03:32.896Z] 
18:03:32 [2021-08-20T18:03:32.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.01s)
18:03:32 [2021-08-20T18:03:32.896Z]     docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.896Z]     --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s)
18:03:32 [2021-08-20T18:03:32.896Z] 
18:03:32 [2021-08-20T18:03:32.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s)
18:03:32 [2021-08-20T18:03:32.896Z]     docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.896Z]     --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s)
18:03:32 [2021-08-20T18:03:32.896Z] 
18:03:32 [2021-08-20T18:03:32.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.01s)
18:03:32 [2021-08-20T18:03:32.896Z]     docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.896Z]     --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s)
18:03:32 [2021-08-20T18:03:32.896Z] 
18:03:32 [2021-08-20T18:03:32.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.01s)
18:03:32 [2021-08-20T18:03:32.896Z]     docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.896Z]     --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s)
18:03:32 [2021-08-20T18:03:32.896Z] 
18:03:32 [2021-08-20T18:03:32.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.01s)
18:03:32 [2021-08-20T18:03:32.896Z]     docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.896Z]     --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s)
18:03:32 [2021-08-20T18:03:32.896Z] 
18:03:32 [2021-08-20T18:03:32.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s)
18:03:32 [2021-08-20T18:03:32.896Z]     docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.896Z]     --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s)
18:03:32 [2021-08-20T18:03:32.896Z] 
18:03:32 [2021-08-20T18:03:32.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.01s)
18:03:32 [2021-08-20T18:03:32.896Z]     docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.896Z]     --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s)
18:03:32 [2021-08-20T18:03:32.896Z] 
18:03:32 [2021-08-20T18:03:32.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.01s)
18:03:32 [2021-08-20T18:03:32.896Z]     docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.896Z]     --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s)
18:03:32 [2021-08-20T18:03:32.896Z] 
18:03:32 [2021-08-20T18:03:32.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.01s)
18:03:32 [2021-08-20T18:03:32.896Z]     docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.896Z]     --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s)
18:03:32 [2021-08-20T18:03:32.896Z] 
18:03:32 [2021-08-20T18:03:32.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.01s)
18:03:32 [2021-08-20T18:03:32.896Z]     docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.896Z]     --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s)
18:03:32 [2021-08-20T18:03:32.896Z] 
18:03:32 [2021-08-20T18:03:32.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.01s)
18:03:32 [2021-08-20T18:03:32.896Z]     docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.896Z]     --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s)
18:03:32 [2021-08-20T18:03:32.896Z] 
18:03:32 [2021-08-20T18:03:32.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.01s)
18:03:32 [2021-08-20T18:03:32.896Z]     docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.896Z]     --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s)
18:03:32 [2021-08-20T18:03:32.896Z] 
18:03:32 [2021-08-20T18:03:32.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s)
18:03:32 [2021-08-20T18:03:32.896Z]     docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.896Z]     --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s)
18:03:32 [2021-08-20T18:03:32.896Z] 
18:03:32 [2021-08-20T18:03:32.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s)
18:03:32 [2021-08-20T18:03:32.896Z]     docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.896Z]     --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s)
18:03:32 [2021-08-20T18:03:32.896Z] 
18:03:32 [2021-08-20T18:03:32.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.02s)
18:03:32 [2021-08-20T18:03:32.896Z]     docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.896Z]     --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s)
18:03:32 [2021-08-20T18:03:32.896Z] 
18:03:32 [2021-08-20T18:03:32.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.01s)
18:03:32 [2021-08-20T18:03:32.896Z]     docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.896Z]     --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s)
18:03:32 [2021-08-20T18:03:32.896Z] 
18:03:32 [2021-08-20T18:03:32.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.01s)
18:03:32 [2021-08-20T18:03:32.896Z]     docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.896Z]     --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s)
18:03:32 [2021-08-20T18:03:32.896Z] 
18:03:32 [2021-08-20T18:03:32.896Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.01s)
18:03:32 [2021-08-20T18:03:32.896Z]     docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.896Z]     --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s)
18:03:32 [2021-08-20T18:03:32.896Z] 
18:03:32 [2021-08-20T18:03:32.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.01s)
18:03:32 [2021-08-20T18:03:32.897Z]     docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.897Z]     --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s)
18:03:32 [2021-08-20T18:03:32.897Z] 
18:03:32 [2021-08-20T18:03:32.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.02s)
18:03:32 [2021-08-20T18:03:32.897Z]     docker_cli_create_test.go:71: unmatched requirement Devicemapper
18:03:32 [2021-08-20T18:03:32.897Z]     --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s)
18:03:32 [2021-08-20T18:03:32.897Z] 
18:03:32 [2021-08-20T18:03:32.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s)
18:03:32 [2021-08-20T18:03:32.897Z]     docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.897Z]     --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s)
18:03:32 [2021-08-20T18:03:32.897Z] 
18:03:32 [2021-08-20T18:03:32.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s)
18:03:32 [2021-08-20T18:03:32.897Z]     docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.897Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s)
18:03:32 [2021-08-20T18:03:32.897Z] 
18:03:32 [2021-08-20T18:03:32.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s)
18:03:32 [2021-08-20T18:03:32.897Z]     docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.897Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s)
18:03:32 [2021-08-20T18:03:32.897Z] 
18:03:32 [2021-08-20T18:03:32.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s)
18:03:32 [2021-08-20T18:03:32.897Z]     docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.897Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s)
18:03:32 [2021-08-20T18:03:32.897Z] 
18:03:32 [2021-08-20T18:03:32.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s)
18:03:32 [2021-08-20T18:03:32.897Z]     docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.897Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s)
18:03:32 [2021-08-20T18:03:32.897Z] 
18:03:32 [2021-08-20T18:03:32.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s)
18:03:32 [2021-08-20T18:03:32.897Z]     docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.897Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s)
18:03:32 [2021-08-20T18:03:32.897Z] 
18:03:32 [2021-08-20T18:03:32.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s)
18:03:32 [2021-08-20T18:03:32.897Z]     docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.897Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s)
18:03:32 [2021-08-20T18:03:32.897Z] 
18:03:32 [2021-08-20T18:03:32.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s)
18:03:32 [2021-08-20T18:03:32.897Z]     docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.897Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s)
18:03:32 [2021-08-20T18:03:32.897Z] 
18:03:32 [2021-08-20T18:03:32.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s)
18:03:32 [2021-08-20T18:03:32.897Z]     docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.897Z]     --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s)
18:03:32 [2021-08-20T18:03:32.897Z] 
18:03:32 [2021-08-20T18:03:32.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s)
18:03:32 [2021-08-20T18:03:32.897Z]     docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.897Z]     --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s)
18:03:32 [2021-08-20T18:03:32.897Z] 
18:03:32 [2021-08-20T18:03:32.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.02s)
18:03:32 [2021-08-20T18:03:32.897Z]     docker_cli_run_test.go:2968: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.897Z]     --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s)
18:03:32 [2021-08-20T18:03:32.897Z] 
18:03:32 [2021-08-20T18:03:32.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s)
18:03:32 [2021-08-20T18:03:32.897Z]     docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.897Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s)
18:03:32 [2021-08-20T18:03:32.897Z] 
18:03:32 [2021-08-20T18:03:32.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s)
18:03:32 [2021-08-20T18:03:32.897Z]     docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.897Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s)
18:03:32 [2021-08-20T18:03:32.897Z] 
18:03:32 [2021-08-20T18:03:32.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s)
18:03:32 [2021-08-20T18:03:32.897Z]     docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.897Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s)
18:03:32 [2021-08-20T18:03:32.897Z] 
18:03:32 [2021-08-20T18:03:32.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.01s)
18:03:32 [2021-08-20T18:03:32.897Z]     docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.897Z]     --- SKIP: TestDockerSuite/TestEventsAttach (0.01s)
18:03:32 [2021-08-20T18:03:32.897Z] 
18:03:32 [2021-08-20T18:03:32.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.01s)
18:03:32 [2021-08-20T18:03:32.897Z]     docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.897Z]     --- SKIP: TestDockerSuite/TestEventsCommit (0.01s)
18:03:32 [2021-08-20T18:03:32.897Z] 
18:03:32 [2021-08-20T18:03:32.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.01s)
18:03:32 [2021-08-20T18:03:32.897Z]     docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.897Z]     --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s)
18:03:32 [2021-08-20T18:03:32.897Z] 
18:03:32 [2021-08-20T18:03:32.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.01s)
18:03:32 [2021-08-20T18:03:32.897Z]     docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.897Z]     --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s)
18:03:32 [2021-08-20T18:03:32.897Z] 
18:03:32 [2021-08-20T18:03:32.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.01s)
18:03:32 [2021-08-20T18:03:32.897Z]     docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.897Z]     --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s)
18:03:32 [2021-08-20T18:03:32.897Z] 
18:03:32 [2021-08-20T18:03:32.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.02s)
18:03:32 [2021-08-20T18:03:32.897Z]     docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.897Z]     --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s)
18:03:32 [2021-08-20T18:03:32.897Z] 
18:03:32 [2021-08-20T18:03:32.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.02s)
18:03:32 [2021-08-20T18:03:32.897Z]     docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.897Z]     --- SKIP: TestDockerSuite/TestEventsTop (0.02s)
18:03:32 [2021-08-20T18:03:32.897Z] 
18:03:32 [2021-08-20T18:03:32.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.01s)
18:03:32 [2021-08-20T18:03:32.897Z]     docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.897Z]     --- SKIP: TestDockerSuite/TestExec (0.01s)
18:03:32 [2021-08-20T18:03:32.897Z] 
18:03:32 [2021-08-20T18:03:32.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.01s)
18:03:32 [2021-08-20T18:03:32.897Z]     docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.897Z]     --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s)
18:03:32 [2021-08-20T18:03:32.897Z] 
18:03:32 [2021-08-20T18:03:32.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.01s)
18:03:32 [2021-08-20T18:03:32.897Z]     docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.897Z]     --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s)
18:03:32 [2021-08-20T18:03:32.897Z] 
18:03:32 [2021-08-20T18:03:32.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s)
18:03:32 [2021-08-20T18:03:32.897Z]     docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.897Z]     --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s)
18:03:32 [2021-08-20T18:03:32.897Z] 
18:03:32 [2021-08-20T18:03:32.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s)
18:03:32 [2021-08-20T18:03:32.897Z]     docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.897Z]     --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s)
18:03:32 [2021-08-20T18:03:32.897Z] 
18:03:32 [2021-08-20T18:03:32.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.01s)
18:03:32 [2021-08-20T18:03:32.897Z]     docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.897Z]     --- SKIP: TestDockerSuite/TestExecCgroup (0.01s)
18:03:32 [2021-08-20T18:03:32.897Z] 
18:03:32 [2021-08-20T18:03:32.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.01s)
18:03:32 [2021-08-20T18:03:32.897Z]     docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.897Z]     --- SKIP: TestDockerSuite/TestExecEnv (0.01s)
18:03:32 [2021-08-20T18:03:32.897Z] 
18:03:32 [2021-08-20T18:03:32.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.01s)
18:03:32 [2021-08-20T18:03:32.897Z]     docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.897Z]     --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s)
18:03:32 [2021-08-20T18:03:32.897Z] 
18:03:32 [2021-08-20T18:03:32.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.01s)
18:03:32 [2021-08-20T18:03:32.897Z]     docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.897Z]     --- SKIP: TestDockerSuite/TestExecInteractive (0.01s)
18:03:32 [2021-08-20T18:03:32.897Z] 
18:03:32 [2021-08-20T18:03:32.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.01s)
18:03:32 [2021-08-20T18:03:32.897Z]     docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.897Z]     --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s)
18:03:32 [2021-08-20T18:03:32.897Z] 
18:03:32 [2021-08-20T18:03:32.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.01s)
18:03:32 [2021-08-20T18:03:32.897Z]     docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.897Z]     --- SKIP: TestDockerSuite/TestExecParseError (0.01s)
18:03:32 [2021-08-20T18:03:32.897Z] 
18:03:32 [2021-08-20T18:03:32.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.01s)
18:03:32 [2021-08-20T18:03:32.897Z]     docker_cli_exec_test.go:133: unmatched requirement IsPausable
18:03:32 [2021-08-20T18:03:32.897Z]     --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s)
18:03:32 [2021-08-20T18:03:32.897Z] 
18:03:32 [2021-08-20T18:03:32.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s)
18:03:32 [2021-08-20T18:03:32.897Z]     docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.897Z]     --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s)
18:03:32 [2021-08-20T18:03:32.897Z] 
18:03:32 [2021-08-20T18:03:32.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.02s)
18:03:32 [2021-08-20T18:03:32.897Z]     docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.897Z]     --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s)
18:03:32 [2021-08-20T18:03:32.897Z] 
18:03:32 [2021-08-20T18:03:32.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.02s)
18:03:32 [2021-08-20T18:03:32.897Z]     docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.897Z]     --- SKIP: TestDockerSuite/TestExecStartFails (0.02s)
18:03:32 [2021-08-20T18:03:32.897Z] 
18:03:32 [2021-08-20T18:03:32.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.02s)
18:03:32 [2021-08-20T18:03:32.897Z]     docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.897Z]     --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s)
18:03:32 [2021-08-20T18:03:32.897Z] 
18:03:32 [2021-08-20T18:03:32.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.01s)
18:03:32 [2021-08-20T18:03:32.897Z]     docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.897Z]     --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s)
18:03:32 [2021-08-20T18:03:32.897Z] 
18:03:32 [2021-08-20T18:03:32.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.01s)
18:03:32 [2021-08-20T18:03:32.897Z]     docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.897Z]     --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s)
18:03:32 [2021-08-20T18:03:32.897Z] 
18:03:32 [2021-08-20T18:03:32.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.01s)
18:03:32 [2021-08-20T18:03:32.897Z]     docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.897Z]     --- SKIP: TestDockerSuite/TestExecUlimits (0.01s)
18:03:32 [2021-08-20T18:03:32.897Z] 
18:03:32 [2021-08-20T18:03:32.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.01s)
18:03:32 [2021-08-20T18:03:32.897Z]     docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.897Z]     --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s)
18:03:32 [2021-08-20T18:03:32.897Z] 
18:03:32 [2021-08-20T18:03:32.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.01s)
18:03:32 [2021-08-20T18:03:32.897Z]     docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.897Z]     --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s)
18:03:32 [2021-08-20T18:03:32.897Z] 
18:03:32 [2021-08-20T18:03:32.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.01s)
18:03:32 [2021-08-20T18:03:32.897Z]     docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.897Z]     --- SKIP: TestDockerSuite/TestExecWithUser (0.01s)
18:03:32 [2021-08-20T18:03:32.897Z] 
18:03:32 [2021-08-20T18:03:32.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.01s)
18:03:32 [2021-08-20T18:03:32.897Z]     docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.897Z]     --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s)
18:03:32 [2021-08-20T18:03:32.897Z] 
18:03:32 [2021-08-20T18:03:32.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.01s)
18:03:32 [2021-08-20T18:03:32.897Z]     docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.897Z]     --- SKIP: TestDockerSuite/TestHealth (0.01s)
18:03:32 [2021-08-20T18:03:32.897Z] 
18:03:32 [2021-08-20T18:03:32.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s)
18:03:32 [2021-08-20T18:03:32.897Z]     docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.897Z]     --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s)
18:03:32 [2021-08-20T18:03:32.897Z] 
18:03:32 [2021-08-20T18:03:32.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s)
18:03:32 [2021-08-20T18:03:32.897Z]     docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.897Z]     --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s)
18:03:32 [2021-08-20T18:03:32.897Z] 
18:03:32 [2021-08-20T18:03:32.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.01s)
18:03:32 [2021-08-20T18:03:32.897Z]     docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.897Z]     --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s)
18:03:32 [2021-08-20T18:03:32.897Z] 
18:03:32 [2021-08-20T18:03:32.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.01s)
18:03:32 [2021-08-20T18:03:32.897Z]     docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.897Z]     --- SKIP: TestDockerSuite/TestImportDisplay (0.01s)
18:03:32 [2021-08-20T18:03:32.897Z] 
18:03:32 [2021-08-20T18:03:32.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.02s)
18:03:32 [2021-08-20T18:03:32.897Z]     docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.897Z]     --- SKIP: TestDockerSuite/TestImportFile (0.02s)
18:03:32 [2021-08-20T18:03:32.897Z] 
18:03:32 [2021-08-20T18:03:32.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.01s)
18:03:32 [2021-08-20T18:03:32.897Z]     docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.897Z]     --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s)
18:03:32 [2021-08-20T18:03:32.897Z] 
18:03:32 [2021-08-20T18:03:32.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.01s)
18:03:32 [2021-08-20T18:03:32.897Z]     docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.897Z]     --- SKIP: TestDockerSuite/TestImportGzipped (0.01s)
18:03:32 [2021-08-20T18:03:32.897Z] 
18:03:32 [2021-08-20T18:03:32.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.01s)
18:03:32 [2021-08-20T18:03:32.897Z]     docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.897Z]     --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s)
18:03:32 [2021-08-20T18:03:32.897Z] 
18:03:32 [2021-08-20T18:03:32.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s)
18:03:32 [2021-08-20T18:03:32.897Z]     docker_cli_info_test.go:70: unmatched requirement IsPausable
18:03:32 [2021-08-20T18:03:32.897Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s)
18:03:32 [2021-08-20T18:03:32.897Z] 
18:03:32 [2021-08-20T18:03:32.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s)
18:03:32 [2021-08-20T18:03:32.897Z]     docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.897Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s)
18:03:32 [2021-08-20T18:03:32.897Z] 
18:03:32 [2021-08-20T18:03:32.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s)
18:03:32 [2021-08-20T18:03:32.897Z]     docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.897Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s)
18:03:32 [2021-08-20T18:03:32.897Z] 
18:03:32 [2021-08-20T18:03:32.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s)
18:03:32 [2021-08-20T18:03:32.897Z]     docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.897Z]     --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s)
18:03:32 [2021-08-20T18:03:32.897Z] 
18:03:32 [2021-08-20T18:03:32.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s)
18:03:32 [2021-08-20T18:03:32.897Z]     docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.897Z]     --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s)
18:03:32 [2021-08-20T18:03:32.897Z] 
18:03:32 [2021-08-20T18:03:32.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s)
18:03:32 [2021-08-20T18:03:32.897Z]     docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.897Z]     --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s)
18:03:32 [2021-08-20T18:03:32.897Z] 
18:03:32 [2021-08-20T18:03:32.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s)
18:03:32 [2021-08-20T18:03:32.897Z]     docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.897Z]     --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s)
18:03:32 [2021-08-20T18:03:32.897Z] 
18:03:32 [2021-08-20T18:03:32.897Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.01s)
18:03:32 [2021-08-20T18:03:32.897Z]     docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.897Z]     --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s)
18:03:32 [2021-08-20T18:03:32.897Z] 
18:03:32 [2021-08-20T18:03:32.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.01s)
18:03:32 [2021-08-20T18:03:32.898Z]     docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.898Z]     --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s)
18:03:32 [2021-08-20T18:03:32.898Z] 
18:03:32 [2021-08-20T18:03:32.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.01s)
18:03:32 [2021-08-20T18:03:32.898Z]     docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.898Z]     --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s)
18:03:32 [2021-08-20T18:03:32.898Z] 
18:03:32 [2021-08-20T18:03:32.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.01s)
18:03:32 [2021-08-20T18:03:32.898Z]     docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.898Z]     --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s)
18:03:32 [2021-08-20T18:03:32.898Z] 
18:03:32 [2021-08-20T18:03:32.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.01s)
18:03:32 [2021-08-20T18:03:32.898Z]     docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.898Z]     --- SKIP: TestDockerSuite/TestInspectImage (0.01s)
18:03:32 [2021-08-20T18:03:32.898Z] 
18:03:32 [2021-08-20T18:03:32.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.02s)
18:03:32 [2021-08-20T18:03:32.898Z]     docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.898Z]     --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s)
18:03:32 [2021-08-20T18:03:32.898Z] 
18:03:32 [2021-08-20T18:03:32.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.02s)
18:03:32 [2021-08-20T18:03:32.898Z]     docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.898Z]     --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s)
18:03:32 [2021-08-20T18:03:32.898Z] 
18:03:32 [2021-08-20T18:03:32.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.01s)
18:03:32 [2021-08-20T18:03:32.898Z]     docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.898Z]     --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s)
18:03:32 [2021-08-20T18:03:32.898Z] 
18:03:32 [2021-08-20T18:03:32.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.01s)
18:03:32 [2021-08-20T18:03:32.898Z]     docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.898Z]     --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s)
18:03:32 [2021-08-20T18:03:32.898Z] 
18:03:32 [2021-08-20T18:03:32.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.01s)
18:03:32 [2021-08-20T18:03:32.898Z]     docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.898Z]     --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s)
18:03:32 [2021-08-20T18:03:32.898Z] 
18:03:32 [2021-08-20T18:03:32.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s)
18:03:32 [2021-08-20T18:03:32.898Z]     docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.898Z]     --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s)
18:03:32 [2021-08-20T18:03:32.898Z] 
18:03:32 [2021-08-20T18:03:32.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.01s)
18:03:32 [2021-08-20T18:03:32.898Z]     docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.898Z]     --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s)
18:03:32 [2021-08-20T18:03:32.898Z] 
18:03:32 [2021-08-20T18:03:32.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.02s)
18:03:32 [2021-08-20T18:03:32.898Z]     docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.898Z]     --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s)
18:03:32 [2021-08-20T18:03:32.898Z] 
18:03:32 [2021-08-20T18:03:32.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.02s)
18:03:32 [2021-08-20T18:03:32.898Z]     docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.898Z]     --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s)
18:03:32 [2021-08-20T18:03:32.898Z] 
18:03:32 [2021-08-20T18:03:32.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.01s)
18:03:32 [2021-08-20T18:03:32.898Z]     docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.898Z]     --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s)
18:03:32 [2021-08-20T18:03:32.898Z] 
18:03:32 [2021-08-20T18:03:32.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.01s)
18:03:32 [2021-08-20T18:03:32.898Z]     docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.898Z]     --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s)
18:03:32 [2021-08-20T18:03:32.898Z] 
18:03:32 [2021-08-20T18:03:32.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.01s)
18:03:32 [2021-08-20T18:03:32.898Z]     docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.898Z]     --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s)
18:03:32 [2021-08-20T18:03:32.898Z] 
18:03:32 [2021-08-20T18:03:32.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s)
18:03:32 [2021-08-20T18:03:32.898Z]     docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.898Z]     --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s)
18:03:32 [2021-08-20T18:03:32.898Z] 
18:03:32 [2021-08-20T18:03:32.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.01s)
18:03:32 [2021-08-20T18:03:32.898Z]     docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.898Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s)
18:03:32 [2021-08-20T18:03:32.898Z] 
18:03:32 [2021-08-20T18:03:32.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s)
18:03:32 [2021-08-20T18:03:32.898Z]     docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.898Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s)
18:03:32 [2021-08-20T18:03:32.898Z] 
18:03:32 [2021-08-20T18:03:32.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s)
18:03:32 [2021-08-20T18:03:32.898Z]     docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.898Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s)
18:03:32 [2021-08-20T18:03:32.898Z] 
18:03:32 [2021-08-20T18:03:32.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s)
18:03:32 [2021-08-20T18:03:32.898Z]     docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.898Z]     --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s)
18:03:32 [2021-08-20T18:03:32.898Z] 
18:03:32 [2021-08-20T18:03:32.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.01s)
18:03:32 [2021-08-20T18:03:32.898Z]     docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.898Z]     --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s)
18:03:32 [2021-08-20T18:03:32.898Z] 
18:03:32 [2021-08-20T18:03:32.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.02s)
18:03:32 [2021-08-20T18:03:32.898Z]     docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.898Z]     --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s)
18:03:32 [2021-08-20T18:03:32.898Z] 
18:03:32 [2021-08-20T18:03:32.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s)
18:03:32 [2021-08-20T18:03:32.898Z]     docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.898Z]     --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s)
18:03:32 [2021-08-20T18:03:32.898Z] 
18:03:32 [2021-08-20T18:03:32.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s)
18:03:32 [2021-08-20T18:03:32.898Z]     docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.898Z]     --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s)
18:03:32 [2021-08-20T18:03:32.898Z] 
18:03:32 [2021-08-20T18:03:32.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.01s)
18:03:32 [2021-08-20T18:03:32.898Z]     docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.898Z]     --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s)
18:03:32 [2021-08-20T18:03:32.898Z] 
18:03:32 [2021-08-20T18:03:32.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.01s)
18:03:32 [2021-08-20T18:03:32.898Z]     docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.898Z]     --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s)
18:03:32 [2021-08-20T18:03:32.898Z] 
18:03:32 [2021-08-20T18:03:32.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.01s)
18:03:32 [2021-08-20T18:03:32.898Z]     docker_cli_run_test.go:2882: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.898Z]     --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s)
18:03:32 [2021-08-20T18:03:32.898Z] 
18:03:32 [2021-08-20T18:03:32.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.01s)
18:03:32 [2021-08-20T18:03:32.898Z]     docker_cli_run_test.go:2891: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.898Z]     --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s)
18:03:32 [2021-08-20T18:03:32.898Z] 
18:03:32 [2021-08-20T18:03:32.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.01s)
18:03:32 [2021-08-20T18:03:32.898Z]     docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.898Z]     --- SKIP: TestDockerSuite/TestNetHostname (0.01s)
18:03:32 [2021-08-20T18:03:32.898Z] 
18:03:32 [2021-08-20T18:03:32.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.01s)
18:03:32 [2021-08-20T18:03:32.898Z]     docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.898Z]     --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s)
18:03:32 [2021-08-20T18:03:32.898Z] 
18:03:32 [2021-08-20T18:03:32.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s)
18:03:32 [2021-08-20T18:03:32.898Z]     docker_cli_run_test.go:3485: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.898Z]     --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s)
18:03:32 [2021-08-20T18:03:32.898Z] 
18:03:32 [2021-08-20T18:03:32.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s)
18:03:32 [2021-08-20T18:03:32.898Z]     docker_cli_run_test.go:2671: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.898Z]     --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s)
18:03:32 [2021-08-20T18:03:32.898Z] 
18:03:32 [2021-08-20T18:03:32.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.01s)
18:03:32 [2021-08-20T18:03:32.898Z]     docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.898Z]     --- SKIP: TestDockerSuite/TestPluginActive (0.01s)
18:03:32 [2021-08-20T18:03:32.898Z] 
18:03:32 [2021-08-20T18:03:32.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.01s)
18:03:32 [2021-08-20T18:03:32.898Z]     docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.898Z]     --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s)
18:03:32 [2021-08-20T18:03:32.898Z] 
18:03:32 [2021-08-20T18:03:32.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s)
18:03:32 [2021-08-20T18:03:32.898Z]     docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.898Z]     --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s)
18:03:32 [2021-08-20T18:03:32.898Z] 
18:03:32 [2021-08-20T18:03:32.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.01s)
18:03:32 [2021-08-20T18:03:32.898Z]     docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64
18:03:32 [2021-08-20T18:03:32.898Z]     --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s)
18:03:32 [2021-08-20T18:03:32.898Z] 
18:03:32 [2021-08-20T18:03:32.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.01s)
18:03:32 [2021-08-20T18:03:32.898Z]     docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64
18:03:32 [2021-08-20T18:03:32.898Z]     --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s)
18:03:32 [2021-08-20T18:03:32.898Z] 
18:03:32 [2021-08-20T18:03:32.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.01s)
18:03:32 [2021-08-20T18:03:32.898Z]     docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.898Z]     --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s)
18:03:32 [2021-08-20T18:03:32.898Z] 
18:03:32 [2021-08-20T18:03:32.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.02s)
18:03:32 [2021-08-20T18:03:32.898Z]     docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.898Z]     --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s)
18:03:32 [2021-08-20T18:03:32.898Z] 
18:03:32 [2021-08-20T18:03:32.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.01s)
18:03:32 [2021-08-20T18:03:32.898Z]     docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.898Z]     --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s)
18:03:32 [2021-08-20T18:03:32.898Z] 
18:03:32 [2021-08-20T18:03:32.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.01s)
18:03:32 [2021-08-20T18:03:32.898Z]     docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.898Z]     --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s)
18:03:32 [2021-08-20T18:03:32.898Z] 
18:03:32 [2021-08-20T18:03:32.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.01s)
18:03:32 [2021-08-20T18:03:32.898Z]     docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.898Z]     --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s)
18:03:32 [2021-08-20T18:03:32.898Z] 
18:03:32 [2021-08-20T18:03:32.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.02s)
18:03:32 [2021-08-20T18:03:32.898Z]     docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.898Z]     --- SKIP: TestDockerSuite/TestPortList (0.02s)
18:03:32 [2021-08-20T18:03:32.898Z] 
18:03:32 [2021-08-20T18:03:32.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.01s)
18:03:32 [2021-08-20T18:03:32.898Z]     docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.898Z]     --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s)
18:03:32 [2021-08-20T18:03:32.898Z] 
18:03:32 [2021-08-20T18:03:32.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s)
18:03:32 [2021-08-20T18:03:32.898Z]     docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.898Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s)
18:03:32 [2021-08-20T18:03:32.898Z] 
18:03:32 [2021-08-20T18:03:32.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s)
18:03:32 [2021-08-20T18:03:32.898Z]     docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.898Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s)
18:03:32 [2021-08-20T18:03:32.898Z] 
18:03:32 [2021-08-20T18:03:32.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s)
18:03:32 [2021-08-20T18:03:32.898Z]     docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.898Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s)
18:03:32 [2021-08-20T18:03:32.898Z] 
18:03:32 [2021-08-20T18:03:32.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s)
18:03:32 [2021-08-20T18:03:32.898Z]     docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.898Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s)
18:03:32 [2021-08-20T18:03:32.898Z] 
18:03:32 [2021-08-20T18:03:32.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s)
18:03:32 [2021-08-20T18:03:32.898Z]     docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.898Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s)
18:03:32 [2021-08-20T18:03:32.898Z] 
18:03:32 [2021-08-20T18:03:32.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s)
18:03:32 [2021-08-20T18:03:32.898Z]     docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.898Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s)
18:03:32 [2021-08-20T18:03:32.898Z] 
18:03:32 [2021-08-20T18:03:32.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s)
18:03:32 [2021-08-20T18:03:32.898Z]     docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.898Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s)
18:03:32 [2021-08-20T18:03:32.898Z] 
18:03:32 [2021-08-20T18:03:32.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s)
18:03:32 [2021-08-20T18:03:32.898Z]     docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.898Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s)
18:03:32 [2021-08-20T18:03:32.898Z] 
18:03:32 [2021-08-20T18:03:32.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.01s)
18:03:32 [2021-08-20T18:03:32.898Z]     docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.898Z]     --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s)
18:03:32 [2021-08-20T18:03:32.898Z] 
18:03:32 [2021-08-20T18:03:32.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.03s)
18:03:32 [2021-08-20T18:03:32.898Z]     docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819
18:03:32 [2021-08-20T18:03:32.898Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.03s)
18:03:32 [2021-08-20T18:03:32.898Z] 
18:03:32 [2021-08-20T18:03:32.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.07s)
18:03:32 [2021-08-20T18:03:32.898Z]     docker_cli_ps_test.go:714: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.898Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.07s)
18:03:32 [2021-08-20T18:03:32.898Z] 
18:03:32 [2021-08-20T18:03:32.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.01s)
18:03:32 [2021-08-20T18:03:32.898Z]     docker_cli_ps_test.go:806: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.898Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s)
18:03:32 [2021-08-20T18:03:32.898Z] 
18:03:32 [2021-08-20T18:03:32.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.02s)
18:03:32 [2021-08-20T18:03:32.898Z]     docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.898Z]     --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s)
18:03:32 [2021-08-20T18:03:32.898Z] 
18:03:32 [2021-08-20T18:03:32.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s)
18:03:32 [2021-08-20T18:03:32.898Z]     docker_cli_ps_test.go:856: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.898Z]     --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s)
18:03:32 [2021-08-20T18:03:32.898Z] 
18:03:32 [2021-08-20T18:03:32.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s)
18:03:32 [2021-08-20T18:03:32.898Z]     docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.898Z]     --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s)
18:03:32 [2021-08-20T18:03:32.898Z] 
18:03:32 [2021-08-20T18:03:32.898Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.02s)
18:03:32 [2021-08-20T18:03:32.898Z]     docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.898Z]     --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s)
18:03:32 [2021-08-20T18:03:32.898Z] 
18:03:32 [2021-08-20T18:03:32.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s)
18:03:32 [2021-08-20T18:03:32.899Z]     docker_cli_run_test.go:3117: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.899Z]     --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s)
18:03:32 [2021-08-20T18:03:32.899Z] 
18:03:32 [2021-08-20T18:03:32.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s)
18:03:32 [2021-08-20T18:03:32.899Z]     docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.899Z]     --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s)
18:03:32 [2021-08-20T18:03:32.899Z] 
18:03:32 [2021-08-20T18:03:32.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s)
18:03:32 [2021-08-20T18:03:32.899Z]     docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.899Z]     --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s)
18:03:32 [2021-08-20T18:03:32.899Z] 
18:03:32 [2021-08-20T18:03:32.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.01s)
18:03:32 [2021-08-20T18:03:32.899Z]     docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.899Z]     --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s)
18:03:32 [2021-08-20T18:03:32.899Z] 
18:03:32 [2021-08-20T18:03:32.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s)
18:03:32 [2021-08-20T18:03:32.899Z]     docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.899Z]     --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s)
18:03:32 [2021-08-20T18:03:32.899Z] 
18:03:32 [2021-08-20T18:03:32.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s)
18:03:32 [2021-08-20T18:03:32.899Z]     docker_cli_run_test.go:4400: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.899Z]     --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s)
18:03:32 [2021-08-20T18:03:32.899Z] 
18:03:32 [2021-08-20T18:03:32.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.01s)
18:03:32 [2021-08-20T18:03:32.899Z]     docker_cli_run_test.go:1576: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.899Z]     --- SKIP: TestDockerSuite/TestRunAddHost (0.01s)
18:03:32 [2021-08-20T18:03:32.899Z] 
18:03:32 [2021-08-20T18:03:32.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.01s)
18:03:32 [2021-08-20T18:03:32.899Z]     docker_cli_run_test.go:3917: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.899Z]     --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s)
18:03:32 [2021-08-20T18:03:32.899Z] 
18:03:32 [2021-08-20T18:03:32.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.01s)
18:03:32 [2021-08-20T18:03:32.899Z]     docker_cli_run_test.go:1171: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.899Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s)
18:03:32 [2021-08-20T18:03:32.899Z] 
18:03:32 [2021-08-20T18:03:32.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s)
18:03:32 [2021-08-20T18:03:32.899Z]     docker_cli_run_test.go:1189: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.899Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s)
18:03:32 [2021-08-20T18:03:32.899Z] 
18:03:32 [2021-08-20T18:03:32.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s)
18:03:32 [2021-08-20T18:03:32.899Z]     docker_cli_run_test.go:1180: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.899Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s)
18:03:32 [2021-08-20T18:03:32.899Z] 
18:03:32 [2021-08-20T18:03:32.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s)
18:03:32 [2021-08-20T18:03:32.899Z]     docker_cli_run_test.go:2060: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.899Z]     --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s)
18:03:32 [2021-08-20T18:03:32.899Z] 
18:03:32 [2021-08-20T18:03:32.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s)
18:03:32 [2021-08-20T18:03:32.899Z]     docker_cli_run_test.go:2265: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.899Z]     --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s)
18:03:32 [2021-08-20T18:03:32.899Z] 
18:03:32 [2021-08-20T18:03:32.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s)
18:03:32 [2021-08-20T18:03:32.899Z]     docker_cli_run_test.go:2601: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.899Z]     --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s)
18:03:32 [2021-08-20T18:03:32.899Z] 
18:03:32 [2021-08-20T18:03:32.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s)
18:03:32 [2021-08-20T18:03:32.899Z]     docker_cli_run_test.go:1052: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.899Z]     --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s)
18:03:32 [2021-08-20T18:03:32.899Z] 
18:03:32 [2021-08-20T18:03:32.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s)
18:03:32 [2021-08-20T18:03:32.899Z]     docker_cli_run_test.go:1062: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.899Z]     --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s)
18:03:32 [2021-08-20T18:03:32.899Z] 
18:03:32 [2021-08-20T18:03:32.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.01s)
18:03:32 [2021-08-20T18:03:32.899Z]     docker_cli_run_test.go:2981: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.899Z]     --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s)
18:03:32 [2021-08-20T18:03:32.899Z] 
18:03:32 [2021-08-20T18:03:32.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.01s)
18:03:32 [2021-08-20T18:03:32.899Z]     docker_cli_run_test.go:1042: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.899Z]     --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s)
18:03:32 [2021-08-20T18:03:32.899Z] 
18:03:32 [2021-08-20T18:03:32.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.01s)
18:03:32 [2021-08-20T18:03:32.899Z]     docker_cli_run_test.go:1033: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.899Z]     --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s)
18:03:32 [2021-08-20T18:03:32.899Z] 
18:03:32 [2021-08-20T18:03:32.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.01s)
18:03:32 [2021-08-20T18:03:32.899Z]     docker_cli_run_test.go:3167: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.899Z]     --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s)
18:03:32 [2021-08-20T18:03:32.899Z] 
18:03:32 [2021-08-20T18:03:32.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s)
18:03:32 [2021-08-20T18:03:32.899Z]     docker_cli_run_test.go:1023: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.899Z]     --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s)
18:03:32 [2021-08-20T18:03:32.899Z] 
18:03:32 [2021-08-20T18:03:32.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s)
18:03:32 [2021-08-20T18:03:32.899Z]     docker_cli_run_test.go:1011: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.899Z]     --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s)
18:03:32 [2021-08-20T18:03:32.899Z] 
18:03:32 [2021-08-20T18:03:32.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.01s)
18:03:32 [2021-08-20T18:03:32.899Z]     docker_cli_run_test.go:985: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.899Z]     --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s)
18:03:32 [2021-08-20T18:03:32.899Z] 
18:03:32 [2021-08-20T18:03:32.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s)
18:03:32 [2021-08-20T18:03:32.899Z]     docker_cli_run_test.go:998: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.899Z]     --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s)
18:03:32 [2021-08-20T18:03:32.899Z] 
18:03:32 [2021-08-20T18:03:32.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.01s)
18:03:32 [2021-08-20T18:03:32.899Z]     docker_cli_run_test.go:976: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.899Z]     --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s)
18:03:32 [2021-08-20T18:03:32.899Z] 
18:03:32 [2021-08-20T18:03:32.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.03s)
18:03:32 [2021-08-20T18:03:32.899Z]     docker_cli_run_test.go:1932: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.899Z]     --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.03s)
18:03:32 [2021-08-20T18:03:32.899Z] 
18:03:32 [2021-08-20T18:03:32.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s)
18:03:32 [2021-08-20T18:03:32.899Z]     docker_cli_run_test.go:3309: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.899Z]     --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s)
18:03:32 [2021-08-20T18:03:32.899Z] 
18:03:32 [2021-08-20T18:03:32.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s)
18:03:32 [2021-08-20T18:03:32.899Z]     docker_cli_run_test.go:3333: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.899Z]     --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s)
18:03:32 [2021-08-20T18:03:32.899Z] 
18:03:32 [2021-08-20T18:03:32.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s)
18:03:32 [2021-08-20T18:03:32.899Z]     docker_cli_run_test.go:3300: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.899Z]     --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s)
18:03:32 [2021-08-20T18:03:32.899Z] 
18:03:32 [2021-08-20T18:03:32.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s)
18:03:32 [2021-08-20T18:03:32.899Z]     docker_cli_run_test.go:3285: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.899Z]     --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s)
18:03:32 [2021-08-20T18:03:32.899Z] 
18:03:32 [2021-08-20T18:03:32.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.01s)
18:03:32 [2021-08-20T18:03:32.899Z]     docker_cli_run_test.go:3210: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.899Z]     --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s)
18:03:32 [2021-08-20T18:03:32.899Z] 
18:03:32 [2021-08-20T18:03:32.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s)
18:03:32 [2021-08-20T18:03:32.899Z]     docker_cli_run_test.go:2709: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.899Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s)
18:03:32 [2021-08-20T18:03:32.899Z] 
18:03:32 [2021-08-20T18:03:32.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s)
18:03:32 [2021-08-20T18:03:32.899Z]     docker_cli_run_test.go:2658: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.899Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s)
18:03:32 [2021-08-20T18:03:32.899Z] 
18:03:32 [2021-08-20T18:03:32.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s)
18:03:32 [2021-08-20T18:03:32.899Z]     docker_cli_run_test.go:2731: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.899Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s)
18:03:32 [2021-08-20T18:03:32.899Z] 
18:03:32 [2021-08-20T18:03:32.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s)
18:03:32 [2021-08-20T18:03:32.899Z]     docker_cli_run_test.go:2721: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.899Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s)
18:03:32 [2021-08-20T18:03:32.899Z] 
18:03:32 [2021-08-20T18:03:32.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.01s)
18:03:32 [2021-08-20T18:03:32.899Z]     docker_cli_run_test.go:1677: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.899Z]     --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s)
18:03:32 [2021-08-20T18:03:32.899Z] 
18:03:32 [2021-08-20T18:03:32.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s)
18:03:32 [2021-08-20T18:03:32.899Z]     docker_cli_run_test.go:1658: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.899Z]     --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s)
18:03:32 [2021-08-20T18:03:32.899Z] 
18:03:32 [2021-08-20T18:03:32.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s)
18:03:32 [2021-08-20T18:03:32.899Z]     docker_cli_run_test.go:3175: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.899Z]     --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s)
18:03:32 [2021-08-20T18:03:32.899Z] 
18:03:32 [2021-08-20T18:03:32.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.01s)
18:03:32 [2021-08-20T18:03:32.899Z]     docker_cli_run_test.go:2152: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.899Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s)
18:03:32 [2021-08-20T18:03:32.899Z] 
18:03:32 [2021-08-20T18:03:32.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s)
18:03:32 [2021-08-20T18:03:32.899Z]     docker_cli_run_test.go:621: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.899Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s)
18:03:32 [2021-08-20T18:03:32.899Z] 
18:03:32 [2021-08-20T18:03:32.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s)
18:03:32 [2021-08-20T18:03:32.899Z]     docker_cli_run_test.go:383: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.899Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s)
18:03:32 [2021-08-20T18:03:32.899Z] 
18:03:32 [2021-08-20T18:03:32.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s)
18:03:32 [2021-08-20T18:03:32.899Z]     docker_cli_run_test.go:427: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.899Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s)
18:03:32 [2021-08-20T18:03:32.899Z] 
18:03:32 [2021-08-20T18:03:32.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.01s)
18:03:32 [2021-08-20T18:03:32.899Z]     docker_cli_run_test.go:1253: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.899Z]     --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s)
18:03:32 [2021-08-20T18:03:32.899Z] 
18:03:32 [2021-08-20T18:03:32.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.01s)
18:03:32 [2021-08-20T18:03:32.899Z]     docker_cli_run_test.go:3882: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.899Z]     --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s)
18:03:32 [2021-08-20T18:03:32.899Z] 
18:03:32 [2021-08-20T18:03:32.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.01s)
18:03:32 [2021-08-20T18:03:32.899Z]     docker_cli_run_test.go:1288: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.899Z]     --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s)
18:03:32 [2021-08-20T18:03:32.899Z] 
18:03:32 [2021-08-20T18:03:32.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s)
18:03:32 [2021-08-20T18:03:32.899Z]     docker_cli_run_test.go:1321: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.899Z]     --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s)
18:03:32 [2021-08-20T18:03:32.899Z] 
18:03:32 [2021-08-20T18:03:32.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.01s)
18:03:32 [2021-08-20T18:03:32.899Z]     docker_cli_run_test.go:1310: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.899Z]     --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s)
18:03:32 [2021-08-20T18:03:32.899Z] 
18:03:32 [2021-08-20T18:03:32.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s)
18:03:32 [2021-08-20T18:03:32.899Z]     docker_cli_run_test.go:2025: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.899Z]     --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s)
18:03:32 [2021-08-20T18:03:32.899Z] 
18:03:32 [2021-08-20T18:03:32.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.01s)
18:03:32 [2021-08-20T18:03:32.899Z]     docker_cli_run_test.go:1141: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.899Z]     --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s)
18:03:32 [2021-08-20T18:03:32.899Z] 
18:03:32 [2021-08-20T18:03:32.899Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.01s)
18:03:32 [2021-08-20T18:03:32.899Z]     docker_cli_run_test.go:4057: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.899Z]     --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s)
18:03:32 [2021-08-20T18:03:32.899Z] 
18:03:32 [2021-08-20T18:03:32.900Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.01s)
18:03:32 [2021-08-20T18:03:32.900Z]     docker_cli_run_test.go:4140: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.900Z]     --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s)
18:03:32 [2021-08-20T18:03:32.900Z] 
18:03:32 [2021-08-20T18:03:32.900Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.01s)
18:03:32 [2021-08-20T18:03:32.900Z]     docker_cli_run_test.go:817: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.900Z]     --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s)
18:03:32 [2021-08-20T18:03:32.900Z] 
18:03:32 [2021-08-20T18:03:32.900Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.01s)
18:03:32 [2021-08-20T18:03:32.900Z]     docker_cli_run_test.go:856: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.900Z]     --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s)
18:03:32 [2021-08-20T18:03:32.900Z] 
18:03:32 [2021-08-20T18:03:32.900Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.01s)
18:03:32 [2021-08-20T18:03:32.900Z]     docker_cli_run_test.go:889: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.900Z]     --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s)
18:03:32 [2021-08-20T18:03:32.900Z] 
18:03:32 [2021-08-20T18:03:32.900Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.01s)
18:03:32 [2021-08-20T18:03:32.900Z]     docker_cli_run_test.go:947: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.900Z]     --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s)
18:03:32 [2021-08-20T18:03:32.900Z] 
18:03:32 [2021-08-20T18:03:32.900Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.02s)
18:03:32 [2021-08-20T18:03:32.900Z]     docker_cli_run_test.go:1074: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.900Z]     --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s)
18:03:32 [2021-08-20T18:03:32.900Z] 
18:03:32 [2021-08-20T18:03:32.900Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.01s)
18:03:32 [2021-08-20T18:03:32.900Z]     docker_cli_run_test.go:4379: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.900Z]     --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s)
18:03:32 [2021-08-20T18:03:32.900Z] 
18:03:32 [2021-08-20T18:03:32.900Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.01s)
18:03:32 [2021-08-20T18:03:32.900Z]     docker_cli_run_test.go:4392: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.900Z]     --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s)
18:03:32 [2021-08-20T18:03:32.900Z] 
18:03:32 [2021-08-20T18:03:32.900Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s)
18:03:32 [2021-08-20T18:03:32.900Z]     docker_cli_run_test.go:4124: unmatched requirement IsolationIsHyperv
18:03:32 [2021-08-20T18:03:32.900Z]     --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s)
18:03:32 [2021-08-20T18:03:32.900Z] 
18:03:32 [2021-08-20T18:03:32.900Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.01s)
18:03:32 [2021-08-20T18:03:32.900Z]     docker_cli_run_test.go:3698: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.900Z]     --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s)
18:03:32 [2021-08-20T18:03:32.900Z] 
18:03:32 [2021-08-20T18:03:32.900Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.01s)
18:03:32 [2021-08-20T18:03:32.900Z]     docker_cli_run_test.go:2003: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.900Z]     --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s)
18:03:32 [2021-08-20T18:03:32.900Z] 
18:03:32 [2021-08-20T18:03:32.900Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.01s)
18:03:32 [2021-08-20T18:03:32.900Z]     docker_cli_run_test.go:3245: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.900Z]     --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s)
18:03:32 [2021-08-20T18:03:32.900Z] 
18:03:32 [2021-08-20T18:03:32.900Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.01s)
18:03:32 [2021-08-20T18:03:32.900Z]     docker_cli_run_test.go:60: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.900Z]     --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s)
18:03:32 [2021-08-20T18:03:32.900Z] 
18:03:32 [2021-08-20T18:03:32.900Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.01s)
18:03:32 [2021-08-20T18:03:32.900Z]     docker_cli_run_test.go:3354: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.900Z]     --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s)
18:03:32 [2021-08-20T18:03:32.900Z] 
18:03:32 [2021-08-20T18:03:32.900Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s)
18:03:32 [2021-08-20T18:03:32.900Z]     docker_cli_run_test.go:195: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.900Z]     --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s)
18:03:32 [2021-08-20T18:03:32.900Z] 
18:03:32 [2021-08-20T18:03:32.900Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s)
18:03:32 [2021-08-20T18:03:32.900Z]     docker_cli_run_test.go:180: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.900Z]     --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s)
18:03:32 [2021-08-20T18:03:32.900Z] 
18:03:32 [2021-08-20T18:03:32.900Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s)
18:03:32 [2021-08-20T18:03:32.900Z]     docker_cli_run_test.go:3364: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.900Z]     --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s)
18:03:32 [2021-08-20T18:03:32.900Z] 
18:03:32 [2021-08-20T18:03:32.900Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.01s)
18:03:32 [2021-08-20T18:03:32.900Z]     docker_cli_run_test.go:1198: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.900Z]     --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s)
18:03:32 [2021-08-20T18:03:32.900Z] 
18:03:32 [2021-08-20T18:03:32.900Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s)
18:03:32 [2021-08-20T18:03:32.900Z]     docker_cli_run_test.go:2315: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.900Z]     --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s)
18:03:32 [2021-08-20T18:03:32.900Z] 
18:03:32 [2021-08-20T18:03:32.900Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s)
18:03:32 [2021-08-20T18:03:32.900Z]     docker_cli_run_test.go:2324: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.900Z]     --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s)
18:03:32 [2021-08-20T18:03:32.900Z] 
18:03:32 [2021-08-20T18:03:32.900Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.01s)
18:03:32 [2021-08-20T18:03:32.900Z]     docker_cli_run_test.go:2293: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.900Z]     --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s)
18:03:32 [2021-08-20T18:03:32.900Z] 
18:03:32 [2021-08-20T18:03:32.900Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.01s)
18:03:32 [2021-08-20T18:03:32.900Z]     docker_cli_run_test.go:3398: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.900Z]     --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s)
18:03:32 [2021-08-20T18:03:32.900Z] 
18:03:32 [2021-08-20T18:03:32.900Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.01s)
18:03:32 [2021-08-20T18:03:32.900Z]     docker_cli_run_test.go:2337: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.900Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s)
18:03:32 [2021-08-20T18:03:32.900Z] 
18:03:32 [2021-08-20T18:03:32.900Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.01s)
18:03:32 [2021-08-20T18:03:32.900Z]     docker_cli_run_test.go:2362: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.900Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s)
18:03:32 [2021-08-20T18:03:32.900Z] 
18:03:32 [2021-08-20T18:03:32.900Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s)
18:03:32 [2021-08-20T18:03:32.900Z]     docker_cli_run_test.go:2371: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.900Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s)
18:03:32 [2021-08-20T18:03:32.900Z] 
18:03:32 [2021-08-20T18:03:32.900Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.01s)
18:03:32 [2021-08-20T18:03:32.900Z]     docker_cli_run_test.go:2429: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.900Z]     --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s)
18:03:32 [2021-08-20T18:03:32.900Z] 
18:03:32 [2021-08-20T18:03:32.900Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.02s)
18:03:32 [2021-08-20T18:03:32.900Z]     docker_cli_run_test.go:4202: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.900Z]     --- SKIP: TestDockerSuite/TestRunMount (0.02s)
18:03:32 [2021-08-20T18:03:32.900Z] 
18:03:32 [2021-08-20T18:03:32.900Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.01s)
18:03:32 [2021-08-20T18:03:32.900Z]     docker_cli_run_test.go:2080: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.900Z]     --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s)
18:03:32 [2021-08-20T18:03:32.900Z] 
18:03:32 [2021-08-20T18:03:32.900Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s)
18:03:32 [2021-08-20T18:03:32.900Z]     docker_cli_run_test.go:4190: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.900Z]     --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s)
18:03:32 [2021-08-20T18:03:32.900Z] 
18:03:32 [2021-08-20T18:03:32.900Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s)
18:03:32 [2021-08-20T18:03:32.900Z]     docker_cli_run_test.go:2384: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.900Z]     --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s)
18:03:32 [2021-08-20T18:03:32.900Z] 
18:03:32 [2021-08-20T18:03:32.900Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.01s)
18:03:32 [2021-08-20T18:03:32.900Z]     docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.900Z]     --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s)
18:03:32 [2021-08-20T18:03:32.900Z] 
18:03:32 [2021-08-20T18:03:32.900Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.01s)
18:03:32 [2021-08-20T18:03:32.900Z]     docker_cli_run_test.go:3187: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.900Z]     --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s)
18:03:32 [2021-08-20T18:03:32.900Z] 
18:03:32 [2021-08-20T18:03:32.900Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s)
18:03:32 [2021-08-20T18:03:32.900Z]     docker_cli_run_test.go:3749: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.900Z]     --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s)
18:03:32 [2021-08-20T18:03:32.900Z] 
18:03:32 [2021-08-20T18:03:32.900Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s)
18:03:32 [2021-08-20T18:03:32.900Z]     docker_cli_run_test.go:3742: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.900Z]     --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s)
18:03:32 [2021-08-20T18:03:32.900Z] 
18:03:32 [2021-08-20T18:03:32.900Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.01s)
18:03:32 [2021-08-20T18:03:32.900Z]     docker_cli_run_test.go:2581: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.900Z]     --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s)
18:03:32 [2021-08-20T18:03:32.900Z] 
18:03:32 [2021-08-20T18:03:32.900Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.01s)
18:03:32 [2021-08-20T18:03:32.900Z]     docker_cli_run_test.go:2550: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.900Z]     --- SKIP: TestDockerSuite/TestRunNetHost (0.01s)
18:03:32 [2021-08-20T18:03:32.900Z] 
18:03:32 [2021-08-20T18:03:32.900Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s)
18:03:32 [2021-08-20T18:03:32.900Z]     docker_cli_run_test.go:931: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.900Z]     --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s)
18:03:32 [2021-08-20T18:03:32.900Z] 
18:03:32 [2021-08-20T18:03:32.900Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.01s)
18:03:32 [2021-08-20T18:03:32.900Z]     docker_cli_run_test.go:2573: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.900Z]     --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s)
18:03:32 [2021-08-20T18:03:32.900Z] 
18:03:32 [2021-08-20T18:03:32.900Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.02s)
18:03:32 [2021-08-20T18:03:32.900Z]     docker_cli_run_test.go:3042: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.900Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s)
18:03:32 [2021-08-20T18:03:32.900Z] 
18:03:32 [2021-08-20T18:03:32.900Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s)
18:03:32 [2021-08-20T18:03:32.900Z]     docker_cli_run_test.go:3066: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.900Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s)
18:03:32 [2021-08-20T18:03:32.900Z] 
18:03:32 [2021-08-20T18:03:32.900Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s)
18:03:32 [2021-08-20T18:03:32.900Z]     docker_cli_run_test.go:3088: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.900Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s)
18:03:32 [2021-08-20T18:03:32.900Z] 
18:03:32 [2021-08-20T18:03:32.900Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s)
18:03:32 [2021-08-20T18:03:32.900Z]     docker_cli_run_test.go:3412: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.900Z]     --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s)
18:03:32 [2021-08-20T18:03:32.900Z] 
18:03:32 [2021-08-20T18:03:32.900Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.30s)
18:03:32 [2021-08-20T18:03:32.900Z]     docker_cli_run_test.go:1403: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.900Z]     --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.30s)
18:03:32 [2021-08-20T18:03:32.900Z] 
18:03:32 [2021-08-20T18:03:32.900Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s)
18:03:32 [2021-08-20T18:03:32.900Z]     docker_cli_run_test.go:2781: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.900Z]     --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s)
18:03:32 [2021-08-20T18:03:32.900Z] 
18:03:32 [2021-08-20T18:03:32.900Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s)
18:03:32 [2021-08-20T18:03:32.900Z]     docker_cli_run_test.go:2471: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.900Z]     --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s)
18:03:32 [2021-08-20T18:03:32.900Z] 
18:03:32 [2021-08-20T18:03:32.900Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.01s)
18:03:32 [2021-08-20T18:03:32.900Z]     docker_cli_run_test.go:2043: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.900Z]     --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s)
18:03:32 [2021-08-20T18:03:32.900Z] 
18:03:32 [2021-08-20T18:03:32.900Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.01s)
18:03:32 [2021-08-20T18:03:32.900Z]     docker_cli_run_test.go:957: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.900Z]     --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s)
18:03:32 [2021-08-20T18:03:32.900Z] 
18:03:32 [2021-08-20T18:03:32.900Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.01s)
18:03:32 [2021-08-20T18:03:32.900Z]     docker_cli_run_test.go:1085: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.900Z]     --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s)
18:03:32 [2021-08-20T18:03:32.900Z] 
18:03:32 [2021-08-20T18:03:32.900Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s)
18:03:32 [2021-08-20T18:03:32.900Z]     docker_cli_run_test.go:1124: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.900Z]     --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s)
18:03:32 [2021-08-20T18:03:32.900Z] 
18:03:32 [2021-08-20T18:03:32.900Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s)
18:03:32 [2021-08-20T18:03:32.900Z]     docker_cli_run_test.go:1132: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.900Z]     --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s)
18:03:32 [2021-08-20T18:03:32.900Z] 
18:03:32 [2021-08-20T18:03:32.900Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.01s)
18:03:32 [2021-08-20T18:03:32.900Z]     docker_cli_run_test.go:2956: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.900Z]     --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s)
18:03:32 [2021-08-20T18:03:32.900Z] 
18:03:32 [2021-08-20T18:03:32.900Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.01s)
18:03:32 [2021-08-20T18:03:32.900Z]     docker_cli_run_test.go:2859: unmatched requirement Apparmor
18:03:32 [2021-08-20T18:03:32.900Z]     --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s)
18:03:32 [2021-08-20T18:03:32.900Z] 
18:03:32 [2021-08-20T18:03:32.900Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.01s)
18:03:32 [2021-08-20T18:03:32.900Z]     docker_cli_run_test.go:2838: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.900Z]     --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s)
18:03:32 [2021-08-20T18:03:32.900Z] 
18:03:32 [2021-08-20T18:03:32.900Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.01s)
18:03:32 [2021-08-20T18:03:32.900Z]     docker_cli_run_test.go:2823: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.900Z]     --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s)
18:03:32 [2021-08-20T18:03:32.900Z] 
18:03:32 [2021-08-20T18:03:32.900Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s)
18:03:32 [2021-08-20T18:03:32.900Z]     docker_cli_run_test.go:1425: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.900Z]     --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s)
18:03:32 [2021-08-20T18:03:32.900Z] 
18:03:32 [2021-08-20T18:03:32.900Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s)
18:03:32 [2021-08-20T18:03:32.900Z]     docker_cli_run_test.go:2125: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.900Z]     --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s)
18:03:32 [2021-08-20T18:03:32.900Z] 
18:03:32 [2021-08-20T18:03:32.900Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.01s)
18:03:32 [2021-08-20T18:03:32.900Z]     docker_cli_run_test.go:2237: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.900Z]     --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s)
18:03:32 [2021-08-20T18:03:32.900Z] 
18:03:32 [2021-08-20T18:03:32.900Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.01s)
18:03:32 [2021-08-20T18:03:32.900Z]     docker_cli_run_test.go:1621: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.900Z]     --- SKIP: TestDockerSuite/TestRunState (0.01s)
18:03:32 [2021-08-20T18:03:32.900Z] 
18:03:32 [2021-08-20T18:03:32.900Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.02s)
18:03:32 [2021-08-20T18:03:32.900Z]     docker_cli_run_test.go:98: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.900Z]     --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s)
18:03:32 [2021-08-20T18:03:32.900Z] 
18:03:32 [2021-08-20T18:03:32.900Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s)
18:03:32 [2021-08-20T18:03:32.900Z]     docker_cli_run_test.go:1108: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.900Z]     --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s)
18:03:32 [2021-08-20T18:03:32.900Z] 
18:03:32 [2021-08-20T18:03:32.900Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s)
18:03:32 [2021-08-20T18:03:32.900Z]     docker_cli_run_test.go:1116: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.900Z]     --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s)
18:03:32 [2021-08-20T18:03:32.900Z] 
18:03:32 [2021-08-20T18:03:32.900Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s)
18:03:32 [2021-08-20T18:03:32.900Z]     docker_cli_run_test.go:1156: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.900Z]     --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s)
18:03:32 [2021-08-20T18:03:32.900Z] 
18:03:32 [2021-08-20T18:03:32.900Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s)
18:03:32 [2021-08-20T18:03:32.900Z]     docker_cli_run_test.go:967: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.900Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s)
18:03:32 [2021-08-20T18:03:32.900Z] 
18:03:32 [2021-08-20T18:03:32.900Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s)
18:03:32 [2021-08-20T18:03:32.900Z]     docker_cli_run_test.go:1095: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.901Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s)
18:03:32 [2021-08-20T18:03:32.901Z] 
18:03:32 [2021-08-20T18:03:32.901Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s)
18:03:32 [2021-08-20T18:03:32.901Z]     docker_cli_run_test.go:1165: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.901Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s)
18:03:32 [2021-08-20T18:03:32.901Z] 
18:03:32 [2021-08-20T18:03:32.901Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.01s)
18:03:32 [2021-08-20T18:03:32.901Z]     docker_cli_run_test.go:3958: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.901Z]     --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s)
18:03:32 [2021-08-20T18:03:32.901Z] 
18:03:32 [2021-08-20T18:03:32.901Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.01s)
18:03:32 [2021-08-20T18:03:32.901Z]     docker_cli_run_test.go:2898: unmatched requirement Apparmor
18:03:32 [2021-08-20T18:03:32.901Z]     --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s)
18:03:32 [2021-08-20T18:03:32.901Z] 
18:03:32 [2021-08-20T18:03:32.901Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.01s)
18:03:32 [2021-08-20T18:03:32.901Z]     docker_cli_run_test.go:736: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.901Z]     --- SKIP: TestDockerSuite/TestRunUserByID (0.01s)
18:03:32 [2021-08-20T18:03:32.901Z] 
18:03:32 [2021-08-20T18:03:32.901Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.01s)
18:03:32 [2021-08-20T18:03:32.901Z]     docker_cli_run_test.go:746: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.901Z]     --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s)
18:03:32 [2021-08-20T18:03:32.901Z] 
18:03:32 [2021-08-20T18:03:32.901Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.02s)
18:03:32 [2021-08-20T18:03:32.901Z]     docker_cli_run_test.go:759: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.901Z]     --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s)
18:03:32 [2021-08-20T18:03:32.901Z] 
18:03:32 [2021-08-20T18:03:32.901Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.01s)
18:03:32 [2021-08-20T18:03:32.901Z]     docker_cli_run_test.go:772: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.901Z]     --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s)
18:03:32 [2021-08-20T18:03:32.901Z] 
18:03:32 [2021-08-20T18:03:32.901Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.01s)
18:03:32 [2021-08-20T18:03:32.901Z]     docker_cli_run_test.go:726: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.901Z]     --- SKIP: TestDockerSuite/TestRunUserByName (0.01s)
18:03:32 [2021-08-20T18:03:32.901Z] 
18:03:32 [2021-08-20T18:03:32.901Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.01s)
18:03:32 [2021-08-20T18:03:32.901Z]     docker_cli_run_test.go:785: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.901Z]     --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s)
18:03:32 [2021-08-20T18:03:32.901Z] 
18:03:32 [2021-08-20T18:03:32.901Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.01s)
18:03:32 [2021-08-20T18:03:32.901Z]     docker_cli_run_test.go:3847: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.901Z]     --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s)
18:03:32 [2021-08-20T18:03:32.901Z] 
18:03:32 [2021-08-20T18:03:32.901Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s)
18:03:32 [2021-08-20T18:03:32.901Z]     docker_cli_run_test.go:3840: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.901Z]     --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s)
18:03:32 [2021-08-20T18:03:32.901Z] 
18:03:32 [2021-08-20T18:03:32.901Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s)
18:03:32 [2021-08-20T18:03:32.901Z]     docker_cli_run_test.go:658: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.901Z]     --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s)
18:03:32 [2021-08-20T18:03:32.901Z] 
18:03:32 [2021-08-20T18:03:32.901Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.01s)
18:03:32 [2021-08-20T18:03:32.901Z]     docker_cli_run_test.go:1850: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.901Z]     --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s)
18:03:32 [2021-08-20T18:03:32.901Z] 
18:03:32 [2021-08-20T18:03:32.901Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s)
18:03:32 [2021-08-20T18:03:32.901Z]     docker_cli_run_test.go:282: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.901Z]     --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s)
18:03:32 [2021-08-20T18:03:32.901Z] 
18:03:32 [2021-08-20T18:03:32.901Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.03s)
18:03:32 [2021-08-20T18:03:32.901Z]     docker_cli_run_test.go:3714: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.901Z]     --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.03s)
18:03:32 [2021-08-20T18:03:32.901Z] 
18:03:32 [2021-08-20T18:03:32.901Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s)
18:03:32 [2021-08-20T18:03:32.901Z]     docker_cli_run_test.go:3725: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.901Z]     --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s)
18:03:32 [2021-08-20T18:03:32.901Z] 
18:03:32 [2021-08-20T18:03:32.901Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s)
18:03:32 [2021-08-20T18:03:32.901Z]     docker_cli_run_test.go:2804: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.901Z]     --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s)
18:03:32 [2021-08-20T18:03:32.901Z] 
18:03:32 [2021-08-20T18:03:32.901Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.01s)
18:03:32 [2021-08-20T18:03:32.901Z]     docker_cli_run_test.go:3199: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.901Z]     --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s)
18:03:32 [2021-08-20T18:03:32.901Z] 
18:03:32 [2021-08-20T18:03:32.901Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.01s)
18:03:32 [2021-08-20T18:03:32.901Z]     docker_cli_run_test.go:3015: unmatched requirement Apparmor
18:03:32 [2021-08-20T18:03:32.901Z]     --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s)
18:03:32 [2021-08-20T18:03:32.901Z] 
18:03:32 [2021-08-20T18:03:32.901Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s)
18:03:32 [2021-08-20T18:03:32.901Z]     docker_cli_run_test.go:1802: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.901Z]     --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s)
18:03:32 [2021-08-20T18:03:32.901Z] 
18:03:32 [2021-08-20T18:03:32.901Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.01s)
18:03:32 [2021-08-20T18:03:32.901Z]     docker_cli_run_test.go:2814: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.901Z]     --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s)
18:03:32 [2021-08-20T18:03:32.901Z] 
18:03:32 [2021-08-20T18:03:32.901Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s)
18:03:32 [2021-08-20T18:03:32.901Z]     docker_cli_run_test.go:3612: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.901Z]     --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s)
18:03:32 [2021-08-20T18:03:32.901Z] 
18:03:32 [2021-08-20T18:03:32.901Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s)
18:03:32 [2021-08-20T18:03:32.901Z]     docker_cli_run_test.go:3623: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.901Z]     --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s)
18:03:32 [2021-08-20T18:03:32.901Z] 
18:03:32 [2021-08-20T18:03:32.901Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s)
18:03:32 [2021-08-20T18:03:32.901Z]     docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.901Z]     --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s)
18:03:32 [2021-08-20T18:03:32.901Z] 
18:03:32 [2021-08-20T18:03:32.901Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.01s)
18:03:32 [2021-08-20T18:03:32.901Z]     docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.901Z]     --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s)
18:03:32 [2021-08-20T18:03:32.901Z] 
18:03:32 [2021-08-20T18:03:32.901Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.01s)
18:03:32 [2021-08-20T18:03:32.901Z]     docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.901Z]     --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s)
18:03:32 [2021-08-20T18:03:32.901Z] 
18:03:32 [2021-08-20T18:03:32.901Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.01s)
18:03:32 [2021-08-20T18:03:32.901Z]     docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.901Z]     --- SKIP: TestDockerSuite/TestSaveImageId (0.01s)
18:03:32 [2021-08-20T18:03:32.901Z] 
18:03:32 [2021-08-20T18:03:32.901Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.01s)
18:03:32 [2021-08-20T18:03:32.901Z]     docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.901Z]     --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s)
18:03:32 [2021-08-20T18:03:32.901Z] 
18:03:32 [2021-08-20T18:03:32.901Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.02s)
18:03:32 [2021-08-20T18:03:32.901Z]     docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.901Z]     --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s)
18:03:32 [2021-08-20T18:03:32.901Z] 
18:03:32 [2021-08-20T18:03:32.901Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.01s)
18:03:32 [2021-08-20T18:03:32.901Z]     docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.901Z]     --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s)
18:03:32 [2021-08-20T18:03:32.901Z] 
18:03:32 [2021-08-20T18:03:32.901Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s)
18:03:32 [2021-08-20T18:03:32.901Z]     docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.901Z]     --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s)
18:03:32 [2021-08-20T18:03:32.901Z] 
18:03:32 [2021-08-20T18:03:32.901Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.01s)
18:03:32 [2021-08-20T18:03:32.901Z]     docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.901Z]     --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s)
18:03:32 [2021-08-20T18:03:32.901Z] 
18:03:32 [2021-08-20T18:03:32.901Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.01s)
18:03:32 [2021-08-20T18:03:32.901Z]     docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.901Z]     --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s)
18:03:32 [2021-08-20T18:03:32.901Z] 
18:03:32 [2021-08-20T18:03:32.901Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s)
18:03:32 [2021-08-20T18:03:32.901Z]     docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.901Z]     --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s)
18:03:32 [2021-08-20T18:03:32.901Z] 
18:03:32 [2021-08-20T18:03:32.901Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s)
18:03:32 [2021-08-20T18:03:32.901Z]     docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.901Z]     --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s)
18:03:32 [2021-08-20T18:03:32.901Z] 
18:03:32 [2021-08-20T18:03:32.901Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.01s)
18:03:32 [2021-08-20T18:03:32.901Z]     docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.901Z]     --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s)
18:03:32 [2021-08-20T18:03:32.901Z] 
18:03:32 [2021-08-20T18:03:32.901Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.01s)
18:03:32 [2021-08-20T18:03:32.901Z]     docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.901Z]     --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s)
18:03:32 [2021-08-20T18:03:32.901Z] 
18:03:32 [2021-08-20T18:03:32.901Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.01s)
18:03:32 [2021-08-20T18:03:32.901Z]     docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.901Z]     --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s)
18:03:32 [2021-08-20T18:03:32.901Z] 
18:03:32 [2021-08-20T18:03:32.901Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.02s)
18:03:32 [2021-08-20T18:03:32.901Z]     docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.901Z]     --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s)
18:03:32 [2021-08-20T18:03:32.901Z] 
18:03:32 [2021-08-20T18:03:32.901Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.01s)
18:03:32 [2021-08-20T18:03:32.901Z]     docker_cli_start_test.go:99: unmatched requirement IsPausable
18:03:32 [2021-08-20T18:03:32.901Z]     --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s)
18:03:32 [2021-08-20T18:03:32.901Z] 
18:03:32 [2021-08-20T18:03:32.901Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.01s)
18:03:32 [2021-08-20T18:03:32.901Z]     docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.901Z]     --- SKIP: TestDockerSuite/TestStartRecordError (0.01s)
18:03:32 [2021-08-20T18:03:32.901Z] 
18:03:32 [2021-08-20T18:03:32.901Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.01s)
18:03:32 [2021-08-20T18:03:32.901Z]     docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.901Z]     --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s)
18:03:32 [2021-08-20T18:03:32.901Z] 
18:03:32 [2021-08-20T18:03:32.901Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.01s)
18:03:32 [2021-08-20T18:03:32.901Z]     docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.901Z]     --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s)
18:03:32 [2021-08-20T18:03:32.901Z] 
18:03:32 [2021-08-20T18:03:32.901Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.01s)
18:03:32 [2021-08-20T18:03:32.901Z]     docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.901Z]     --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s)
18:03:32 [2021-08-20T18:03:32.901Z] 
18:03:32 [2021-08-20T18:03:32.901Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.01s)
18:03:32 [2021-08-20T18:03:32.901Z]     docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.901Z]     --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s)
18:03:32 [2021-08-20T18:03:32.901Z] 
18:03:32 [2021-08-20T18:03:32.901Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.01s)
18:03:32 [2021-08-20T18:03:32.901Z]     docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.901Z]     --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s)
18:03:32 [2021-08-20T18:03:32.901Z] 
18:03:32 [2021-08-20T18:03:32.901Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.01s)
18:03:32 [2021-08-20T18:03:32.901Z]     docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.901Z]     --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s)
18:03:32 [2021-08-20T18:03:32.901Z] 
18:03:32 [2021-08-20T18:03:32.901Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.01s)
18:03:32 [2021-08-20T18:03:32.901Z]     docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.901Z]     --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s)
18:03:32 [2021-08-20T18:03:32.901Z] 
18:03:32 [2021-08-20T18:03:32.901Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.01s)
18:03:32 [2021-08-20T18:03:32.901Z]     docker_cli_run_test.go:3423: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.901Z]     --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s)
18:03:32 [2021-08-20T18:03:32.901Z] 
18:03:32 [2021-08-20T18:03:32.901Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s)
18:03:32 [2021-08-20T18:03:32.901Z]     docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.901Z]     --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s)
18:03:32 [2021-08-20T18:03:32.901Z] 
18:03:32 [2021-08-20T18:03:32.901Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s)
18:03:32 [2021-08-20T18:03:32.901Z]     docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.901Z]     --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s)
18:03:32 [2021-08-20T18:03:32.901Z] 
18:03:32 [2021-08-20T18:03:32.901Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.01s)
18:03:32 [2021-08-20T18:03:32.901Z]     docker_cli_run_test.go:293: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.901Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s)
18:03:32 [2021-08-20T18:03:32.901Z] 
18:03:32 [2021-08-20T18:03:32.901Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.01s)
18:03:32 [2021-08-20T18:03:32.901Z]     docker_cli_run_test.go:208: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.901Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s)
18:03:32 [2021-08-20T18:03:32.901Z] 
18:03:32 [2021-08-20T18:03:32.901Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s)
18:03:32 [2021-08-20T18:03:32.901Z]     docker_cli_run_test.go:244: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.901Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s)
18:03:32 [2021-08-20T18:03:32.901Z] 
18:03:32 [2021-08-20T18:03:32.901Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s)
18:03:32 [2021-08-20T18:03:32.901Z]     docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.901Z]     --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s)
18:03:32 [2021-08-20T18:03:32.901Z] 
18:03:32 [2021-08-20T18:03:32.901Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.02s)
18:03:32 [2021-08-20T18:03:32.901Z]     docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.901Z]     --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s)
18:03:32 [2021-08-20T18:03:32.901Z] 
18:03:32 [2021-08-20T18:03:32.901Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s)
18:03:32 [2021-08-20T18:03:32.901Z]     docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.901Z]     --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s)
18:03:32 [2021-08-20T18:03:32.901Z] 
18:03:32 [2021-08-20T18:03:32.901Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.01s)
18:03:32 [2021-08-20T18:03:32.901Z]     docker_cli_run_test.go:2173: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.901Z]     --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s)
18:03:32 [2021-08-20T18:03:32.901Z] 
18:03:32 [2021-08-20T18:03:32.901Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s)
18:03:32 [2021-08-20T18:03:32.901Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.901Z]     --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s)
18:03:32 [2021-08-20T18:03:32.901Z] 
18:03:32 [2021-08-20T18:03:32.901Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s)
18:03:32 [2021-08-20T18:03:32.901Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.901Z]     --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s)
18:03:32 [2021-08-20T18:03:32.901Z] 
18:03:32 [2021-08-20T18:03:32.901Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s)
18:03:32 [2021-08-20T18:03:32.901Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.901Z]     --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s)
18:03:32 [2021-08-20T18:03:32.901Z] 
18:03:32 [2021-08-20T18:03:32.901Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s)
18:03:32 [2021-08-20T18:03:32.901Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.901Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s)
18:03:32 [2021-08-20T18:03:32.901Z] 
18:03:32 [2021-08-20T18:03:32.901Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s)
18:03:32 [2021-08-20T18:03:32.901Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.901Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s)
18:03:32 [2021-08-20T18:03:32.901Z] 
18:03:32 [2021-08-20T18:03:32.901Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s)
18:03:32 [2021-08-20T18:03:32.901Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.901Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s)
18:03:32 [2021-08-20T18:03:32.901Z] 
18:03:32 [2021-08-20T18:03:32.901Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s)
18:03:32 [2021-08-20T18:03:32.902Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.902Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s)
18:03:32 [2021-08-20T18:03:32.902Z] 
18:03:32 [2021-08-20T18:03:32.902Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s)
18:03:32 [2021-08-20T18:03:32.902Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.902Z]     --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s)
18:03:32 [2021-08-20T18:03:32.902Z] 
18:03:32 [2021-08-20T18:03:32.902Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s)
18:03:32 [2021-08-20T18:03:32.902Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.902Z]     --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s)
18:03:32 [2021-08-20T18:03:32.902Z] 
18:03:32 [2021-08-20T18:03:32.902Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s)
18:03:32 [2021-08-20T18:03:32.902Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.902Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s)
18:03:32 [2021-08-20T18:03:32.902Z] 
18:03:32 [2021-08-20T18:03:32.902Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s)
18:03:32 [2021-08-20T18:03:32.902Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.902Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s)
18:03:32 [2021-08-20T18:03:32.902Z] 
18:03:32 [2021-08-20T18:03:32.902Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s)
18:03:32 [2021-08-20T18:03:32.902Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.902Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s)
18:03:32 [2021-08-20T18:03:32.902Z] 
18:03:32 [2021-08-20T18:03:32.902Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s)
18:03:32 [2021-08-20T18:03:32.902Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.902Z]     --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s)
18:03:32 [2021-08-20T18:03:32.902Z] 
18:03:32 [2021-08-20T18:03:32.902Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s)
18:03:32 [2021-08-20T18:03:32.902Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.902Z]     --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s)
18:03:32 [2021-08-20T18:03:32.902Z] 
18:03:32 [2021-08-20T18:03:32.902Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s)
18:03:32 [2021-08-20T18:03:32.902Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.902Z]     --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s)
18:03:32 [2021-08-20T18:03:32.902Z] 
18:03:32 [2021-08-20T18:03:32.902Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s)
18:03:32 [2021-08-20T18:03:32.902Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.902Z]     --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s)
18:03:32 [2021-08-20T18:03:32.902Z] 
18:03:32 [2021-08-20T18:03:32.902Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s)
18:03:32 [2021-08-20T18:03:32.902Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.902Z]     --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s)
18:03:32 [2021-08-20T18:03:32.902Z] 
18:03:32 [2021-08-20T18:03:32.902Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s)
18:03:32 [2021-08-20T18:03:32.902Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.902Z]     --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s)
18:03:32 [2021-08-20T18:03:32.902Z] 
18:03:32 [2021-08-20T18:03:32.902Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s)
18:03:32 [2021-08-20T18:03:32.902Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.902Z]     --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s)
18:03:32 [2021-08-20T18:03:32.902Z] 
18:03:32 [2021-08-20T18:03:32.902Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s)
18:03:32 [2021-08-20T18:03:32.902Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.902Z]     --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s)
18:03:32 [2021-08-20T18:03:32.902Z] 
18:03:32 [2021-08-20T18:03:32.902Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s)
18:03:32 [2021-08-20T18:03:32.902Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.902Z]     --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s)
18:03:32 [2021-08-20T18:03:32.902Z] 
18:03:32 [2021-08-20T18:03:32.902Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
18:03:32 [2021-08-20T18:03:32.902Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.902Z]     --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
18:03:32 [2021-08-20T18:03:32.902Z] 
18:03:32 [2021-08-20T18:03:32.902Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
18:03:32 [2021-08-20T18:03:32.902Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.902Z]     --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
18:03:32 [2021-08-20T18:03:32.902Z] 
18:03:32 [2021-08-20T18:03:32.902Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s)
18:03:32 [2021-08-20T18:03:32.902Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.902Z]     --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s)
18:03:32 [2021-08-20T18:03:32.902Z] 
18:03:32 [2021-08-20T18:03:32.902Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s)
18:03:32 [2021-08-20T18:03:32.902Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.902Z]     --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s)
18:03:32 [2021-08-20T18:03:32.902Z] 
18:03:32 [2021-08-20T18:03:32.902Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s)
18:03:32 [2021-08-20T18:03:32.902Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.902Z]     --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s)
18:03:32 [2021-08-20T18:03:32.902Z] 
18:03:32 [2021-08-20T18:03:32.902Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s)
18:03:32 [2021-08-20T18:03:32.902Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.902Z]     --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s)
18:03:32 [2021-08-20T18:03:32.902Z] 
18:03:32 [2021-08-20T18:03:32.902Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s)
18:03:32 [2021-08-20T18:03:32.902Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.902Z]     --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s)
18:03:32 [2021-08-20T18:03:32.902Z] 
18:03:32 [2021-08-20T18:03:32.902Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s)
18:03:32 [2021-08-20T18:03:32.902Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.902Z]     --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s)
18:03:32 [2021-08-20T18:03:32.902Z] 
18:03:32 [2021-08-20T18:03:32.902Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s)
18:03:32 [2021-08-20T18:03:32.902Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.902Z]     --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s)
18:03:32 [2021-08-20T18:03:32.902Z] 
18:03:32 [2021-08-20T18:03:32.902Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s)
18:03:32 [2021-08-20T18:03:32.902Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.902Z]     --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s)
18:03:32 [2021-08-20T18:03:32.902Z] 
18:03:32 [2021-08-20T18:03:32.902Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s)
18:03:32 [2021-08-20T18:03:32.902Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.902Z]     --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s)
18:03:32 [2021-08-20T18:03:32.902Z] 
18:03:32 [2021-08-20T18:03:32.902Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s)
18:03:32 [2021-08-20T18:03:32.902Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.902Z]     --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s)
18:03:32 [2021-08-20T18:03:32.902Z] 
18:03:32 [2021-08-20T18:03:32.902Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s)
18:03:32 [2021-08-20T18:03:32.902Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.902Z]     --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s)
18:03:32 [2021-08-20T18:03:32.902Z] 
18:03:32 [2021-08-20T18:03:32.902Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s)
18:03:32 [2021-08-20T18:03:32.902Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.902Z]     --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s)
18:03:32 [2021-08-20T18:03:32.902Z] 
18:03:32 [2021-08-20T18:03:32.902Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s)
18:03:32 [2021-08-20T18:03:32.902Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.902Z]     --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s)
18:03:32 [2021-08-20T18:03:32.902Z] 
18:03:32 [2021-08-20T18:03:32.902Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s)
18:03:32 [2021-08-20T18:03:32.902Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.902Z]     --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s)
18:03:32 [2021-08-20T18:03:32.902Z] 
18:03:32 [2021-08-20T18:03:32.902Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s)
18:03:32 [2021-08-20T18:03:32.902Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.902Z]     --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s)
18:03:32 [2021-08-20T18:03:32.902Z] 
18:03:32 [2021-08-20T18:03:32.902Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s)
18:03:32 [2021-08-20T18:03:32.902Z]     check_test.go:212: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.902Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s)
18:03:32 [2021-08-20T18:03:32.902Z] 
18:03:32 [2021-08-20T18:03:32.902Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s)
18:03:32 [2021-08-20T18:03:32.902Z]     check_test.go:212: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.902Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s)
18:03:32 [2021-08-20T18:03:32.902Z] 
18:03:32 [2021-08-20T18:03:32.902Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s)
18:03:32 [2021-08-20T18:03:32.902Z]     check_test.go:212: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.902Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s)
18:03:32 [2021-08-20T18:03:32.902Z] 
18:03:32 [2021-08-20T18:03:32.902Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s)
18:03:32 [2021-08-20T18:03:32.902Z]     check_test.go:212: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.902Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s)
18:03:32 [2021-08-20T18:03:32.902Z] 
18:03:32 [2021-08-20T18:03:32.902Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s)
18:03:32 [2021-08-20T18:03:32.902Z]     check_test.go:212: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.902Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s)
18:03:32 [2021-08-20T18:03:32.902Z] 
18:03:32 [2021-08-20T18:03:32.902Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s)
18:03:32 [2021-08-20T18:03:32.902Z]     check_test.go:212: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.902Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s)
18:03:32 [2021-08-20T18:03:32.902Z] 
18:03:32 [2021-08-20T18:03:32.902Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s)
18:03:32 [2021-08-20T18:03:32.902Z]     check_test.go:212: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.902Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s)
18:03:32 [2021-08-20T18:03:32.902Z] 
18:03:32 [2021-08-20T18:03:32.902Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s)
18:03:32 [2021-08-20T18:03:32.902Z]     check_test.go:212: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.902Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s)
18:03:32 [2021-08-20T18:03:32.902Z] 
18:03:32 [2021-08-20T18:03:32.902Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
18:03:32 [2021-08-20T18:03:32.902Z]     check_test.go:212: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.902Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
18:03:32 [2021-08-20T18:03:32.902Z] 
18:03:32 [2021-08-20T18:03:32.902Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
18:03:32 [2021-08-20T18:03:32.902Z]     check_test.go:212: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.902Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
18:03:32 [2021-08-20T18:03:32.902Z] 
18:03:32 [2021-08-20T18:03:32.902Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s)
18:03:32 [2021-08-20T18:03:32.902Z]     check_test.go:212: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.902Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s)
18:03:32 [2021-08-20T18:03:32.902Z] 
18:03:32 [2021-08-20T18:03:32.902Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s)
18:03:32 [2021-08-20T18:03:32.902Z]     check_test.go:212: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.902Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s)
18:03:32 [2021-08-20T18:03:32.902Z] 
18:03:32 [2021-08-20T18:03:32.902Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s)
18:03:32 [2021-08-20T18:03:32.902Z]     check_test.go:212: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.902Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s)
18:03:32 [2021-08-20T18:03:32.902Z] 
18:03:32 [2021-08-20T18:03:32.902Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s)
18:03:32 [2021-08-20T18:03:32.902Z]     check_test.go:212: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.902Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s)
18:03:32 [2021-08-20T18:03:32.902Z] 
18:03:32 [2021-08-20T18:03:32.902Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s)
18:03:32 [2021-08-20T18:03:32.902Z]     check_test.go:212: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.902Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s)
18:03:32 [2021-08-20T18:03:32.902Z] 
18:03:32 [2021-08-20T18:03:32.902Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s)
18:03:32 [2021-08-20T18:03:32.902Z]     check_test.go:212: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.902Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s)
18:03:32 [2021-08-20T18:03:32.902Z] 
18:03:32 [2021-08-20T18:03:32.902Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s)
18:03:32 [2021-08-20T18:03:32.902Z]     check_test.go:212: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.902Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s)
18:03:32 [2021-08-20T18:03:32.902Z] 
18:03:32 [2021-08-20T18:03:32.902Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s)
18:03:32 [2021-08-20T18:03:32.902Z]     check_test.go:212: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.902Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s)
18:03:32 [2021-08-20T18:03:32.902Z] 
18:03:32 [2021-08-20T18:03:32.902Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s)
18:03:32 [2021-08-20T18:03:32.902Z]     check_test.go:239: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.902Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s)
18:03:32 [2021-08-20T18:03:32.902Z] 
18:03:32 [2021-08-20T18:03:32.902Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s)
18:03:32 [2021-08-20T18:03:32.902Z]     check_test.go:239: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.902Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s)
18:03:32 [2021-08-20T18:03:32.902Z] 
18:03:32 [2021-08-20T18:03:32.902Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s)
18:03:32 [2021-08-20T18:03:32.902Z]     check_test.go:239: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.902Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s)
18:03:32 [2021-08-20T18:03:32.902Z] 
18:03:32 [2021-08-20T18:03:32.902Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s)
18:03:32 [2021-08-20T18:03:32.902Z]     check_test.go:239: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.902Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s)
18:03:32 [2021-08-20T18:03:32.902Z] 
18:03:32 [2021-08-20T18:03:32.902Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s)
18:03:32 [2021-08-20T18:03:32.902Z]     check_test.go:239: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.903Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s)
18:03:32 [2021-08-20T18:03:32.903Z] 
18:03:32 [2021-08-20T18:03:32.903Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s)
18:03:32 [2021-08-20T18:03:32.903Z]     check_test.go:239: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.903Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s)
18:03:32 [2021-08-20T18:03:32.903Z] 
18:03:32 [2021-08-20T18:03:32.903Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s)
18:03:32 [2021-08-20T18:03:32.903Z]     check_test.go:239: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.903Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s)
18:03:32 [2021-08-20T18:03:32.903Z] 
18:03:32 [2021-08-20T18:03:32.903Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s)
18:03:32 [2021-08-20T18:03:32.903Z]     check_test.go:239: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.903Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s)
18:03:32 [2021-08-20T18:03:32.903Z] 
18:03:32 [2021-08-20T18:03:32.903Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s)
18:03:32 [2021-08-20T18:03:32.903Z]     check_test.go:268: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.903Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s)
18:03:32 [2021-08-20T18:03:32.903Z] 
18:03:32 [2021-08-20T18:03:32.903Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s)
18:03:32 [2021-08-20T18:03:32.903Z]     check_test.go:268: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.903Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s)
18:03:32 [2021-08-20T18:03:32.903Z] 
18:03:32 [2021-08-20T18:03:32.903Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s)
18:03:32 [2021-08-20T18:03:32.903Z]     check_test.go:268: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.903Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s)
18:03:32 [2021-08-20T18:03:32.903Z] 
18:03:32 [2021-08-20T18:03:32.903Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s)
18:03:32 [2021-08-20T18:03:32.903Z]     check_test.go:268: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.903Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s)
18:03:32 [2021-08-20T18:03:32.903Z] 
18:03:32 [2021-08-20T18:03:32.903Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s)
18:03:32 [2021-08-20T18:03:32.903Z]     check_test.go:268: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.903Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s)
18:03:32 [2021-08-20T18:03:32.903Z] 
18:03:32 [2021-08-20T18:03:32.903Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s)
18:03:32 [2021-08-20T18:03:32.903Z]     check_test.go:302: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.903Z]     --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s)
18:03:32 [2021-08-20T18:03:32.903Z] 
18:03:32 [2021-08-20T18:03:32.903Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s)
18:03:32 [2021-08-20T18:03:32.903Z]     check_test.go:302: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.903Z]     --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s)
18:03:32 [2021-08-20T18:03:32.903Z] 
18:03:32 [2021-08-20T18:03:32.903Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s)
18:03:32 [2021-08-20T18:03:32.903Z]     check_test.go:302: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.903Z]     --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s)
18:03:32 [2021-08-20T18:03:32.903Z] 
18:03:32 [2021-08-20T18:03:32.903Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s)
18:03:32 [2021-08-20T18:03:32.903Z]     check_test.go:407: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.903Z]     --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s)
18:03:32 [2021-08-20T18:03:32.903Z] 
18:03:32 [2021-08-20T18:03:32.903Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s)
18:03:32 [2021-08-20T18:03:32.903Z]     check_test.go:407: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.903Z]     --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s)
18:03:32 [2021-08-20T18:03:32.903Z] 
18:03:32 [2021-08-20T18:03:32.903Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s)
18:03:32 [2021-08-20T18:03:32.903Z]     check_test.go:407: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.903Z]     --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s)
18:03:32 [2021-08-20T18:03:32.903Z] 
18:03:32 [2021-08-20T18:03:32.903Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s)
18:03:32 [2021-08-20T18:03:32.903Z]     check_test.go:407: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.903Z]     --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s)
18:03:32 [2021-08-20T18:03:32.903Z] 
18:03:32 [2021-08-20T18:03:32.903Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s)
18:03:32 [2021-08-20T18:03:32.903Z]     check_test.go:407: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.903Z]     --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s)
18:03:32 [2021-08-20T18:03:32.903Z] 
18:03:32 [2021-08-20T18:03:32.903Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s)
18:03:32 [2021-08-20T18:03:32.903Z]     check_test.go:407: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.903Z]     --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s)
18:03:32 [2021-08-20T18:03:32.903Z] 
18:03:32 [2021-08-20T18:03:32.903Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s)
18:03:32 [2021-08-20T18:03:32.903Z]     check_test.go:407: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.903Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s)
18:03:32 [2021-08-20T18:03:32.903Z] 
18:03:32 [2021-08-20T18:03:32.903Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s)
18:03:32 [2021-08-20T18:03:32.903Z]     check_test.go:407: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.903Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s)
18:03:32 [2021-08-20T18:03:32.903Z] 
18:03:32 [2021-08-20T18:03:32.903Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s)
18:03:32 [2021-08-20T18:03:32.903Z]     check_test.go:407: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.903Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s)
18:03:32 [2021-08-20T18:03:32.903Z] 
18:03:32 [2021-08-20T18:03:32.903Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s)
18:03:32 [2021-08-20T18:03:32.903Z]     check_test.go:407: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.903Z]     --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s)
18:03:32 [2021-08-20T18:03:32.903Z] 
18:03:32 [2021-08-20T18:03:32.903Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s)
18:03:32 [2021-08-20T18:03:32.903Z]     check_test.go:407: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.903Z]     --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s)
18:03:32 [2021-08-20T18:03:32.903Z] 
18:03:32 [2021-08-20T18:03:32.903Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s)
18:03:32 [2021-08-20T18:03:32.903Z]     check_test.go:128: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.903Z] 
18:03:32 [2021-08-20T18:03:32.903Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s)
18:03:32 [2021-08-20T18:03:32.903Z]     check_test.go:134: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.903Z] 
18:03:32 [2021-08-20T18:03:32.903Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s)
18:03:32 [2021-08-20T18:03:32.903Z]     check_test.go:142: unmatched requirement DaemonIsLinux
18:03:32 [2021-08-20T18:03:32.903Z] 
18:03:32 [2021-08-20T18:03:32.903Z] 
18:03:32 [2021-08-20T18:03:32.903Z] DONE 1092 tests, 546 skipped in 2072.695s
18:03:32 [2021-08-20T18:03:32.903Z] INFO: Integration tests ended at 08/20/2021 18:03:32. Duration:00:34:32.7829235
18:03:32 [2021-08-20T18:03:32.903Z] INFO: Docker info of the daemon under test at end of run
18:03:32 [2021-08-20T18:03:32.903Z] 
18:03:33 [2021-08-20T18:03:33.357Z] Containers: 2
18:03:33 [2021-08-20T18:03:33.358Z]  Running: 0
18:03:33 [2021-08-20T18:03:33.358Z]  Paused: 0
18:03:33 [2021-08-20T18:03:33.358Z]  Stopped: 2
18:03:33 [2021-08-20T18:03:33.358Z] Images: 18
18:03:33 [2021-08-20T18:03:33.358Z] Server Version: 0.0.0-dev
18:03:33 [2021-08-20T18:03:33.358Z] Storage Driver: windowsfilter
18:03:33 [2021-08-20T18:03:33.358Z]  Windows: 
18:03:33 [2021-08-20T18:03:33.358Z] Logging Driver: json-file
18:03:33 [2021-08-20T18:03:33.358Z] Plugins: 
18:03:33 [2021-08-20T18:03:33.358Z]  Volume: local
18:03:33 [2021-08-20T18:03:33.358Z]  Network: ics internal l2bridge l2tunnel nat null overlay private transparent
18:03:33 [2021-08-20T18:03:33.358Z]  Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog
18:03:33 [2021-08-20T18:03:33.358Z] Swarm: inactive
18:03:33 [2021-08-20T18:03:33.358Z] Default Isolation: process
18:03:33 [2021-08-20T18:03:33.358Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500)
18:03:33 [2021-08-20T18:03:33.358Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.169)
18:03:33 [2021-08-20T18:03:33.358Z] OSType: windows
18:03:33 [2021-08-20T18:03:33.358Z] Architecture: x86_64
18:03:33 [2021-08-20T18:03:33.358Z] CPUs: 4
18:03:33 [2021-08-20T18:03:33.358Z] Total Memory: 32GiB
18:03:33 [2021-08-20T18:03:33.358Z] Name: azwin-2-fedae0
18:03:33 [2021-08-20T18:03:33.358Z] ID: CBJC:WCQW:MTLR:OITY:S55C:DZ5C:VJJ3:2MCK:DIMR:CQKB:WQLJ:U7XX
18:03:33 [2021-08-20T18:03:33.358Z] Docker Root Dir: D:\CI\PR-42765\2\daemon
18:03:33 [2021-08-20T18:03:33.358Z] Debug Mode (client): false
18:03:33 [2021-08-20T18:03:33.358Z] Debug Mode (server): true
18:03:33 [2021-08-20T18:03:33.358Z]  File Descriptors: -1
18:03:33 [2021-08-20T18:03:33.358Z]  Goroutines: 17
18:03:33 [2021-08-20T18:03:33.358Z]  System Time: 2021-08-20T18:03:32.9789146Z
18:03:33 [2021-08-20T18:03:33.358Z]  EventsListeners: 0
18:03:33 [2021-08-20T18:03:33.358Z] Registry: https://index.docker.io/v1/
18:03:33 [2021-08-20T18:03:33.358Z] Labels:
18:03:33 [2021-08-20T18:03:33.358Z] Experimental: false
18:03:33 [2021-08-20T18:03:33.358Z] Insecure Registries:
18:03:33 [2021-08-20T18:03:33.358Z]  127.0.0.0/8
18:03:33 [2021-08-20T18:03:33.358Z] Live Restore Enabled: false
18:03:33 [2021-08-20T18:03:33.358Z] 
18:03:33 [2021-08-20T18:03:33.358Z] 
18:03:33 [2021-08-20T18:03:33.358Z] INFO: Stopping daemon under test
18:03:33 [2021-08-20T18:03:33.358Z] SUCCESS: The process with PID 5364 (child process of PID 5856) has been terminated.
18:03:33 [2021-08-20T18:03:33.358Z] SUCCESS: The process with PID 5856 (child process of PID 4736) has been terminated.
18:03:33 [2021-08-20T18:03:33.358Z] INFO: Stop tailing logs of the daemon under tests
18:03:33 [2021-08-20T18:03:33.358Z] INFO: executeCI.ps1 Completed successfully at 08/20/2021 18:03:33.
18:03:33 [2021-08-20T18:03:33.358Z] INFO: Tidying up at end of run
18:03:33 [2021-08-20T18:03:33.358Z] INFO: Saving daemon under test log (d:\CI\PR-42765\2\dut.out) to bundles\CIDUT.out
18:03:33 [2021-08-20T18:03:33.358Z] INFO: Saving daemon under test log (d:\CI\PR-42765\2\dut.err) to bundles\CIDUT.err
18:03:33 [2021-08-20T18:03:33.358Z] INFO: Nuke-Everything...
18:03:33 [2021-08-20T18:03:33.577Z] === RUN   TestDockerSuite/TestBuildLabelsOverride
18:03:33 [2021-08-20T18:03:33.812Z] INFO: Container count on control daemon to delete is 2
18:03:33 [2021-08-20T18:03:33.812Z] c40dcf7ffa9b
18:03:33 [2021-08-20T18:03:33.812Z] 2698e2a390f6
18:03:34 [2021-08-20T18:03:34.267Z] INFO: Tidying pidfile d:\CI\PR-42765\2\docker.pid
18:03:34 [2021-08-20T18:03:34.267Z] INFO: Nuking d:\CI
18:03:35 [2021-08-20T18:03:35.438Z] === RUN   TestDockerSuite/TestInspectNoSizeFlagContainer
18:03:36 [2021-08-20T18:03:36.973Z] === RUN   TestDockerSuite/TestInspectPlugin
18:03:36 [2021-08-20T18:03:36.973Z]     docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux
18:03:36 [2021-08-20T18:03:36.973Z] === RUN   TestDockerSuite/TestInspectRootFS
18:03:36 [2021-08-20T18:03:36.973Z] === RUN   TestDockerSuite/TestInspectSizeFlagContainer
18:03:39 [2021-08-20T18:03:39.860Z] === RUN   TestDockerSuite/TestInspectStatus
18:03:40 [2021-08-20T18:03:40.640Z] === RUN   TestDockerSuite/TestBuildLastModified
18:03:40 [2021-08-20T18:03:40.640Z]     docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux
18:03:40 [2021-08-20T18:03:40.640Z] === RUN   TestDockerSuite/TestBuildLineBreak
18:03:40 [2021-08-20T18:03:40.640Z]     docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux
18:03:40 [2021-08-20T18:03:40.640Z] === RUN   TestDockerSuite/TestBuildLineErrorOnBuild
18:03:40 [2021-08-20T18:03:40.640Z] === RUN   TestDockerSuite/TestBuildLineErrorUnknownInstruction
18:03:40 [2021-08-20T18:03:40.640Z] === RUN   TestDockerSuite/TestBuildLineErrorWithComments
18:03:40 [2021-08-20T18:03:40.640Z] === RUN   TestDockerSuite/TestBuildLineErrorWithEmptyLines
18:03:41 [2021-08-20T18:03:41.097Z] === RUN   TestDockerSuite/TestBuildMaintainer
18:03:41 [2021-08-20T18:03:41.553Z] === RUN   TestDockerSuite/TestBuildMissingArgs
18:03:42 [2021-08-20T18:03:42.518Z] === RUN   TestDockerSuite/TestBuildModifyFileInFolder
18:03:43 [2021-08-20T18:03:43.577Z] === RUN   TestDockerSuite/TestInspectStopWhenNotFound
18:03:49 [2021-08-20T18:03:49.351Z] === RUN   TestDockerSuite/TestInspectTemplateError
18:03:51 [2021-08-20T18:03:51.884Z] === RUN   TestDockerSuite/TestInspectTimesAsRFC3339Nano
18:03:52 [2021-08-20T18:03:52.815Z] === RUN   TestDockerSuite/TestBuildMultiStageArg
18:03:54 [2021-08-20T18:03:54.050Z] === RUN   TestDockerSuite/TestInspectTypeFlagContainer
18:03:56 [2021-08-20T18:03:56.939Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithImage
18:03:59 [2021-08-20T18:03:59.360Z] INFO: Zapped successfully
18:03:59 [2021-08-20T18:03:59.360Z] 
18:03:59 [2021-08-20T18:03:59.360Z] INFO: executeCI.ps1 exiting at Fri Aug 20 18:03:56 CUT 2021. Duration 01:07:25.5789315
18:03:59 [2021-08-20T18:03:59.360Z] 
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] junit
18:03:59 [2021-08-20T18:03:59.599Z] Recording test results
18:03:59 [2021-08-20T18:03:59.831Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithInvalidValue
18:04:02 [2021-08-20T18:04:02.726Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithNoContainer
18:04:04 [2021-08-20T18:04:04.890Z] === RUN   TestDockerSuite/TestInspectUnknownObject
18:04:05 [2021-08-20T18:04:05.346Z] === RUN   TestDockerSuite/TestLinkShortDefinition
18:04:05 [2021-08-20T18:04:05.346Z]     docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux
18:04:05 [2021-08-20T18:04:05.346Z] === RUN   TestDockerSuite/TestLinksEnvs
18:04:05 [2021-08-20T18:04:05.346Z]     docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux
18:04:05 [2021-08-20T18:04:05.346Z] === RUN   TestDockerSuite/TestLinksEtcHostsRegularFile
18:04:05 [2021-08-20T18:04:05.346Z]     docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux
18:04:05 [2021-08-20T18:04:05.346Z] === RUN   TestDockerSuite/TestLinksHostsFilesInject
18:04:05 [2021-08-20T18:04:05.346Z]     docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux
18:04:05 [2021-08-20T18:04:05.346Z] === RUN   TestDockerSuite/TestLinksInspectLinksStarted
18:04:05 [2021-08-20T18:04:05.346Z]     docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux
18:04:05 [2021-08-20T18:04:05.346Z] === RUN   TestDockerSuite/TestLinksInspectLinksStopped
18:04:05 [2021-08-20T18:04:05.346Z]     docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux
18:04:05 [2021-08-20T18:04:05.346Z] === RUN   TestDockerSuite/TestLinksInvalidContainerTarget
18:04:05 [2021-08-20T18:04:05.346Z]     docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux
18:04:05 [2021-08-20T18:04:05.346Z] === RUN   TestDockerSuite/TestLinksMultipleWithSameName
18:04:05 [2021-08-20T18:04:05.346Z]     docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux
18:04:05 [2021-08-20T18:04:05.346Z] === RUN   TestDockerSuite/TestLinksNetworkHostContainer
18:04:05 [2021-08-20T18:04:05.346Z]     docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux
18:04:05 [2021-08-20T18:04:05.346Z] === RUN   TestDockerSuite/TestLinksNotStartedParentNotFail
18:04:05 [2021-08-20T18:04:05.346Z]     docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux
18:04:05 [2021-08-20T18:04:05.346Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainers
18:04:05 [2021-08-20T18:04:05.346Z]     docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux
18:04:05 [2021-08-20T18:04:05.346Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainersAfterRename
18:04:05 [2021-08-20T18:04:05.346Z]     docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux
18:04:05 [2021-08-20T18:04:05.346Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainersOnRename
18:04:05 [2021-08-20T18:04:05.346Z]     docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux
18:04:05 [2021-08-20T18:04:05.346Z] === RUN   TestDockerSuite/TestLinksPingUnlinkedContainers
18:04:05 [2021-08-20T18:04:05.346Z]     docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux
18:04:05 [2021-08-20T18:04:05.346Z] === RUN   TestDockerSuite/TestLinksUpdateOnRestart
18:04:05 [2021-08-20T18:04:05.346Z]     docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux
18:04:05 [2021-08-20T18:04:05.346Z] === RUN   TestDockerSuite/TestLoadZeroSizeLayer
18:04:05 [2021-08-20T18:04:05.346Z]     docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux
18:04:05 [2021-08-20T18:04:05.346Z] === RUN   TestDockerSuite/TestLoginWithoutTTY
18:04:05 [2021-08-20T18:04:05.346Z] === RUN   TestDockerSuite/TestLogsAPIContainerNotFound
18:04:05 [2021-08-20T18:04:05.346Z] === RUN   TestDockerSuite/TestLogsAPIFollowEmptyOutput
18:04:07 [2021-08-20T18:04:07.995Z] [Checks API] No suitable checks publisher found.
[Pipeline] catchError
[Pipeline] {
[Pipeline] powershell
18:04:08 [2021-08-20T18:04:08.236Z] === RUN   TestDockerSuite/TestLogsAPINoStdoutNorStderr
18:04:09 [2021-08-20T18:04:09.465Z] Creating win-2022-integration-bundles.zip
18:04:10 [2021-08-20T18:04:10.400Z] === RUN   TestDockerSuite/TestLogsAPIUntil
18:04:10 [2021-08-20T18:04:10.468Z] === RUN   TestDockerSuite/TestBuildMultiStageCache
18:04:10 [2021-08-20T18:04:10.468Z]     docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux
18:04:10 [2021-08-20T18:04:10.468Z] === RUN   TestDockerSuite/TestBuildMultiStageCopyFromErrors
[Pipeline] archiveArtifacts
18:04:10 [2021-08-20T18:04:10.631Z] Archiving artifacts
18:04:11 [2021-08-20T18:04:11.999Z] === RUN   TestDockerSuite/TestBuildMultiStageCopyFromSyntax
18:04:17 [2021-08-20T18:04:17.443Z] === RUN   TestDockerSuite/TestLogsAPIUntilDefaultValue
18:04:20 [2021-08-20T18:04:20.332Z] === RUN   TestDockerSuite/TestLogsAPIUntilFutureFollow
18:04:20 [2021-08-20T18:04:20.332Z]     docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux
18:04:20 [2021-08-20T18:04:20.332Z] === RUN   TestDockerSuite/TestLogsAPIWithStdout
18:04:23 [2021-08-20T18:04:23.221Z] === RUN   TestDockerSuite/TestLogsCLIContainerNotFound
18:04:23 [2021-08-20T18:04:23.221Z] === RUN   TestDockerSuite/TestLogsContainerBiggerThanPage
18:04:25 [2021-08-20T18:04:25.452Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42765/2/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
18:04:26 [2021-08-20T18:04:26.443Z] + make clean
18:04:27 [2021-08-20T18:04:27.401Z] docker volume rm -f docker-dev-cache
18:04:27 [2021-08-20T18:04:27.401Z] docker-dev-cache
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // ws
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
18:04:31 [2021-08-20T18:04:31.767Z] === RUN   TestDockerSuite/TestLogsContainerMuchBiggerThanPage
18:04:38 [2021-08-20T18:04:38.807Z] === RUN   TestDockerSuite/TestLogsContainerSmallerThanPage
18:04:47 [2021-08-20T18:04:47.337Z] === RUN   TestDockerSuite/TestLogsFollowGoroutinesNoOutput
18:04:47 [2021-08-20T18:04:47.639Z] === RUN   TestDockerSuite/TestBuildMultiStageGlobalArg
18:04:50 [2021-08-20T18:04:50.228Z] === RUN   TestDockerSuite/TestLogsFollowGoroutinesWithStdout
18:04:53 [2021-08-20T18:04:53.116Z] === RUN   TestDockerSuite/TestLogsFollowSlowStdoutConsumer
18:04:53 [2021-08-20T18:04:53.116Z]     docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux
18:04:53 [2021-08-20T18:04:53.116Z] === RUN   TestDockerSuite/TestLogsFollowStopped
18:04:56 [2021-08-20T18:04:56.832Z] === RUN   TestDockerSuite/TestLogsSeparateStderr
18:04:58 [2021-08-20T18:04:58.994Z] === RUN   TestDockerSuite/TestLogsSince
18:05:08 [2021-08-20T18:05:08.698Z] === RUN   TestDockerSuite/TestBuildMultiStageImplicitFrom
18:05:09 [2021-08-20T18:05:09.274Z] === RUN   TestDockerSuite/TestLogsSinceFutureFollow
18:05:09 [2021-08-20T18:05:09.274Z]     docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux
18:05:09 [2021-08-20T18:05:09.274Z] === RUN   TestDockerSuite/TestLogsStderrInStdout
18:05:09 [2021-08-20T18:05:09.274Z]     docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux
18:05:09 [2021-08-20T18:05:09.274Z] === RUN   TestDockerSuite/TestLogsTail
18:05:12 [2021-08-20T18:05:12.165Z] === RUN   TestDockerSuite/TestLogsTimestamps
18:05:12 [2021-08-20T18:05:12.419Z] === RUN   TestDockerSuite/TestBuildMultiStageMultipleBuilds
18:05:15 [2021-08-20T18:05:15.885Z] === RUN   TestDockerSuite/TestLogsWithDetails
18:05:18 [2021-08-20T18:05:18.774Z] === RUN   TestDockerSuite/TestMountIntoProc
18:05:18 [2021-08-20T18:05:18.774Z]     docker_cli_run_test.go:2882: unmatched requirement DaemonIsLinux
18:05:18 [2021-08-20T18:05:18.774Z] === RUN   TestDockerSuite/TestMountIntoSys
18:05:18 [2021-08-20T18:05:18.774Z]     docker_cli_run_test.go:2891: unmatched requirement DaemonIsLinux
18:05:18 [2021-08-20T18:05:18.774Z] === RUN   TestDockerSuite/TestNetHostname
18:05:18 [2021-08-20T18:05:18.774Z]     docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux
18:05:18 [2021-08-20T18:05:18.774Z] === RUN   TestDockerSuite/TestNetHostnameWithNetHost
18:05:18 [2021-08-20T18:05:18.774Z]     docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux
18:05:18 [2021-08-20T18:05:18.774Z] === RUN   TestDockerSuite/TestNetworkRmWithActiveContainers
18:05:18 [2021-08-20T18:05:18.774Z]     docker_cli_run_test.go:3485: unmatched requirement DaemonIsLinux
18:05:18 [2021-08-20T18:05:18.774Z] === RUN   TestDockerSuite/TestPermissionsPtsReadonlyRootfs
18:05:18 [2021-08-20T18:05:18.774Z]     docker_cli_run_test.go:2671: unmatched requirement DaemonIsLinux
18:05:18 [2021-08-20T18:05:18.774Z] === RUN   TestDockerSuite/TestPluginActive
18:05:18 [2021-08-20T18:05:18.774Z]     docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux
18:05:18 [2021-08-20T18:05:18.774Z] === RUN   TestDockerSuite/TestPluginActiveNetwork
18:05:18 [2021-08-20T18:05:18.774Z]     docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux
18:05:18 [2021-08-20T18:05:18.774Z] === RUN   TestDockerSuite/TestPluginInspectOnWindows
18:05:18 [2021-08-20T18:05:18.774Z] === RUN   TestDockerSuite/TestPluginInstallDisableVolumeLs
18:05:18 [2021-08-20T18:05:18.774Z]     docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux
18:05:18 [2021-08-20T18:05:18.774Z] === RUN   TestDockerSuite/TestPluginLogDriver
18:05:18 [2021-08-20T18:05:18.774Z]     docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64
18:05:18 [2021-08-20T18:05:18.774Z] === RUN   TestDockerSuite/TestPluginLogDriverInfoList
18:05:18 [2021-08-20T18:05:18.774Z]     docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64
18:05:18 [2021-08-20T18:05:18.774Z] === RUN   TestDockerSuite/TestPluginMetricsCollector
18:05:18 [2021-08-20T18:05:18.774Z]     docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux
18:05:18 [2021-08-20T18:05:18.774Z] === RUN   TestDockerSuite/TestPluginUpgrade
18:05:18 [2021-08-20T18:05:18.774Z]     docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux
18:05:18 [2021-08-20T18:05:18.774Z] === RUN   TestDockerSuite/TestPortBindingOnSandbox
18:05:18 [2021-08-20T18:05:18.774Z]     docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux
18:05:18 [2021-08-20T18:05:18.774Z] === RUN   TestDockerSuite/TestPortExposeHostBinding
18:05:18 [2021-08-20T18:05:18.774Z]     docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux
18:05:18 [2021-08-20T18:05:18.774Z] === RUN   TestDockerSuite/TestPortHostBinding
18:05:18 [2021-08-20T18:05:18.774Z]     docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux
18:05:18 [2021-08-20T18:05:18.774Z] === RUN   TestDockerSuite/TestPortList
18:05:18 [2021-08-20T18:05:18.774Z]     docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux
18:05:18 [2021-08-20T18:05:18.774Z] === RUN   TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint
18:05:19 [2021-08-20T18:05:19.483Z] === RUN   TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows
18:05:24 [2021-08-20T18:05:24.539Z] === RUN   TestDockerSuite/TestPostContainersAttach
18:05:24 [2021-08-20T18:05:24.539Z]     docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux
18:05:24 [2021-08-20T18:05:24.539Z] === RUN   TestDockerSuite/TestPostContainersAttachContainerNotFound
18:05:24 [2021-08-20T18:05:24.539Z] === RUN   TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted
18:05:24 [2021-08-20T18:05:24.539Z]     docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux
18:05:24 [2021-08-20T18:05:24.539Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted
18:05:24 [2021-08-20T18:05:24.539Z]     docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux
18:05:24 [2021-08-20T18:05:24.539Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeNegative
18:05:24 [2021-08-20T18:05:24.539Z]     docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux
18:05:24 [2021-08-20T18:05:24.539Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeOmitted
18:05:24 [2021-08-20T18:05:24.539Z]     docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux
18:05:24 [2021-08-20T18:05:24.539Z] === RUN   TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange
18:05:24 [2021-08-20T18:05:24.539Z]     docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux
18:05:24 [2021-08-20T18:05:24.539Z] === RUN   TestDockerSuite/TestPostContainersCreateWithShmSize
18:05:24 [2021-08-20T18:05:24.539Z]     docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux
18:05:24 [2021-08-20T18:05:24.539Z] === RUN   TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop
18:05:24 [2021-08-20T18:05:24.539Z]     docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux
18:05:24 [2021-08-20T18:05:24.539Z] === RUN   TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd
18:05:25 [2021-08-20T18:05:25.256Z] === RUN   TestDockerSuite/TestBuildMultiStageNameVariants
18:05:30 [2021-08-20T18:05:30.336Z] === RUN   TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues
18:05:30 [2021-08-20T18:05:30.336Z]     docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux
18:05:30 [2021-08-20T18:05:30.336Z] === RUN   TestDockerSuite/TestPsByOrder
18:05:40 [2021-08-20T18:05:40.633Z] === RUN   TestDockerSuite/TestPsImageIDAfterUpdate
18:05:40 [2021-08-20T18:05:40.633Z]     docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux
18:05:40 [2021-08-20T18:05:40.633Z] === RUN   TestDockerSuite/TestPsListContainersBase
18:05:50 [2021-08-20T18:05:50.359Z] === RUN   TestDockerSuite/TestBuildMultiStageResetScratch
18:05:50 [2021-08-20T18:05:50.359Z]     docker_cli_build_test.go:5920: unmatched requirement DaemonIsLinux
18:05:50 [2021-08-20T18:05:50.359Z] === RUN   TestDockerSuite/TestBuildMultiStageUnusedArg
18:05:52 [2021-08-20T18:05:52.978Z] === RUN   TestDockerSuite/TestPsListContainersFilterAncestorImage
18:05:56 [2021-08-20T18:05:56.133Z] === RUN   TestDockerSuite/TestBuildMultipleTags
18:05:57 [2021-08-20T18:05:57.095Z] === RUN   TestDockerSuite/TestBuildNetContainer
18:05:57 [2021-08-20T18:05:57.095Z]     docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux
18:05:57 [2021-08-20T18:05:57.095Z] === RUN   TestDockerSuite/TestBuildNetNone
18:05:57 [2021-08-20T18:05:57.095Z]     docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux
18:05:57 [2021-08-20T18:05:57.095Z] === RUN   TestDockerSuite/TestBuildNoContext
18:05:59 [2021-08-20T18:05:59.990Z] === RUN   TestDockerSuite/TestBuildNoDupOutput
18:06:05 [2021-08-20T18:06:05.764Z] === RUN   TestDockerSuite/TestBuildNoNamedVolume
18:06:10 [2021-08-20T18:06:10.636Z] === RUN   TestDockerSuite/TestPsListContainersFilterCreated
18:06:10 [2021-08-20T18:06:10.636Z] === RUN   TestDockerSuite/TestPsListContainersFilterExited
18:06:10 [2021-08-20T18:06:10.636Z]     docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819
18:06:10 [2021-08-20T18:06:10.636Z] === RUN   TestDockerSuite/TestPsListContainersFilterHealth
18:06:12 [2021-08-20T18:06:12.819Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailure
18:06:12 [2021-08-20T18:06:12.819Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailureRemote
18:06:12 [2021-08-20T18:06:12.819Z] === RUN   TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage
18:06:15 [2021-08-20T18:06:15.713Z] === RUN   TestDockerSuite/TestBuildNotVerboseSuccess
18:06:16 [2021-08-20T18:06:16.677Z] === RUN   TestDockerSuite/TestBuildNullStringInAddCopyVolume
18:06:18 [2021-08-20T18:06:18.210Z] === RUN   TestDockerSuite/TestBuildOnBuild
18:06:25 [2021-08-20T18:06:25.420Z] === RUN   TestDockerSuite/TestPsListContainersFilterID
18:06:28 [2021-08-20T18:06:28.318Z] === RUN   TestDockerSuite/TestPsListContainersFilterLabel
18:06:36 [2021-08-20T18:06:36.864Z] === RUN   TestDockerSuite/TestPsListContainersFilterName
18:06:39 [2021-08-20T18:06:39.274Z] === RUN   TestDockerSuite/TestBuildOnBuildCache
18:06:39 [2021-08-20T18:06:39.274Z] === RUN   TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON
18:06:42 [2021-08-20T18:06:42.641Z] === RUN   TestDockerSuite/TestPsListContainersFilterNetwork
18:06:42 [2021-08-20T18:06:42.641Z]     docker_cli_ps_test.go:714: unmatched requirement DaemonIsLinux
18:06:42 [2021-08-20T18:06:42.641Z] === RUN   TestDockerSuite/TestPsListContainersFilterPorts
18:06:42 [2021-08-20T18:06:42.641Z]     docker_cli_ps_test.go:806: unmatched requirement DaemonIsLinux
18:06:42 [2021-08-20T18:06:42.641Z] === RUN   TestDockerSuite/TestPsListContainersFilterStatus
18:06:48 [2021-08-20T18:06:48.409Z] === RUN   TestDockerSuite/TestPsListContainersSize
18:06:48 [2021-08-20T18:06:48.409Z]     docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux
18:06:48 [2021-08-20T18:06:48.409Z] === RUN   TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer
18:06:48 [2021-08-20T18:06:48.409Z]     docker_cli_ps_test.go:856: unmatched requirement DaemonIsLinux
18:06:48 [2021-08-20T18:06:48.409Z] === RUN   TestDockerSuite/TestPsNotShowPortsOfStoppedContainer
18:06:48 [2021-08-20T18:06:48.409Z]     docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux
18:06:48 [2021-08-20T18:06:48.409Z] === RUN   TestDockerSuite/TestPsRightTagName
18:06:48 [2021-08-20T18:06:48.409Z]     docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux
18:06:48 [2021-08-20T18:06:48.409Z] === RUN   TestDockerSuite/TestPsShowMounts
18:06:49 [2021-08-20T18:06:49.570Z] === RUN   TestDockerSuite/TestBuildOnBuildEntrypointJSON
18:06:53 [2021-08-20T18:06:53.292Z] === RUN   TestDockerSuite/TestBuildOnBuildLimitedInheritance
18:06:56 [2021-08-20T18:06:56.952Z] === RUN   TestDockerSuite/TestPtraceContainerProcsFromHost
18:06:56 [2021-08-20T18:06:56.953Z]     docker_cli_run_test.go:3117: unmatched requirement DaemonIsLinux
18:06:56 [2021-08-20T18:06:56.953Z] === RUN   TestDockerSuite/TestPullLinuxImageFailsOnWindows
18:06:58 [2021-08-20T18:06:58.488Z] === RUN   TestDockerSuite/TestPullWindowsImageFailsOnLinux
18:06:58 [2021-08-20T18:06:58.488Z]     docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux
18:06:58 [2021-08-20T18:06:58.488Z] === RUN   TestDockerSuite/TestPushToCentralRegistryUnauthorized
18:06:59 [2021-08-20T18:06:59.451Z] === RUN   TestDockerSuite/TestPushUnprefixedRepo
18:07:00 [2021-08-20T18:07:00.412Z] === RUN   TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs
18:07:00 [2021-08-20T18:07:00.412Z]     docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux
18:07:00 [2021-08-20T18:07:00.412Z] === RUN   TestDockerSuite/TestRestartAutoRemoveContainer
18:07:03 [2021-08-20T18:07:03.591Z] === RUN   TestDockerSuite/TestBuildOnBuildLowercase
18:07:06 [2021-08-20T18:07:06.179Z] === RUN   TestDockerSuite/TestRestartContainerSuccess
18:07:08 [2021-08-20T18:07:08.266Z] === RUN   TestDockerSuite/TestBuildOnBuildOutput
18:07:11 [2021-08-20T18:07:11.948Z] === RUN   TestDockerSuite/TestRestartContainerwithGoodContainer
18:07:12 [2021-08-20T18:07:12.947Z] === RUN   TestDockerSuite/TestBuildOnBuildWithCopy
18:07:14 [2021-08-20T18:07:14.478Z] === RUN   TestDockerSuite/TestBuildOpaqueDirectory
18:07:14 [2021-08-20T18:07:14.478Z]     docker_cli_build_test.go:5978: unmatched requirement DaemonIsLinux
18:07:14 [2021-08-20T18:07:14.478Z] === RUN   TestDockerSuite/TestBuildPATH
18:07:14 [2021-08-20T18:07:14.478Z]     docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux
18:07:14 [2021-08-20T18:07:14.478Z] === RUN   TestDockerSuite/TestBuildRUNErrMsg
18:07:14 [2021-08-20T18:07:14.840Z] === RUN   TestDockerSuite/TestRestartContainerwithRestartPolicy
18:07:16 [2021-08-20T18:07:16.653Z] === RUN   TestDockerSuite/TestBuildRUNoneJSON
18:07:16 [2021-08-20T18:07:16.653Z]     docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux
18:07:16 [2021-08-20T18:07:16.653Z] === RUN   TestDockerSuite/TestBuildRelativeCopy
18:07:39 [2021-08-20T18:07:39.941Z] === RUN   TestDockerSuite/TestRestartDisconnectedContainer
18:07:39 [2021-08-20T18:07:39.941Z]     docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux
18:07:39 [2021-08-20T18:07:39.941Z] === RUN   TestDockerSuite/TestRestartPolicyAfterRestart
18:07:45 [2021-08-20T18:07:45.713Z] === RUN   TestDockerSuite/TestRestartPolicyAlways
18:07:45 [2021-08-20T18:07:45.713Z] === RUN   TestDockerSuite/TestRestartPolicyNO
18:07:45 [2021-08-20T18:07:45.713Z] === RUN   TestDockerSuite/TestRestartPolicyOnFailure
18:07:47 [2021-08-20T18:07:47.241Z] === RUN   TestDockerSuite/TestRestartRunningContainer
18:07:53 [2021-08-20T18:07:53.012Z] === RUN   TestDockerSuite/TestRestartStoppedContainer
18:07:57 [2021-08-20T18:07:57.687Z] === RUN   TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork
18:07:57 [2021-08-20T18:07:57.687Z]     docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux
18:07:57 [2021-08-20T18:07:57.687Z] === RUN   TestDockerSuite/TestRestartWithVolumes
18:08:03 [2021-08-20T18:08:03.465Z] === RUN   TestDockerSuite/TestRmiBlank
18:08:03 [2021-08-20T18:08:03.465Z] === RUN   TestDockerSuite/TestRmiByIDHardConflict
18:08:03 [2021-08-20T18:08:03.921Z] === RUN   TestDockerSuite/TestRmiContainerImageNotFound
18:08:07 [2021-08-20T18:08:07.306Z] === RUN   TestDockerSuite/TestBuildRelativeWorkdir
18:08:21 [2021-08-20T18:08:21.571Z] === RUN   TestDockerSuite/TestRmiForceWithExistingContainers
18:08:23 [2021-08-20T18:08:23.740Z] === RUN   TestDockerSuite/TestRmiForceWithMultipleRepositories
18:08:24 [2021-08-20T18:08:24.702Z] === RUN   TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags
18:08:32 [2021-08-20T18:08:32.413Z] === RUN   TestDockerSuite/TestBuildRm
18:08:33 [2021-08-20T18:08:33.239Z] === RUN   TestDockerSuite/TestRmiImgIDForce
18:08:39 [2021-08-20T18:08:39.011Z] === RUN   TestDockerSuite/TestRmiImgIDMultipleTag
18:08:47 [2021-08-20T18:08:47.196Z] === RUN   TestDockerSuite/TestBuildRunShEntrypoint
18:08:49 [2021-08-20T18:08:49.296Z] === RUN   TestDockerSuite/TestRmiParentImageFail
18:08:49 [2021-08-20T18:08:49.372Z] === RUN   TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache
18:08:49 [2021-08-20T18:08:49.372Z]     docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux
18:08:49 [2021-08-20T18:08:49.832Z] === RUN   TestDockerSuite/TestBuildScratchCopy
18:08:49 [2021-08-20T18:08:49.832Z]     docker_api_build_test.go:513: unmatched requirement DaemonIsLinux
18:08:50 [2021-08-20T18:08:50.288Z] === RUN   TestDockerSuite/TestBuildSetCommandWithDefinedShell
18:08:51 [2021-08-20T18:08:51.820Z] === RUN   TestDockerSuite/TestBuildShCmdJSONEntrypoint
18:08:53 [2021-08-20T18:08:53.963Z] === RUN   TestDockerSuite/TestRmiTag
18:08:54 [2021-08-20T18:08:54.419Z] === RUN   TestDockerSuite/TestRmiTagWithExistingContainers
18:08:55 [2021-08-20T18:08:55.540Z] === RUN   TestDockerSuite/TestBuildShellEntrypoint
18:08:57 [2021-08-20T18:08:57.310Z] === RUN   TestDockerSuite/TestRmiUntagHistoryLayer
18:08:59 [2021-08-20T18:08:59.259Z] === RUN   TestDockerSuite/TestBuildShellInherited
18:09:09 [2021-08-20T18:09:09.555Z] === RUN   TestDockerSuite/TestBuildShellMultiple
18:09:18 [2021-08-20T18:09:18.436Z] === RUN   TestDockerSuite/TestRmiWithContainerFails
18:09:19 [2021-08-20T18:09:19.400Z] === RUN   TestDockerSuite/TestRmiWithMultipleRepositories
18:09:26 [2021-08-20T18:09:26.461Z] === RUN   TestDockerSuite/TestRmiWithParentInUse
18:09:27 [2021-08-20T18:09:27.425Z] === RUN   TestDockerSuite/TestRunAddDeviceCgroupRule
18:09:27 [2021-08-20T18:09:27.425Z]     docker_cli_run_test.go:4400: unmatched requirement DaemonIsLinux
18:09:27 [2021-08-20T18:09:27.425Z] === RUN   TestDockerSuite/TestRunAddHost
18:09:27 [2021-08-20T18:09:27.425Z]     docker_cli_run_test.go:1576: unmatched requirement DaemonIsLinux
18:09:27 [2021-08-20T18:09:27.425Z] === RUN   TestDockerSuite/TestRunAddHostInHostMode
18:09:27 [2021-08-20T18:09:27.425Z]     docker_cli_run_test.go:3917: unmatched requirement DaemonIsLinux
18:09:27 [2021-08-20T18:09:27.425Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevices
18:09:27 [2021-08-20T18:09:27.425Z]     docker_cli_run_test.go:1171: unmatched requirement DaemonIsLinux
18:09:27 [2021-08-20T18:09:27.425Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode
18:09:27 [2021-08-20T18:09:27.425Z]     docker_cli_run_test.go:1189: unmatched requirement DaemonIsLinux
18:09:27 [2021-08-20T18:09:27.425Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevicesNoSrc
18:09:27 [2021-08-20T18:09:27.425Z]     docker_cli_run_test.go:1180: unmatched requirement DaemonIsLinux
18:09:27 [2021-08-20T18:09:27.425Z] === RUN   TestDockerSuite/TestRunAllocatePortInReservedRange
18:09:27 [2021-08-20T18:09:27.425Z]     docker_cli_run_test.go:2060: unmatched requirement DaemonIsLinux
18:09:27 [2021-08-20T18:09:27.425Z] === RUN   TestDockerSuite/TestRunAllowBindMountingRoot
18:09:29 [2021-08-20T18:09:29.606Z] === RUN   TestDockerSuite/TestRunAllowPortRangeThroughExpose
18:09:29 [2021-08-20T18:09:29.606Z]     docker_cli_run_test.go:2265: unmatched requirement DaemonIsLinux
18:09:29 [2021-08-20T18:09:29.606Z] === RUN   TestDockerSuite/TestRunAllowPortRangeThroughPublish
18:09:29 [2021-08-20T18:09:29.606Z]     docker_cli_run_test.go:2601: unmatched requirement DaemonIsLinux
18:09:29 [2021-08-20T18:09:29.606Z] === RUN   TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes
18:09:34 [2021-08-20T18:09:34.658Z] === RUN   TestDockerSuite/TestBuildShellNotJSON
18:09:34 [2021-08-20T18:09:34.658Z] === RUN   TestDockerSuite/TestBuildShellUpdatesConfig
18:09:34 [2021-08-20T18:09:34.658Z] === RUN   TestDockerSuite/TestBuildShellWindowsPowershell
18:09:35 [2021-08-20T18:09:35.380Z] === RUN   TestDockerSuite/TestRunAttachFailedNoLeak
18:09:39 [2021-08-20T18:09:39.099Z] === RUN   TestDockerSuite/TestRunAttachStdErrOnlyTTYMode
18:09:41 [2021-08-20T18:09:41.992Z] === RUN   TestDockerSuite/TestRunAttachStdOutAndErrTTYMode
18:09:44 [2021-08-20T18:09:44.884Z] === RUN   TestDockerSuite/TestRunAttachStdOutOnlyTTYMode
18:09:44 [2021-08-20T18:09:44.961Z] === RUN   TestDockerSuite/TestBuildSpaces
18:09:44 [2021-08-20T18:09:44.961Z] === RUN   TestDockerSuite/TestBuildSpacesWithQuotes
18:09:47 [2021-08-20T18:09:47.780Z] === RUN   TestDockerSuite/TestRunAttachWithDetach
18:09:48 [2021-08-20T18:09:48.237Z] === RUN   TestDockerSuite/TestRunBindMounts
18:09:50 [2021-08-20T18:09:50.734Z] === RUN   TestDockerSuite/TestBuildStartsFromOne
18:09:50 [2021-08-20T18:09:50.734Z] === RUN   TestDockerSuite/TestBuildStderr
18:09:55 [2021-08-20T18:09:55.285Z] === RUN   TestDockerSuite/TestRunCapAddALLCanDownInterface
18:09:55 [2021-08-20T18:09:55.285Z]     docker_cli_run_test.go:1052: unmatched requirement DaemonIsLinux
18:09:55 [2021-08-20T18:09:55.285Z] === RUN   TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface
18:09:55 [2021-08-20T18:09:55.285Z]     docker_cli_run_test.go:1062: unmatched requirement DaemonIsLinux
18:09:55 [2021-08-20T18:09:55.285Z] === RUN   TestDockerSuite/TestRunCapAddCHOWN
18:09:55 [2021-08-20T18:09:55.285Z]     docker_cli_run_test.go:2981: unmatched requirement DaemonIsLinux
18:09:55 [2021-08-20T18:09:55.285Z] === RUN   TestDockerSuite/TestRunCapAddCanDownInterface
18:09:55 [2021-08-20T18:09:55.285Z]     docker_cli_run_test.go:1042: unmatched requirement DaemonIsLinux
18:09:55 [2021-08-20T18:09:55.285Z] === RUN   TestDockerSuite/TestRunCapAddInvalid
18:09:55 [2021-08-20T18:09:55.285Z]     docker_cli_run_test.go:1033: unmatched requirement DaemonIsLinux
18:09:55 [2021-08-20T18:09:55.285Z] === RUN   TestDockerSuite/TestRunCapAddSYSTIME
18:09:55 [2021-08-20T18:09:55.285Z]     docker_cli_run_test.go:3167: unmatched requirement DaemonIsLinux
18:09:55 [2021-08-20T18:09:55.285Z] === RUN   TestDockerSuite/TestRunCapDropALLAddMknodCanMknod
18:09:55 [2021-08-20T18:09:55.285Z]     docker_cli_run_test.go:1023: unmatched requirement DaemonIsLinux
18:09:55 [2021-08-20T18:09:55.285Z] === RUN   TestDockerSuite/TestRunCapDropALLCannotMknod
18:09:55 [2021-08-20T18:09:55.285Z]     docker_cli_run_test.go:1011: unmatched requirement DaemonIsLinux
18:09:55 [2021-08-20T18:09:55.285Z] === RUN   TestDockerSuite/TestRunCapDropCannotMknod
18:09:55 [2021-08-20T18:09:55.285Z]     docker_cli_run_test.go:985: unmatched requirement DaemonIsLinux
18:09:55 [2021-08-20T18:09:55.285Z] === RUN   TestDockerSuite/TestRunCapDropCannotMknodLowerCase
18:09:55 [2021-08-20T18:09:55.285Z]     docker_cli_run_test.go:998: unmatched requirement DaemonIsLinux
18:09:55 [2021-08-20T18:09:55.285Z] === RUN   TestDockerSuite/TestRunCapDropInvalid
18:09:55 [2021-08-20T18:09:55.285Z]     docker_cli_run_test.go:976: unmatched requirement DaemonIsLinux
18:09:55 [2021-08-20T18:09:55.285Z] === RUN   TestDockerSuite/TestRunCidFileCheckIDLength
18:09:55 [2021-08-20T18:09:55.406Z] === RUN   TestDockerSuite/TestBuildStepsWithProgress
18:09:57 [2021-08-20T18:09:57.459Z] === RUN   TestDockerSuite/TestRunCidFileCleanupIfEmpty
18:09:57 [2021-08-20T18:09:57.459Z]     docker_cli_run_test.go:1932: unmatched requirement DaemonIsLinux
18:09:57 [2021-08-20T18:09:57.459Z] === RUN   TestDockerSuite/TestRunCleanupCmdOnEntrypoint
18:10:01 [2021-08-20T18:10:01.181Z] === RUN   TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts
18:10:01 [2021-08-20T18:10:01.181Z]     docker_cli_run_test.go:3309: unmatched requirement DaemonIsLinux
18:10:01 [2021-08-20T18:10:01.181Z] === RUN   TestDockerSuite/TestRunContainerNetModeWithExposePort
18:10:01 [2021-08-20T18:10:01.181Z]     docker_cli_run_test.go:3333: unmatched requirement DaemonIsLinux
18:10:01 [2021-08-20T18:10:01.181Z] === RUN   TestDockerSuite/TestRunContainerNetwork
18:10:03 [2021-08-20T18:10:03.348Z] === RUN   TestDockerSuite/TestRunContainerNetworkModeToSelf
18:10:03 [2021-08-20T18:10:03.348Z]     docker_cli_run_test.go:3300: unmatched requirement DaemonIsLinux
18:10:03 [2021-08-20T18:10:03.348Z] === RUN   TestDockerSuite/TestRunContainerWithCgroupMountRO
18:10:03 [2021-08-20T18:10:03.348Z]     docker_cli_run_test.go:3285: unmatched requirement DaemonIsLinux
18:10:03 [2021-08-20T18:10:03.348Z] === RUN   TestDockerSuite/TestRunContainerWithCgroupParent
18:10:03 [2021-08-20T18:10:03.348Z]     docker_cli_run_test.go:3210: unmatched requirement DaemonIsLinux
18:10:03 [2021-08-20T18:10:03.348Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer
18:10:03 [2021-08-20T18:10:03.348Z]     docker_cli_run_test.go:2709: unmatched requirement DaemonIsLinux
18:10:03 [2021-08-20T18:10:03.348Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfs
18:10:03 [2021-08-20T18:10:03.348Z]     docker_cli_run_test.go:2658: unmatched requirement DaemonIsLinux
18:10:03 [2021-08-20T18:10:03.348Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag
18:10:03 [2021-08-20T18:10:03.348Z]     docker_cli_run_test.go:2731: unmatched requirement DaemonIsLinux
18:10:03 [2021-08-20T18:10:03.348Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag
18:10:03 [2021-08-20T18:10:03.348Z]     docker_cli_run_test.go:2721: unmatched requirement DaemonIsLinux
18:10:03 [2021-08-20T18:10:03.348Z] === RUN   TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer
18:10:05 [2021-08-20T18:10:05.515Z] === RUN   TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero
18:10:08 [2021-08-20T18:10:08.408Z] === RUN   TestDockerSuite/TestRunContainerWithWritableRootfs
18:10:11 [2021-08-20T18:10:11.302Z] === RUN   TestDockerSuite/TestRunCopyVolumeContent
18:10:11 [2021-08-20T18:10:11.302Z]     docker_cli_run_test.go:1677: unmatched requirement DaemonIsLinux
18:10:11 [2021-08-20T18:10:11.302Z] === RUN   TestDockerSuite/TestRunCopyVolumeUIDGID
18:10:11 [2021-08-20T18:10:11.302Z]     docker_cli_run_test.go:1658: unmatched requirement DaemonIsLinux
18:10:11 [2021-08-20T18:10:11.302Z] === RUN   TestDockerSuite/TestRunCreateContainerFailedCleanUp
18:10:11 [2021-08-20T18:10:11.302Z]     docker_cli_run_test.go:3175: unmatched requirement DaemonIsLinux
18:10:11 [2021-08-20T18:10:11.302Z] === RUN   TestDockerSuite/TestRunCreateVolume
18:10:14 [2021-08-20T18:10:14.194Z] === RUN   TestDockerSuite/TestRunCreateVolumeEtc
18:10:14 [2021-08-20T18:10:14.194Z]     docker_cli_run_test.go:2152: unmatched requirement DaemonIsLinux
18:10:14 [2021-08-20T18:10:14.194Z] === RUN   TestDockerSuite/TestRunCreateVolumeWithSymlink
18:10:14 [2021-08-20T18:10:14.194Z]     docker_cli_run_test.go:621: unmatched requirement DaemonIsLinux
18:10:14 [2021-08-20T18:10:14.194Z] === RUN   TestDockerSuite/TestRunCreateVolumesInSymlinkDir
18:10:14 [2021-08-20T18:10:14.194Z]     docker_cli_run_test.go:383: unmatched requirement DaemonIsLinux
18:10:14 [2021-08-20T18:10:14.194Z] === RUN   TestDockerSuite/TestRunCreateVolumesInSymlinkDir2
18:10:14 [2021-08-20T18:10:14.194Z]     docker_cli_run_test.go:427: unmatched requirement DaemonIsLinux
18:10:14 [2021-08-20T18:10:14.194Z] === RUN   TestDockerSuite/TestRunCredentialSpecFailures
18:10:16 [2021-08-20T18:10:16.362Z] === RUN   TestDockerSuite/TestRunCredentialSpecWellFormed
18:10:16 [2021-08-20T18:10:16.464Z] === RUN   TestDockerSuite/TestBuildStopSignal
18:10:16 [2021-08-20T18:10:16.464Z]     docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux
18:10:16 [2021-08-20T18:10:16.921Z] === RUN   TestDockerSuite/TestBuildSymlinkBasename
18:10:20 [2021-08-20T18:10:20.643Z] === RUN   TestDockerSuite/TestBuildSymlinkBreakout
18:10:21 [2021-08-20T18:10:21.607Z] === RUN   TestDockerSuite/TestBuildTagEvent
18:10:23 [2021-08-20T18:10:23.439Z] === RUN   TestDockerSuite/TestRunDNSDefaultOptions
18:10:23 [2021-08-20T18:10:23.439Z]     docker_cli_run_test.go:1253: unmatched requirement DaemonIsLinux
18:10:23 [2021-08-20T18:10:23.439Z] === RUN   TestDockerSuite/TestRunDNSInHostMode
18:10:23 [2021-08-20T18:10:23.439Z]     docker_cli_run_test.go:3882: unmatched requirement DaemonIsLinux
18:10:23 [2021-08-20T18:10:23.439Z] === RUN   TestDockerSuite/TestRunDNSOptions
18:10:23 [2021-08-20T18:10:23.439Z]     docker_cli_run_test.go:1288: unmatched requirement DaemonIsLinux
18:10:23 [2021-08-20T18:10:23.439Z] === RUN   TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf
18:10:23 [2021-08-20T18:10:23.439Z]     docker_cli_run_test.go:1321: unmatched requirement DaemonIsLinux
18:10:23 [2021-08-20T18:10:23.439Z] === RUN   TestDockerSuite/TestRunDNSRepeatOptions
18:10:23 [2021-08-20T18:10:23.439Z]     docker_cli_run_test.go:1310: unmatched requirement DaemonIsLinux
18:10:23 [2021-08-20T18:10:23.439Z] === RUN   TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule
18:10:23 [2021-08-20T18:10:23.439Z]     docker_cli_run_test.go:2025: unmatched requirement DaemonIsLinux
18:10:23 [2021-08-20T18:10:23.439Z] === RUN   TestDockerSuite/TestRunDetachedContainerIDPrinting
18:10:26 [2021-08-20T18:10:26.336Z] === RUN   TestDockerSuite/TestRunDeviceNumbers
18:10:26 [2021-08-20T18:10:26.336Z]     docker_cli_run_test.go:1141: unmatched requirement DaemonIsLinux
18:10:26 [2021-08-20T18:10:26.336Z] === RUN   TestDockerSuite/TestRunDisallowBindMountingRootToRoot
18:10:26 [2021-08-20T18:10:26.792Z] === RUN   TestDockerSuite/TestRunDuplicateMount
18:10:26 [2021-08-20T18:10:26.792Z]     docker_cli_run_test.go:4057: unmatched requirement DaemonIsLinux
18:10:26 [2021-08-20T18:10:26.792Z] === RUN   TestDockerSuite/TestRunEchoNamedContainer
18:10:27 [2021-08-20T18:10:27.381Z] === RUN   TestDockerSuite/TestBuildTimeArgHistoryExclusions
18:10:29 [2021-08-20T18:10:29.684Z] === RUN   TestDockerSuite/TestRunEchoStdout
18:10:32 [2021-08-20T18:10:32.577Z] === RUN   TestDockerSuite/TestRunEmptyEnv
18:10:32 [2021-08-20T18:10:32.577Z]     docker_cli_run_test.go:4140: unmatched requirement DaemonIsLinux
18:10:32 [2021-08-20T18:10:32.577Z] === RUN   TestDockerSuite/TestRunEntrypoint
18:10:33 [2021-08-20T18:10:33.154Z] === RUN   TestDockerSuite/TestBuildUser
18:10:33 [2021-08-20T18:10:33.154Z]     docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux
18:10:33 [2021-08-20T18:10:33.154Z] === RUN   TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot
18:10:33 [2021-08-20T18:10:33.154Z]     docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux
18:10:33 [2021-08-20T18:10:33.154Z] === RUN   TestDockerSuite/TestBuildUsersAndGroups
18:10:33 [2021-08-20T18:10:33.154Z]     docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux
18:10:33 [2021-08-20T18:10:33.154Z] === RUN   TestDockerSuite/TestBuildVerboseOut
18:10:35 [2021-08-20T18:10:35.469Z] === RUN   TestDockerSuite/TestRunEnvironment
18:10:35 [2021-08-20T18:10:35.469Z]     docker_cli_run_test.go:817: unmatched requirement DaemonIsLinux
18:10:35 [2021-08-20T18:10:35.469Z] === RUN   TestDockerSuite/TestRunEnvironmentErase
18:10:35 [2021-08-20T18:10:35.469Z]     docker_cli_run_test.go:856: unmatched requirement DaemonIsLinux
18:10:35 [2021-08-20T18:10:35.469Z] === RUN   TestDockerSuite/TestRunEnvironmentOverride
18:10:35 [2021-08-20T18:10:35.469Z]     docker_cli_run_test.go:889: unmatched requirement DaemonIsLinux
18:10:35 [2021-08-20T18:10:35.469Z] === RUN   TestDockerSuite/TestRunExitCode
18:10:37 [2021-08-20T18:10:37.824Z] === RUN   TestDockerSuite/TestBuildVerifyIntString
18:10:37 [2021-08-20T18:10:37.824Z] === RUN   TestDockerSuite/TestBuildVerifySingleQuoteFails
18:10:38 [2021-08-20T18:10:38.360Z] === RUN   TestDockerSuite/TestRunExitCodeOne
18:10:45 [2021-08-20T18:10:45.411Z] === RUN   TestDockerSuite/TestRunExitCodeZero
18:10:46 [2021-08-20T18:10:46.370Z] === RUN   TestDockerSuite/TestBuildVolumeFileExistsinContainer
18:10:46 [2021-08-20T18:10:46.370Z]     docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux
18:10:46 [2021-08-20T18:10:46.370Z] === RUN   TestDockerSuite/TestBuildVolumesRetainContents
18:10:46 [2021-08-20T18:10:46.370Z]     docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux
18:10:46 [2021-08-20T18:10:46.370Z] === RUN   TestDockerSuite/TestBuildWindowsAddCopyPathProcessing
18:10:48 [2021-08-20T18:10:48.305Z] === RUN   TestDockerSuite/TestRunExitOnStdinClose
18:10:51 [2021-08-20T18:10:51.195Z] === RUN   TestDockerSuite/TestRunExposePort
18:10:51 [2021-08-20T18:10:51.195Z] === RUN   TestDockerSuite/TestRunFullHostnameSet
18:10:51 [2021-08-20T18:10:51.195Z]     docker_cli_run_test.go:947: unmatched requirement DaemonIsLinux
18:10:51 [2021-08-20T18:10:51.195Z] === RUN   TestDockerSuite/TestRunGroupAdd
18:10:51 [2021-08-20T18:10:51.195Z]     docker_cli_run_test.go:1074: unmatched requirement DaemonIsLinux
18:10:51 [2021-08-20T18:10:51.195Z] === RUN   TestDockerSuite/TestRunHostnameFQDN
18:10:51 [2021-08-20T18:10:51.195Z]     docker_cli_run_test.go:4379: unmatched requirement DaemonIsLinux
18:10:51 [2021-08-20T18:10:51.195Z] === RUN   TestDockerSuite/TestRunHostnameInHostMode
18:10:51 [2021-08-20T18:10:51.195Z]     docker_cli_run_test.go:4392: unmatched requirement DaemonIsLinux
18:10:51 [2021-08-20T18:10:51.195Z] === RUN   TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent
18:10:51 [2021-08-20T18:10:51.195Z]     docker_cli_run_test.go:4124: unmatched requirement IsolationIsHyperv
18:10:51 [2021-08-20T18:10:51.195Z] === RUN   TestDockerSuite/TestRunInitLayerPathOwnership
18:10:51 [2021-08-20T18:10:51.195Z]     docker_cli_run_test.go:3698: unmatched requirement DaemonIsLinux
18:10:51 [2021-08-20T18:10:51.195Z] === RUN   TestDockerSuite/TestRunInspectMacAddress
18:10:51 [2021-08-20T18:10:51.195Z]     docker_cli_run_test.go:2003: unmatched requirement DaemonIsLinux
18:10:51 [2021-08-20T18:10:51.196Z] === RUN   TestDockerSuite/TestRunInteractiveWithRestartPolicy
18:10:55 [2021-08-20T18:10:55.866Z] === RUN   TestDockerSuite/TestRunInvalidCgroupParent
18:10:55 [2021-08-20T18:10:55.867Z]     docker_cli_run_test.go:3245: unmatched requirement DaemonIsLinux
18:10:55 [2021-08-20T18:10:55.867Z] === RUN   TestDockerSuite/TestRunInvalidReference
18:10:55 [2021-08-20T18:10:55.867Z] === RUN   TestDockerSuite/TestRunLeakyFileDescriptors
18:10:55 [2021-08-20T18:10:55.867Z]     docker_cli_run_test.go:60: unmatched requirement DaemonIsLinux
18:10:55 [2021-08-20T18:10:55.867Z] === RUN   TestDockerSuite/TestRunLinkToContainerNetMode
18:10:55 [2021-08-20T18:10:55.867Z]     docker_cli_run_test.go:3354: unmatched requirement DaemonIsLinux
18:10:55 [2021-08-20T18:10:55.867Z] === RUN   TestDockerSuite/TestRunLinksContainerWithContainerID
18:10:55 [2021-08-20T18:10:55.867Z]     docker_cli_run_test.go:195: unmatched requirement DaemonIsLinux
18:10:55 [2021-08-20T18:10:55.867Z] === RUN   TestDockerSuite/TestRunLinksContainerWithContainerName
18:10:55 [2021-08-20T18:10:55.867Z]     docker_cli_run_test.go:180: unmatched requirement DaemonIsLinux
18:10:55 [2021-08-20T18:10:55.867Z] === RUN   TestDockerSuite/TestRunLookupGoogleDNS
18:11:04 [2021-08-20T18:11:04.417Z] === RUN   TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled
18:11:04 [2021-08-20T18:11:04.417Z]     docker_cli_run_test.go:3364: unmatched requirement DaemonIsLinux
18:11:04 [2021-08-20T18:11:04.417Z] === RUN   TestDockerSuite/TestRunLoopbackWhenNetworkDisabled
18:11:05 [2021-08-20T18:11:05.948Z] === RUN   TestDockerSuite/TestRunModeHostname
18:11:05 [2021-08-20T18:11:05.948Z]     docker_cli_run_test.go:1198: unmatched requirement DaemonIsLinux
18:11:05 [2021-08-20T18:11:05.948Z] === RUN   TestDockerSuite/TestRunModeIpcContainerNotExists
18:11:05 [2021-08-20T18:11:05.948Z]     docker_cli_run_test.go:2315: unmatched requirement DaemonIsLinux
18:11:05 [2021-08-20T18:11:05.948Z] === RUN   TestDockerSuite/TestRunModeIpcContainerNotRunning
18:11:05 [2021-08-20T18:11:05.948Z]     docker_cli_run_test.go:2324: unmatched requirement DaemonIsLinux
18:11:05 [2021-08-20T18:11:05.948Z] === RUN   TestDockerSuite/TestRunModeIpcHost
18:11:05 [2021-08-20T18:11:05.948Z]     docker_cli_run_test.go:2293: unmatched requirement DaemonIsLinux
18:11:05 [2021-08-20T18:11:05.948Z] === RUN   TestDockerSuite/TestRunModeNetContainerHostname
18:11:05 [2021-08-20T18:11:05.948Z]     docker_cli_run_test.go:3398: unmatched requirement DaemonIsLinux
18:11:06 [2021-08-20T18:11:06.405Z] === RUN   TestDockerSuite/TestRunModePIDContainer
18:11:06 [2021-08-20T18:11:06.405Z]     docker_cli_run_test.go:2337: unmatched requirement DaemonIsLinux
18:11:06 [2021-08-20T18:11:06.405Z] === RUN   TestDockerSuite/TestRunModePIDContainerNotExists
18:11:06 [2021-08-20T18:11:06.405Z]     docker_cli_run_test.go:2362: unmatched requirement DaemonIsLinux
18:11:06 [2021-08-20T18:11:06.405Z] === RUN   TestDockerSuite/TestRunModePIDContainerNotRunning
18:11:06 [2021-08-20T18:11:06.405Z]     docker_cli_run_test.go:2371: unmatched requirement DaemonIsLinux
18:11:06 [2021-08-20T18:11:06.405Z] === RUN   TestDockerSuite/TestRunModeUTSHost
18:11:06 [2021-08-20T18:11:06.405Z]     docker_cli_run_test.go:2429: unmatched requirement DaemonIsLinux
18:11:06 [2021-08-20T18:11:06.405Z] === RUN   TestDockerSuite/TestRunMount
18:11:06 [2021-08-20T18:11:06.405Z]     docker_cli_run_test.go:4202: unmatched requirement DaemonIsLinux
18:11:06 [2021-08-20T18:11:06.405Z] === RUN   TestDockerSuite/TestRunMountOrdering
18:11:06 [2021-08-20T18:11:06.405Z]     docker_cli_run_test.go:2080: unmatched requirement DaemonIsLinux
18:11:06 [2021-08-20T18:11:06.405Z] === RUN   TestDockerSuite/TestRunMountReadOnlyDevShm
18:11:06 [2021-08-20T18:11:06.405Z]     docker_cli_run_test.go:4190: unmatched requirement DaemonIsLinux
18:11:06 [2021-08-20T18:11:06.405Z] === RUN   TestDockerSuite/TestRunMountShmMqueueFromHost
18:11:06 [2021-08-20T18:11:06.405Z]     docker_cli_run_test.go:2384: unmatched requirement DaemonIsLinux
18:11:06 [2021-08-20T18:11:06.405Z] === RUN   TestDockerSuite/TestRunMultipleVolumesFrom
18:11:11 [2021-08-20T18:11:11.472Z] === RUN   TestDockerSuite/TestBuildWindowsEnvCaseInsensitive
18:11:11 [2021-08-20T18:11:11.472Z] === RUN   TestDockerSuite/TestBuildWindowsUser
18:11:14 [2021-08-20T18:11:14.946Z] === RUN   TestDockerSuite/TestRunMutableNetworkFiles
18:11:14 [2021-08-20T18:11:14.946Z]     docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux
18:11:15 [2021-08-20T18:11:15.402Z] === RUN   TestDockerSuite/TestRunNamedVolume
18:11:15 [2021-08-20T18:11:15.402Z]     docker_cli_run_test.go:3187: unmatched requirement DaemonIsLinux
18:11:15 [2021-08-20T18:11:15.402Z] === RUN   TestDockerSuite/TestRunNamedVolumeCopyImageData
18:11:15 [2021-08-20T18:11:15.402Z]     docker_cli_run_test.go:3749: unmatched requirement DaemonIsLinux
18:11:15 [2021-08-20T18:11:15.402Z] === RUN   TestDockerSuite/TestRunNamedVolumeNotRemoved
18:11:21 [2021-08-20T18:11:21.175Z] === RUN   TestDockerSuite/TestRunNamedVolumesFromNotRemoved
18:11:21 [2021-08-20T18:11:21.763Z] === RUN   TestDockerSuite/TestBuildWindowsWorkdirProcessing
18:11:26 [2021-08-20T18:11:26.947Z] === RUN   TestDockerSuite/TestRunNamedVolumesMountedAsShared
18:11:26 [2021-08-20T18:11:26.947Z]     docker_cli_run_test.go:3742: unmatched requirement DaemonIsLinux
18:11:26 [2021-08-20T18:11:26.947Z] === RUN   TestDockerSuite/TestRunNetContainerWhichHost
18:11:26 [2021-08-20T18:11:26.947Z]     docker_cli_run_test.go:2581: unmatched requirement DaemonIsLinux
18:11:26 [2021-08-20T18:11:26.947Z] === RUN   TestDockerSuite/TestRunNetHost
18:11:26 [2021-08-20T18:11:26.947Z]     docker_cli_run_test.go:2550: unmatched requirement DaemonIsLinux
18:11:26 [2021-08-20T18:11:26.947Z] === RUN   TestDockerSuite/TestRunNetHostNotAllowedWithLinks
18:11:26 [2021-08-20T18:11:26.947Z]     docker_cli_run_test.go:931: unmatched requirement DaemonIsLinux
18:11:26 [2021-08-20T18:11:26.947Z] === RUN   TestDockerSuite/TestRunNetHostTwiceSameName
18:11:26 [2021-08-20T18:11:26.947Z]     docker_cli_run_test.go:2573: unmatched requirement DaemonIsLinux
18:11:26 [2021-08-20T18:11:26.947Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMount
18:11:26 [2021-08-20T18:11:26.947Z]     docker_cli_run_test.go:3042: unmatched requirement DaemonIsLinux
18:11:26 [2021-08-20T18:11:26.947Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMountRO
18:11:26 [2021-08-20T18:11:26.947Z]     docker_cli_run_test.go:3066: unmatched requirement DaemonIsLinux
18:11:26 [2021-08-20T18:11:26.947Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem
18:11:26 [2021-08-20T18:11:26.947Z]     docker_cli_run_test.go:3088: unmatched requirement DaemonIsLinux
18:11:26 [2021-08-20T18:11:26.947Z] === RUN   TestDockerSuite/TestRunNetworkNotInitializedNoneMode
18:11:26 [2021-08-20T18:11:26.947Z]     docker_cli_run_test.go:3412: unmatched requirement DaemonIsLinux
18:11:26 [2021-08-20T18:11:26.947Z] === RUN   TestDockerSuite/TestRunNoDupVolumes
18:11:27 [2021-08-20T18:11:27.404Z] === RUN   TestDockerSuite/TestRunNoOutputFromPullInStdout
18:11:28 [2021-08-20T18:11:28.366Z] === RUN   TestDockerSuite/TestRunNonExecutableCmd
18:11:30 [2021-08-20T18:11:30.534Z] === RUN   TestDockerSuite/TestRunNonExistingCmd
18:11:32 [2021-08-20T18:11:32.067Z] === RUN   TestDockerSuite/TestBuildWithExtraHost
18:11:32 [2021-08-20T18:11:32.067Z]     docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux
18:11:32 [2021-08-20T18:11:32.067Z] === RUN   TestDockerSuite/TestBuildWithExtraHostInvalidFormat
18:11:32 [2021-08-20T18:11:32.067Z]     docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux
18:11:32 [2021-08-20T18:11:32.067Z] === RUN   TestDockerSuite/TestBuildWithFailure
18:11:32 [2021-08-20T18:11:32.702Z] === RUN   TestDockerSuite/TestRunNonExistingImage
18:11:33 [2021-08-20T18:11:33.663Z] === RUN   TestDockerSuite/TestRunNonLocalMacAddress
18:11:34 [2021-08-20T18:11:34.963Z] === RUN   TestDockerSuite/TestBuildWithInaccessibleFilesInContext
18:11:34 [2021-08-20T18:11:34.963Z]     docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux
18:11:35 [2021-08-20T18:11:35.420Z] === RUN   TestDockerSuite/TestBuildWithRecycleBin
18:11:36 [2021-08-20T18:11:36.556Z] === RUN   TestDockerSuite/TestRunNonRootUserResolvName
18:11:37 [2021-08-20T18:11:37.012Z]     docker_cli_run_test.go:1403: unmatched requirement DaemonIsLinux
18:11:37 [2021-08-20T18:11:37.012Z] === RUN   TestDockerSuite/TestRunPIDHostWithChildIsKillable
18:11:37 [2021-08-20T18:11:37.012Z]     docker_cli_run_test.go:2781: unmatched requirement DaemonIsLinux
18:11:37 [2021-08-20T18:11:37.012Z] === RUN   TestDockerSuite/TestRunPortFromDockerRangeInUse
18:11:37 [2021-08-20T18:11:37.012Z]     docker_cli_run_test.go:2471: unmatched requirement DaemonIsLinux
18:11:37 [2021-08-20T18:11:37.012Z] === RUN   TestDockerSuite/TestRunPortInUse
18:11:37 [2021-08-20T18:11:37.012Z]     docker_cli_run_test.go:2043: unmatched requirement DaemonIsLinux
18:11:37 [2021-08-20T18:11:37.012Z] === RUN   TestDockerSuite/TestRunPrivilegedCanMknod
18:11:37 [2021-08-20T18:11:37.012Z]     docker_cli_run_test.go:957: unmatched requirement DaemonIsLinux
18:11:37 [2021-08-20T18:11:37.012Z] === RUN   TestDockerSuite/TestRunPrivilegedCanMount
18:11:37 [2021-08-20T18:11:37.012Z]     docker_cli_run_test.go:1085: unmatched requirement DaemonIsLinux
18:11:37 [2021-08-20T18:11:37.012Z] === RUN   TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers
18:11:37 [2021-08-20T18:11:37.012Z]     docker_cli_run_test.go:1124: unmatched requirement DaemonIsLinux
18:11:37 [2021-08-20T18:11:37.012Z] === RUN   TestDockerSuite/TestRunProcWritableInPrivilegedContainers
18:11:37 [2021-08-20T18:11:37.012Z]     docker_cli_run_test.go:1132: unmatched requirement DaemonIsLinux
18:11:37 [2021-08-20T18:11:37.012Z] === RUN   TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent
18:11:42 [2021-08-20T18:11:42.782Z] === RUN   TestDockerSuite/TestRunPublishPort
18:11:42 [2021-08-20T18:11:42.782Z]     docker_cli_run_test.go:2956: unmatched requirement DaemonIsLinux
18:11:42 [2021-08-20T18:11:42.782Z] === RUN   TestDockerSuite/TestRunReadFilteredProc
18:11:42 [2021-08-20T18:11:42.782Z]     docker_cli_run_test.go:2859: unmatched requirement Apparmor
18:11:42 [2021-08-20T18:11:42.782Z] === RUN   TestDockerSuite/TestRunReadProcLatency
18:11:42 [2021-08-20T18:11:42.782Z]     docker_cli_run_test.go:2838: unmatched requirement DaemonIsLinux
18:11:42 [2021-08-20T18:11:42.782Z] === RUN   TestDockerSuite/TestRunReadProcTimer
18:11:42 [2021-08-20T18:11:42.782Z]     docker_cli_run_test.go:2823: unmatched requirement DaemonIsLinux
18:11:42 [2021-08-20T18:11:42.782Z] === RUN   TestDockerSuite/TestRunResolvconfUpdate
18:11:42 [2021-08-20T18:11:42.782Z]     docker_cli_run_test.go:1425: unmatched requirement DaemonIsLinux
18:11:42 [2021-08-20T18:11:42.782Z] === RUN   TestDockerSuite/TestRunRestartMaxRetries
18:11:47 [2021-08-20T18:11:47.772Z] === RUN   TestDockerSuite/TestBuildWithTabs
18:11:52 [2021-08-20T18:11:52.445Z] === RUN   TestDockerSuite/TestBuildWithUTF8BOM
18:11:52 [2021-08-20T18:11:52.445Z] === RUN   TestDockerSuite/TestBuildWithUTF8BOMDockerignore
18:11:53 [2021-08-20T18:11:53.075Z] === RUN   TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink
18:11:53 [2021-08-20T18:11:53.075Z]     docker_cli_run_test.go:2125: unmatched requirement DaemonIsLinux
18:11:53 [2021-08-20T18:11:53.075Z] === RUN   TestDockerSuite/TestRunRm
18:11:55 [2021-08-20T18:11:55.974Z] === RUN   TestDockerSuite/TestRunRmAndWait
18:12:01 [2021-08-20T18:12:01.751Z] === RUN   TestDockerSuite/TestRunRmPre125Api
18:12:04 [2021-08-20T18:12:04.642Z] === RUN   TestDockerSuite/TestRunRootWorkdir
18:12:07 [2021-08-20T18:12:07.531Z] === RUN   TestDockerSuite/TestRunSetDefaultRestartPolicy
18:12:10 [2021-08-20T18:12:10.424Z] === RUN   TestDockerSuite/TestRunSetMacAddress
18:12:13 [2021-08-20T18:12:13.317Z] === RUN   TestDockerSuite/TestRunSlowStdoutConsumer
18:12:13 [2021-08-20T18:12:13.317Z]     docker_cli_run_test.go:2237: unmatched requirement DaemonIsLinux
18:12:13 [2021-08-20T18:12:13.317Z] === RUN   TestDockerSuite/TestRunState
18:12:13 [2021-08-20T18:12:13.317Z]     docker_cli_run_test.go:1621: unmatched requirement DaemonIsLinux
18:12:13 [2021-08-20T18:12:13.317Z] === RUN   TestDockerSuite/TestRunStdinBlockedAfterContainerExit
18:12:14 [2021-08-20T18:12:14.096Z] === RUN   TestDockerSuite/TestBuildWithVolumeOwnership
18:12:14 [2021-08-20T18:12:14.097Z]     docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux
18:12:14 [2021-08-20T18:12:14.097Z] === RUN   TestDockerSuite/TestBuildWithVolumes
18:12:14 [2021-08-20T18:12:14.097Z]     docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux
18:12:14 [2021-08-20T18:12:14.097Z] === RUN   TestDockerSuite/TestBuildWorkdirCmd
18:12:14 [2021-08-20T18:12:14.097Z]     docker_cli_build_test.go:6058: unmatched requirement DaemonIsLinux
18:12:14 [2021-08-20T18:12:14.097Z] === RUN   TestDockerSuite/TestBuildWorkdirImageCmd
18:12:14 [2021-08-20T18:12:14.097Z] === RUN   TestDockerSuite/TestBuildWorkdirWindowsPath
18:12:16 [2021-08-20T18:12:16.209Z] === RUN   TestDockerSuite/TestRunStdinPipe
18:12:16 [2021-08-20T18:12:16.209Z]     docker_cli_run_test.go:98: unmatched requirement DaemonIsLinux
18:12:16 [2021-08-20T18:12:16.209Z] === RUN   TestDockerSuite/TestRunStoppedLoggingDriverNoLeak
18:12:19 [2021-08-20T18:12:19.102Z] === RUN   TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers
18:12:19 [2021-08-20T18:12:19.102Z]     docker_cli_run_test.go:1108: unmatched requirement DaemonIsLinux
18:12:19 [2021-08-20T18:12:19.102Z] === RUN   TestDockerSuite/TestRunSysWritableInPrivilegedContainers
18:12:19 [2021-08-20T18:12:19.102Z]     docker_cli_run_test.go:1116: unmatched requirement DaemonIsLinux
18:12:19 [2021-08-20T18:12:19.102Z] === RUN   TestDockerSuite/TestRunTLSVerify
18:12:19 [2021-08-20T18:12:19.102Z] === RUN   TestDockerSuite/TestRunTTYWithPipe
18:12:19 [2021-08-20T18:12:19.102Z] === RUN   TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices
18:12:19 [2021-08-20T18:12:19.102Z]     docker_cli_run_test.go:1156: unmatched requirement DaemonIsLinux
18:12:19 [2021-08-20T18:12:19.102Z] === RUN   TestDockerSuite/TestRunTwoConcurrentContainers
18:12:22 [2021-08-20T18:12:22.638Z] === RUN   TestDockerSuite/TestBuildWorkdirWithEnvVariables
18:12:24 [2021-08-20T18:12:24.809Z] === RUN   TestDockerSuite/TestBuildXZHost
18:12:24 [2021-08-20T18:12:24.809Z]     docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux
18:12:24 [2021-08-20T18:12:24.886Z] === RUN   TestDockerSuite/TestRunUnprivilegedCanMknod
18:12:24 [2021-08-20T18:12:24.886Z]     docker_cli_run_test.go:967: unmatched requirement DaemonIsLinux
18:12:24 [2021-08-20T18:12:24.886Z] === RUN   TestDockerSuite/TestRunUnprivilegedCannotMount
18:12:24 [2021-08-20T18:12:24.886Z]     docker_cli_run_test.go:1095: unmatched requirement DaemonIsLinux
18:12:24 [2021-08-20T18:12:24.886Z] === RUN   TestDockerSuite/TestRunUnprivilegedWithChroot
18:12:24 [2021-08-20T18:12:24.886Z]     docker_cli_run_test.go:1165: unmatched requirement DaemonIsLinux
18:12:24 [2021-08-20T18:12:24.886Z] === RUN   TestDockerSuite/TestRunUnsetEntrypoint
18:12:24 [2021-08-20T18:12:24.886Z]     docker_cli_run_test.go:3958: unmatched requirement DaemonIsLinux
18:12:24 [2021-08-20T18:12:24.886Z] === RUN   TestDockerSuite/TestRunUnshareProc
18:12:24 [2021-08-20T18:12:24.886Z]     docker_cli_run_test.go:2898: unmatched requirement Apparmor
18:12:24 [2021-08-20T18:12:24.886Z] === RUN   TestDockerSuite/TestRunUserByID
18:12:24 [2021-08-20T18:12:24.886Z]     docker_cli_run_test.go:736: unmatched requirement DaemonIsLinux
18:12:24 [2021-08-20T18:12:24.886Z] === RUN   TestDockerSuite/TestRunUserByIDBig
18:12:24 [2021-08-20T18:12:24.886Z]     docker_cli_run_test.go:746: unmatched requirement DaemonIsLinux
18:12:24 [2021-08-20T18:12:24.886Z] === RUN   TestDockerSuite/TestRunUserByIDNegative
18:12:24 [2021-08-20T18:12:24.886Z]     docker_cli_run_test.go:759: unmatched requirement DaemonIsLinux
18:12:24 [2021-08-20T18:12:24.886Z] === RUN   TestDockerSuite/TestRunUserByIDZero
18:12:24 [2021-08-20T18:12:24.886Z]     docker_cli_run_test.go:772: unmatched requirement DaemonIsLinux
18:12:24 [2021-08-20T18:12:24.886Z] === RUN   TestDockerSuite/TestRunUserByName
18:12:24 [2021-08-20T18:12:24.886Z]     docker_cli_run_test.go:726: unmatched requirement DaemonIsLinux
18:12:24 [2021-08-20T18:12:24.886Z] === RUN   TestDockerSuite/TestRunUserDefaults
18:12:25 [2021-08-20T18:12:25.268Z] === RUN   TestDockerSuite/TestCLIProxyDisableProxyUnixSock
18:12:25 [2021-08-20T18:12:25.268Z]     docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux
18:12:25 [2021-08-20T18:12:25.268Z] === RUN   TestDockerSuite/TestClientSetsTLSServerName
18:12:25 [2021-08-20T18:12:25.268Z]     docker_cli_sni_test.go:18: Flakey test
18:12:25 [2021-08-20T18:12:25.268Z] === RUN   TestDockerSuite/TestCmdCannotBeInvoked
18:12:27 [2021-08-20T18:12:27.828Z] === RUN   TestDockerSuite/TestRunUserNotFound
18:12:27 [2021-08-20T18:12:27.829Z]     docker_cli_run_test.go:785: unmatched requirement DaemonIsLinux
18:12:27 [2021-08-20T18:12:27.829Z] === RUN   TestDockerSuite/TestRunVerifyContainerID
18:12:28 [2021-08-20T18:12:28.164Z] === RUN   TestDockerSuite/TestCommitAfterContainerIsDone
18:12:31 [2021-08-20T18:12:31.628Z] === RUN   TestDockerSuite/TestRunVolumeCopyFlag
18:12:31 [2021-08-20T18:12:31.628Z]     docker_cli_run_test.go:3847: unmatched requirement DaemonIsLinux
18:12:31 [2021-08-20T18:12:31.628Z] === RUN   TestDockerSuite/TestRunVolumeWithOneCharacter
18:12:31 [2021-08-20T18:12:31.628Z]     docker_cli_run_test.go:3840: unmatched requirement DaemonIsLinux
18:12:31 [2021-08-20T18:12:31.628Z] === RUN   TestDockerSuite/TestRunVolumesCleanPaths
18:12:32 [2021-08-20T18:12:32.846Z] === RUN   TestDockerSuite/TestCommitChange
18:12:35 [2021-08-20T18:12:35.353Z] === RUN   TestDockerSuite/TestRunVolumesFromInReadWriteMode
18:12:38 [2021-08-20T18:12:38.617Z] === RUN   TestDockerSuite/TestCommitChangeLabels
18:12:43 [2021-08-20T18:12:43.288Z] === RUN   TestDockerSuite/TestCommitHardlink
18:12:43 [2021-08-20T18:12:43.288Z]     docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux
18:12:43 [2021-08-20T18:12:43.288Z] === RUN   TestDockerSuite/TestCommitNewFile
18:12:45 [2021-08-20T18:12:45.643Z] === RUN   TestDockerSuite/TestRunVolumesFromInReadonlyModeFails
18:12:50 [2021-08-20T18:12:50.343Z] === RUN   TestDockerSuite/TestCommitPausedContainer
18:12:50 [2021-08-20T18:12:50.343Z]     docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux
18:12:50 [2021-08-20T18:12:50.343Z] === RUN   TestDockerSuite/TestCommitTTY
18:12:51 [2021-08-20T18:12:51.414Z] === RUN   TestDockerSuite/TestRunVolumesFromRestartAfterRemoved
18:12:58 [2021-08-20T18:12:58.466Z] === RUN   TestDockerSuite/TestRunVolumesFromSymlinkPath
18:12:58 [2021-08-20T18:12:58.466Z]     docker_cli_run_test.go:658: unmatched requirement DaemonIsLinux
18:12:58 [2021-08-20T18:12:58.466Z] === RUN   TestDockerSuite/TestRunVolumesMountedAsReadonly
18:12:58 [2021-08-20T18:12:58.466Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUCount
18:13:02 [2021-08-20T18:13:02.696Z] === RUN   TestDockerSuite/TestCommitWithFilterLabel
18:13:03 [2021-08-20T18:13:03.135Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUPercent
18:13:05 [2021-08-20T18:13:05.301Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUShares
18:13:08 [2021-08-20T18:13:08.191Z] === RUN   TestDockerSuite/TestRunWithBadDevice
18:13:08 [2021-08-20T18:13:08.191Z]     docker_cli_run_test.go:1850: unmatched requirement DaemonIsLinux
18:13:08 [2021-08-20T18:13:08.191Z] === RUN   TestDockerSuite/TestRunWithDaemonFlags
18:13:08 [2021-08-20T18:13:08.191Z] === RUN   TestDockerSuite/TestRunWithInvalidMacAddress
18:13:08 [2021-08-20T18:13:08.191Z] === RUN   TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks
18:13:08 [2021-08-20T18:13:08.191Z]     docker_cli_run_test.go:282: unmatched requirement DaemonIsLinux
18:13:08 [2021-08-20T18:13:08.470Z] === RUN   TestDockerSuite/TestCommitWithHostBindMount
18:13:08 [2021-08-20T18:13:08.470Z]     docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux
18:13:08 [2021-08-20T18:13:08.470Z] === RUN   TestDockerSuite/TestCommitWithoutPause
18:13:08 [2021-08-20T18:13:08.470Z]     docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux
18:13:08 [2021-08-20T18:13:08.470Z] === RUN   TestDockerSuite/TestConflictContainerNetworkAndLinks
18:13:08 [2021-08-20T18:13:08.470Z]     docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux
18:13:08 [2021-08-20T18:13:08.470Z] === RUN   TestDockerSuite/TestConflictContainerNetworkHostAndLinks
18:13:08 [2021-08-20T18:13:08.470Z]     docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux
18:13:08 [2021-08-20T18:13:08.470Z] === RUN   TestDockerSuite/TestConflictNetworkModeAndOptions
18:13:08 [2021-08-20T18:13:08.470Z]     docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux
18:13:08 [2021-08-20T18:13:08.470Z] === RUN   TestDockerSuite/TestConflictNetworkModeNetHostAndOptions
18:13:08 [2021-08-20T18:13:08.470Z]     docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux
18:13:08 [2021-08-20T18:13:08.470Z] === RUN   TestDockerSuite/TestContainerAPIBadPort
18:13:08 [2021-08-20T18:13:08.470Z]     docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux
18:13:08 [2021-08-20T18:13:08.470Z] === RUN   TestDockerSuite/TestContainerAPIChunkedEncoding
18:13:08 [2021-08-20T18:13:08.470Z] === RUN   TestDockerSuite/TestContainerAPICommit
18:13:08 [2021-08-20T18:13:08.647Z] === RUN   TestDockerSuite/TestRunWithOomScoreAdj
18:13:08 [2021-08-20T18:13:08.647Z]     docker_cli_run_test.go:3714: unmatched requirement DaemonIsLinux
18:13:08 [2021-08-20T18:13:08.647Z] === RUN   TestDockerSuite/TestRunWithOomScoreAdjInvalidRange
18:13:08 [2021-08-20T18:13:08.647Z]     docker_cli_run_test.go:3725: unmatched requirement DaemonIsLinux
18:13:08 [2021-08-20T18:13:08.647Z] === RUN   TestDockerSuite/TestRunWithTooSmallMemoryLimit
18:13:08 [2021-08-20T18:13:08.647Z]     docker_cli_run_test.go:2804: unmatched requirement DaemonIsLinux
18:13:08 [2021-08-20T18:13:08.647Z] === RUN   TestDockerSuite/TestRunWithUlimits
18:13:08 [2021-08-20T18:13:08.647Z]     docker_cli_run_test.go:3199: unmatched requirement DaemonIsLinux
18:13:08 [2021-08-20T18:13:08.647Z] === RUN   TestDockerSuite/TestRunWithVolumesFromExited
18:13:13 [2021-08-20T18:13:13.319Z] === RUN   TestDockerSuite/TestRunWithoutNetworking
18:13:14 [2021-08-20T18:13:14.289Z] === RUN   TestDockerSuite/TestRunWorkdirExistsAndIsFile
18:13:16 [2021-08-20T18:13:16.458Z] === RUN   TestDockerSuite/TestRunWorkingDirectory
18:13:20 [2021-08-20T18:13:20.819Z] === RUN   TestDockerSuite/TestContainerAPICommitWithLabelInConfig
18:13:22 [2021-08-20T18:13:22.227Z] === RUN   TestDockerSuite/TestRunWriteFilteredProc
18:13:22 [2021-08-20T18:13:22.227Z]     docker_cli_run_test.go:3015: unmatched requirement Apparmor
18:13:22 [2021-08-20T18:13:22.227Z] === RUN   TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit
18:13:22 [2021-08-20T18:13:22.227Z]     docker_cli_run_test.go:1802: unmatched requirement DaemonIsLinux
18:13:22 [2021-08-20T18:13:22.227Z] === RUN   TestDockerSuite/TestRunWriteToProcAsound
18:13:22 [2021-08-20T18:13:22.227Z]     docker_cli_run_test.go:2814: unmatched requirement DaemonIsLinux
18:13:22 [2021-08-20T18:13:22.227Z] === RUN   TestDockerSuite/TestRunWrongCpusetCpusFlagValue
18:13:22 [2021-08-20T18:13:22.227Z]     docker_cli_run_test.go:3612: unmatched requirement DaemonIsLinux
18:13:22 [2021-08-20T18:13:22.227Z] === RUN   TestDockerSuite/TestRunWrongCpusetMemsFlagValue
18:13:22 [2021-08-20T18:13:22.227Z]     docker_cli_run_test.go:3623: unmatched requirement DaemonIsLinux
18:13:22 [2021-08-20T18:13:22.227Z] === RUN   TestDockerSuite/TestSaveAndLoadRepoFlags
18:13:22 [2021-08-20T18:13:22.227Z]     docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux
18:13:22 [2021-08-20T18:13:22.227Z] === RUN   TestDockerSuite/TestSaveCheckTimes
18:13:22 [2021-08-20T18:13:22.227Z]     docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux
18:13:22 [2021-08-20T18:13:22.227Z] === RUN   TestDockerSuite/TestSaveDirectoryPermissions
18:13:22 [2021-08-20T18:13:22.227Z]     docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux
18:13:22 [2021-08-20T18:13:22.227Z] === RUN   TestDockerSuite/TestSaveImageId
18:13:22 [2021-08-20T18:13:22.227Z]     docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux
18:13:22 [2021-08-20T18:13:22.227Z] === RUN   TestDockerSuite/TestSaveLoadNoTag
18:13:22 [2021-08-20T18:13:22.227Z]     docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux
18:13:22 [2021-08-20T18:13:22.683Z] === RUN   TestDockerSuite/TestSaveLoadParents
18:13:22 [2021-08-20T18:13:22.683Z]     docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux
18:13:22 [2021-08-20T18:13:22.683Z] === RUN   TestDockerSuite/TestSaveMultipleNames
18:13:22 [2021-08-20T18:13:22.683Z]     docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux
18:13:22 [2021-08-20T18:13:22.683Z] === RUN   TestDockerSuite/TestSaveRepoWithMultipleImages
18:13:22 [2021-08-20T18:13:22.683Z]     docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux
18:13:22 [2021-08-20T18:13:22.683Z] === RUN   TestDockerSuite/TestSaveSingleTag
18:13:22 [2021-08-20T18:13:22.683Z]     docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux
18:13:22 [2021-08-20T18:13:22.683Z] === RUN   TestDockerSuite/TestSaveWithNoExistImage
18:13:22 [2021-08-20T18:13:22.683Z]     docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux
18:13:22 [2021-08-20T18:13:22.683Z] === RUN   TestDockerSuite/TestSaveXzAndLoadRepoStdout
18:13:22 [2021-08-20T18:13:22.683Z]     docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux
18:13:22 [2021-08-20T18:13:22.683Z] === RUN   TestDockerSuite/TestSaveXzGzAndLoadRepoStdout
18:13:22 [2021-08-20T18:13:22.683Z]     docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux
18:13:22 [2021-08-20T18:13:22.683Z] === RUN   TestDockerSuite/TestSearchCmdOptions
18:13:24 [2021-08-20T18:13:24.846Z] === RUN   TestDockerSuite/TestSearchOnCentralRegistry
18:13:25 [2021-08-20T18:13:25.301Z] === RUN   TestDockerSuite/TestSearchOnCentralRegistryWithDash
18:13:25 [2021-08-20T18:13:25.757Z] === RUN   TestDockerSuite/TestSearchStarsOptionWithWrongParameter
18:13:26 [2021-08-20T18:13:26.213Z] === RUN   TestDockerSuite/TestSearchWithLimit
18:13:27 [2021-08-20T18:13:27.740Z] === RUN   TestDockerSuite/TestSlowStdinClosing
18:13:33 [2021-08-20T18:13:33.164Z] === RUN   TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124
18:13:33 [2021-08-20T18:13:33.165Z]     docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux
18:13:33 [2021-08-20T18:13:33.165Z] === RUN   TestDockerSuite/TestContainerAPICopyNotExistsAnyMore
18:13:34 [2021-08-20T18:13:34.694Z] === RUN   TestDockerSuite/TestContainerAPICopyPre124
18:13:34 [2021-08-20T18:13:34.694Z]     docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux
18:13:34 [2021-08-20T18:13:34.694Z] === RUN   TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124
18:13:34 [2021-08-20T18:13:34.694Z]     docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux
18:13:34 [2021-08-20T18:13:34.694Z] === RUN   TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124
18:13:34 [2021-08-20T18:13:34.694Z]     docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux
18:13:34 [2021-08-20T18:13:34.694Z] === RUN   TestDockerSuite/TestContainerAPICreate
18:13:36 [2021-08-20T18:13:36.287Z] === RUN   TestDockerSuite/TestStartAttachCorrectExitCode
18:13:36 [2021-08-20T18:13:36.287Z]     docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux
18:13:36 [2021-08-20T18:13:36.287Z] === RUN   TestDockerSuite/TestStartAttachMultipleContainers
18:13:36 [2021-08-20T18:13:36.862Z] === RUN   TestDockerSuite/TestContainerAPICreateBridgeNetworkMode
18:13:36 [2021-08-20T18:13:36.862Z]     docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux
18:13:36 [2021-08-20T18:13:36.862Z] === RUN   TestDockerSuite/TestContainerAPICreateEmptyConfig
18:13:36 [2021-08-20T18:13:36.862Z] === RUN   TestDockerSuite/TestContainerAPICreateMountsBindRead
18:13:39 [2021-08-20T18:13:39.757Z] === RUN   TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig
18:13:39 [2021-08-20T18:13:39.757Z] === RUN   TestDockerSuite/TestContainerAPICreateNoHostConfig118
18:13:39 [2021-08-20T18:13:39.757Z]     docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux
18:13:39 [2021-08-20T18:13:39.757Z] === RUN   TestDockerSuite/TestContainerAPICreateOtherNetworkModes
18:13:39 [2021-08-20T18:13:39.757Z]     docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux
18:13:39 [2021-08-20T18:13:39.757Z] === RUN   TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset
18:13:39 [2021-08-20T18:13:39.757Z]     docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux
18:13:39 [2021-08-20T18:13:39.757Z] === RUN   TestDockerSuite/TestContainerAPIDelete
18:13:42 [2021-08-20T18:13:42.650Z] === RUN   TestDockerSuite/TestContainerAPIDeleteConflict
18:13:44 [2021-08-20T18:13:44.823Z] === RUN   TestDockerSuite/TestContainerAPIDeleteForce
18:13:46 [2021-08-20T18:13:46.579Z] === RUN   TestDockerSuite/TestStartAttachReturnsOnError
18:13:46 [2021-08-20T18:13:46.579Z]     docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux
18:13:46 [2021-08-20T18:13:46.579Z] === RUN   TestDockerSuite/TestStartAttachSilent
18:13:47 [2021-08-20T18:13:47.719Z] === RUN   TestDockerSuite/TestContainerAPIDeleteNotExist
18:13:47 [2021-08-20T18:13:47.719Z] === RUN   TestDockerSuite/TestContainerAPIDeleteRemoveLinks
18:13:47 [2021-08-20T18:13:47.719Z]     docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux
18:13:47 [2021-08-20T18:13:47.719Z] === RUN   TestDockerSuite/TestContainerAPIDeleteRemoveVolume
18:13:49 [2021-08-20T18:13:49.886Z] === RUN   TestDockerSuite/TestContainerAPIDeleteWithEmptyName
18:13:49 [2021-08-20T18:13:49.886Z] === RUN   TestDockerSuite/TestContainerAPIGetAll
18:13:51 [2021-08-20T18:13:51.258Z] === RUN   TestDockerSuite/TestStartAttachWithRename
18:13:51 [2021-08-20T18:13:51.258Z]     docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux
18:13:51 [2021-08-20T18:13:51.258Z] === RUN   TestDockerSuite/TestStartMultipleContainers
18:13:51 [2021-08-20T18:13:51.258Z]     docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux
18:13:51 [2021-08-20T18:13:51.258Z] === RUN   TestDockerSuite/TestStartPausedContainer
18:13:51 [2021-08-20T18:13:51.258Z]     docker_cli_start_test.go:99: unmatched requirement IsPausable
18:13:51 [2021-08-20T18:13:51.258Z] === RUN   TestDockerSuite/TestStartRecordError
18:13:51 [2021-08-20T18:13:51.258Z]     docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux
18:13:51 [2021-08-20T18:13:51.258Z] === RUN   TestDockerSuite/TestStartReturnCorrectExitCode
18:13:52 [2021-08-20T18:13:52.779Z] === RUN   TestDockerSuite/TestContainerAPIGetChanges
18:13:52 [2021-08-20T18:13:52.779Z]     docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux
18:13:52 [2021-08-20T18:13:52.779Z] === RUN   TestDockerSuite/TestContainerAPIGetExport
18:13:52 [2021-08-20T18:13:52.779Z]     docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux
18:13:52 [2021-08-20T18:13:52.779Z] === RUN   TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted
18:13:54 [2021-08-20T18:13:54.947Z] === RUN   TestDockerSuite/TestContainerAPIInvalidPortSyntax
18:13:54 [2021-08-20T18:13:54.947Z] === RUN   TestDockerSuite/TestContainerAPIKill
18:13:57 [2021-08-20T18:13:57.115Z] === RUN   TestDockerSuite/TestContainerAPIPause
18:13:57 [2021-08-20T18:13:57.115Z]     docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux
18:13:57 [2021-08-20T18:13:57.115Z] === RUN   TestDockerSuite/TestContainerAPIPostContainerStop
18:13:59 [2021-08-20T18:13:59.803Z] === RUN   TestDockerSuite/TestStatsAllNewContainersAdded
18:13:59 [2021-08-20T18:13:59.803Z]     docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux
18:13:59 [2021-08-20T18:13:59.803Z] === RUN   TestDockerSuite/TestStatsAllNoStream
18:13:59 [2021-08-20T18:13:59.803Z]     docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux
18:13:59 [2021-08-20T18:13:59.803Z] === RUN   TestDockerSuite/TestStatsAllRunningNoStream
18:13:59 [2021-08-20T18:13:59.803Z]     docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux
18:13:59 [2021-08-20T18:13:59.803Z] === RUN   TestDockerSuite/TestStatsContainerNotFound
18:13:59 [2021-08-20T18:13:59.803Z]     docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux
18:13:59 [2021-08-20T18:13:59.803Z] === RUN   TestDockerSuite/TestStatsFormatAll
18:13:59 [2021-08-20T18:13:59.803Z]     docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux
18:13:59 [2021-08-20T18:13:59.803Z] === RUN   TestDockerSuite/TestStatsNoStream
18:13:59 [2021-08-20T18:13:59.803Z]     docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux
18:13:59 [2021-08-20T18:13:59.803Z] === RUN   TestDockerSuite/TestTopMultipleArgs
18:14:00 [2021-08-20T18:14:00.052Z] === RUN   TestDockerSuite/TestContainerAPIPostCreateNull
18:14:00 [2021-08-20T18:14:00.511Z] === RUN   TestDockerSuite/TestContainerAPIRename
18:14:01 [2021-08-20T18:14:01.331Z] === RUN   TestDockerSuite/TestTopNonPrivileged
18:14:03 [2021-08-20T18:14:03.404Z] === RUN   TestDockerSuite/TestContainerAPIRestart
18:14:04 [2021-08-20T18:14:04.224Z] === RUN   TestDockerSuite/TestTopPrivileged
18:14:04 [2021-08-20T18:14:04.224Z]     docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux
18:14:04 [2021-08-20T18:14:04.224Z] === RUN   TestDockerSuite/TestTopWindowsCoreProcesses
18:14:07 [2021-08-20T18:14:07.118Z] === RUN   TestDockerSuite/TestTwoContainersInNetHost
18:14:07 [2021-08-20T18:14:07.118Z]     docker_cli_run_test.go:3423: unmatched requirement DaemonIsLinux
18:14:07 [2021-08-20T18:14:07.118Z] === RUN   TestDockerSuite/TestUnpublishedPortsInPsOutput
18:14:07 [2021-08-20T18:14:07.118Z]     docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux
18:14:07 [2021-08-20T18:14:07.118Z] === RUN   TestDockerSuite/TestUnsetEnvVarHealthCheck
18:14:07 [2021-08-20T18:14:07.118Z]     docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux
18:14:07 [2021-08-20T18:14:07.118Z] === RUN   TestDockerSuite/TestUserDefinedNetworkAlias
18:14:07 [2021-08-20T18:14:07.118Z]     docker_cli_run_test.go:293: unmatched requirement DaemonIsLinux
18:14:07 [2021-08-20T18:14:07.118Z] === RUN   TestDockerSuite/TestUserDefinedNetworkLinks
18:14:07 [2021-08-20T18:14:07.118Z]     docker_cli_run_test.go:208: unmatched requirement DaemonIsLinux
18:14:07 [2021-08-20T18:14:07.118Z] === RUN   TestDockerSuite/TestUserDefinedNetworkLinksWithRestart
18:14:07 [2021-08-20T18:14:07.118Z]     docker_cli_run_test.go:244: unmatched requirement DaemonIsLinux
18:14:07 [2021-08-20T18:14:07.118Z] === RUN   TestDockerSuite/TestVolumeCLICreate
18:14:07 [2021-08-20T18:14:07.124Z] === RUN   TestDockerSuite/TestContainerAPIRestartNotimeoutParam
18:14:11 [2021-08-20T18:14:11.796Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount
18:14:11 [2021-08-20T18:14:11.796Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName
18:14:11 [2021-08-20T18:14:11.796Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount
18:14:11 [2021-08-20T18:14:11.796Z] === RUN   TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch
18:14:11 [2021-08-20T18:14:11.796Z] === RUN   TestDockerSuite/TestContainerAPIStart
18:14:13 [2021-08-20T18:14:13.326Z] === RUN   TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled
18:14:13 [2021-08-20T18:14:13.326Z]     docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux
18:14:13 [2021-08-20T18:14:13.326Z] === RUN   TestDockerSuite/TestContainerAPIStop
18:14:16 [2021-08-20T18:14:16.217Z] === RUN   TestDockerSuite/TestContainerAPITop
18:14:16 [2021-08-20T18:14:16.217Z]     docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux
18:14:16 [2021-08-20T18:14:16.217Z] === RUN   TestDockerSuite/TestContainerAPITopWindows
18:14:18 [2021-08-20T18:14:18.386Z] === RUN   TestDockerSuite/TestContainerAPIVerifyHeader
18:14:18 [2021-08-20T18:14:18.386Z] === RUN   TestDockerSuite/TestContainerAPIWait
18:14:23 [2021-08-20T18:14:23.059Z] === RUN   TestDockerSuite/TestContainerKillCustomStopSignal
18:14:24 [2021-08-20T18:14:24.765Z] === RUN   TestDockerSuite/TestVolumeCLICreateLabel
18:14:24 [2021-08-20T18:14:24.765Z] === RUN   TestDockerSuite/TestVolumeCLICreateLabelMultiple
18:14:24 [2021-08-20T18:14:24.765Z] === RUN   TestDockerSuite/TestVolumeCLICreateWithOpts
18:14:24 [2021-08-20T18:14:24.765Z]     docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux
18:14:24 [2021-08-20T18:14:24.765Z] === RUN   TestDockerSuite/TestVolumeCLIInspect
18:14:24 [2021-08-20T18:14:24.765Z] === RUN   TestDockerSuite/TestVolumeCLIInspectMulti
18:14:24 [2021-08-20T18:14:24.765Z] === RUN   TestDockerSuite/TestVolumeCLIInspectTmplError
18:14:24 [2021-08-20T18:14:24.765Z] === RUN   TestDockerSuite/TestVolumeCLILs
18:14:25 [2021-08-20T18:14:25.234Z] === RUN   TestDockerSuite/TestContainerNetworkMode
18:14:25 [2021-08-20T18:14:25.234Z]     docker_cli_run_test.go:2408: unmatched requirement DaemonIsLinux
18:14:25 [2021-08-20T18:14:25.234Z] === RUN   TestDockerSuite/TestContainerRestartInMultipleNetworks
18:14:25 [2021-08-20T18:14:25.234Z]     docker_cli_run_test.go:3503: unmatched requirement DaemonIsLinux
18:14:25 [2021-08-20T18:14:25.234Z] === RUN   TestDockerSuite/TestContainerWithConflictingHostNetworks
18:14:25 [2021-08-20T18:14:25.234Z]     docker_cli_run_test.go:3535: unmatched requirement DaemonIsLinux
18:14:25 [2021-08-20T18:14:25.234Z] === RUN   TestDockerSuite/TestContainerWithConflictingNoneNetwork
18:14:25 [2021-08-20T18:14:25.234Z]     docker_cli_run_test.go:3566: unmatched requirement DaemonIsLinux
18:14:25 [2021-08-20T18:14:25.234Z] === RUN   TestDockerSuite/TestContainerWithConflictingSharedNetwork
18:14:25 [2021-08-20T18:14:25.234Z]     docker_cli_run_test.go:3549: unmatched requirement DaemonIsLinux
18:14:25 [2021-08-20T18:14:25.234Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe
18:14:26 [2021-08-20T18:14:26.931Z] === RUN   TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName
18:14:26 [2021-08-20T18:14:26.931Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterDangling
18:14:27 [2021-08-20T18:14:27.403Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate
18:14:27 [2021-08-20T18:14:27.403Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false__<nil>_<nil>_<nil>}
18:14:29 [2021-08-20T18:14:29.573Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false__<nil>_<nil>_<nil>}
18:14:30 [2021-08-20T18:14:30.648Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterDrivers
18:14:30 [2021-08-20T18:14:30.648Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterLabels
18:14:31 [2021-08-20T18:14:31.104Z] === RUN   TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue
18:14:31 [2021-08-20T18:14:31.559Z] === RUN   TestDockerSuite/TestVolumeCLINoArgs
18:14:31 [2021-08-20T18:14:31.559Z] === RUN   TestDockerSuite/TestVolumeCLIRm
18:14:32 [2021-08-20T18:14:32.473Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false__<nil>_<nil>_<nil>}
18:14:34 [2021-08-20T18:14:34.752Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true__<nil>_<nil>_<nil>}
18:14:37 [2021-08-20T18:14:37.645Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false__<nil>_0xc0000046a8_<nil>}
18:14:41 [2021-08-20T18:14:41.846Z] === RUN   TestDockerSuite/TestVolumeCLIRmForce
18:14:41 [2021-08-20T18:14:41.846Z]     docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux
18:14:41 [2021-08-20T18:14:41.846Z] === RUN   TestDockerSuite/TestVolumeCLIRmForceInUse
18:14:41 [2021-08-20T18:14:41.846Z] === RUN   TestDockerSuite/TestVolumeCLIRmForceUsage
18:14:42 [2021-08-20T18:14:42.302Z] === RUN   TestDockerSuite/TestVolumeCliInspectWithVolumeOpts
18:14:42 [2021-08-20T18:14:42.302Z]     docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux
18:14:42 [2021-08-20T18:14:42.302Z] === RUN   TestDockerSuite/TestVolumeFromMixedRWOptions
18:14:46 [2021-08-20T18:14:46.186Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-1213597682_c:\foo_false__<nil>_<nil>_<nil>}
18:14:47 [2021-08-20T18:14:47.716Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-1213597682_c:\foo_true__<nil>_<nil>_<nil>}
18:14:50 [2021-08-20T18:14:50.848Z] === RUN   TestDockerSuite/TestVolumeLsFormat
18:14:50 [2021-08-20T18:14:50.848Z] === RUN   TestDockerSuite/TestVolumeLsFormatDefaultFormat
18:14:50 [2021-08-20T18:14:50.848Z] === RUN   TestDockerSuite/TestVolumesFromGetsProperMode
18:14:56 [2021-08-20T18:14:56.259Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsTmpfs
18:14:56 [2021-08-20T18:14:56.259Z]     docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux
18:14:56 [2021-08-20T18:14:56.259Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation
18:14:56 [2021-08-20T18:14:56.259Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_0
18:14:56 [2021-08-20T18:14:56.259Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_1
18:14:56 [2021-08-20T18:14:56.259Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_2
18:14:56 [2021-08-20T18:14:56.259Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_3
18:14:56 [2021-08-20T18:14:56.259Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_4
18:14:56 [2021-08-20T18:14:56.259Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_5
18:14:56 [2021-08-20T18:14:56.259Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_6
18:14:56 [2021-08-20T18:14:56.259Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_7
18:14:56 [2021-08-20T18:14:56.259Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_8
18:14:56 [2021-08-20T18:14:56.259Z] === RUN   TestDockerSuite/TestContainersAPICreateMountsValidation/case_9
18:14:56 [2021-08-20T18:14:56.259Z] === RUN   TestDockerSuite/TestContainersInMultipleNetworks
18:14:56 [2021-08-20T18:14:56.259Z]     docker_cli_run_test.go:3439: unmatched requirement DaemonIsLinux
18:14:56 [2021-08-20T18:14:56.259Z] === RUN   TestDockerSuite/TestContainersInUserDefinedNetwork
18:14:56 [2021-08-20T18:14:56.259Z]     docker_cli_run_test.go:3431: unmatched requirement DaemonIsLinux
18:14:56 [2021-08-20T18:14:56.259Z] === RUN   TestDockerSuite/TestContainersNetworkIsolation
18:14:56 [2021-08-20T18:14:56.259Z]     docker_cli_run_test.go:3458: unmatched requirement DaemonIsLinux
18:14:56 [2021-08-20T18:14:56.259Z] === RUN   TestDockerSuite/TestCopyAndRestart
18:14:56 [2021-08-20T18:14:56.259Z]     docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux
18:14:56 [2021-08-20T18:14:56.259Z] === RUN   TestDockerSuite/TestCopyCreatedContainer
18:14:56 [2021-08-20T18:14:56.259Z]     docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux
18:14:56 [2021-08-20T18:14:56.259Z] === RUN   TestDockerSuite/TestCpAbsolutePath
18:14:58 [2021-08-20T18:14:58.434Z] === RUN   TestDockerSuite/TestCpAbsoluteSymlink
18:14:58 [2021-08-20T18:14:58.434Z]     docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux
18:14:58 [2021-08-20T18:14:58.434Z] === RUN   TestDockerSuite/TestCpFromCaseA
18:14:58 [2021-08-20T18:14:58.434Z]     docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux
18:14:58 [2021-08-20T18:14:58.434Z] === RUN   TestDockerSuite/TestCpFromCaseB
18:14:58 [2021-08-20T18:14:58.434Z]     docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux
18:14:58 [2021-08-20T18:14:58.434Z] === RUN   TestDockerSuite/TestCpFromCaseC
18:14:58 [2021-08-20T18:14:58.434Z]     docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux
18:14:58 [2021-08-20T18:14:58.434Z] === RUN   TestDockerSuite/TestCpFromCaseD
18:14:58 [2021-08-20T18:14:58.434Z]     docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux
18:14:58 [2021-08-20T18:14:58.434Z] === RUN   TestDockerSuite/TestCpFromCaseE
18:14:58 [2021-08-20T18:14:58.434Z]     docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux
18:14:58 [2021-08-20T18:14:58.434Z] === RUN   TestDockerSuite/TestCpFromCaseF
18:14:58 [2021-08-20T18:14:58.434Z]     docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux
18:14:58 [2021-08-20T18:14:58.890Z] === RUN   TestDockerSuite/TestCpFromCaseG
18:14:58 [2021-08-20T18:14:58.890Z]     docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux
18:14:58 [2021-08-20T18:14:58.890Z] === RUN   TestDockerSuite/TestCpFromCaseH
18:14:58 [2021-08-20T18:14:58.890Z]     docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux
18:14:58 [2021-08-20T18:14:58.890Z] === RUN   TestDockerSuite/TestCpFromCaseI
18:14:58 [2021-08-20T18:14:58.890Z]     docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux
18:14:58 [2021-08-20T18:14:58.890Z] === RUN   TestDockerSuite/TestCpFromCaseJ
18:14:58 [2021-08-20T18:14:58.890Z]     docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux
18:14:58 [2021-08-20T18:14:58.890Z] === RUN   TestDockerSuite/TestCpFromSymlinkDestination
18:14:58 [2021-08-20T18:14:58.890Z]     docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux
18:14:58 [2021-08-20T18:14:58.890Z] === RUN   TestDockerSuite/TestCpFromSymlinkToDirectory
18:14:58 [2021-08-20T18:14:58.890Z]     docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux
18:14:58 [2021-08-20T18:14:58.890Z] === RUN   TestDockerSuite/TestCpGarbagePath
18:15:07 [2021-08-20T18:15:07.443Z] === RUN   TestDockerSuite/TestCpLocalOnly
18:15:07 [2021-08-20T18:15:07.443Z] === RUN   TestDockerSuite/TestCpNameHasColon
18:15:07 [2021-08-20T18:15:07.443Z]     docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux
18:15:07 [2021-08-20T18:15:07.443Z] === RUN   TestDockerSuite/TestCpRelativePath
18:15:08 [2021-08-20T18:15:08.489Z] === RUN   TestDockerSuite/TestVolumesNoCopyData
18:15:08 [2021-08-20T18:15:08.490Z]     docker_cli_run_test.go:2173: unmatched requirement DaemonIsLinux
18:15:08 [2021-08-20T18:15:08.490Z] === RUN   TestDockerSuite/TestWindowsRunAsSystem
18:15:08 [2021-08-20T18:15:08.490Z] --- PASS: TestDockerSuite (2745.41s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.02s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.02s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- PASS: TestDockerSuite/TestAPIImagesDelete (0.93s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- PASS: TestDockerSuite/TestAPIImagesFilter (0.27s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- PASS: TestDockerSuite/TestAPIImagesHistory (0.77s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.36s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (116.06s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.77s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.06s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.03s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.02s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (6.11s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (3.63s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (3.07s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (3.61s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (7.91s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (105.39s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.59s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (6.62s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.03s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (4.55s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (1.12s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.30s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (1.14s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.80s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.87s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.06s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.09s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (3.72s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (14.69s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- PASS: TestDockerSuite/TestBuildAddNonTar (6.36s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.39s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.56s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (2.03s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (6.36s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- SKIP: TestDockerSuite/TestBuildAddScript (0.04s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.67s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- PASS: TestDockerSuite/TestBuildAddTar (42.55s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.05s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.55s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (20.96s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (1.13s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- PASS: TestDockerSuite/TestBuildBlankName (0.78s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArg (7.95s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.48s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (5.47s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (10.31s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (9.23s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.59s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (6.23s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (8.07s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.76s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.05s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.05s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (28.94s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (5.26s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.05s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.58s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.85s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.06s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (5.04s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.81s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.06s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.91s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- PASS: TestDockerSuite/TestBuildClearCmd (1.19s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- PASS: TestDockerSuite/TestBuildCmd (0.91s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.87s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.82s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (6.04s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.76s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- PASS: TestDockerSuite/TestBuildConditionalCache (1.54s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- PASS: TestDockerSuite/TestBuildContextCleanup (0.65s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (2.21s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- PASS: TestDockerSuite/TestBuildContextTarGzip (1.28s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.69s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (1.12s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.85s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (6.66s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (39.05s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.94s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.76s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (6.34s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.54s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.51s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.67s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcard (28.92s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.92s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.56s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (21.19s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdin (2.25s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (1.15s)
18:15:08 [2021-08-20T18:15:08.490Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (4.63s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (3.81s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (3.73s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestBuildDockerignore (61.49s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (7.72s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.55s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (67.43s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (2.18s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (1.08s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (24.26s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (13.66s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (14.78s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (34.54s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (13.36s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (12.20s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (95.44s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestBuildDotDotFile (0.64s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.48s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.04s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.75s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.44s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.63s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestBuildEntrypoint (0.70s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (5.83s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (3.61s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (5.40s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- SKIP: TestDockerSuite/TestBuildEnv (0.04s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.49s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (4.84s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (1.30s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (5.57s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (16.77s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.82s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.05s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- SKIP: TestDockerSuite/TestBuildExpose (0.04s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestBuildFails (3.04s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.13s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (6.96s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (6.64s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestBuildForceRm (7.93s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestBuildFromGit (7.49s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.87s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestBuildFromGitWithF (6.29s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.87s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.73s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestBuildFromURLWithF (10.44s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestBuildHistory (14.56s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestBuildIidFile (1.34s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (2.36s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- SKIP: TestDockerSuite/TestBuildInheritance (0.05s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestBuildIntermediateTarget (1.06s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestBuildInvalidTag (0.11s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (5.50s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestBuildLabel (1.25s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.79s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestBuildLabelMultiple (1.31s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.76s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestBuildLabels (1.29s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestBuildLabelsCache (1.98s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestBuildLabelsOverride (7.48s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- SKIP: TestDockerSuite/TestBuildLastModified (0.10s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- SKIP: TestDockerSuite/TestBuildLineBreak (0.06s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.14s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.13s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.12s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.13s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestBuildMaintainer (0.79s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestBuildMissingArgs (1.00s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (6.76s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestBuildMultiStageArg (19.53s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.09s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.62s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (37.97s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (17.83s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (6.57s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (7.65s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (6.38s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (19.95s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (10.03s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestBuildMultipleTags (0.90s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestBuildNoContext (3.22s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestBuildNoDupOutput (5.69s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.75s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.34s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.23s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.74s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (1.32s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.67s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestBuildOnBuild (11.57s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestBuildOnBuildCache (2.15s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (11.83s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (4.81s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (9.68s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (5.83s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestBuildOnBuildOutput (5.47s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.56s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.06s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- SKIP: TestDockerSuite/TestBuildPATH (0.03s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestBuildRUNErrMsg (2.44s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestBuildRelativeCopy (51.15s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (23.61s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestBuildRm (14.56s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (4.00s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.07s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.56s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.93s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (4.68s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestBuildShellEntrypoint (4.36s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestBuildShellInherited (5.38s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestBuildShellMultiple (18.45s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestBuildShellNotJSON (1.14s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.80s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (10.83s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestBuildSpaces (0.35s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (5.56s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.12s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestBuildStderr (5.07s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestBuildStepsWithProgress (21.34s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- SKIP: TestDockerSuite/TestBuildStopSignal (0.53s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestBuildSymlinkBasename (4.08s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.73s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestBuildTagEvent (5.19s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (5.92s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- SKIP: TestDockerSuite/TestBuildUser (0.04s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestBuildVerboseOut (4.55s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.69s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (3.70s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (26.94s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (1.24s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestBuildWindowsUser (11.17s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (7.13s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.56s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.07s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestBuildWithFailure (2.84s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.52s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestBuildWithRecycleBin (12.07s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestBuildWithTabs (5.11s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.61s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (16.77s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.56s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.56s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.04s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.51s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (8.67s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (2.50s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- SKIP: TestDockerSuite/TestBuildXZHost (0.54s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.04s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (2.52s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (5.78s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestCommitChange (5.67s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestCommitChangeLabels (5.79s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestCommitNewFile (8.71s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestCommitTTY (8.93s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestCommitWithFilterLabel (5.79s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.15s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestContainerAPICommit (8.12s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (9.24s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (2.66s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestContainerAPICreate (3.07s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.02s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (3.02s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestContainerAPIDelete (3.41s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (2.55s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (2.54s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.02s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (2.74s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.02s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestContainerAPIGetAll (3.07s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (2.82s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- PASS: TestDockerSuite/TestContainerAPIKill (2.36s)
18:15:08 [2021-08-20T18:15:08.956Z]     --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (3.24s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.34s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- PASS: TestDockerSuite/TestContainerAPIRename (2.95s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- PASS: TestDockerSuite/TestContainerAPIRestart (4.41s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (4.87s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.13s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- PASS: TestDockerSuite/TestContainerAPIStart (2.34s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- PASS: TestDockerSuite/TestContainerAPIStop (3.05s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- PASS: TestDockerSuite/TestContainerAPITopWindows (2.68s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.14s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- PASS: TestDockerSuite/TestContainerAPIWait (4.92s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (2.45s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (2.08s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (20.76s)
18:15:08 [2021-08-20T18:15:08.957Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false__<nil>_<nil>_<nil>} (2.76s)
18:15:08 [2021-08-20T18:15:08.957Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false__<nil>_<nil>_<nil>} (2.84s)
18:15:08 [2021-08-20T18:15:08.957Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false__<nil>_<nil>_<nil>} (3.82s)
18:15:08 [2021-08-20T18:15:08.957Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true__<nil>_<nil>_<nil>} (2.76s)
18:15:08 [2021-08-20T18:15:08.957Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false__<nil>_0xc000004ac8_<nil>} (2.90s)
18:15:08 [2021-08-20T18:15:08.957Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-1931689106_c:\foo_false__<nil>_<nil>_<nil>} (2.77s)
18:15:08 [2021-08-20T18:15:08.957Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-1931689106_c:\foo_true__<nil>_<nil>_<nil>} (2.86s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.48s)
18:15:08 [2021-08-20T18:15:08.957Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s)
18:15:08 [2021-08-20T18:15:08.957Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s)
18:15:08 [2021-08-20T18:15:08.957Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s)
18:15:08 [2021-08-20T18:15:08.957Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s)
18:15:08 [2021-08-20T18:15:08.957Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s)
18:15:08 [2021-08-20T18:15:08.957Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.10s)
18:15:08 [2021-08-20T18:15:08.957Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.10s)
18:15:08 [2021-08-20T18:15:08.957Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.11s)
18:15:08 [2021-08-20T18:15:08.957Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s)
18:15:08 [2021-08-20T18:15:08.957Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.10s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- PASS: TestDockerSuite/TestCpAbsolutePath (3.13s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- PASS: TestDockerSuite/TestCpGarbagePath (3.25s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- PASS: TestDockerSuite/TestCpLocalOnly (0.10s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- PASS: TestDockerSuite/TestCpRelativePath (2.70s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.03s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- PASS: TestDockerSuite/TestCpToCaseA (5.35s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- PASS: TestDockerSuite/TestCpToCaseB (3.15s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- SKIP: TestDockerSuite/TestCpToCaseD (0.03s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- PASS: TestDockerSuite/TestCpToCaseE (11.41s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- PASS: TestDockerSuite/TestCpToCaseH (11.04s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- PASS: TestDockerSuite/TestCpToDot (3.19s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- PASS: TestDockerSuite/TestCpToStdout (3.06s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.29s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- PASS: TestDockerSuite/TestCreateArgs (0.26s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- PASS: TestDockerSuite/TestCreateByImageID (2.35s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- PASS: TestDockerSuite/TestCreateEchoStdout (2.82s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.26s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- PASS: TestDockerSuite/TestCreateHostConfig (0.27s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (2.10s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.90s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- PASS: TestDockerSuite/TestCreateLabels (0.27s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- PASS: TestDockerSuite/TestCreateRM (0.48s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- PASS: TestDockerSuite/TestCreateStopSignal (0.28s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- PASS: TestDockerSuite/TestCreateStopTimeout (0.49s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (9.41s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.30s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.70s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- PASS: TestDockerSuite/TestCreateWithLargePortRange (4.20s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- PASS: TestDockerSuite/TestCreateWithPortRange (0.28s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- PASS: TestDockerSuite/TestCreateWithWorkdir (3.14s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.19s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- PASS: TestDockerSuite/TestDockerFails (0.08s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.03s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- SKIP: TestDockerSuite/TestEventsAttach (0.02s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- SKIP: TestDockerSuite/TestEventsCommit (0.02s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- PASS: TestDockerSuite/TestEventsContainerEvents (3.18s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (2.88s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (2.92s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- PASS: TestDockerSuite/TestEventsContainerRestart (14.30s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- PASS: TestDockerSuite/TestEventsCopy (5.53s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- PASS: TestDockerSuite/TestEventsFilterContainer (5.89s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (3.00s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- PASS: TestDockerSuite/TestEventsFilterImageLabels (1.01s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- PASS: TestDockerSuite/TestEventsFilterImageName (7.41s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- PASS: TestDockerSuite/TestEventsFilterLabels (0.92s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- PASS: TestDockerSuite/TestEventsFilterType (1.25s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- PASS: TestDockerSuite/TestEventsFilters (5.76s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- PASS: TestDockerSuite/TestEventsFormat (5.38s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- PASS: TestDockerSuite/TestEventsFormatBadField (0.08s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.08s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- PASS: TestDockerSuite/TestEventsImageTag (1.22s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- PASS: TestDockerSuite/TestEventsRename (2.91s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- PASS: TestDockerSuite/TestEventsResize (8.58s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (2.89s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (3.09s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- PASS: TestDockerSuite/TestEventsTimestampFormats (5.14s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- SKIP: TestDockerSuite/TestEventsTop (0.02s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- PASS: TestDockerSuite/TestEventsUntag (2.81s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- PASS: TestDockerSuite/TestEventsUntilInThePast (4.98s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- SKIP: TestDockerSuite/TestExec (0.02s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (2.45s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (2.55s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (2.56s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (2.52s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (2.60s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (2.51s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- PASS: TestDockerSuite/TestExecAfterContainerRestart (5.23s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- SKIP: TestDockerSuite/TestExecCgroup (0.02s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- SKIP: TestDockerSuite/TestExecEnv (0.02s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- PASS: TestDockerSuite/TestExecExitStatus (2.82s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- PASS: TestDockerSuite/TestExecInspectID (4.02s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- SKIP: TestDockerSuite/TestExecInteractive (0.02s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- SKIP: TestDockerSuite/TestExecParseError (0.02s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.94s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- SKIP: TestDockerSuite/TestExecStartFails (0.03s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (2.70s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- SKIP: TestDockerSuite/TestExecUlimits (0.02s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (6.65s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- SKIP: TestDockerSuite/TestExecWithUser (0.02s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- PASS: TestDockerSuite/TestGetContainerStats (6.42s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (6.33s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (3.44s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- PASS: TestDockerSuite/TestGetContainerStatsStream (6.37s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.02s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.20s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- SKIP: TestDockerSuite/TestHealth (0.02s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- PASS: TestDockerSuite/TestHistoryExistentImage (0.09s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.09s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.09s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- PASS: TestDockerSuite/TestHistoryImageWithComment (5.30s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.08s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.10s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.10s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.39s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.75s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (1.34s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.10s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (2.27s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.32s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (2.75s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (3.41s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- PASS: TestDockerSuite/TestImagesFormat (0.25s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (4.16s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.07s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- PASS: TestDockerSuite/TestImportBadURL (2.44s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- SKIP: TestDockerSuite/TestImportDisplay (0.02s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- SKIP: TestDockerSuite/TestImportFile (0.02s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.08s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- SKIP: TestDockerSuite/TestImportGzipped (0.02s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.09s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (3.09s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (2.94s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s)
18:15:08 [2021-08-20T18:15:08.957Z]     --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.10s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- PASS: TestDockerSuite/TestInspectBindMountPoint (2.40s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- PASS: TestDockerSuite/TestInspectByPrefix (0.23s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- PASS: TestDockerSuite/TestInspectContainerFilterInt (2.85s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.03s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- PASS: TestDockerSuite/TestInspectDefault (2.81s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- PASS: TestDockerSuite/TestInspectHistory (5.72s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- SKIP: TestDockerSuite/TestInspectImage (0.02s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- PASS: TestDockerSuite/TestInspectInt64 (2.82s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- PASS: TestDockerSuite/TestInspectJSONFields (2.65s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.26s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- PASS: TestDockerSuite/TestInspectNamedMountPoint (7.46s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (2.68s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- PASS: TestDockerSuite/TestInspectRootFS (0.10s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (2.62s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- PASS: TestDockerSuite/TestInspectStatus (3.87s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (5.08s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- PASS: TestDockerSuite/TestInspectTemplateError (2.71s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (2.62s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (2.66s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (3.01s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (2.69s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (2.68s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- PASS: TestDockerSuite/TestInspectUnknownObject (0.09s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.08s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.02s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (2.36s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (2.48s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- PASS: TestDockerSuite/TestLogsAPIUntil (6.32s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (3.22s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- PASS: TestDockerSuite/TestLogsAPIWithStdout (2.90s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.10s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (7.96s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (8.07s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (8.00s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (3.14s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (2.96s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- PASS: TestDockerSuite/TestLogsFollowStopped (3.16s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- PASS: TestDockerSuite/TestLogsSeparateStderr (2.73s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- PASS: TestDockerSuite/TestLogsSince (9.80s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- PASS: TestDockerSuite/TestLogsTail (3.51s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- PASS: TestDockerSuite/TestLogsTimestamps (3.25s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- PASS: TestDockerSuite/TestLogsWithDetails (2.80s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- SKIP: TestDockerSuite/TestNetHostname (0.02s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- SKIP: TestDockerSuite/TestPluginActive (0.02s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.09s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- SKIP: TestDockerSuite/TestPortList (0.02s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (5.49s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.02s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (5.71s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- PASS: TestDockerSuite/TestPsByOrder (9.92s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- PASS: TestDockerSuite/TestPsListContainersBase (11.16s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (17.87s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.40s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.03s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (13.85s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterID (4.66s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (8.73s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterName (5.55s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.08s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (5.80s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.03s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- PASS: TestDockerSuite/TestPsShowMounts (8.27s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.61s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.28s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.92s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (5.01s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- PASS: TestDockerSuite/TestRestartContainerSuccess (5.64s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (3.28s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (22.56s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.03s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (8.28s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.34s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- PASS: TestDockerSuite/TestRestartPolicyNO (0.30s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (1.11s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- PASS: TestDockerSuite/TestRestartRunningContainer (5.78s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- PASS: TestDockerSuite/TestRestartStoppedContainer (4.99s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- PASS: TestDockerSuite/TestRestartWithVolumes (5.60s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- PASS: TestDockerSuite/TestRmiBlank (0.08s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.47s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (16.07s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (3.71s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.86s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (7.44s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- PASS: TestDockerSuite/TestRmiImgIDForce (6.54s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (10.28s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- PASS: TestDockerSuite/TestRmiParentImageFail (4.47s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- PASS: TestDockerSuite/TestRmiTag (0.93s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (2.89s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (19.00s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- PASS: TestDockerSuite/TestRmiWithContainerFails (3.29s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (6.33s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.48s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- SKIP: TestDockerSuite/TestRunAddHost (0.02s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.03s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (2.39s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (5.71s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (3.34s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (3.02s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (3.04s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (3.04s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.10s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- PASS: TestDockerSuite/TestRunBindMounts (6.24s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (3.07s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (3.45s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.04s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- PASS: TestDockerSuite/TestRunContainerNetwork (2.11s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (2.35s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (2.79s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (2.74s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- PASS: TestDockerSuite/TestRunCreateVolume (2.75s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (2.32s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (7.13s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (2.85s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.20s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- PASS: TestDockerSuite/TestRunEchoNamedContainer (3.03s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- PASS: TestDockerSuite/TestRunEchoStdout (2.72s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- PASS: TestDockerSuite/TestRunEntrypoint (2.53s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- PASS: TestDockerSuite/TestRunExitCode (3.01s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- PASS: TestDockerSuite/TestRunExitCodeOne (7.37s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- PASS: TestDockerSuite/TestRunExitCodeZero (2.54s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- PASS: TestDockerSuite/TestRunExitOnStdinClose (3.12s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- PASS: TestDockerSuite/TestRunExposePort (0.10s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s)
18:15:08 [2021-08-20T18:15:08.958Z]     --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (4.23s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- PASS: TestDockerSuite/TestRunInvalidReference (0.10s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (8.51s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (1.81s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- SKIP: TestDockerSuite/TestRunMount (0.02s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (8.82s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (6.03s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (5.23s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.03s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- SKIP: TestDockerSuite/TestRunNetHost (0.02s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.54s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.20s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- PASS: TestDockerSuite/TestRunNonExecutableCmd (2.10s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- PASS: TestDockerSuite/TestRunNonExistingCmd (2.16s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- PASS: TestDockerSuite/TestRunNonExistingImage (1.22s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (2.84s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.30s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (4.85s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- PASS: TestDockerSuite/TestRunRestartMaxRetries (10.40s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- PASS: TestDockerSuite/TestRunRm (3.13s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- PASS: TestDockerSuite/TestRunRmAndWait (6.15s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- PASS: TestDockerSuite/TestRunRmPre125Api (2.87s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- PASS: TestDockerSuite/TestRunRootWorkdir (3.06s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (2.67s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- PASS: TestDockerSuite/TestRunSetMacAddress (3.13s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- SKIP: TestDockerSuite/TestRunState (0.02s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (2.70s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (2.58s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.03s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- PASS: TestDockerSuite/TestRunTLSVerify (0.24s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.08s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (5.45s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- SKIP: TestDockerSuite/TestRunUserByID (0.02s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- SKIP: TestDockerSuite/TestRunUserByName (0.02s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- PASS: TestDockerSuite/TestRunUserDefaults (3.01s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- PASS: TestDockerSuite/TestRunVerifyContainerID (3.37s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (4.01s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (9.24s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (6.02s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (7.44s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.20s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (4.41s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (2.78s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (2.83s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.07s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.08s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (4.17s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- PASS: TestDockerSuite/TestRunWithoutNetworking (1.81s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (2.20s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- PASS: TestDockerSuite/TestRunWorkingDirectory (5.59s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- SKIP: TestDockerSuite/TestSaveImageId (0.02s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- PASS: TestDockerSuite/TestSearchCmdOptions (2.33s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.39s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.41s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.28s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- PASS: TestDockerSuite/TestSearchWithLimit (1.70s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- PASS: TestDockerSuite/TestSlowStdinClosing (8.69s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (9.99s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- PASS: TestDockerSuite/TestStartAttachSilent (4.91s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- SKIP: TestDockerSuite/TestStartRecordError (0.02s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (7.18s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- PASS: TestDockerSuite/TestTopMultipleArgs (2.58s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- PASS: TestDockerSuite/TestTopNonPrivileged (2.75s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (2.67s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- PASS: TestDockerSuite/TestVolumeCLICreate (15.34s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.17s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.25s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.40s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.33s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.16s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- PASS: TestDockerSuite/TestVolumeCLILs (3.32s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.08s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (3.50s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.47s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.45s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.10s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.22s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- PASS: TestDockerSuite/TestVolumeCLIRm (9.60s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.76s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.25s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (8.16s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- PASS: TestDockerSuite/TestVolumeLsFormat (0.33s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.32s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (16.03s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s)
18:15:08 [2021-08-20T18:15:08.959Z]     --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.53s)
18:15:08 [2021-08-20T18:15:08.959Z] === RUN   TestDockerRegistrySuite
18:15:08 [2021-08-20T18:15:08.959Z] === RUN   TestDockerRegistrySuite/TestBuildByDigest
18:15:08 [2021-08-20T18:15:08.959Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:15:08 [2021-08-20T18:15:08.959Z] === RUN   TestDockerRegistrySuite/TestBuildCopyFromForcePull
18:15:08 [2021-08-20T18:15:08.959Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:15:08 [2021-08-20T18:15:08.959Z] === RUN   TestDockerRegistrySuite/TestBuildMultiStageImplicitPull
18:15:08 [2021-08-20T18:15:08.959Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:15:08 [2021-08-20T18:15:08.959Z] === RUN   TestDockerRegistrySuite/TestConcurrentFailingPull
18:15:08 [2021-08-20T18:15:08.959Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:15:08 [2021-08-20T18:15:08.959Z] === RUN   TestDockerRegistrySuite/TestConcurrentPullMultipleTags
18:15:08 [2021-08-20T18:15:08.959Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:15:08 [2021-08-20T18:15:08.959Z] === RUN   TestDockerRegistrySuite/TestConcurrentPullWholeRepo
18:15:08 [2021-08-20T18:15:08.959Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:15:08 [2021-08-20T18:15:08.959Z] === RUN   TestDockerRegistrySuite/TestConcurrentPush
18:15:08 [2021-08-20T18:15:08.959Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:15:08 [2021-08-20T18:15:08.959Z] === RUN   TestDockerRegistrySuite/TestCreateByDigest
18:15:08 [2021-08-20T18:15:08.959Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:15:08 [2021-08-20T18:15:08.959Z] === RUN   TestDockerRegistrySuite/TestCrossRepositoryLayerPush
18:15:08 [2021-08-20T18:15:08.959Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:15:08 [2021-08-20T18:15:08.959Z] === RUN   TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest
18:15:08 [2021-08-20T18:15:08.959Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:15:08 [2021-08-20T18:15:08.959Z] === RUN   TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag
18:15:08 [2021-08-20T18:15:08.959Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:15:08 [2021-08-20T18:15:08.959Z] === RUN   TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag
18:15:08 [2021-08-20T18:15:08.959Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:15:08 [2021-08-20T18:15:08.959Z] === RUN   TestDockerRegistrySuite/TestEventsImageFilterPush
18:15:08 [2021-08-20T18:15:08.959Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:15:08 [2021-08-20T18:15:08.959Z] === RUN   TestDockerRegistrySuite/TestInspectImageWithDigests
18:15:08 [2021-08-20T18:15:08.959Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:15:08 [2021-08-20T18:15:08.959Z] === RUN   TestDockerRegistrySuite/TestListDanglingImagesWithDigests
18:15:08 [2021-08-20T18:15:08.959Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:15:08 [2021-08-20T18:15:08.959Z] === RUN   TestDockerRegistrySuite/TestListImagesWithDigests
18:15:08 [2021-08-20T18:15:08.959Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:15:08 [2021-08-20T18:15:08.959Z] === RUN   TestDockerRegistrySuite/TestListImagesWithoutDigests
18:15:08 [2021-08-20T18:15:08.959Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:15:08 [2021-08-20T18:15:08.960Z] === RUN   TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest
18:15:08 [2021-08-20T18:15:08.960Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:15:08 [2021-08-20T18:15:08.960Z] === RUN   TestDockerRegistrySuite/TestPullByDigest
18:15:08 [2021-08-20T18:15:08.960Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:15:08 [2021-08-20T18:15:08.960Z] === RUN   TestDockerRegistrySuite/TestPullByDigestNoFallback
18:15:08 [2021-08-20T18:15:08.960Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:15:08 [2021-08-20T18:15:08.960Z] === RUN   TestDockerRegistrySuite/TestPullByTagDisplaysDigest
18:15:08 [2021-08-20T18:15:08.960Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:15:08 [2021-08-20T18:15:08.960Z] === RUN   TestDockerRegistrySuite/TestPullFailsWithAlteredLayer
18:15:08 [2021-08-20T18:15:08.960Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:15:08 [2021-08-20T18:15:08.960Z] === RUN   TestDockerRegistrySuite/TestPullFailsWithAlteredManifest
18:15:08 [2021-08-20T18:15:08.960Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:15:08 [2021-08-20T18:15:08.960Z] === RUN   TestDockerRegistrySuite/TestPullIDStability
18:15:08 [2021-08-20T18:15:08.960Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:15:08 [2021-08-20T18:15:08.960Z] === RUN   TestDockerRegistrySuite/TestPullImageWithAliases
18:15:08 [2021-08-20T18:15:08.960Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:15:08 [2021-08-20T18:15:08.960Z] === RUN   TestDockerRegistrySuite/TestPullManifestList
18:15:08 [2021-08-20T18:15:08.960Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:15:08 [2021-08-20T18:15:08.960Z] === RUN   TestDockerRegistrySuite/TestPullNoLayers
18:15:08 [2021-08-20T18:15:08.960Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:15:08 [2021-08-20T18:15:08.960Z] === RUN   TestDockerRegistrySuite/TestPushBadTag
18:15:08 [2021-08-20T18:15:08.960Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:15:08 [2021-08-20T18:15:08.960Z] === RUN   TestDockerRegistrySuite/TestPushBusyboxImage
18:15:08 [2021-08-20T18:15:08.960Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:15:08 [2021-08-20T18:15:08.960Z] === RUN   TestDockerRegistrySuite/TestPushEmptyLayer
18:15:08 [2021-08-20T18:15:08.960Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:15:08 [2021-08-20T18:15:08.960Z] === RUN   TestDockerRegistrySuite/TestPushMultipleTags
18:15:08 [2021-08-20T18:15:08.960Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:15:08 [2021-08-20T18:15:08.960Z] === RUN   TestDockerRegistrySuite/TestPushUntagged
18:15:08 [2021-08-20T18:15:08.960Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:15:08 [2021-08-20T18:15:08.960Z] === RUN   TestDockerRegistrySuite/TestRemoveImageByDigest
18:15:08 [2021-08-20T18:15:08.960Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:15:08 [2021-08-20T18:15:08.960Z] === RUN   TestDockerRegistrySuite/TestRunByDigest
18:15:08 [2021-08-20T18:15:08.960Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:15:08 [2021-08-20T18:15:08.960Z] === RUN   TestDockerRegistrySuite/TestRunImplicitPullWithNoTag
18:15:08 [2021-08-20T18:15:08.960Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:15:08 [2021-08-20T18:15:08.960Z] === RUN   TestDockerRegistrySuite/TestTagByDigest
18:15:08 [2021-08-20T18:15:08.960Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:15:08 [2021-08-20T18:15:08.960Z] === RUN   TestDockerRegistrySuite/TestUserAgentPassThrough
18:15:08 [2021-08-20T18:15:08.960Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:15:08 [2021-08-20T18:15:08.960Z] === RUN   TestDockerRegistrySuite/TestV2Only
18:15:08 [2021-08-20T18:15:08.960Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:15:08 [2021-08-20T18:15:08.960Z] --- PASS: TestDockerRegistrySuite (0.21s)
18:15:08 [2021-08-20T18:15:08.960Z]     --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s)
18:15:08 [2021-08-20T18:15:08.960Z]     --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s)
18:15:08 [2021-08-20T18:15:08.960Z]     --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s)
18:15:08 [2021-08-20T18:15:08.960Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s)
18:15:08 [2021-08-20T18:15:08.960Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s)
18:15:08 [2021-08-20T18:15:08.960Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s)
18:15:08 [2021-08-20T18:15:08.960Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s)
18:15:08 [2021-08-20T18:15:08.960Z]     --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s)
18:15:08 [2021-08-20T18:15:08.960Z]     --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s)
18:15:08 [2021-08-20T18:15:08.960Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s)
18:15:08 [2021-08-20T18:15:08.960Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s)
18:15:08 [2021-08-20T18:15:08.960Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s)
18:15:08 [2021-08-20T18:15:08.960Z]     --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s)
18:15:08 [2021-08-20T18:15:08.960Z]     --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s)
18:15:08 [2021-08-20T18:15:08.960Z]     --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s)
18:15:08 [2021-08-20T18:15:08.960Z]     --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s)
18:15:08 [2021-08-20T18:15:08.960Z]     --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s)
18:15:08 [2021-08-20T18:15:08.960Z]     --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s)
18:15:08 [2021-08-20T18:15:08.960Z]     --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s)
18:15:08 [2021-08-20T18:15:08.960Z]     --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s)
18:15:08 [2021-08-20T18:15:08.960Z]     --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s)
18:15:08 [2021-08-20T18:15:08.960Z]     --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
18:15:08 [2021-08-20T18:15:08.960Z]     --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
18:15:08 [2021-08-20T18:15:08.960Z]     --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s)
18:15:08 [2021-08-20T18:15:08.960Z]     --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s)
18:15:08 [2021-08-20T18:15:08.960Z]     --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s)
18:15:08 [2021-08-20T18:15:08.960Z]     --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s)
18:15:08 [2021-08-20T18:15:08.960Z]     --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s)
18:15:08 [2021-08-20T18:15:08.960Z]     --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s)
18:15:08 [2021-08-20T18:15:08.960Z]     --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s)
18:15:08 [2021-08-20T18:15:08.960Z]     --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s)
18:15:08 [2021-08-20T18:15:08.960Z]     --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s)
18:15:08 [2021-08-20T18:15:08.960Z]     --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s)
18:15:08 [2021-08-20T18:15:08.960Z]     --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s)
18:15:08 [2021-08-20T18:15:08.960Z]     --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s)
18:15:08 [2021-08-20T18:15:08.960Z]     --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s)
18:15:08 [2021-08-20T18:15:08.960Z]     --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s)
18:15:08 [2021-08-20T18:15:08.960Z]     --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s)
18:15:08 [2021-08-20T18:15:08.960Z] === RUN   TestDockerSchema1RegistrySuite
18:15:08 [2021-08-20T18:15:08.960Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentFailingPull
18:15:08 [2021-08-20T18:15:08.960Z]     check_test.go:212: unmatched requirement DaemonIsLinux
18:15:08 [2021-08-20T18:15:08.960Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags
18:15:08 [2021-08-20T18:15:08.960Z]     check_test.go:212: unmatched requirement DaemonIsLinux
18:15:08 [2021-08-20T18:15:08.960Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo
18:15:08 [2021-08-20T18:15:08.960Z]     check_test.go:212: unmatched requirement DaemonIsLinux
18:15:08 [2021-08-20T18:15:08.960Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPush
18:15:08 [2021-08-20T18:15:08.960Z]     check_test.go:212: unmatched requirement DaemonIsLinux
18:15:08 [2021-08-20T18:15:08.960Z] === RUN   TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported
18:15:08 [2021-08-20T18:15:08.960Z]     check_test.go:212: unmatched requirement DaemonIsLinux
18:15:08 [2021-08-20T18:15:08.960Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByDigest
18:15:08 [2021-08-20T18:15:08.960Z]     check_test.go:212: unmatched requirement DaemonIsLinux
18:15:08 [2021-08-20T18:15:08.960Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback
18:15:08 [2021-08-20T18:15:08.960Z]     check_test.go:212: unmatched requirement DaemonIsLinux
18:15:08 [2021-08-20T18:15:08.960Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest
18:15:08 [2021-08-20T18:15:08.960Z]     check_test.go:212: unmatched requirement DaemonIsLinux
18:15:08 [2021-08-20T18:15:08.960Z] === RUN   TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer
18:15:08 [2021-08-20T18:15:08.960Z]     check_test.go:212: unmatched requirement DaemonIsLinux
18:15:08 [2021-08-20T18:15:08.960Z] === RUN   TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest
18:15:08 [2021-08-20T18:15:08.960Z]     check_test.go:212: unmatched requirement DaemonIsLinux
18:15:08 [2021-08-20T18:15:08.960Z] === RUN   TestDockerSchema1RegistrySuite/TestPullIDStability
18:15:08 [2021-08-20T18:15:08.960Z]     check_test.go:212: unmatched requirement DaemonIsLinux
18:15:08 [2021-08-20T18:15:08.960Z] === RUN   TestDockerSchema1RegistrySuite/TestPullImageWithAliases
18:15:08 [2021-08-20T18:15:08.960Z]     check_test.go:212: unmatched requirement DaemonIsLinux
18:15:08 [2021-08-20T18:15:08.960Z] === RUN   TestDockerSchema1RegistrySuite/TestPullNoLayers
18:15:08 [2021-08-20T18:15:08.960Z]     check_test.go:212: unmatched requirement DaemonIsLinux
18:15:08 [2021-08-20T18:15:08.960Z] === RUN   TestDockerSchema1RegistrySuite/TestPushBadTag
18:15:08 [2021-08-20T18:15:08.960Z]     check_test.go:212: unmatched requirement DaemonIsLinux
18:15:08 [2021-08-20T18:15:08.960Z] === RUN   TestDockerSchema1RegistrySuite/TestPushBusyboxImage
18:15:08 [2021-08-20T18:15:08.960Z]     check_test.go:212: unmatched requirement DaemonIsLinux
18:15:08 [2021-08-20T18:15:08.960Z] === RUN   TestDockerSchema1RegistrySuite/TestPushEmptyLayer
18:15:08 [2021-08-20T18:15:08.960Z]     check_test.go:212: unmatched requirement DaemonIsLinux
18:15:08 [2021-08-20T18:15:08.960Z] === RUN   TestDockerSchema1RegistrySuite/TestPushMultipleTags
18:15:08 [2021-08-20T18:15:08.960Z]     check_test.go:212: unmatched requirement DaemonIsLinux
18:15:08 [2021-08-20T18:15:08.960Z] === RUN   TestDockerSchema1RegistrySuite/TestPushUntagged
18:15:08 [2021-08-20T18:15:08.960Z]     check_test.go:212: unmatched requirement DaemonIsLinux
18:15:08 [2021-08-20T18:15:08.960Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s)
18:15:08 [2021-08-20T18:15:08.960Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s)
18:15:08 [2021-08-20T18:15:08.960Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s)
18:15:08 [2021-08-20T18:15:08.960Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s)
18:15:08 [2021-08-20T18:15:08.960Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s)
18:15:08 [2021-08-20T18:15:08.960Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s)
18:15:08 [2021-08-20T18:15:08.960Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s)
18:15:08 [2021-08-20T18:15:08.960Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s)
18:15:08 [2021-08-20T18:15:08.960Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s)
18:15:08 [2021-08-20T18:15:08.960Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
18:15:08 [2021-08-20T18:15:08.960Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
18:15:08 [2021-08-20T18:15:08.960Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s)
18:15:08 [2021-08-20T18:15:08.960Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s)
18:15:08 [2021-08-20T18:15:08.960Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s)
18:15:08 [2021-08-20T18:15:08.960Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s)
18:15:08 [2021-08-20T18:15:08.960Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s)
18:15:08 [2021-08-20T18:15:08.960Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s)
18:15:08 [2021-08-20T18:15:08.960Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s)
18:15:08 [2021-08-20T18:15:08.960Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s)
18:15:08 [2021-08-20T18:15:08.960Z] === RUN   TestDockerRegistryAuthHtpasswdSuite
18:15:08 [2021-08-20T18:15:08.960Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry
18:15:08 [2021-08-20T18:15:08.960Z]     check_test.go:239: unmatched requirement DaemonIsLinux
18:15:08 [2021-08-20T18:15:08.960Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth
18:15:08 [2021-08-20T18:15:08.960Z]     check_test.go:239: unmatched requirement DaemonIsLinux
18:15:08 [2021-08-20T18:15:08.960Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry
18:15:08 [2021-08-20T18:15:08.960Z]     check_test.go:239: unmatched requirement DaemonIsLinux
18:15:08 [2021-08-20T18:15:08.960Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth
18:15:08 [2021-08-20T18:15:08.960Z]     check_test.go:239: unmatched requirement DaemonIsLinux
18:15:08 [2021-08-20T18:15:08.960Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored
18:15:08 [2021-08-20T18:15:08.960Z]     check_test.go:239: unmatched requirement DaemonIsLinux
18:15:08 [2021-08-20T18:15:08.960Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth
18:15:08 [2021-08-20T18:15:08.960Z]     check_test.go:239: unmatched requirement DaemonIsLinux
18:15:08 [2021-08-20T18:15:08.960Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme
18:15:08 [2021-08-20T18:15:08.960Z]     check_test.go:239: unmatched requirement DaemonIsLinux
18:15:08 [2021-08-20T18:15:08.960Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry
18:15:08 [2021-08-20T18:15:08.960Z]     check_test.go:239: unmatched requirement DaemonIsLinux
18:15:08 [2021-08-20T18:15:08.960Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.02s)
18:15:08 [2021-08-20T18:15:08.960Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s)
18:15:08 [2021-08-20T18:15:08.960Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s)
18:15:08 [2021-08-20T18:15:08.960Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s)
18:15:08 [2021-08-20T18:15:08.960Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s)
18:15:08 [2021-08-20T18:15:08.960Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s)
18:15:08 [2021-08-20T18:15:08.960Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s)
18:15:08 [2021-08-20T18:15:08.960Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s)
18:15:08 [2021-08-20T18:15:08.960Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s)
18:15:08 [2021-08-20T18:15:08.960Z] === RUN   TestDockerRegistryAuthTokenSuite
18:15:08 [2021-08-20T18:15:08.960Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError
18:15:08 [2021-08-20T18:15:08.960Z]     check_test.go:268: unmatched requirement DaemonIsLinux
18:15:08 [2021-08-20T18:15:08.960Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken
18:15:08 [2021-08-20T18:15:08.960Z]     check_test.go:268: unmatched requirement DaemonIsLinux
18:15:08 [2021-08-20T18:15:08.960Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized
18:15:08 [2021-08-20T18:15:08.960Z]     check_test.go:268: unmatched requirement DaemonIsLinux
18:15:08 [2021-08-20T18:15:08.960Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable
18:15:08 [2021-08-20T18:15:08.960Z]     check_test.go:268: unmatched requirement DaemonIsLinux
18:15:08 [2021-08-20T18:15:08.960Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse
18:15:08 [2021-08-20T18:15:08.960Z]     check_test.go:268: unmatched requirement DaemonIsLinux
18:15:08 [2021-08-20T18:15:08.960Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s)
18:15:08 [2021-08-20T18:15:08.960Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s)
18:15:08 [2021-08-20T18:15:08.960Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s)
18:15:08 [2021-08-20T18:15:08.960Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s)
18:15:08 [2021-08-20T18:15:08.960Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s)
18:15:08 [2021-08-20T18:15:08.960Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s)
18:15:08 [2021-08-20T18:15:08.960Z] === RUN   TestDockerDaemonSuite
18:15:08 [2021-08-20T18:15:08.960Z] === RUN   TestDockerDaemonSuite/TestCLIProxyProxyTCPSock
18:15:08 [2021-08-20T18:15:08.960Z]     check_test.go:302: unmatched requirement DaemonIsLinux
18:15:08 [2021-08-20T18:15:08.960Z] === RUN   TestDockerDaemonSuite/TestExecAfterDaemonRestart
18:15:08 [2021-08-20T18:15:08.960Z]     check_test.go:302: unmatched requirement DaemonIsLinux
18:15:08 [2021-08-20T18:15:08.960Z] === RUN   TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault
18:15:08 [2021-08-20T18:15:08.960Z]     check_test.go:302: unmatched requirement DaemonIsLinux
18:15:08 [2021-08-20T18:15:08.960Z] --- PASS: TestDockerDaemonSuite (0.00s)
18:15:08 [2021-08-20T18:15:08.960Z]     --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s)
18:15:08 [2021-08-20T18:15:08.960Z]     --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s)
18:15:08 [2021-08-20T18:15:08.960Z]     --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s)
18:15:08 [2021-08-20T18:15:08.960Z] === RUN   TestDockerSwarmSuite
18:15:08 [2021-08-20T18:15:08.960Z] --- PASS: TestDockerSwarmSuite (0.00s)
18:15:08 [2021-08-20T18:15:08.960Z] === RUN   TestDockerPluginSuite
18:15:08 [2021-08-20T18:15:08.960Z] === RUN   TestDockerPluginSuite/TestPluginBasicOps
18:15:08 [2021-08-20T18:15:08.960Z]     check_test.go:407: unmatched requirement DaemonIsLinux
18:15:08 [2021-08-20T18:15:08.960Z] === RUN   TestDockerPluginSuite/TestPluginCreate
18:15:08 [2021-08-20T18:15:08.960Z]     check_test.go:407: unmatched requirement DaemonIsLinux
18:15:08 [2021-08-20T18:15:08.960Z] === RUN   TestDockerPluginSuite/TestPluginEnableDisableNegative
18:15:08 [2021-08-20T18:15:08.960Z]     check_test.go:407: unmatched requirement DaemonIsLinux
18:15:08 [2021-08-20T18:15:08.960Z] === RUN   TestDockerPluginSuite/TestPluginForceRemove
18:15:09 [2021-08-20T18:15:09.418Z]     check_test.go:407: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.418Z] === RUN   TestDockerPluginSuite/TestPluginIDPrefix
18:15:09 [2021-08-20T18:15:09.418Z]     check_test.go:407: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.418Z] === RUN   TestDockerPluginSuite/TestPluginInspect
18:15:09 [2021-08-20T18:15:09.418Z]     check_test.go:407: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.418Z] === RUN   TestDockerPluginSuite/TestPluginInstallArgs
18:15:09 [2021-08-20T18:15:09.418Z]     check_test.go:407: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.418Z] === RUN   TestDockerPluginSuite/TestPluginInstallDisable
18:15:09 [2021-08-20T18:15:09.418Z]     check_test.go:407: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.418Z] === RUN   TestDockerPluginSuite/TestPluginInstallImage
18:15:09 [2021-08-20T18:15:09.418Z]     check_test.go:407: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.418Z] === RUN   TestDockerPluginSuite/TestPluginListDefaultFormat
18:15:09 [2021-08-20T18:15:09.418Z]     check_test.go:407: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.418Z] === RUN   TestDockerPluginSuite/TestPluginSet
18:15:09 [2021-08-20T18:15:09.418Z]     check_test.go:407: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.418Z] --- PASS: TestDockerPluginSuite (0.02s)
18:15:09 [2021-08-20T18:15:09.418Z]     --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s)
18:15:09 [2021-08-20T18:15:09.418Z]     --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s)
18:15:09 [2021-08-20T18:15:09.418Z]     --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s)
18:15:09 [2021-08-20T18:15:09.418Z]     --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s)
18:15:09 [2021-08-20T18:15:09.418Z]     --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s)
18:15:09 [2021-08-20T18:15:09.418Z]     --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s)
18:15:09 [2021-08-20T18:15:09.418Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s)
18:15:09 [2021-08-20T18:15:09.418Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s)
18:15:09 [2021-08-20T18:15:09.418Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s)
18:15:09 [2021-08-20T18:15:09.418Z]     --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s)
18:15:09 [2021-08-20T18:15:09.418Z]     --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s)
18:15:09 [2021-08-20T18:15:09.418Z] === RUN   TestDockerExternalVolumeSuite
18:15:09 [2021-08-20T18:15:09.418Z]     check_test.go:128: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.418Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s)
18:15:09 [2021-08-20T18:15:09.418Z] === RUN   TestDockerNetworkSuite
18:15:09 [2021-08-20T18:15:09.418Z]     check_test.go:134: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.418Z] --- SKIP: TestDockerNetworkSuite (0.00s)
18:15:09 [2021-08-20T18:15:09.418Z] === RUN   TestDockerHubPullSuite
18:15:09 [2021-08-20T18:15:09.418Z]     check_test.go:142: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.418Z] --- SKIP: TestDockerHubPullSuite (0.00s)
18:15:09 [2021-08-20T18:15:09.418Z] PASS
18:15:09 [2021-08-20T18:15:09.418Z] ok  	github.com/docker/docker/integration-cli	2745.889s
18:15:09 [2021-08-20T18:15:09.418Z] 
18:15:09 [2021-08-20T18:15:09.418Z] === Skipped
18:15:09 [2021-08-20T18:15:09.418Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s)
18:15:09 [2021-08-20T18:15:09.418Z]     docker_api_network_test.go:242: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.418Z]     --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s)
18:15:09 [2021-08-20T18:15:09.418Z] 
18:15:09 [2021-08-20T18:15:09.418Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.02s)
18:15:09 [2021-08-20T18:15:09.418Z]     docker_api_test.go:77: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.418Z]     --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s)
18:15:09 [2021-08-20T18:15:09.418Z] 
18:15:09 [2021-08-20T18:15:09.418Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s)
18:15:09 [2021-08-20T18:15:09.418Z]     docker_api_network_test.go:131: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.418Z]     --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s)
18:15:09 [2021-08-20T18:15:09.418Z] 
18:15:09 [2021-08-20T18:15:09.418Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s)
18:15:09 [2021-08-20T18:15:09.418Z]     docker_api_network_test.go:30: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.418Z]     --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s)
18:15:09 [2021-08-20T18:15:09.418Z] 
18:15:09 [2021-08-20T18:15:09.418Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.02s)
18:15:09 [2021-08-20T18:15:09.418Z]     docker_api_network_test.go:68: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.418Z]     --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s)
18:15:09 [2021-08-20T18:15:09.418Z] 
18:15:09 [2021-08-20T18:15:09.418Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.02s)
18:15:09 [2021-08-20T18:15:09.418Z]     docker_api_network_test.go:21: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.418Z]     --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s)
18:15:09 [2021-08-20T18:15:09.418Z] 
18:15:09 [2021-08-20T18:15:09.418Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s)
18:15:09 [2021-08-20T18:15:09.418Z]     docker_api_network_test.go:173: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.418Z]     --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s)
18:15:09 [2021-08-20T18:15:09.418Z] 
18:15:09 [2021-08-20T18:15:09.418Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.03s)
18:15:09 [2021-08-20T18:15:09.418Z]     docker_api_network_test.go:74: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.418Z]     --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.03s)
18:15:09 [2021-08-20T18:15:09.418Z] 
18:15:09 [2021-08-20T18:15:09.418Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s)
18:15:09 [2021-08-20T18:15:09.418Z]     docker_api_network_test.go:100: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.418Z]     --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s)
18:15:09 [2021-08-20T18:15:09.418Z] 
18:15:09 [2021-08-20T18:15:09.418Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.02s)
18:15:09 [2021-08-20T18:15:09.418Z]     docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.418Z]     --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s)
18:15:09 [2021-08-20T18:15:09.418Z] 
18:15:09 [2021-08-20T18:15:09.418Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s)
18:15:09 [2021-08-20T18:15:09.418Z]     docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.418Z]     --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s)
18:15:09 [2021-08-20T18:15:09.418Z] 
18:15:09 [2021-08-20T18:15:09.418Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s)
18:15:09 [2021-08-20T18:15:09.418Z]     docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.418Z]     --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s)
18:15:09 [2021-08-20T18:15:09.418Z] 
18:15:09 [2021-08-20T18:15:09.418Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s)
18:15:09 [2021-08-20T18:15:09.418Z]     docker_cli_run_test.go:3154: unmatched requirement Apparmor
18:15:09 [2021-08-20T18:15:09.418Z]     --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s)
18:15:09 [2021-08-20T18:15:09.418Z] 
18:15:09 [2021-08-20T18:15:09.418Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.02s)
18:15:09 [2021-08-20T18:15:09.418Z]     docker_cli_run_test.go:3132: unmatched requirement Apparmor
18:15:09 [2021-08-20T18:15:09.418Z]     --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s)
18:15:09 [2021-08-20T18:15:09.418Z] 
18:15:09 [2021-08-20T18:15:09.418Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.02s)
18:15:09 [2021-08-20T18:15:09.418Z]     docker_cli_run_test.go:3144: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.418Z]     --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s)
18:15:09 [2021-08-20T18:15:09.418Z] 
18:15:09 [2021-08-20T18:15:09.418Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.02s)
18:15:09 [2021-08-20T18:15:09.418Z]     docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.418Z]     --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s)
18:15:09 [2021-08-20T18:15:09.418Z] 
18:15:09 [2021-08-20T18:15:09.418Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.02s)
18:15:09 [2021-08-20T18:15:09.418Z]     docker_cli_attach_test.go:170: unmatched requirement IsPausable
18:15:09 [2021-08-20T18:15:09.418Z]     --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s)
18:15:09 [2021-08-20T18:15:09.418Z] 
18:15:09 [2021-08-20T18:15:09.418Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.02s)
18:15:09 [2021-08-20T18:15:09.418Z]     docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.418Z]     --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s)
18:15:09 [2021-08-20T18:15:09.418Z] 
18:15:09 [2021-08-20T18:15:09.418Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.59s)
18:15:09 [2021-08-20T18:15:09.418Z]     docker_api_build_test.go:177: unmatched requirement UnixCli
18:15:09 [2021-08-20T18:15:09.418Z]     --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.59s)
18:15:09 [2021-08-20T18:15:09.418Z] 
18:15:09 [2021-08-20T18:15:09.418Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s)
18:15:09 [2021-08-20T18:15:09.418Z]     docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.418Z]     --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s)
18:15:09 [2021-08-20T18:15:09.418Z] 
18:15:09 [2021-08-20T18:15:09.418Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.02s)
18:15:09 [2021-08-20T18:15:09.418Z]     docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.418Z]     --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s)
18:15:09 [2021-08-20T18:15:09.418Z] 
18:15:09 [2021-08-20T18:15:09.418Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.02s)
18:15:09 [2021-08-20T18:15:09.418Z]     docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.418Z]     --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s)
18:15:09 [2021-08-20T18:15:09.418Z] 
18:15:09 [2021-08-20T18:15:09.418Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.06s)
18:15:09 [2021-08-20T18:15:09.418Z]     docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.418Z]     --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.06s)
18:15:09 [2021-08-20T18:15:09.418Z] 
18:15:09 [2021-08-20T18:15:09.418Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.02s)
18:15:09 [2021-08-20T18:15:09.418Z]     docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.418Z]     --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s)
18:15:09 [2021-08-20T18:15:09.418Z] 
18:15:09 [2021-08-20T18:15:09.418Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s)
18:15:09 [2021-08-20T18:15:09.418Z]     docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.418Z]     --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s)
18:15:09 [2021-08-20T18:15:09.418Z] 
18:15:09 [2021-08-20T18:15:09.418Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.04s)
18:15:09 [2021-08-20T18:15:09.418Z]     docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.418Z]     --- SKIP: TestDockerSuite/TestBuildAddScript (0.04s)
18:15:09 [2021-08-20T18:15:09.418Z] 
18:15:09 [2021-08-20T18:15:09.418Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s)
18:15:09 [2021-08-20T18:15:09.418Z]     docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.418Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s)
18:15:09 [2021-08-20T18:15:09.418Z] 
18:15:09 [2021-08-20T18:15:09.418Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s)
18:15:09 [2021-08-20T18:15:09.418Z]     docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.418Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s)
18:15:09 [2021-08-20T18:15:09.418Z] 
18:15:09 [2021-08-20T18:15:09.418Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s)
18:15:09 [2021-08-20T18:15:09.418Z]     docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.418Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s)
18:15:09 [2021-08-20T18:15:09.418Z] 
18:15:09 [2021-08-20T18:15:09.418Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.05s)
18:15:09 [2021-08-20T18:15:09.418Z]     docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.418Z]     --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.05s)
18:15:09 [2021-08-20T18:15:09.418Z] 
18:15:09 [2021-08-20T18:15:09.418Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.55s)
18:15:09 [2021-08-20T18:15:09.418Z]     docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.418Z]     --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.55s)
18:15:09 [2021-08-20T18:15:09.418Z] 
18:15:09 [2021-08-20T18:15:09.418Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (1.13s)
18:15:09 [2021-08-20T18:15:09.418Z]     docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.418Z]     --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (1.13s)
18:15:09 [2021-08-20T18:15:09.418Z] 
18:15:09 [2021-08-20T18:15:09.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.48s)
18:15:09 [2021-08-20T18:15:09.419Z]     docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.419Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.48s)
18:15:09 [2021-08-20T18:15:09.419Z] 
18:15:09 [2021-08-20T18:15:09.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.59s)
18:15:09 [2021-08-20T18:15:09.419Z]     docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.419Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.59s)
18:15:09 [2021-08-20T18:15:09.419Z] 
18:15:09 [2021-08-20T18:15:09.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s)
18:15:09 [2021-08-20T18:15:09.419Z]     docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.419Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.04s)
18:15:09 [2021-08-20T18:15:09.419Z] 
18:15:09 [2021-08-20T18:15:09.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s)
18:15:09 [2021-08-20T18:15:09.419Z]     docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.419Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s)
18:15:09 [2021-08-20T18:15:09.419Z] 
18:15:09 [2021-08-20T18:15:09.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s)
18:15:09 [2021-08-20T18:15:09.419Z]     docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.419Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s)
18:15:09 [2021-08-20T18:15:09.419Z] 
18:15:09 [2021-08-20T18:15:09.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.05s)
18:15:09 [2021-08-20T18:15:09.419Z]     docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.419Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.05s)
18:15:09 [2021-08-20T18:15:09.419Z] 
18:15:09 [2021-08-20T18:15:09.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.05s)
18:15:09 [2021-08-20T18:15:09.419Z]     docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.419Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.05s)
18:15:09 [2021-08-20T18:15:09.419Z] 
18:15:09 [2021-08-20T18:15:09.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.05s)
18:15:09 [2021-08-20T18:15:09.419Z]     docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.419Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.05s)
18:15:09 [2021-08-20T18:15:09.419Z] 
18:15:09 [2021-08-20T18:15:09.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.58s)
18:15:09 [2021-08-20T18:15:09.419Z]     docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.419Z]     --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.58s)
18:15:09 [2021-08-20T18:15:09.419Z] 
18:15:09 [2021-08-20T18:15:09.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.06s)
18:15:09 [2021-08-20T18:15:09.419Z]     docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.419Z]     --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.06s)
18:15:09 [2021-08-20T18:15:09.419Z] 
18:15:09 [2021-08-20T18:15:09.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.06s)
18:15:09 [2021-08-20T18:15:09.419Z]     docker_api_build_test.go:402: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.419Z]     --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.06s)
18:15:09 [2021-08-20T18:15:09.419Z] 
18:15:09 [2021-08-20T18:15:09.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.02s)
18:15:09 [2021-08-20T18:15:09.419Z]     docker_cli_build_test.go:3571: unmatched requirement UnixCli
18:15:09 [2021-08-20T18:15:09.419Z]     --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s)
18:15:09 [2021-08-20T18:15:09.419Z] 
18:15:09 [2021-08-20T18:15:09.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.02s)
18:15:09 [2021-08-20T18:15:09.419Z]     docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.419Z]     --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s)
18:15:09 [2021-08-20T18:15:09.419Z] 
18:15:09 [2021-08-20T18:15:09.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s)
18:15:09 [2021-08-20T18:15:09.419Z]     docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.419Z]     --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s)
18:15:09 [2021-08-20T18:15:09.419Z] 
18:15:09 [2021-08-20T18:15:09.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s)
18:15:09 [2021-08-20T18:15:09.419Z]     docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.419Z]     --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s)
18:15:09 [2021-08-20T18:15:09.419Z] 
18:15:09 [2021-08-20T18:15:09.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s)
18:15:09 [2021-08-20T18:15:09.419Z]     docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.419Z]     --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s)
18:15:09 [2021-08-20T18:15:09.419Z] 
18:15:09 [2021-08-20T18:15:09.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s)
18:15:09 [2021-08-20T18:15:09.419Z]     docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.419Z]     --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s)
18:15:09 [2021-08-20T18:15:09.419Z] 
18:15:09 [2021-08-20T18:15:09.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.54s)
18:15:09 [2021-08-20T18:15:09.419Z]     docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.419Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.54s)
18:15:09 [2021-08-20T18:15:09.419Z] 
18:15:09 [2021-08-20T18:15:09.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.51s)
18:15:09 [2021-08-20T18:15:09.419Z]     docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.419Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.51s)
18:15:09 [2021-08-20T18:15:09.419Z] 
18:15:09 [2021-08-20T18:15:09.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s)
18:15:09 [2021-08-20T18:15:09.419Z]     docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.419Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s)
18:15:09 [2021-08-20T18:15:09.419Z] 
18:15:09 [2021-08-20T18:15:09.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s)
18:15:09 [2021-08-20T18:15:09.419Z]     docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.419Z]     --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s)
18:15:09 [2021-08-20T18:15:09.419Z] 
18:15:09 [2021-08-20T18:15:09.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.56s)
18:15:09 [2021-08-20T18:15:09.419Z]     docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.419Z]     --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.56s)
18:15:09 [2021-08-20T18:15:09.419Z] 
18:15:09 [2021-08-20T18:15:09.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.55s)
18:15:09 [2021-08-20T18:15:09.419Z]     docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.419Z]     --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.55s)
18:15:09 [2021-08-20T18:15:09.419Z] 
18:15:09 [2021-08-20T18:15:09.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.48s)
18:15:09 [2021-08-20T18:15:09.419Z]     docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.419Z]     --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.48s)
18:15:09 [2021-08-20T18:15:09.419Z] 
18:15:09 [2021-08-20T18:15:09.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.04s)
18:15:09 [2021-08-20T18:15:09.419Z]     docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.419Z]     --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.04s)
18:15:09 [2021-08-20T18:15:09.419Z] 
18:15:09 [2021-08-20T18:15:09.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.02s)
18:15:09 [2021-08-20T18:15:09.419Z]     docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.419Z]     --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s)
18:15:09 [2021-08-20T18:15:09.419Z] 
18:15:09 [2021-08-20T18:15:09.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.04s)
18:15:09 [2021-08-20T18:15:09.419Z]     docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.419Z]     --- SKIP: TestDockerSuite/TestBuildEnv (0.04s)
18:15:09 [2021-08-20T18:15:09.419Z] 
18:15:09 [2021-08-20T18:15:09.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.49s)
18:15:09 [2021-08-20T18:15:09.419Z]     docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.419Z]     --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.49s)
18:15:09 [2021-08-20T18:15:09.419Z] 
18:15:09 [2021-08-20T18:15:09.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.02s)
18:15:09 [2021-08-20T18:15:09.419Z]     docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.419Z]     --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s)
18:15:09 [2021-08-20T18:15:09.419Z] 
18:15:09 [2021-08-20T18:15:09.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.02s)
18:15:09 [2021-08-20T18:15:09.419Z]     docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.419Z]     --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s)
18:15:09 [2021-08-20T18:15:09.419Z] 
18:15:09 [2021-08-20T18:15:09.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.02s)
18:15:09 [2021-08-20T18:15:09.419Z]     docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.419Z]     --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s)
18:15:09 [2021-08-20T18:15:09.419Z] 
18:15:09 [2021-08-20T18:15:09.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s)
18:15:09 [2021-08-20T18:15:09.419Z]     docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.419Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s)
18:15:09 [2021-08-20T18:15:09.419Z] 
18:15:09 [2021-08-20T18:15:09.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s)
18:15:09 [2021-08-20T18:15:09.419Z]     docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.419Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s)
18:15:09 [2021-08-20T18:15:09.419Z] 
18:15:09 [2021-08-20T18:15:09.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s)
18:15:09 [2021-08-20T18:15:09.419Z]     docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.419Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s)
18:15:09 [2021-08-20T18:15:09.419Z] 
18:15:09 [2021-08-20T18:15:09.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.05s)
18:15:09 [2021-08-20T18:15:09.419Z]     docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.419Z]     --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.05s)
18:15:09 [2021-08-20T18:15:09.419Z] 
18:15:09 [2021-08-20T18:15:09.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.04s)
18:15:09 [2021-08-20T18:15:09.419Z]     docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.419Z]     --- SKIP: TestDockerSuite/TestBuildExpose (0.04s)
18:15:09 [2021-08-20T18:15:09.419Z] 
18:15:09 [2021-08-20T18:15:09.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.02s)
18:15:09 [2021-08-20T18:15:09.419Z]     docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.419Z]     --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s)
18:15:09 [2021-08-20T18:15:09.419Z] 
18:15:09 [2021-08-20T18:15:09.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.02s)
18:15:09 [2021-08-20T18:15:09.419Z]     docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.419Z]     --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s)
18:15:09 [2021-08-20T18:15:09.419Z] 
18:15:09 [2021-08-20T18:15:09.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s)
18:15:09 [2021-08-20T18:15:09.419Z]     docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.419Z]     --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s)
18:15:09 [2021-08-20T18:15:09.419Z] 
18:15:09 [2021-08-20T18:15:09.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s)
18:15:09 [2021-08-20T18:15:09.419Z]     docker_cli_build_test.go:3698: unmatched requirement UnixCli
18:15:09 [2021-08-20T18:15:09.419Z]     --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s)
18:15:09 [2021-08-20T18:15:09.419Z] 
18:15:09 [2021-08-20T18:15:09.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.02s)
18:15:09 [2021-08-20T18:15:09.419Z]     docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.419Z]     --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s)
18:15:09 [2021-08-20T18:15:09.419Z] 
18:15:09 [2021-08-20T18:15:09.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s)
18:15:09 [2021-08-20T18:15:09.419Z]     docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.419Z]     --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s)
18:15:09 [2021-08-20T18:15:09.419Z] 
18:15:09 [2021-08-20T18:15:09.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.05s)
18:15:09 [2021-08-20T18:15:09.419Z]     docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.419Z]     --- SKIP: TestDockerSuite/TestBuildInheritance (0.05s)
18:15:09 [2021-08-20T18:15:09.419Z] 
18:15:09 [2021-08-20T18:15:09.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.10s)
18:15:09 [2021-08-20T18:15:09.419Z]     docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.419Z]     --- SKIP: TestDockerSuite/TestBuildLastModified (0.10s)
18:15:09 [2021-08-20T18:15:09.419Z] 
18:15:09 [2021-08-20T18:15:09.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.06s)
18:15:09 [2021-08-20T18:15:09.419Z]     docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.419Z]     --- SKIP: TestDockerSuite/TestBuildLineBreak (0.06s)
18:15:09 [2021-08-20T18:15:09.419Z] 
18:15:09 [2021-08-20T18:15:09.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.09s)
18:15:09 [2021-08-20T18:15:09.419Z]     docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.419Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.09s)
18:15:09 [2021-08-20T18:15:09.419Z] 
18:15:09 [2021-08-20T18:15:09.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.03s)
18:15:09 [2021-08-20T18:15:09.419Z]     docker_cli_build_test.go:5920: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.419Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s)
18:15:09 [2021-08-20T18:15:09.419Z] 
18:15:09 [2021-08-20T18:15:09.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.02s)
18:15:09 [2021-08-20T18:15:09.419Z]     docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.419Z]     --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s)
18:15:09 [2021-08-20T18:15:09.419Z] 
18:15:09 [2021-08-20T18:15:09.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.02s)
18:15:09 [2021-08-20T18:15:09.419Z]     docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.419Z]     --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s)
18:15:09 [2021-08-20T18:15:09.419Z] 
18:15:09 [2021-08-20T18:15:09.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.06s)
18:15:09 [2021-08-20T18:15:09.419Z]     docker_cli_build_test.go:5978: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.419Z]     --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.06s)
18:15:09 [2021-08-20T18:15:09.419Z] 
18:15:09 [2021-08-20T18:15:09.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.03s)
18:15:09 [2021-08-20T18:15:09.419Z]     docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.419Z]     --- SKIP: TestDockerSuite/TestBuildPATH (0.03s)
18:15:09 [2021-08-20T18:15:09.419Z] 
18:15:09 [2021-08-20T18:15:09.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.02s)
18:15:09 [2021-08-20T18:15:09.419Z]     docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.419Z]     --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s)
18:15:09 [2021-08-20T18:15:09.419Z] 
18:15:09 [2021-08-20T18:15:09.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.07s)
18:15:09 [2021-08-20T18:15:09.419Z]     docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.419Z]     --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.07s)
18:15:09 [2021-08-20T18:15:09.419Z] 
18:15:09 [2021-08-20T18:15:09.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.56s)
18:15:09 [2021-08-20T18:15:09.419Z]     docker_api_build_test.go:513: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.419Z]     --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.56s)
18:15:09 [2021-08-20T18:15:09.419Z] 
18:15:09 [2021-08-20T18:15:09.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.53s)
18:15:09 [2021-08-20T18:15:09.419Z]     docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.419Z]     --- SKIP: TestDockerSuite/TestBuildStopSignal (0.53s)
18:15:09 [2021-08-20T18:15:09.419Z] 
18:15:09 [2021-08-20T18:15:09.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.04s)
18:15:09 [2021-08-20T18:15:09.419Z]     docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.419Z]     --- SKIP: TestDockerSuite/TestBuildUser (0.04s)
18:15:09 [2021-08-20T18:15:09.419Z] 
18:15:09 [2021-08-20T18:15:09.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s)
18:15:09 [2021-08-20T18:15:09.419Z]     docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.419Z]     --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s)
18:15:09 [2021-08-20T18:15:09.419Z] 
18:15:09 [2021-08-20T18:15:09.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.02s)
18:15:09 [2021-08-20T18:15:09.419Z]     docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.419Z]     --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s)
18:15:09 [2021-08-20T18:15:09.419Z] 
18:15:09 [2021-08-20T18:15:09.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s)
18:15:09 [2021-08-20T18:15:09.419Z]     docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.419Z]     --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s)
18:15:09 [2021-08-20T18:15:09.419Z] 
18:15:09 [2021-08-20T18:15:09.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.02s)
18:15:09 [2021-08-20T18:15:09.419Z]     docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.419Z]     --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s)
18:15:09 [2021-08-20T18:15:09.419Z] 
18:15:09 [2021-08-20T18:15:09.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.56s)
18:15:09 [2021-08-20T18:15:09.419Z]     docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.419Z]     --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.56s)
18:15:09 [2021-08-20T18:15:09.419Z] 
18:15:09 [2021-08-20T18:15:09.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.07s)
18:15:09 [2021-08-20T18:15:09.419Z]     docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.419Z]     --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.07s)
18:15:09 [2021-08-20T18:15:09.419Z] 
18:15:09 [2021-08-20T18:15:09.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.52s)
18:15:09 [2021-08-20T18:15:09.419Z]     docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.419Z]     --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.52s)
18:15:09 [2021-08-20T18:15:09.419Z] 
18:15:09 [2021-08-20T18:15:09.419Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.56s)
18:15:09 [2021-08-20T18:15:09.419Z]     docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.419Z]     --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.56s)
18:15:09 [2021-08-20T18:15:09.420Z] 
18:15:09 [2021-08-20T18:15:09.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.56s)
18:15:09 [2021-08-20T18:15:09.420Z]     docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.420Z]     --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.56s)
18:15:09 [2021-08-20T18:15:09.420Z] 
18:15:09 [2021-08-20T18:15:09.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.04s)
18:15:09 [2021-08-20T18:15:09.420Z]     docker_cli_build_test.go:6058: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.420Z]     --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.04s)
18:15:09 [2021-08-20T18:15:09.420Z] 
18:15:09 [2021-08-20T18:15:09.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.54s)
18:15:09 [2021-08-20T18:15:09.420Z]     docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.420Z]     --- SKIP: TestDockerSuite/TestBuildXZHost (0.54s)
18:15:09 [2021-08-20T18:15:09.420Z] 
18:15:09 [2021-08-20T18:15:09.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s)
18:15:09 [2021-08-20T18:15:09.420Z]     docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.420Z]     --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s)
18:15:09 [2021-08-20T18:15:09.420Z] 
18:15:09 [2021-08-20T18:15:09.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.04s)
18:15:09 [2021-08-20T18:15:09.420Z]     docker_cli_sni_test.go:18: Flakey test
18:15:09 [2021-08-20T18:15:09.420Z]     --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.04s)
18:15:09 [2021-08-20T18:15:09.420Z] 
18:15:09 [2021-08-20T18:15:09.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.02s)
18:15:09 [2021-08-20T18:15:09.420Z]     docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.420Z]     --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s)
18:15:09 [2021-08-20T18:15:09.420Z] 
18:15:09 [2021-08-20T18:15:09.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.02s)
18:15:09 [2021-08-20T18:15:09.420Z]     docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.420Z]     --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s)
18:15:09 [2021-08-20T18:15:09.420Z] 
18:15:09 [2021-08-20T18:15:09.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.02s)
18:15:09 [2021-08-20T18:15:09.420Z]     docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.420Z]     --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s)
18:15:09 [2021-08-20T18:15:09.420Z] 
18:15:09 [2021-08-20T18:15:09.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.02s)
18:15:09 [2021-08-20T18:15:09.420Z]     docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.420Z]     --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s)
18:15:09 [2021-08-20T18:15:09.420Z] 
18:15:09 [2021-08-20T18:15:09.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s)
18:15:09 [2021-08-20T18:15:09.420Z]     docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.420Z]     --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s)
18:15:09 [2021-08-20T18:15:09.420Z] 
18:15:09 [2021-08-20T18:15:09.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s)
18:15:09 [2021-08-20T18:15:09.420Z]     docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.420Z]     --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s)
18:15:09 [2021-08-20T18:15:09.420Z] 
18:15:09 [2021-08-20T18:15:09.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s)
18:15:09 [2021-08-20T18:15:09.420Z]     docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.420Z]     --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s)
18:15:09 [2021-08-20T18:15:09.420Z] 
18:15:09 [2021-08-20T18:15:09.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s)
18:15:09 [2021-08-20T18:15:09.420Z]     docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.420Z]     --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s)
18:15:09 [2021-08-20T18:15:09.420Z] 
18:15:09 [2021-08-20T18:15:09.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.02s)
18:15:09 [2021-08-20T18:15:09.420Z]     docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.420Z]     --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s)
18:15:09 [2021-08-20T18:15:09.420Z] 
18:15:09 [2021-08-20T18:15:09.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s)
18:15:09 [2021-08-20T18:15:09.420Z]     docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.420Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s)
18:15:09 [2021-08-20T18:15:09.420Z] 
18:15:09 [2021-08-20T18:15:09.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.02s)
18:15:09 [2021-08-20T18:15:09.420Z]     docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.420Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s)
18:15:09 [2021-08-20T18:15:09.420Z] 
18:15:09 [2021-08-20T18:15:09.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s)
18:15:09 [2021-08-20T18:15:09.420Z]     docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.420Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s)
18:15:09 [2021-08-20T18:15:09.420Z] 
18:15:09 [2021-08-20T18:15:09.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s)
18:15:09 [2021-08-20T18:15:09.420Z]     docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.420Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s)
18:15:09 [2021-08-20T18:15:09.420Z] 
18:15:09 [2021-08-20T18:15:09.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s)
18:15:09 [2021-08-20T18:15:09.420Z]     docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.420Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s)
18:15:09 [2021-08-20T18:15:09.420Z] 
18:15:09 [2021-08-20T18:15:09.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s)
18:15:09 [2021-08-20T18:15:09.420Z]     docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.420Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s)
18:15:09 [2021-08-20T18:15:09.420Z] 
18:15:09 [2021-08-20T18:15:09.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s)
18:15:09 [2021-08-20T18:15:09.420Z]     docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.420Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s)
18:15:09 [2021-08-20T18:15:09.420Z] 
18:15:09 [2021-08-20T18:15:09.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s)
18:15:09 [2021-08-20T18:15:09.420Z]     docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.420Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s)
18:15:09 [2021-08-20T18:15:09.420Z] 
18:15:09 [2021-08-20T18:15:09.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s)
18:15:09 [2021-08-20T18:15:09.420Z]     docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.420Z]     --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s)
18:15:09 [2021-08-20T18:15:09.420Z] 
18:15:09 [2021-08-20T18:15:09.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.02s)
18:15:09 [2021-08-20T18:15:09.420Z]     docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.420Z]     --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s)
18:15:09 [2021-08-20T18:15:09.420Z] 
18:15:09 [2021-08-20T18:15:09.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.02s)
18:15:09 [2021-08-20T18:15:09.420Z]     docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.420Z]     --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s)
18:15:09 [2021-08-20T18:15:09.420Z] 
18:15:09 [2021-08-20T18:15:09.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.02s)
18:15:09 [2021-08-20T18:15:09.420Z]     docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.420Z]     --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s)
18:15:09 [2021-08-20T18:15:09.420Z] 
18:15:09 [2021-08-20T18:15:09.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s)
18:15:09 [2021-08-20T18:15:09.420Z]     docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.420Z]     --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s)
18:15:09 [2021-08-20T18:15:09.420Z] 
18:15:09 [2021-08-20T18:15:09.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.02s)
18:15:09 [2021-08-20T18:15:09.420Z]     docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.420Z]     --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s)
18:15:09 [2021-08-20T18:15:09.420Z] 
18:15:09 [2021-08-20T18:15:09.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.02s)
18:15:09 [2021-08-20T18:15:09.420Z]     docker_cli_run_test.go:2408: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.420Z]     --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s)
18:15:09 [2021-08-20T18:15:09.420Z] 
18:15:09 [2021-08-20T18:15:09.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s)
18:15:09 [2021-08-20T18:15:09.420Z]     docker_cli_run_test.go:3503: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.420Z]     --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s)
18:15:09 [2021-08-20T18:15:09.420Z] 
18:15:09 [2021-08-20T18:15:09.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s)
18:15:09 [2021-08-20T18:15:09.420Z]     docker_cli_run_test.go:3535: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.420Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s)
18:15:09 [2021-08-20T18:15:09.420Z] 
18:15:09 [2021-08-20T18:15:09.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s)
18:15:09 [2021-08-20T18:15:09.420Z]     docker_cli_run_test.go:3566: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.420Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s)
18:15:09 [2021-08-20T18:15:09.420Z] 
18:15:09 [2021-08-20T18:15:09.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s)
18:15:09 [2021-08-20T18:15:09.420Z]     docker_cli_run_test.go:3549: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.420Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s)
18:15:09 [2021-08-20T18:15:09.420Z] 
18:15:09 [2021-08-20T18:15:09.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s)
18:15:09 [2021-08-20T18:15:09.420Z]     docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.420Z]     --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s)
18:15:09 [2021-08-20T18:15:09.420Z] 
18:15:09 [2021-08-20T18:15:09.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.02s)
18:15:09 [2021-08-20T18:15:09.420Z]     docker_cli_run_test.go:3439: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.420Z]     --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s)
18:15:09 [2021-08-20T18:15:09.420Z] 
18:15:09 [2021-08-20T18:15:09.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s)
18:15:09 [2021-08-20T18:15:09.420Z]     docker_cli_run_test.go:3431: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.420Z]     --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s)
18:15:09 [2021-08-20T18:15:09.420Z] 
18:15:09 [2021-08-20T18:15:09.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.02s)
18:15:09 [2021-08-20T18:15:09.420Z]     docker_cli_run_test.go:3458: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.420Z]     --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s)
18:15:09 [2021-08-20T18:15:09.420Z] 
18:15:09 [2021-08-20T18:15:09.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.02s)
18:15:09 [2021-08-20T18:15:09.420Z]     docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.420Z]     --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s)
18:15:09 [2021-08-20T18:15:09.420Z] 
18:15:09 [2021-08-20T18:15:09.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.02s)
18:15:09 [2021-08-20T18:15:09.420Z]     docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.420Z]     --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s)
18:15:09 [2021-08-20T18:15:09.420Z] 
18:15:09 [2021-08-20T18:15:09.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.02s)
18:15:09 [2021-08-20T18:15:09.420Z]     docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.420Z]     --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s)
18:15:09 [2021-08-20T18:15:09.420Z] 
18:15:09 [2021-08-20T18:15:09.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.02s)
18:15:09 [2021-08-20T18:15:09.420Z]     docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.420Z]     --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s)
18:15:09 [2021-08-20T18:15:09.420Z] 
18:15:09 [2021-08-20T18:15:09.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.02s)
18:15:09 [2021-08-20T18:15:09.420Z]     docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.420Z]     --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s)
18:15:09 [2021-08-20T18:15:09.420Z] 
18:15:09 [2021-08-20T18:15:09.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.02s)
18:15:09 [2021-08-20T18:15:09.420Z]     docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.420Z]     --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s)
18:15:09 [2021-08-20T18:15:09.420Z] 
18:15:09 [2021-08-20T18:15:09.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.02s)
18:15:09 [2021-08-20T18:15:09.420Z]     docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.420Z]     --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s)
18:15:09 [2021-08-20T18:15:09.420Z] 
18:15:09 [2021-08-20T18:15:09.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.02s)
18:15:09 [2021-08-20T18:15:09.420Z]     docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.420Z]     --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s)
18:15:09 [2021-08-20T18:15:09.420Z] 
18:15:09 [2021-08-20T18:15:09.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.02s)
18:15:09 [2021-08-20T18:15:09.420Z]     docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.420Z]     --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s)
18:15:09 [2021-08-20T18:15:09.420Z] 
18:15:09 [2021-08-20T18:15:09.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.02s)
18:15:09 [2021-08-20T18:15:09.420Z]     docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.420Z]     --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s)
18:15:09 [2021-08-20T18:15:09.420Z] 
18:15:09 [2021-08-20T18:15:09.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.02s)
18:15:09 [2021-08-20T18:15:09.420Z]     docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.420Z]     --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s)
18:15:09 [2021-08-20T18:15:09.420Z] 
18:15:09 [2021-08-20T18:15:09.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.02s)
18:15:09 [2021-08-20T18:15:09.420Z]     docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.420Z]     --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s)
18:15:09 [2021-08-20T18:15:09.420Z] 
18:15:09 [2021-08-20T18:15:09.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.02s)
18:15:09 [2021-08-20T18:15:09.420Z]     docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.420Z]     --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s)
18:15:09 [2021-08-20T18:15:09.420Z] 
18:15:09 [2021-08-20T18:15:09.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.02s)
18:15:09 [2021-08-20T18:15:09.420Z]     docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.420Z]     --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s)
18:15:09 [2021-08-20T18:15:09.420Z] 
18:15:09 [2021-08-20T18:15:09.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s)
18:15:09 [2021-08-20T18:15:09.420Z]     docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.420Z]     --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s)
18:15:09 [2021-08-20T18:15:09.420Z] 
18:15:09 [2021-08-20T18:15:09.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.02s)
18:15:09 [2021-08-20T18:15:09.420Z]     docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.420Z]     --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s)
18:15:09 [2021-08-20T18:15:09.420Z] 
18:15:09 [2021-08-20T18:15:09.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.02s)
18:15:09 [2021-08-20T18:15:09.420Z]     docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.420Z]     --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s)
18:15:09 [2021-08-20T18:15:09.420Z] 
18:15:09 [2021-08-20T18:15:09.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.02s)
18:15:09 [2021-08-20T18:15:09.420Z]     docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.420Z]     --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s)
18:15:09 [2021-08-20T18:15:09.420Z] 
18:15:09 [2021-08-20T18:15:09.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.03s)
18:15:09 [2021-08-20T18:15:09.420Z]     docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.420Z]     --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.03s)
18:15:09 [2021-08-20T18:15:09.420Z] 
18:15:09 [2021-08-20T18:15:09.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.02s)
18:15:09 [2021-08-20T18:15:09.420Z]     docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.420Z]     --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s)
18:15:09 [2021-08-20T18:15:09.420Z] 
18:15:09 [2021-08-20T18:15:09.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.03s)
18:15:09 [2021-08-20T18:15:09.420Z]     docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.420Z]     --- SKIP: TestDockerSuite/TestCpToCaseD (0.03s)
18:15:09 [2021-08-20T18:15:09.420Z] 
18:15:09 [2021-08-20T18:15:09.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.02s)
18:15:09 [2021-08-20T18:15:09.420Z]     docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.420Z]     --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s)
18:15:09 [2021-08-20T18:15:09.420Z] 
18:15:09 [2021-08-20T18:15:09.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.02s)
18:15:09 [2021-08-20T18:15:09.420Z]     docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.420Z]     --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s)
18:15:09 [2021-08-20T18:15:09.420Z] 
18:15:09 [2021-08-20T18:15:09.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.02s)
18:15:09 [2021-08-20T18:15:09.420Z]     docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.420Z]     --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s)
18:15:09 [2021-08-20T18:15:09.420Z] 
18:15:09 [2021-08-20T18:15:09.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.02s)
18:15:09 [2021-08-20T18:15:09.420Z]     docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.420Z]     --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s)
18:15:09 [2021-08-20T18:15:09.420Z] 
18:15:09 [2021-08-20T18:15:09.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s)
18:15:09 [2021-08-20T18:15:09.420Z]     docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.420Z]     --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s)
18:15:09 [2021-08-20T18:15:09.420Z] 
18:15:09 [2021-08-20T18:15:09.420Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s)
18:15:09 [2021-08-20T18:15:09.420Z]     docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.421Z]     --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s)
18:15:09 [2021-08-20T18:15:09.421Z] 
18:15:09 [2021-08-20T18:15:09.421Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.02s)
18:15:09 [2021-08-20T18:15:09.421Z]     docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.421Z]     --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s)
18:15:09 [2021-08-20T18:15:09.421Z] 
18:15:09 [2021-08-20T18:15:09.421Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.02s)
18:15:09 [2021-08-20T18:15:09.421Z]     docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.421Z]     --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s)
18:15:09 [2021-08-20T18:15:09.421Z] 
18:15:09 [2021-08-20T18:15:09.421Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.02s)
18:15:09 [2021-08-20T18:15:09.421Z]     docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.421Z]     --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s)
18:15:09 [2021-08-20T18:15:09.421Z] 
18:15:09 [2021-08-20T18:15:09.421Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.02s)
18:15:09 [2021-08-20T18:15:09.421Z]     docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.421Z]     --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s)
18:15:09 [2021-08-20T18:15:09.421Z] 
18:15:09 [2021-08-20T18:15:09.421Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.02s)
18:15:09 [2021-08-20T18:15:09.421Z]     docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.421Z]     --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s)
18:15:09 [2021-08-20T18:15:09.421Z] 
18:15:09 [2021-08-20T18:15:09.421Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.02s)
18:15:09 [2021-08-20T18:15:09.421Z]     docker_cli_create_test.go:71: unmatched requirement Devicemapper
18:15:09 [2021-08-20T18:15:09.421Z]     --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s)
18:15:09 [2021-08-20T18:15:09.421Z] 
18:15:09 [2021-08-20T18:15:09.421Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s)
18:15:09 [2021-08-20T18:15:09.421Z]     docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.421Z]     --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s)
18:15:09 [2021-08-20T18:15:09.421Z] 
18:15:09 [2021-08-20T18:15:09.421Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s)
18:15:09 [2021-08-20T18:15:09.421Z]     docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.421Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s)
18:15:09 [2021-08-20T18:15:09.421Z] 
18:15:09 [2021-08-20T18:15:09.421Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s)
18:15:09 [2021-08-20T18:15:09.421Z]     docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.421Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s)
18:15:09 [2021-08-20T18:15:09.421Z] 
18:15:09 [2021-08-20T18:15:09.421Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s)
18:15:09 [2021-08-20T18:15:09.421Z]     docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.421Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s)
18:15:09 [2021-08-20T18:15:09.421Z] 
18:15:09 [2021-08-20T18:15:09.421Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s)
18:15:09 [2021-08-20T18:15:09.421Z]     docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.421Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s)
18:15:09 [2021-08-20T18:15:09.421Z] 
18:15:09 [2021-08-20T18:15:09.421Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s)
18:15:09 [2021-08-20T18:15:09.421Z]     docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.421Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s)
18:15:09 [2021-08-20T18:15:09.421Z] 
18:15:09 [2021-08-20T18:15:09.421Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s)
18:15:09 [2021-08-20T18:15:09.421Z]     docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.421Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s)
18:15:09 [2021-08-20T18:15:09.421Z] 
18:15:09 [2021-08-20T18:15:09.421Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s)
18:15:09 [2021-08-20T18:15:09.421Z]     docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.421Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s)
18:15:09 [2021-08-20T18:15:09.421Z] 
18:15:09 [2021-08-20T18:15:09.421Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s)
18:15:09 [2021-08-20T18:15:09.421Z]     docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.421Z]     --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s)
18:15:09 [2021-08-20T18:15:09.421Z] 
18:15:09 [2021-08-20T18:15:09.421Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s)
18:15:09 [2021-08-20T18:15:09.421Z]     docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.421Z]     --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s)
18:15:09 [2021-08-20T18:15:09.421Z] 
18:15:09 [2021-08-20T18:15:09.421Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.02s)
18:15:09 [2021-08-20T18:15:09.421Z]     docker_cli_run_test.go:2968: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.421Z]     --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s)
18:15:09 [2021-08-20T18:15:09.421Z] 
18:15:09 [2021-08-20T18:15:09.421Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s)
18:15:09 [2021-08-20T18:15:09.421Z]     docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.421Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s)
18:15:09 [2021-08-20T18:15:09.421Z] 
18:15:09 [2021-08-20T18:15:09.421Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s)
18:15:09 [2021-08-20T18:15:09.421Z]     docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.421Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s)
18:15:09 [2021-08-20T18:15:09.421Z] 
18:15:09 [2021-08-20T18:15:09.421Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.03s)
18:15:09 [2021-08-20T18:15:09.421Z]     docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.421Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.03s)
18:15:09 [2021-08-20T18:15:09.421Z] 
18:15:09 [2021-08-20T18:15:09.421Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.02s)
18:15:09 [2021-08-20T18:15:09.421Z]     docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.421Z]     --- SKIP: TestDockerSuite/TestEventsAttach (0.02s)
18:15:09 [2021-08-20T18:15:09.421Z] 
18:15:09 [2021-08-20T18:15:09.421Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.02s)
18:15:09 [2021-08-20T18:15:09.421Z]     docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.421Z]     --- SKIP: TestDockerSuite/TestEventsCommit (0.02s)
18:15:09 [2021-08-20T18:15:09.421Z] 
18:15:09 [2021-08-20T18:15:09.421Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.02s)
18:15:09 [2021-08-20T18:15:09.421Z]     docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.421Z]     --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s)
18:15:09 [2021-08-20T18:15:09.421Z] 
18:15:09 [2021-08-20T18:15:09.421Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.02s)
18:15:09 [2021-08-20T18:15:09.421Z]     docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.421Z]     --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s)
18:15:09 [2021-08-20T18:15:09.421Z] 
18:15:09 [2021-08-20T18:15:09.421Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.02s)
18:15:09 [2021-08-20T18:15:09.421Z]     docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.421Z]     --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s)
18:15:09 [2021-08-20T18:15:09.421Z] 
18:15:09 [2021-08-20T18:15:09.421Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.02s)
18:15:09 [2021-08-20T18:15:09.421Z]     docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.421Z]     --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s)
18:15:09 [2021-08-20T18:15:09.421Z] 
18:15:09 [2021-08-20T18:15:09.421Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.02s)
18:15:09 [2021-08-20T18:15:09.421Z]     docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.421Z]     --- SKIP: TestDockerSuite/TestEventsTop (0.02s)
18:15:09 [2021-08-20T18:15:09.421Z] 
18:15:09 [2021-08-20T18:15:09.421Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.02s)
18:15:09 [2021-08-20T18:15:09.421Z]     docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.421Z]     --- SKIP: TestDockerSuite/TestExec (0.02s)
18:15:09 [2021-08-20T18:15:09.421Z] 
18:15:09 [2021-08-20T18:15:09.421Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.02s)
18:15:09 [2021-08-20T18:15:09.421Z]     docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.421Z]     --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s)
18:15:09 [2021-08-20T18:15:09.421Z] 
18:15:09 [2021-08-20T18:15:09.421Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.02s)
18:15:09 [2021-08-20T18:15:09.421Z]     docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.421Z]     --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s)
18:15:09 [2021-08-20T18:15:09.421Z] 
18:15:09 [2021-08-20T18:15:09.421Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s)
18:15:09 [2021-08-20T18:15:09.421Z]     docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.421Z]     --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s)
18:15:09 [2021-08-20T18:15:09.421Z] 
18:15:09 [2021-08-20T18:15:09.421Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s)
18:15:09 [2021-08-20T18:15:09.421Z]     docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.421Z]     --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s)
18:15:09 [2021-08-20T18:15:09.421Z] 
18:15:09 [2021-08-20T18:15:09.421Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.02s)
18:15:09 [2021-08-20T18:15:09.421Z]     docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.421Z]     --- SKIP: TestDockerSuite/TestExecCgroup (0.02s)
18:15:09 [2021-08-20T18:15:09.421Z] 
18:15:09 [2021-08-20T18:15:09.421Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.02s)
18:15:09 [2021-08-20T18:15:09.421Z]     docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.421Z]     --- SKIP: TestDockerSuite/TestExecEnv (0.02s)
18:15:09 [2021-08-20T18:15:09.421Z] 
18:15:09 [2021-08-20T18:15:09.421Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.02s)
18:15:09 [2021-08-20T18:15:09.421Z]     docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.421Z]     --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s)
18:15:09 [2021-08-20T18:15:09.421Z] 
18:15:09 [2021-08-20T18:15:09.421Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.02s)
18:15:09 [2021-08-20T18:15:09.421Z]     docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.421Z]     --- SKIP: TestDockerSuite/TestExecInteractive (0.02s)
18:15:09 [2021-08-20T18:15:09.421Z] 
18:15:09 [2021-08-20T18:15:09.421Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.02s)
18:15:09 [2021-08-20T18:15:09.421Z]     docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.421Z]     --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s)
18:15:09 [2021-08-20T18:15:09.421Z] 
18:15:09 [2021-08-20T18:15:09.421Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.02s)
18:15:09 [2021-08-20T18:15:09.421Z]     docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.421Z]     --- SKIP: TestDockerSuite/TestExecParseError (0.02s)
18:15:09 [2021-08-20T18:15:09.421Z] 
18:15:09 [2021-08-20T18:15:09.421Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.02s)
18:15:09 [2021-08-20T18:15:09.421Z]     docker_cli_exec_test.go:133: unmatched requirement IsPausable
18:15:09 [2021-08-20T18:15:09.421Z]     --- SKIP: TestDockerSuite/TestExecPausedContainer (0.02s)
18:15:09 [2021-08-20T18:15:09.421Z] 
18:15:09 [2021-08-20T18:15:09.421Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s)
18:15:09 [2021-08-20T18:15:09.421Z]     docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.421Z]     --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s)
18:15:09 [2021-08-20T18:15:09.421Z] 
18:15:09 [2021-08-20T18:15:09.421Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.02s)
18:15:09 [2021-08-20T18:15:09.421Z]     docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.421Z]     --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s)
18:15:09 [2021-08-20T18:15:09.421Z] 
18:15:09 [2021-08-20T18:15:09.421Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.03s)
18:15:09 [2021-08-20T18:15:09.421Z]     docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.421Z]     --- SKIP: TestDockerSuite/TestExecStartFails (0.03s)
18:15:09 [2021-08-20T18:15:09.421Z] 
18:15:09 [2021-08-20T18:15:09.421Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.02s)
18:15:09 [2021-08-20T18:15:09.421Z]     docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.421Z]     --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s)
18:15:09 [2021-08-20T18:15:09.421Z] 
18:15:09 [2021-08-20T18:15:09.421Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.02s)
18:15:09 [2021-08-20T18:15:09.421Z]     docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.421Z]     --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s)
18:15:09 [2021-08-20T18:15:09.421Z] 
18:15:09 [2021-08-20T18:15:09.421Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.02s)
18:15:09 [2021-08-20T18:15:09.421Z]     docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.421Z]     --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s)
18:15:09 [2021-08-20T18:15:09.421Z] 
18:15:09 [2021-08-20T18:15:09.421Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.02s)
18:15:09 [2021-08-20T18:15:09.421Z]     docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.421Z]     --- SKIP: TestDockerSuite/TestExecUlimits (0.02s)
18:15:09 [2021-08-20T18:15:09.421Z] 
18:15:09 [2021-08-20T18:15:09.421Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.02s)
18:15:09 [2021-08-20T18:15:09.421Z]     docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.421Z]     --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s)
18:15:09 [2021-08-20T18:15:09.421Z] 
18:15:09 [2021-08-20T18:15:09.421Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.02s)
18:15:09 [2021-08-20T18:15:09.421Z]     docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.421Z]     --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s)
18:15:09 [2021-08-20T18:15:09.421Z] 
18:15:09 [2021-08-20T18:15:09.421Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.02s)
18:15:09 [2021-08-20T18:15:09.421Z]     docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.421Z]     --- SKIP: TestDockerSuite/TestExecWithUser (0.02s)
18:15:09 [2021-08-20T18:15:09.421Z] 
18:15:09 [2021-08-20T18:15:09.421Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.02s)
18:15:09 [2021-08-20T18:15:09.421Z]     docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.421Z]     --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s)
18:15:09 [2021-08-20T18:15:09.421Z] 
18:15:09 [2021-08-20T18:15:09.421Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.02s)
18:15:09 [2021-08-20T18:15:09.421Z]     docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.421Z]     --- SKIP: TestDockerSuite/TestHealth (0.02s)
18:15:09 [2021-08-20T18:15:09.421Z] 
18:15:09 [2021-08-20T18:15:09.421Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s)
18:15:09 [2021-08-20T18:15:09.421Z]     docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.421Z]     --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s)
18:15:09 [2021-08-20T18:15:09.421Z] 
18:15:09 [2021-08-20T18:15:09.421Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s)
18:15:09 [2021-08-20T18:15:09.421Z]     docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.421Z]     --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s)
18:15:09 [2021-08-20T18:15:09.421Z] 
18:15:09 [2021-08-20T18:15:09.421Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.02s)
18:15:09 [2021-08-20T18:15:09.421Z]     docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.421Z]     --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s)
18:15:09 [2021-08-20T18:15:09.421Z] 
18:15:09 [2021-08-20T18:15:09.421Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.02s)
18:15:09 [2021-08-20T18:15:09.421Z]     docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.421Z]     --- SKIP: TestDockerSuite/TestImportDisplay (0.02s)
18:15:09 [2021-08-20T18:15:09.421Z] 
18:15:09 [2021-08-20T18:15:09.421Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.02s)
18:15:09 [2021-08-20T18:15:09.421Z]     docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.421Z]     --- SKIP: TestDockerSuite/TestImportFile (0.02s)
18:15:09 [2021-08-20T18:15:09.421Z] 
18:15:09 [2021-08-20T18:15:09.421Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.02s)
18:15:09 [2021-08-20T18:15:09.421Z]     docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.421Z]     --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s)
18:15:09 [2021-08-20T18:15:09.421Z] 
18:15:09 [2021-08-20T18:15:09.421Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.02s)
18:15:09 [2021-08-20T18:15:09.421Z]     docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.421Z]     --- SKIP: TestDockerSuite/TestImportGzipped (0.02s)
18:15:09 [2021-08-20T18:15:09.421Z] 
18:15:09 [2021-08-20T18:15:09.421Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.02s)
18:15:09 [2021-08-20T18:15:09.421Z]     docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.421Z]     --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s)
18:15:09 [2021-08-20T18:15:09.421Z] 
18:15:09 [2021-08-20T18:15:09.422Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s)
18:15:09 [2021-08-20T18:15:09.422Z]     docker_cli_info_test.go:70: unmatched requirement IsPausable
18:15:09 [2021-08-20T18:15:09.422Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s)
18:15:09 [2021-08-20T18:15:09.422Z] 
18:15:09 [2021-08-20T18:15:09.422Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s)
18:15:09 [2021-08-20T18:15:09.422Z]     docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.422Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s)
18:15:09 [2021-08-20T18:15:09.422Z] 
18:15:09 [2021-08-20T18:15:09.422Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s)
18:15:09 [2021-08-20T18:15:09.422Z]     docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.422Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s)
18:15:09 [2021-08-20T18:15:09.422Z] 
18:15:09 [2021-08-20T18:15:09.422Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s)
18:15:09 [2021-08-20T18:15:09.422Z]     docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.422Z]     --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s)
18:15:09 [2021-08-20T18:15:09.422Z] 
18:15:09 [2021-08-20T18:15:09.422Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s)
18:15:09 [2021-08-20T18:15:09.422Z]     docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.422Z]     --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s)
18:15:09 [2021-08-20T18:15:09.422Z] 
18:15:09 [2021-08-20T18:15:09.422Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s)
18:15:09 [2021-08-20T18:15:09.422Z]     docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.422Z]     --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s)
18:15:09 [2021-08-20T18:15:09.422Z] 
18:15:09 [2021-08-20T18:15:09.422Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s)
18:15:09 [2021-08-20T18:15:09.422Z]     docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.422Z]     --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s)
18:15:09 [2021-08-20T18:15:09.422Z] 
18:15:09 [2021-08-20T18:15:09.422Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.02s)
18:15:09 [2021-08-20T18:15:09.422Z]     docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.422Z]     --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s)
18:15:09 [2021-08-20T18:15:09.422Z] 
18:15:09 [2021-08-20T18:15:09.422Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.02s)
18:15:09 [2021-08-20T18:15:09.422Z]     docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.422Z]     --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s)
18:15:09 [2021-08-20T18:15:09.422Z] 
18:15:09 [2021-08-20T18:15:09.422Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.03s)
18:15:09 [2021-08-20T18:15:09.422Z]     docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.422Z]     --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.03s)
18:15:09 [2021-08-20T18:15:09.422Z] 
18:15:09 [2021-08-20T18:15:09.422Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.02s)
18:15:09 [2021-08-20T18:15:09.422Z]     docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.422Z]     --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s)
18:15:09 [2021-08-20T18:15:09.422Z] 
18:15:09 [2021-08-20T18:15:09.422Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.02s)
18:15:09 [2021-08-20T18:15:09.422Z]     docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.422Z]     --- SKIP: TestDockerSuite/TestInspectImage (0.02s)
18:15:09 [2021-08-20T18:15:09.422Z] 
18:15:09 [2021-08-20T18:15:09.422Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.02s)
18:15:09 [2021-08-20T18:15:09.422Z]     docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.422Z]     --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s)
18:15:09 [2021-08-20T18:15:09.422Z] 
18:15:09 [2021-08-20T18:15:09.422Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.02s)
18:15:09 [2021-08-20T18:15:09.422Z]     docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.422Z]     --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s)
18:15:09 [2021-08-20T18:15:09.422Z] 
18:15:09 [2021-08-20T18:15:09.422Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.02s)
18:15:09 [2021-08-20T18:15:09.422Z]     docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.422Z]     --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s)
18:15:09 [2021-08-20T18:15:09.422Z] 
18:15:09 [2021-08-20T18:15:09.422Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.02s)
18:15:09 [2021-08-20T18:15:09.422Z]     docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.422Z]     --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s)
18:15:09 [2021-08-20T18:15:09.422Z] 
18:15:09 [2021-08-20T18:15:09.422Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.02s)
18:15:09 [2021-08-20T18:15:09.422Z]     docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.422Z]     --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s)
18:15:09 [2021-08-20T18:15:09.422Z] 
18:15:09 [2021-08-20T18:15:09.422Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s)
18:15:09 [2021-08-20T18:15:09.422Z]     docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.422Z]     --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s)
18:15:09 [2021-08-20T18:15:09.422Z] 
18:15:09 [2021-08-20T18:15:09.422Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.02s)
18:15:09 [2021-08-20T18:15:09.422Z]     docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.422Z]     --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s)
18:15:09 [2021-08-20T18:15:09.422Z] 
18:15:09 [2021-08-20T18:15:09.422Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.02s)
18:15:09 [2021-08-20T18:15:09.422Z]     docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.422Z]     --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s)
18:15:09 [2021-08-20T18:15:09.422Z] 
18:15:09 [2021-08-20T18:15:09.422Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.02s)
18:15:09 [2021-08-20T18:15:09.422Z]     docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.422Z]     --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s)
18:15:09 [2021-08-20T18:15:09.422Z] 
18:15:09 [2021-08-20T18:15:09.422Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.02s)
18:15:09 [2021-08-20T18:15:09.422Z]     docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.422Z]     --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s)
18:15:09 [2021-08-20T18:15:09.422Z] 
18:15:09 [2021-08-20T18:15:09.422Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.02s)
18:15:09 [2021-08-20T18:15:09.422Z]     docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.422Z]     --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s)
18:15:09 [2021-08-20T18:15:09.422Z] 
18:15:09 [2021-08-20T18:15:09.422Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.02s)
18:15:09 [2021-08-20T18:15:09.422Z]     docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.422Z]     --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s)
18:15:09 [2021-08-20T18:15:09.422Z] 
18:15:09 [2021-08-20T18:15:09.422Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s)
18:15:09 [2021-08-20T18:15:09.422Z]     docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.422Z]     --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s)
18:15:09 [2021-08-20T18:15:09.422Z] 
18:15:09 [2021-08-20T18:15:09.422Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.02s)
18:15:09 [2021-08-20T18:15:09.422Z]     docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.422Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s)
18:15:09 [2021-08-20T18:15:09.422Z] 
18:15:09 [2021-08-20T18:15:09.422Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s)
18:15:09 [2021-08-20T18:15:09.422Z]     docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.422Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s)
18:15:09 [2021-08-20T18:15:09.422Z] 
18:15:09 [2021-08-20T18:15:09.422Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s)
18:15:09 [2021-08-20T18:15:09.422Z]     docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.422Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s)
18:15:09 [2021-08-20T18:15:09.422Z] 
18:15:09 [2021-08-20T18:15:09.422Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s)
18:15:09 [2021-08-20T18:15:09.422Z]     docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.422Z]     --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s)
18:15:09 [2021-08-20T18:15:09.422Z] 
18:15:09 [2021-08-20T18:15:09.422Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.02s)
18:15:09 [2021-08-20T18:15:09.422Z]     docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.422Z]     --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s)
18:15:09 [2021-08-20T18:15:09.422Z] 
18:15:09 [2021-08-20T18:15:09.422Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.02s)
18:15:09 [2021-08-20T18:15:09.422Z]     docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.422Z]     --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s)
18:15:09 [2021-08-20T18:15:09.422Z] 
18:15:09 [2021-08-20T18:15:09.422Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s)
18:15:09 [2021-08-20T18:15:09.422Z]     docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.422Z]     --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s)
18:15:09 [2021-08-20T18:15:09.422Z] 
18:15:09 [2021-08-20T18:15:09.422Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s)
18:15:09 [2021-08-20T18:15:09.422Z]     docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.422Z]     --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s)
18:15:09 [2021-08-20T18:15:09.422Z] 
18:15:09 [2021-08-20T18:15:09.422Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.02s)
18:15:09 [2021-08-20T18:15:09.422Z]     docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.422Z]     --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s)
18:15:09 [2021-08-20T18:15:09.422Z] 
18:15:09 [2021-08-20T18:15:09.422Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.02s)
18:15:09 [2021-08-20T18:15:09.422Z]     docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.422Z]     --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s)
18:15:09 [2021-08-20T18:15:09.422Z] 
18:15:09 [2021-08-20T18:15:09.422Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.02s)
18:15:09 [2021-08-20T18:15:09.422Z]     docker_cli_run_test.go:2882: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.422Z]     --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s)
18:15:09 [2021-08-20T18:15:09.422Z] 
18:15:09 [2021-08-20T18:15:09.422Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.02s)
18:15:09 [2021-08-20T18:15:09.422Z]     docker_cli_run_test.go:2891: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.422Z]     --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s)
18:15:09 [2021-08-20T18:15:09.422Z] 
18:15:09 [2021-08-20T18:15:09.422Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.02s)
18:15:09 [2021-08-20T18:15:09.422Z]     docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.422Z]     --- SKIP: TestDockerSuite/TestNetHostname (0.02s)
18:15:09 [2021-08-20T18:15:09.422Z] 
18:15:09 [2021-08-20T18:15:09.422Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.02s)
18:15:09 [2021-08-20T18:15:09.422Z]     docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.422Z]     --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s)
18:15:09 [2021-08-20T18:15:09.422Z] 
18:15:09 [2021-08-20T18:15:09.422Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s)
18:15:09 [2021-08-20T18:15:09.422Z]     docker_cli_run_test.go:3485: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.422Z]     --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s)
18:15:09 [2021-08-20T18:15:09.422Z] 
18:15:09 [2021-08-20T18:15:09.422Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s)
18:15:09 [2021-08-20T18:15:09.422Z]     docker_cli_run_test.go:2671: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.422Z]     --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s)
18:15:09 [2021-08-20T18:15:09.422Z] 
18:15:09 [2021-08-20T18:15:09.422Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.02s)
18:15:09 [2021-08-20T18:15:09.422Z]     docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.422Z]     --- SKIP: TestDockerSuite/TestPluginActive (0.02s)
18:15:09 [2021-08-20T18:15:09.422Z] 
18:15:09 [2021-08-20T18:15:09.422Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.02s)
18:15:09 [2021-08-20T18:15:09.422Z]     docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.422Z]     --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s)
18:15:09 [2021-08-20T18:15:09.422Z] 
18:15:09 [2021-08-20T18:15:09.422Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s)
18:15:09 [2021-08-20T18:15:09.422Z]     docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.422Z]     --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s)
18:15:09 [2021-08-20T18:15:09.422Z] 
18:15:09 [2021-08-20T18:15:09.422Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.02s)
18:15:09 [2021-08-20T18:15:09.422Z]     docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64
18:15:09 [2021-08-20T18:15:09.422Z]     --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s)
18:15:09 [2021-08-20T18:15:09.422Z] 
18:15:09 [2021-08-20T18:15:09.422Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.02s)
18:15:09 [2021-08-20T18:15:09.422Z]     docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64
18:15:09 [2021-08-20T18:15:09.422Z]     --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s)
18:15:09 [2021-08-20T18:15:09.422Z] 
18:15:09 [2021-08-20T18:15:09.422Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.02s)
18:15:09 [2021-08-20T18:15:09.422Z]     docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.422Z]     --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s)
18:15:09 [2021-08-20T18:15:09.422Z] 
18:15:09 [2021-08-20T18:15:09.422Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.02s)
18:15:09 [2021-08-20T18:15:09.422Z]     docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.422Z]     --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s)
18:15:09 [2021-08-20T18:15:09.422Z] 
18:15:09 [2021-08-20T18:15:09.422Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.02s)
18:15:09 [2021-08-20T18:15:09.422Z]     docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.422Z]     --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s)
18:15:09 [2021-08-20T18:15:09.422Z] 
18:15:09 [2021-08-20T18:15:09.422Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.02s)
18:15:09 [2021-08-20T18:15:09.422Z]     docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.422Z]     --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s)
18:15:09 [2021-08-20T18:15:09.422Z] 
18:15:09 [2021-08-20T18:15:09.422Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.02s)
18:15:09 [2021-08-20T18:15:09.422Z]     docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.422Z]     --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s)
18:15:09 [2021-08-20T18:15:09.422Z] 
18:15:09 [2021-08-20T18:15:09.422Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.02s)
18:15:09 [2021-08-20T18:15:09.422Z]     docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.422Z]     --- SKIP: TestDockerSuite/TestPortList (0.02s)
18:15:09 [2021-08-20T18:15:09.422Z] 
18:15:09 [2021-08-20T18:15:09.422Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.02s)
18:15:09 [2021-08-20T18:15:09.422Z]     docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.422Z]     --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s)
18:15:09 [2021-08-20T18:15:09.422Z] 
18:15:09 [2021-08-20T18:15:09.422Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s)
18:15:09 [2021-08-20T18:15:09.422Z]     docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.422Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s)
18:15:09 [2021-08-20T18:15:09.422Z] 
18:15:09 [2021-08-20T18:15:09.423Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s)
18:15:09 [2021-08-20T18:15:09.423Z]     docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.423Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s)
18:15:09 [2021-08-20T18:15:09.423Z] 
18:15:09 [2021-08-20T18:15:09.423Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s)
18:15:09 [2021-08-20T18:15:09.423Z]     docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.423Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s)
18:15:09 [2021-08-20T18:15:09.423Z] 
18:15:09 [2021-08-20T18:15:09.423Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s)
18:15:09 [2021-08-20T18:15:09.423Z]     docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.423Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s)
18:15:09 [2021-08-20T18:15:09.423Z] 
18:15:09 [2021-08-20T18:15:09.423Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s)
18:15:09 [2021-08-20T18:15:09.423Z]     docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.423Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s)
18:15:09 [2021-08-20T18:15:09.423Z] 
18:15:09 [2021-08-20T18:15:09.423Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s)
18:15:09 [2021-08-20T18:15:09.423Z]     docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.423Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s)
18:15:09 [2021-08-20T18:15:09.423Z] 
18:15:09 [2021-08-20T18:15:09.423Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s)
18:15:09 [2021-08-20T18:15:09.423Z]     docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.423Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s)
18:15:09 [2021-08-20T18:15:09.423Z] 
18:15:09 [2021-08-20T18:15:09.423Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s)
18:15:09 [2021-08-20T18:15:09.423Z]     docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.423Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s)
18:15:09 [2021-08-20T18:15:09.423Z] 
18:15:09 [2021-08-20T18:15:09.423Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.02s)
18:15:09 [2021-08-20T18:15:09.423Z]     docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.423Z]     --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s)
18:15:09 [2021-08-20T18:15:09.879Z] 
18:15:09 [2021-08-20T18:15:09.879Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.03s)
18:15:09 [2021-08-20T18:15:09.879Z]     docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819
18:15:09 [2021-08-20T18:15:09.879Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.03s)
18:15:09 [2021-08-20T18:15:09.879Z] 
18:15:09 [2021-08-20T18:15:09.879Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.08s)
18:15:09 [2021-08-20T18:15:09.879Z]     docker_cli_ps_test.go:714: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.879Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.08s)
18:15:09 [2021-08-20T18:15:09.879Z] 
18:15:09 [2021-08-20T18:15:09.879Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.02s)
18:15:09 [2021-08-20T18:15:09.879Z]     docker_cli_ps_test.go:806: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.879Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s)
18:15:09 [2021-08-20T18:15:09.879Z] 
18:15:09 [2021-08-20T18:15:09.879Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.02s)
18:15:09 [2021-08-20T18:15:09.879Z]     docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.879Z]     --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s)
18:15:09 [2021-08-20T18:15:09.879Z] 
18:15:09 [2021-08-20T18:15:09.879Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.03s)
18:15:09 [2021-08-20T18:15:09.879Z]     docker_cli_ps_test.go:856: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.879Z]     --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.03s)
18:15:09 [2021-08-20T18:15:09.879Z] 
18:15:09 [2021-08-20T18:15:09.879Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s)
18:15:09 [2021-08-20T18:15:09.879Z]     docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.879Z]     --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s)
18:15:09 [2021-08-20T18:15:09.879Z] 
18:15:09 [2021-08-20T18:15:09.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.02s)
18:15:09 [2021-08-20T18:15:09.880Z]     docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.880Z]     --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s)
18:15:09 [2021-08-20T18:15:09.880Z] 
18:15:09 [2021-08-20T18:15:09.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s)
18:15:09 [2021-08-20T18:15:09.880Z]     docker_cli_run_test.go:3117: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.880Z]     --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s)
18:15:09 [2021-08-20T18:15:09.880Z] 
18:15:09 [2021-08-20T18:15:09.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s)
18:15:09 [2021-08-20T18:15:09.880Z]     docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.880Z]     --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s)
18:15:09 [2021-08-20T18:15:09.880Z] 
18:15:09 [2021-08-20T18:15:09.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s)
18:15:09 [2021-08-20T18:15:09.880Z]     docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.880Z]     --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s)
18:15:09 [2021-08-20T18:15:09.880Z] 
18:15:09 [2021-08-20T18:15:09.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.03s)
18:15:09 [2021-08-20T18:15:09.880Z]     docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.880Z]     --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.03s)
18:15:09 [2021-08-20T18:15:09.880Z] 
18:15:09 [2021-08-20T18:15:09.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s)
18:15:09 [2021-08-20T18:15:09.880Z]     docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.880Z]     --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s)
18:15:09 [2021-08-20T18:15:09.880Z] 
18:15:09 [2021-08-20T18:15:09.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s)
18:15:09 [2021-08-20T18:15:09.880Z]     docker_cli_run_test.go:4400: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.880Z]     --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s)
18:15:09 [2021-08-20T18:15:09.880Z] 
18:15:09 [2021-08-20T18:15:09.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.02s)
18:15:09 [2021-08-20T18:15:09.880Z]     docker_cli_run_test.go:1576: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.880Z]     --- SKIP: TestDockerSuite/TestRunAddHost (0.02s)
18:15:09 [2021-08-20T18:15:09.880Z] 
18:15:09 [2021-08-20T18:15:09.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.02s)
18:15:09 [2021-08-20T18:15:09.880Z]     docker_cli_run_test.go:3917: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.880Z]     --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s)
18:15:09 [2021-08-20T18:15:09.880Z] 
18:15:09 [2021-08-20T18:15:09.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.02s)
18:15:09 [2021-08-20T18:15:09.880Z]     docker_cli_run_test.go:1171: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.880Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s)
18:15:09 [2021-08-20T18:15:09.880Z] 
18:15:09 [2021-08-20T18:15:09.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s)
18:15:09 [2021-08-20T18:15:09.880Z]     docker_cli_run_test.go:1189: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.880Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s)
18:15:09 [2021-08-20T18:15:09.880Z] 
18:15:09 [2021-08-20T18:15:09.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s)
18:15:09 [2021-08-20T18:15:09.880Z]     docker_cli_run_test.go:1180: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.880Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s)
18:15:09 [2021-08-20T18:15:09.880Z] 
18:15:09 [2021-08-20T18:15:09.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.03s)
18:15:09 [2021-08-20T18:15:09.880Z]     docker_cli_run_test.go:2060: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.880Z]     --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.03s)
18:15:09 [2021-08-20T18:15:09.880Z] 
18:15:09 [2021-08-20T18:15:09.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s)
18:15:09 [2021-08-20T18:15:09.880Z]     docker_cli_run_test.go:2265: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.880Z]     --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s)
18:15:09 [2021-08-20T18:15:09.880Z] 
18:15:09 [2021-08-20T18:15:09.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s)
18:15:09 [2021-08-20T18:15:09.880Z]     docker_cli_run_test.go:2601: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.880Z]     --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s)
18:15:09 [2021-08-20T18:15:09.880Z] 
18:15:09 [2021-08-20T18:15:09.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s)
18:15:09 [2021-08-20T18:15:09.880Z]     docker_cli_run_test.go:1052: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.880Z]     --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s)
18:15:09 [2021-08-20T18:15:09.880Z] 
18:15:09 [2021-08-20T18:15:09.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s)
18:15:09 [2021-08-20T18:15:09.880Z]     docker_cli_run_test.go:1062: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.880Z]     --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s)
18:15:09 [2021-08-20T18:15:09.880Z] 
18:15:09 [2021-08-20T18:15:09.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.02s)
18:15:09 [2021-08-20T18:15:09.880Z]     docker_cli_run_test.go:2981: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.880Z]     --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s)
18:15:09 [2021-08-20T18:15:09.880Z] 
18:15:09 [2021-08-20T18:15:09.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.02s)
18:15:09 [2021-08-20T18:15:09.880Z]     docker_cli_run_test.go:1042: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.880Z]     --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s)
18:15:09 [2021-08-20T18:15:09.880Z] 
18:15:09 [2021-08-20T18:15:09.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.02s)
18:15:09 [2021-08-20T18:15:09.880Z]     docker_cli_run_test.go:1033: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.880Z]     --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s)
18:15:09 [2021-08-20T18:15:09.880Z] 
18:15:09 [2021-08-20T18:15:09.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.02s)
18:15:09 [2021-08-20T18:15:09.880Z]     docker_cli_run_test.go:3167: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.880Z]     --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s)
18:15:09 [2021-08-20T18:15:09.880Z] 
18:15:09 [2021-08-20T18:15:09.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s)
18:15:09 [2021-08-20T18:15:09.880Z]     docker_cli_run_test.go:1023: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.880Z]     --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s)
18:15:09 [2021-08-20T18:15:09.880Z] 
18:15:09 [2021-08-20T18:15:09.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s)
18:15:09 [2021-08-20T18:15:09.880Z]     docker_cli_run_test.go:1011: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.880Z]     --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s)
18:15:09 [2021-08-20T18:15:09.880Z] 
18:15:09 [2021-08-20T18:15:09.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.02s)
18:15:09 [2021-08-20T18:15:09.880Z]     docker_cli_run_test.go:985: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.880Z]     --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s)
18:15:09 [2021-08-20T18:15:09.880Z] 
18:15:09 [2021-08-20T18:15:09.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s)
18:15:09 [2021-08-20T18:15:09.880Z]     docker_cli_run_test.go:998: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.880Z]     --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s)
18:15:09 [2021-08-20T18:15:09.880Z] 
18:15:09 [2021-08-20T18:15:09.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.02s)
18:15:09 [2021-08-20T18:15:09.880Z]     docker_cli_run_test.go:976: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.880Z]     --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.02s)
18:15:09 [2021-08-20T18:15:09.880Z] 
18:15:09 [2021-08-20T18:15:09.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s)
18:15:09 [2021-08-20T18:15:09.880Z]     docker_cli_run_test.go:1932: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.880Z]     --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s)
18:15:09 [2021-08-20T18:15:09.880Z] 
18:15:09 [2021-08-20T18:15:09.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.04s)
18:15:09 [2021-08-20T18:15:09.880Z]     docker_cli_run_test.go:3309: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.880Z]     --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.04s)
18:15:09 [2021-08-20T18:15:09.880Z] 
18:15:09 [2021-08-20T18:15:09.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s)
18:15:09 [2021-08-20T18:15:09.880Z]     docker_cli_run_test.go:3333: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.880Z]     --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s)
18:15:09 [2021-08-20T18:15:09.880Z] 
18:15:09 [2021-08-20T18:15:09.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s)
18:15:09 [2021-08-20T18:15:09.880Z]     docker_cli_run_test.go:3300: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.880Z]     --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s)
18:15:09 [2021-08-20T18:15:09.880Z] 
18:15:09 [2021-08-20T18:15:09.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s)
18:15:09 [2021-08-20T18:15:09.880Z]     docker_cli_run_test.go:3285: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.880Z]     --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s)
18:15:09 [2021-08-20T18:15:09.880Z] 
18:15:09 [2021-08-20T18:15:09.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.02s)
18:15:09 [2021-08-20T18:15:09.880Z]     docker_cli_run_test.go:3210: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.880Z]     --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s)
18:15:09 [2021-08-20T18:15:09.880Z] 
18:15:09 [2021-08-20T18:15:09.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s)
18:15:09 [2021-08-20T18:15:09.880Z]     docker_cli_run_test.go:2709: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.880Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s)
18:15:09 [2021-08-20T18:15:09.880Z] 
18:15:09 [2021-08-20T18:15:09.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s)
18:15:09 [2021-08-20T18:15:09.880Z]     docker_cli_run_test.go:2658: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.880Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s)
18:15:09 [2021-08-20T18:15:09.880Z] 
18:15:09 [2021-08-20T18:15:09.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s)
18:15:09 [2021-08-20T18:15:09.880Z]     docker_cli_run_test.go:2731: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.880Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s)
18:15:09 [2021-08-20T18:15:09.880Z] 
18:15:09 [2021-08-20T18:15:09.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s)
18:15:09 [2021-08-20T18:15:09.880Z]     docker_cli_run_test.go:2721: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.880Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s)
18:15:09 [2021-08-20T18:15:09.880Z] 
18:15:09 [2021-08-20T18:15:09.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.02s)
18:15:09 [2021-08-20T18:15:09.880Z]     docker_cli_run_test.go:1677: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.880Z]     --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s)
18:15:09 [2021-08-20T18:15:09.880Z] 
18:15:09 [2021-08-20T18:15:09.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s)
18:15:09 [2021-08-20T18:15:09.880Z]     docker_cli_run_test.go:1658: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.880Z]     --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s)
18:15:09 [2021-08-20T18:15:09.880Z] 
18:15:09 [2021-08-20T18:15:09.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s)
18:15:09 [2021-08-20T18:15:09.880Z]     docker_cli_run_test.go:3175: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.880Z]     --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s)
18:15:09 [2021-08-20T18:15:09.880Z] 
18:15:09 [2021-08-20T18:15:09.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.02s)
18:15:09 [2021-08-20T18:15:09.880Z]     docker_cli_run_test.go:2152: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.880Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s)
18:15:09 [2021-08-20T18:15:09.880Z] 
18:15:09 [2021-08-20T18:15:09.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s)
18:15:09 [2021-08-20T18:15:09.880Z]     docker_cli_run_test.go:621: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.880Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s)
18:15:09 [2021-08-20T18:15:09.880Z] 
18:15:09 [2021-08-20T18:15:09.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s)
18:15:09 [2021-08-20T18:15:09.880Z]     docker_cli_run_test.go:383: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.880Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s)
18:15:09 [2021-08-20T18:15:09.880Z] 
18:15:09 [2021-08-20T18:15:09.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s)
18:15:09 [2021-08-20T18:15:09.880Z]     docker_cli_run_test.go:427: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.880Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s)
18:15:09 [2021-08-20T18:15:09.880Z] 
18:15:09 [2021-08-20T18:15:09.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.02s)
18:15:09 [2021-08-20T18:15:09.880Z]     docker_cli_run_test.go:1253: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.880Z]     --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s)
18:15:09 [2021-08-20T18:15:09.880Z] 
18:15:09 [2021-08-20T18:15:09.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.02s)
18:15:09 [2021-08-20T18:15:09.880Z]     docker_cli_run_test.go:3882: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.880Z]     --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s)
18:15:09 [2021-08-20T18:15:09.880Z] 
18:15:09 [2021-08-20T18:15:09.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.02s)
18:15:09 [2021-08-20T18:15:09.880Z]     docker_cli_run_test.go:1288: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.880Z]     --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s)
18:15:09 [2021-08-20T18:15:09.880Z] 
18:15:09 [2021-08-20T18:15:09.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s)
18:15:09 [2021-08-20T18:15:09.880Z]     docker_cli_run_test.go:1321: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.880Z]     --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s)
18:15:09 [2021-08-20T18:15:09.880Z] 
18:15:09 [2021-08-20T18:15:09.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.02s)
18:15:09 [2021-08-20T18:15:09.880Z]     docker_cli_run_test.go:1310: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.880Z]     --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s)
18:15:09 [2021-08-20T18:15:09.880Z] 
18:15:09 [2021-08-20T18:15:09.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s)
18:15:09 [2021-08-20T18:15:09.880Z]     docker_cli_run_test.go:2025: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.880Z]     --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s)
18:15:09 [2021-08-20T18:15:09.880Z] 
18:15:09 [2021-08-20T18:15:09.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.02s)
18:15:09 [2021-08-20T18:15:09.880Z]     docker_cli_run_test.go:1141: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.880Z]     --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s)
18:15:09 [2021-08-20T18:15:09.880Z] 
18:15:09 [2021-08-20T18:15:09.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.02s)
18:15:09 [2021-08-20T18:15:09.880Z]     docker_cli_run_test.go:4057: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.880Z]     --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s)
18:15:09 [2021-08-20T18:15:09.880Z] 
18:15:09 [2021-08-20T18:15:09.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.02s)
18:15:09 [2021-08-20T18:15:09.880Z]     docker_cli_run_test.go:4140: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.880Z]     --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s)
18:15:09 [2021-08-20T18:15:09.880Z] 
18:15:09 [2021-08-20T18:15:09.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.02s)
18:15:09 [2021-08-20T18:15:09.880Z]     docker_cli_run_test.go:817: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.880Z]     --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s)
18:15:09 [2021-08-20T18:15:09.880Z] 
18:15:09 [2021-08-20T18:15:09.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.02s)
18:15:09 [2021-08-20T18:15:09.880Z]     docker_cli_run_test.go:856: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.880Z]     --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s)
18:15:09 [2021-08-20T18:15:09.880Z] 
18:15:09 [2021-08-20T18:15:09.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.02s)
18:15:09 [2021-08-20T18:15:09.880Z]     docker_cli_run_test.go:889: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.880Z]     --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s)
18:15:09 [2021-08-20T18:15:09.880Z] 
18:15:09 [2021-08-20T18:15:09.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.02s)
18:15:09 [2021-08-20T18:15:09.880Z]     docker_cli_run_test.go:947: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.880Z]     --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s)
18:15:09 [2021-08-20T18:15:09.880Z] 
18:15:09 [2021-08-20T18:15:09.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.02s)
18:15:09 [2021-08-20T18:15:09.880Z]     docker_cli_run_test.go:1074: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.880Z]     --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s)
18:15:09 [2021-08-20T18:15:09.880Z] 
18:15:09 [2021-08-20T18:15:09.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.02s)
18:15:09 [2021-08-20T18:15:09.880Z]     docker_cli_run_test.go:4379: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.880Z]     --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s)
18:15:09 [2021-08-20T18:15:09.880Z] 
18:15:09 [2021-08-20T18:15:09.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.02s)
18:15:09 [2021-08-20T18:15:09.880Z]     docker_cli_run_test.go:4392: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.880Z]     --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s)
18:15:09 [2021-08-20T18:15:09.880Z] 
18:15:09 [2021-08-20T18:15:09.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s)
18:15:09 [2021-08-20T18:15:09.880Z]     docker_cli_run_test.go:4124: unmatched requirement IsolationIsHyperv
18:15:09 [2021-08-20T18:15:09.880Z]     --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s)
18:15:09 [2021-08-20T18:15:09.880Z] 
18:15:09 [2021-08-20T18:15:09.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.02s)
18:15:09 [2021-08-20T18:15:09.880Z]     docker_cli_run_test.go:3698: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.880Z]     --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.02s)
18:15:09 [2021-08-20T18:15:09.880Z] 
18:15:09 [2021-08-20T18:15:09.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.02s)
18:15:09 [2021-08-20T18:15:09.880Z]     docker_cli_run_test.go:2003: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.880Z]     --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s)
18:15:09 [2021-08-20T18:15:09.880Z] 
18:15:09 [2021-08-20T18:15:09.880Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.02s)
18:15:09 [2021-08-20T18:15:09.880Z]     docker_cli_run_test.go:3245: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.881Z]     --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z] 
18:15:09 [2021-08-20T18:15:09.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z]     docker_cli_run_test.go:60: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.881Z]     --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z] 
18:15:09 [2021-08-20T18:15:09.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z]     docker_cli_run_test.go:3354: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.881Z]     --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z] 
18:15:09 [2021-08-20T18:15:09.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z]     docker_cli_run_test.go:195: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.881Z]     --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z] 
18:15:09 [2021-08-20T18:15:09.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z]     docker_cli_run_test.go:180: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.881Z]     --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z] 
18:15:09 [2021-08-20T18:15:09.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z]     docker_cli_run_test.go:3364: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.881Z]     --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z] 
18:15:09 [2021-08-20T18:15:09.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z]     docker_cli_run_test.go:1198: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.881Z]     --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z] 
18:15:09 [2021-08-20T18:15:09.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z]     docker_cli_run_test.go:2315: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.881Z]     --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z] 
18:15:09 [2021-08-20T18:15:09.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z]     docker_cli_run_test.go:2324: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.881Z]     --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z] 
18:15:09 [2021-08-20T18:15:09.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z]     docker_cli_run_test.go:2293: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.881Z]     --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z] 
18:15:09 [2021-08-20T18:15:09.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z]     docker_cli_run_test.go:3398: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.881Z]     --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z] 
18:15:09 [2021-08-20T18:15:09.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z]     docker_cli_run_test.go:2337: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.881Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z] 
18:15:09 [2021-08-20T18:15:09.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z]     docker_cli_run_test.go:2362: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.881Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z] 
18:15:09 [2021-08-20T18:15:09.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z]     docker_cli_run_test.go:2371: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.881Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z] 
18:15:09 [2021-08-20T18:15:09.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z]     docker_cli_run_test.go:2429: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.881Z]     --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z] 
18:15:09 [2021-08-20T18:15:09.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z]     docker_cli_run_test.go:4202: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.881Z]     --- SKIP: TestDockerSuite/TestRunMount (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z] 
18:15:09 [2021-08-20T18:15:09.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z]     docker_cli_run_test.go:2080: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.881Z]     --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z] 
18:15:09 [2021-08-20T18:15:09.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z]     docker_cli_run_test.go:4190: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.881Z]     --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z] 
18:15:09 [2021-08-20T18:15:09.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z]     docker_cli_run_test.go:2384: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.881Z]     --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z] 
18:15:09 [2021-08-20T18:15:09.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z]     docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.881Z]     --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z] 
18:15:09 [2021-08-20T18:15:09.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z]     docker_cli_run_test.go:3187: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.881Z]     --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z] 
18:15:09 [2021-08-20T18:15:09.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z]     docker_cli_run_test.go:3749: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.881Z]     --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z] 
18:15:09 [2021-08-20T18:15:09.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z]     docker_cli_run_test.go:3742: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.881Z]     --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z] 
18:15:09 [2021-08-20T18:15:09.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.03s)
18:15:09 [2021-08-20T18:15:09.881Z]     docker_cli_run_test.go:2581: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.881Z]     --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.03s)
18:15:09 [2021-08-20T18:15:09.881Z] 
18:15:09 [2021-08-20T18:15:09.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z]     docker_cli_run_test.go:2550: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.881Z]     --- SKIP: TestDockerSuite/TestRunNetHost (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z] 
18:15:09 [2021-08-20T18:15:09.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z]     docker_cli_run_test.go:931: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.881Z]     --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z] 
18:15:09 [2021-08-20T18:15:09.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z]     docker_cli_run_test.go:2573: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.881Z]     --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z] 
18:15:09 [2021-08-20T18:15:09.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z]     docker_cli_run_test.go:3042: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.881Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z] 
18:15:09 [2021-08-20T18:15:09.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z]     docker_cli_run_test.go:3066: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.881Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z] 
18:15:09 [2021-08-20T18:15:09.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z]     docker_cli_run_test.go:3088: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.881Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z] 
18:15:09 [2021-08-20T18:15:09.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z]     docker_cli_run_test.go:3412: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.881Z]     --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z] 
18:15:09 [2021-08-20T18:15:09.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.30s)
18:15:09 [2021-08-20T18:15:09.881Z]     docker_cli_run_test.go:1403: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.881Z]     --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.30s)
18:15:09 [2021-08-20T18:15:09.881Z] 
18:15:09 [2021-08-20T18:15:09.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z]     docker_cli_run_test.go:2781: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.881Z]     --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z] 
18:15:09 [2021-08-20T18:15:09.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z]     docker_cli_run_test.go:2471: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.881Z]     --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z] 
18:15:09 [2021-08-20T18:15:09.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z]     docker_cli_run_test.go:2043: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.881Z]     --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z] 
18:15:09 [2021-08-20T18:15:09.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z]     docker_cli_run_test.go:957: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.881Z]     --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z] 
18:15:09 [2021-08-20T18:15:09.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z]     docker_cli_run_test.go:1085: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.881Z]     --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z] 
18:15:09 [2021-08-20T18:15:09.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z]     docker_cli_run_test.go:1124: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.881Z]     --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z] 
18:15:09 [2021-08-20T18:15:09.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z]     docker_cli_run_test.go:1132: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.881Z]     --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z] 
18:15:09 [2021-08-20T18:15:09.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z]     docker_cli_run_test.go:2956: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.881Z]     --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z] 
18:15:09 [2021-08-20T18:15:09.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z]     docker_cli_run_test.go:2859: unmatched requirement Apparmor
18:15:09 [2021-08-20T18:15:09.881Z]     --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z] 
18:15:09 [2021-08-20T18:15:09.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z]     docker_cli_run_test.go:2838: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.881Z]     --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z] 
18:15:09 [2021-08-20T18:15:09.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z]     docker_cli_run_test.go:2823: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.881Z]     --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z] 
18:15:09 [2021-08-20T18:15:09.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z]     docker_cli_run_test.go:1425: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.881Z]     --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z] 
18:15:09 [2021-08-20T18:15:09.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z]     docker_cli_run_test.go:2125: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.881Z]     --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z] 
18:15:09 [2021-08-20T18:15:09.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z]     docker_cli_run_test.go:2237: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.881Z]     --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z] 
18:15:09 [2021-08-20T18:15:09.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z]     docker_cli_run_test.go:1621: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.881Z]     --- SKIP: TestDockerSuite/TestRunState (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z] 
18:15:09 [2021-08-20T18:15:09.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z]     docker_cli_run_test.go:98: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.881Z]     --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z] 
18:15:09 [2021-08-20T18:15:09.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.03s)
18:15:09 [2021-08-20T18:15:09.881Z]     docker_cli_run_test.go:1108: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.881Z]     --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.03s)
18:15:09 [2021-08-20T18:15:09.881Z] 
18:15:09 [2021-08-20T18:15:09.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z]     docker_cli_run_test.go:1116: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.881Z]     --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z] 
18:15:09 [2021-08-20T18:15:09.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z]     docker_cli_run_test.go:1156: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.881Z]     --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z] 
18:15:09 [2021-08-20T18:15:09.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z]     docker_cli_run_test.go:967: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.881Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z] 
18:15:09 [2021-08-20T18:15:09.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z]     docker_cli_run_test.go:1095: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.881Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z] 
18:15:09 [2021-08-20T18:15:09.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z]     docker_cli_run_test.go:1165: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.881Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z] 
18:15:09 [2021-08-20T18:15:09.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z]     docker_cli_run_test.go:3958: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.881Z]     --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z] 
18:15:09 [2021-08-20T18:15:09.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z]     docker_cli_run_test.go:2898: unmatched requirement Apparmor
18:15:09 [2021-08-20T18:15:09.881Z]     --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z] 
18:15:09 [2021-08-20T18:15:09.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z]     docker_cli_run_test.go:736: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.881Z]     --- SKIP: TestDockerSuite/TestRunUserByID (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z] 
18:15:09 [2021-08-20T18:15:09.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z]     docker_cli_run_test.go:746: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.881Z]     --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z] 
18:15:09 [2021-08-20T18:15:09.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z]     docker_cli_run_test.go:759: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.881Z]     --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z] 
18:15:09 [2021-08-20T18:15:09.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z]     docker_cli_run_test.go:772: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.881Z]     --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z] 
18:15:09 [2021-08-20T18:15:09.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z]     docker_cli_run_test.go:726: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.881Z]     --- SKIP: TestDockerSuite/TestRunUserByName (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z] 
18:15:09 [2021-08-20T18:15:09.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z]     docker_cli_run_test.go:785: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.881Z]     --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z] 
18:15:09 [2021-08-20T18:15:09.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z]     docker_cli_run_test.go:3847: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.881Z]     --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z] 
18:15:09 [2021-08-20T18:15:09.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z]     docker_cli_run_test.go:3840: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.881Z]     --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z] 
18:15:09 [2021-08-20T18:15:09.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z]     docker_cli_run_test.go:658: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.881Z]     --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s)
18:15:09 [2021-08-20T18:15:09.881Z] 
18:15:09 [2021-08-20T18:15:09.881Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.02s)
18:15:09 [2021-08-20T18:15:09.882Z]     docker_cli_run_test.go:1850: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.882Z]     --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s)
18:15:09 [2021-08-20T18:15:09.882Z] 
18:15:09 [2021-08-20T18:15:09.882Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s)
18:15:09 [2021-08-20T18:15:09.882Z]     docker_cli_run_test.go:282: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.882Z]     --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s)
18:15:09 [2021-08-20T18:15:09.882Z] 
18:15:09 [2021-08-20T18:15:09.882Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.02s)
18:15:09 [2021-08-20T18:15:09.882Z]     docker_cli_run_test.go:3714: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.882Z]     --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s)
18:15:09 [2021-08-20T18:15:09.882Z] 
18:15:09 [2021-08-20T18:15:09.882Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s)
18:15:09 [2021-08-20T18:15:09.882Z]     docker_cli_run_test.go:3725: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.882Z]     --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s)
18:15:09 [2021-08-20T18:15:09.882Z] 
18:15:09 [2021-08-20T18:15:09.882Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s)
18:15:09 [2021-08-20T18:15:09.882Z]     docker_cli_run_test.go:2804: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.882Z]     --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s)
18:15:09 [2021-08-20T18:15:09.882Z] 
18:15:09 [2021-08-20T18:15:09.882Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.02s)
18:15:09 [2021-08-20T18:15:09.882Z]     docker_cli_run_test.go:3199: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.882Z]     --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s)
18:15:09 [2021-08-20T18:15:09.882Z] 
18:15:09 [2021-08-20T18:15:09.882Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.02s)
18:15:09 [2021-08-20T18:15:09.882Z]     docker_cli_run_test.go:3015: unmatched requirement Apparmor
18:15:09 [2021-08-20T18:15:09.882Z]     --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s)
18:15:09 [2021-08-20T18:15:09.882Z] 
18:15:09 [2021-08-20T18:15:09.882Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s)
18:15:09 [2021-08-20T18:15:09.882Z]     docker_cli_run_test.go:1802: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.882Z]     --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s)
18:15:09 [2021-08-20T18:15:09.882Z] 
18:15:09 [2021-08-20T18:15:09.882Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.02s)
18:15:09 [2021-08-20T18:15:09.882Z]     docker_cli_run_test.go:2814: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.882Z]     --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s)
18:15:09 [2021-08-20T18:15:09.882Z] 
18:15:09 [2021-08-20T18:15:09.882Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s)
18:15:09 [2021-08-20T18:15:09.882Z]     docker_cli_run_test.go:3612: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.882Z]     --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s)
18:15:09 [2021-08-20T18:15:09.882Z] 
18:15:09 [2021-08-20T18:15:09.882Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s)
18:15:09 [2021-08-20T18:15:09.882Z]     docker_cli_run_test.go:3623: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.882Z]     --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s)
18:15:09 [2021-08-20T18:15:09.882Z] 
18:15:09 [2021-08-20T18:15:09.882Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s)
18:15:09 [2021-08-20T18:15:09.882Z]     docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.882Z]     --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s)
18:15:09 [2021-08-20T18:15:09.882Z] 
18:15:09 [2021-08-20T18:15:09.882Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.02s)
18:15:09 [2021-08-20T18:15:09.882Z]     docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.882Z]     --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s)
18:15:09 [2021-08-20T18:15:09.882Z] 
18:15:09 [2021-08-20T18:15:09.882Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.02s)
18:15:09 [2021-08-20T18:15:09.882Z]     docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.882Z]     --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s)
18:15:09 [2021-08-20T18:15:09.882Z] 
18:15:09 [2021-08-20T18:15:09.882Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.02s)
18:15:09 [2021-08-20T18:15:09.882Z]     docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.882Z]     --- SKIP: TestDockerSuite/TestSaveImageId (0.02s)
18:15:09 [2021-08-20T18:15:09.882Z] 
18:15:09 [2021-08-20T18:15:09.882Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.02s)
18:15:09 [2021-08-20T18:15:09.882Z]     docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.882Z]     --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s)
18:15:09 [2021-08-20T18:15:09.882Z] 
18:15:09 [2021-08-20T18:15:09.882Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.02s)
18:15:09 [2021-08-20T18:15:09.882Z]     docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.882Z]     --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s)
18:15:09 [2021-08-20T18:15:09.882Z] 
18:15:09 [2021-08-20T18:15:09.882Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.02s)
18:15:09 [2021-08-20T18:15:09.882Z]     docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.882Z]     --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s)
18:15:09 [2021-08-20T18:15:09.882Z] 
18:15:09 [2021-08-20T18:15:09.882Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s)
18:15:09 [2021-08-20T18:15:09.882Z]     docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.882Z]     --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s)
18:15:09 [2021-08-20T18:15:09.882Z] 
18:15:09 [2021-08-20T18:15:09.882Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.02s)
18:15:09 [2021-08-20T18:15:09.882Z]     docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.882Z]     --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s)
18:15:09 [2021-08-20T18:15:09.882Z] 
18:15:09 [2021-08-20T18:15:09.882Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.02s)
18:15:09 [2021-08-20T18:15:09.882Z]     docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.882Z]     --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s)
18:15:09 [2021-08-20T18:15:09.882Z] 
18:15:09 [2021-08-20T18:15:09.882Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s)
18:15:09 [2021-08-20T18:15:09.882Z]     docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.882Z]     --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s)
18:15:09 [2021-08-20T18:15:09.882Z] 
18:15:09 [2021-08-20T18:15:09.882Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s)
18:15:09 [2021-08-20T18:15:09.882Z]     docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.882Z]     --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s)
18:15:09 [2021-08-20T18:15:09.882Z] 
18:15:09 [2021-08-20T18:15:09.882Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.02s)
18:15:09 [2021-08-20T18:15:09.882Z]     docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.882Z]     --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s)
18:15:09 [2021-08-20T18:15:09.882Z] 
18:15:09 [2021-08-20T18:15:09.882Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.02s)
18:15:09 [2021-08-20T18:15:09.882Z]     docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.882Z]     --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s)
18:15:09 [2021-08-20T18:15:09.882Z] 
18:15:09 [2021-08-20T18:15:09.882Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.02s)
18:15:09 [2021-08-20T18:15:09.882Z]     docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.882Z]     --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s)
18:15:09 [2021-08-20T18:15:09.882Z] 
18:15:09 [2021-08-20T18:15:09.882Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.02s)
18:15:09 [2021-08-20T18:15:09.882Z]     docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.882Z]     --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s)
18:15:09 [2021-08-20T18:15:09.882Z] 
18:15:09 [2021-08-20T18:15:09.882Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.02s)
18:15:09 [2021-08-20T18:15:09.882Z]     docker_cli_start_test.go:99: unmatched requirement IsPausable
18:15:09 [2021-08-20T18:15:09.882Z]     --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s)
18:15:09 [2021-08-20T18:15:09.882Z] 
18:15:09 [2021-08-20T18:15:09.882Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.02s)
18:15:09 [2021-08-20T18:15:09.882Z]     docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.882Z]     --- SKIP: TestDockerSuite/TestStartRecordError (0.02s)
18:15:09 [2021-08-20T18:15:09.882Z] 
18:15:09 [2021-08-20T18:15:09.882Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.02s)
18:15:09 [2021-08-20T18:15:09.882Z]     docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.882Z]     --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s)
18:15:09 [2021-08-20T18:15:09.882Z] 
18:15:09 [2021-08-20T18:15:09.882Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.02s)
18:15:09 [2021-08-20T18:15:09.882Z]     docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.882Z]     --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s)
18:15:09 [2021-08-20T18:15:09.882Z] 
18:15:09 [2021-08-20T18:15:09.882Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.02s)
18:15:09 [2021-08-20T18:15:09.882Z]     docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.882Z]     --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s)
18:15:09 [2021-08-20T18:15:09.882Z] 
18:15:09 [2021-08-20T18:15:09.882Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.02s)
18:15:09 [2021-08-20T18:15:09.882Z]     docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.882Z]     --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s)
18:15:09 [2021-08-20T18:15:09.882Z] 
18:15:09 [2021-08-20T18:15:09.882Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.02s)
18:15:09 [2021-08-20T18:15:09.882Z]     docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.882Z]     --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s)
18:15:09 [2021-08-20T18:15:09.882Z] 
18:15:09 [2021-08-20T18:15:09.882Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.02s)
18:15:09 [2021-08-20T18:15:09.882Z]     docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.882Z]     --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s)
18:15:09 [2021-08-20T18:15:09.882Z] 
18:15:09 [2021-08-20T18:15:09.882Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.02s)
18:15:09 [2021-08-20T18:15:09.882Z]     docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.882Z]     --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s)
18:15:09 [2021-08-20T18:15:09.882Z] 
18:15:09 [2021-08-20T18:15:09.882Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.02s)
18:15:09 [2021-08-20T18:15:09.882Z]     docker_cli_run_test.go:3423: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.882Z]     --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s)
18:15:09 [2021-08-20T18:15:09.882Z] 
18:15:09 [2021-08-20T18:15:09.882Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s)
18:15:09 [2021-08-20T18:15:09.882Z]     docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.882Z]     --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s)
18:15:09 [2021-08-20T18:15:09.882Z] 
18:15:09 [2021-08-20T18:15:09.882Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s)
18:15:09 [2021-08-20T18:15:09.882Z]     docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.882Z]     --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s)
18:15:09 [2021-08-20T18:15:09.882Z] 
18:15:09 [2021-08-20T18:15:09.882Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.02s)
18:15:09 [2021-08-20T18:15:09.882Z]     docker_cli_run_test.go:293: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.882Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s)
18:15:09 [2021-08-20T18:15:09.882Z] 
18:15:09 [2021-08-20T18:15:09.882Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.02s)
18:15:09 [2021-08-20T18:15:09.882Z]     docker_cli_run_test.go:208: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.882Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s)
18:15:09 [2021-08-20T18:15:09.882Z] 
18:15:09 [2021-08-20T18:15:09.882Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s)
18:15:09 [2021-08-20T18:15:09.882Z]     docker_cli_run_test.go:244: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.882Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s)
18:15:09 [2021-08-20T18:15:09.882Z] 
18:15:09 [2021-08-20T18:15:09.882Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s)
18:15:09 [2021-08-20T18:15:09.882Z]     docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.882Z]     --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s)
18:15:09 [2021-08-20T18:15:09.882Z] 
18:15:09 [2021-08-20T18:15:09.882Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.02s)
18:15:09 [2021-08-20T18:15:09.882Z]     docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.882Z]     --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s)
18:15:09 [2021-08-20T18:15:09.882Z] 
18:15:09 [2021-08-20T18:15:09.882Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s)
18:15:09 [2021-08-20T18:15:09.882Z]     docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.882Z]     --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s)
18:15:09 [2021-08-20T18:15:09.882Z] 
18:15:09 [2021-08-20T18:15:09.882Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.02s)
18:15:09 [2021-08-20T18:15:09.882Z]     docker_cli_run_test.go:2173: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.882Z]     --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s)
18:15:09 [2021-08-20T18:15:09.882Z] 
18:15:09 [2021-08-20T18:15:09.882Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s)
18:15:09 [2021-08-20T18:15:09.882Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.882Z]     --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s)
18:15:09 [2021-08-20T18:15:09.882Z] 
18:15:09 [2021-08-20T18:15:09.882Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s)
18:15:09 [2021-08-20T18:15:09.882Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.882Z]     --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s)
18:15:09 [2021-08-20T18:15:09.882Z] 
18:15:09 [2021-08-20T18:15:09.882Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s)
18:15:09 [2021-08-20T18:15:09.882Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.882Z]     --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s)
18:15:09 [2021-08-20T18:15:09.882Z] 
18:15:09 [2021-08-20T18:15:09.882Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s)
18:15:09 [2021-08-20T18:15:09.882Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.882Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s)
18:15:09 [2021-08-20T18:15:09.882Z] 
18:15:09 [2021-08-20T18:15:09.882Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s)
18:15:09 [2021-08-20T18:15:09.882Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.882Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s)
18:15:09 [2021-08-20T18:15:09.882Z] 
18:15:09 [2021-08-20T18:15:09.882Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s)
18:15:09 [2021-08-20T18:15:09.882Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.882Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s)
18:15:09 [2021-08-20T18:15:09.882Z] 
18:15:09 [2021-08-20T18:15:09.882Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s)
18:15:09 [2021-08-20T18:15:09.882Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.882Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s)
18:15:09 [2021-08-20T18:15:09.882Z] 
18:15:09 [2021-08-20T18:15:09.882Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s)
18:15:09 [2021-08-20T18:15:09.882Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.882Z]     --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s)
18:15:09 [2021-08-20T18:15:09.882Z] 
18:15:09 [2021-08-20T18:15:09.882Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s)
18:15:09 [2021-08-20T18:15:09.882Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.882Z]     --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s)
18:15:09 [2021-08-20T18:15:09.882Z] 
18:15:09 [2021-08-20T18:15:09.882Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s)
18:15:09 [2021-08-20T18:15:09.882Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.882Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s)
18:15:09 [2021-08-20T18:15:09.882Z] 
18:15:09 [2021-08-20T18:15:09.882Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s)
18:15:09 [2021-08-20T18:15:09.882Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.882Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s)
18:15:09 [2021-08-20T18:15:09.882Z] 
18:15:09 [2021-08-20T18:15:09.882Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s)
18:15:09 [2021-08-20T18:15:09.882Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.882Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s)
18:15:09 [2021-08-20T18:15:09.882Z] 
18:15:09 [2021-08-20T18:15:09.882Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s)
18:15:09 [2021-08-20T18:15:09.882Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.882Z]     --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s)
18:15:09 [2021-08-20T18:15:09.882Z] 
18:15:09 [2021-08-20T18:15:09.882Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s)
18:15:09 [2021-08-20T18:15:09.882Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.882Z]     --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s)
18:15:09 [2021-08-20T18:15:09.882Z] 
18:15:09 [2021-08-20T18:15:09.883Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s)
18:15:09 [2021-08-20T18:15:09.883Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.883Z]     --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s)
18:15:09 [2021-08-20T18:15:09.883Z] 
18:15:09 [2021-08-20T18:15:09.883Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s)
18:15:09 [2021-08-20T18:15:09.883Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.883Z]     --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s)
18:15:09 [2021-08-20T18:15:09.883Z] 
18:15:09 [2021-08-20T18:15:09.883Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s)
18:15:09 [2021-08-20T18:15:09.883Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.883Z]     --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s)
18:15:09 [2021-08-20T18:15:09.883Z] 
18:15:09 [2021-08-20T18:15:09.883Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s)
18:15:09 [2021-08-20T18:15:09.883Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.883Z]     --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s)
18:15:09 [2021-08-20T18:15:09.883Z] 
18:15:09 [2021-08-20T18:15:09.883Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s)
18:15:09 [2021-08-20T18:15:09.883Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.883Z]     --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s)
18:15:09 [2021-08-20T18:15:09.883Z] 
18:15:09 [2021-08-20T18:15:09.883Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s)
18:15:09 [2021-08-20T18:15:09.883Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.883Z]     --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s)
18:15:09 [2021-08-20T18:15:09.883Z] 
18:15:09 [2021-08-20T18:15:09.883Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s)
18:15:09 [2021-08-20T18:15:09.883Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.883Z]     --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s)
18:15:09 [2021-08-20T18:15:09.883Z] 
18:15:09 [2021-08-20T18:15:09.883Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
18:15:09 [2021-08-20T18:15:09.883Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.883Z]     --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
18:15:09 [2021-08-20T18:15:09.883Z] 
18:15:09 [2021-08-20T18:15:09.883Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
18:15:09 [2021-08-20T18:15:09.883Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.883Z]     --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
18:15:09 [2021-08-20T18:15:09.883Z] 
18:15:09 [2021-08-20T18:15:09.883Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s)
18:15:09 [2021-08-20T18:15:09.883Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.883Z]     --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s)
18:15:09 [2021-08-20T18:15:09.883Z] 
18:15:09 [2021-08-20T18:15:09.883Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s)
18:15:09 [2021-08-20T18:15:09.883Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.883Z]     --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s)
18:15:09 [2021-08-20T18:15:09.883Z] 
18:15:09 [2021-08-20T18:15:09.883Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s)
18:15:09 [2021-08-20T18:15:09.883Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.883Z]     --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s)
18:15:09 [2021-08-20T18:15:09.883Z] 
18:15:09 [2021-08-20T18:15:09.883Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s)
18:15:09 [2021-08-20T18:15:09.883Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.883Z]     --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s)
18:15:09 [2021-08-20T18:15:09.883Z] 
18:15:09 [2021-08-20T18:15:09.883Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s)
18:15:09 [2021-08-20T18:15:09.883Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.883Z]     --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s)
18:15:09 [2021-08-20T18:15:09.883Z] 
18:15:09 [2021-08-20T18:15:09.883Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s)
18:15:09 [2021-08-20T18:15:09.883Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.883Z]     --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s)
18:15:09 [2021-08-20T18:15:09.883Z] 
18:15:09 [2021-08-20T18:15:09.883Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s)
18:15:09 [2021-08-20T18:15:09.883Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.883Z]     --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s)
18:15:09 [2021-08-20T18:15:09.883Z] 
18:15:09 [2021-08-20T18:15:09.883Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s)
18:15:09 [2021-08-20T18:15:09.883Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.883Z]     --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s)
18:15:09 [2021-08-20T18:15:09.883Z] 
18:15:09 [2021-08-20T18:15:09.883Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s)
18:15:09 [2021-08-20T18:15:09.883Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.883Z]     --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s)
18:15:09 [2021-08-20T18:15:09.883Z] 
18:15:09 [2021-08-20T18:15:09.883Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s)
18:15:09 [2021-08-20T18:15:09.883Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.883Z]     --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s)
18:15:09 [2021-08-20T18:15:09.883Z] 
18:15:09 [2021-08-20T18:15:09.883Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s)
18:15:09 [2021-08-20T18:15:09.883Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.883Z]     --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s)
18:15:09 [2021-08-20T18:15:09.883Z] 
18:15:09 [2021-08-20T18:15:09.883Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s)
18:15:09 [2021-08-20T18:15:09.883Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.883Z]     --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s)
18:15:09 [2021-08-20T18:15:09.883Z] 
18:15:09 [2021-08-20T18:15:09.883Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s)
18:15:09 [2021-08-20T18:15:09.883Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.883Z]     --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s)
18:15:09 [2021-08-20T18:15:09.883Z] 
18:15:09 [2021-08-20T18:15:09.883Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s)
18:15:09 [2021-08-20T18:15:09.883Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.883Z]     --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s)
18:15:09 [2021-08-20T18:15:09.883Z] 
18:15:09 [2021-08-20T18:15:09.883Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s)
18:15:09 [2021-08-20T18:15:09.883Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.883Z]     --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s)
18:15:09 [2021-08-20T18:15:09.883Z] 
18:15:09 [2021-08-20T18:15:09.883Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s)
18:15:09 [2021-08-20T18:15:09.883Z]     check_test.go:212: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.883Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s)
18:15:09 [2021-08-20T18:15:09.883Z] 
18:15:09 [2021-08-20T18:15:09.883Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s)
18:15:09 [2021-08-20T18:15:09.883Z]     check_test.go:212: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.883Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s)
18:15:09 [2021-08-20T18:15:09.883Z] 
18:15:09 [2021-08-20T18:15:09.883Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s)
18:15:09 [2021-08-20T18:15:09.883Z]     check_test.go:212: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.883Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s)
18:15:09 [2021-08-20T18:15:09.883Z] 
18:15:09 [2021-08-20T18:15:09.883Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s)
18:15:09 [2021-08-20T18:15:09.883Z]     check_test.go:212: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.883Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s)
18:15:09 [2021-08-20T18:15:09.883Z] 
18:15:09 [2021-08-20T18:15:09.883Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s)
18:15:09 [2021-08-20T18:15:09.883Z]     check_test.go:212: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.883Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s)
18:15:09 [2021-08-20T18:15:09.883Z] 
18:15:09 [2021-08-20T18:15:09.883Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s)
18:15:09 [2021-08-20T18:15:09.883Z]     check_test.go:212: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.883Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s)
18:15:09 [2021-08-20T18:15:09.883Z] 
18:15:09 [2021-08-20T18:15:09.883Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s)
18:15:09 [2021-08-20T18:15:09.883Z]     check_test.go:212: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.883Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s)
18:15:09 [2021-08-20T18:15:09.883Z] 
18:15:09 [2021-08-20T18:15:09.883Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s)
18:15:09 [2021-08-20T18:15:09.883Z]     check_test.go:212: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.883Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s)
18:15:09 [2021-08-20T18:15:09.883Z] 
18:15:09 [2021-08-20T18:15:09.883Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
18:15:09 [2021-08-20T18:15:09.883Z]     check_test.go:212: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.883Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
18:15:09 [2021-08-20T18:15:09.883Z] 
18:15:09 [2021-08-20T18:15:09.883Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
18:15:09 [2021-08-20T18:15:09.883Z]     check_test.go:212: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.883Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
18:15:09 [2021-08-20T18:15:09.883Z] 
18:15:09 [2021-08-20T18:15:09.883Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s)
18:15:09 [2021-08-20T18:15:09.883Z]     check_test.go:212: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.883Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s)
18:15:09 [2021-08-20T18:15:09.883Z] 
18:15:09 [2021-08-20T18:15:09.883Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s)
18:15:09 [2021-08-20T18:15:09.883Z]     check_test.go:212: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.883Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s)
18:15:09 [2021-08-20T18:15:09.883Z] 
18:15:09 [2021-08-20T18:15:09.883Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s)
18:15:09 [2021-08-20T18:15:09.883Z]     check_test.go:212: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.883Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s)
18:15:09 [2021-08-20T18:15:09.883Z] 
18:15:09 [2021-08-20T18:15:09.883Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s)
18:15:09 [2021-08-20T18:15:09.883Z]     check_test.go:212: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.883Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s)
18:15:09 [2021-08-20T18:15:09.883Z] 
18:15:09 [2021-08-20T18:15:09.883Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s)
18:15:09 [2021-08-20T18:15:09.883Z]     check_test.go:212: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.883Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s)
18:15:09 [2021-08-20T18:15:09.883Z] 
18:15:09 [2021-08-20T18:15:09.883Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s)
18:15:09 [2021-08-20T18:15:09.883Z]     check_test.go:212: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.883Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s)
18:15:09 [2021-08-20T18:15:09.883Z] 
18:15:09 [2021-08-20T18:15:09.883Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s)
18:15:09 [2021-08-20T18:15:09.883Z]     check_test.go:212: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.883Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s)
18:15:09 [2021-08-20T18:15:09.883Z] 
18:15:09 [2021-08-20T18:15:09.883Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s)
18:15:09 [2021-08-20T18:15:09.883Z]     check_test.go:212: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.883Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s)
18:15:09 [2021-08-20T18:15:09.883Z] 
18:15:09 [2021-08-20T18:15:09.883Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s)
18:15:09 [2021-08-20T18:15:09.883Z]     check_test.go:239: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.883Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s)
18:15:09 [2021-08-20T18:15:09.883Z] 
18:15:09 [2021-08-20T18:15:09.883Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s)
18:15:09 [2021-08-20T18:15:09.883Z]     check_test.go:239: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.883Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s)
18:15:09 [2021-08-20T18:15:09.883Z] 
18:15:09 [2021-08-20T18:15:09.883Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s)
18:15:09 [2021-08-20T18:15:09.883Z]     check_test.go:239: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.883Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s)
18:15:09 [2021-08-20T18:15:09.883Z] 
18:15:09 [2021-08-20T18:15:09.883Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s)
18:15:09 [2021-08-20T18:15:09.883Z]     check_test.go:239: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.883Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s)
18:15:09 [2021-08-20T18:15:09.883Z] 
18:15:09 [2021-08-20T18:15:09.883Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s)
18:15:09 [2021-08-20T18:15:09.883Z]     check_test.go:239: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.883Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s)
18:15:09 [2021-08-20T18:15:09.883Z] 
18:15:09 [2021-08-20T18:15:09.883Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s)
18:15:09 [2021-08-20T18:15:09.883Z]     check_test.go:239: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.883Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s)
18:15:09 [2021-08-20T18:15:09.883Z] 
18:15:09 [2021-08-20T18:15:09.883Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s)
18:15:09 [2021-08-20T18:15:09.883Z]     check_test.go:239: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.883Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s)
18:15:09 [2021-08-20T18:15:09.883Z] 
18:15:09 [2021-08-20T18:15:09.883Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s)
18:15:09 [2021-08-20T18:15:09.883Z]     check_test.go:239: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.883Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s)
18:15:09 [2021-08-20T18:15:09.883Z] 
18:15:09 [2021-08-20T18:15:09.883Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s)
18:15:09 [2021-08-20T18:15:09.883Z]     check_test.go:268: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.883Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s)
18:15:09 [2021-08-20T18:15:09.883Z] 
18:15:09 [2021-08-20T18:15:09.883Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s)
18:15:09 [2021-08-20T18:15:09.883Z]     check_test.go:268: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.883Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s)
18:15:09 [2021-08-20T18:15:09.883Z] 
18:15:09 [2021-08-20T18:15:09.883Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s)
18:15:09 [2021-08-20T18:15:09.883Z]     check_test.go:268: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.883Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s)
18:15:09 [2021-08-20T18:15:09.883Z] 
18:15:09 [2021-08-20T18:15:09.883Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s)
18:15:09 [2021-08-20T18:15:09.883Z]     check_test.go:268: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.883Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s)
18:15:09 [2021-08-20T18:15:09.883Z] 
18:15:09 [2021-08-20T18:15:09.883Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s)
18:15:09 [2021-08-20T18:15:09.883Z]     check_test.go:268: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.883Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s)
18:15:09 [2021-08-20T18:15:09.883Z] 
18:15:09 [2021-08-20T18:15:09.884Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s)
18:15:09 [2021-08-20T18:15:09.884Z]     check_test.go:302: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.884Z]     --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s)
18:15:09 [2021-08-20T18:15:09.884Z] 
18:15:09 [2021-08-20T18:15:09.884Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s)
18:15:09 [2021-08-20T18:15:09.884Z]     check_test.go:302: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.884Z]     --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s)
18:15:09 [2021-08-20T18:15:09.884Z] 
18:15:09 [2021-08-20T18:15:09.884Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s)
18:15:09 [2021-08-20T18:15:09.884Z]     check_test.go:302: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.884Z]     --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s)
18:15:09 [2021-08-20T18:15:09.884Z] 
18:15:09 [2021-08-20T18:15:09.884Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s)
18:15:09 [2021-08-20T18:15:09.884Z]     check_test.go:407: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.884Z]     --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s)
18:15:09 [2021-08-20T18:15:09.884Z] 
18:15:09 [2021-08-20T18:15:09.884Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s)
18:15:09 [2021-08-20T18:15:09.884Z]     check_test.go:407: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.884Z]     --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s)
18:15:09 [2021-08-20T18:15:09.884Z] 
18:15:09 [2021-08-20T18:15:09.884Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s)
18:15:09 [2021-08-20T18:15:09.884Z]     check_test.go:407: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.884Z]     --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s)
18:15:09 [2021-08-20T18:15:09.884Z] 
18:15:09 [2021-08-20T18:15:09.884Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s)
18:15:09 [2021-08-20T18:15:09.884Z]     check_test.go:407: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.884Z]     --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s)
18:15:09 [2021-08-20T18:15:09.884Z] 
18:15:09 [2021-08-20T18:15:09.884Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s)
18:15:09 [2021-08-20T18:15:09.884Z]     check_test.go:407: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.884Z]     --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s)
18:15:09 [2021-08-20T18:15:09.884Z] 
18:15:09 [2021-08-20T18:15:09.884Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s)
18:15:09 [2021-08-20T18:15:09.884Z]     check_test.go:407: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.884Z]     --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s)
18:15:09 [2021-08-20T18:15:09.884Z] 
18:15:09 [2021-08-20T18:15:09.884Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s)
18:15:09 [2021-08-20T18:15:09.884Z]     check_test.go:407: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.884Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s)
18:15:09 [2021-08-20T18:15:09.884Z] 
18:15:09 [2021-08-20T18:15:09.884Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s)
18:15:09 [2021-08-20T18:15:09.884Z]     check_test.go:407: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.884Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s)
18:15:09 [2021-08-20T18:15:09.884Z] 
18:15:09 [2021-08-20T18:15:09.884Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s)
18:15:09 [2021-08-20T18:15:09.884Z]     check_test.go:407: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.884Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s)
18:15:09 [2021-08-20T18:15:09.884Z] 
18:15:09 [2021-08-20T18:15:09.884Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s)
18:15:09 [2021-08-20T18:15:09.884Z]     check_test.go:407: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.884Z]     --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s)
18:15:09 [2021-08-20T18:15:09.884Z] 
18:15:09 [2021-08-20T18:15:09.884Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s)
18:15:09 [2021-08-20T18:15:09.884Z]     check_test.go:407: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.884Z]     --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s)
18:15:09 [2021-08-20T18:15:09.884Z] 
18:15:09 [2021-08-20T18:15:09.884Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s)
18:15:09 [2021-08-20T18:15:09.884Z]     check_test.go:128: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.884Z] 
18:15:09 [2021-08-20T18:15:09.884Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s)
18:15:09 [2021-08-20T18:15:09.884Z]     check_test.go:134: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.884Z] 
18:15:09 [2021-08-20T18:15:09.884Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s)
18:15:09 [2021-08-20T18:15:09.884Z]     check_test.go:142: unmatched requirement DaemonIsLinux
18:15:09 [2021-08-20T18:15:09.884Z] 
18:15:09 [2021-08-20T18:15:09.884Z] 
18:15:09 [2021-08-20T18:15:09.884Z] DONE 1092 tests, 546 skipped in 2756.160s
18:15:09 [2021-08-20T18:15:09.884Z] INFO: Integration tests ended at 08/20/2021 18:15:09. Duration:00:45:56.2721993
18:15:09 [2021-08-20T18:15:09.884Z] INFO: Docker info of the daemon under test at end of run
18:15:09 [2021-08-20T18:15:09.884Z] 
18:15:10 [2021-08-20T18:15:10.340Z] Containers: 2
18:15:10 [2021-08-20T18:15:10.340Z]  Running: 0
18:15:10 [2021-08-20T18:15:10.340Z]  Paused: 0
18:15:10 [2021-08-20T18:15:10.340Z]  Stopped: 2
18:15:10 [2021-08-20T18:15:10.340Z] Images: 18
18:15:10 [2021-08-20T18:15:10.340Z] Server Version: 0.0.0-dev
18:15:10 [2021-08-20T18:15:10.340Z] Storage Driver: windowsfilter
18:15:10 [2021-08-20T18:15:10.340Z]  Windows: 
18:15:10 [2021-08-20T18:15:10.340Z] Logging Driver: json-file
18:15:10 [2021-08-20T18:15:10.340Z] Plugins: 
18:15:10 [2021-08-20T18:15:10.340Z]  Volume: local
18:15:10 [2021-08-20T18:15:10.340Z]  Network: ics internal l2bridge l2tunnel nat null overlay private transparent
18:15:10 [2021-08-20T18:15:10.340Z]  Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog
18:15:10 [2021-08-20T18:15:10.340Z] Swarm: inactive
18:15:10 [2021-08-20T18:15:10.340Z] Default Isolation: process
18:15:10 [2021-08-20T18:15:10.340Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500)
18:15:10 [2021-08-20T18:15:10.340Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.169)
18:15:10 [2021-08-20T18:15:10.340Z] OSType: windows
18:15:10 [2021-08-20T18:15:10.340Z] Architecture: x86_64
18:15:10 [2021-08-20T18:15:10.340Z] CPUs: 4
18:15:10 [2021-08-20T18:15:10.340Z] Total Memory: 32GiB
18:15:10 [2021-08-20T18:15:10.340Z] Name: azwin-2-6f5e20
18:15:10 [2021-08-20T18:15:10.340Z] ID: V6FM:PVVQ:XWNU:6LIQ:HYXL:OEPD:7DMK:ENAN:S5EY:EA7Z:3EX2:4SFR
18:15:10 [2021-08-20T18:15:10.340Z] Docker Root Dir: D:\CI\PR-42765\2\daemon
18:15:10 [2021-08-20T18:15:10.340Z] Debug Mode (client): false
18:15:10 [2021-08-20T18:15:10.340Z] Debug Mode (server): true
18:15:10 [2021-08-20T18:15:10.340Z]  File Descriptors: -1
18:15:10 [2021-08-20T18:15:10.340Z]  Goroutines: 17
18:15:10 [2021-08-20T18:15:10.340Z]  System Time: 2021-08-20T18:15:09.9573578Z
18:15:10 [2021-08-20T18:15:10.340Z]  EventsListeners: 0
18:15:10 [2021-08-20T18:15:10.340Z] Registry: https://index.docker.io/v1/
18:15:10 [2021-08-20T18:15:10.340Z] Labels:
18:15:10 [2021-08-20T18:15:10.340Z] Experimental: false
18:15:10 [2021-08-20T18:15:10.340Z] Insecure Registries:
18:15:10 [2021-08-20T18:15:10.340Z]  127.0.0.0/8
18:15:10 [2021-08-20T18:15:10.340Z] Live Restore Enabled: false
18:15:10 [2021-08-20T18:15:10.340Z] 
18:15:10 [2021-08-20T18:15:10.340Z] 
18:15:10 [2021-08-20T18:15:10.340Z] INFO: Stopping daemon under test
18:15:10 [2021-08-20T18:15:10.340Z] SUCCESS: The process with PID 3444 (child process of PID 4888) has been terminated.
18:15:10 [2021-08-20T18:15:10.340Z] SUCCESS: The process with PID 4888 (child process of PID 2128) has been terminated.
18:15:10 [2021-08-20T18:15:10.340Z] INFO: Stop tailing logs of the daemon under tests
18:15:10 [2021-08-20T18:15:10.340Z] INFO: executeCI.ps1 Completed successfully at 08/20/2021 18:15:10.
18:15:10 [2021-08-20T18:15:10.340Z] INFO: Tidying up at end of run
18:15:10 [2021-08-20T18:15:10.340Z] INFO: Saving daemon under test log (d:\CI\PR-42765\2\dut.out) to bundles\CIDUT.out
18:15:10 [2021-08-20T18:15:10.340Z] INFO: Saving daemon under test log (d:\CI\PR-42765\2\dut.err) to bundles\CIDUT.err
18:15:10 [2021-08-20T18:15:10.340Z] INFO: Nuke-Everything...
18:15:10 [2021-08-20T18:15:10.797Z] INFO: Container count on control daemon to delete is 2
18:15:11 [2021-08-20T18:15:11.253Z] d19cb4b37680
18:15:11 [2021-08-20T18:15:11.253Z] f1d30e7cf6d8
18:15:11 [2021-08-20T18:15:11.253Z] INFO: Non-base image count on control daemon to delete is 1
18:15:13 [2021-08-20T18:15:13.418Z] Deleted: sha256:5b514cb6f08f589fb9134f04825bb45072cf88844ef4ed8c5c16ce2bf4005b3e
18:15:13 [2021-08-20T18:15:13.418Z] Deleted: sha256:1eec3b4e3f3f7a5e7eec132fd7e40b99da7cbfcb57e6fbe2a6c990eba9673c40
18:15:13 [2021-08-20T18:15:13.418Z] INFO: Tidying pidfile d:\CI\PR-42765\2\docker.pid
18:15:13 [2021-08-20T18:15:13.418Z] INFO: Nuking d:\CI
18:15:14 [2021-08-20T18:15:14.501Z] === RUN   TestDockerSuite/TestCpSpecialFiles
18:15:14 [2021-08-20T18:15:14.501Z]     docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux
18:15:14 [2021-08-20T18:15:14.501Z] === RUN   TestDockerSuite/TestCpSymlinkComponent
18:15:14 [2021-08-20T18:15:14.501Z]     docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux
18:15:14 [2021-08-20T18:15:14.501Z] === RUN   TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink
18:15:14 [2021-08-20T18:15:14.501Z]     docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux
18:15:14 [2021-08-20T18:15:14.501Z] === RUN   TestDockerSuite/TestCpToCaseA
18:15:19 [2021-08-20T18:15:19.172Z] === RUN   TestDockerSuite/TestCpToCaseB
18:15:21 [2021-08-20T18:15:21.343Z] === RUN   TestDockerSuite/TestCpToCaseC
18:15:21 [2021-08-20T18:15:21.343Z]     docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux
18:15:21 [2021-08-20T18:15:21.343Z] === RUN   TestDockerSuite/TestCpToCaseD
18:15:21 [2021-08-20T18:15:21.343Z]     docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux
18:15:21 [2021-08-20T18:15:21.343Z] === RUN   TestDockerSuite/TestCpToCaseE
18:15:31 [2021-08-20T18:15:31.639Z] === RUN   TestDockerSuite/TestCpToCaseF
18:15:31 [2021-08-20T18:15:31.639Z]     docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux
18:15:31 [2021-08-20T18:15:31.639Z] === RUN   TestDockerSuite/TestCpToCaseG
18:15:31 [2021-08-20T18:15:31.639Z]     docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux
18:15:31 [2021-08-20T18:15:31.639Z] === RUN   TestDockerSuite/TestCpToCaseH
18:15:40 [2021-08-20T18:15:40.194Z] === RUN   TestDockerSuite/TestCpToCaseI
18:15:40 [2021-08-20T18:15:40.194Z]     docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux
18:15:40 [2021-08-20T18:15:40.194Z] === RUN   TestDockerSuite/TestCpToCaseJ
18:15:40 [2021-08-20T18:15:40.194Z]     docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux
18:15:40 [2021-08-20T18:15:40.194Z] === RUN   TestDockerSuite/TestCpToDot
18:15:43 [2021-08-20T18:15:43.090Z] === RUN   TestDockerSuite/TestCpToErrReadOnlyRootfs
18:15:43 [2021-08-20T18:15:43.090Z]     docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux
18:15:43 [2021-08-20T18:15:43.090Z] === RUN   TestDockerSuite/TestCpToErrReadOnlyVolume
18:15:43 [2021-08-20T18:15:43.090Z]     docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux
18:15:43 [2021-08-20T18:15:43.090Z] === RUN   TestDockerSuite/TestCpToStdout
18:15:45 [2021-08-20T18:15:45.984Z] === RUN   TestDockerSuite/TestCpToSymlinkDestination
18:15:45 [2021-08-20T18:15:45.984Z]     docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux
18:15:45 [2021-08-20T18:15:45.984Z] === RUN   TestDockerSuite/TestCpToSymlinkToDirectory
18:15:45 [2021-08-20T18:15:45.984Z]     docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux
18:15:45 [2021-08-20T18:15:45.984Z] === RUN   TestDockerSuite/TestCpUnprivilegedUser
18:15:45 [2021-08-20T18:15:45.984Z]     docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux
18:15:45 [2021-08-20T18:15:45.984Z] === RUN   TestDockerSuite/TestCpVolumePath
18:15:45 [2021-08-20T18:15:45.984Z]     docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux
18:15:45 [2021-08-20T18:15:45.984Z] === RUN   TestDockerSuite/TestCreate64ByteHexID
18:15:45 [2021-08-20T18:15:45.984Z] === RUN   TestDockerSuite/TestCreateArgs
18:15:46 [2021-08-20T18:15:46.440Z] === RUN   TestDockerSuite/TestCreateByImageID
18:15:48 [2021-08-20T18:15:48.632Z] === RUN   TestDockerSuite/TestCreateEchoStdout
18:15:49 [2021-08-20T18:15:49.055Z] INFO: Zapped successfully
18:15:49 [2021-08-20T18:15:49.055Z] 
18:15:49 [2021-08-20T18:15:49.055Z] INFO: executeCI.ps1 exiting at Fri Aug 20 18:15:44 CUT 2021. Duration 01:19:53.8565738
18:15:49 [2021-08-20T18:15:49.055Z] 
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] junit
18:15:49 [2021-08-20T18:15:49.292Z] Recording test results
18:15:49 [2021-08-20T18:15:49.749Z] [Checks API] No suitable checks publisher found.
[Pipeline] catchError
[Pipeline] {
[Pipeline] powershell
18:15:50 [2021-08-20T18:15:50.800Z] === RUN   TestDockerSuite/TestCreateGrowRootfs
18:15:51 [2021-08-20T18:15:51.257Z] === RUN   TestDockerSuite/TestCreateHostConfig
18:15:51 [2021-08-20T18:15:51.257Z] === RUN   TestDockerSuite/TestCreateHostnameWithNumber
18:15:51 [2021-08-20T18:15:51.284Z] Creating win-2022-c8d-integration-bundles.zip
18:15:53 [2021-08-20T18:15:53.426Z] === RUN   TestDockerSuite/TestCreateLabelFromImage
[Pipeline] archiveArtifacts
18:15:53 [2021-08-20T18:15:53.658Z] Archiving artifacts
18:15:54 [2021-08-20T18:15:54.388Z] === RUN   TestDockerSuite/TestCreateLabels
18:15:54 [2021-08-20T18:15:54.389Z] === RUN   TestDockerSuite/TestCreateModeIpcContainer
18:15:54 [2021-08-20T18:15:54.389Z]     docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux
18:15:54 [2021-08-20T18:15:54.389Z] === RUN   TestDockerSuite/TestCreateRM
18:15:54 [2021-08-20T18:15:54.832Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42765/2/artifacts/
[Pipeline] }
18:15:54 [2021-08-20T18:15:54.844Z] === RUN   TestDockerSuite/TestCreateShrinkRootfs
18:15:54 [2021-08-20T18:15:54.845Z]     docker_cli_create_test.go:71: unmatched requirement Devicemapper
18:15:54 [2021-08-20T18:15:54.845Z] === RUN   TestDockerSuite/TestCreateStopSignal
[Pipeline] // catchError
[Pipeline] sh
18:15:55 [2021-08-20T18:15:55.301Z] === RUN   TestDockerSuite/TestCreateStopTimeout
18:15:55 [2021-08-20T18:15:55.750Z] + make clean
18:15:55 [2021-08-20T18:15:55.759Z] === RUN   TestDockerSuite/TestCreateUnsetEntrypoint
18:15:56 [2021-08-20T18:15:56.717Z] docker volume rm -f docker-dev-cache
18:15:56 [2021-08-20T18:15:56.717Z] docker-dev-cache
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // ws
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
18:16:10 [2021-08-20T18:16:10.535Z] === RUN   TestDockerSuite/TestCreateVolumesCreated
18:16:10 [2021-08-20T18:16:10.535Z] === RUN   TestDockerSuite/TestCreateWithInvalidLogOpts
18:16:10 [2021-08-20T18:16:10.535Z] === RUN   TestDockerSuite/TestCreateWithLargePortRange
18:16:13 [2021-08-20T18:16:13.428Z] === RUN   TestDockerSuite/TestCreateWithPortRange
18:16:13 [2021-08-20T18:16:13.428Z] === RUN   TestDockerSuite/TestCreateWithTooLowMemoryLimit
18:16:13 [2021-08-20T18:16:13.428Z]     docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux
18:16:13 [2021-08-20T18:16:13.428Z] === RUN   TestDockerSuite/TestCreateWithWorkdir
18:16:16 [2021-08-20T18:16:16.321Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds
18:16:16 [2021-08-20T18:16:16.321Z]     docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux
18:16:16 [2021-08-20T18:16:16.321Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig
18:16:16 [2021-08-20T18:16:16.321Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds
18:16:16 [2021-08-20T18:16:16.321Z]     docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux
18:16:16 [2021-08-20T18:16:16.321Z] === RUN   TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom
18:16:16 [2021-08-20T18:16:16.321Z]     docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux
18:16:16 [2021-08-20T18:16:16.321Z] === RUN   TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume
18:16:16 [2021-08-20T18:16:16.321Z]     docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux
18:16:16 [2021-08-20T18:16:16.321Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig
18:16:16 [2021-08-20T18:16:16.321Z]     docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux
18:16:16 [2021-08-20T18:16:16.321Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked
18:16:16 [2021-08-20T18:16:16.321Z]     docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux
18:16:16 [2021-08-20T18:16:16.321Z] === RUN   TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig
18:16:16 [2021-08-20T18:16:16.321Z]     docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux
18:16:16 [2021-08-20T18:16:16.321Z] === RUN   TestDockerSuite/TestDeprecatedStartWithNilDNS
18:16:16 [2021-08-20T18:16:16.321Z]     docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux
18:16:16 [2021-08-20T18:16:16.321Z] === RUN   TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit
18:16:16 [2021-08-20T18:16:16.321Z]     docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux
18:16:16 [2021-08-20T18:16:16.321Z] === RUN   TestDockerSuite/TestDevicePermissions
18:16:16 [2021-08-20T18:16:16.321Z]     docker_cli_run_test.go:2968: unmatched requirement DaemonIsLinux
18:16:16 [2021-08-20T18:16:16.321Z] === RUN   TestDockerSuite/TestDockerFails
18:16:16 [2021-08-20T18:16:16.321Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFrom
18:16:16 [2021-08-20T18:16:16.321Z]     docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux
18:16:16 [2021-08-20T18:16:16.321Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind
18:16:16 [2021-08-20T18:16:16.321Z]     docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux
18:16:16 [2021-08-20T18:16:16.321Z] === RUN   TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts
18:16:16 [2021-08-20T18:16:16.321Z]     docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux
18:16:16 [2021-08-20T18:16:16.321Z] === RUN   TestDockerSuite/TestEventsAttach
18:16:16 [2021-08-20T18:16:16.321Z]     docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux
18:16:16 [2021-08-20T18:16:16.321Z] === RUN   TestDockerSuite/TestEventsCommit
18:16:16 [2021-08-20T18:16:16.321Z]     docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux
18:16:16 [2021-08-20T18:16:16.321Z] === RUN   TestDockerSuite/TestEventsContainerEvents
18:16:19 [2021-08-20T18:16:19.217Z] === RUN   TestDockerSuite/TestEventsContainerEventsAttrSort
18:16:21 [2021-08-20T18:16:21.403Z] === RUN   TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch
18:16:24 [2021-08-20T18:16:24.293Z] === RUN   TestDockerSuite/TestEventsContainerRestart
18:16:33 [2021-08-20T18:16:33.207Z] === RUN   TestDockerSuite/TestEventsCopy
18:16:37 [2021-08-20T18:16:37.879Z] === RUN   TestDockerSuite/TestEventsFilterContainer
18:16:43 [2021-08-20T18:16:43.658Z] === RUN   TestDockerSuite/TestEventsFilterImageInContainerAction
18:16:50 [2021-08-20T18:16:50.709Z] === RUN   TestDockerSuite/TestEventsFilterImageLabels
18:16:51 [2021-08-20T18:16:51.671Z] === RUN   TestDockerSuite/TestEventsFilterImageName
18:16:56 [2021-08-20T18:16:56.344Z] === RUN   TestDockerSuite/TestEventsFilterLabels
18:16:56 [2021-08-20T18:16:56.344Z] === RUN   TestDockerSuite/TestEventsFilterType
18:16:57 [2021-08-20T18:16:57.307Z] === RUN   TestDockerSuite/TestEventsFilters
18:17:07 [2021-08-20T18:17:07.597Z] === RUN   TestDockerSuite/TestEventsFormat
18:17:12 [2021-08-20T18:17:12.270Z] === RUN   TestDockerSuite/TestEventsFormatBadField
18:17:12 [2021-08-20T18:17:12.270Z] === RUN   TestDockerSuite/TestEventsFormatBadFunc
18:17:12 [2021-08-20T18:17:12.270Z] === RUN   TestDockerSuite/TestEventsImageImport
18:17:12 [2021-08-20T18:17:12.270Z]     docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux
18:17:12 [2021-08-20T18:17:12.727Z] === RUN   TestDockerSuite/TestEventsImageLoad
18:17:12 [2021-08-20T18:17:12.727Z]     docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux
18:17:12 [2021-08-20T18:17:12.727Z] === RUN   TestDockerSuite/TestEventsImagePull
18:17:12 [2021-08-20T18:17:12.727Z]     docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux
18:17:12 [2021-08-20T18:17:12.727Z] === RUN   TestDockerSuite/TestEventsImageTag
18:17:13 [2021-08-20T18:17:13.690Z] === RUN   TestDockerSuite/TestEventsPluginOps
18:17:13 [2021-08-20T18:17:13.690Z]     docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux
18:17:13 [2021-08-20T18:17:13.690Z] === RUN   TestDockerSuite/TestEventsRename
18:17:16 [2021-08-20T18:17:16.583Z] === RUN   TestDockerSuite/TestEventsResize
18:17:25 [2021-08-20T18:17:25.127Z] === RUN   TestDockerSuite/TestEventsSinceInTheFuture
18:17:26 [2021-08-20T18:17:26.656Z] === RUN   TestDockerSuite/TestEventsSpecialFiltersWithExecCreate
18:17:29 [2021-08-20T18:17:29.553Z] === RUN   TestDockerSuite/TestEventsTimestampFormats
18:17:35 [2021-08-20T18:17:35.328Z] === RUN   TestDockerSuite/TestEventsTop
18:17:35 [2021-08-20T18:17:35.328Z]     docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux
18:17:35 [2021-08-20T18:17:35.328Z] === RUN   TestDockerSuite/TestEventsUntag
18:17:37 [2021-08-20T18:17:37.499Z] === RUN   TestDockerSuite/TestEventsUntilInThePast
18:17:47 [2021-08-20T18:17:47.804Z] === RUN   TestDockerSuite/TestExec
18:17:47 [2021-08-20T18:17:47.804Z]     docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux
18:17:47 [2021-08-20T18:17:47.804Z] === RUN   TestDockerSuite/TestExecAPICreateContainerPaused
18:17:47 [2021-08-20T18:17:47.804Z]     docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux
18:17:47 [2021-08-20T18:17:47.804Z] === RUN   TestDockerSuite/TestExecAPICreateNoCmd
18:17:48 [2021-08-20T18:17:48.769Z] === RUN   TestDockerSuite/TestExecAPICreateNoValidContentType
18:17:50 [2021-08-20T18:17:50.945Z] === RUN   TestDockerSuite/TestExecAPIStart
18:17:50 [2021-08-20T18:17:50.945Z]     docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux
18:17:51 [2021-08-20T18:17:51.403Z] === RUN   TestDockerSuite/TestExecAPIStartBackwardsCompatible
18:17:51 [2021-08-20T18:17:51.403Z]     docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux
18:17:51 [2021-08-20T18:17:51.403Z] === RUN   TestDockerSuite/TestExecAPIStartEnsureHeaders
18:17:51 [2021-08-20T18:17:51.403Z]     docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux
18:17:51 [2021-08-20T18:17:51.403Z] === RUN   TestDockerSuite/TestExecAPIStartInvalidCommand
18:17:53 [2021-08-20T18:17:53.571Z] === RUN   TestDockerSuite/TestExecAPIStartMultipleTimesError
18:17:55 [2021-08-20T18:17:55.740Z] === RUN   TestDockerSuite/TestExecAPIStartValidCommand
18:17:58 [2021-08-20T18:17:58.634Z] === RUN   TestDockerSuite/TestExecAPIStartWithDetach
18:18:00 [2021-08-20T18:18:00.803Z] === RUN   TestDockerSuite/TestExecAfterContainerRestart
18:18:05 [2021-08-20T18:18:05.478Z] === RUN   TestDockerSuite/TestExecCgroup
18:18:05 [2021-08-20T18:18:05.478Z]     docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux
18:18:05 [2021-08-20T18:18:05.478Z] === RUN   TestDockerSuite/TestExecEnv
18:18:05 [2021-08-20T18:18:05.478Z]     docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux
18:18:05 [2021-08-20T18:18:05.478Z] === RUN   TestDockerSuite/TestExecEnvLinksHost
18:18:05 [2021-08-20T18:18:05.478Z]     docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux
18:18:05 [2021-08-20T18:18:05.478Z] === RUN   TestDockerSuite/TestExecExitStatus
18:18:07 [2021-08-20T18:18:07.645Z] === RUN   TestDockerSuite/TestExecInspectID
18:18:13 [2021-08-20T18:18:13.424Z] === RUN   TestDockerSuite/TestExecInteractive
18:18:13 [2021-08-20T18:18:13.424Z]     docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux
18:18:13 [2021-08-20T18:18:13.424Z] === RUN   TestDockerSuite/TestExecOnReadonlyContainer
18:18:13 [2021-08-20T18:18:13.424Z]     docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux
18:18:13 [2021-08-20T18:18:13.424Z] === RUN   TestDockerSuite/TestExecParseError
18:18:13 [2021-08-20T18:18:13.424Z]     docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux
18:18:13 [2021-08-20T18:18:13.424Z] === RUN   TestDockerSuite/TestExecPausedContainer
18:18:13 [2021-08-20T18:18:13.424Z]     docker_cli_exec_test.go:133: unmatched requirement IsPausable
18:18:13 [2021-08-20T18:18:13.424Z] === RUN   TestDockerSuite/TestExecResizeAPIHeightWidthNoInt
18:18:13 [2021-08-20T18:18:13.424Z]     docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux
18:18:13 [2021-08-20T18:18:13.424Z] === RUN   TestDockerSuite/TestExecResizeImmediatelyAfterExecStart
18:18:15 [2021-08-20T18:18:15.596Z] === RUN   TestDockerSuite/TestExecSetEnv
18:18:15 [2021-08-20T18:18:15.596Z]     docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux
18:18:15 [2021-08-20T18:18:15.596Z] === RUN   TestDockerSuite/TestExecStartFails
18:18:15 [2021-08-20T18:18:15.596Z]     docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux
18:18:16 [2021-08-20T18:18:16.052Z] === RUN   TestDockerSuite/TestExecStateCleanup
18:18:16 [2021-08-20T18:18:16.052Z]     docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux
18:18:16 [2021-08-20T18:18:16.052Z] === RUN   TestDockerSuite/TestExecStopNotHanging
18:18:16 [2021-08-20T18:18:16.052Z]     docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux
18:18:16 [2021-08-20T18:18:16.052Z] === RUN   TestDockerSuite/TestExecTTYCloseStdin
18:18:16 [2021-08-20T18:18:16.052Z]     docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux
18:18:16 [2021-08-20T18:18:16.052Z] === RUN   TestDockerSuite/TestExecTTYWithoutStdin
18:18:18 [2021-08-20T18:18:18.219Z] === RUN   TestDockerSuite/TestExecUlimits
18:18:18 [2021-08-20T18:18:18.219Z]     docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux
18:18:18 [2021-08-20T18:18:18.219Z] === RUN   TestDockerSuite/TestExecWindowsPathNotWiped
18:18:28 [2021-08-20T18:18:28.517Z] === RUN   TestDockerSuite/TestExecWithImageUser
18:18:28 [2021-08-20T18:18:28.517Z]     docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux
18:18:28 [2021-08-20T18:18:28.517Z] === RUN   TestDockerSuite/TestExecWithPrivileged
18:18:28 [2021-08-20T18:18:28.517Z]     docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux
18:18:28 [2021-08-20T18:18:28.517Z] === RUN   TestDockerSuite/TestExecWithUser
18:18:28 [2021-08-20T18:18:28.517Z]     docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux
18:18:28 [2021-08-20T18:18:28.517Z] === RUN   TestDockerSuite/TestGetContainerStats
18:18:33 [2021-08-20T18:18:33.193Z] === RUN   TestDockerSuite/TestGetContainerStatsNoStream
18:18:40 [2021-08-20T18:18:40.279Z] === RUN   TestDockerSuite/TestGetContainerStatsRmRunning
18:18:43 [2021-08-20T18:18:43.172Z] === RUN   TestDockerSuite/TestGetContainerStatsStream
18:18:48 [2021-08-20T18:18:48.949Z] === RUN   TestDockerSuite/TestGetContainersAttachWebsocket
18:18:48 [2021-08-20T18:18:48.949Z]     docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux
18:18:48 [2021-08-20T18:18:48.949Z] === RUN   TestDockerSuite/TestGetContainersWsAttachContainerNotFound
18:18:48 [2021-08-20T18:18:48.949Z] === RUN   TestDockerSuite/TestGetStoppedContainerStats
18:18:49 [2021-08-20T18:18:49.405Z] === RUN   TestDockerSuite/TestHealth
18:18:49 [2021-08-20T18:18:49.405Z]     docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux
18:18:49 [2021-08-20T18:18:49.405Z] === RUN   TestDockerSuite/TestHistoryExistentImage
18:18:49 [2021-08-20T18:18:49.405Z] === RUN   TestDockerSuite/TestHistoryHumanOptionFalse
18:18:49 [2021-08-20T18:18:49.405Z] === RUN   TestDockerSuite/TestHistoryHumanOptionTrue
18:18:49 [2021-08-20T18:18:49.405Z] === RUN   TestDockerSuite/TestHistoryImageWithComment
18:18:55 [2021-08-20T18:18:55.180Z] === RUN   TestDockerSuite/TestHistoryNonExistentImage
18:18:55 [2021-08-20T18:18:55.180Z] === RUN   TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce
18:18:55 [2021-08-20T18:18:55.180Z]     docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux
18:18:55 [2021-08-20T18:18:55.180Z] === RUN   TestDockerSuite/TestImagesEnsureImageIsListed
18:18:55 [2021-08-20T18:18:55.180Z] === RUN   TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed
18:18:55 [2021-08-20T18:18:55.180Z] === RUN   TestDockerSuite/TestImagesEnsureImageWithTagIsListed
18:18:55 [2021-08-20T18:18:55.180Z] === RUN   TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown
18:18:55 [2021-08-20T18:18:55.636Z] === RUN   TestDockerSuite/TestImagesEnsureImagesFromScratchShown
18:18:55 [2021-08-20T18:18:55.636Z]     docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux
18:18:55 [2021-08-20T18:18:55.636Z] === RUN   TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown
18:18:57 [2021-08-20T18:18:57.167Z] === RUN   TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest
18:18:57 [2021-08-20T18:18:57.167Z] === RUN   TestDockerSuite/TestImagesFilterLabelMatch
18:18:59 [2021-08-20T18:18:59.343Z] === RUN   TestDockerSuite/TestImagesFilterNameWithPort
18:18:59 [2021-08-20T18:18:59.800Z] === RUN   TestDockerSuite/TestImagesFilterSinceAndBefore
18:19:01 [2021-08-20T18:19:01.969Z] === RUN   TestDockerSuite/TestImagesFilterSpaceTrimCase
18:19:04 [2021-08-20T18:19:04.861Z] === RUN   TestDockerSuite/TestImagesFormat
18:19:05 [2021-08-20T18:19:05.321Z] === RUN   TestDockerSuite/TestImagesFormatDefaultFormat
18:19:05 [2021-08-20T18:19:05.321Z]     docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux
18:19:05 [2021-08-20T18:19:05.321Z] === RUN   TestDockerSuite/TestImagesOrderedByCreationDate
18:19:09 [2021-08-20T18:19:09.048Z] === RUN   TestDockerSuite/TestImagesWithIncorrectFilter
18:19:09 [2021-08-20T18:19:09.048Z] === RUN   TestDockerSuite/TestImportBadURL
18:19:11 [2021-08-20T18:19:11.941Z] === RUN   TestDockerSuite/TestImportDisplay
18:19:11 [2021-08-20T18:19:11.941Z]     docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux
18:19:11 [2021-08-20T18:19:11.941Z] === RUN   TestDockerSuite/TestImportFile
18:19:11 [2021-08-20T18:19:11.941Z]     docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux
18:19:11 [2021-08-20T18:19:11.941Z] === RUN   TestDockerSuite/TestImportFileNonExistentFile
18:19:11 [2021-08-20T18:19:11.941Z] === RUN   TestDockerSuite/TestImportFileWithMessage
18:19:11 [2021-08-20T18:19:11.941Z]     docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux
18:19:11 [2021-08-20T18:19:11.941Z] === RUN   TestDockerSuite/TestImportGzipped
18:19:11 [2021-08-20T18:19:11.941Z]     docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux
18:19:11 [2021-08-20T18:19:11.941Z] === RUN   TestDockerSuite/TestImportWithQuotedChanges
18:19:11 [2021-08-20T18:19:11.941Z]     docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux
18:19:11 [2021-08-20T18:19:11.941Z] === RUN   TestDockerSuite/TestInfoDisplaysPausedContainers
18:19:11 [2021-08-20T18:19:11.941Z]     docker_cli_info_test.go:70: unmatched requirement IsPausable
18:19:11 [2021-08-20T18:19:11.941Z] === RUN   TestDockerSuite/TestInfoDisplaysRunningContainers
18:19:11 [2021-08-20T18:19:11.941Z]     docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux
18:19:11 [2021-08-20T18:19:11.941Z] === RUN   TestDockerSuite/TestInfoDisplaysStoppedContainers
18:19:11 [2021-08-20T18:19:11.941Z]     docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux
18:19:11 [2021-08-20T18:19:11.941Z] === RUN   TestDockerSuite/TestInfoEnsureSucceeds
18:19:11 [2021-08-20T18:19:11.941Z] === RUN   TestDockerSuite/TestInspectAPIBridgeNetworkSettings120
18:19:11 [2021-08-20T18:19:11.941Z]     docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux
18:19:11 [2021-08-20T18:19:11.941Z] === RUN   TestDockerSuite/TestInspectAPIBridgeNetworkSettings121
18:19:11 [2021-08-20T18:19:11.941Z]     docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux
18:19:11 [2021-08-20T18:19:11.941Z] === RUN   TestDockerSuite/TestInspectAPIContainerResponse
18:19:14 [2021-08-20T18:19:14.837Z] === RUN   TestDockerSuite/TestInspectAPIContainerVolumeDriver
18:19:17 [2021-08-20T18:19:17.005Z] === RUN   TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy
18:19:17 [2021-08-20T18:19:17.005Z]     docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux
18:19:17 [2021-08-20T18:19:17.005Z] === RUN   TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121
18:19:17 [2021-08-20T18:19:17.005Z]     docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux
18:19:17 [2021-08-20T18:19:17.005Z] === RUN   TestDockerSuite/TestInspectAPIImageResponse
18:19:17 [2021-08-20T18:19:17.005Z] === RUN   TestDockerSuite/TestInspectAmpersand
18:19:17 [2021-08-20T18:19:17.005Z]     docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux
18:19:17 [2021-08-20T18:19:17.005Z] === RUN   TestDockerSuite/TestInspectBindMountPoint
18:19:19 [2021-08-20T18:19:19.176Z] === RUN   TestDockerSuite/TestInspectByPrefix
18:19:19 [2021-08-20T18:19:19.633Z] === RUN   TestDockerSuite/TestInspectContainerFilterInt
18:19:26 [2021-08-20T18:19:26.686Z] === RUN   TestDockerSuite/TestInspectContainerGraphDriver
18:19:26 [2021-08-20T18:19:26.686Z]     docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux
18:19:26 [2021-08-20T18:19:26.686Z] === RUN   TestDockerSuite/TestInspectContainerNetworkCustom
18:19:26 [2021-08-20T18:19:26.686Z]     docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux
18:19:26 [2021-08-20T18:19:26.686Z] === RUN   TestDockerSuite/TestInspectContainerNetworkDefault
18:19:26 [2021-08-20T18:19:26.686Z]     docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux
18:19:26 [2021-08-20T18:19:26.686Z] === RUN   TestDockerSuite/TestInspectDefault
18:19:29 [2021-08-20T18:19:29.588Z] === RUN   TestDockerSuite/TestInspectHistory
18:19:34 [2021-08-20T18:19:34.261Z] === RUN   TestDockerSuite/TestInspectImage
18:19:34 [2021-08-20T18:19:34.261Z]     docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux
18:19:34 [2021-08-20T18:19:34.261Z] === RUN   TestDockerSuite/TestInspectImageFilterInt
18:19:34 [2021-08-20T18:19:34.261Z]     docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux
18:19:34 [2021-08-20T18:19:34.261Z] === RUN   TestDockerSuite/TestInspectImageGraphDriver
18:19:34 [2021-08-20T18:19:34.261Z]     docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux
18:19:34 [2021-08-20T18:19:34.261Z] === RUN   TestDockerSuite/TestInspectInt64
18:19:37 [2021-08-20T18:19:37.155Z] === RUN   TestDockerSuite/TestInspectJSONFields
18:19:39 [2021-08-20T18:19:39.324Z] === RUN   TestDockerSuite/TestInspectLogConfigNoType
18:19:39 [2021-08-20T18:19:39.324Z] === RUN   TestDockerSuite/TestInspectNamedMountPoint
18:19:46 [2021-08-20T18:19:46.375Z] === RUN   TestDockerSuite/TestInspectNoSizeFlagContainer
18:19:49 [2021-08-20T18:19:49.271Z] === RUN   TestDockerSuite/TestInspectPlugin
18:19:49 [2021-08-20T18:19:49.271Z]     docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux
18:19:49 [2021-08-20T18:19:49.271Z] === RUN   TestDockerSuite/TestInspectRootFS
18:19:49 [2021-08-20T18:19:49.271Z] === RUN   TestDockerSuite/TestInspectSizeFlagContainer
18:19:51 [2021-08-20T18:19:51.440Z] === RUN   TestDockerSuite/TestInspectStatus
18:19:54 [2021-08-20T18:19:54.335Z] === RUN   TestDockerSuite/TestInspectStopWhenNotFound
18:19:59 [2021-08-20T18:19:59.022Z] === RUN   TestDockerSuite/TestInspectTemplateError
18:20:01 [2021-08-20T18:20:01.193Z] === RUN   TestDockerSuite/TestInspectTimesAsRFC3339Nano
18:20:04 [2021-08-20T18:20:04.085Z] === RUN   TestDockerSuite/TestInspectTypeFlagContainer
18:20:06 [2021-08-20T18:20:06.253Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithImage
18:20:08 [2021-08-20T18:20:08.420Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithInvalidValue
18:20:11 [2021-08-20T18:20:11.312Z] === RUN   TestDockerSuite/TestInspectTypeFlagWithNoContainer
18:20:18 [2021-08-20T18:20:18.363Z] === RUN   TestDockerSuite/TestInspectUnknownObject
18:20:18 [2021-08-20T18:20:18.363Z] === RUN   TestDockerSuite/TestLinkShortDefinition
18:20:18 [2021-08-20T18:20:18.363Z]     docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux
18:20:18 [2021-08-20T18:20:18.363Z] === RUN   TestDockerSuite/TestLinksEnvs
18:20:18 [2021-08-20T18:20:18.363Z]     docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux
18:20:18 [2021-08-20T18:20:18.363Z] === RUN   TestDockerSuite/TestLinksEtcHostsRegularFile
18:20:18 [2021-08-20T18:20:18.363Z]     docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux
18:20:18 [2021-08-20T18:20:18.363Z] === RUN   TestDockerSuite/TestLinksHostsFilesInject
18:20:18 [2021-08-20T18:20:18.363Z]     docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux
18:20:18 [2021-08-20T18:20:18.363Z] === RUN   TestDockerSuite/TestLinksInspectLinksStarted
18:20:18 [2021-08-20T18:20:18.363Z]     docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux
18:20:18 [2021-08-20T18:20:18.363Z] === RUN   TestDockerSuite/TestLinksInspectLinksStopped
18:20:18 [2021-08-20T18:20:18.363Z]     docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux
18:20:18 [2021-08-20T18:20:18.363Z] === RUN   TestDockerSuite/TestLinksInvalidContainerTarget
18:20:18 [2021-08-20T18:20:18.363Z]     docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux
18:20:18 [2021-08-20T18:20:18.363Z] === RUN   TestDockerSuite/TestLinksMultipleWithSameName
18:20:18 [2021-08-20T18:20:18.363Z]     docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux
18:20:18 [2021-08-20T18:20:18.363Z] === RUN   TestDockerSuite/TestLinksNetworkHostContainer
18:20:18 [2021-08-20T18:20:18.363Z]     docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux
18:20:18 [2021-08-20T18:20:18.363Z] === RUN   TestDockerSuite/TestLinksNotStartedParentNotFail
18:20:18 [2021-08-20T18:20:18.363Z]     docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux
18:20:18 [2021-08-20T18:20:18.363Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainers
18:20:18 [2021-08-20T18:20:18.363Z]     docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux
18:20:18 [2021-08-20T18:20:18.363Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainersAfterRename
18:20:18 [2021-08-20T18:20:18.363Z]     docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux
18:20:18 [2021-08-20T18:20:18.363Z] === RUN   TestDockerSuite/TestLinksPingLinkedContainersOnRename
18:20:18 [2021-08-20T18:20:18.363Z]     docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux
18:20:18 [2021-08-20T18:20:18.363Z] === RUN   TestDockerSuite/TestLinksPingUnlinkedContainers
18:20:18 [2021-08-20T18:20:18.363Z]     docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux
18:20:18 [2021-08-20T18:20:18.363Z] === RUN   TestDockerSuite/TestLinksUpdateOnRestart
18:20:18 [2021-08-20T18:20:18.363Z]     docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux
18:20:18 [2021-08-20T18:20:18.363Z] === RUN   TestDockerSuite/TestLoadZeroSizeLayer
18:20:18 [2021-08-20T18:20:18.363Z]     docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux
18:20:18 [2021-08-20T18:20:18.363Z] === RUN   TestDockerSuite/TestLoginWithoutTTY
18:20:18 [2021-08-20T18:20:18.819Z] === RUN   TestDockerSuite/TestLogsAPIContainerNotFound
18:20:18 [2021-08-20T18:20:18.820Z] === RUN   TestDockerSuite/TestLogsAPIFollowEmptyOutput
18:20:20 [2021-08-20T18:20:20.990Z] === RUN   TestDockerSuite/TestLogsAPINoStdoutNorStderr
18:20:23 [2021-08-20T18:20:23.157Z] === RUN   TestDockerSuite/TestLogsAPIUntil
18:20:28 [2021-08-20T18:20:28.933Z] === RUN   TestDockerSuite/TestLogsAPIUntilDefaultValue
18:20:31 [2021-08-20T18:20:31.835Z] === RUN   TestDockerSuite/TestLogsAPIUntilFutureFollow
18:20:31 [2021-08-20T18:20:31.835Z]     docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux
18:20:31 [2021-08-20T18:20:31.835Z] === RUN   TestDockerSuite/TestLogsAPIWithStdout
18:20:34 [2021-08-20T18:20:34.003Z] === RUN   TestDockerSuite/TestLogsCLIContainerNotFound
18:20:34 [2021-08-20T18:20:34.003Z] === RUN   TestDockerSuite/TestLogsContainerBiggerThanPage
18:20:42 [2021-08-20T18:20:42.558Z] === RUN   TestDockerSuite/TestLogsContainerMuchBiggerThanPage
18:20:51 [2021-08-20T18:20:51.107Z] === RUN   TestDockerSuite/TestLogsContainerSmallerThanPage
18:20:58 [2021-08-20T18:20:58.161Z] === RUN   TestDockerSuite/TestLogsFollowGoroutinesNoOutput
18:21:01 [2021-08-20T18:21:01.054Z] === RUN   TestDockerSuite/TestLogsFollowGoroutinesWithStdout
18:21:03 [2021-08-20T18:21:03.946Z] === RUN   TestDockerSuite/TestLogsFollowSlowStdoutConsumer
18:21:03 [2021-08-20T18:21:03.946Z]     docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux
18:21:03 [2021-08-20T18:21:03.946Z] === RUN   TestDockerSuite/TestLogsFollowStopped
18:21:06 [2021-08-20T18:21:06.113Z] === RUN   TestDockerSuite/TestLogsSeparateStderr
18:21:09 [2021-08-20T18:21:09.012Z] === RUN   TestDockerSuite/TestLogsSince
18:21:19 [2021-08-20T18:21:19.310Z] === RUN   TestDockerSuite/TestLogsSinceFutureFollow
18:21:19 [2021-08-20T18:21:19.310Z]     docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux
18:21:19 [2021-08-20T18:21:19.310Z] === RUN   TestDockerSuite/TestLogsStderrInStdout
18:21:19 [2021-08-20T18:21:19.310Z]     docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux
18:21:19 [2021-08-20T18:21:19.310Z] === RUN   TestDockerSuite/TestLogsTail
18:21:21 [2021-08-20T18:21:21.487Z] === RUN   TestDockerSuite/TestLogsTimestamps
18:21:24 [2021-08-20T18:21:24.590Z] === RUN   TestDockerSuite/TestLogsWithDetails
18:21:26 [2021-08-20T18:21:26.761Z] === RUN   TestDockerSuite/TestMountIntoProc
18:21:26 [2021-08-20T18:21:26.761Z]     docker_cli_run_test.go:2882: unmatched requirement DaemonIsLinux
18:21:26 [2021-08-20T18:21:26.761Z] === RUN   TestDockerSuite/TestMountIntoSys
18:21:26 [2021-08-20T18:21:26.761Z]     docker_cli_run_test.go:2891: unmatched requirement DaemonIsLinux
18:21:26 [2021-08-20T18:21:26.761Z] === RUN   TestDockerSuite/TestNetHostname
18:21:26 [2021-08-20T18:21:26.761Z]     docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux
18:21:26 [2021-08-20T18:21:26.761Z] === RUN   TestDockerSuite/TestNetHostnameWithNetHost
18:21:26 [2021-08-20T18:21:26.761Z]     docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux
18:21:26 [2021-08-20T18:21:26.761Z] === RUN   TestDockerSuite/TestNetworkRmWithActiveContainers
18:21:26 [2021-08-20T18:21:26.761Z]     docker_cli_run_test.go:3485: unmatched requirement DaemonIsLinux
18:21:26 [2021-08-20T18:21:26.761Z] === RUN   TestDockerSuite/TestPermissionsPtsReadonlyRootfs
18:21:26 [2021-08-20T18:21:26.761Z]     docker_cli_run_test.go:2671: unmatched requirement DaemonIsLinux
18:21:26 [2021-08-20T18:21:26.761Z] === RUN   TestDockerSuite/TestPluginActive
18:21:26 [2021-08-20T18:21:26.761Z]     docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux
18:21:26 [2021-08-20T18:21:26.761Z] === RUN   TestDockerSuite/TestPluginActiveNetwork
18:21:26 [2021-08-20T18:21:26.761Z]     docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux
18:21:26 [2021-08-20T18:21:26.761Z] === RUN   TestDockerSuite/TestPluginInspectOnWindows
18:21:26 [2021-08-20T18:21:26.761Z] === RUN   TestDockerSuite/TestPluginInstallDisableVolumeLs
18:21:26 [2021-08-20T18:21:26.761Z]     docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux
18:21:26 [2021-08-20T18:21:26.761Z] === RUN   TestDockerSuite/TestPluginLogDriver
18:21:26 [2021-08-20T18:21:26.761Z]     docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64
18:21:26 [2021-08-20T18:21:26.761Z] === RUN   TestDockerSuite/TestPluginLogDriverInfoList
18:21:26 [2021-08-20T18:21:26.761Z]     docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64
18:21:26 [2021-08-20T18:21:26.761Z] === RUN   TestDockerSuite/TestPluginMetricsCollector
18:21:26 [2021-08-20T18:21:26.761Z]     docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux
18:21:26 [2021-08-20T18:21:26.761Z] === RUN   TestDockerSuite/TestPluginUpgrade
18:21:26 [2021-08-20T18:21:26.761Z]     docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux
18:21:26 [2021-08-20T18:21:26.761Z] === RUN   TestDockerSuite/TestPortBindingOnSandbox
18:21:26 [2021-08-20T18:21:26.761Z]     docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux
18:21:26 [2021-08-20T18:21:26.761Z] === RUN   TestDockerSuite/TestPortExposeHostBinding
18:21:26 [2021-08-20T18:21:26.761Z]     docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux
18:21:26 [2021-08-20T18:21:26.761Z] === RUN   TestDockerSuite/TestPortHostBinding
18:21:26 [2021-08-20T18:21:26.761Z]     docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux
18:21:27 [2021-08-20T18:21:27.218Z] === RUN   TestDockerSuite/TestPortList
18:21:27 [2021-08-20T18:21:27.218Z]     docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux
18:21:27 [2021-08-20T18:21:27.218Z] === RUN   TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint
18:21:31 [2021-08-20T18:21:31.891Z] === RUN   TestDockerSuite/TestPostContainersAttach
18:21:31 [2021-08-20T18:21:31.891Z]     docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux
18:21:31 [2021-08-20T18:21:31.891Z] === RUN   TestDockerSuite/TestPostContainersAttachContainerNotFound
18:21:31 [2021-08-20T18:21:31.891Z] === RUN   TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted
18:21:31 [2021-08-20T18:21:31.891Z]     docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux
18:21:31 [2021-08-20T18:21:31.891Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted
18:21:31 [2021-08-20T18:21:31.891Z]     docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux
18:21:31 [2021-08-20T18:21:31.891Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeNegative
18:21:31 [2021-08-20T18:21:31.891Z]     docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux
18:21:31 [2021-08-20T18:21:31.891Z] === RUN   TestDockerSuite/TestPostContainersCreateShmSizeOmitted
18:21:31 [2021-08-20T18:21:31.891Z]     docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux
18:21:31 [2021-08-20T18:21:31.891Z] === RUN   TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange
18:21:31 [2021-08-20T18:21:31.891Z]     docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux
18:21:31 [2021-08-20T18:21:31.891Z] === RUN   TestDockerSuite/TestPostContainersCreateWithShmSize
18:21:31 [2021-08-20T18:21:31.891Z]     docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux
18:21:31 [2021-08-20T18:21:31.891Z] === RUN   TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop
18:21:31 [2021-08-20T18:21:31.891Z]     docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux
18:21:31 [2021-08-20T18:21:31.891Z] === RUN   TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd
18:21:36 [2021-08-20T18:21:36.565Z] === RUN   TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues
18:21:36 [2021-08-20T18:21:36.565Z]     docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux
18:21:36 [2021-08-20T18:21:36.565Z] === RUN   TestDockerSuite/TestPsByOrder
18:21:46 [2021-08-20T18:21:46.863Z] === RUN   TestDockerSuite/TestPsImageIDAfterUpdate
18:21:46 [2021-08-20T18:21:46.863Z]     docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux
18:21:46 [2021-08-20T18:21:46.863Z] === RUN   TestDockerSuite/TestPsListContainersBase
18:21:57 [2021-08-20T18:21:57.168Z] === RUN   TestDockerSuite/TestPsListContainersFilterAncestorImage
18:22:18 [2021-08-20T18:22:18.225Z] === RUN   TestDockerSuite/TestPsListContainersFilterCreated
18:22:18 [2021-08-20T18:22:18.225Z] === RUN   TestDockerSuite/TestPsListContainersFilterExited
18:22:18 [2021-08-20T18:22:18.225Z]     docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819
18:22:18 [2021-08-20T18:22:18.225Z] === RUN   TestDockerSuite/TestPsListContainersFilterHealth
18:22:30 [2021-08-20T18:22:30.576Z] === RUN   TestDockerSuite/TestPsListContainersFilterID
18:22:34 [2021-08-20T18:22:34.295Z] === RUN   TestDockerSuite/TestPsListContainersFilterLabel
18:22:42 [2021-08-20T18:22:42.841Z] === RUN   TestDockerSuite/TestPsListContainersFilterName
18:22:46 [2021-08-20T18:22:46.563Z] === RUN   TestDockerSuite/TestPsListContainersFilterNetwork
18:22:46 [2021-08-20T18:22:46.563Z]     docker_cli_ps_test.go:714: unmatched requirement DaemonIsLinux
18:22:46 [2021-08-20T18:22:46.563Z] === RUN   TestDockerSuite/TestPsListContainersFilterPorts
18:22:46 [2021-08-20T18:22:46.563Z]     docker_cli_ps_test.go:806: unmatched requirement DaemonIsLinux
18:22:46 [2021-08-20T18:22:46.563Z] === RUN   TestDockerSuite/TestPsListContainersFilterStatus
18:22:56 [2021-08-20T18:22:56.861Z] === RUN   TestDockerSuite/TestPsListContainersSize
18:22:56 [2021-08-20T18:22:56.861Z]     docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux
18:22:56 [2021-08-20T18:22:56.861Z] === RUN   TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer
18:22:56 [2021-08-20T18:22:56.861Z]     docker_cli_ps_test.go:856: unmatched requirement DaemonIsLinux
18:22:56 [2021-08-20T18:22:56.861Z] === RUN   TestDockerSuite/TestPsNotShowPortsOfStoppedContainer
18:22:56 [2021-08-20T18:22:56.861Z]     docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux
18:22:56 [2021-08-20T18:22:56.861Z] === RUN   TestDockerSuite/TestPsRightTagName
18:22:56 [2021-08-20T18:22:56.861Z]     docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux
18:22:56 [2021-08-20T18:22:56.861Z] === RUN   TestDockerSuite/TestPsShowMounts
18:23:05 [2021-08-20T18:23:05.408Z] === RUN   TestDockerSuite/TestPtraceContainerProcsFromHost
18:23:05 [2021-08-20T18:23:05.408Z]     docker_cli_run_test.go:3117: unmatched requirement DaemonIsLinux
18:23:05 [2021-08-20T18:23:05.408Z] === RUN   TestDockerSuite/TestPullLinuxImageFailsOnWindows
18:23:06 [2021-08-20T18:23:06.374Z] === RUN   TestDockerSuite/TestPullWindowsImageFailsOnLinux
18:23:06 [2021-08-20T18:23:06.374Z]     docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux
18:23:06 [2021-08-20T18:23:06.374Z] === RUN   TestDockerSuite/TestPushToCentralRegistryUnauthorized
18:23:07 [2021-08-20T18:23:07.907Z] === RUN   TestDockerSuite/TestPushUnprefixedRepo
18:23:08 [2021-08-20T18:23:08.869Z] === RUN   TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs
18:23:08 [2021-08-20T18:23:08.870Z]     docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux
18:23:08 [2021-08-20T18:23:08.870Z] === RUN   TestDockerSuite/TestRestartAutoRemoveContainer
18:23:13 [2021-08-20T18:23:13.914Z] === RUN   TestDockerSuite/TestRestartContainerSuccess
18:23:17 [2021-08-20T18:23:17.636Z] === RUN   TestDockerSuite/TestRestartContainerwithGoodContainer
18:23:20 [2021-08-20T18:23:20.535Z] === RUN   TestDockerSuite/TestRestartContainerwithRestartPolicy
18:23:50 [2021-08-20T18:23:50.469Z] === RUN   TestDockerSuite/TestRestartDisconnectedContainer
18:23:50 [2021-08-20T18:23:50.469Z]     docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux
18:23:50 [2021-08-20T18:23:50.469Z] === RUN   TestDockerSuite/TestRestartPolicyAfterRestart
18:23:56 [2021-08-20T18:23:56.246Z] === RUN   TestDockerSuite/TestRestartPolicyAlways
18:23:56 [2021-08-20T18:23:56.246Z] === RUN   TestDockerSuite/TestRestartPolicyNO
18:23:56 [2021-08-20T18:23:56.246Z] === RUN   TestDockerSuite/TestRestartPolicyOnFailure
18:23:57 [2021-08-20T18:23:57.209Z] === RUN   TestDockerSuite/TestRestartRunningContainer
18:24:01 [2021-08-20T18:24:01.880Z] === RUN   TestDockerSuite/TestRestartStoppedContainer
18:24:12 [2021-08-20T18:24:12.171Z] === RUN   TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork
18:24:12 [2021-08-20T18:24:12.171Z]     docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux
18:24:12 [2021-08-20T18:24:12.171Z] === RUN   TestDockerSuite/TestRestartWithVolumes
18:24:15 [2021-08-20T18:24:15.895Z] === RUN   TestDockerSuite/TestRmiBlank
18:24:15 [2021-08-20T18:24:15.895Z] === RUN   TestDockerSuite/TestRmiByIDHardConflict
18:24:16 [2021-08-20T18:24:16.352Z] === RUN   TestDockerSuite/TestRmiContainerImageNotFound
18:24:34 [2021-08-20T18:24:34.013Z] === RUN   TestDockerSuite/TestRmiForceWithExistingContainers
18:24:34 [2021-08-20T18:24:34.977Z] === RUN   TestDockerSuite/TestRmiForceWithMultipleRepositories
18:24:35 [2021-08-20T18:24:35.436Z] === RUN   TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags
18:24:42 [2021-08-20T18:24:42.496Z] === RUN   TestDockerSuite/TestRmiImgIDForce
18:24:54 [2021-08-20T18:24:54.851Z] === RUN   TestDockerSuite/TestRmiImgIDMultipleTag
18:25:01 [2021-08-20T18:25:01.902Z] === RUN   TestDockerSuite/TestRmiParentImageFail
18:25:06 [2021-08-20T18:25:06.575Z] === RUN   TestDockerSuite/TestRmiTag
18:25:07 [2021-08-20T18:25:07.538Z] === RUN   TestDockerSuite/TestRmiTagWithExistingContainers
18:25:09 [2021-08-20T18:25:09.707Z] === RUN   TestDockerSuite/TestRmiUntagHistoryLayer
18:25:30 [2021-08-20T18:25:30.768Z] === RUN   TestDockerSuite/TestRmiWithContainerFails
18:25:33 [2021-08-20T18:25:33.661Z] === RUN   TestDockerSuite/TestRmiWithMultipleRepositories
18:25:39 [2021-08-20T18:25:39.433Z] === RUN   TestDockerSuite/TestRmiWithParentInUse
18:25:40 [2021-08-20T18:25:40.398Z] === RUN   TestDockerSuite/TestRunAddDeviceCgroupRule
18:25:40 [2021-08-20T18:25:40.398Z]     docker_cli_run_test.go:4400: unmatched requirement DaemonIsLinux
18:25:40 [2021-08-20T18:25:40.398Z] === RUN   TestDockerSuite/TestRunAddHost
18:25:40 [2021-08-20T18:25:40.398Z]     docker_cli_run_test.go:1576: unmatched requirement DaemonIsLinux
18:25:40 [2021-08-20T18:25:40.398Z] === RUN   TestDockerSuite/TestRunAddHostInHostMode
18:25:40 [2021-08-20T18:25:40.398Z]     docker_cli_run_test.go:3917: unmatched requirement DaemonIsLinux
18:25:40 [2021-08-20T18:25:40.398Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevices
18:25:40 [2021-08-20T18:25:40.398Z]     docker_cli_run_test.go:1171: unmatched requirement DaemonIsLinux
18:25:40 [2021-08-20T18:25:40.398Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode
18:25:40 [2021-08-20T18:25:40.398Z]     docker_cli_run_test.go:1189: unmatched requirement DaemonIsLinux
18:25:40 [2021-08-20T18:25:40.398Z] === RUN   TestDockerSuite/TestRunAddingOptionalDevicesNoSrc
18:25:40 [2021-08-20T18:25:40.398Z]     docker_cli_run_test.go:1180: unmatched requirement DaemonIsLinux
18:25:40 [2021-08-20T18:25:40.398Z] === RUN   TestDockerSuite/TestRunAllocatePortInReservedRange
18:25:40 [2021-08-20T18:25:40.398Z]     docker_cli_run_test.go:2060: unmatched requirement DaemonIsLinux
18:25:40 [2021-08-20T18:25:40.398Z] === RUN   TestDockerSuite/TestRunAllowBindMountingRoot
18:25:42 [2021-08-20T18:25:42.573Z] === RUN   TestDockerSuite/TestRunAllowPortRangeThroughExpose
18:25:42 [2021-08-20T18:25:42.574Z]     docker_cli_run_test.go:2265: unmatched requirement DaemonIsLinux
18:25:42 [2021-08-20T18:25:42.574Z] === RUN   TestDockerSuite/TestRunAllowPortRangeThroughPublish
18:25:42 [2021-08-20T18:25:42.574Z]     docker_cli_run_test.go:2601: unmatched requirement DaemonIsLinux
18:25:42 [2021-08-20T18:25:42.574Z] === RUN   TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes
18:25:47 [2021-08-20T18:25:47.266Z] === RUN   TestDockerSuite/TestRunAttachFailedNoLeak
18:25:50 [2021-08-20T18:25:50.162Z] === RUN   TestDockerSuite/TestRunAttachStdErrOnlyTTYMode
18:25:58 [2021-08-20T18:25:58.705Z] === RUN   TestDockerSuite/TestRunAttachStdOutAndErrTTYMode
18:26:00 [2021-08-20T18:26:00.236Z] === RUN   TestDockerSuite/TestRunAttachStdOutOnlyTTYMode
18:26:03 [2021-08-20T18:26:03.130Z] === RUN   TestDockerSuite/TestRunAttachWithDetach
18:26:03 [2021-08-20T18:26:03.130Z] === RUN   TestDockerSuite/TestRunBindMounts
18:26:13 [2021-08-20T18:26:13.427Z] === RUN   TestDockerSuite/TestRunCapAddALLCanDownInterface
18:26:13 [2021-08-20T18:26:13.427Z]     docker_cli_run_test.go:1052: unmatched requirement DaemonIsLinux
18:26:13 [2021-08-20T18:26:13.427Z] === RUN   TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface
18:26:13 [2021-08-20T18:26:13.427Z]     docker_cli_run_test.go:1062: unmatched requirement DaemonIsLinux
18:26:13 [2021-08-20T18:26:13.427Z] === RUN   TestDockerSuite/TestRunCapAddCHOWN
18:26:13 [2021-08-20T18:26:13.427Z]     docker_cli_run_test.go:2981: unmatched requirement DaemonIsLinux
18:26:13 [2021-08-20T18:26:13.427Z] === RUN   TestDockerSuite/TestRunCapAddCanDownInterface
18:26:13 [2021-08-20T18:26:13.427Z]     docker_cli_run_test.go:1042: unmatched requirement DaemonIsLinux
18:26:13 [2021-08-20T18:26:13.427Z] === RUN   TestDockerSuite/TestRunCapAddInvalid
18:26:13 [2021-08-20T18:26:13.427Z]     docker_cli_run_test.go:1033: unmatched requirement DaemonIsLinux
18:26:13 [2021-08-20T18:26:13.427Z] === RUN   TestDockerSuite/TestRunCapAddSYSTIME
18:26:13 [2021-08-20T18:26:13.427Z]     docker_cli_run_test.go:3167: unmatched requirement DaemonIsLinux
18:26:13 [2021-08-20T18:26:13.427Z] === RUN   TestDockerSuite/TestRunCapDropALLAddMknodCanMknod
18:26:13 [2021-08-20T18:26:13.427Z]     docker_cli_run_test.go:1023: unmatched requirement DaemonIsLinux
18:26:13 [2021-08-20T18:26:13.427Z] === RUN   TestDockerSuite/TestRunCapDropALLCannotMknod
18:26:13 [2021-08-20T18:26:13.427Z]     docker_cli_run_test.go:1011: unmatched requirement DaemonIsLinux
18:26:13 [2021-08-20T18:26:13.427Z] === RUN   TestDockerSuite/TestRunCapDropCannotMknod
18:26:13 [2021-08-20T18:26:13.427Z]     docker_cli_run_test.go:985: unmatched requirement DaemonIsLinux
18:26:13 [2021-08-20T18:26:13.427Z] === RUN   TestDockerSuite/TestRunCapDropCannotMknodLowerCase
18:26:13 [2021-08-20T18:26:13.427Z]     docker_cli_run_test.go:998: unmatched requirement DaemonIsLinux
18:26:13 [2021-08-20T18:26:13.427Z] === RUN   TestDockerSuite/TestRunCapDropInvalid
18:26:13 [2021-08-20T18:26:13.427Z]     docker_cli_run_test.go:976: unmatched requirement DaemonIsLinux
18:26:13 [2021-08-20T18:26:13.427Z] === RUN   TestDockerSuite/TestRunCidFileCheckIDLength
18:26:15 [2021-08-20T18:26:15.595Z] === RUN   TestDockerSuite/TestRunCidFileCleanupIfEmpty
18:26:15 [2021-08-20T18:26:15.595Z]     docker_cli_run_test.go:1932: unmatched requirement DaemonIsLinux
18:26:15 [2021-08-20T18:26:15.595Z] === RUN   TestDockerSuite/TestRunCleanupCmdOnEntrypoint
18:26:18 [2021-08-20T18:26:18.489Z] === RUN   TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts
18:26:18 [2021-08-20T18:26:18.489Z]     docker_cli_run_test.go:3309: unmatched requirement DaemonIsLinux
18:26:18 [2021-08-20T18:26:18.946Z] === RUN   TestDockerSuite/TestRunContainerNetModeWithExposePort
18:26:18 [2021-08-20T18:26:18.946Z]     docker_cli_run_test.go:3333: unmatched requirement DaemonIsLinux
18:26:18 [2021-08-20T18:26:18.946Z] === RUN   TestDockerSuite/TestRunContainerNetwork
18:26:21 [2021-08-20T18:26:21.119Z] === RUN   TestDockerSuite/TestRunContainerNetworkModeToSelf
18:26:21 [2021-08-20T18:26:21.119Z]     docker_cli_run_test.go:3300: unmatched requirement DaemonIsLinux
18:26:21 [2021-08-20T18:26:21.119Z] === RUN   TestDockerSuite/TestRunContainerWithCgroupMountRO
18:26:21 [2021-08-20T18:26:21.119Z]     docker_cli_run_test.go:3285: unmatched requirement DaemonIsLinux
18:26:21 [2021-08-20T18:26:21.119Z] === RUN   TestDockerSuite/TestRunContainerWithCgroupParent
18:26:21 [2021-08-20T18:26:21.119Z]     docker_cli_run_test.go:3210: unmatched requirement DaemonIsLinux
18:26:21 [2021-08-20T18:26:21.119Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer
18:26:21 [2021-08-20T18:26:21.119Z]     docker_cli_run_test.go:2709: unmatched requirement DaemonIsLinux
18:26:21 [2021-08-20T18:26:21.119Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfs
18:26:21 [2021-08-20T18:26:21.119Z]     docker_cli_run_test.go:2658: unmatched requirement DaemonIsLinux
18:26:21 [2021-08-20T18:26:21.119Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag
18:26:21 [2021-08-20T18:26:21.119Z]     docker_cli_run_test.go:2731: unmatched requirement DaemonIsLinux
18:26:21 [2021-08-20T18:26:21.119Z] === RUN   TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag
18:26:21 [2021-08-20T18:26:21.119Z]     docker_cli_run_test.go:2721: unmatched requirement DaemonIsLinux
18:26:21 [2021-08-20T18:26:21.119Z] === RUN   TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer
18:26:23 [2021-08-20T18:26:23.288Z] === RUN   TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero
18:26:26 [2021-08-20T18:26:26.180Z] === RUN   TestDockerSuite/TestRunContainerWithWritableRootfs
18:26:33 [2021-08-20T18:26:33.229Z] === RUN   TestDockerSuite/TestRunCopyVolumeContent
18:26:33 [2021-08-20T18:26:33.229Z]     docker_cli_run_test.go:1677: unmatched requirement DaemonIsLinux
18:26:33 [2021-08-20T18:26:33.229Z] === RUN   TestDockerSuite/TestRunCopyVolumeUIDGID
18:26:33 [2021-08-20T18:26:33.229Z]     docker_cli_run_test.go:1658: unmatched requirement DaemonIsLinux
18:26:33 [2021-08-20T18:26:33.229Z] === RUN   TestDockerSuite/TestRunCreateContainerFailedCleanUp
18:26:33 [2021-08-20T18:26:33.229Z]     docker_cli_run_test.go:3175: unmatched requirement DaemonIsLinux
18:26:33 [2021-08-20T18:26:33.229Z] === RUN   TestDockerSuite/TestRunCreateVolume
18:26:36 [2021-08-20T18:26:36.120Z] === RUN   TestDockerSuite/TestRunCreateVolumeEtc
18:26:36 [2021-08-20T18:26:36.120Z]     docker_cli_run_test.go:2152: unmatched requirement DaemonIsLinux
18:26:36 [2021-08-20T18:26:36.120Z] === RUN   TestDockerSuite/TestRunCreateVolumeWithSymlink
18:26:36 [2021-08-20T18:26:36.120Z]     docker_cli_run_test.go:621: unmatched requirement DaemonIsLinux
18:26:36 [2021-08-20T18:26:36.120Z] === RUN   TestDockerSuite/TestRunCreateVolumesInSymlinkDir
18:26:36 [2021-08-20T18:26:36.120Z]     docker_cli_run_test.go:383: unmatched requirement DaemonIsLinux
18:26:36 [2021-08-20T18:26:36.120Z] === RUN   TestDockerSuite/TestRunCreateVolumesInSymlinkDir2
18:26:36 [2021-08-20T18:26:36.120Z]     docker_cli_run_test.go:427: unmatched requirement DaemonIsLinux
18:26:36 [2021-08-20T18:26:36.120Z] === RUN   TestDockerSuite/TestRunCredentialSpecFailures
18:26:38 [2021-08-20T18:26:38.291Z] === RUN   TestDockerSuite/TestRunCredentialSpecWellFormed
18:26:44 [2021-08-20T18:26:44.077Z] === RUN   TestDockerSuite/TestRunDNSDefaultOptions
18:26:44 [2021-08-20T18:26:44.077Z]     docker_cli_run_test.go:1253: unmatched requirement DaemonIsLinux
18:26:44 [2021-08-20T18:26:44.077Z] === RUN   TestDockerSuite/TestRunDNSInHostMode
18:26:44 [2021-08-20T18:26:44.077Z]     docker_cli_run_test.go:3882: unmatched requirement DaemonIsLinux
18:26:44 [2021-08-20T18:26:44.077Z] === RUN   TestDockerSuite/TestRunDNSOptions
18:26:44 [2021-08-20T18:26:44.077Z]     docker_cli_run_test.go:1288: unmatched requirement DaemonIsLinux
18:26:44 [2021-08-20T18:26:44.077Z] === RUN   TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf
18:26:44 [2021-08-20T18:26:44.077Z]     docker_cli_run_test.go:1321: unmatched requirement DaemonIsLinux
18:26:44 [2021-08-20T18:26:44.077Z] === RUN   TestDockerSuite/TestRunDNSRepeatOptions
18:26:44 [2021-08-20T18:26:44.077Z]     docker_cli_run_test.go:1310: unmatched requirement DaemonIsLinux
18:26:44 [2021-08-20T18:26:44.077Z] === RUN   TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule
18:26:44 [2021-08-20T18:26:44.077Z]     docker_cli_run_test.go:2025: unmatched requirement DaemonIsLinux
18:26:44 [2021-08-20T18:26:44.077Z] === RUN   TestDockerSuite/TestRunDetachedContainerIDPrinting
18:26:51 [2021-08-20T18:26:51.131Z] === RUN   TestDockerSuite/TestRunDeviceNumbers
18:26:51 [2021-08-20T18:26:51.131Z]     docker_cli_run_test.go:1141: unmatched requirement DaemonIsLinux
18:26:51 [2021-08-20T18:26:51.131Z] === RUN   TestDockerSuite/TestRunDisallowBindMountingRootToRoot
18:26:51 [2021-08-20T18:26:51.131Z] === RUN   TestDockerSuite/TestRunDuplicateMount
18:26:51 [2021-08-20T18:26:51.131Z]     docker_cli_run_test.go:4057: unmatched requirement DaemonIsLinux
18:26:51 [2021-08-20T18:26:51.131Z] === RUN   TestDockerSuite/TestRunEchoNamedContainer
18:26:54 [2021-08-20T18:26:54.025Z] === RUN   TestDockerSuite/TestRunEchoStdout
18:26:56 [2021-08-20T18:26:56.197Z] === RUN   TestDockerSuite/TestRunEmptyEnv
18:26:56 [2021-08-20T18:26:56.197Z]     docker_cli_run_test.go:4140: unmatched requirement DaemonIsLinux
18:26:56 [2021-08-20T18:26:56.197Z] === RUN   TestDockerSuite/TestRunEntrypoint
18:26:58 [2021-08-20T18:26:58.366Z] === RUN   TestDockerSuite/TestRunEnvironment
18:26:58 [2021-08-20T18:26:58.366Z]     docker_cli_run_test.go:817: unmatched requirement DaemonIsLinux
18:26:58 [2021-08-20T18:26:58.366Z] === RUN   TestDockerSuite/TestRunEnvironmentErase
18:26:58 [2021-08-20T18:26:58.366Z]     docker_cli_run_test.go:856: unmatched requirement DaemonIsLinux
18:26:58 [2021-08-20T18:26:58.366Z] === RUN   TestDockerSuite/TestRunEnvironmentOverride
18:26:58 [2021-08-20T18:26:58.366Z]     docker_cli_run_test.go:889: unmatched requirement DaemonIsLinux
18:26:58 [2021-08-20T18:26:58.366Z] === RUN   TestDockerSuite/TestRunExitCode
18:27:01 [2021-08-20T18:27:01.259Z] === RUN   TestDockerSuite/TestRunExitCodeOne
18:27:03 [2021-08-20T18:27:03.430Z] === RUN   TestDockerSuite/TestRunExitCodeZero
18:27:05 [2021-08-20T18:27:05.598Z] === RUN   TestDockerSuite/TestRunExitOnStdinClose
18:27:08 [2021-08-20T18:27:08.491Z] === RUN   TestDockerSuite/TestRunExposePort
18:27:08 [2021-08-20T18:27:08.491Z] === RUN   TestDockerSuite/TestRunFullHostnameSet
18:27:08 [2021-08-20T18:27:08.491Z]     docker_cli_run_test.go:947: unmatched requirement DaemonIsLinux
18:27:08 [2021-08-20T18:27:08.491Z] === RUN   TestDockerSuite/TestRunGroupAdd
18:27:08 [2021-08-20T18:27:08.491Z]     docker_cli_run_test.go:1074: unmatched requirement DaemonIsLinux
18:27:08 [2021-08-20T18:27:08.491Z] === RUN   TestDockerSuite/TestRunHostnameFQDN
18:27:08 [2021-08-20T18:27:08.491Z]     docker_cli_run_test.go:4379: unmatched requirement DaemonIsLinux
18:27:08 [2021-08-20T18:27:08.491Z] === RUN   TestDockerSuite/TestRunHostnameInHostMode
18:27:08 [2021-08-20T18:27:08.491Z]     docker_cli_run_test.go:4392: unmatched requirement DaemonIsLinux
18:27:08 [2021-08-20T18:27:08.491Z] === RUN   TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent
18:27:08 [2021-08-20T18:27:08.491Z]     docker_cli_run_test.go:4124: unmatched requirement IsolationIsHyperv
18:27:08 [2021-08-20T18:27:08.491Z] === RUN   TestDockerSuite/TestRunInitLayerPathOwnership
18:27:08 [2021-08-20T18:27:08.491Z]     docker_cli_run_test.go:3698: unmatched requirement DaemonIsLinux
18:27:08 [2021-08-20T18:27:08.491Z] === RUN   TestDockerSuite/TestRunInspectMacAddress
18:27:08 [2021-08-20T18:27:08.491Z]     docker_cli_run_test.go:2003: unmatched requirement DaemonIsLinux
18:27:08 [2021-08-20T18:27:08.491Z] === RUN   TestDockerSuite/TestRunInteractiveWithRestartPolicy
18:27:18 [2021-08-20T18:27:18.790Z] === RUN   TestDockerSuite/TestRunInvalidCgroupParent
18:27:18 [2021-08-20T18:27:18.790Z]     docker_cli_run_test.go:3245: unmatched requirement DaemonIsLinux
18:27:18 [2021-08-20T18:27:18.790Z] === RUN   TestDockerSuite/TestRunInvalidReference
18:27:18 [2021-08-20T18:27:18.790Z] === RUN   TestDockerSuite/TestRunLeakyFileDescriptors
18:27:18 [2021-08-20T18:27:18.790Z]     docker_cli_run_test.go:60: unmatched requirement DaemonIsLinux
18:27:18 [2021-08-20T18:27:18.790Z] === RUN   TestDockerSuite/TestRunLinkToContainerNetMode
18:27:18 [2021-08-20T18:27:18.790Z]     docker_cli_run_test.go:3354: unmatched requirement DaemonIsLinux
18:27:18 [2021-08-20T18:27:18.790Z] === RUN   TestDockerSuite/TestRunLinksContainerWithContainerID
18:27:18 [2021-08-20T18:27:18.790Z]     docker_cli_run_test.go:195: unmatched requirement DaemonIsLinux
18:27:18 [2021-08-20T18:27:18.790Z] === RUN   TestDockerSuite/TestRunLinksContainerWithContainerName
18:27:18 [2021-08-20T18:27:18.790Z]     docker_cli_run_test.go:180: unmatched requirement DaemonIsLinux
18:27:18 [2021-08-20T18:27:18.790Z] === RUN   TestDockerSuite/TestRunLookupGoogleDNS
18:27:29 [2021-08-20T18:27:29.092Z] === RUN   TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled
18:27:29 [2021-08-20T18:27:29.092Z]     docker_cli_run_test.go:3364: unmatched requirement DaemonIsLinux
18:27:29 [2021-08-20T18:27:29.092Z] === RUN   TestDockerSuite/TestRunLoopbackWhenNetworkDisabled
18:27:30 [2021-08-20T18:27:30.056Z] === RUN   TestDockerSuite/TestRunModeHostname
18:27:30 [2021-08-20T18:27:30.056Z]     docker_cli_run_test.go:1198: unmatched requirement DaemonIsLinux
18:27:30 [2021-08-20T18:27:30.056Z] === RUN   TestDockerSuite/TestRunModeIpcContainerNotExists
18:27:30 [2021-08-20T18:27:30.056Z]     docker_cli_run_test.go:2315: unmatched requirement DaemonIsLinux
18:27:30 [2021-08-20T18:27:30.056Z] === RUN   TestDockerSuite/TestRunModeIpcContainerNotRunning
18:27:30 [2021-08-20T18:27:30.056Z]     docker_cli_run_test.go:2324: unmatched requirement DaemonIsLinux
18:27:30 [2021-08-20T18:27:30.056Z] === RUN   TestDockerSuite/TestRunModeIpcHost
18:27:30 [2021-08-20T18:27:30.056Z]     docker_cli_run_test.go:2293: unmatched requirement DaemonIsLinux
18:27:30 [2021-08-20T18:27:30.056Z] === RUN   TestDockerSuite/TestRunModeNetContainerHostname
18:27:30 [2021-08-20T18:27:30.056Z]     docker_cli_run_test.go:3398: unmatched requirement DaemonIsLinux
18:27:30 [2021-08-20T18:27:30.056Z] === RUN   TestDockerSuite/TestRunModePIDContainer
18:27:30 [2021-08-20T18:27:30.056Z]     docker_cli_run_test.go:2337: unmatched requirement DaemonIsLinux
18:27:30 [2021-08-20T18:27:30.056Z] === RUN   TestDockerSuite/TestRunModePIDContainerNotExists
18:27:30 [2021-08-20T18:27:30.056Z]     docker_cli_run_test.go:2362: unmatched requirement DaemonIsLinux
18:27:30 [2021-08-20T18:27:30.056Z] === RUN   TestDockerSuite/TestRunModePIDContainerNotRunning
18:27:30 [2021-08-20T18:27:30.056Z]     docker_cli_run_test.go:2371: unmatched requirement DaemonIsLinux
18:27:30 [2021-08-20T18:27:30.056Z] === RUN   TestDockerSuite/TestRunModeUTSHost
18:27:30 [2021-08-20T18:27:30.056Z]     docker_cli_run_test.go:2429: unmatched requirement DaemonIsLinux
18:27:30 [2021-08-20T18:27:30.056Z] === RUN   TestDockerSuite/TestRunMount
18:27:30 [2021-08-20T18:27:30.056Z]     docker_cli_run_test.go:4202: unmatched requirement DaemonIsLinux
18:27:30 [2021-08-20T18:27:30.056Z] === RUN   TestDockerSuite/TestRunMountOrdering
18:27:30 [2021-08-20T18:27:30.056Z]     docker_cli_run_test.go:2080: unmatched requirement DaemonIsLinux
18:27:30 [2021-08-20T18:27:30.056Z] === RUN   TestDockerSuite/TestRunMountReadOnlyDevShm
18:27:30 [2021-08-20T18:27:30.056Z]     docker_cli_run_test.go:4190: unmatched requirement DaemonIsLinux
18:27:30 [2021-08-20T18:27:30.514Z] === RUN   TestDockerSuite/TestRunMountShmMqueueFromHost
18:27:30 [2021-08-20T18:27:30.514Z]     docker_cli_run_test.go:2384: unmatched requirement DaemonIsLinux
18:27:30 [2021-08-20T18:27:30.514Z] === RUN   TestDockerSuite/TestRunMultipleVolumesFrom
18:27:37 [2021-08-20T18:27:37.563Z] === RUN   TestDockerSuite/TestRunMutableNetworkFiles
18:27:37 [2021-08-20T18:27:37.563Z]     docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux
18:27:37 [2021-08-20T18:27:37.563Z] === RUN   TestDockerSuite/TestRunNamedVolume
18:27:37 [2021-08-20T18:27:37.563Z]     docker_cli_run_test.go:3187: unmatched requirement DaemonIsLinux
18:27:37 [2021-08-20T18:27:37.563Z] === RUN   TestDockerSuite/TestRunNamedVolumeCopyImageData
18:27:37 [2021-08-20T18:27:37.563Z]     docker_cli_run_test.go:3749: unmatched requirement DaemonIsLinux
18:27:37 [2021-08-20T18:27:37.563Z] === RUN   TestDockerSuite/TestRunNamedVolumeNotRemoved
18:27:43 [2021-08-20T18:27:43.338Z] === RUN   TestDockerSuite/TestRunNamedVolumesFromNotRemoved
18:27:48 [2021-08-20T18:27:48.012Z] === RUN   TestDockerSuite/TestRunNamedVolumesMountedAsShared
18:27:48 [2021-08-20T18:27:48.012Z]     docker_cli_run_test.go:3742: unmatched requirement DaemonIsLinux
18:27:48 [2021-08-20T18:27:48.012Z] === RUN   TestDockerSuite/TestRunNetContainerWhichHost
18:27:48 [2021-08-20T18:27:48.012Z]     docker_cli_run_test.go:2581: unmatched requirement DaemonIsLinux
18:27:48 [2021-08-20T18:27:48.012Z] === RUN   TestDockerSuite/TestRunNetHost
18:27:48 [2021-08-20T18:27:48.012Z]     docker_cli_run_test.go:2550: unmatched requirement DaemonIsLinux
18:27:48 [2021-08-20T18:27:48.012Z] === RUN   TestDockerSuite/TestRunNetHostNotAllowedWithLinks
18:27:48 [2021-08-20T18:27:48.012Z]     docker_cli_run_test.go:931: unmatched requirement DaemonIsLinux
18:27:48 [2021-08-20T18:27:48.012Z] === RUN   TestDockerSuite/TestRunNetHostTwiceSameName
18:27:48 [2021-08-20T18:27:48.012Z]     docker_cli_run_test.go:2573: unmatched requirement DaemonIsLinux
18:27:48 [2021-08-20T18:27:48.012Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMount
18:27:48 [2021-08-20T18:27:48.012Z]     docker_cli_run_test.go:3042: unmatched requirement DaemonIsLinux
18:27:48 [2021-08-20T18:27:48.012Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMountRO
18:27:48 [2021-08-20T18:27:48.012Z]     docker_cli_run_test.go:3066: unmatched requirement DaemonIsLinux
18:27:48 [2021-08-20T18:27:48.012Z] === RUN   TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem
18:27:48 [2021-08-20T18:27:48.012Z]     docker_cli_run_test.go:3088: unmatched requirement DaemonIsLinux
18:27:48 [2021-08-20T18:27:48.012Z] === RUN   TestDockerSuite/TestRunNetworkNotInitializedNoneMode
18:27:48 [2021-08-20T18:27:48.012Z]     docker_cli_run_test.go:3412: unmatched requirement DaemonIsLinux
18:27:48 [2021-08-20T18:27:48.012Z] === RUN   TestDockerSuite/TestRunNoDupVolumes
18:27:48 [2021-08-20T18:27:48.012Z] === RUN   TestDockerSuite/TestRunNoOutputFromPullInStdout
18:27:48 [2021-08-20T18:27:48.975Z] === RUN   TestDockerSuite/TestRunNonExecutableCmd
18:27:51 [2021-08-20T18:27:51.875Z] === RUN   TestDockerSuite/TestRunNonExistingCmd
18:27:54 [2021-08-20T18:27:54.044Z] === RUN   TestDockerSuite/TestRunNonExistingImage
18:27:55 [2021-08-20T18:27:55.008Z] === RUN   TestDockerSuite/TestRunNonLocalMacAddress
18:27:57 [2021-08-20T18:27:57.177Z] === RUN   TestDockerSuite/TestRunNonRootUserResolvName
18:27:57 [2021-08-20T18:27:57.634Z]     docker_cli_run_test.go:1403: unmatched requirement DaemonIsLinux
18:27:57 [2021-08-20T18:27:57.634Z] === RUN   TestDockerSuite/TestRunPIDHostWithChildIsKillable
18:27:57 [2021-08-20T18:27:57.634Z]     docker_cli_run_test.go:2781: unmatched requirement DaemonIsLinux
18:27:57 [2021-08-20T18:27:57.634Z] === RUN   TestDockerSuite/TestRunPortFromDockerRangeInUse
18:27:57 [2021-08-20T18:27:57.634Z]     docker_cli_run_test.go:2471: unmatched requirement DaemonIsLinux
18:27:57 [2021-08-20T18:27:57.634Z] === RUN   TestDockerSuite/TestRunPortInUse
18:27:57 [2021-08-20T18:27:57.634Z]     docker_cli_run_test.go:2043: unmatched requirement DaemonIsLinux
18:27:57 [2021-08-20T18:27:57.634Z] === RUN   TestDockerSuite/TestRunPrivilegedCanMknod
18:27:57 [2021-08-20T18:27:57.634Z]     docker_cli_run_test.go:957: unmatched requirement DaemonIsLinux
18:27:57 [2021-08-20T18:27:57.634Z] === RUN   TestDockerSuite/TestRunPrivilegedCanMount
18:27:57 [2021-08-20T18:27:57.634Z]     docker_cli_run_test.go:1085: unmatched requirement DaemonIsLinux
18:27:57 [2021-08-20T18:27:57.634Z] === RUN   TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers
18:27:57 [2021-08-20T18:27:57.634Z]     docker_cli_run_test.go:1124: unmatched requirement DaemonIsLinux
18:27:57 [2021-08-20T18:27:57.634Z] === RUN   TestDockerSuite/TestRunProcWritableInPrivilegedContainers
18:27:57 [2021-08-20T18:27:57.634Z]     docker_cli_run_test.go:1132: unmatched requirement DaemonIsLinux
18:27:57 [2021-08-20T18:27:57.634Z] === RUN   TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent
18:28:01 [2021-08-20T18:28:01.354Z] === RUN   TestDockerSuite/TestRunPublishPort
18:28:01 [2021-08-20T18:28:01.354Z]     docker_cli_run_test.go:2956: unmatched requirement DaemonIsLinux
18:28:01 [2021-08-20T18:28:01.354Z] === RUN   TestDockerSuite/TestRunReadFilteredProc
18:28:01 [2021-08-20T18:28:01.354Z]     docker_cli_run_test.go:2859: unmatched requirement Apparmor
18:28:01 [2021-08-20T18:28:01.354Z] === RUN   TestDockerSuite/TestRunReadProcLatency
18:28:01 [2021-08-20T18:28:01.354Z]     docker_cli_run_test.go:2838: unmatched requirement DaemonIsLinux
18:28:01 [2021-08-20T18:28:01.354Z] === RUN   TestDockerSuite/TestRunReadProcTimer
18:28:01 [2021-08-20T18:28:01.354Z]     docker_cli_run_test.go:2823: unmatched requirement DaemonIsLinux
18:28:01 [2021-08-20T18:28:01.354Z] === RUN   TestDockerSuite/TestRunResolvconfUpdate
18:28:01 [2021-08-20T18:28:01.354Z]     docker_cli_run_test.go:1425: unmatched requirement DaemonIsLinux
18:28:01 [2021-08-20T18:28:01.354Z] === RUN   TestDockerSuite/TestRunRestartMaxRetries
18:28:09 [2021-08-20T18:28:09.898Z] === RUN   TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink
18:28:09 [2021-08-20T18:28:09.898Z]     docker_cli_run_test.go:2125: unmatched requirement DaemonIsLinux
18:28:09 [2021-08-20T18:28:09.898Z] === RUN   TestDockerSuite/TestRunRm
18:28:16 [2021-08-20T18:28:16.948Z] === RUN   TestDockerSuite/TestRunRmAndWait
18:28:22 [2021-08-20T18:28:22.728Z] === RUN   TestDockerSuite/TestRunRmPre125Api
18:28:31 [2021-08-20T18:28:31.273Z] === RUN   TestDockerSuite/TestRunRootWorkdir
18:28:32 [2021-08-20T18:28:32.240Z] === RUN   TestDockerSuite/TestRunSetDefaultRestartPolicy
18:28:35 [2021-08-20T18:28:35.137Z] === RUN   TestDockerSuite/TestRunSetMacAddress
18:28:38 [2021-08-20T18:28:38.029Z] === RUN   TestDockerSuite/TestRunSlowStdoutConsumer
18:28:38 [2021-08-20T18:28:38.029Z]     docker_cli_run_test.go:2237: unmatched requirement DaemonIsLinux
18:28:38 [2021-08-20T18:28:38.029Z] === RUN   TestDockerSuite/TestRunState
18:28:38 [2021-08-20T18:28:38.029Z]     docker_cli_run_test.go:1621: unmatched requirement DaemonIsLinux
18:28:38 [2021-08-20T18:28:38.029Z] === RUN   TestDockerSuite/TestRunStdinBlockedAfterContainerExit
18:28:40 [2021-08-20T18:28:40.197Z] === RUN   TestDockerSuite/TestRunStdinPipe
18:28:40 [2021-08-20T18:28:40.197Z]     docker_cli_run_test.go:98: unmatched requirement DaemonIsLinux
18:28:40 [2021-08-20T18:28:40.197Z] === RUN   TestDockerSuite/TestRunStoppedLoggingDriverNoLeak
18:28:42 [2021-08-20T18:28:42.366Z] === RUN   TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers
18:28:42 [2021-08-20T18:28:42.366Z]     docker_cli_run_test.go:1108: unmatched requirement DaemonIsLinux
18:28:42 [2021-08-20T18:28:42.366Z] === RUN   TestDockerSuite/TestRunSysWritableInPrivilegedContainers
18:28:42 [2021-08-20T18:28:42.366Z]     docker_cli_run_test.go:1116: unmatched requirement DaemonIsLinux
18:28:42 [2021-08-20T18:28:42.366Z] === RUN   TestDockerSuite/TestRunTLSVerify
18:28:42 [2021-08-20T18:28:42.366Z] === RUN   TestDockerSuite/TestRunTTYWithPipe
18:28:42 [2021-08-20T18:28:42.366Z] === RUN   TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices
18:28:42 [2021-08-20T18:28:42.366Z]     docker_cli_run_test.go:1156: unmatched requirement DaemonIsLinux
18:28:42 [2021-08-20T18:28:42.366Z] === RUN   TestDockerSuite/TestRunTwoConcurrentContainers
18:28:47 [2021-08-20T18:28:47.046Z] === RUN   TestDockerSuite/TestRunUnprivilegedCanMknod
18:28:47 [2021-08-20T18:28:47.046Z]     docker_cli_run_test.go:967: unmatched requirement DaemonIsLinux
18:28:47 [2021-08-20T18:28:47.503Z] === RUN   TestDockerSuite/TestRunUnprivilegedCannotMount
18:28:47 [2021-08-20T18:28:47.503Z]     docker_cli_run_test.go:1095: unmatched requirement DaemonIsLinux
18:28:47 [2021-08-20T18:28:47.503Z] === RUN   TestDockerSuite/TestRunUnprivilegedWithChroot
18:28:47 [2021-08-20T18:28:47.503Z]     docker_cli_run_test.go:1165: unmatched requirement DaemonIsLinux
18:28:47 [2021-08-20T18:28:47.503Z] === RUN   TestDockerSuite/TestRunUnsetEntrypoint
18:28:47 [2021-08-20T18:28:47.503Z]     docker_cli_run_test.go:3958: unmatched requirement DaemonIsLinux
18:28:47 [2021-08-20T18:28:47.503Z] === RUN   TestDockerSuite/TestRunUnshareProc
18:28:47 [2021-08-20T18:28:47.503Z]     docker_cli_run_test.go:2898: unmatched requirement Apparmor
18:28:47 [2021-08-20T18:28:47.503Z] === RUN   TestDockerSuite/TestRunUserByID
18:28:47 [2021-08-20T18:28:47.503Z]     docker_cli_run_test.go:736: unmatched requirement DaemonIsLinux
18:28:47 [2021-08-20T18:28:47.503Z] === RUN   TestDockerSuite/TestRunUserByIDBig
18:28:47 [2021-08-20T18:28:47.503Z]     docker_cli_run_test.go:746: unmatched requirement DaemonIsLinux
18:28:47 [2021-08-20T18:28:47.503Z] === RUN   TestDockerSuite/TestRunUserByIDNegative
18:28:47 [2021-08-20T18:28:47.503Z]     docker_cli_run_test.go:759: unmatched requirement DaemonIsLinux
18:28:47 [2021-08-20T18:28:47.503Z] === RUN   TestDockerSuite/TestRunUserByIDZero
18:28:47 [2021-08-20T18:28:47.503Z]     docker_cli_run_test.go:772: unmatched requirement DaemonIsLinux
18:28:47 [2021-08-20T18:28:47.503Z] === RUN   TestDockerSuite/TestRunUserByName
18:28:47 [2021-08-20T18:28:47.503Z]     docker_cli_run_test.go:726: unmatched requirement DaemonIsLinux
18:28:47 [2021-08-20T18:28:47.503Z] === RUN   TestDockerSuite/TestRunUserDefaults
18:28:49 [2021-08-20T18:28:49.671Z] === RUN   TestDockerSuite/TestRunUserNotFound
18:28:49 [2021-08-20T18:28:49.671Z]     docker_cli_run_test.go:785: unmatched requirement DaemonIsLinux
18:28:49 [2021-08-20T18:28:49.671Z] === RUN   TestDockerSuite/TestRunVerifyContainerID
18:28:52 [2021-08-20T18:28:52.569Z] === RUN   TestDockerSuite/TestRunVolumeCopyFlag
18:28:52 [2021-08-20T18:28:52.569Z]     docker_cli_run_test.go:3847: unmatched requirement DaemonIsLinux
18:28:52 [2021-08-20T18:28:52.569Z] === RUN   TestDockerSuite/TestRunVolumeWithOneCharacter
18:28:52 [2021-08-20T18:28:52.569Z]     docker_cli_run_test.go:3840: unmatched requirement DaemonIsLinux
18:28:52 [2021-08-20T18:28:52.569Z] === RUN   TestDockerSuite/TestRunVolumesCleanPaths
18:28:55 [2021-08-20T18:28:55.464Z] === RUN   TestDockerSuite/TestRunVolumesFromInReadWriteMode
18:29:07 [2021-08-20T18:29:07.818Z] === RUN   TestDockerSuite/TestRunVolumesFromInReadonlyModeFails
18:29:12 [2021-08-20T18:29:12.492Z] === RUN   TestDockerSuite/TestRunVolumesFromRestartAfterRemoved
18:29:19 [2021-08-20T18:29:19.548Z] === RUN   TestDockerSuite/TestRunVolumesFromSymlinkPath
18:29:19 [2021-08-20T18:29:19.548Z]     docker_cli_run_test.go:658: unmatched requirement DaemonIsLinux
18:29:19 [2021-08-20T18:29:19.548Z] === RUN   TestDockerSuite/TestRunVolumesMountedAsReadonly
18:29:19 [2021-08-20T18:29:19.548Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUCount
18:29:22 [2021-08-20T18:29:22.441Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUPercent
18:29:25 [2021-08-20T18:29:25.334Z] === RUN   TestDockerSuite/TestRunWindowsWithCPUShares
18:29:28 [2021-08-20T18:29:28.231Z] === RUN   TestDockerSuite/TestRunWithBadDevice
18:29:28 [2021-08-20T18:29:28.231Z]     docker_cli_run_test.go:1850: unmatched requirement DaemonIsLinux
18:29:28 [2021-08-20T18:29:28.231Z] === RUN   TestDockerSuite/TestRunWithDaemonFlags
18:29:28 [2021-08-20T18:29:28.688Z] === RUN   TestDockerSuite/TestRunWithInvalidMacAddress
18:29:28 [2021-08-20T18:29:28.688Z] === RUN   TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks
18:29:28 [2021-08-20T18:29:28.688Z]     docker_cli_run_test.go:282: unmatched requirement DaemonIsLinux
18:29:28 [2021-08-20T18:29:28.688Z] === RUN   TestDockerSuite/TestRunWithOomScoreAdj
18:29:28 [2021-08-20T18:29:28.688Z]     docker_cli_run_test.go:3714: unmatched requirement DaemonIsLinux
18:29:28 [2021-08-20T18:29:28.688Z] === RUN   TestDockerSuite/TestRunWithOomScoreAdjInvalidRange
18:29:28 [2021-08-20T18:29:28.688Z]     docker_cli_run_test.go:3725: unmatched requirement DaemonIsLinux
18:29:28 [2021-08-20T18:29:28.688Z] === RUN   TestDockerSuite/TestRunWithTooSmallMemoryLimit
18:29:28 [2021-08-20T18:29:28.688Z]     docker_cli_run_test.go:2804: unmatched requirement DaemonIsLinux
18:29:28 [2021-08-20T18:29:28.688Z] === RUN   TestDockerSuite/TestRunWithUlimits
18:29:28 [2021-08-20T18:29:28.688Z]     docker_cli_run_test.go:3199: unmatched requirement DaemonIsLinux
18:29:28 [2021-08-20T18:29:28.688Z] === RUN   TestDockerSuite/TestRunWithVolumesFromExited
18:29:34 [2021-08-20T18:29:34.463Z] === RUN   TestDockerSuite/TestRunWithoutNetworking
18:29:36 [2021-08-20T18:29:36.635Z] === RUN   TestDockerSuite/TestRunWorkdirExistsAndIsFile
18:29:40 [2021-08-20T18:29:40.355Z] === RUN   TestDockerSuite/TestRunWorkingDirectory
18:29:46 [2021-08-20T18:29:46.130Z] === RUN   TestDockerSuite/TestRunWriteFilteredProc
18:29:46 [2021-08-20T18:29:46.130Z]     docker_cli_run_test.go:3015: unmatched requirement Apparmor
18:29:46 [2021-08-20T18:29:46.130Z] === RUN   TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit
18:29:46 [2021-08-20T18:29:46.130Z]     docker_cli_run_test.go:1802: unmatched requirement DaemonIsLinux
18:29:46 [2021-08-20T18:29:46.130Z] === RUN   TestDockerSuite/TestRunWriteToProcAsound
18:29:46 [2021-08-20T18:29:46.130Z]     docker_cli_run_test.go:2814: unmatched requirement DaemonIsLinux
18:29:46 [2021-08-20T18:29:46.130Z] === RUN   TestDockerSuite/TestRunWrongCpusetCpusFlagValue
18:29:46 [2021-08-20T18:29:46.130Z]     docker_cli_run_test.go:3612: unmatched requirement DaemonIsLinux
18:29:46 [2021-08-20T18:29:46.130Z] === RUN   TestDockerSuite/TestRunWrongCpusetMemsFlagValue
18:29:46 [2021-08-20T18:29:46.130Z]     docker_cli_run_test.go:3623: unmatched requirement DaemonIsLinux
18:29:46 [2021-08-20T18:29:46.130Z] === RUN   TestDockerSuite/TestSaveAndLoadRepoFlags
18:29:46 [2021-08-20T18:29:46.130Z]     docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux
18:29:46 [2021-08-20T18:29:46.130Z] === RUN   TestDockerSuite/TestSaveCheckTimes
18:29:46 [2021-08-20T18:29:46.130Z]     docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux
18:29:46 [2021-08-20T18:29:46.130Z] === RUN   TestDockerSuite/TestSaveDirectoryPermissions
18:29:46 [2021-08-20T18:29:46.130Z]     docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux
18:29:46 [2021-08-20T18:29:46.130Z] === RUN   TestDockerSuite/TestSaveImageId
18:29:46 [2021-08-20T18:29:46.130Z]     docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux
18:29:46 [2021-08-20T18:29:46.130Z] === RUN   TestDockerSuite/TestSaveLoadNoTag
18:29:46 [2021-08-20T18:29:46.130Z]     docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux
18:29:46 [2021-08-20T18:29:46.130Z] === RUN   TestDockerSuite/TestSaveLoadParents
18:29:46 [2021-08-20T18:29:46.130Z]     docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux
18:29:46 [2021-08-20T18:29:46.130Z] === RUN   TestDockerSuite/TestSaveMultipleNames
18:29:46 [2021-08-20T18:29:46.130Z]     docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux
18:29:46 [2021-08-20T18:29:46.130Z] === RUN   TestDockerSuite/TestSaveRepoWithMultipleImages
18:29:46 [2021-08-20T18:29:46.130Z]     docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux
18:29:46 [2021-08-20T18:29:46.130Z] === RUN   TestDockerSuite/TestSaveSingleTag
18:29:46 [2021-08-20T18:29:46.130Z]     docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux
18:29:46 [2021-08-20T18:29:46.130Z] === RUN   TestDockerSuite/TestSaveWithNoExistImage
18:29:46 [2021-08-20T18:29:46.130Z]     docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux
18:29:46 [2021-08-20T18:29:46.130Z] === RUN   TestDockerSuite/TestSaveXzAndLoadRepoStdout
18:29:46 [2021-08-20T18:29:46.130Z]     docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux
18:29:46 [2021-08-20T18:29:46.130Z] === RUN   TestDockerSuite/TestSaveXzGzAndLoadRepoStdout
18:29:46 [2021-08-20T18:29:46.130Z]     docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux
18:29:46 [2021-08-20T18:29:46.130Z] === RUN   TestDockerSuite/TestSearchCmdOptions
18:29:48 [2021-08-20T18:29:48.299Z] === RUN   TestDockerSuite/TestSearchOnCentralRegistry
18:29:48 [2021-08-20T18:29:48.756Z] === RUN   TestDockerSuite/TestSearchOnCentralRegistryWithDash
18:29:49 [2021-08-20T18:29:49.212Z] === RUN   TestDockerSuite/TestSearchStarsOptionWithWrongParameter
18:29:49 [2021-08-20T18:29:49.212Z] === RUN   TestDockerSuite/TestSearchWithLimit
18:29:51 [2021-08-20T18:29:51.378Z] === RUN   TestDockerSuite/TestSlowStdinClosing
18:29:59 [2021-08-20T18:29:59.940Z] === RUN   TestDockerSuite/TestStartAttachCorrectExitCode
18:29:59 [2021-08-20T18:29:59.940Z]     docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux
18:29:59 [2021-08-20T18:29:59.940Z] === RUN   TestDockerSuite/TestStartAttachMultipleContainers
18:30:08 [2021-08-20T18:30:08.489Z] === RUN   TestDockerSuite/TestStartAttachReturnsOnError
18:30:08 [2021-08-20T18:30:08.489Z]     docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux
18:30:08 [2021-08-20T18:30:08.489Z] === RUN   TestDockerSuite/TestStartAttachSilent
18:30:13 [2021-08-20T18:30:13.163Z] === RUN   TestDockerSuite/TestStartAttachWithRename
18:30:13 [2021-08-20T18:30:13.163Z]     docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux
18:30:13 [2021-08-20T18:30:13.163Z] === RUN   TestDockerSuite/TestStartMultipleContainers
18:30:13 [2021-08-20T18:30:13.163Z]     docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux
18:30:13 [2021-08-20T18:30:13.163Z] === RUN   TestDockerSuite/TestStartPausedContainer
18:30:13 [2021-08-20T18:30:13.163Z]     docker_cli_start_test.go:99: unmatched requirement IsPausable
18:30:13 [2021-08-20T18:30:13.163Z] === RUN   TestDockerSuite/TestStartRecordError
18:30:13 [2021-08-20T18:30:13.163Z]     docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux
18:30:13 [2021-08-20T18:30:13.163Z] === RUN   TestDockerSuite/TestStartReturnCorrectExitCode
18:30:25 [2021-08-20T18:30:25.516Z] === RUN   TestDockerSuite/TestStatsAllNewContainersAdded
18:30:25 [2021-08-20T18:30:25.516Z]     docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux
18:30:25 [2021-08-20T18:30:25.516Z] === RUN   TestDockerSuite/TestStatsAllNoStream
18:30:25 [2021-08-20T18:30:25.516Z]     docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux
18:30:25 [2021-08-20T18:30:25.516Z] === RUN   TestDockerSuite/TestStatsAllRunningNoStream
18:30:25 [2021-08-20T18:30:25.516Z]     docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux
18:30:25 [2021-08-20T18:30:25.516Z] === RUN   TestDockerSuite/TestStatsContainerNotFound
18:30:25 [2021-08-20T18:30:25.516Z]     docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux
18:30:25 [2021-08-20T18:30:25.516Z] === RUN   TestDockerSuite/TestStatsFormatAll
18:30:25 [2021-08-20T18:30:25.516Z]     docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux
18:30:25 [2021-08-20T18:30:25.516Z] === RUN   TestDockerSuite/TestStatsNoStream
18:30:25 [2021-08-20T18:30:25.516Z]     docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux
18:30:25 [2021-08-20T18:30:25.516Z] === RUN   TestDockerSuite/TestTopMultipleArgs
18:30:28 [2021-08-20T18:30:28.422Z] === RUN   TestDockerSuite/TestTopNonPrivileged
18:30:31 [2021-08-20T18:30:31.319Z] === RUN   TestDockerSuite/TestTopPrivileged
18:30:31 [2021-08-20T18:30:31.319Z]     docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux
18:30:31 [2021-08-20T18:30:31.319Z] === RUN   TestDockerSuite/TestTopWindowsCoreProcesses
18:30:35 [2021-08-20T18:30:35.048Z] === RUN   TestDockerSuite/TestTwoContainersInNetHost
18:30:35 [2021-08-20T18:30:35.048Z]     docker_cli_run_test.go:3423: unmatched requirement DaemonIsLinux
18:30:35 [2021-08-20T18:30:35.048Z] === RUN   TestDockerSuite/TestUnpublishedPortsInPsOutput
18:30:35 [2021-08-20T18:30:35.048Z]     docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux
18:30:35 [2021-08-20T18:30:35.048Z] === RUN   TestDockerSuite/TestUnsetEnvVarHealthCheck
18:30:35 [2021-08-20T18:30:35.048Z]     docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux
18:30:35 [2021-08-20T18:30:35.048Z] === RUN   TestDockerSuite/TestUserDefinedNetworkAlias
18:30:35 [2021-08-20T18:30:35.048Z]     docker_cli_run_test.go:293: unmatched requirement DaemonIsLinux
18:30:35 [2021-08-20T18:30:35.048Z] === RUN   TestDockerSuite/TestUserDefinedNetworkLinks
18:30:35 [2021-08-20T18:30:35.048Z]     docker_cli_run_test.go:208: unmatched requirement DaemonIsLinux
18:30:35 [2021-08-20T18:30:35.048Z] === RUN   TestDockerSuite/TestUserDefinedNetworkLinksWithRestart
18:30:35 [2021-08-20T18:30:35.048Z]     docker_cli_run_test.go:244: unmatched requirement DaemonIsLinux
18:30:35 [2021-08-20T18:30:35.048Z] === RUN   TestDockerSuite/TestVolumeCLICreate
18:30:52 [2021-08-20T18:30:52.708Z] === RUN   TestDockerSuite/TestVolumeCLICreateLabel
18:30:52 [2021-08-20T18:30:52.708Z] === RUN   TestDockerSuite/TestVolumeCLICreateLabelMultiple
18:30:52 [2021-08-20T18:30:52.708Z] === RUN   TestDockerSuite/TestVolumeCLICreateWithOpts
18:30:52 [2021-08-20T18:30:52.708Z]     docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux
18:30:52 [2021-08-20T18:30:52.708Z] === RUN   TestDockerSuite/TestVolumeCLIInspect
18:30:52 [2021-08-20T18:30:52.708Z] === RUN   TestDockerSuite/TestVolumeCLIInspectMulti
18:30:52 [2021-08-20T18:30:52.708Z] === RUN   TestDockerSuite/TestVolumeCLIInspectTmplError
18:30:52 [2021-08-20T18:30:52.708Z] === RUN   TestDockerSuite/TestVolumeCLILs
18:30:54 [2021-08-20T18:30:54.881Z] === RUN   TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName
18:30:54 [2021-08-20T18:30:54.881Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterDangling
18:30:58 [2021-08-20T18:30:58.604Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterDrivers
18:30:59 [2021-08-20T18:30:59.061Z] === RUN   TestDockerSuite/TestVolumeCLILsFilterLabels
18:30:59 [2021-08-20T18:30:59.518Z] === RUN   TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue
18:30:59 [2021-08-20T18:30:59.518Z] === RUN   TestDockerSuite/TestVolumeCLINoArgs
18:30:59 [2021-08-20T18:30:59.518Z] === RUN   TestDockerSuite/TestVolumeCLIRm
18:31:09 [2021-08-20T18:31:09.817Z] === RUN   TestDockerSuite/TestVolumeCLIRmForce
18:31:09 [2021-08-20T18:31:09.817Z]     docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux
18:31:09 [2021-08-20T18:31:09.817Z] === RUN   TestDockerSuite/TestVolumeCLIRmForceInUse
18:31:09 [2021-08-20T18:31:09.817Z] === RUN   TestDockerSuite/TestVolumeCLIRmForceUsage
18:31:09 [2021-08-20T18:31:09.817Z] === RUN   TestDockerSuite/TestVolumeCliInspectWithVolumeOpts
18:31:09 [2021-08-20T18:31:09.817Z]     docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux
18:31:09 [2021-08-20T18:31:09.817Z] === RUN   TestDockerSuite/TestVolumeFromMixedRWOptions
18:31:16 [2021-08-20T18:31:16.875Z] === RUN   TestDockerSuite/TestVolumeLsFormat
18:31:16 [2021-08-20T18:31:16.875Z] === RUN   TestDockerSuite/TestVolumeLsFormatDefaultFormat
18:31:17 [2021-08-20T18:31:17.333Z] === RUN   TestDockerSuite/TestVolumesFromGetsProperMode
18:31:29 [2021-08-20T18:31:29.693Z] === RUN   TestDockerSuite/TestVolumesNoCopyData
18:31:29 [2021-08-20T18:31:29.693Z]     docker_cli_run_test.go:2173: unmatched requirement DaemonIsLinux
18:31:29 [2021-08-20T18:31:29.693Z] === RUN   TestDockerSuite/TestWindowsRunAsSystem
18:31:29 [2021-08-20T18:31:29.693Z] --- PASS: TestDockerSuite (2948.73s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.02s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.02s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- PASS: TestDockerSuite/TestAPIImagesDelete (0.95s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- PASS: TestDockerSuite/TestAPIImagesFilter (0.28s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- PASS: TestDockerSuite/TestAPIImagesHistory (0.67s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.36s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (149.87s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.79s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (1.41s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.02s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.90s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (3.36s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (2.52s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (3.35s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (7.67s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (129.50s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.49s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (6.19s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.03s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (4.44s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (1.01s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.28s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (1.01s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.50s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.71s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.06s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.09s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (3.27s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (13.05s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- PASS: TestDockerSuite/TestBuildAddNonTar (10.30s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.19s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.44s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.81s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (10.11s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- SKIP: TestDockerSuite/TestBuildAddScript (0.04s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.61s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- PASS: TestDockerSuite/TestBuildAddTar (51.02s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.05s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.44s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (23.71s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.87s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- PASS: TestDockerSuite/TestBuildBlankName (0.72s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArg (8.06s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.26s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (5.31s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (9.98s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (9.25s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.44s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (5.27s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (7.33s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.71s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.05s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (34.63s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (5.06s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.85s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.43s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.60s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.06s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (4.95s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.53s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.05s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.85s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- PASS: TestDockerSuite/TestBuildClearCmd (1.14s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- PASS: TestDockerSuite/TestBuildCmd (0.68s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.66s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.65s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (5.86s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.52s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- PASS: TestDockerSuite/TestBuildConditionalCache (1.42s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- PASS: TestDockerSuite/TestBuildContextCleanup (0.60s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (2.12s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- PASS: TestDockerSuite/TestBuildContextTarGzip (1.06s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.60s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (1.01s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.82s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (5.70s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (34.82s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.81s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.73s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (5.78s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.42s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.39s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.65s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcard (38.32s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.84s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.43s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (33.12s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdin (1.86s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.89s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (8.72s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (3.02s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (3.00s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- PASS: TestDockerSuite/TestBuildDockerignore (77.20s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (6.33s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.47s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (94.70s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.93s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.89s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (25.34s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (11.45s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (20.54s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (43.58s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (15.95s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (15.89s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (110.35s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- PASS: TestDockerSuite/TestBuildDotDotFile (0.53s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.41s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.04s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.69s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.31s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.58s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- PASS: TestDockerSuite/TestBuildEntrypoint (0.67s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (5.81s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (3.60s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (5.21s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- SKIP: TestDockerSuite/TestBuildEnv (0.04s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.39s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s)
18:31:29 [2021-08-20T18:31:29.693Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (4.23s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (1.14s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (5.28s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (17.14s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.75s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.06s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- SKIP: TestDockerSuite/TestBuildExpose (0.03s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestBuildFails (7.28s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.15s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (5.92s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (5.99s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestBuildForceRm (12.07s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestBuildFromGit (11.22s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.63s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestBuildFromGitWithF (6.03s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.93s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.66s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestBuildFromURLWithF (14.52s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestBuildHistory (12.87s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestBuildIidFile (1.16s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (2.20s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- SKIP: TestDockerSuite/TestBuildInheritance (0.04s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.94s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestBuildInvalidTag (0.12s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (4.74s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestBuildLabel (1.18s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.76s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestBuildLabelMultiple (1.19s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.72s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestBuildLabels (1.19s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestBuildLabelsCache (1.90s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestBuildLabelsOverride (6.76s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- SKIP: TestDockerSuite/TestBuildLastModified (0.11s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- SKIP: TestDockerSuite/TestBuildLineBreak (0.06s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.14s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.12s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.11s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.11s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestBuildMaintainer (0.70s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestBuildMissingArgs (0.88s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (10.30s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestBuildMultiStageArg (16.43s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.07s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.63s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (34.21s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (20.60s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (5.54s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (6.79s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (6.21s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (22.79s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.04s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (8.17s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestBuildMultipleTags (0.79s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestBuildNoContext (2.94s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestBuildNoDupOutput (4.94s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestBuildNoNamedVolume (7.36s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.28s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.16s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.72s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (1.17s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.50s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestBuildOnBuild (19.35s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.90s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (9.56s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (3.97s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (9.50s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (5.49s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestBuildOnBuildOutput (5.09s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.39s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.05s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- SKIP: TestDockerSuite/TestBuildPATH (0.02s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestBuildRUNErrMsg (2.33s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestBuildRelativeCopy (44.82s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (29.93s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestBuildRm (14.14s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (3.82s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.06s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.47s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.64s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (3.86s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestBuildShellEntrypoint (3.88s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestBuildShellInherited (10.01s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestBuildShellMultiple (21.54s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestBuildShellNotJSON (1.03s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.79s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (11.35s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestBuildSpaces (0.35s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (5.35s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.12s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestBuildStderr (4.94s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestBuildStepsWithProgress (21.34s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- SKIP: TestDockerSuite/TestBuildStopSignal (0.45s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestBuildSymlinkBasename (3.40s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.48s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestBuildTagEvent (5.10s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (5.85s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- SKIP: TestDockerSuite/TestBuildUser (0.04s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestBuildVerboseOut (4.57s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.70s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (7.82s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (24.10s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (1.04s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestBuildWindowsUser (9.48s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (11.05s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.46s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.07s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestBuildWithFailure (2.92s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.45s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestBuildWithRecycleBin (11.52s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestBuildWithTabs (4.98s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.48s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (19.05s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.47s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.45s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.05s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.48s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (8.73s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (2.35s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- SKIP: TestDockerSuite/TestBuildXZHost (0.39s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (2.33s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (4.83s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestCommitChange (5.35s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestCommitChangeLabels (4.89s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestCommitNewFile (7.19s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestCommitTTY (11.92s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestCommitWithFilterLabel (5.69s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.08s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestContainerAPICommit (11.97s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (12.25s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (2.40s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestContainerAPICreate (2.51s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.02s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.62s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestContainerAPIDelete (2.85s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (2.38s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (2.38s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.02s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (2.60s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.02s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestContainerAPIGetAll (2.49s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (2.41s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestContainerAPIKill (2.16s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (2.92s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.35s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestContainerAPIRename (2.47s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestContainerAPIRestart (4.05s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (4.13s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.08s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestContainerAPIStart (2.01s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestContainerAPIStop (2.50s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestContainerAPITopWindows (2.33s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.10s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestContainerAPIWait (4.55s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (2.19s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s)
18:31:29 [2021-08-20T18:31:29.694Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (1.97s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (28.49s)
18:31:29 [2021-08-20T18:31:29.695Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false__<nil>_<nil>_<nil>} (2.61s)
18:31:29 [2021-08-20T18:31:29.695Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false__<nil>_<nil>_<nil>} (2.68s)
18:31:29 [2021-08-20T18:31:29.695Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false__<nil>_<nil>_<nil>} (2.64s)
18:31:29 [2021-08-20T18:31:29.695Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true__<nil>_<nil>_<nil>} (2.59s)
18:31:29 [2021-08-20T18:31:29.695Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false__<nil>_0xc0000046a8_<nil>} (7.66s)
18:31:29 [2021-08-20T18:31:29.695Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-1213597682_c:\foo_false__<nil>_<nil>_<nil>} (2.60s)
18:31:29 [2021-08-20T18:31:29.695Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-1213597682_c:\foo_true__<nil>_<nil>_<nil>} (7.68s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.32s)
18:31:29 [2021-08-20T18:31:29.695Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s)
18:31:29 [2021-08-20T18:31:29.695Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s)
18:31:29 [2021-08-20T18:31:29.695Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s)
18:31:29 [2021-08-20T18:31:29.695Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s)
18:31:29 [2021-08-20T18:31:29.695Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s)
18:31:29 [2021-08-20T18:31:29.695Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.06s)
18:31:29 [2021-08-20T18:31:29.695Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.06s)
18:31:29 [2021-08-20T18:31:29.695Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.06s)
18:31:29 [2021-08-20T18:31:29.695Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s)
18:31:29 [2021-08-20T18:31:29.695Z]         --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.05s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- PASS: TestDockerSuite/TestCpAbsolutePath (2.57s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- PASS: TestDockerSuite/TestCpGarbagePath (7.48s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- PASS: TestDockerSuite/TestCpLocalOnly (0.09s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- PASS: TestDockerSuite/TestCpRelativePath (7.38s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- PASS: TestDockerSuite/TestCpToCaseA (4.69s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- PASS: TestDockerSuite/TestCpToCaseB (2.63s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- SKIP: TestDockerSuite/TestCpToCaseD (0.03s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- PASS: TestDockerSuite/TestCpToCaseE (9.34s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- PASS: TestDockerSuite/TestCpToCaseH (9.52s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- PASS: TestDockerSuite/TestCpToDot (2.85s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- PASS: TestDockerSuite/TestCpToStdout (2.86s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.21s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- PASS: TestDockerSuite/TestCreateArgs (0.21s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- PASS: TestDockerSuite/TestCreateByImageID (2.21s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- PASS: TestDockerSuite/TestCreateEchoStdout (2.42s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.20s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- PASS: TestDockerSuite/TestCreateHostConfig (0.22s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (2.16s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.76s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- PASS: TestDockerSuite/TestCreateLabels (0.21s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- PASS: TestDockerSuite/TestCreateRM (0.39s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- PASS: TestDockerSuite/TestCreateStopSignal (0.20s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- PASS: TestDockerSuite/TestCreateStopTimeout (0.40s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (13.14s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.24s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.56s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.58s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- PASS: TestDockerSuite/TestCreateWithPortRange (0.22s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- PASS: TestDockerSuite/TestCreateWithWorkdir (2.56s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.17s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- PASS: TestDockerSuite/TestDockerFails (0.08s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- SKIP: TestDockerSuite/TestEventsAttach (0.02s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- SKIP: TestDockerSuite/TestEventsCommit (0.02s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- PASS: TestDockerSuite/TestEventsContainerEvents (2.61s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (2.55s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (2.68s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- PASS: TestDockerSuite/TestEventsContainerRestart (8.35s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- PASS: TestDockerSuite/TestEventsCopy (5.47s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- PASS: TestDockerSuite/TestEventsFilterContainer (5.49s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (7.25s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.96s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- PASS: TestDockerSuite/TestEventsFilterImageName (4.15s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- PASS: TestDockerSuite/TestEventsFilterLabels (0.39s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- PASS: TestDockerSuite/TestEventsFilterType (1.17s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- PASS: TestDockerSuite/TestEventsFilters (9.87s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- PASS: TestDockerSuite/TestEventsFormat (4.97s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- PASS: TestDockerSuite/TestEventsFormatBadField (0.08s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.08s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- PASS: TestDockerSuite/TestEventsImageTag (1.20s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- PASS: TestDockerSuite/TestEventsRename (2.66s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- PASS: TestDockerSuite/TestEventsResize (7.94s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (2.45s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (2.89s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- PASS: TestDockerSuite/TestEventsTimestampFormats (4.94s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- SKIP: TestDockerSuite/TestEventsTop (0.02s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- PASS: TestDockerSuite/TestEventsUntag (2.78s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- PASS: TestDockerSuite/TestEventsUntilInThePast (9.14s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- SKIP: TestDockerSuite/TestExec (0.02s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (2.19s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (2.34s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- SKIP: TestDockerSuite/TestExecAPIStart (0.03s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (2.24s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (2.34s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (2.40s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (2.25s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- PASS: TestDockerSuite/TestExecAfterContainerRestart (4.68s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- SKIP: TestDockerSuite/TestExecCgroup (0.02s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- SKIP: TestDockerSuite/TestExecEnv (0.02s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- PASS: TestDockerSuite/TestExecExitStatus (2.49s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- PASS: TestDockerSuite/TestExecInspectID (5.19s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- SKIP: TestDockerSuite/TestExecInteractive (0.02s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- SKIP: TestDockerSuite/TestExecParseError (0.02s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.83s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- SKIP: TestDockerSuite/TestExecStartFails (0.02s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (2.53s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- SKIP: TestDockerSuite/TestExecUlimits (0.02s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (8.62s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- SKIP: TestDockerSuite/TestExecWithUser (0.02s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- PASS: TestDockerSuite/TestGetContainerStats (6.28s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (6.22s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (3.23s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- PASS: TestDockerSuite/TestGetContainerStatsStream (6.23s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.03s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.02s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.14s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- SKIP: TestDockerSuite/TestHealth (0.02s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- PASS: TestDockerSuite/TestHistoryExistentImage (0.09s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.09s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.09s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- PASS: TestDockerSuite/TestHistoryImageWithComment (4.90s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.08s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.08s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.09s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.37s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.74s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (1.22s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.10s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (2.08s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.33s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (2.47s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (2.81s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- PASS: TestDockerSuite/TestImagesFormat (0.24s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (4.01s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.08s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- PASS: TestDockerSuite/TestImportBadURL (2.47s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- SKIP: TestDockerSuite/TestImportDisplay (0.02s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- SKIP: TestDockerSuite/TestImportFile (0.01s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.08s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- SKIP: TestDockerSuite/TestImportGzipped (0.01s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.08s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.03s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (2.39s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (2.40s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.10s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- PASS: TestDockerSuite/TestInspectBindMountPoint (2.41s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- PASS: TestDockerSuite/TestInspectByPrefix (0.22s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- PASS: TestDockerSuite/TestInspectContainerFilterInt (7.21s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- PASS: TestDockerSuite/TestInspectDefault (2.57s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- PASS: TestDockerSuite/TestInspectHistory (4.88s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- SKIP: TestDockerSuite/TestInspectImage (0.02s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- PASS: TestDockerSuite/TestInspectInt64 (2.32s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- PASS: TestDockerSuite/TestInspectJSONFields (2.36s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.21s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- PASS: TestDockerSuite/TestInspectNamedMountPoint (7.27s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (2.36s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- PASS: TestDockerSuite/TestInspectRootFS (0.08s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (2.36s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- PASS: TestDockerSuite/TestInspectStatus (2.86s)
18:31:29 [2021-08-20T18:31:29.695Z]     --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (4.64s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- PASS: TestDockerSuite/TestInspectTemplateError (2.54s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (2.37s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (2.35s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (2.42s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (2.39s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (7.19s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- PASS: TestDockerSuite/TestInspectUnknownObject (0.10s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.03s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.09s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.02s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (2.15s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (2.10s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- PASS: TestDockerSuite/TestLogsAPIUntil (5.89s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (2.71s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- PASS: TestDockerSuite/TestLogsAPIWithStdout (2.40s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.10s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (7.91s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (8.08s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (7.95s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (2.89s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (2.69s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- PASS: TestDockerSuite/TestLogsFollowStopped (2.60s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- PASS: TestDockerSuite/TestLogsSeparateStderr (2.55s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- PASS: TestDockerSuite/TestLogsSince (9.49s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- PASS: TestDockerSuite/TestLogsTail (3.12s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- PASS: TestDockerSuite/TestLogsTimestamps (2.84s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- PASS: TestDockerSuite/TestLogsWithDetails (2.40s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- SKIP: TestDockerSuite/TestNetHostname (0.02s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.03s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- SKIP: TestDockerSuite/TestPluginActive (0.02s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.10s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- SKIP: TestDockerSuite/TestPortList (0.02s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (4.68s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.02s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (4.82s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- PASS: TestDockerSuite/TestPsByOrder (9.22s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- PASS: TestDockerSuite/TestPsListContainersBase (10.28s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (20.01s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.38s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.05s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (13.37s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterID (4.09s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (7.71s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterName (4.82s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.10s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (10.03s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- SKIP: TestDockerSuite/TestPsRightTagName (0.03s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- PASS: TestDockerSuite/TestPsShowMounts (7.89s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.64s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.33s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.95s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (4.48s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- PASS: TestDockerSuite/TestRestartContainerSuccess (4.51s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (2.76s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (28.89s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (6.34s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.31s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- PASS: TestDockerSuite/TestRestartPolicyNO (0.23s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.96s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- PASS: TestDockerSuite/TestRestartRunningContainer (4.51s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- PASS: TestDockerSuite/TestRestartStoppedContainer (9.37s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- PASS: TestDockerSuite/TestRestartWithVolumes (4.64s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- PASS: TestDockerSuite/TestRmiBlank (0.09s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.38s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (15.34s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (3.11s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.84s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (7.04s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- PASS: TestDockerSuite/TestRmiImgIDForce (10.80s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (8.40s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- PASS: TestDockerSuite/TestRmiParentImageFail (4.64s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- PASS: TestDockerSuite/TestRmiTag (0.93s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (2.55s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (20.88s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- PASS: TestDockerSuite/TestRmiWithContainerFails (2.70s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (5.29s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.36s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- SKIP: TestDockerSuite/TestRunAddHost (0.02s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (2.16s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (4.82s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (3.05s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (7.23s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (2.57s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (2.67s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.09s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- PASS: TestDockerSuite/TestRunBindMounts (9.86s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.03s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (2.34s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (3.38s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.04s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- PASS: TestDockerSuite/TestRunContainerNetwork (2.11s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (2.51s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (2.46s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (7.21s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- PASS: TestDockerSuite/TestRunCreateVolume (2.51s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (2.18s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (5.72s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (7.35s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.14s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- PASS: TestDockerSuite/TestRunEchoNamedContainer (2.36s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- PASS: TestDockerSuite/TestRunEchoStdout (2.37s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- PASS: TestDockerSuite/TestRunEntrypoint (2.37s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- PASS: TestDockerSuite/TestRunExitCode (2.43s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- PASS: TestDockerSuite/TestRunExitCodeOne (2.38s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- PASS: TestDockerSuite/TestRunExitCodeZero (2.39s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- PASS: TestDockerSuite/TestRunExitOnStdinClose (2.65s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- PASS: TestDockerSuite/TestRunExposePort (0.08s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (9.38s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- PASS: TestDockerSuite/TestRunInvalidReference (0.08s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s)
18:31:29 [2021-08-20T18:31:29.696Z]     --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (10.10s)
18:31:29 [2021-08-20T18:31:29.697Z]     --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s)
18:31:29 [2021-08-20T18:31:29.697Z]     --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (1.82s)
18:31:29 [2021-08-20T18:31:29.697Z]     --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s)
18:31:29 [2021-08-20T18:31:29.697Z]     --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s)
18:31:29 [2021-08-20T18:31:29.697Z]     --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s)
18:31:29 [2021-08-20T18:31:29.697Z]     --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s)
18:31:29 [2021-08-20T18:31:29.697Z]     --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s)
18:31:29 [2021-08-20T18:31:29.697Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s)
18:31:29 [2021-08-20T18:31:29.697Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s)
18:31:29 [2021-08-20T18:31:29.697Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s)
18:31:29 [2021-08-20T18:31:29.697Z]     --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s)
18:31:29 [2021-08-20T18:31:29.697Z]     --- SKIP: TestDockerSuite/TestRunMount (0.02s)
18:31:29 [2021-08-20T18:31:29.697Z]     --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s)
18:31:29 [2021-08-20T18:31:29.697Z]     --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s)
18:31:29 [2021-08-20T18:31:29.697Z]     --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s)
18:31:29 [2021-08-20T18:31:29.697Z]     --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (7.33s)
18:31:29 [2021-08-20T18:31:29.697Z]     --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s)
18:31:29 [2021-08-20T18:31:29.697Z]     --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s)
18:31:29 [2021-08-20T18:31:29.697Z]     --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s)
18:31:29 [2021-08-20T18:31:29.697Z]     --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (5.25s)
18:31:29 [2021-08-20T18:31:29.697Z]     --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (4.44s)
18:31:29 [2021-08-20T18:31:29.697Z]     --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s)
18:31:29 [2021-08-20T18:31:29.697Z]     --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s)
18:31:29 [2021-08-20T18:31:29.697Z]     --- SKIP: TestDockerSuite/TestRunNetHost (0.02s)
18:31:29 [2021-08-20T18:31:29.697Z]     --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s)
18:31:29 [2021-08-20T18:31:29.697Z]     --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s)
18:31:29 [2021-08-20T18:31:29.697Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s)
18:31:29 [2021-08-20T18:31:29.697Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s)
18:31:29 [2021-08-20T18:31:29.697Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s)
18:31:29 [2021-08-20T18:31:29.697Z]     --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.03s)
18:31:29 [2021-08-20T18:31:29.697Z]     --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.40s)
18:31:29 [2021-08-20T18:31:29.697Z]     --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.22s)
18:31:29 [2021-08-20T18:31:29.697Z]     --- PASS: TestDockerSuite/TestRunNonExecutableCmd (2.31s)
18:31:29 [2021-08-20T18:31:29.697Z]     --- PASS: TestDockerSuite/TestRunNonExistingCmd (2.37s)
18:31:29 [2021-08-20T18:31:29.697Z]     --- PASS: TestDockerSuite/TestRunNonExistingImage (1.20s)
18:31:29 [2021-08-20T18:31:29.697Z]     --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (2.11s)
18:31:29 [2021-08-20T18:31:29.697Z]     --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.31s)
18:31:29 [2021-08-20T18:31:29.697Z]     --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s)
18:31:29 [2021-08-20T18:31:29.697Z]     --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s)
18:31:29 [2021-08-20T18:31:29.697Z]     --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s)
18:31:29 [2021-08-20T18:31:29.697Z]     --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s)
18:31:29 [2021-08-20T18:31:29.697Z]     --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s)
18:31:29 [2021-08-20T18:31:29.697Z]     --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s)
18:31:29 [2021-08-20T18:31:29.697Z]     --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s)
18:31:29 [2021-08-20T18:31:29.697Z]     --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (3.73s)
18:31:29 [2021-08-20T18:31:29.697Z]     --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s)
18:31:29 [2021-08-20T18:31:29.697Z]     --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s)
18:31:29 [2021-08-20T18:31:29.697Z]     --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s)
18:31:29 [2021-08-20T18:31:29.697Z]     --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s)
18:31:29 [2021-08-20T18:31:29.697Z]     --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s)
18:31:29 [2021-08-20T18:31:29.697Z]     --- PASS: TestDockerSuite/TestRunRestartMaxRetries (8.27s)
18:31:29 [2021-08-20T18:31:29.697Z]     --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s)
18:31:29 [2021-08-20T18:31:29.697Z]     --- PASS: TestDockerSuite/TestRunRm (7.34s)
18:31:29 [2021-08-20T18:31:29.697Z]     --- PASS: TestDockerSuite/TestRunRmAndWait (5.70s)
18:31:29 [2021-08-20T18:31:29.697Z]     --- PASS: TestDockerSuite/TestRunRmPre125Api (7.28s)
18:31:29 [2021-08-20T18:31:29.697Z]     --- PASS: TestDockerSuite/TestRunRootWorkdir (2.36s)
18:31:29 [2021-08-20T18:31:29.697Z]     --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (2.33s)
18:31:29 [2021-08-20T18:31:29.697Z]     --- PASS: TestDockerSuite/TestRunSetMacAddress (2.83s)
18:31:29 [2021-08-20T18:31:29.697Z]     --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s)
18:31:29 [2021-08-20T18:31:29.697Z]     --- SKIP: TestDockerSuite/TestRunState (0.02s)
18:31:29 [2021-08-20T18:31:29.697Z]     --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (2.33s)
18:31:29 [2021-08-20T18:31:29.697Z]     --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s)
18:31:29 [2021-08-20T18:31:29.697Z]     --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (2.10s)
18:31:29 [2021-08-20T18:31:29.697Z]     --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s)
18:31:29 [2021-08-20T18:31:29.697Z]     --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s)
18:31:29 [2021-08-20T18:31:29.697Z]     --- PASS: TestDockerSuite/TestRunTLSVerify (0.19s)
18:31:29 [2021-08-20T18:31:29.697Z]     --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.08s)
18:31:29 [2021-08-20T18:31:29.697Z]     --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s)
18:31:29 [2021-08-20T18:31:29.697Z]     --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (4.87s)
18:31:29 [2021-08-20T18:31:29.697Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s)
18:31:29 [2021-08-20T18:31:29.697Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s)
18:31:29 [2021-08-20T18:31:29.697Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s)
18:31:29 [2021-08-20T18:31:29.697Z]     --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s)
18:31:29 [2021-08-20T18:31:29.697Z]     --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s)
18:31:29 [2021-08-20T18:31:29.697Z]     --- SKIP: TestDockerSuite/TestRunUserByID (0.02s)
18:31:29 [2021-08-20T18:31:29.697Z]     --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s)
18:31:29 [2021-08-20T18:31:29.697Z]     --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s)
18:31:30 [2021-08-20T18:31:30.156Z]     --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s)
18:31:30 [2021-08-20T18:31:30.156Z]     --- SKIP: TestDockerSuite/TestRunUserByName (0.02s)
18:31:30 [2021-08-20T18:31:30.156Z]     --- PASS: TestDockerSuite/TestRunUserDefaults (2.37s)
18:31:30 [2021-08-20T18:31:30.156Z]     --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s)
18:31:30 [2021-08-20T18:31:30.156Z]     --- PASS: TestDockerSuite/TestRunVerifyContainerID (2.48s)
18:31:30 [2021-08-20T18:31:30.156Z]     --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s)
18:31:30 [2021-08-20T18:31:30.156Z]     --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s)
18:31:30 [2021-08-20T18:31:30.156Z]     --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (3.24s)
18:31:30 [2021-08-20T18:31:30.156Z]     --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (12.02s)
18:31:30 [2021-08-20T18:31:30.156Z]     --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (4.73s)
18:31:30 [2021-08-20T18:31:30.156Z]     --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (6.25s)
18:31:30 [2021-08-20T18:31:30.156Z]     --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s)
18:31:30 [2021-08-20T18:31:30.156Z]     --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.15s)
18:31:30 [2021-08-20T18:31:30.156Z]     --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (3.38s)
18:31:30 [2021-08-20T18:31:30.156Z]     --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (3.12s)
18:31:30 [2021-08-20T18:31:30.156Z]     --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (3.17s)
18:31:30 [2021-08-20T18:31:30.156Z]     --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s)
18:31:30 [2021-08-20T18:31:30.156Z]     --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.07s)
18:31:30 [2021-08-20T18:31:30.156Z]     --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.08s)
18:31:30 [2021-08-20T18:31:30.156Z]     --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s)
18:31:30 [2021-08-20T18:31:30.156Z]     --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s)
18:31:30 [2021-08-20T18:31:30.156Z]     --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s)
18:31:30 [2021-08-20T18:31:30.156Z]     --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s)
18:31:30 [2021-08-20T18:31:30.156Z]     --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s)
18:31:30 [2021-08-20T18:31:30.156Z]     --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (5.03s)
18:31:30 [2021-08-20T18:31:30.156Z]     --- PASS: TestDockerSuite/TestRunWithoutNetworking (3.09s)
18:31:30 [2021-08-20T18:31:30.156Z]     --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (3.00s)
18:31:30 [2021-08-20T18:31:30.156Z]     --- PASS: TestDockerSuite/TestRunWorkingDirectory (5.76s)
18:31:30 [2021-08-20T18:31:30.156Z]     --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s)
18:31:30 [2021-08-20T18:31:30.156Z]     --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s)
18:31:30 [2021-08-20T18:31:30.156Z]     --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s)
18:31:30 [2021-08-20T18:31:30.156Z]     --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.03s)
18:31:30 [2021-08-20T18:31:30.156Z]     --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s)
18:31:30 [2021-08-20T18:31:30.156Z]     --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s)
18:31:30 [2021-08-20T18:31:30.156Z]     --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s)
18:31:30 [2021-08-20T18:31:30.156Z]     --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s)
18:31:30 [2021-08-20T18:31:30.156Z]     --- SKIP: TestDockerSuite/TestSaveImageId (0.02s)
18:31:30 [2021-08-20T18:31:30.156Z]     --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s)
18:31:30 [2021-08-20T18:31:30.156Z]     --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s)
18:31:30 [2021-08-20T18:31:30.156Z]     --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s)
18:31:30 [2021-08-20T18:31:30.156Z]     --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s)
18:31:30 [2021-08-20T18:31:30.156Z]     --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s)
18:31:30 [2021-08-20T18:31:30.156Z]     --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s)
18:31:30 [2021-08-20T18:31:30.156Z]     --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s)
18:31:30 [2021-08-20T18:31:30.156Z]     --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s)
18:31:30 [2021-08-20T18:31:30.156Z]     --- PASS: TestDockerSuite/TestSearchCmdOptions (2.33s)
18:31:30 [2021-08-20T18:31:30.156Z]     --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.41s)
18:31:30 [2021-08-20T18:31:30.156Z]     --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.41s)
18:31:30 [2021-08-20T18:31:30.156Z]     --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.28s)
18:31:30 [2021-08-20T18:31:30.156Z]     --- PASS: TestDockerSuite/TestSearchWithLimit (1.72s)
18:31:30 [2021-08-20T18:31:30.156Z]     --- PASS: TestDockerSuite/TestSlowStdinClosing (7.80s)
18:31:30 [2021-08-20T18:31:30.156Z]     --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s)
18:31:30 [2021-08-20T18:31:30.156Z]     --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (9.56s)
18:31:30 [2021-08-20T18:31:30.156Z]     --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s)
18:31:30 [2021-08-20T18:31:30.156Z]     --- PASS: TestDockerSuite/TestStartAttachSilent (4.56s)
18:31:30 [2021-08-20T18:31:30.156Z]     --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s)
18:31:30 [2021-08-20T18:31:30.156Z]     --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s)
18:31:30 [2021-08-20T18:31:30.156Z]     --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s)
18:31:30 [2021-08-20T18:31:30.156Z]     --- SKIP: TestDockerSuite/TestStartRecordError (0.02s)
18:31:30 [2021-08-20T18:31:30.156Z]     --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (11.80s)
18:31:30 [2021-08-20T18:31:30.156Z]     --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s)
18:31:30 [2021-08-20T18:31:30.156Z]     --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s)
18:31:30 [2021-08-20T18:31:30.156Z]     --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s)
18:31:30 [2021-08-20T18:31:30.156Z]     --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s)
18:31:30 [2021-08-20T18:31:30.156Z]     --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s)
18:31:30 [2021-08-20T18:31:30.156Z]     --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s)
18:31:30 [2021-08-20T18:31:30.156Z]     --- PASS: TestDockerSuite/TestTopMultipleArgs (3.15s)
18:31:30 [2021-08-20T18:31:30.156Z]     --- PASS: TestDockerSuite/TestTopNonPrivileged (3.25s)
18:31:30 [2021-08-20T18:31:30.156Z]     --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s)
18:31:30 [2021-08-20T18:31:30.156Z]     --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (3.27s)
18:31:30 [2021-08-20T18:31:30.156Z]     --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.03s)
18:31:30 [2021-08-20T18:31:30.156Z]     --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s)
18:31:30 [2021-08-20T18:31:30.156Z]     --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s)
18:31:30 [2021-08-20T18:31:30.156Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s)
18:31:30 [2021-08-20T18:31:30.156Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s)
18:31:30 [2021-08-20T18:31:30.156Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s)
18:31:30 [2021-08-20T18:31:30.156Z]     --- PASS: TestDockerSuite/TestVolumeCLICreate (15.34s)
18:31:30 [2021-08-20T18:31:30.156Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.17s)
18:31:30 [2021-08-20T18:31:30.156Z]     --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.23s)
18:31:30 [2021-08-20T18:31:30.156Z]     --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s)
18:31:30 [2021-08-20T18:31:30.156Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.37s)
18:31:30 [2021-08-20T18:31:30.156Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.31s)
18:31:30 [2021-08-20T18:31:30.156Z]     --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.16s)
18:31:30 [2021-08-20T18:31:30.156Z]     --- PASS: TestDockerSuite/TestVolumeCLILs (3.10s)
18:31:30 [2021-08-20T18:31:30.156Z]     --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.09s)
18:31:30 [2021-08-20T18:31:30.156Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (3.89s)
18:31:30 [2021-08-20T18:31:30.156Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.46s)
18:31:30 [2021-08-20T18:31:30.157Z]     --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.48s)
18:31:30 [2021-08-20T18:31:30.157Z]     --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.09s)
18:31:30 [2021-08-20T18:31:30.157Z]     --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.21s)
18:31:30 [2021-08-20T18:31:30.157Z]     --- PASS: TestDockerSuite/TestVolumeCLIRm (8.67s)
18:31:30 [2021-08-20T18:31:30.157Z]     --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s)
18:31:30 [2021-08-20T18:31:30.157Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.70s)
18:31:30 [2021-08-20T18:31:30.157Z]     --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.25s)
18:31:30 [2021-08-20T18:31:30.157Z]     --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s)
18:31:30 [2021-08-20T18:31:30.157Z]     --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (7.27s)
18:31:30 [2021-08-20T18:31:30.157Z]     --- PASS: TestDockerSuite/TestVolumeLsFormat (0.34s)
18:31:30 [2021-08-20T18:31:30.157Z]     --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.33s)
18:31:30 [2021-08-20T18:31:30.157Z]     --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (10.56s)
18:31:30 [2021-08-20T18:31:30.157Z]     --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s)
18:31:30 [2021-08-20T18:31:30.157Z]     --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.62s)
18:31:30 [2021-08-20T18:31:30.157Z] === RUN   TestDockerRegistrySuite
18:31:30 [2021-08-20T18:31:30.157Z] === RUN   TestDockerRegistrySuite/TestBuildByDigest
18:31:30 [2021-08-20T18:31:30.157Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.157Z] === RUN   TestDockerRegistrySuite/TestBuildCopyFromForcePull
18:31:30 [2021-08-20T18:31:30.157Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.157Z] === RUN   TestDockerRegistrySuite/TestBuildMultiStageImplicitPull
18:31:30 [2021-08-20T18:31:30.157Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.157Z] === RUN   TestDockerRegistrySuite/TestConcurrentFailingPull
18:31:30 [2021-08-20T18:31:30.157Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.157Z] === RUN   TestDockerRegistrySuite/TestConcurrentPullMultipleTags
18:31:30 [2021-08-20T18:31:30.157Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.157Z] === RUN   TestDockerRegistrySuite/TestConcurrentPullWholeRepo
18:31:30 [2021-08-20T18:31:30.157Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.157Z] === RUN   TestDockerRegistrySuite/TestConcurrentPush
18:31:30 [2021-08-20T18:31:30.157Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.157Z] === RUN   TestDockerRegistrySuite/TestCreateByDigest
18:31:30 [2021-08-20T18:31:30.157Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.157Z] === RUN   TestDockerRegistrySuite/TestCrossRepositoryLayerPush
18:31:30 [2021-08-20T18:31:30.157Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.157Z] === RUN   TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest
18:31:30 [2021-08-20T18:31:30.157Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.157Z] === RUN   TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag
18:31:30 [2021-08-20T18:31:30.157Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.157Z] === RUN   TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag
18:31:30 [2021-08-20T18:31:30.157Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.157Z] === RUN   TestDockerRegistrySuite/TestEventsImageFilterPush
18:31:30 [2021-08-20T18:31:30.157Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.157Z] === RUN   TestDockerRegistrySuite/TestInspectImageWithDigests
18:31:30 [2021-08-20T18:31:30.157Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.157Z] === RUN   TestDockerRegistrySuite/TestListDanglingImagesWithDigests
18:31:30 [2021-08-20T18:31:30.157Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.157Z] === RUN   TestDockerRegistrySuite/TestListImagesWithDigests
18:31:30 [2021-08-20T18:31:30.157Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.157Z] === RUN   TestDockerRegistrySuite/TestListImagesWithoutDigests
18:31:30 [2021-08-20T18:31:30.157Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.157Z] === RUN   TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest
18:31:30 [2021-08-20T18:31:30.157Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.157Z] === RUN   TestDockerRegistrySuite/TestPullByDigest
18:31:30 [2021-08-20T18:31:30.157Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.157Z] === RUN   TestDockerRegistrySuite/TestPullByDigestNoFallback
18:31:30 [2021-08-20T18:31:30.157Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.157Z] === RUN   TestDockerRegistrySuite/TestPullByTagDisplaysDigest
18:31:30 [2021-08-20T18:31:30.157Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.157Z] === RUN   TestDockerRegistrySuite/TestPullFailsWithAlteredLayer
18:31:30 [2021-08-20T18:31:30.157Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.157Z] === RUN   TestDockerRegistrySuite/TestPullFailsWithAlteredManifest
18:31:30 [2021-08-20T18:31:30.157Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.157Z] === RUN   TestDockerRegistrySuite/TestPullIDStability
18:31:30 [2021-08-20T18:31:30.157Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.157Z] === RUN   TestDockerRegistrySuite/TestPullImageWithAliases
18:31:30 [2021-08-20T18:31:30.157Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.157Z] === RUN   TestDockerRegistrySuite/TestPullManifestList
18:31:30 [2021-08-20T18:31:30.157Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.157Z] === RUN   TestDockerRegistrySuite/TestPullNoLayers
18:31:30 [2021-08-20T18:31:30.157Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.157Z] === RUN   TestDockerRegistrySuite/TestPushBadTag
18:31:30 [2021-08-20T18:31:30.157Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.157Z] === RUN   TestDockerRegistrySuite/TestPushBusyboxImage
18:31:30 [2021-08-20T18:31:30.157Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.157Z] === RUN   TestDockerRegistrySuite/TestPushEmptyLayer
18:31:30 [2021-08-20T18:31:30.157Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.157Z] === RUN   TestDockerRegistrySuite/TestPushMultipleTags
18:31:30 [2021-08-20T18:31:30.157Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.157Z] === RUN   TestDockerRegistrySuite/TestPushUntagged
18:31:30 [2021-08-20T18:31:30.157Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.157Z] === RUN   TestDockerRegistrySuite/TestRemoveImageByDigest
18:31:30 [2021-08-20T18:31:30.157Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.157Z] === RUN   TestDockerRegistrySuite/TestRunByDigest
18:31:30 [2021-08-20T18:31:30.157Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.157Z] === RUN   TestDockerRegistrySuite/TestRunImplicitPullWithNoTag
18:31:30 [2021-08-20T18:31:30.157Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.157Z] === RUN   TestDockerRegistrySuite/TestTagByDigest
18:31:30 [2021-08-20T18:31:30.157Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.157Z] === RUN   TestDockerRegistrySuite/TestUserAgentPassThrough
18:31:30 [2021-08-20T18:31:30.157Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.157Z] === RUN   TestDockerRegistrySuite/TestV2Only
18:31:30 [2021-08-20T18:31:30.157Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.157Z] --- PASS: TestDockerRegistrySuite (0.22s)
18:31:30 [2021-08-20T18:31:30.157Z]     --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s)
18:31:30 [2021-08-20T18:31:30.157Z]     --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s)
18:31:30 [2021-08-20T18:31:30.157Z]     --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s)
18:31:30 [2021-08-20T18:31:30.157Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s)
18:31:30 [2021-08-20T18:31:30.157Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s)
18:31:30 [2021-08-20T18:31:30.157Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s)
18:31:30 [2021-08-20T18:31:30.157Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s)
18:31:30 [2021-08-20T18:31:30.157Z]     --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s)
18:31:30 [2021-08-20T18:31:30.157Z]     --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s)
18:31:30 [2021-08-20T18:31:30.157Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s)
18:31:30 [2021-08-20T18:31:30.157Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s)
18:31:30 [2021-08-20T18:31:30.157Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s)
18:31:30 [2021-08-20T18:31:30.157Z]     --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s)
18:31:30 [2021-08-20T18:31:30.157Z]     --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s)
18:31:30 [2021-08-20T18:31:30.157Z]     --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s)
18:31:30 [2021-08-20T18:31:30.157Z]     --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s)
18:31:30 [2021-08-20T18:31:30.157Z]     --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s)
18:31:30 [2021-08-20T18:31:30.157Z]     --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s)
18:31:30 [2021-08-20T18:31:30.157Z]     --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s)
18:31:30 [2021-08-20T18:31:30.157Z]     --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s)
18:31:30 [2021-08-20T18:31:30.157Z]     --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s)
18:31:30 [2021-08-20T18:31:30.157Z]     --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
18:31:30 [2021-08-20T18:31:30.157Z]     --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
18:31:30 [2021-08-20T18:31:30.157Z]     --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s)
18:31:30 [2021-08-20T18:31:30.157Z]     --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s)
18:31:30 [2021-08-20T18:31:30.157Z]     --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s)
18:31:30 [2021-08-20T18:31:30.157Z]     --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s)
18:31:30 [2021-08-20T18:31:30.157Z]     --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s)
18:31:30 [2021-08-20T18:31:30.157Z]     --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s)
18:31:30 [2021-08-20T18:31:30.157Z]     --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s)
18:31:30 [2021-08-20T18:31:30.157Z]     --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s)
18:31:30 [2021-08-20T18:31:30.157Z]     --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s)
18:31:30 [2021-08-20T18:31:30.157Z]     --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s)
18:31:30 [2021-08-20T18:31:30.157Z]     --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s)
18:31:30 [2021-08-20T18:31:30.157Z]     --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s)
18:31:30 [2021-08-20T18:31:30.157Z]     --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s)
18:31:30 [2021-08-20T18:31:30.157Z]     --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s)
18:31:30 [2021-08-20T18:31:30.157Z]     --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s)
18:31:30 [2021-08-20T18:31:30.157Z] === RUN   TestDockerSchema1RegistrySuite
18:31:30 [2021-08-20T18:31:30.157Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentFailingPull
18:31:30 [2021-08-20T18:31:30.157Z]     check_test.go:212: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.157Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags
18:31:30 [2021-08-20T18:31:30.157Z]     check_test.go:212: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.157Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo
18:31:30 [2021-08-20T18:31:30.157Z]     check_test.go:212: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.157Z] === RUN   TestDockerSchema1RegistrySuite/TestConcurrentPush
18:31:30 [2021-08-20T18:31:30.157Z]     check_test.go:212: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.157Z] === RUN   TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported
18:31:30 [2021-08-20T18:31:30.157Z]     check_test.go:212: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.157Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByDigest
18:31:30 [2021-08-20T18:31:30.157Z]     check_test.go:212: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.157Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback
18:31:30 [2021-08-20T18:31:30.157Z]     check_test.go:212: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.157Z] === RUN   TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest
18:31:30 [2021-08-20T18:31:30.157Z]     check_test.go:212: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.157Z] === RUN   TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer
18:31:30 [2021-08-20T18:31:30.157Z]     check_test.go:212: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.157Z] === RUN   TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest
18:31:30 [2021-08-20T18:31:30.157Z]     check_test.go:212: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.157Z] === RUN   TestDockerSchema1RegistrySuite/TestPullIDStability
18:31:30 [2021-08-20T18:31:30.157Z]     check_test.go:212: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.157Z] === RUN   TestDockerSchema1RegistrySuite/TestPullImageWithAliases
18:31:30 [2021-08-20T18:31:30.157Z]     check_test.go:212: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.157Z] === RUN   TestDockerSchema1RegistrySuite/TestPullNoLayers
18:31:30 [2021-08-20T18:31:30.157Z]     check_test.go:212: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.157Z] === RUN   TestDockerSchema1RegistrySuite/TestPushBadTag
18:31:30 [2021-08-20T18:31:30.157Z]     check_test.go:212: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.157Z] === RUN   TestDockerSchema1RegistrySuite/TestPushBusyboxImage
18:31:30 [2021-08-20T18:31:30.157Z]     check_test.go:212: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.157Z] === RUN   TestDockerSchema1RegistrySuite/TestPushEmptyLayer
18:31:30 [2021-08-20T18:31:30.157Z]     check_test.go:212: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.157Z] === RUN   TestDockerSchema1RegistrySuite/TestPushMultipleTags
18:31:30 [2021-08-20T18:31:30.157Z]     check_test.go:212: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.157Z] === RUN   TestDockerSchema1RegistrySuite/TestPushUntagged
18:31:30 [2021-08-20T18:31:30.157Z]     check_test.go:212: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.157Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s)
18:31:30 [2021-08-20T18:31:30.157Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s)
18:31:30 [2021-08-20T18:31:30.157Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s)
18:31:30 [2021-08-20T18:31:30.157Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s)
18:31:30 [2021-08-20T18:31:30.157Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s)
18:31:30 [2021-08-20T18:31:30.157Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s)
18:31:30 [2021-08-20T18:31:30.157Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s)
18:31:30 [2021-08-20T18:31:30.157Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s)
18:31:30 [2021-08-20T18:31:30.157Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s)
18:31:30 [2021-08-20T18:31:30.157Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
18:31:30 [2021-08-20T18:31:30.157Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
18:31:30 [2021-08-20T18:31:30.157Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s)
18:31:30 [2021-08-20T18:31:30.157Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s)
18:31:30 [2021-08-20T18:31:30.157Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s)
18:31:30 [2021-08-20T18:31:30.157Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s)
18:31:30 [2021-08-20T18:31:30.157Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s)
18:31:30 [2021-08-20T18:31:30.157Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s)
18:31:30 [2021-08-20T18:31:30.157Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s)
18:31:30 [2021-08-20T18:31:30.157Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s)
18:31:30 [2021-08-20T18:31:30.157Z] === RUN   TestDockerRegistryAuthHtpasswdSuite
18:31:30 [2021-08-20T18:31:30.157Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry
18:31:30 [2021-08-20T18:31:30.157Z]     check_test.go:239: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.157Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth
18:31:30 [2021-08-20T18:31:30.157Z]     check_test.go:239: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.157Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry
18:31:30 [2021-08-20T18:31:30.157Z]     check_test.go:239: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.157Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth
18:31:30 [2021-08-20T18:31:30.157Z]     check_test.go:239: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.157Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored
18:31:30 [2021-08-20T18:31:30.157Z]     check_test.go:239: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.157Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth
18:31:30 [2021-08-20T18:31:30.157Z]     check_test.go:239: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.157Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme
18:31:30 [2021-08-20T18:31:30.157Z]     check_test.go:239: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.157Z] === RUN   TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry
18:31:30 [2021-08-20T18:31:30.157Z]     check_test.go:239: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.157Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.03s)
18:31:30 [2021-08-20T18:31:30.157Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s)
18:31:30 [2021-08-20T18:31:30.157Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s)
18:31:30 [2021-08-20T18:31:30.157Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s)
18:31:30 [2021-08-20T18:31:30.157Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s)
18:31:30 [2021-08-20T18:31:30.157Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s)
18:31:30 [2021-08-20T18:31:30.157Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s)
18:31:30 [2021-08-20T18:31:30.157Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s)
18:31:30 [2021-08-20T18:31:30.157Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s)
18:31:30 [2021-08-20T18:31:30.157Z] === RUN   TestDockerRegistryAuthTokenSuite
18:31:30 [2021-08-20T18:31:30.157Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError
18:31:30 [2021-08-20T18:31:30.157Z]     check_test.go:268: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.157Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken
18:31:30 [2021-08-20T18:31:30.157Z]     check_test.go:268: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.157Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized
18:31:30 [2021-08-20T18:31:30.157Z]     check_test.go:268: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.157Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable
18:31:30 [2021-08-20T18:31:30.157Z]     check_test.go:268: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.157Z] === RUN   TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse
18:31:30 [2021-08-20T18:31:30.157Z]     check_test.go:268: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.157Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s)
18:31:30 [2021-08-20T18:31:30.157Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s)
18:31:30 [2021-08-20T18:31:30.157Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s)
18:31:30 [2021-08-20T18:31:30.157Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s)
18:31:30 [2021-08-20T18:31:30.157Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s)
18:31:30 [2021-08-20T18:31:30.157Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s)
18:31:30 [2021-08-20T18:31:30.157Z] === RUN   TestDockerDaemonSuite
18:31:30 [2021-08-20T18:31:30.157Z] === RUN   TestDockerDaemonSuite/TestCLIProxyProxyTCPSock
18:31:30 [2021-08-20T18:31:30.157Z]     check_test.go:302: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.157Z] === RUN   TestDockerDaemonSuite/TestExecAfterDaemonRestart
18:31:30 [2021-08-20T18:31:30.157Z]     check_test.go:302: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.157Z] === RUN   TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault
18:31:30 [2021-08-20T18:31:30.158Z]     check_test.go:302: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.158Z] --- PASS: TestDockerDaemonSuite (0.00s)
18:31:30 [2021-08-20T18:31:30.158Z]     --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s)
18:31:30 [2021-08-20T18:31:30.158Z]     --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s)
18:31:30 [2021-08-20T18:31:30.158Z]     --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s)
18:31:30 [2021-08-20T18:31:30.158Z] === RUN   TestDockerSwarmSuite
18:31:30 [2021-08-20T18:31:30.158Z] --- PASS: TestDockerSwarmSuite (0.00s)
18:31:30 [2021-08-20T18:31:30.158Z] === RUN   TestDockerPluginSuite
18:31:30 [2021-08-20T18:31:30.158Z] === RUN   TestDockerPluginSuite/TestPluginBasicOps
18:31:30 [2021-08-20T18:31:30.158Z]     check_test.go:407: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.158Z] === RUN   TestDockerPluginSuite/TestPluginCreate
18:31:30 [2021-08-20T18:31:30.158Z]     check_test.go:407: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.158Z] === RUN   TestDockerPluginSuite/TestPluginEnableDisableNegative
18:31:30 [2021-08-20T18:31:30.158Z]     check_test.go:407: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.158Z] === RUN   TestDockerPluginSuite/TestPluginForceRemove
18:31:30 [2021-08-20T18:31:30.158Z]     check_test.go:407: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.158Z] === RUN   TestDockerPluginSuite/TestPluginIDPrefix
18:31:30 [2021-08-20T18:31:30.158Z]     check_test.go:407: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.158Z] === RUN   TestDockerPluginSuite/TestPluginInspect
18:31:30 [2021-08-20T18:31:30.158Z]     check_test.go:407: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.158Z] === RUN   TestDockerPluginSuite/TestPluginInstallArgs
18:31:30 [2021-08-20T18:31:30.158Z]     check_test.go:407: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.158Z] === RUN   TestDockerPluginSuite/TestPluginInstallDisable
18:31:30 [2021-08-20T18:31:30.158Z]     check_test.go:407: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.158Z] === RUN   TestDockerPluginSuite/TestPluginInstallImage
18:31:30 [2021-08-20T18:31:30.158Z]     check_test.go:407: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.158Z] === RUN   TestDockerPluginSuite/TestPluginListDefaultFormat
18:31:30 [2021-08-20T18:31:30.158Z]     check_test.go:407: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.158Z] === RUN   TestDockerPluginSuite/TestPluginSet
18:31:30 [2021-08-20T18:31:30.158Z]     check_test.go:407: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.158Z] --- PASS: TestDockerPluginSuite (0.03s)
18:31:30 [2021-08-20T18:31:30.158Z]     --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s)
18:31:30 [2021-08-20T18:31:30.158Z]     --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s)
18:31:30 [2021-08-20T18:31:30.158Z]     --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s)
18:31:30 [2021-08-20T18:31:30.158Z]     --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s)
18:31:30 [2021-08-20T18:31:30.158Z]     --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s)
18:31:30 [2021-08-20T18:31:30.158Z]     --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s)
18:31:30 [2021-08-20T18:31:30.158Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s)
18:31:30 [2021-08-20T18:31:30.158Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s)
18:31:30 [2021-08-20T18:31:30.158Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s)
18:31:30 [2021-08-20T18:31:30.158Z]     --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s)
18:31:30 [2021-08-20T18:31:30.158Z]     --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s)
18:31:30 [2021-08-20T18:31:30.158Z] === RUN   TestDockerExternalVolumeSuite
18:31:30 [2021-08-20T18:31:30.158Z]     check_test.go:128: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.158Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s)
18:31:30 [2021-08-20T18:31:30.158Z] === RUN   TestDockerNetworkSuite
18:31:30 [2021-08-20T18:31:30.158Z]     check_test.go:134: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.158Z] --- SKIP: TestDockerNetworkSuite (0.00s)
18:31:30 [2021-08-20T18:31:30.158Z] === RUN   TestDockerHubPullSuite
18:31:30 [2021-08-20T18:31:30.158Z]     check_test.go:142: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.158Z] --- SKIP: TestDockerHubPullSuite (0.00s)
18:31:30 [2021-08-20T18:31:30.158Z] PASS
18:31:30 [2021-08-20T18:31:30.158Z] ok  	github.com/docker/docker/integration-cli	2949.237s
18:31:30 [2021-08-20T18:31:30.158Z] 
18:31:30 [2021-08-20T18:31:30.158Z] === Skipped
18:31:30 [2021-08-20T18:31:30.158Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s)
18:31:30 [2021-08-20T18:31:30.158Z]     docker_api_network_test.go:242: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.158Z]     --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s)
18:31:30 [2021-08-20T18:31:30.158Z] 
18:31:30 [2021-08-20T18:31:30.158Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.02s)
18:31:30 [2021-08-20T18:31:30.158Z]     docker_api_test.go:77: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.158Z]     --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s)
18:31:30 [2021-08-20T18:31:30.158Z] 
18:31:30 [2021-08-20T18:31:30.158Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s)
18:31:30 [2021-08-20T18:31:30.158Z]     docker_api_network_test.go:131: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.158Z]     --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s)
18:31:30 [2021-08-20T18:31:30.158Z] 
18:31:30 [2021-08-20T18:31:30.158Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s)
18:31:30 [2021-08-20T18:31:30.158Z]     docker_api_network_test.go:30: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.158Z]     --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s)
18:31:30 [2021-08-20T18:31:30.158Z] 
18:31:30 [2021-08-20T18:31:30.158Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.02s)
18:31:30 [2021-08-20T18:31:30.158Z]     docker_api_network_test.go:68: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.158Z]     --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s)
18:31:30 [2021-08-20T18:31:30.158Z] 
18:31:30 [2021-08-20T18:31:30.158Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.02s)
18:31:30 [2021-08-20T18:31:30.158Z]     docker_api_network_test.go:21: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.158Z]     --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s)
18:31:30 [2021-08-20T18:31:30.158Z] 
18:31:30 [2021-08-20T18:31:30.158Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s)
18:31:30 [2021-08-20T18:31:30.158Z]     docker_api_network_test.go:173: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.158Z]     --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s)
18:31:30 [2021-08-20T18:31:30.158Z] 
18:31:30 [2021-08-20T18:31:30.158Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.02s)
18:31:30 [2021-08-20T18:31:30.158Z]     docker_api_network_test.go:74: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.158Z]     --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s)
18:31:30 [2021-08-20T18:31:30.158Z] 
18:31:30 [2021-08-20T18:31:30.158Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s)
18:31:30 [2021-08-20T18:31:30.158Z]     docker_api_network_test.go:100: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.158Z]     --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s)
18:31:30 [2021-08-20T18:31:30.158Z] 
18:31:30 [2021-08-20T18:31:30.158Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.02s)
18:31:30 [2021-08-20T18:31:30.158Z]     docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.158Z]     --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s)
18:31:30 [2021-08-20T18:31:30.158Z] 
18:31:30 [2021-08-20T18:31:30.158Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s)
18:31:30 [2021-08-20T18:31:30.158Z]     docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.158Z]     --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s)
18:31:30 [2021-08-20T18:31:30.158Z] 
18:31:30 [2021-08-20T18:31:30.158Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s)
18:31:30 [2021-08-20T18:31:30.158Z]     docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.158Z]     --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s)
18:31:30 [2021-08-20T18:31:30.158Z] 
18:31:30 [2021-08-20T18:31:30.158Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s)
18:31:30 [2021-08-20T18:31:30.158Z]     docker_cli_run_test.go:3154: unmatched requirement Apparmor
18:31:30 [2021-08-20T18:31:30.158Z]     --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s)
18:31:30 [2021-08-20T18:31:30.158Z] 
18:31:30 [2021-08-20T18:31:30.158Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.02s)
18:31:30 [2021-08-20T18:31:30.158Z]     docker_cli_run_test.go:3132: unmatched requirement Apparmor
18:31:30 [2021-08-20T18:31:30.158Z]     --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s)
18:31:30 [2021-08-20T18:31:30.158Z] 
18:31:30 [2021-08-20T18:31:30.158Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.02s)
18:31:30 [2021-08-20T18:31:30.158Z]     docker_cli_run_test.go:3144: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.158Z]     --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s)
18:31:30 [2021-08-20T18:31:30.158Z] 
18:31:30 [2021-08-20T18:31:30.158Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.02s)
18:31:30 [2021-08-20T18:31:30.158Z]     docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.158Z]     --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s)
18:31:30 [2021-08-20T18:31:30.158Z] 
18:31:30 [2021-08-20T18:31:30.158Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.02s)
18:31:30 [2021-08-20T18:31:30.158Z]     docker_cli_attach_test.go:170: unmatched requirement IsPausable
18:31:30 [2021-08-20T18:31:30.158Z]     --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s)
18:31:30 [2021-08-20T18:31:30.158Z] 
18:31:30 [2021-08-20T18:31:30.158Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.02s)
18:31:30 [2021-08-20T18:31:30.158Z]     docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.158Z]     --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s)
18:31:30 [2021-08-20T18:31:30.158Z] 
18:31:30 [2021-08-20T18:31:30.158Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.49s)
18:31:30 [2021-08-20T18:31:30.158Z]     docker_api_build_test.go:177: unmatched requirement UnixCli
18:31:30 [2021-08-20T18:31:30.158Z]     --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.49s)
18:31:30 [2021-08-20T18:31:30.158Z] 
18:31:30 [2021-08-20T18:31:30.158Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s)
18:31:30 [2021-08-20T18:31:30.158Z]     docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.158Z]     --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s)
18:31:30 [2021-08-20T18:31:30.158Z] 
18:31:30 [2021-08-20T18:31:30.158Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.02s)
18:31:30 [2021-08-20T18:31:30.158Z]     docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.158Z]     --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s)
18:31:30 [2021-08-20T18:31:30.158Z] 
18:31:30 [2021-08-20T18:31:30.158Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.02s)
18:31:30 [2021-08-20T18:31:30.158Z]     docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.158Z]     --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s)
18:31:30 [2021-08-20T18:31:30.158Z] 
18:31:30 [2021-08-20T18:31:30.158Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.06s)
18:31:30 [2021-08-20T18:31:30.158Z]     docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.158Z]     --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.06s)
18:31:30 [2021-08-20T18:31:30.158Z] 
18:31:30 [2021-08-20T18:31:30.158Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.02s)
18:31:30 [2021-08-20T18:31:30.158Z]     docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.158Z]     --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s)
18:31:30 [2021-08-20T18:31:30.158Z] 
18:31:30 [2021-08-20T18:31:30.158Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s)
18:31:30 [2021-08-20T18:31:30.158Z]     docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.158Z]     --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s)
18:31:30 [2021-08-20T18:31:30.158Z] 
18:31:30 [2021-08-20T18:31:30.158Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.04s)
18:31:30 [2021-08-20T18:31:30.158Z]     docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.158Z]     --- SKIP: TestDockerSuite/TestBuildAddScript (0.04s)
18:31:30 [2021-08-20T18:31:30.158Z] 
18:31:30 [2021-08-20T18:31:30.158Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s)
18:31:30 [2021-08-20T18:31:30.158Z]     docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.158Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s)
18:31:30 [2021-08-20T18:31:30.158Z] 
18:31:30 [2021-08-20T18:31:30.158Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s)
18:31:30 [2021-08-20T18:31:30.158Z]     docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.158Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s)
18:31:30 [2021-08-20T18:31:30.158Z] 
18:31:30 [2021-08-20T18:31:30.158Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s)
18:31:30 [2021-08-20T18:31:30.158Z]     docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.158Z]     --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s)
18:31:30 [2021-08-20T18:31:30.158Z] 
18:31:30 [2021-08-20T18:31:30.158Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.05s)
18:31:30 [2021-08-20T18:31:30.158Z]     docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.158Z]     --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.05s)
18:31:30 [2021-08-20T18:31:30.158Z] 
18:31:30 [2021-08-20T18:31:30.158Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.44s)
18:31:30 [2021-08-20T18:31:30.158Z]     docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.158Z]     --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.44s)
18:31:30 [2021-08-20T18:31:30.158Z] 
18:31:30 [2021-08-20T18:31:30.158Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.87s)
18:31:30 [2021-08-20T18:31:30.158Z]     docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.158Z]     --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.87s)
18:31:30 [2021-08-20T18:31:30.158Z] 
18:31:30 [2021-08-20T18:31:30.158Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.26s)
18:31:30 [2021-08-20T18:31:30.158Z]     docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.158Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.26s)
18:31:30 [2021-08-20T18:31:30.158Z] 
18:31:30 [2021-08-20T18:31:30.158Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.44s)
18:31:30 [2021-08-20T18:31:30.158Z]     docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.158Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.44s)
18:31:30 [2021-08-20T18:31:30.158Z] 
18:31:30 [2021-08-20T18:31:30.158Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s)
18:31:30 [2021-08-20T18:31:30.158Z]     docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.158Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s)
18:31:30 [2021-08-20T18:31:30.158Z] 
18:31:30 [2021-08-20T18:31:30.158Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s)
18:31:30 [2021-08-20T18:31:30.158Z]     docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.158Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s)
18:31:30 [2021-08-20T18:31:30.158Z] 
18:31:30 [2021-08-20T18:31:30.158Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s)
18:31:30 [2021-08-20T18:31:30.158Z]     docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.158Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.04s)
18:31:30 [2021-08-20T18:31:30.158Z] 
18:31:30 [2021-08-20T18:31:30.158Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.05s)
18:31:30 [2021-08-20T18:31:30.158Z]     docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.158Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.05s)
18:31:30 [2021-08-20T18:31:30.158Z] 
18:31:30 [2021-08-20T18:31:30.158Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s)
18:31:30 [2021-08-20T18:31:30.158Z]     docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.158Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s)
18:31:30 [2021-08-20T18:31:30.158Z] 
18:31:30 [2021-08-20T18:31:30.158Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.85s)
18:31:30 [2021-08-20T18:31:30.158Z]     docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.158Z]     --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.85s)
18:31:30 [2021-08-20T18:31:30.158Z] 
18:31:30 [2021-08-20T18:31:30.158Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.43s)
18:31:30 [2021-08-20T18:31:30.158Z]     docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.158Z]     --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.43s)
18:31:30 [2021-08-20T18:31:30.158Z] 
18:31:30 [2021-08-20T18:31:30.158Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.06s)
18:31:30 [2021-08-20T18:31:30.158Z]     docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.158Z]     --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.06s)
18:31:30 [2021-08-20T18:31:30.158Z] 
18:31:30 [2021-08-20T18:31:30.158Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.05s)
18:31:30 [2021-08-20T18:31:30.158Z]     docker_api_build_test.go:402: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.158Z]     --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.05s)
18:31:30 [2021-08-20T18:31:30.158Z] 
18:31:30 [2021-08-20T18:31:30.158Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.02s)
18:31:30 [2021-08-20T18:31:30.158Z]     docker_cli_build_test.go:3571: unmatched requirement UnixCli
18:31:30 [2021-08-20T18:31:30.158Z]     --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s)
18:31:30 [2021-08-20T18:31:30.158Z] 
18:31:30 [2021-08-20T18:31:30.158Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.02s)
18:31:30 [2021-08-20T18:31:30.158Z]     docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.158Z]     --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s)
18:31:30 [2021-08-20T18:31:30.158Z] 
18:31:30 [2021-08-20T18:31:30.158Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s)
18:31:30 [2021-08-20T18:31:30.158Z]     docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.158Z]     --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s)
18:31:30 [2021-08-20T18:31:30.158Z] 
18:31:30 [2021-08-20T18:31:30.158Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s)
18:31:30 [2021-08-20T18:31:30.158Z]     docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.158Z]     --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s)
18:31:30 [2021-08-20T18:31:30.158Z] 
18:31:30 [2021-08-20T18:31:30.158Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s)
18:31:30 [2021-08-20T18:31:30.158Z]     docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.159Z]     --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s)
18:31:30 [2021-08-20T18:31:30.159Z] 
18:31:30 [2021-08-20T18:31:30.159Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s)
18:31:30 [2021-08-20T18:31:30.159Z]     docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.159Z]     --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s)
18:31:30 [2021-08-20T18:31:30.159Z] 
18:31:30 [2021-08-20T18:31:30.159Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.42s)
18:31:30 [2021-08-20T18:31:30.159Z]     docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.159Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.42s)
18:31:30 [2021-08-20T18:31:30.159Z] 
18:31:30 [2021-08-20T18:31:30.159Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.39s)
18:31:30 [2021-08-20T18:31:30.159Z]     docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.159Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.39s)
18:31:30 [2021-08-20T18:31:30.159Z] 
18:31:30 [2021-08-20T18:31:30.159Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s)
18:31:30 [2021-08-20T18:31:30.159Z]     docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.159Z]     --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s)
18:31:30 [2021-08-20T18:31:30.159Z] 
18:31:30 [2021-08-20T18:31:30.159Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s)
18:31:30 [2021-08-20T18:31:30.159Z]     docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.159Z]     --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s)
18:31:30 [2021-08-20T18:31:30.159Z] 
18:31:30 [2021-08-20T18:31:30.159Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.43s)
18:31:30 [2021-08-20T18:31:30.159Z]     docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.159Z]     --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.43s)
18:31:30 [2021-08-20T18:31:30.159Z] 
18:31:30 [2021-08-20T18:31:30.159Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.47s)
18:31:30 [2021-08-20T18:31:30.159Z]     docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.159Z]     --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.47s)
18:31:30 [2021-08-20T18:31:30.159Z] 
18:31:30 [2021-08-20T18:31:30.159Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.41s)
18:31:30 [2021-08-20T18:31:30.159Z]     docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.159Z]     --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.41s)
18:31:30 [2021-08-20T18:31:30.159Z] 
18:31:30 [2021-08-20T18:31:30.159Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.04s)
18:31:30 [2021-08-20T18:31:30.159Z]     docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.159Z]     --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.04s)
18:31:30 [2021-08-20T18:31:30.159Z] 
18:31:30 [2021-08-20T18:31:30.159Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.02s)
18:31:30 [2021-08-20T18:31:30.159Z]     docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.159Z]     --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s)
18:31:30 [2021-08-20T18:31:30.159Z] 
18:31:30 [2021-08-20T18:31:30.159Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.04s)
18:31:30 [2021-08-20T18:31:30.159Z]     docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.159Z]     --- SKIP: TestDockerSuite/TestBuildEnv (0.04s)
18:31:30 [2021-08-20T18:31:30.159Z] 
18:31:30 [2021-08-20T18:31:30.159Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.39s)
18:31:30 [2021-08-20T18:31:30.159Z]     docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.159Z]     --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.39s)
18:31:30 [2021-08-20T18:31:30.159Z] 
18:31:30 [2021-08-20T18:31:30.159Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.02s)
18:31:30 [2021-08-20T18:31:30.159Z]     docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.159Z]     --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s)
18:31:30 [2021-08-20T18:31:30.159Z] 
18:31:30 [2021-08-20T18:31:30.159Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.02s)
18:31:30 [2021-08-20T18:31:30.159Z]     docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.159Z]     --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s)
18:31:30 [2021-08-20T18:31:30.159Z] 
18:31:30 [2021-08-20T18:31:30.159Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.02s)
18:31:30 [2021-08-20T18:31:30.159Z]     docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.159Z]     --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s)
18:31:30 [2021-08-20T18:31:30.159Z] 
18:31:30 [2021-08-20T18:31:30.159Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s)
18:31:30 [2021-08-20T18:31:30.159Z]     docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.159Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s)
18:31:30 [2021-08-20T18:31:30.159Z] 
18:31:30 [2021-08-20T18:31:30.159Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s)
18:31:30 [2021-08-20T18:31:30.159Z]     docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.159Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s)
18:31:30 [2021-08-20T18:31:30.159Z] 
18:31:30 [2021-08-20T18:31:30.159Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s)
18:31:30 [2021-08-20T18:31:30.159Z]     docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.159Z]     --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s)
18:31:30 [2021-08-20T18:31:30.159Z] 
18:31:30 [2021-08-20T18:31:30.159Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.06s)
18:31:30 [2021-08-20T18:31:30.159Z]     docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.159Z]     --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.06s)
18:31:30 [2021-08-20T18:31:30.159Z] 
18:31:30 [2021-08-20T18:31:30.159Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.03s)
18:31:30 [2021-08-20T18:31:30.159Z]     docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.159Z]     --- SKIP: TestDockerSuite/TestBuildExpose (0.03s)
18:31:30 [2021-08-20T18:31:30.159Z] 
18:31:30 [2021-08-20T18:31:30.159Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.02s)
18:31:30 [2021-08-20T18:31:30.159Z]     docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.159Z]     --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s)
18:31:30 [2021-08-20T18:31:30.159Z] 
18:31:30 [2021-08-20T18:31:30.159Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.02s)
18:31:30 [2021-08-20T18:31:30.159Z]     docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.159Z]     --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s)
18:31:30 [2021-08-20T18:31:30.159Z] 
18:31:30 [2021-08-20T18:31:30.159Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s)
18:31:30 [2021-08-20T18:31:30.159Z]     docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.159Z]     --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s)
18:31:30 [2021-08-20T18:31:30.159Z] 
18:31:30 [2021-08-20T18:31:30.159Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s)
18:31:30 [2021-08-20T18:31:30.159Z]     docker_cli_build_test.go:3698: unmatched requirement UnixCli
18:31:30 [2021-08-20T18:31:30.159Z]     --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s)
18:31:30 [2021-08-20T18:31:30.159Z] 
18:31:30 [2021-08-20T18:31:30.159Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.02s)
18:31:30 [2021-08-20T18:31:30.159Z]     docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.159Z]     --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s)
18:31:30 [2021-08-20T18:31:30.159Z] 
18:31:30 [2021-08-20T18:31:30.159Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s)
18:31:30 [2021-08-20T18:31:30.159Z]     docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.159Z]     --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s)
18:31:30 [2021-08-20T18:31:30.159Z] 
18:31:30 [2021-08-20T18:31:30.159Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.04s)
18:31:30 [2021-08-20T18:31:30.159Z]     docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.159Z]     --- SKIP: TestDockerSuite/TestBuildInheritance (0.04s)
18:31:30 [2021-08-20T18:31:30.159Z] 
18:31:30 [2021-08-20T18:31:30.159Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.11s)
18:31:30 [2021-08-20T18:31:30.159Z]     docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.159Z]     --- SKIP: TestDockerSuite/TestBuildLastModified (0.11s)
18:31:30 [2021-08-20T18:31:30.159Z] 
18:31:30 [2021-08-20T18:31:30.159Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.06s)
18:31:30 [2021-08-20T18:31:30.159Z]     docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.159Z]     --- SKIP: TestDockerSuite/TestBuildLineBreak (0.06s)
18:31:30 [2021-08-20T18:31:30.159Z] 
18:31:30 [2021-08-20T18:31:30.159Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.07s)
18:31:30 [2021-08-20T18:31:30.159Z]     docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.159Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.07s)
18:31:30 [2021-08-20T18:31:30.159Z] 
18:31:30 [2021-08-20T18:31:30.159Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.04s)
18:31:30 [2021-08-20T18:31:30.159Z]     docker_cli_build_test.go:5920: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.159Z]     --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.04s)
18:31:30 [2021-08-20T18:31:30.159Z] 
18:31:30 [2021-08-20T18:31:30.159Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.02s)
18:31:30 [2021-08-20T18:31:30.159Z]     docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.159Z]     --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s)
18:31:30 [2021-08-20T18:31:30.159Z] 
18:31:30 [2021-08-20T18:31:30.159Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.02s)
18:31:30 [2021-08-20T18:31:30.159Z]     docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.159Z]     --- SKIP: TestDockerSuite/TestBuildNetNone (0.02s)
18:31:30 [2021-08-20T18:31:30.159Z] 
18:31:30 [2021-08-20T18:31:30.159Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.05s)
18:31:30 [2021-08-20T18:31:30.159Z]     docker_cli_build_test.go:5978: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.159Z]     --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.05s)
18:31:30 [2021-08-20T18:31:30.159Z] 
18:31:30 [2021-08-20T18:31:30.159Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.02s)
18:31:30 [2021-08-20T18:31:30.159Z]     docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.159Z]     --- SKIP: TestDockerSuite/TestBuildPATH (0.02s)
18:31:30 [2021-08-20T18:31:30.159Z] 
18:31:30 [2021-08-20T18:31:30.159Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.02s)
18:31:30 [2021-08-20T18:31:30.159Z]     docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.159Z]     --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s)
18:31:30 [2021-08-20T18:31:30.159Z] 
18:31:30 [2021-08-20T18:31:30.159Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.06s)
18:31:30 [2021-08-20T18:31:30.159Z]     docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.159Z]     --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.06s)
18:31:30 [2021-08-20T18:31:30.159Z] 
18:31:30 [2021-08-20T18:31:30.159Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.47s)
18:31:30 [2021-08-20T18:31:30.159Z]     docker_api_build_test.go:513: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.159Z]     --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.47s)
18:31:30 [2021-08-20T18:31:30.159Z] 
18:31:30 [2021-08-20T18:31:30.159Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.45s)
18:31:30 [2021-08-20T18:31:30.159Z]     docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.159Z]     --- SKIP: TestDockerSuite/TestBuildStopSignal (0.45s)
18:31:30 [2021-08-20T18:31:30.159Z] 
18:31:30 [2021-08-20T18:31:30.159Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.04s)
18:31:30 [2021-08-20T18:31:30.159Z]     docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.159Z]     --- SKIP: TestDockerSuite/TestBuildUser (0.04s)
18:31:30 [2021-08-20T18:31:30.159Z] 
18:31:30 [2021-08-20T18:31:30.159Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s)
18:31:30 [2021-08-20T18:31:30.159Z]     docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.159Z]     --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.04s)
18:31:30 [2021-08-20T18:31:30.159Z] 
18:31:30 [2021-08-20T18:31:30.159Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.02s)
18:31:30 [2021-08-20T18:31:30.159Z]     docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.159Z]     --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s)
18:31:30 [2021-08-20T18:31:30.159Z] 
18:31:30 [2021-08-20T18:31:30.159Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s)
18:31:30 [2021-08-20T18:31:30.159Z]     docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.159Z]     --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s)
18:31:30 [2021-08-20T18:31:30.159Z] 
18:31:30 [2021-08-20T18:31:30.159Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.02s)
18:31:30 [2021-08-20T18:31:30.159Z]     docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.159Z]     --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s)
18:31:30 [2021-08-20T18:31:30.159Z] 
18:31:30 [2021-08-20T18:31:30.159Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.46s)
18:31:30 [2021-08-20T18:31:30.159Z]     docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.159Z]     --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.46s)
18:31:30 [2021-08-20T18:31:30.159Z] 
18:31:30 [2021-08-20T18:31:30.159Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.07s)
18:31:30 [2021-08-20T18:31:30.159Z]     docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.159Z]     --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.07s)
18:31:30 [2021-08-20T18:31:30.159Z] 
18:31:30 [2021-08-20T18:31:30.159Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.45s)
18:31:30 [2021-08-20T18:31:30.159Z]     docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.159Z]     --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.45s)
18:31:30 [2021-08-20T18:31:30.159Z] 
18:31:30 [2021-08-20T18:31:30.159Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.47s)
18:31:30 [2021-08-20T18:31:30.159Z]     docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.159Z]     --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.47s)
18:31:30 [2021-08-20T18:31:30.159Z] 
18:31:30 [2021-08-20T18:31:30.159Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.45s)
18:31:30 [2021-08-20T18:31:30.159Z]     docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.159Z]     --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.45s)
18:31:30 [2021-08-20T18:31:30.159Z] 
18:31:30 [2021-08-20T18:31:30.159Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.05s)
18:31:30 [2021-08-20T18:31:30.159Z]     docker_cli_build_test.go:6058: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.159Z]     --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.05s)
18:31:30 [2021-08-20T18:31:30.159Z] 
18:31:30 [2021-08-20T18:31:30.159Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.39s)
18:31:30 [2021-08-20T18:31:30.159Z]     docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.159Z]     --- SKIP: TestDockerSuite/TestBuildXZHost (0.39s)
18:31:30 [2021-08-20T18:31:30.159Z] 
18:31:30 [2021-08-20T18:31:30.159Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s)
18:31:30 [2021-08-20T18:31:30.159Z]     docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.159Z]     --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s)
18:31:30 [2021-08-20T18:31:30.159Z] 
18:31:30 [2021-08-20T18:31:30.159Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.03s)
18:31:30 [2021-08-20T18:31:30.160Z]     docker_cli_sni_test.go:18: Flakey test
18:31:30 [2021-08-20T18:31:30.160Z]     --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s)
18:31:30 [2021-08-20T18:31:30.160Z] 
18:31:30 [2021-08-20T18:31:30.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.02s)
18:31:30 [2021-08-20T18:31:30.160Z]     docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.160Z]     --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s)
18:31:30 [2021-08-20T18:31:30.160Z] 
18:31:30 [2021-08-20T18:31:30.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.02s)
18:31:30 [2021-08-20T18:31:30.160Z]     docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.160Z]     --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s)
18:31:30 [2021-08-20T18:31:30.160Z] 
18:31:30 [2021-08-20T18:31:30.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.02s)
18:31:30 [2021-08-20T18:31:30.160Z]     docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.160Z]     --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s)
18:31:30 [2021-08-20T18:31:30.160Z] 
18:31:30 [2021-08-20T18:31:30.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.02s)
18:31:30 [2021-08-20T18:31:30.160Z]     docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.160Z]     --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s)
18:31:30 [2021-08-20T18:31:30.160Z] 
18:31:30 [2021-08-20T18:31:30.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s)
18:31:30 [2021-08-20T18:31:30.160Z]     docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.160Z]     --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s)
18:31:30 [2021-08-20T18:31:30.160Z] 
18:31:30 [2021-08-20T18:31:30.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s)
18:31:30 [2021-08-20T18:31:30.160Z]     docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.160Z]     --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s)
18:31:30 [2021-08-20T18:31:30.160Z] 
18:31:30 [2021-08-20T18:31:30.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s)
18:31:30 [2021-08-20T18:31:30.160Z]     docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.160Z]     --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s)
18:31:30 [2021-08-20T18:31:30.160Z] 
18:31:30 [2021-08-20T18:31:30.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s)
18:31:30 [2021-08-20T18:31:30.160Z]     docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.160Z]     --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s)
18:31:30 [2021-08-20T18:31:30.160Z] 
18:31:30 [2021-08-20T18:31:30.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.02s)
18:31:30 [2021-08-20T18:31:30.160Z]     docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.160Z]     --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s)
18:31:30 [2021-08-20T18:31:30.160Z] 
18:31:30 [2021-08-20T18:31:30.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s)
18:31:30 [2021-08-20T18:31:30.160Z]     docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.160Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s)
18:31:30 [2021-08-20T18:31:30.160Z] 
18:31:30 [2021-08-20T18:31:30.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.02s)
18:31:30 [2021-08-20T18:31:30.160Z]     docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.160Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s)
18:31:30 [2021-08-20T18:31:30.160Z] 
18:31:30 [2021-08-20T18:31:30.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s)
18:31:30 [2021-08-20T18:31:30.160Z]     docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.160Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s)
18:31:30 [2021-08-20T18:31:30.160Z] 
18:31:30 [2021-08-20T18:31:30.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s)
18:31:30 [2021-08-20T18:31:30.160Z]     docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.160Z]     --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.02s)
18:31:30 [2021-08-20T18:31:30.160Z] 
18:31:30 [2021-08-20T18:31:30.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s)
18:31:30 [2021-08-20T18:31:30.160Z]     docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.160Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s)
18:31:30 [2021-08-20T18:31:30.160Z] 
18:31:30 [2021-08-20T18:31:30.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s)
18:31:30 [2021-08-20T18:31:30.160Z]     docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.160Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s)
18:31:30 [2021-08-20T18:31:30.160Z] 
18:31:30 [2021-08-20T18:31:30.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s)
18:31:30 [2021-08-20T18:31:30.160Z]     docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.160Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.02s)
18:31:30 [2021-08-20T18:31:30.160Z] 
18:31:30 [2021-08-20T18:31:30.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s)
18:31:30 [2021-08-20T18:31:30.160Z]     docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.160Z]     --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s)
18:31:30 [2021-08-20T18:31:30.160Z] 
18:31:30 [2021-08-20T18:31:30.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s)
18:31:30 [2021-08-20T18:31:30.160Z]     docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.160Z]     --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s)
18:31:30 [2021-08-20T18:31:30.160Z] 
18:31:30 [2021-08-20T18:31:30.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.02s)
18:31:30 [2021-08-20T18:31:30.160Z]     docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.160Z]     --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s)
18:31:30 [2021-08-20T18:31:30.160Z] 
18:31:30 [2021-08-20T18:31:30.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.02s)
18:31:30 [2021-08-20T18:31:30.160Z]     docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.160Z]     --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s)
18:31:30 [2021-08-20T18:31:30.160Z] 
18:31:30 [2021-08-20T18:31:30.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.02s)
18:31:30 [2021-08-20T18:31:30.160Z]     docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.160Z]     --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s)
18:31:30 [2021-08-20T18:31:30.160Z] 
18:31:30 [2021-08-20T18:31:30.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s)
18:31:30 [2021-08-20T18:31:30.160Z]     docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.160Z]     --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s)
18:31:30 [2021-08-20T18:31:30.160Z] 
18:31:30 [2021-08-20T18:31:30.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.02s)
18:31:30 [2021-08-20T18:31:30.160Z]     docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.160Z]     --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s)
18:31:30 [2021-08-20T18:31:30.160Z] 
18:31:30 [2021-08-20T18:31:30.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.02s)
18:31:30 [2021-08-20T18:31:30.160Z]     docker_cli_run_test.go:2408: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.160Z]     --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s)
18:31:30 [2021-08-20T18:31:30.160Z] 
18:31:30 [2021-08-20T18:31:30.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s)
18:31:30 [2021-08-20T18:31:30.160Z]     docker_cli_run_test.go:3503: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.160Z]     --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s)
18:31:30 [2021-08-20T18:31:30.160Z] 
18:31:30 [2021-08-20T18:31:30.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s)
18:31:30 [2021-08-20T18:31:30.160Z]     docker_cli_run_test.go:3535: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.160Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s)
18:31:30 [2021-08-20T18:31:30.160Z] 
18:31:30 [2021-08-20T18:31:30.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s)
18:31:30 [2021-08-20T18:31:30.160Z]     docker_cli_run_test.go:3566: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.160Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s)
18:31:30 [2021-08-20T18:31:30.160Z] 
18:31:30 [2021-08-20T18:31:30.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s)
18:31:30 [2021-08-20T18:31:30.160Z]     docker_cli_run_test.go:3549: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.160Z]     --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s)
18:31:30 [2021-08-20T18:31:30.160Z] 
18:31:30 [2021-08-20T18:31:30.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s)
18:31:30 [2021-08-20T18:31:30.160Z]     docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.160Z]     --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s)
18:31:30 [2021-08-20T18:31:30.160Z] 
18:31:30 [2021-08-20T18:31:30.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.02s)
18:31:30 [2021-08-20T18:31:30.160Z]     docker_cli_run_test.go:3439: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.160Z]     --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s)
18:31:30 [2021-08-20T18:31:30.160Z] 
18:31:30 [2021-08-20T18:31:30.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s)
18:31:30 [2021-08-20T18:31:30.160Z]     docker_cli_run_test.go:3431: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.160Z]     --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s)
18:31:30 [2021-08-20T18:31:30.160Z] 
18:31:30 [2021-08-20T18:31:30.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.02s)
18:31:30 [2021-08-20T18:31:30.160Z]     docker_cli_run_test.go:3458: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.160Z]     --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s)
18:31:30 [2021-08-20T18:31:30.160Z] 
18:31:30 [2021-08-20T18:31:30.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.02s)
18:31:30 [2021-08-20T18:31:30.160Z]     docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.160Z]     --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s)
18:31:30 [2021-08-20T18:31:30.160Z] 
18:31:30 [2021-08-20T18:31:30.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.02s)
18:31:30 [2021-08-20T18:31:30.160Z]     docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.160Z]     --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.02s)
18:31:30 [2021-08-20T18:31:30.160Z] 
18:31:30 [2021-08-20T18:31:30.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.02s)
18:31:30 [2021-08-20T18:31:30.160Z]     docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.160Z]     --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s)
18:31:30 [2021-08-20T18:31:30.160Z] 
18:31:30 [2021-08-20T18:31:30.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.02s)
18:31:30 [2021-08-20T18:31:30.160Z]     docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.160Z]     --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s)
18:31:30 [2021-08-20T18:31:30.160Z] 
18:31:30 [2021-08-20T18:31:30.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.02s)
18:31:30 [2021-08-20T18:31:30.160Z]     docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.160Z]     --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s)
18:31:30 [2021-08-20T18:31:30.160Z] 
18:31:30 [2021-08-20T18:31:30.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.02s)
18:31:30 [2021-08-20T18:31:30.160Z]     docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.160Z]     --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s)
18:31:30 [2021-08-20T18:31:30.160Z] 
18:31:30 [2021-08-20T18:31:30.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.02s)
18:31:30 [2021-08-20T18:31:30.160Z]     docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.160Z]     --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s)
18:31:30 [2021-08-20T18:31:30.160Z] 
18:31:30 [2021-08-20T18:31:30.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.02s)
18:31:30 [2021-08-20T18:31:30.160Z]     docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.160Z]     --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s)
18:31:30 [2021-08-20T18:31:30.160Z] 
18:31:30 [2021-08-20T18:31:30.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.02s)
18:31:30 [2021-08-20T18:31:30.160Z]     docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.160Z]     --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s)
18:31:30 [2021-08-20T18:31:30.160Z] 
18:31:30 [2021-08-20T18:31:30.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.02s)
18:31:30 [2021-08-20T18:31:30.160Z]     docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.160Z]     --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s)
18:31:30 [2021-08-20T18:31:30.160Z] 
18:31:30 [2021-08-20T18:31:30.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.02s)
18:31:30 [2021-08-20T18:31:30.160Z]     docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.160Z]     --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s)
18:31:30 [2021-08-20T18:31:30.160Z] 
18:31:30 [2021-08-20T18:31:30.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.02s)
18:31:30 [2021-08-20T18:31:30.160Z]     docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.160Z]     --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s)
18:31:30 [2021-08-20T18:31:30.160Z] 
18:31:30 [2021-08-20T18:31:30.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.02s)
18:31:30 [2021-08-20T18:31:30.160Z]     docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.160Z]     --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s)
18:31:30 [2021-08-20T18:31:30.160Z] 
18:31:30 [2021-08-20T18:31:30.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.02s)
18:31:30 [2021-08-20T18:31:30.160Z]     docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.160Z]     --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s)
18:31:30 [2021-08-20T18:31:30.160Z] 
18:31:30 [2021-08-20T18:31:30.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s)
18:31:30 [2021-08-20T18:31:30.160Z]     docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.160Z]     --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.02s)
18:31:30 [2021-08-20T18:31:30.160Z] 
18:31:30 [2021-08-20T18:31:30.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.02s)
18:31:30 [2021-08-20T18:31:30.160Z]     docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.160Z]     --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s)
18:31:30 [2021-08-20T18:31:30.160Z] 
18:31:30 [2021-08-20T18:31:30.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.02s)
18:31:30 [2021-08-20T18:31:30.160Z]     docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.160Z]     --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s)
18:31:30 [2021-08-20T18:31:30.160Z] 
18:31:30 [2021-08-20T18:31:30.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.02s)
18:31:30 [2021-08-20T18:31:30.160Z]     docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.160Z]     --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s)
18:31:30 [2021-08-20T18:31:30.160Z] 
18:31:30 [2021-08-20T18:31:30.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s)
18:31:30 [2021-08-20T18:31:30.160Z]     docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.160Z]     --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s)
18:31:30 [2021-08-20T18:31:30.160Z] 
18:31:30 [2021-08-20T18:31:30.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.02s)
18:31:30 [2021-08-20T18:31:30.160Z]     docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.160Z]     --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s)
18:31:30 [2021-08-20T18:31:30.160Z] 
18:31:30 [2021-08-20T18:31:30.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.03s)
18:31:30 [2021-08-20T18:31:30.160Z]     docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.160Z]     --- SKIP: TestDockerSuite/TestCpToCaseD (0.03s)
18:31:30 [2021-08-20T18:31:30.160Z] 
18:31:30 [2021-08-20T18:31:30.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.01s)
18:31:30 [2021-08-20T18:31:30.160Z]     docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.160Z]     --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s)
18:31:30 [2021-08-20T18:31:30.160Z] 
18:31:30 [2021-08-20T18:31:30.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.02s)
18:31:30 [2021-08-20T18:31:30.160Z]     docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.160Z]     --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s)
18:31:30 [2021-08-20T18:31:30.160Z] 
18:31:30 [2021-08-20T18:31:30.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.02s)
18:31:30 [2021-08-20T18:31:30.160Z]     docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.160Z]     --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s)
18:31:30 [2021-08-20T18:31:30.160Z] 
18:31:30 [2021-08-20T18:31:30.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.02s)
18:31:30 [2021-08-20T18:31:30.160Z]     docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.160Z]     --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s)
18:31:30 [2021-08-20T18:31:30.160Z] 
18:31:30 [2021-08-20T18:31:30.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s)
18:31:30 [2021-08-20T18:31:30.160Z]     docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.160Z]     --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s)
18:31:30 [2021-08-20T18:31:30.160Z] 
18:31:30 [2021-08-20T18:31:30.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s)
18:31:30 [2021-08-20T18:31:30.160Z]     docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.160Z]     --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s)
18:31:30 [2021-08-20T18:31:30.160Z] 
18:31:30 [2021-08-20T18:31:30.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.02s)
18:31:30 [2021-08-20T18:31:30.160Z]     docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.160Z]     --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s)
18:31:30 [2021-08-20T18:31:30.160Z] 
18:31:30 [2021-08-20T18:31:30.160Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.02s)
18:31:30 [2021-08-20T18:31:30.160Z]     docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.161Z]     --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s)
18:31:30 [2021-08-20T18:31:30.161Z] 
18:31:30 [2021-08-20T18:31:30.161Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.02s)
18:31:30 [2021-08-20T18:31:30.161Z]     docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.161Z]     --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s)
18:31:30 [2021-08-20T18:31:30.161Z] 
18:31:30 [2021-08-20T18:31:30.161Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.02s)
18:31:30 [2021-08-20T18:31:30.161Z]     docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.161Z]     --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s)
18:31:30 [2021-08-20T18:31:30.161Z] 
18:31:30 [2021-08-20T18:31:30.161Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.02s)
18:31:30 [2021-08-20T18:31:30.161Z]     docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.161Z]     --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s)
18:31:30 [2021-08-20T18:31:30.161Z] 
18:31:30 [2021-08-20T18:31:30.161Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.02s)
18:31:30 [2021-08-20T18:31:30.161Z]     docker_cli_create_test.go:71: unmatched requirement Devicemapper
18:31:30 [2021-08-20T18:31:30.161Z]     --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s)
18:31:30 [2021-08-20T18:31:30.161Z] 
18:31:30 [2021-08-20T18:31:30.161Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s)
18:31:30 [2021-08-20T18:31:30.161Z]     docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.161Z]     --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s)
18:31:30 [2021-08-20T18:31:30.161Z] 
18:31:30 [2021-08-20T18:31:30.161Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s)
18:31:30 [2021-08-20T18:31:30.161Z]     docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.161Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s)
18:31:30 [2021-08-20T18:31:30.161Z] 
18:31:30 [2021-08-20T18:31:30.161Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s)
18:31:30 [2021-08-20T18:31:30.161Z]     docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.161Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s)
18:31:30 [2021-08-20T18:31:30.161Z] 
18:31:30 [2021-08-20T18:31:30.161Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s)
18:31:30 [2021-08-20T18:31:30.161Z]     docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.161Z]     --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s)
18:31:30 [2021-08-20T18:31:30.161Z] 
18:31:30 [2021-08-20T18:31:30.161Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s)
18:31:30 [2021-08-20T18:31:30.161Z]     docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.161Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s)
18:31:30 [2021-08-20T18:31:30.161Z] 
18:31:30 [2021-08-20T18:31:30.161Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s)
18:31:30 [2021-08-20T18:31:30.161Z]     docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.161Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s)
18:31:30 [2021-08-20T18:31:30.161Z] 
18:31:30 [2021-08-20T18:31:30.161Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s)
18:31:30 [2021-08-20T18:31:30.161Z]     docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.161Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s)
18:31:30 [2021-08-20T18:31:30.161Z] 
18:31:30 [2021-08-20T18:31:30.161Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s)
18:31:30 [2021-08-20T18:31:30.161Z]     docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.161Z]     --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s)
18:31:30 [2021-08-20T18:31:30.161Z] 
18:31:30 [2021-08-20T18:31:30.161Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s)
18:31:30 [2021-08-20T18:31:30.161Z]     docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.161Z]     --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s)
18:31:30 [2021-08-20T18:31:30.161Z] 
18:31:30 [2021-08-20T18:31:30.161Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s)
18:31:30 [2021-08-20T18:31:30.161Z]     docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.161Z]     --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s)
18:31:30 [2021-08-20T18:31:30.161Z] 
18:31:30 [2021-08-20T18:31:30.161Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.02s)
18:31:30 [2021-08-20T18:31:30.161Z]     docker_cli_run_test.go:2968: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.161Z]     --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s)
18:31:30 [2021-08-20T18:31:30.161Z] 
18:31:30 [2021-08-20T18:31:30.161Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s)
18:31:30 [2021-08-20T18:31:30.161Z]     docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.161Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s)
18:31:30 [2021-08-20T18:31:30.161Z] 
18:31:30 [2021-08-20T18:31:30.161Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s)
18:31:30 [2021-08-20T18:31:30.161Z]     docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.161Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s)
18:31:30 [2021-08-20T18:31:30.161Z] 
18:31:30 [2021-08-20T18:31:30.161Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s)
18:31:30 [2021-08-20T18:31:30.161Z]     docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.161Z]     --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s)
18:31:30 [2021-08-20T18:31:30.161Z] 
18:31:30 [2021-08-20T18:31:30.161Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.02s)
18:31:30 [2021-08-20T18:31:30.161Z]     docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.161Z]     --- SKIP: TestDockerSuite/TestEventsAttach (0.02s)
18:31:30 [2021-08-20T18:31:30.161Z] 
18:31:30 [2021-08-20T18:31:30.161Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.02s)
18:31:30 [2021-08-20T18:31:30.161Z]     docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.161Z]     --- SKIP: TestDockerSuite/TestEventsCommit (0.02s)
18:31:30 [2021-08-20T18:31:30.161Z] 
18:31:30 [2021-08-20T18:31:30.161Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.02s)
18:31:30 [2021-08-20T18:31:30.161Z]     docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.161Z]     --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s)
18:31:30 [2021-08-20T18:31:30.161Z] 
18:31:30 [2021-08-20T18:31:30.161Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.02s)
18:31:30 [2021-08-20T18:31:30.161Z]     docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.161Z]     --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s)
18:31:30 [2021-08-20T18:31:30.161Z] 
18:31:30 [2021-08-20T18:31:30.161Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.01s)
18:31:30 [2021-08-20T18:31:30.161Z]     docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.161Z]     --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s)
18:31:30 [2021-08-20T18:31:30.161Z] 
18:31:30 [2021-08-20T18:31:30.161Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.02s)
18:31:30 [2021-08-20T18:31:30.161Z]     docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.161Z]     --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s)
18:31:30 [2021-08-20T18:31:30.161Z] 
18:31:30 [2021-08-20T18:31:30.161Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.02s)
18:31:30 [2021-08-20T18:31:30.161Z]     docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.161Z]     --- SKIP: TestDockerSuite/TestEventsTop (0.02s)
18:31:30 [2021-08-20T18:31:30.161Z] 
18:31:30 [2021-08-20T18:31:30.161Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.02s)
18:31:30 [2021-08-20T18:31:30.161Z]     docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.161Z]     --- SKIP: TestDockerSuite/TestExec (0.02s)
18:31:30 [2021-08-20T18:31:30.161Z] 
18:31:30 [2021-08-20T18:31:30.161Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.02s)
18:31:30 [2021-08-20T18:31:30.161Z]     docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.161Z]     --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s)
18:31:30 [2021-08-20T18:31:30.161Z] 
18:31:30 [2021-08-20T18:31:30.161Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.03s)
18:31:30 [2021-08-20T18:31:30.161Z]     docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.161Z]     --- SKIP: TestDockerSuite/TestExecAPIStart (0.03s)
18:31:30 [2021-08-20T18:31:30.622Z] 
18:31:30 [2021-08-20T18:31:30.622Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s)
18:31:30 [2021-08-20T18:31:30.622Z]     docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.622Z]     --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s)
18:31:30 [2021-08-20T18:31:30.622Z] 
18:31:30 [2021-08-20T18:31:30.622Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s)
18:31:30 [2021-08-20T18:31:30.622Z]     docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.622Z]     --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s)
18:31:30 [2021-08-20T18:31:30.622Z] 
18:31:30 [2021-08-20T18:31:30.622Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.02s)
18:31:30 [2021-08-20T18:31:30.622Z]     docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.622Z]     --- SKIP: TestDockerSuite/TestExecCgroup (0.02s)
18:31:30 [2021-08-20T18:31:30.622Z] 
18:31:30 [2021-08-20T18:31:30.622Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.02s)
18:31:30 [2021-08-20T18:31:30.622Z]     docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.622Z]     --- SKIP: TestDockerSuite/TestExecEnv (0.02s)
18:31:30 [2021-08-20T18:31:30.622Z] 
18:31:30 [2021-08-20T18:31:30.622Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.02s)
18:31:30 [2021-08-20T18:31:30.622Z]     docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.622Z]     --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s)
18:31:30 [2021-08-20T18:31:30.622Z] 
18:31:30 [2021-08-20T18:31:30.622Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.02s)
18:31:30 [2021-08-20T18:31:30.622Z]     docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.622Z]     --- SKIP: TestDockerSuite/TestExecInteractive (0.02s)
18:31:30 [2021-08-20T18:31:30.622Z] 
18:31:30 [2021-08-20T18:31:30.622Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.02s)
18:31:30 [2021-08-20T18:31:30.622Z]     docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.622Z]     --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s)
18:31:30 [2021-08-20T18:31:30.622Z] 
18:31:30 [2021-08-20T18:31:30.622Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.02s)
18:31:30 [2021-08-20T18:31:30.622Z]     docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.622Z]     --- SKIP: TestDockerSuite/TestExecParseError (0.02s)
18:31:30 [2021-08-20T18:31:30.622Z] 
18:31:30 [2021-08-20T18:31:30.622Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.01s)
18:31:30 [2021-08-20T18:31:30.622Z]     docker_cli_exec_test.go:133: unmatched requirement IsPausable
18:31:30 [2021-08-20T18:31:30.622Z]     --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s)
18:31:30 [2021-08-20T18:31:30.622Z] 
18:31:30 [2021-08-20T18:31:30.622Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s)
18:31:30 [2021-08-20T18:31:30.622Z]     docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.622Z]     --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s)
18:31:30 [2021-08-20T18:31:30.622Z] 
18:31:30 [2021-08-20T18:31:30.622Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.02s)
18:31:30 [2021-08-20T18:31:30.622Z]     docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.622Z]     --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s)
18:31:30 [2021-08-20T18:31:30.622Z] 
18:31:30 [2021-08-20T18:31:30.622Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.02s)
18:31:30 [2021-08-20T18:31:30.622Z]     docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.622Z]     --- SKIP: TestDockerSuite/TestExecStartFails (0.02s)
18:31:30 [2021-08-20T18:31:30.622Z] 
18:31:30 [2021-08-20T18:31:30.622Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.02s)
18:31:30 [2021-08-20T18:31:30.622Z]     docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.622Z]     --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s)
18:31:30 [2021-08-20T18:31:30.622Z] 
18:31:30 [2021-08-20T18:31:30.622Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.02s)
18:31:30 [2021-08-20T18:31:30.622Z]     docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.622Z]     --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s)
18:31:30 [2021-08-20T18:31:30.622Z] 
18:31:30 [2021-08-20T18:31:30.622Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.01s)
18:31:30 [2021-08-20T18:31:30.622Z]     docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.622Z]     --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s)
18:31:30 [2021-08-20T18:31:30.622Z] 
18:31:30 [2021-08-20T18:31:30.622Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.02s)
18:31:30 [2021-08-20T18:31:30.622Z]     docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.622Z]     --- SKIP: TestDockerSuite/TestExecUlimits (0.02s)
18:31:30 [2021-08-20T18:31:30.622Z] 
18:31:30 [2021-08-20T18:31:30.622Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.02s)
18:31:30 [2021-08-20T18:31:30.622Z]     docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.622Z]     --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s)
18:31:30 [2021-08-20T18:31:30.622Z] 
18:31:30 [2021-08-20T18:31:30.622Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.02s)
18:31:30 [2021-08-20T18:31:30.622Z]     docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.622Z]     --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s)
18:31:30 [2021-08-20T18:31:30.622Z] 
18:31:30 [2021-08-20T18:31:30.622Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.02s)
18:31:30 [2021-08-20T18:31:30.622Z]     docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.622Z]     --- SKIP: TestDockerSuite/TestExecWithUser (0.02s)
18:31:30 [2021-08-20T18:31:30.622Z] 
18:31:30 [2021-08-20T18:31:30.622Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.03s)
18:31:30 [2021-08-20T18:31:30.622Z]     docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.622Z]     --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.03s)
18:31:30 [2021-08-20T18:31:30.622Z] 
18:31:30 [2021-08-20T18:31:30.622Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.02s)
18:31:30 [2021-08-20T18:31:30.622Z]     docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.622Z]     --- SKIP: TestDockerSuite/TestHealth (0.02s)
18:31:30 [2021-08-20T18:31:30.622Z] 
18:31:30 [2021-08-20T18:31:30.622Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s)
18:31:30 [2021-08-20T18:31:30.622Z]     docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.622Z]     --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.02s)
18:31:30 [2021-08-20T18:31:30.622Z] 
18:31:30 [2021-08-20T18:31:30.622Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s)
18:31:30 [2021-08-20T18:31:30.622Z]     docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.622Z]     --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s)
18:31:30 [2021-08-20T18:31:30.622Z] 
18:31:30 [2021-08-20T18:31:30.622Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.02s)
18:31:30 [2021-08-20T18:31:30.622Z]     docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.622Z]     --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s)
18:31:30 [2021-08-20T18:31:30.622Z] 
18:31:30 [2021-08-20T18:31:30.622Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.02s)
18:31:30 [2021-08-20T18:31:30.622Z]     docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.622Z]     --- SKIP: TestDockerSuite/TestImportDisplay (0.02s)
18:31:30 [2021-08-20T18:31:30.622Z] 
18:31:30 [2021-08-20T18:31:30.622Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.01s)
18:31:30 [2021-08-20T18:31:30.622Z]     docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.622Z]     --- SKIP: TestDockerSuite/TestImportFile (0.01s)
18:31:30 [2021-08-20T18:31:30.622Z] 
18:31:30 [2021-08-20T18:31:30.622Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.02s)
18:31:30 [2021-08-20T18:31:30.622Z]     docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.622Z]     --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s)
18:31:30 [2021-08-20T18:31:30.622Z] 
18:31:30 [2021-08-20T18:31:30.622Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.01s)
18:31:30 [2021-08-20T18:31:30.622Z]     docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.622Z]     --- SKIP: TestDockerSuite/TestImportGzipped (0.01s)
18:31:30 [2021-08-20T18:31:30.622Z] 
18:31:30 [2021-08-20T18:31:30.622Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.02s)
18:31:30 [2021-08-20T18:31:30.622Z]     docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.623Z]     --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s)
18:31:30 [2021-08-20T18:31:30.623Z] 
18:31:30 [2021-08-20T18:31:30.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s)
18:31:30 [2021-08-20T18:31:30.623Z]     docker_cli_info_test.go:70: unmatched requirement IsPausable
18:31:30 [2021-08-20T18:31:30.623Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s)
18:31:30 [2021-08-20T18:31:30.623Z] 
18:31:30 [2021-08-20T18:31:30.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s)
18:31:30 [2021-08-20T18:31:30.623Z]     docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.623Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s)
18:31:30 [2021-08-20T18:31:30.623Z] 
18:31:30 [2021-08-20T18:31:30.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s)
18:31:30 [2021-08-20T18:31:30.623Z]     docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.623Z]     --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s)
18:31:30 [2021-08-20T18:31:30.623Z] 
18:31:30 [2021-08-20T18:31:30.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.03s)
18:31:30 [2021-08-20T18:31:30.623Z]     docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.623Z]     --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.03s)
18:31:30 [2021-08-20T18:31:30.623Z] 
18:31:30 [2021-08-20T18:31:30.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s)
18:31:30 [2021-08-20T18:31:30.623Z]     docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.623Z]     --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s)
18:31:30 [2021-08-20T18:31:30.623Z] 
18:31:30 [2021-08-20T18:31:30.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s)
18:31:30 [2021-08-20T18:31:30.623Z]     docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.623Z]     --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s)
18:31:30 [2021-08-20T18:31:30.623Z] 
18:31:30 [2021-08-20T18:31:30.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s)
18:31:30 [2021-08-20T18:31:30.623Z]     docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.623Z]     --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s)
18:31:30 [2021-08-20T18:31:30.623Z] 
18:31:30 [2021-08-20T18:31:30.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.02s)
18:31:30 [2021-08-20T18:31:30.623Z]     docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.623Z]     --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s)
18:31:30 [2021-08-20T18:31:30.623Z] 
18:31:30 [2021-08-20T18:31:30.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.02s)
18:31:30 [2021-08-20T18:31:30.623Z]     docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.623Z]     --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s)
18:31:30 [2021-08-20T18:31:30.623Z] 
18:31:30 [2021-08-20T18:31:30.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.02s)
18:31:30 [2021-08-20T18:31:30.623Z]     docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.623Z]     --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s)
18:31:30 [2021-08-20T18:31:30.623Z] 
18:31:30 [2021-08-20T18:31:30.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.02s)
18:31:30 [2021-08-20T18:31:30.623Z]     docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.623Z]     --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s)
18:31:30 [2021-08-20T18:31:30.623Z] 
18:31:30 [2021-08-20T18:31:30.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.02s)
18:31:30 [2021-08-20T18:31:30.623Z]     docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.623Z]     --- SKIP: TestDockerSuite/TestInspectImage (0.02s)
18:31:30 [2021-08-20T18:31:30.623Z] 
18:31:30 [2021-08-20T18:31:30.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.02s)
18:31:30 [2021-08-20T18:31:30.623Z]     docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.623Z]     --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s)
18:31:30 [2021-08-20T18:31:30.623Z] 
18:31:30 [2021-08-20T18:31:30.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.02s)
18:31:30 [2021-08-20T18:31:30.623Z]     docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.623Z]     --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s)
18:31:30 [2021-08-20T18:31:30.623Z] 
18:31:30 [2021-08-20T18:31:30.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.02s)
18:31:30 [2021-08-20T18:31:30.623Z]     docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.623Z]     --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s)
18:31:30 [2021-08-20T18:31:30.623Z] 
18:31:30 [2021-08-20T18:31:30.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.02s)
18:31:30 [2021-08-20T18:31:30.623Z]     docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.623Z]     --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s)
18:31:30 [2021-08-20T18:31:30.623Z] 
18:31:30 [2021-08-20T18:31:30.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.02s)
18:31:30 [2021-08-20T18:31:30.623Z]     docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.623Z]     --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s)
18:31:30 [2021-08-20T18:31:30.623Z] 
18:31:30 [2021-08-20T18:31:30.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s)
18:31:30 [2021-08-20T18:31:30.623Z]     docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.623Z]     --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s)
18:31:30 [2021-08-20T18:31:30.623Z] 
18:31:30 [2021-08-20T18:31:30.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.02s)
18:31:30 [2021-08-20T18:31:30.623Z]     docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.623Z]     --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s)
18:31:30 [2021-08-20T18:31:30.623Z] 
18:31:30 [2021-08-20T18:31:30.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.02s)
18:31:30 [2021-08-20T18:31:30.623Z]     docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.623Z]     --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s)
18:31:30 [2021-08-20T18:31:30.623Z] 
18:31:30 [2021-08-20T18:31:30.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.02s)
18:31:30 [2021-08-20T18:31:30.623Z]     docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.623Z]     --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s)
18:31:30 [2021-08-20T18:31:30.623Z] 
18:31:30 [2021-08-20T18:31:30.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.02s)
18:31:30 [2021-08-20T18:31:30.623Z]     docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.623Z]     --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s)
18:31:30 [2021-08-20T18:31:30.623Z] 
18:31:30 [2021-08-20T18:31:30.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.02s)
18:31:30 [2021-08-20T18:31:30.623Z]     docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.623Z]     --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s)
18:31:30 [2021-08-20T18:31:30.623Z] 
18:31:30 [2021-08-20T18:31:30.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.02s)
18:31:30 [2021-08-20T18:31:30.623Z]     docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.623Z]     --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s)
18:31:30 [2021-08-20T18:31:30.623Z] 
18:31:30 [2021-08-20T18:31:30.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s)
18:31:30 [2021-08-20T18:31:30.623Z]     docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.623Z]     --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s)
18:31:30 [2021-08-20T18:31:30.623Z] 
18:31:30 [2021-08-20T18:31:30.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.02s)
18:31:30 [2021-08-20T18:31:30.623Z]     docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.623Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s)
18:31:30 [2021-08-20T18:31:30.623Z] 
18:31:30 [2021-08-20T18:31:30.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s)
18:31:30 [2021-08-20T18:31:30.623Z]     docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.623Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s)
18:31:30 [2021-08-20T18:31:30.623Z] 
18:31:30 [2021-08-20T18:31:30.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s)
18:31:30 [2021-08-20T18:31:30.623Z]     docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.623Z]     --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s)
18:31:30 [2021-08-20T18:31:30.623Z] 
18:31:30 [2021-08-20T18:31:30.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s)
18:31:30 [2021-08-20T18:31:30.623Z]     docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.623Z]     --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s)
18:31:30 [2021-08-20T18:31:30.623Z] 
18:31:30 [2021-08-20T18:31:30.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.02s)
18:31:30 [2021-08-20T18:31:30.623Z]     docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.623Z]     --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s)
18:31:30 [2021-08-20T18:31:30.623Z] 
18:31:30 [2021-08-20T18:31:30.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.03s)
18:31:30 [2021-08-20T18:31:30.623Z]     docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.623Z]     --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.03s)
18:31:30 [2021-08-20T18:31:30.623Z] 
18:31:30 [2021-08-20T18:31:30.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s)
18:31:30 [2021-08-20T18:31:30.623Z]     docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.623Z]     --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s)
18:31:30 [2021-08-20T18:31:30.623Z] 
18:31:30 [2021-08-20T18:31:30.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s)
18:31:30 [2021-08-20T18:31:30.623Z]     docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.623Z]     --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s)
18:31:30 [2021-08-20T18:31:30.623Z] 
18:31:30 [2021-08-20T18:31:30.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.02s)
18:31:30 [2021-08-20T18:31:30.623Z]     docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.623Z]     --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s)
18:31:30 [2021-08-20T18:31:30.623Z] 
18:31:30 [2021-08-20T18:31:30.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.02s)
18:31:30 [2021-08-20T18:31:30.623Z]     docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.623Z]     --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s)
18:31:30 [2021-08-20T18:31:30.623Z] 
18:31:30 [2021-08-20T18:31:30.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.02s)
18:31:30 [2021-08-20T18:31:30.623Z]     docker_cli_run_test.go:2882: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.623Z]     --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s)
18:31:30 [2021-08-20T18:31:30.623Z] 
18:31:30 [2021-08-20T18:31:30.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.02s)
18:31:30 [2021-08-20T18:31:30.623Z]     docker_cli_run_test.go:2891: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.623Z]     --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s)
18:31:30 [2021-08-20T18:31:30.623Z] 
18:31:30 [2021-08-20T18:31:30.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.02s)
18:31:30 [2021-08-20T18:31:30.623Z]     docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.623Z]     --- SKIP: TestDockerSuite/TestNetHostname (0.02s)
18:31:30 [2021-08-20T18:31:30.623Z] 
18:31:30 [2021-08-20T18:31:30.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.02s)
18:31:30 [2021-08-20T18:31:30.623Z]     docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.623Z]     --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.02s)
18:31:30 [2021-08-20T18:31:30.623Z] 
18:31:30 [2021-08-20T18:31:30.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.03s)
18:31:30 [2021-08-20T18:31:30.623Z]     docker_cli_run_test.go:3485: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.623Z]     --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.03s)
18:31:30 [2021-08-20T18:31:30.623Z] 
18:31:30 [2021-08-20T18:31:30.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s)
18:31:30 [2021-08-20T18:31:30.623Z]     docker_cli_run_test.go:2671: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.623Z]     --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s)
18:31:30 [2021-08-20T18:31:30.623Z] 
18:31:30 [2021-08-20T18:31:30.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.02s)
18:31:30 [2021-08-20T18:31:30.623Z]     docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.623Z]     --- SKIP: TestDockerSuite/TestPluginActive (0.02s)
18:31:30 [2021-08-20T18:31:30.623Z] 
18:31:30 [2021-08-20T18:31:30.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.02s)
18:31:30 [2021-08-20T18:31:30.623Z]     docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.623Z]     --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s)
18:31:30 [2021-08-20T18:31:30.623Z] 
18:31:30 [2021-08-20T18:31:30.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s)
18:31:30 [2021-08-20T18:31:30.623Z]     docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.623Z]     --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s)
18:31:30 [2021-08-20T18:31:30.623Z] 
18:31:30 [2021-08-20T18:31:30.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.02s)
18:31:30 [2021-08-20T18:31:30.623Z]     docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64
18:31:30 [2021-08-20T18:31:30.623Z]     --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s)
18:31:30 [2021-08-20T18:31:30.623Z] 
18:31:30 [2021-08-20T18:31:30.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.01s)
18:31:30 [2021-08-20T18:31:30.623Z]     docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64
18:31:30 [2021-08-20T18:31:30.623Z]     --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s)
18:31:30 [2021-08-20T18:31:30.623Z] 
18:31:30 [2021-08-20T18:31:30.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.02s)
18:31:30 [2021-08-20T18:31:30.623Z]     docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.623Z]     --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s)
18:31:30 [2021-08-20T18:31:30.623Z] 
18:31:30 [2021-08-20T18:31:30.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.02s)
18:31:30 [2021-08-20T18:31:30.623Z]     docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.623Z]     --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s)
18:31:30 [2021-08-20T18:31:30.623Z] 
18:31:30 [2021-08-20T18:31:30.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.02s)
18:31:30 [2021-08-20T18:31:30.623Z]     docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.623Z]     --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s)
18:31:30 [2021-08-20T18:31:30.623Z] 
18:31:30 [2021-08-20T18:31:30.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.02s)
18:31:30 [2021-08-20T18:31:30.623Z]     docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.623Z]     --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s)
18:31:30 [2021-08-20T18:31:30.623Z] 
18:31:30 [2021-08-20T18:31:30.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.02s)
18:31:30 [2021-08-20T18:31:30.623Z]     docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.623Z]     --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s)
18:31:30 [2021-08-20T18:31:30.623Z] 
18:31:30 [2021-08-20T18:31:30.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.02s)
18:31:30 [2021-08-20T18:31:30.623Z]     docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.623Z]     --- SKIP: TestDockerSuite/TestPortList (0.02s)
18:31:30 [2021-08-20T18:31:30.623Z] 
18:31:30 [2021-08-20T18:31:30.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.02s)
18:31:30 [2021-08-20T18:31:30.623Z]     docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.623Z]     --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s)
18:31:30 [2021-08-20T18:31:30.623Z] 
18:31:30 [2021-08-20T18:31:30.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s)
18:31:30 [2021-08-20T18:31:30.623Z]     docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.623Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s)
18:31:30 [2021-08-20T18:31:30.623Z] 
18:31:30 [2021-08-20T18:31:30.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s)
18:31:30 [2021-08-20T18:31:30.623Z]     docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.623Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s)
18:31:30 [2021-08-20T18:31:30.623Z] 
18:31:30 [2021-08-20T18:31:30.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s)
18:31:30 [2021-08-20T18:31:30.623Z]     docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.623Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s)
18:31:30 [2021-08-20T18:31:30.623Z] 
18:31:30 [2021-08-20T18:31:30.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s)
18:31:30 [2021-08-20T18:31:30.623Z]     docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.623Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s)
18:31:30 [2021-08-20T18:31:30.623Z] 
18:31:30 [2021-08-20T18:31:30.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s)
18:31:30 [2021-08-20T18:31:30.623Z]     docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.623Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s)
18:31:30 [2021-08-20T18:31:30.623Z] 
18:31:30 [2021-08-20T18:31:30.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s)
18:31:30 [2021-08-20T18:31:30.623Z]     docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.623Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s)
18:31:30 [2021-08-20T18:31:30.623Z] 
18:31:30 [2021-08-20T18:31:30.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s)
18:31:30 [2021-08-20T18:31:30.623Z]     docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.623Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s)
18:31:30 [2021-08-20T18:31:30.623Z] 
18:31:30 [2021-08-20T18:31:30.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s)
18:31:30 [2021-08-20T18:31:30.623Z]     docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.623Z]     --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s)
18:31:30 [2021-08-20T18:31:30.623Z] 
18:31:30 [2021-08-20T18:31:30.623Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.02s)
18:31:30 [2021-08-20T18:31:30.623Z]     docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.623Z]     --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s)
18:31:30 [2021-08-20T18:31:30.623Z] 
18:31:30 [2021-08-20T18:31:30.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.05s)
18:31:30 [2021-08-20T18:31:30.624Z]     docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819
18:31:30 [2021-08-20T18:31:30.624Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.05s)
18:31:30 [2021-08-20T18:31:30.624Z] 
18:31:30 [2021-08-20T18:31:30.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.10s)
18:31:30 [2021-08-20T18:31:30.624Z]     docker_cli_ps_test.go:714: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.624Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.10s)
18:31:30 [2021-08-20T18:31:30.624Z] 
18:31:30 [2021-08-20T18:31:30.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.02s)
18:31:30 [2021-08-20T18:31:30.624Z]     docker_cli_ps_test.go:806: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.624Z]     --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s)
18:31:30 [2021-08-20T18:31:30.624Z] 
18:31:30 [2021-08-20T18:31:30.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.02s)
18:31:30 [2021-08-20T18:31:30.624Z]     docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.624Z]     --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s)
18:31:30 [2021-08-20T18:31:30.624Z] 
18:31:30 [2021-08-20T18:31:30.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s)
18:31:30 [2021-08-20T18:31:30.624Z]     docker_cli_ps_test.go:856: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.624Z]     --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s)
18:31:30 [2021-08-20T18:31:30.624Z] 
18:31:30 [2021-08-20T18:31:30.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s)
18:31:30 [2021-08-20T18:31:30.624Z]     docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.624Z]     --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s)
18:31:30 [2021-08-20T18:31:30.624Z] 
18:31:30 [2021-08-20T18:31:30.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.03s)
18:31:30 [2021-08-20T18:31:30.624Z]     docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.624Z]     --- SKIP: TestDockerSuite/TestPsRightTagName (0.03s)
18:31:30 [2021-08-20T18:31:30.624Z] 
18:31:30 [2021-08-20T18:31:30.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s)
18:31:30 [2021-08-20T18:31:30.624Z]     docker_cli_run_test.go:3117: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.624Z]     --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s)
18:31:30 [2021-08-20T18:31:30.624Z] 
18:31:30 [2021-08-20T18:31:30.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s)
18:31:30 [2021-08-20T18:31:30.624Z]     docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.624Z]     --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s)
18:31:30 [2021-08-20T18:31:30.624Z] 
18:31:30 [2021-08-20T18:31:30.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s)
18:31:30 [2021-08-20T18:31:30.624Z]     docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.624Z]     --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s)
18:31:30 [2021-08-20T18:31:30.624Z] 
18:31:30 [2021-08-20T18:31:30.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.01s)
18:31:30 [2021-08-20T18:31:30.624Z]     docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.624Z]     --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s)
18:31:30 [2021-08-20T18:31:30.624Z] 
18:31:30 [2021-08-20T18:31:30.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s)
18:31:30 [2021-08-20T18:31:30.624Z]     docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.624Z]     --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s)
18:31:30 [2021-08-20T18:31:30.624Z] 
18:31:30 [2021-08-20T18:31:30.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s)
18:31:30 [2021-08-20T18:31:30.624Z]     docker_cli_run_test.go:4400: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.624Z]     --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s)
18:31:30 [2021-08-20T18:31:30.624Z] 
18:31:30 [2021-08-20T18:31:30.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.02s)
18:31:30 [2021-08-20T18:31:30.624Z]     docker_cli_run_test.go:1576: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.624Z]     --- SKIP: TestDockerSuite/TestRunAddHost (0.02s)
18:31:30 [2021-08-20T18:31:30.624Z] 
18:31:30 [2021-08-20T18:31:30.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.02s)
18:31:30 [2021-08-20T18:31:30.624Z]     docker_cli_run_test.go:3917: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.624Z]     --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s)
18:31:30 [2021-08-20T18:31:30.624Z] 
18:31:30 [2021-08-20T18:31:30.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.02s)
18:31:30 [2021-08-20T18:31:30.624Z]     docker_cli_run_test.go:1171: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.624Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s)
18:31:30 [2021-08-20T18:31:30.624Z] 
18:31:30 [2021-08-20T18:31:30.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s)
18:31:30 [2021-08-20T18:31:30.624Z]     docker_cli_run_test.go:1189: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.624Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s)
18:31:30 [2021-08-20T18:31:30.624Z] 
18:31:30 [2021-08-20T18:31:30.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s)
18:31:30 [2021-08-20T18:31:30.624Z]     docker_cli_run_test.go:1180: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.624Z]     --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s)
18:31:30 [2021-08-20T18:31:30.624Z] 
18:31:30 [2021-08-20T18:31:30.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s)
18:31:30 [2021-08-20T18:31:30.624Z]     docker_cli_run_test.go:2060: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.624Z]     --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s)
18:31:30 [2021-08-20T18:31:30.624Z] 
18:31:30 [2021-08-20T18:31:30.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s)
18:31:30 [2021-08-20T18:31:30.624Z]     docker_cli_run_test.go:2265: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.624Z]     --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s)
18:31:30 [2021-08-20T18:31:30.624Z] 
18:31:30 [2021-08-20T18:31:30.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s)
18:31:30 [2021-08-20T18:31:30.624Z]     docker_cli_run_test.go:2601: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.624Z]     --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s)
18:31:30 [2021-08-20T18:31:30.624Z] 
18:31:30 [2021-08-20T18:31:30.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s)
18:31:30 [2021-08-20T18:31:30.624Z]     docker_cli_run_test.go:1052: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.624Z]     --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s)
18:31:30 [2021-08-20T18:31:30.624Z] 
18:31:30 [2021-08-20T18:31:30.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s)
18:31:30 [2021-08-20T18:31:30.624Z]     docker_cli_run_test.go:1062: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.624Z]     --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.02s)
18:31:30 [2021-08-20T18:31:30.624Z] 
18:31:30 [2021-08-20T18:31:30.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.01s)
18:31:30 [2021-08-20T18:31:30.624Z]     docker_cli_run_test.go:2981: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.624Z]     --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s)
18:31:30 [2021-08-20T18:31:30.624Z] 
18:31:30 [2021-08-20T18:31:30.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.02s)
18:31:30 [2021-08-20T18:31:30.624Z]     docker_cli_run_test.go:1042: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.624Z]     --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s)
18:31:30 [2021-08-20T18:31:30.624Z] 
18:31:30 [2021-08-20T18:31:30.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.01s)
18:31:30 [2021-08-20T18:31:30.624Z]     docker_cli_run_test.go:1033: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.624Z]     --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s)
18:31:30 [2021-08-20T18:31:30.624Z] 
18:31:30 [2021-08-20T18:31:30.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.03s)
18:31:30 [2021-08-20T18:31:30.624Z]     docker_cli_run_test.go:3167: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.624Z]     --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.03s)
18:31:30 [2021-08-20T18:31:30.624Z] 
18:31:30 [2021-08-20T18:31:30.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s)
18:31:30 [2021-08-20T18:31:30.624Z]     docker_cli_run_test.go:1023: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.624Z]     --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.02s)
18:31:30 [2021-08-20T18:31:30.624Z] 
18:31:30 [2021-08-20T18:31:30.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s)
18:31:30 [2021-08-20T18:31:30.624Z]     docker_cli_run_test.go:1011: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.624Z]     --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s)
18:31:30 [2021-08-20T18:31:30.624Z] 
18:31:30 [2021-08-20T18:31:30.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.02s)
18:31:30 [2021-08-20T18:31:30.624Z]     docker_cli_run_test.go:985: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.624Z]     --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s)
18:31:30 [2021-08-20T18:31:30.624Z] 
18:31:30 [2021-08-20T18:31:30.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s)
18:31:30 [2021-08-20T18:31:30.624Z]     docker_cli_run_test.go:998: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.624Z]     --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s)
18:31:30 [2021-08-20T18:31:30.624Z] 
18:31:30 [2021-08-20T18:31:30.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.01s)
18:31:30 [2021-08-20T18:31:30.624Z]     docker_cli_run_test.go:976: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.624Z]     --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s)
18:31:30 [2021-08-20T18:31:30.624Z] 
18:31:30 [2021-08-20T18:31:30.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s)
18:31:30 [2021-08-20T18:31:30.624Z]     docker_cli_run_test.go:1932: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.624Z]     --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s)
18:31:30 [2021-08-20T18:31:30.624Z] 
18:31:30 [2021-08-20T18:31:30.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.04s)
18:31:30 [2021-08-20T18:31:30.624Z]     docker_cli_run_test.go:3309: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.624Z]     --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.04s)
18:31:30 [2021-08-20T18:31:30.624Z] 
18:31:30 [2021-08-20T18:31:30.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s)
18:31:30 [2021-08-20T18:31:30.624Z]     docker_cli_run_test.go:3333: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.624Z]     --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s)
18:31:30 [2021-08-20T18:31:30.624Z] 
18:31:30 [2021-08-20T18:31:30.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s)
18:31:30 [2021-08-20T18:31:30.624Z]     docker_cli_run_test.go:3300: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.624Z]     --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.02s)
18:31:30 [2021-08-20T18:31:30.624Z] 
18:31:30 [2021-08-20T18:31:30.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s)
18:31:30 [2021-08-20T18:31:30.624Z]     docker_cli_run_test.go:3285: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.624Z]     --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s)
18:31:30 [2021-08-20T18:31:30.624Z] 
18:31:30 [2021-08-20T18:31:30.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.02s)
18:31:30 [2021-08-20T18:31:30.624Z]     docker_cli_run_test.go:3210: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.624Z]     --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s)
18:31:30 [2021-08-20T18:31:30.624Z] 
18:31:30 [2021-08-20T18:31:30.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s)
18:31:30 [2021-08-20T18:31:30.624Z]     docker_cli_run_test.go:2709: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.624Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s)
18:31:30 [2021-08-20T18:31:30.624Z] 
18:31:30 [2021-08-20T18:31:30.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s)
18:31:30 [2021-08-20T18:31:30.624Z]     docker_cli_run_test.go:2658: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.624Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s)
18:31:30 [2021-08-20T18:31:30.624Z] 
18:31:30 [2021-08-20T18:31:30.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s)
18:31:30 [2021-08-20T18:31:30.624Z]     docker_cli_run_test.go:2731: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.624Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s)
18:31:30 [2021-08-20T18:31:30.624Z] 
18:31:30 [2021-08-20T18:31:30.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s)
18:31:30 [2021-08-20T18:31:30.624Z]     docker_cli_run_test.go:2721: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.624Z]     --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s)
18:31:30 [2021-08-20T18:31:30.624Z] 
18:31:30 [2021-08-20T18:31:30.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.02s)
18:31:30 [2021-08-20T18:31:30.624Z]     docker_cli_run_test.go:1677: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.624Z]     --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s)
18:31:30 [2021-08-20T18:31:30.624Z] 
18:31:30 [2021-08-20T18:31:30.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s)
18:31:30 [2021-08-20T18:31:30.624Z]     docker_cli_run_test.go:1658: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.624Z]     --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s)
18:31:30 [2021-08-20T18:31:30.624Z] 
18:31:30 [2021-08-20T18:31:30.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s)
18:31:30 [2021-08-20T18:31:30.624Z]     docker_cli_run_test.go:3175: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.624Z]     --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s)
18:31:30 [2021-08-20T18:31:30.624Z] 
18:31:30 [2021-08-20T18:31:30.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.02s)
18:31:30 [2021-08-20T18:31:30.624Z]     docker_cli_run_test.go:2152: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.624Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s)
18:31:30 [2021-08-20T18:31:30.624Z] 
18:31:30 [2021-08-20T18:31:30.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s)
18:31:30 [2021-08-20T18:31:30.624Z]     docker_cli_run_test.go:621: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.624Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s)
18:31:30 [2021-08-20T18:31:30.624Z] 
18:31:30 [2021-08-20T18:31:30.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s)
18:31:30 [2021-08-20T18:31:30.624Z]     docker_cli_run_test.go:383: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.624Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s)
18:31:30 [2021-08-20T18:31:30.624Z] 
18:31:30 [2021-08-20T18:31:30.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s)
18:31:30 [2021-08-20T18:31:30.624Z]     docker_cli_run_test.go:427: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.624Z]     --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s)
18:31:30 [2021-08-20T18:31:30.624Z] 
18:31:30 [2021-08-20T18:31:30.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.02s)
18:31:30 [2021-08-20T18:31:30.624Z]     docker_cli_run_test.go:1253: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.624Z]     --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s)
18:31:30 [2021-08-20T18:31:30.624Z] 
18:31:30 [2021-08-20T18:31:30.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.02s)
18:31:30 [2021-08-20T18:31:30.624Z]     docker_cli_run_test.go:3882: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.624Z]     --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s)
18:31:30 [2021-08-20T18:31:30.624Z] 
18:31:30 [2021-08-20T18:31:30.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.02s)
18:31:30 [2021-08-20T18:31:30.624Z]     docker_cli_run_test.go:1288: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.624Z]     --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s)
18:31:30 [2021-08-20T18:31:30.624Z] 
18:31:30 [2021-08-20T18:31:30.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s)
18:31:30 [2021-08-20T18:31:30.624Z]     docker_cli_run_test.go:1321: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.624Z]     --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s)
18:31:30 [2021-08-20T18:31:30.624Z] 
18:31:30 [2021-08-20T18:31:30.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.02s)
18:31:30 [2021-08-20T18:31:30.624Z]     docker_cli_run_test.go:1310: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.624Z]     --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s)
18:31:30 [2021-08-20T18:31:30.624Z] 
18:31:30 [2021-08-20T18:31:30.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s)
18:31:30 [2021-08-20T18:31:30.624Z]     docker_cli_run_test.go:2025: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.624Z]     --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s)
18:31:30 [2021-08-20T18:31:30.624Z] 
18:31:30 [2021-08-20T18:31:30.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.02s)
18:31:30 [2021-08-20T18:31:30.624Z]     docker_cli_run_test.go:1141: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.624Z]     --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s)
18:31:30 [2021-08-20T18:31:30.624Z] 
18:31:30 [2021-08-20T18:31:30.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.02s)
18:31:30 [2021-08-20T18:31:30.624Z]     docker_cli_run_test.go:4057: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.624Z]     --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s)
18:31:30 [2021-08-20T18:31:30.624Z] 
18:31:30 [2021-08-20T18:31:30.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.02s)
18:31:30 [2021-08-20T18:31:30.624Z]     docker_cli_run_test.go:4140: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.624Z]     --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s)
18:31:30 [2021-08-20T18:31:30.624Z] 
18:31:30 [2021-08-20T18:31:30.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.02s)
18:31:30 [2021-08-20T18:31:30.624Z]     docker_cli_run_test.go:817: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.624Z]     --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s)
18:31:30 [2021-08-20T18:31:30.624Z] 
18:31:30 [2021-08-20T18:31:30.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.02s)
18:31:30 [2021-08-20T18:31:30.624Z]     docker_cli_run_test.go:856: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.624Z]     --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s)
18:31:30 [2021-08-20T18:31:30.624Z] 
18:31:30 [2021-08-20T18:31:30.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.02s)
18:31:30 [2021-08-20T18:31:30.624Z]     docker_cli_run_test.go:889: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.624Z]     --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s)
18:31:30 [2021-08-20T18:31:30.624Z] 
18:31:30 [2021-08-20T18:31:30.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.02s)
18:31:30 [2021-08-20T18:31:30.624Z]     docker_cli_run_test.go:947: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.624Z]     --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s)
18:31:30 [2021-08-20T18:31:30.624Z] 
18:31:30 [2021-08-20T18:31:30.624Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.02s)
18:31:30 [2021-08-20T18:31:30.625Z]     docker_cli_run_test.go:1074: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.625Z]     --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s)
18:31:30 [2021-08-20T18:31:30.625Z] 
18:31:30 [2021-08-20T18:31:30.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.02s)
18:31:30 [2021-08-20T18:31:30.625Z]     docker_cli_run_test.go:4379: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.625Z]     --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s)
18:31:30 [2021-08-20T18:31:30.625Z] 
18:31:30 [2021-08-20T18:31:30.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.02s)
18:31:30 [2021-08-20T18:31:30.625Z]     docker_cli_run_test.go:4392: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.625Z]     --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s)
18:31:30 [2021-08-20T18:31:30.625Z] 
18:31:30 [2021-08-20T18:31:30.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s)
18:31:30 [2021-08-20T18:31:30.625Z]     docker_cli_run_test.go:4124: unmatched requirement IsolationIsHyperv
18:31:30 [2021-08-20T18:31:30.625Z]     --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s)
18:31:30 [2021-08-20T18:31:30.625Z] 
18:31:30 [2021-08-20T18:31:30.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.01s)
18:31:30 [2021-08-20T18:31:30.625Z]     docker_cli_run_test.go:3698: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.625Z]     --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s)
18:31:30 [2021-08-20T18:31:30.625Z] 
18:31:30 [2021-08-20T18:31:30.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.02s)
18:31:30 [2021-08-20T18:31:30.625Z]     docker_cli_run_test.go:2003: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.625Z]     --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s)
18:31:30 [2021-08-20T18:31:30.625Z] 
18:31:30 [2021-08-20T18:31:30.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.02s)
18:31:30 [2021-08-20T18:31:30.625Z]     docker_cli_run_test.go:3245: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.625Z]     --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s)
18:31:30 [2021-08-20T18:31:30.625Z] 
18:31:30 [2021-08-20T18:31:30.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.02s)
18:31:30 [2021-08-20T18:31:30.625Z]     docker_cli_run_test.go:60: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.625Z]     --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s)
18:31:30 [2021-08-20T18:31:30.625Z] 
18:31:30 [2021-08-20T18:31:30.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.02s)
18:31:30 [2021-08-20T18:31:30.625Z]     docker_cli_run_test.go:3354: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.625Z]     --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s)
18:31:30 [2021-08-20T18:31:30.625Z] 
18:31:30 [2021-08-20T18:31:30.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s)
18:31:30 [2021-08-20T18:31:30.625Z]     docker_cli_run_test.go:195: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.625Z]     --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s)
18:31:30 [2021-08-20T18:31:30.625Z] 
18:31:30 [2021-08-20T18:31:30.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s)
18:31:30 [2021-08-20T18:31:30.625Z]     docker_cli_run_test.go:180: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.625Z]     --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.02s)
18:31:30 [2021-08-20T18:31:30.625Z] 
18:31:30 [2021-08-20T18:31:30.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s)
18:31:30 [2021-08-20T18:31:30.625Z]     docker_cli_run_test.go:3364: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.625Z]     --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s)
18:31:30 [2021-08-20T18:31:30.625Z] 
18:31:30 [2021-08-20T18:31:30.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.02s)
18:31:30 [2021-08-20T18:31:30.625Z]     docker_cli_run_test.go:1198: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.625Z]     --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s)
18:31:30 [2021-08-20T18:31:30.625Z] 
18:31:30 [2021-08-20T18:31:30.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s)
18:31:30 [2021-08-20T18:31:30.625Z]     docker_cli_run_test.go:2315: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.625Z]     --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s)
18:31:30 [2021-08-20T18:31:30.625Z] 
18:31:30 [2021-08-20T18:31:30.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s)
18:31:30 [2021-08-20T18:31:30.625Z]     docker_cli_run_test.go:2324: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.625Z]     --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s)
18:31:30 [2021-08-20T18:31:30.625Z] 
18:31:30 [2021-08-20T18:31:30.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.02s)
18:31:30 [2021-08-20T18:31:30.625Z]     docker_cli_run_test.go:2293: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.625Z]     --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s)
18:31:30 [2021-08-20T18:31:30.625Z] 
18:31:30 [2021-08-20T18:31:30.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.02s)
18:31:30 [2021-08-20T18:31:30.625Z]     docker_cli_run_test.go:3398: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.625Z]     --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s)
18:31:30 [2021-08-20T18:31:30.625Z] 
18:31:30 [2021-08-20T18:31:30.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.02s)
18:31:30 [2021-08-20T18:31:30.625Z]     docker_cli_run_test.go:2337: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.625Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s)
18:31:30 [2021-08-20T18:31:30.625Z] 
18:31:30 [2021-08-20T18:31:30.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.02s)
18:31:30 [2021-08-20T18:31:30.625Z]     docker_cli_run_test.go:2362: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.625Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s)
18:31:30 [2021-08-20T18:31:30.625Z] 
18:31:30 [2021-08-20T18:31:30.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s)
18:31:30 [2021-08-20T18:31:30.625Z]     docker_cli_run_test.go:2371: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.625Z]     --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s)
18:31:30 [2021-08-20T18:31:30.625Z] 
18:31:30 [2021-08-20T18:31:30.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.02s)
18:31:30 [2021-08-20T18:31:30.625Z]     docker_cli_run_test.go:2429: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.625Z]     --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s)
18:31:30 [2021-08-20T18:31:30.625Z] 
18:31:30 [2021-08-20T18:31:30.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.02s)
18:31:30 [2021-08-20T18:31:30.625Z]     docker_cli_run_test.go:4202: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.625Z]     --- SKIP: TestDockerSuite/TestRunMount (0.02s)
18:31:30 [2021-08-20T18:31:30.625Z] 
18:31:30 [2021-08-20T18:31:30.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.01s)
18:31:30 [2021-08-20T18:31:30.625Z]     docker_cli_run_test.go:2080: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.625Z]     --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s)
18:31:30 [2021-08-20T18:31:30.625Z] 
18:31:30 [2021-08-20T18:31:30.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s)
18:31:30 [2021-08-20T18:31:30.625Z]     docker_cli_run_test.go:4190: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.625Z]     --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s)
18:31:30 [2021-08-20T18:31:30.625Z] 
18:31:30 [2021-08-20T18:31:30.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s)
18:31:30 [2021-08-20T18:31:30.625Z]     docker_cli_run_test.go:2384: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.625Z]     --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s)
18:31:30 [2021-08-20T18:31:30.625Z] 
18:31:30 [2021-08-20T18:31:30.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.02s)
18:31:30 [2021-08-20T18:31:30.625Z]     docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.625Z]     --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s)
18:31:30 [2021-08-20T18:31:30.625Z] 
18:31:30 [2021-08-20T18:31:30.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.02s)
18:31:30 [2021-08-20T18:31:30.625Z]     docker_cli_run_test.go:3187: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.625Z]     --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s)
18:31:30 [2021-08-20T18:31:30.625Z] 
18:31:30 [2021-08-20T18:31:30.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s)
18:31:30 [2021-08-20T18:31:30.625Z]     docker_cli_run_test.go:3749: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.625Z]     --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s)
18:31:30 [2021-08-20T18:31:30.625Z] 
18:31:30 [2021-08-20T18:31:30.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s)
18:31:30 [2021-08-20T18:31:30.625Z]     docker_cli_run_test.go:3742: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.625Z]     --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s)
18:31:30 [2021-08-20T18:31:30.625Z] 
18:31:30 [2021-08-20T18:31:30.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.02s)
18:31:30 [2021-08-20T18:31:30.625Z]     docker_cli_run_test.go:2581: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.625Z]     --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s)
18:31:30 [2021-08-20T18:31:30.625Z] 
18:31:30 [2021-08-20T18:31:30.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.02s)
18:31:30 [2021-08-20T18:31:30.625Z]     docker_cli_run_test.go:2550: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.625Z]     --- SKIP: TestDockerSuite/TestRunNetHost (0.02s)
18:31:30 [2021-08-20T18:31:30.625Z] 
18:31:30 [2021-08-20T18:31:30.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s)
18:31:30 [2021-08-20T18:31:30.625Z]     docker_cli_run_test.go:931: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.625Z]     --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s)
18:31:30 [2021-08-20T18:31:30.625Z] 
18:31:30 [2021-08-20T18:31:30.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.02s)
18:31:30 [2021-08-20T18:31:30.625Z]     docker_cli_run_test.go:2573: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.625Z]     --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s)
18:31:30 [2021-08-20T18:31:30.625Z] 
18:31:30 [2021-08-20T18:31:30.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.02s)
18:31:30 [2021-08-20T18:31:30.625Z]     docker_cli_run_test.go:3042: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.625Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s)
18:31:30 [2021-08-20T18:31:30.625Z] 
18:31:30 [2021-08-20T18:31:30.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s)
18:31:30 [2021-08-20T18:31:30.625Z]     docker_cli_run_test.go:3066: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.625Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s)
18:31:30 [2021-08-20T18:31:30.625Z] 
18:31:30 [2021-08-20T18:31:30.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s)
18:31:30 [2021-08-20T18:31:30.625Z]     docker_cli_run_test.go:3088: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.625Z]     --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.02s)
18:31:30 [2021-08-20T18:31:30.625Z] 
18:31:30 [2021-08-20T18:31:30.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.03s)
18:31:30 [2021-08-20T18:31:30.625Z]     docker_cli_run_test.go:3412: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.625Z]     --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.03s)
18:31:30 [2021-08-20T18:31:30.625Z] 
18:31:30 [2021-08-20T18:31:30.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.31s)
18:31:30 [2021-08-20T18:31:30.625Z]     docker_cli_run_test.go:1403: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.625Z]     --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.31s)
18:31:30 [2021-08-20T18:31:30.625Z] 
18:31:30 [2021-08-20T18:31:30.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s)
18:31:30 [2021-08-20T18:31:30.625Z]     docker_cli_run_test.go:2781: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.625Z]     --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s)
18:31:30 [2021-08-20T18:31:30.625Z] 
18:31:30 [2021-08-20T18:31:30.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s)
18:31:30 [2021-08-20T18:31:30.625Z]     docker_cli_run_test.go:2471: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.625Z]     --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s)
18:31:30 [2021-08-20T18:31:30.625Z] 
18:31:30 [2021-08-20T18:31:30.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.02s)
18:31:30 [2021-08-20T18:31:30.625Z]     docker_cli_run_test.go:2043: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.625Z]     --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s)
18:31:30 [2021-08-20T18:31:30.625Z] 
18:31:30 [2021-08-20T18:31:30.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.02s)
18:31:30 [2021-08-20T18:31:30.625Z]     docker_cli_run_test.go:957: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.625Z]     --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s)
18:31:30 [2021-08-20T18:31:30.625Z] 
18:31:30 [2021-08-20T18:31:30.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.02s)
18:31:30 [2021-08-20T18:31:30.625Z]     docker_cli_run_test.go:1085: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.625Z]     --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s)
18:31:30 [2021-08-20T18:31:30.625Z] 
18:31:30 [2021-08-20T18:31:30.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s)
18:31:30 [2021-08-20T18:31:30.625Z]     docker_cli_run_test.go:1124: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.625Z]     --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s)
18:31:30 [2021-08-20T18:31:30.625Z] 
18:31:30 [2021-08-20T18:31:30.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s)
18:31:30 [2021-08-20T18:31:30.625Z]     docker_cli_run_test.go:1132: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.625Z]     --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s)
18:31:30 [2021-08-20T18:31:30.625Z] 
18:31:30 [2021-08-20T18:31:30.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.02s)
18:31:30 [2021-08-20T18:31:30.625Z]     docker_cli_run_test.go:2956: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.625Z]     --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s)
18:31:30 [2021-08-20T18:31:30.625Z] 
18:31:30 [2021-08-20T18:31:30.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.02s)
18:31:30 [2021-08-20T18:31:30.625Z]     docker_cli_run_test.go:2859: unmatched requirement Apparmor
18:31:30 [2021-08-20T18:31:30.625Z]     --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s)
18:31:30 [2021-08-20T18:31:30.625Z] 
18:31:30 [2021-08-20T18:31:30.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.02s)
18:31:30 [2021-08-20T18:31:30.625Z]     docker_cli_run_test.go:2838: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.625Z]     --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s)
18:31:30 [2021-08-20T18:31:30.625Z] 
18:31:30 [2021-08-20T18:31:30.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.02s)
18:31:30 [2021-08-20T18:31:30.625Z]     docker_cli_run_test.go:2823: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.625Z]     --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s)
18:31:30 [2021-08-20T18:31:30.625Z] 
18:31:30 [2021-08-20T18:31:30.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.02s)
18:31:30 [2021-08-20T18:31:30.625Z]     docker_cli_run_test.go:1425: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.625Z]     --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s)
18:31:30 [2021-08-20T18:31:30.625Z] 
18:31:30 [2021-08-20T18:31:30.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s)
18:31:30 [2021-08-20T18:31:30.625Z]     docker_cli_run_test.go:2125: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.625Z]     --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s)
18:31:30 [2021-08-20T18:31:30.625Z] 
18:31:30 [2021-08-20T18:31:30.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.02s)
18:31:30 [2021-08-20T18:31:30.625Z]     docker_cli_run_test.go:2237: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.625Z]     --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s)
18:31:30 [2021-08-20T18:31:30.625Z] 
18:31:30 [2021-08-20T18:31:30.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.02s)
18:31:30 [2021-08-20T18:31:30.625Z]     docker_cli_run_test.go:1621: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.625Z]     --- SKIP: TestDockerSuite/TestRunState (0.02s)
18:31:30 [2021-08-20T18:31:30.625Z] 
18:31:30 [2021-08-20T18:31:30.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.02s)
18:31:30 [2021-08-20T18:31:30.625Z]     docker_cli_run_test.go:98: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.625Z]     --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s)
18:31:30 [2021-08-20T18:31:30.625Z] 
18:31:30 [2021-08-20T18:31:30.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s)
18:31:30 [2021-08-20T18:31:30.625Z]     docker_cli_run_test.go:1108: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.625Z]     --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s)
18:31:30 [2021-08-20T18:31:30.625Z] 
18:31:30 [2021-08-20T18:31:30.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s)
18:31:30 [2021-08-20T18:31:30.625Z]     docker_cli_run_test.go:1116: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.625Z]     --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s)
18:31:30 [2021-08-20T18:31:30.625Z] 
18:31:30 [2021-08-20T18:31:30.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s)
18:31:30 [2021-08-20T18:31:30.625Z]     docker_cli_run_test.go:1156: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.625Z]     --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s)
18:31:30 [2021-08-20T18:31:30.625Z] 
18:31:30 [2021-08-20T18:31:30.625Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s)
18:31:30 [2021-08-20T18:31:30.625Z]     docker_cli_run_test.go:967: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.626Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s)
18:31:30 [2021-08-20T18:31:30.626Z] 
18:31:30 [2021-08-20T18:31:30.626Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s)
18:31:30 [2021-08-20T18:31:30.626Z]     docker_cli_run_test.go:1095: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.626Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s)
18:31:30 [2021-08-20T18:31:30.626Z] 
18:31:30 [2021-08-20T18:31:30.626Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s)
18:31:30 [2021-08-20T18:31:30.626Z]     docker_cli_run_test.go:1165: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.626Z]     --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s)
18:31:30 [2021-08-20T18:31:30.626Z] 
18:31:30 [2021-08-20T18:31:30.626Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.02s)
18:31:30 [2021-08-20T18:31:30.626Z]     docker_cli_run_test.go:3958: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.626Z]     --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s)
18:31:30 [2021-08-20T18:31:30.626Z] 
18:31:30 [2021-08-20T18:31:30.626Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.02s)
18:31:30 [2021-08-20T18:31:30.626Z]     docker_cli_run_test.go:2898: unmatched requirement Apparmor
18:31:30 [2021-08-20T18:31:30.626Z]     --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s)
18:31:30 [2021-08-20T18:31:30.626Z] 
18:31:30 [2021-08-20T18:31:30.626Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.02s)
18:31:30 [2021-08-20T18:31:30.626Z]     docker_cli_run_test.go:736: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.626Z]     --- SKIP: TestDockerSuite/TestRunUserByID (0.02s)
18:31:30 [2021-08-20T18:31:30.626Z] 
18:31:30 [2021-08-20T18:31:30.626Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.02s)
18:31:30 [2021-08-20T18:31:30.626Z]     docker_cli_run_test.go:746: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.626Z]     --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s)
18:31:30 [2021-08-20T18:31:30.626Z] 
18:31:30 [2021-08-20T18:31:30.626Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.02s)
18:31:30 [2021-08-20T18:31:30.626Z]     docker_cli_run_test.go:759: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.626Z]     --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s)
18:31:30 [2021-08-20T18:31:30.626Z] 
18:31:30 [2021-08-20T18:31:30.626Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.02s)
18:31:30 [2021-08-20T18:31:30.626Z]     docker_cli_run_test.go:772: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.626Z]     --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s)
18:31:30 [2021-08-20T18:31:30.626Z] 
18:31:30 [2021-08-20T18:31:30.626Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.02s)
18:31:30 [2021-08-20T18:31:30.626Z]     docker_cli_run_test.go:726: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.626Z]     --- SKIP: TestDockerSuite/TestRunUserByName (0.02s)
18:31:30 [2021-08-20T18:31:30.626Z] 
18:31:30 [2021-08-20T18:31:30.626Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.02s)
18:31:30 [2021-08-20T18:31:30.626Z]     docker_cli_run_test.go:785: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.626Z]     --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s)
18:31:30 [2021-08-20T18:31:30.626Z] 
18:31:30 [2021-08-20T18:31:30.626Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.02s)
18:31:30 [2021-08-20T18:31:30.626Z]     docker_cli_run_test.go:3847: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.626Z]     --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s)
18:31:30 [2021-08-20T18:31:30.626Z] 
18:31:30 [2021-08-20T18:31:30.626Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s)
18:31:30 [2021-08-20T18:31:30.626Z]     docker_cli_run_test.go:3840: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.626Z]     --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s)
18:31:30 [2021-08-20T18:31:30.626Z] 
18:31:30 [2021-08-20T18:31:30.626Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s)
18:31:30 [2021-08-20T18:31:30.626Z]     docker_cli_run_test.go:658: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.626Z]     --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s)
18:31:30 [2021-08-20T18:31:30.626Z] 
18:31:30 [2021-08-20T18:31:30.626Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.02s)
18:31:30 [2021-08-20T18:31:30.626Z]     docker_cli_run_test.go:1850: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.626Z]     --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s)
18:31:30 [2021-08-20T18:31:30.626Z] 
18:31:30 [2021-08-20T18:31:30.626Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s)
18:31:30 [2021-08-20T18:31:30.626Z]     docker_cli_run_test.go:282: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.626Z]     --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s)
18:31:30 [2021-08-20T18:31:30.626Z] 
18:31:30 [2021-08-20T18:31:30.626Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.02s)
18:31:30 [2021-08-20T18:31:30.626Z]     docker_cli_run_test.go:3714: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.626Z]     --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s)
18:31:30 [2021-08-20T18:31:30.626Z] 
18:31:30 [2021-08-20T18:31:30.626Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s)
18:31:30 [2021-08-20T18:31:30.626Z]     docker_cli_run_test.go:3725: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.626Z]     --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s)
18:31:30 [2021-08-20T18:31:30.626Z] 
18:31:30 [2021-08-20T18:31:30.626Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s)
18:31:30 [2021-08-20T18:31:30.626Z]     docker_cli_run_test.go:2804: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.626Z]     --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s)
18:31:30 [2021-08-20T18:31:30.626Z] 
18:31:30 [2021-08-20T18:31:30.626Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.02s)
18:31:30 [2021-08-20T18:31:30.626Z]     docker_cli_run_test.go:3199: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.626Z]     --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s)
18:31:30 [2021-08-20T18:31:30.626Z] 
18:31:30 [2021-08-20T18:31:30.626Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.02s)
18:31:30 [2021-08-20T18:31:30.626Z]     docker_cli_run_test.go:3015: unmatched requirement Apparmor
18:31:30 [2021-08-20T18:31:30.626Z]     --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s)
18:31:30 [2021-08-20T18:31:30.626Z] 
18:31:30 [2021-08-20T18:31:30.626Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s)
18:31:30 [2021-08-20T18:31:30.626Z]     docker_cli_run_test.go:1802: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.626Z]     --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s)
18:31:30 [2021-08-20T18:31:30.626Z] 
18:31:30 [2021-08-20T18:31:30.626Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.01s)
18:31:30 [2021-08-20T18:31:30.626Z]     docker_cli_run_test.go:2814: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.626Z]     --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s)
18:31:30 [2021-08-20T18:31:30.626Z] 
18:31:30 [2021-08-20T18:31:30.626Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.03s)
18:31:30 [2021-08-20T18:31:30.626Z]     docker_cli_run_test.go:3612: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.626Z]     --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.03s)
18:31:30 [2021-08-20T18:31:30.626Z] 
18:31:30 [2021-08-20T18:31:30.626Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s)
18:31:30 [2021-08-20T18:31:30.626Z]     docker_cli_run_test.go:3623: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.626Z]     --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s)
18:31:30 [2021-08-20T18:31:30.626Z] 
18:31:30 [2021-08-20T18:31:30.626Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s)
18:31:30 [2021-08-20T18:31:30.626Z]     docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.626Z]     --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s)
18:31:30 [2021-08-20T18:31:30.626Z] 
18:31:30 [2021-08-20T18:31:30.626Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.02s)
18:31:30 [2021-08-20T18:31:30.626Z]     docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.626Z]     --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s)
18:31:30 [2021-08-20T18:31:30.626Z] 
18:31:30 [2021-08-20T18:31:30.626Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.02s)
18:31:30 [2021-08-20T18:31:30.626Z]     docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.626Z]     --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s)
18:31:30 [2021-08-20T18:31:30.626Z] 
18:31:30 [2021-08-20T18:31:30.626Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.02s)
18:31:30 [2021-08-20T18:31:30.626Z]     docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.626Z]     --- SKIP: TestDockerSuite/TestSaveImageId (0.02s)
18:31:30 [2021-08-20T18:31:30.626Z] 
18:31:30 [2021-08-20T18:31:30.626Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.02s)
18:31:30 [2021-08-20T18:31:30.626Z]     docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.626Z]     --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s)
18:31:30 [2021-08-20T18:31:30.626Z] 
18:31:30 [2021-08-20T18:31:30.626Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.02s)
18:31:30 [2021-08-20T18:31:30.626Z]     docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.626Z]     --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s)
18:31:30 [2021-08-20T18:31:30.626Z] 
18:31:30 [2021-08-20T18:31:30.626Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.02s)
18:31:30 [2021-08-20T18:31:30.626Z]     docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.626Z]     --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s)
18:31:30 [2021-08-20T18:31:30.626Z] 
18:31:30 [2021-08-20T18:31:30.626Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s)
18:31:30 [2021-08-20T18:31:30.626Z]     docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.626Z]     --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s)
18:31:30 [2021-08-20T18:31:30.626Z] 
18:31:30 [2021-08-20T18:31:30.626Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.02s)
18:31:30 [2021-08-20T18:31:30.626Z]     docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.626Z]     --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s)
18:31:30 [2021-08-20T18:31:30.626Z] 
18:31:30 [2021-08-20T18:31:30.626Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.02s)
18:31:30 [2021-08-20T18:31:30.626Z]     docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.626Z]     --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s)
18:31:30 [2021-08-20T18:31:30.626Z] 
18:31:30 [2021-08-20T18:31:30.626Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s)
18:31:30 [2021-08-20T18:31:30.626Z]     docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.626Z]     --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s)
18:31:30 [2021-08-20T18:31:30.626Z] 
18:31:30 [2021-08-20T18:31:30.626Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s)
18:31:30 [2021-08-20T18:31:30.626Z]     docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.626Z]     --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s)
18:31:30 [2021-08-20T18:31:30.626Z] 
18:31:30 [2021-08-20T18:31:30.626Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.02s)
18:31:30 [2021-08-20T18:31:30.626Z]     docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.626Z]     --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s)
18:31:30 [2021-08-20T18:31:30.626Z] 
18:31:30 [2021-08-20T18:31:30.626Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.02s)
18:31:30 [2021-08-20T18:31:30.626Z]     docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.626Z]     --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s)
18:31:30 [2021-08-20T18:31:30.626Z] 
18:31:30 [2021-08-20T18:31:30.626Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.02s)
18:31:30 [2021-08-20T18:31:30.626Z]     docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.626Z]     --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s)
18:31:30 [2021-08-20T18:31:30.626Z] 
18:31:30 [2021-08-20T18:31:30.626Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.02s)
18:31:30 [2021-08-20T18:31:30.626Z]     docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.626Z]     --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s)
18:31:30 [2021-08-20T18:31:30.626Z] 
18:31:30 [2021-08-20T18:31:30.626Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.02s)
18:31:30 [2021-08-20T18:31:30.626Z]     docker_cli_start_test.go:99: unmatched requirement IsPausable
18:31:30 [2021-08-20T18:31:30.626Z]     --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s)
18:31:30 [2021-08-20T18:31:30.626Z] 
18:31:30 [2021-08-20T18:31:30.626Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.02s)
18:31:30 [2021-08-20T18:31:30.626Z]     docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.626Z]     --- SKIP: TestDockerSuite/TestStartRecordError (0.02s)
18:31:30 [2021-08-20T18:31:30.626Z] 
18:31:30 [2021-08-20T18:31:30.626Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.02s)
18:31:30 [2021-08-20T18:31:30.626Z]     docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.626Z]     --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s)
18:31:30 [2021-08-20T18:31:30.626Z] 
18:31:30 [2021-08-20T18:31:30.626Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.02s)
18:31:30 [2021-08-20T18:31:30.626Z]     docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.626Z]     --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s)
18:31:30 [2021-08-20T18:31:30.626Z] 
18:31:30 [2021-08-20T18:31:30.626Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.02s)
18:31:30 [2021-08-20T18:31:30.626Z]     docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.626Z]     --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s)
18:31:30 [2021-08-20T18:31:30.626Z] 
18:31:30 [2021-08-20T18:31:30.626Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.02s)
18:31:30 [2021-08-20T18:31:30.626Z]     docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.626Z]     --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s)
18:31:30 [2021-08-20T18:31:30.626Z] 
18:31:30 [2021-08-20T18:31:30.626Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.02s)
18:31:30 [2021-08-20T18:31:30.626Z]     docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.626Z]     --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s)
18:31:30 [2021-08-20T18:31:30.626Z] 
18:31:30 [2021-08-20T18:31:30.626Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.02s)
18:31:30 [2021-08-20T18:31:30.626Z]     docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.626Z]     --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s)
18:31:30 [2021-08-20T18:31:30.626Z] 
18:31:30 [2021-08-20T18:31:30.626Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.02s)
18:31:30 [2021-08-20T18:31:30.626Z]     docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.626Z]     --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s)
18:31:30 [2021-08-20T18:31:30.626Z] 
18:31:30 [2021-08-20T18:31:30.626Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.03s)
18:31:30 [2021-08-20T18:31:30.626Z]     docker_cli_run_test.go:3423: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.626Z]     --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.03s)
18:31:30 [2021-08-20T18:31:30.626Z] 
18:31:30 [2021-08-20T18:31:30.626Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s)
18:31:30 [2021-08-20T18:31:30.626Z]     docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.626Z]     --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s)
18:31:30 [2021-08-20T18:31:30.626Z] 
18:31:30 [2021-08-20T18:31:30.626Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s)
18:31:30 [2021-08-20T18:31:30.626Z]     docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.626Z]     --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s)
18:31:30 [2021-08-20T18:31:30.626Z] 
18:31:30 [2021-08-20T18:31:30.626Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.02s)
18:31:30 [2021-08-20T18:31:30.626Z]     docker_cli_run_test.go:293: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.626Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s)
18:31:30 [2021-08-20T18:31:30.626Z] 
18:31:30 [2021-08-20T18:31:30.626Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.02s)
18:31:30 [2021-08-20T18:31:30.626Z]     docker_cli_run_test.go:208: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.626Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s)
18:31:30 [2021-08-20T18:31:30.626Z] 
18:31:30 [2021-08-20T18:31:30.626Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s)
18:31:30 [2021-08-20T18:31:30.626Z]     docker_cli_run_test.go:244: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.626Z]     --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s)
18:31:30 [2021-08-20T18:31:30.626Z] 
18:31:30 [2021-08-20T18:31:30.626Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s)
18:31:30 [2021-08-20T18:31:30.626Z]     docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.626Z]     --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s)
18:31:30 [2021-08-20T18:31:30.626Z] 
18:31:30 [2021-08-20T18:31:30.626Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.02s)
18:31:30 [2021-08-20T18:31:30.626Z]     docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.626Z]     --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s)
18:31:30 [2021-08-20T18:31:30.626Z] 
18:31:30 [2021-08-20T18:31:30.626Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s)
18:31:30 [2021-08-20T18:31:30.626Z]     docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.626Z]     --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s)
18:31:30 [2021-08-20T18:31:30.626Z] 
18:31:30 [2021-08-20T18:31:30.626Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.02s)
18:31:30 [2021-08-20T18:31:30.626Z]     docker_cli_run_test.go:2173: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.626Z]     --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s)
18:31:30 [2021-08-20T18:31:30.626Z] 
18:31:30 [2021-08-20T18:31:30.626Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s)
18:31:30 [2021-08-20T18:31:30.626Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.626Z]     --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s)
18:31:30 [2021-08-20T18:31:30.626Z] 
18:31:30 [2021-08-20T18:31:30.626Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s)
18:31:30 [2021-08-20T18:31:30.626Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.626Z]     --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s)
18:31:30 [2021-08-20T18:31:30.626Z] 
18:31:30 [2021-08-20T18:31:30.626Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s)
18:31:30 [2021-08-20T18:31:30.626Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.626Z]     --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s)
18:31:30 [2021-08-20T18:31:30.626Z] 
18:31:30 [2021-08-20T18:31:30.626Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s)
18:31:30 [2021-08-20T18:31:30.626Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.626Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s)
18:31:30 [2021-08-20T18:31:30.626Z] 
18:31:30 [2021-08-20T18:31:30.627Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s)
18:31:30 [2021-08-20T18:31:30.627Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.627Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s)
18:31:30 [2021-08-20T18:31:30.627Z] 
18:31:30 [2021-08-20T18:31:30.627Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s)
18:31:30 [2021-08-20T18:31:30.627Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.627Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s)
18:31:30 [2021-08-20T18:31:30.627Z] 
18:31:30 [2021-08-20T18:31:30.627Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s)
18:31:30 [2021-08-20T18:31:30.627Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.627Z]     --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s)
18:31:30 [2021-08-20T18:31:30.627Z] 
18:31:30 [2021-08-20T18:31:30.627Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s)
18:31:30 [2021-08-20T18:31:30.627Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.627Z]     --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s)
18:31:30 [2021-08-20T18:31:30.627Z] 
18:31:30 [2021-08-20T18:31:30.627Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s)
18:31:30 [2021-08-20T18:31:30.627Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.627Z]     --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s)
18:31:30 [2021-08-20T18:31:30.627Z] 
18:31:30 [2021-08-20T18:31:30.627Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s)
18:31:30 [2021-08-20T18:31:30.627Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.627Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s)
18:31:30 [2021-08-20T18:31:30.627Z] 
18:31:30 [2021-08-20T18:31:30.627Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s)
18:31:30 [2021-08-20T18:31:30.627Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.627Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s)
18:31:30 [2021-08-20T18:31:30.627Z] 
18:31:30 [2021-08-20T18:31:30.627Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s)
18:31:30 [2021-08-20T18:31:30.627Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.627Z]     --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s)
18:31:30 [2021-08-20T18:31:30.627Z] 
18:31:30 [2021-08-20T18:31:30.627Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s)
18:31:30 [2021-08-20T18:31:30.627Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.627Z]     --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s)
18:31:30 [2021-08-20T18:31:30.627Z] 
18:31:30 [2021-08-20T18:31:30.627Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s)
18:31:30 [2021-08-20T18:31:30.627Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.627Z]     --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s)
18:31:30 [2021-08-20T18:31:30.627Z] 
18:31:30 [2021-08-20T18:31:30.627Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s)
18:31:30 [2021-08-20T18:31:30.627Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.627Z]     --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s)
18:31:30 [2021-08-20T18:31:30.627Z] 
18:31:30 [2021-08-20T18:31:30.627Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s)
18:31:30 [2021-08-20T18:31:30.627Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.627Z]     --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s)
18:31:30 [2021-08-20T18:31:30.627Z] 
18:31:30 [2021-08-20T18:31:30.627Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s)
18:31:30 [2021-08-20T18:31:30.627Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.627Z]     --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s)
18:31:30 [2021-08-20T18:31:30.627Z] 
18:31:30 [2021-08-20T18:31:30.627Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s)
18:31:30 [2021-08-20T18:31:30.627Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.627Z]     --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s)
18:31:30 [2021-08-20T18:31:30.627Z] 
18:31:30 [2021-08-20T18:31:30.627Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s)
18:31:30 [2021-08-20T18:31:30.627Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.627Z]     --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s)
18:31:30 [2021-08-20T18:31:30.627Z] 
18:31:30 [2021-08-20T18:31:30.627Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s)
18:31:30 [2021-08-20T18:31:30.627Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.627Z]     --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s)
18:31:30 [2021-08-20T18:31:30.627Z] 
18:31:30 [2021-08-20T18:31:30.627Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s)
18:31:30 [2021-08-20T18:31:30.627Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.627Z]     --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s)
18:31:30 [2021-08-20T18:31:30.627Z] 
18:31:30 [2021-08-20T18:31:30.627Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
18:31:30 [2021-08-20T18:31:30.627Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.627Z]     --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
18:31:30 [2021-08-20T18:31:30.627Z] 
18:31:30 [2021-08-20T18:31:30.627Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
18:31:30 [2021-08-20T18:31:30.627Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.627Z]     --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
18:31:30 [2021-08-20T18:31:30.627Z] 
18:31:30 [2021-08-20T18:31:30.627Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s)
18:31:30 [2021-08-20T18:31:30.627Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.627Z]     --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s)
18:31:30 [2021-08-20T18:31:30.627Z] 
18:31:30 [2021-08-20T18:31:30.627Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s)
18:31:30 [2021-08-20T18:31:30.627Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.627Z]     --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s)
18:31:30 [2021-08-20T18:31:30.627Z] 
18:31:30 [2021-08-20T18:31:30.627Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s)
18:31:30 [2021-08-20T18:31:30.627Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.627Z]     --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s)
18:31:30 [2021-08-20T18:31:30.627Z] 
18:31:30 [2021-08-20T18:31:30.627Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s)
18:31:30 [2021-08-20T18:31:30.627Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.627Z]     --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s)
18:31:30 [2021-08-20T18:31:30.627Z] 
18:31:30 [2021-08-20T18:31:30.627Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s)
18:31:30 [2021-08-20T18:31:30.627Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.627Z]     --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s)
18:31:30 [2021-08-20T18:31:30.627Z] 
18:31:30 [2021-08-20T18:31:30.627Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s)
18:31:30 [2021-08-20T18:31:30.627Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.627Z]     --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s)
18:31:30 [2021-08-20T18:31:30.627Z] 
18:31:30 [2021-08-20T18:31:30.627Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s)
18:31:30 [2021-08-20T18:31:30.627Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.627Z]     --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s)
18:31:30 [2021-08-20T18:31:30.627Z] 
18:31:30 [2021-08-20T18:31:30.627Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s)
18:31:30 [2021-08-20T18:31:30.627Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.627Z]     --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s)
18:31:30 [2021-08-20T18:31:30.627Z] 
18:31:30 [2021-08-20T18:31:30.627Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s)
18:31:30 [2021-08-20T18:31:30.627Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.627Z]     --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s)
18:31:30 [2021-08-20T18:31:30.627Z] 
18:31:30 [2021-08-20T18:31:30.627Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s)
18:31:30 [2021-08-20T18:31:30.627Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.627Z]     --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s)
18:31:30 [2021-08-20T18:31:30.627Z] 
18:31:30 [2021-08-20T18:31:30.627Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s)
18:31:30 [2021-08-20T18:31:30.627Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.627Z]     --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s)
18:31:30 [2021-08-20T18:31:30.627Z] 
18:31:30 [2021-08-20T18:31:30.627Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s)
18:31:30 [2021-08-20T18:31:30.627Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.627Z]     --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s)
18:31:30 [2021-08-20T18:31:30.627Z] 
18:31:30 [2021-08-20T18:31:30.627Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s)
18:31:30 [2021-08-20T18:31:30.627Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.627Z]     --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s)
18:31:30 [2021-08-20T18:31:30.627Z] 
18:31:30 [2021-08-20T18:31:30.627Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s)
18:31:30 [2021-08-20T18:31:30.627Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.627Z]     --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s)
18:31:30 [2021-08-20T18:31:30.627Z] 
18:31:30 [2021-08-20T18:31:30.627Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s)
18:31:30 [2021-08-20T18:31:30.627Z]     check_test.go:185: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.627Z]     --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s)
18:31:30 [2021-08-20T18:31:30.627Z] 
18:31:30 [2021-08-20T18:31:30.627Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s)
18:31:30 [2021-08-20T18:31:30.627Z]     check_test.go:212: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.627Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s)
18:31:30 [2021-08-20T18:31:30.627Z] 
18:31:30 [2021-08-20T18:31:30.627Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s)
18:31:30 [2021-08-20T18:31:30.627Z]     check_test.go:212: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.627Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s)
18:31:30 [2021-08-20T18:31:30.627Z] 
18:31:30 [2021-08-20T18:31:30.627Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s)
18:31:30 [2021-08-20T18:31:30.627Z]     check_test.go:212: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.627Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s)
18:31:30 [2021-08-20T18:31:30.627Z] 
18:31:30 [2021-08-20T18:31:30.627Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s)
18:31:30 [2021-08-20T18:31:30.627Z]     check_test.go:212: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.627Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s)
18:31:30 [2021-08-20T18:31:30.627Z] 
18:31:30 [2021-08-20T18:31:30.627Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s)
18:31:30 [2021-08-20T18:31:30.627Z]     check_test.go:212: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.627Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s)
18:31:30 [2021-08-20T18:31:30.627Z] 
18:31:30 [2021-08-20T18:31:30.627Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s)
18:31:30 [2021-08-20T18:31:30.627Z]     check_test.go:212: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.627Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s)
18:31:30 [2021-08-20T18:31:30.627Z] 
18:31:30 [2021-08-20T18:31:30.627Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s)
18:31:30 [2021-08-20T18:31:30.627Z]     check_test.go:212: unmatched requirement DaemonIsLinux
18:31:30 [2021-08-20T18:31:30.627Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s)
18:31:31 [2021-08-20T18:31:31.084Z] 
18:31:31 [2021-08-20T18:31:31.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s)
18:31:31 [2021-08-20T18:31:31.084Z]     check_test.go:212: unmatched requirement DaemonIsLinux
18:31:31 [2021-08-20T18:31:31.084Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s)
18:31:31 [2021-08-20T18:31:31.084Z] 
18:31:31 [2021-08-20T18:31:31.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
18:31:31 [2021-08-20T18:31:31.084Z]     check_test.go:212: unmatched requirement DaemonIsLinux
18:31:31 [2021-08-20T18:31:31.084Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s)
18:31:31 [2021-08-20T18:31:31.084Z] 
18:31:31 [2021-08-20T18:31:31.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
18:31:31 [2021-08-20T18:31:31.084Z]     check_test.go:212: unmatched requirement DaemonIsLinux
18:31:31 [2021-08-20T18:31:31.084Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s)
18:31:31 [2021-08-20T18:31:31.084Z] 
18:31:31 [2021-08-20T18:31:31.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s)
18:31:31 [2021-08-20T18:31:31.084Z]     check_test.go:212: unmatched requirement DaemonIsLinux
18:31:31 [2021-08-20T18:31:31.084Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s)
18:31:31 [2021-08-20T18:31:31.084Z] 
18:31:31 [2021-08-20T18:31:31.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s)
18:31:31 [2021-08-20T18:31:31.084Z]     check_test.go:212: unmatched requirement DaemonIsLinux
18:31:31 [2021-08-20T18:31:31.084Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s)
18:31:31 [2021-08-20T18:31:31.084Z] 
18:31:31 [2021-08-20T18:31:31.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s)
18:31:31 [2021-08-20T18:31:31.084Z]     check_test.go:212: unmatched requirement DaemonIsLinux
18:31:31 [2021-08-20T18:31:31.084Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s)
18:31:31 [2021-08-20T18:31:31.084Z] 
18:31:31 [2021-08-20T18:31:31.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s)
18:31:31 [2021-08-20T18:31:31.084Z]     check_test.go:212: unmatched requirement DaemonIsLinux
18:31:31 [2021-08-20T18:31:31.084Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s)
18:31:31 [2021-08-20T18:31:31.084Z] 
18:31:31 [2021-08-20T18:31:31.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s)
18:31:31 [2021-08-20T18:31:31.084Z]     check_test.go:212: unmatched requirement DaemonIsLinux
18:31:31 [2021-08-20T18:31:31.084Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s)
18:31:31 [2021-08-20T18:31:31.084Z] 
18:31:31 [2021-08-20T18:31:31.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s)
18:31:31 [2021-08-20T18:31:31.084Z]     check_test.go:212: unmatched requirement DaemonIsLinux
18:31:31 [2021-08-20T18:31:31.084Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s)
18:31:31 [2021-08-20T18:31:31.084Z] 
18:31:31 [2021-08-20T18:31:31.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s)
18:31:31 [2021-08-20T18:31:31.084Z]     check_test.go:212: unmatched requirement DaemonIsLinux
18:31:31 [2021-08-20T18:31:31.084Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s)
18:31:31 [2021-08-20T18:31:31.084Z] 
18:31:31 [2021-08-20T18:31:31.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s)
18:31:31 [2021-08-20T18:31:31.084Z]     check_test.go:212: unmatched requirement DaemonIsLinux
18:31:31 [2021-08-20T18:31:31.084Z]     --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s)
18:31:31 [2021-08-20T18:31:31.084Z] 
18:31:31 [2021-08-20T18:31:31.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s)
18:31:31 [2021-08-20T18:31:31.084Z]     check_test.go:239: unmatched requirement DaemonIsLinux
18:31:31 [2021-08-20T18:31:31.084Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s)
18:31:31 [2021-08-20T18:31:31.084Z] 
18:31:31 [2021-08-20T18:31:31.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s)
18:31:31 [2021-08-20T18:31:31.084Z]     check_test.go:239: unmatched requirement DaemonIsLinux
18:31:31 [2021-08-20T18:31:31.084Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s)
18:31:31 [2021-08-20T18:31:31.084Z] 
18:31:31 [2021-08-20T18:31:31.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s)
18:31:31 [2021-08-20T18:31:31.084Z]     check_test.go:239: unmatched requirement DaemonIsLinux
18:31:31 [2021-08-20T18:31:31.084Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s)
18:31:31 [2021-08-20T18:31:31.084Z] 
18:31:31 [2021-08-20T18:31:31.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s)
18:31:31 [2021-08-20T18:31:31.084Z]     check_test.go:239: unmatched requirement DaemonIsLinux
18:31:31 [2021-08-20T18:31:31.084Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s)
18:31:31 [2021-08-20T18:31:31.084Z] 
18:31:31 [2021-08-20T18:31:31.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s)
18:31:31 [2021-08-20T18:31:31.084Z]     check_test.go:239: unmatched requirement DaemonIsLinux
18:31:31 [2021-08-20T18:31:31.084Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s)
18:31:31 [2021-08-20T18:31:31.084Z] 
18:31:31 [2021-08-20T18:31:31.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s)
18:31:31 [2021-08-20T18:31:31.084Z]     check_test.go:239: unmatched requirement DaemonIsLinux
18:31:31 [2021-08-20T18:31:31.084Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s)
18:31:31 [2021-08-20T18:31:31.084Z] 
18:31:31 [2021-08-20T18:31:31.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s)
18:31:31 [2021-08-20T18:31:31.084Z]     check_test.go:239: unmatched requirement DaemonIsLinux
18:31:31 [2021-08-20T18:31:31.084Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s)
18:31:31 [2021-08-20T18:31:31.084Z] 
18:31:31 [2021-08-20T18:31:31.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s)
18:31:31 [2021-08-20T18:31:31.084Z]     check_test.go:239: unmatched requirement DaemonIsLinux
18:31:31 [2021-08-20T18:31:31.084Z]     --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s)
18:31:31 [2021-08-20T18:31:31.084Z] 
18:31:31 [2021-08-20T18:31:31.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s)
18:31:31 [2021-08-20T18:31:31.084Z]     check_test.go:268: unmatched requirement DaemonIsLinux
18:31:31 [2021-08-20T18:31:31.084Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s)
18:31:31 [2021-08-20T18:31:31.084Z] 
18:31:31 [2021-08-20T18:31:31.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s)
18:31:31 [2021-08-20T18:31:31.084Z]     check_test.go:268: unmatched requirement DaemonIsLinux
18:31:31 [2021-08-20T18:31:31.084Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s)
18:31:31 [2021-08-20T18:31:31.084Z] 
18:31:31 [2021-08-20T18:31:31.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s)
18:31:31 [2021-08-20T18:31:31.084Z]     check_test.go:268: unmatched requirement DaemonIsLinux
18:31:31 [2021-08-20T18:31:31.084Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s)
18:31:31 [2021-08-20T18:31:31.084Z] 
18:31:31 [2021-08-20T18:31:31.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s)
18:31:31 [2021-08-20T18:31:31.084Z]     check_test.go:268: unmatched requirement DaemonIsLinux
18:31:31 [2021-08-20T18:31:31.084Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s)
18:31:31 [2021-08-20T18:31:31.084Z] 
18:31:31 [2021-08-20T18:31:31.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s)
18:31:31 [2021-08-20T18:31:31.084Z]     check_test.go:268: unmatched requirement DaemonIsLinux
18:31:31 [2021-08-20T18:31:31.084Z]     --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s)
18:31:31 [2021-08-20T18:31:31.084Z] 
18:31:31 [2021-08-20T18:31:31.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s)
18:31:31 [2021-08-20T18:31:31.084Z]     check_test.go:302: unmatched requirement DaemonIsLinux
18:31:31 [2021-08-20T18:31:31.084Z]     --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s)
18:31:31 [2021-08-20T18:31:31.084Z] 
18:31:31 [2021-08-20T18:31:31.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s)
18:31:31 [2021-08-20T18:31:31.084Z]     check_test.go:302: unmatched requirement DaemonIsLinux
18:31:31 [2021-08-20T18:31:31.084Z]     --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s)
18:31:31 [2021-08-20T18:31:31.084Z] 
18:31:31 [2021-08-20T18:31:31.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s)
18:31:31 [2021-08-20T18:31:31.084Z]     check_test.go:302: unmatched requirement DaemonIsLinux
18:31:31 [2021-08-20T18:31:31.084Z]     --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s)
18:31:31 [2021-08-20T18:31:31.084Z] 
18:31:31 [2021-08-20T18:31:31.084Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s)
18:31:31 [2021-08-20T18:31:31.084Z]     check_test.go:407: unmatched requirement DaemonIsLinux
18:31:31 [2021-08-20T18:31:31.084Z]     --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s)
18:31:31 [2021-08-20T18:31:31.084Z] 
18:31:31 [2021-08-20T18:31:31.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s)
18:31:31 [2021-08-20T18:31:31.085Z]     check_test.go:407: unmatched requirement DaemonIsLinux
18:31:31 [2021-08-20T18:31:31.085Z]     --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s)
18:31:31 [2021-08-20T18:31:31.085Z] 
18:31:31 [2021-08-20T18:31:31.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s)
18:31:31 [2021-08-20T18:31:31.085Z]     check_test.go:407: unmatched requirement DaemonIsLinux
18:31:31 [2021-08-20T18:31:31.085Z]     --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s)
18:31:31 [2021-08-20T18:31:31.085Z] 
18:31:31 [2021-08-20T18:31:31.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s)
18:31:31 [2021-08-20T18:31:31.085Z]     check_test.go:407: unmatched requirement DaemonIsLinux
18:31:31 [2021-08-20T18:31:31.085Z]     --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s)
18:31:31 [2021-08-20T18:31:31.085Z] 
18:31:31 [2021-08-20T18:31:31.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s)
18:31:31 [2021-08-20T18:31:31.085Z]     check_test.go:407: unmatched requirement DaemonIsLinux
18:31:31 [2021-08-20T18:31:31.085Z]     --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s)
18:31:31 [2021-08-20T18:31:31.085Z] 
18:31:31 [2021-08-20T18:31:31.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s)
18:31:31 [2021-08-20T18:31:31.085Z]     check_test.go:407: unmatched requirement DaemonIsLinux
18:31:31 [2021-08-20T18:31:31.085Z]     --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s)
18:31:31 [2021-08-20T18:31:31.085Z] 
18:31:31 [2021-08-20T18:31:31.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s)
18:31:31 [2021-08-20T18:31:31.085Z]     check_test.go:407: unmatched requirement DaemonIsLinux
18:31:31 [2021-08-20T18:31:31.085Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s)
18:31:31 [2021-08-20T18:31:31.085Z] 
18:31:31 [2021-08-20T18:31:31.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s)
18:31:31 [2021-08-20T18:31:31.085Z]     check_test.go:407: unmatched requirement DaemonIsLinux
18:31:31 [2021-08-20T18:31:31.085Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s)
18:31:31 [2021-08-20T18:31:31.085Z] 
18:31:31 [2021-08-20T18:31:31.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s)
18:31:31 [2021-08-20T18:31:31.085Z]     check_test.go:407: unmatched requirement DaemonIsLinux
18:31:31 [2021-08-20T18:31:31.085Z]     --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s)
18:31:31 [2021-08-20T18:31:31.085Z] 
18:31:31 [2021-08-20T18:31:31.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s)
18:31:31 [2021-08-20T18:31:31.085Z]     check_test.go:407: unmatched requirement DaemonIsLinux
18:31:31 [2021-08-20T18:31:31.085Z]     --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s)
18:31:31 [2021-08-20T18:31:31.085Z] 
18:31:31 [2021-08-20T18:31:31.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s)
18:31:31 [2021-08-20T18:31:31.085Z]     check_test.go:407: unmatched requirement DaemonIsLinux
18:31:31 [2021-08-20T18:31:31.085Z]     --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s)
18:31:31 [2021-08-20T18:31:31.085Z] 
18:31:31 [2021-08-20T18:31:31.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s)
18:31:31 [2021-08-20T18:31:31.085Z]     check_test.go:128: unmatched requirement DaemonIsLinux
18:31:31 [2021-08-20T18:31:31.085Z] 
18:31:31 [2021-08-20T18:31:31.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s)
18:31:31 [2021-08-20T18:31:31.085Z]     check_test.go:134: unmatched requirement DaemonIsLinux
18:31:31 [2021-08-20T18:31:31.085Z] 
18:31:31 [2021-08-20T18:31:31.085Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s)
18:31:31 [2021-08-20T18:31:31.085Z]     check_test.go:142: unmatched requirement DaemonIsLinux
18:31:31 [2021-08-20T18:31:31.085Z] 
18:31:31 [2021-08-20T18:31:31.085Z] 
18:31:31 [2021-08-20T18:31:31.085Z] DONE 1092 tests, 546 skipped in 2958.920s
18:31:31 [2021-08-20T18:31:31.085Z] INFO: Integration tests ended at 08/20/2021 18:31:30. Duration:00:49:19.0584286
18:31:31 [2021-08-20T18:31:31.085Z] INFO: Docker info of the daemon under test at end of run
18:31:31 [2021-08-20T18:31:31.085Z] 
18:31:31 [2021-08-20T18:31:31.085Z] Containers: 2
18:31:31 [2021-08-20T18:31:31.085Z]  Running: 0
18:31:31 [2021-08-20T18:31:31.085Z]  Paused: 0
18:31:31 [2021-08-20T18:31:31.085Z]  Stopped: 2
18:31:31 [2021-08-20T18:31:31.085Z] Images: 18
18:31:31 [2021-08-20T18:31:31.085Z] Server Version: 0.0.0-dev
18:31:31 [2021-08-20T18:31:31.085Z] Storage Driver: windowsfilter
18:31:31 [2021-08-20T18:31:31.085Z]  Windows: 
18:31:31 [2021-08-20T18:31:31.085Z] Logging Driver: json-file
18:31:31 [2021-08-20T18:31:31.085Z] Plugins: 
18:31:31 [2021-08-20T18:31:31.085Z]  Volume: local
18:31:31 [2021-08-20T18:31:31.085Z]  Network: ics internal l2bridge l2tunnel nat null overlay private transparent
18:31:31 [2021-08-20T18:31:31.085Z]  Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog
18:31:31 [2021-08-20T18:31:31.085Z] Swarm: inactive
18:31:31 [2021-08-20T18:31:31.085Z] Default Isolation: process
18:31:31 [2021-08-20T18:31:31.085Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434)
18:31:31 [2021-08-20T18:31:31.085Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2114)
18:31:31 [2021-08-20T18:31:31.085Z] OSType: windows
18:31:31 [2021-08-20T18:31:31.085Z] Architecture: x86_64
18:31:31 [2021-08-20T18:31:31.085Z] CPUs: 4
18:31:31 [2021-08-20T18:31:31.085Z] Total Memory: 32GiB
18:31:31 [2021-08-20T18:31:31.085Z] Name: azwin-2-c5ab00
18:31:31 [2021-08-20T18:31:31.085Z] ID: LMUU:47RJ:ITQ5:OLRS:2HCI:5O5N:TGWR:KCSI:VV6H:3M2M:ZQDB:QB2C
18:31:31 [2021-08-20T18:31:31.085Z] Docker Root Dir: D:\CI\PR-42765\2\daemon
18:31:31 [2021-08-20T18:31:31.085Z] Debug Mode (client): false
18:31:31 [2021-08-20T18:31:31.085Z] Debug Mode (server): true
18:31:31 [2021-08-20T18:31:31.085Z]  File Descriptors: -1
18:31:31 [2021-08-20T18:31:31.085Z]  Goroutines: 17
18:31:31 [2021-08-20T18:31:31.085Z]  System Time: 2021-08-20T18:31:30.8494367Z
18:31:31 [2021-08-20T18:31:31.085Z]  EventsListeners: 0
18:31:31 [2021-08-20T18:31:31.085Z] Registry: https://index.docker.io/v1/
18:31:31 [2021-08-20T18:31:31.085Z] Labels:
18:31:31 [2021-08-20T18:31:31.085Z] Experimental: false
18:31:31 [2021-08-20T18:31:31.085Z] Insecure Registries:
18:31:31 [2021-08-20T18:31:31.085Z]  127.0.0.0/8
18:31:31 [2021-08-20T18:31:31.085Z] Live Restore Enabled: false
18:31:31 [2021-08-20T18:31:31.085Z] 
18:31:31 [2021-08-20T18:31:31.085Z] 
18:31:31 [2021-08-20T18:31:31.085Z] INFO: Stopping daemon under test
18:31:31 [2021-08-20T18:31:31.085Z] SUCCESS: The process with PID 4252 (child process of PID 76) has been terminated.
18:31:31 [2021-08-20T18:31:31.546Z] SUCCESS: The process with PID 76 (child process of PID 6620) has been terminated.
18:31:31 [2021-08-20T18:31:31.546Z] INFO: Stop tailing logs of the daemon under tests
18:31:31 [2021-08-20T18:31:31.546Z] INFO: executeCI.ps1 Completed successfully at 08/20/2021 18:31:31.
18:31:31 [2021-08-20T18:31:31.546Z] INFO: Tidying up at end of run
18:31:31 [2021-08-20T18:31:31.546Z] INFO: Saving daemon under test log (d:\CI\PR-42765\2\dut.out) to bundles\CIDUT.out
18:31:31 [2021-08-20T18:31:31.547Z] INFO: Saving daemon under test log (d:\CI\PR-42765\2\dut.err) to bundles\CIDUT.err
18:31:31 [2021-08-20T18:31:31.547Z] INFO: Nuke-Everything...
18:31:32 [2021-08-20T18:31:32.003Z] INFO: Container count on control daemon to delete is 2
18:31:32 [2021-08-20T18:31:32.003Z] 6ed3f403f99b
18:31:32 [2021-08-20T18:31:32.003Z] c942d46863b8
18:31:32 [2021-08-20T18:31:32.462Z] INFO: Tidying pidfile d:\CI\PR-42765\2\docker.pid
18:31:32 [2021-08-20T18:31:32.462Z] INFO: Nuking d:\CI
18:32:08 [2021-08-20T18:32:08.117Z] INFO: Zapped successfully
18:32:08 [2021-08-20T18:32:08.117Z] 
18:32:08 [2021-08-20T18:32:08.117Z] INFO: executeCI.ps1 exiting at Fri Aug 20 18:32:07 CUT 2021. Duration 01:34:49.7868511
18:32:08 [2021-08-20T18:32:08.117Z] 
[Pipeline] }
[Pipeline] // stage
Post stage
[Pipeline] junit
18:32:08 [2021-08-20T18:32:08.362Z] Recording test results
18:32:15 [2021-08-20T18:32:15.160Z] [Checks API] No suitable checks publisher found.
[Pipeline] catchError
[Pipeline] {
[Pipeline] powershell
18:32:16 [2021-08-20T18:32:16.645Z] Creating windowsRS5-integration-bundles.zip
[Pipeline] archiveArtifacts
18:32:19 [2021-08-20T18:32:19.025Z] Archiving artifacts
18:32:32 [2021-08-20T18:32:32.809Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42765/2/artifacts/
[Pipeline] }
[Pipeline] // catchError
[Pipeline] sh
18:32:33 [2021-08-20T18:32:33.732Z] + make clean
18:32:35 [2021-08-20T18:32:35.265Z] docker volume rm -f docker-dev-cache
18:32:35 [2021-08-20T18:32:35.265Z] 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